/*
Theme Name: Six Brandportal
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

.lightbox-content {
    margin: 0; padding: 5px;
    list-style-type: none;
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 5px;
    column-count: 2;
    column-gap: 5px;
    min-height: 240px;
}
.lightbox-content.one-col {
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count: 1;
}
.lightbox-content li{
    position: relative;
}
.lightbox-content img{
    display: block;
    margin: 0 0 5px 0;
    width: 100%;
}
.empty-lightbox-holder{
    text-align: center;
    color: #cbc5be;
}
.empty-lightbox-holder i{
    font-size: 102px;
}
.lightbox-content .img-overlay{
    background:rgba(0,0,0,.75);
    opacity:0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999;
    text-align: center;
}
.lightbox-content .img-overlay .delete-icon{
    top: 35%;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    color: white;
    font-size: 24px;
    margin: 0 auto 0 auto;
    display: block;
    width: 24px;
}
.lightbox-content .img-overlay .delete-icon:hover{
    color: red;
}
.lightbox-content li:hover .img-overlay {
    opacity:1;
}
.panel-heading .icons a{
    width: 20px;
    height: 23px;
    display: inline-block;
}
.accordion-holder .icons li {
    text-align: center;
    margin: 0;

}
.accordion-holder .icons i {
     line-height: normal;
}
.accordion-holder .panel-default > .panel-heading.active .icons a {
    color: #fff;
}
.panel-heading .icons a:hover {
    background-color: #dd3818;
    border-color: #eae8e5;
}
.panel-heading .icons a.edit{
    padding-top: 3px;
}
.panel-heading .icons a.edit:hover {
    background-color: transparent;
    border: none;
}
.gallery-images a{
    overflow: visible;
}
input.lightbox-edit{
    color: #ada398;
    width: 100%;
    padding-left: 10px;
    padding-right: 30px;
    height: 27px;
}
.green{
    color: green;
}
.red{
    color: red;
}

.search-box-wrapper{
    position: relative;
}
.search-form input[type="search"] {
    padding: 5px 25px 5px 5px;
}
.search-box-wrapper a{
    position: absolute;
    top: 3px;
    right: 10px;
}

.gallery-images img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
    -webkit-transition:  -webkit-transform 0.85s;
    transition: transform 0.85s;
}
.modal-content{
    background: #de3919;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 0;
    border: none;
    color: #fff;
}
.modal-content a:hover{
    color: #fff;
    text-decoration: underline;
}
.modal-body{
    padding: 35px;
}
.modal-content a:visited,
.modal-content a:active,
.modal-content a:focus,
.modal-content a{
    color: #fff;
}
.modal-content a.btn-close:hover{
    text-decoration: none;
    cursor: pointer;
}

.accordion-holder .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 0;
}
.accordion-holder h1,
.search-form h1 {
    font: 600 20px/1.25 Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* HIDE MENU ON CHOICE PAGE */
.page-template-template-registration-forgot nav.main-nav,
.page-template-template-section-choice nav.main-nav{
    display: none;
}

/*BOTSTRAP ANGULAR FIX*/
.nav, .pagination, .carousel, .panel-title a, .btn-plus { cursor: pointer; }

.logos_list {
    display: block;
    width: auto;
    margin: 0 -266px 0 5px;
    font-size: 0;
}

.logos_list li {
    display: inline-block;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    vertical-align: top;
    width: 33.333%;
}

.logos_list li > div {
    border-top: 1px solid #d5d6d2;
}

.logos_list li:nth-child(1) > div,
.logos_list li:nth-child(2) > div,
.logos_list li:nth-child(3) > div {
    border: none;
}

.logos_list_img_box {
    min-height: 66px;
    padding: 16px 0 0 0;
    margin: 0 0 10px 0;
}

.logos_list li h3 {
    font-weight: bold;
    margin: 11px 0 14px 0;
}

.logos_list li a {
    color: #4997b7;
}

.home .main-nav{
    display: none;
}
.form-login .slide-frame {
    padding: 45px 0 0 0;
}

#footer li.news-menu-item{
    margin: 0;
    float: left;
}

/*MASONRY FLASH FIX*/
.masonry-brick{
    visibility: hidden;
    width: 33%;
}
.masonry-brick.loaded{
    visibility: visible;
}


/* DEMO GALLERY */
.demo-gallery > ul {
    margin-bottom: 0;
}
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 200px;
}
.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}
.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.home .demo-gallery {
    padding-bottom: 80px;
}
/*LOGIN SLIDER*/
#supersized li,
#supersized{
    min-width: 618px;
}

#supersized img {
    max-width: none;
}

.hfix_register_h1 {
    font-family: "Univers LT W01_57 Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: #4e4e4e;
}
.hfix_register_h1 a {
    color: #de3919 !important;
    text-decoration: none !important;
}
.hfix_register_h1 a:hover {
    color: #992711 !important;
    text-decoration: none;
}
.hfix_register_h1 a:focus {
     color: #992711 !important;
    text-decoration: none;
 }