/** GERAIS **/

html, body{
    font-family: 'Open Sans',arial, sans-serif !important;
    height: 100%;
}

a{
    text-decoration: none;
    color: black;
}

a:hover, a:focus {
    color: black;
    text-decoration: none;
}

.no-row-margin{
    margin-left: 0;
    margin-right: 0;
}

.back-to-bo{
    display: inline-block;
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 99;
    height: 50px;
    width: 150px;
    line-height: 50px;
    background-color: #f1c40f;
    border-color: #dab10d;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    color: white;
}

.back-to-bo:hover{
    background-color: #dab10d;
}

.cssBgImage{
    /*display: inherit;*/
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;;
    background-repeat: no-repeat !important;;
    z-index: -2;
    top: 0;
    left: 0;
}

.width1200{
    max-width: 1200px;
    width: 100%;
    position: relative;
    /*height: 100%;*/
    /*margin: 0 auto;*/
    display: inline-block;
}

.full-height{
    position: relative;
    /*
    display: block;
    min-height: 100vh;
    height: 100vh;
    */
    display: table;
    min-height: 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.content-height{
    position: relative;
    display: block;
    width: 100%;
}

.display-table{
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.table-cell{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.ease-in-out{
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


/***** MENU **********/

#menu-mobile{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 25px;
    display: none;
}

#menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
    border: 2px solid white;
    font-size: 20px;
    padding: 2px;
    color: #F1F1F1;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}

.menu-btn-open {
    right: 325px !important;
}
.menu-open {
    right: 0 !important;
}

#menu-mobile .menu-logo{
    position: relative;
    left: 0;
    top: 0;
    width:100px;
    z-index: 5;
}

.menu-mobile-bottom{
    position: absolute;
    bottom:0;padding-bottom: 15px;
}

.mobile-panel{
    width: 300px;
    position: fixed;
    right: -310px;
    top: 0;
    display: inline-block;
    background-color: #fff;
    opacity: 0.95;
    height: 100%;
    z-index: 10;
    padding-top: 15px;
    box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
}

.menu-opts ul {
    -webkit-padding-start: 0px;
    margin-top: 15px;
}

.menu-opts li {
    list-style-type: none;
    -webkit-padding-start: 0px;
    padding: 15px;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
}

#menu{
    position: absolute;
    top: 0;
    width: 100%;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    z-index: 10;
}

#menu a{
    color:white;
}

.menu-ul{
    display: inline-block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.menu-ul li{
    width: 130px;
    display: inline-block;
    padding: 10px 10px;
    font-weight: 600;
    cursor: pointer;
    color: white;
}

.menu-ul li:hover{
    background-color: black;
    color: white;
}

.menu-ul .active{
    background-color: black;
    color: white;
}

.menu-ul.invert .active{
    background-color: white;
    color: black;
}

.menu-ul.invert li:hover{
    background-color: white;
    color: black;
}

.menu-logo{
    width: 120px;
    position: absolute;
    left: 30px;
    top: 30px;
}

.menu-options{

}

.menu-social{
    position: absolute;
    right: 30px;
    top: 60px;
}

.menu-social .fa{
    color: white;
    font-size: 20px;
    margin-left: 15px;
}

/*********************/

/**** BANNERS ********/

#banners{
    min-height: 115%;
}

.banner-full-height{
    display: table;
    height: 100%;
}

.banner-txt-left{
    font-size: 50px !important;
    margin: 0 !important;
    /*font-weight: 600 !important;*/
    /*color: #00adf1 !important;*/
    color: #fff !important;
    line-height: 50px !important;
    padding-top: 30%;
    padding-left: 30px;
    padding-right: 30px;
}

.banner-txt-right{
    font-size: 50px !important;
    padding-top: 30%;
    padding-left: 30px;
    padding-right: 30px;
    color:white;
    margin: 0 !important;
    /*font-weight: 600 !important;*/
    line-height: 50px !important;
}

.exp-btn{
    max-width: 250px;
    padding: 5px 15px;
    text-transform: uppercase;
    background-color: #231f20;
    color:white;
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 30px;
}

.exp-btn:hover{
    background-color: #CCC;
    color: black;
}

.news-container{
    position: absolute;
    width: 100%;
    /*height: 500px;
    top: -400px;*/
    height: 586px;
    top: -475px;
    color: black;
    z-index: 2;
}

.news-title{
    text-align: left;
    background: rgba(0,0,0,0.6);
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    color: white;
    font-size: 22px;
    font-weight: 300;
}

.new-wrapper:hover .news-resume p{
    color: #00adf1;
}

.new-half-wrapper:hover .news-resume h3{
    color: #00adf1;
}

.news-resume{
    background-color: #f6f6f6;
    height: 250px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    font-weight: 600;
}

.date{
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.news-resume h3{
    margin-top: 10px;
}

.news-resume .fa{
    font-size: 22px;
    position: absolute;
    bottom: 15px;
    left: 30px;
}
.news-resume .fa img{width: 25px;}

.news-pic{
    background-position: center center !important;
    background-size: cover !important;
    display: block;
    width: 100%;
    height: 250px;
}

.online-support{
    height: 250px;
    color:white;
}

.online-support:hover{
    height: 270px;
}

.online-support h2{
    margin:0;
}

.online-support .fa{
    position: absolute;
    bottom: 15px;
    right: 30px;
    font-size: 22px;
}

.assist-mobile{display: none;}

/*********************/

/********** PRODUCTS ********/
#products{
    min-height: 100%;
    /*height: 100%;*/
}

.products-container{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 100px;
}

.product{
    display: none;
    text-align: center;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}

.product.active{
    display: inline-block;
}

.product-title{
    color: white;
    font-size: 42px;
    text-transform: uppercase;
}

.product-refs{
    color: white;
    font-size: 14px;
    /*text-shadow: 1px 1px #4A4A4A;*/
}

.product-refs a{
    color: white;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-desc-container{
    margin-top: 35px;
    margin-bottom: 30px;
}

.product-desc-mid-txt{
    color: white;
    font-size: 26px;
    font-weight: 200;
    text-align: left;
}

.product-desc-right-txt{
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-align: left;
}

.product-desc-right-txt span{
    font-weight: 600;
    color: white;
    /*text-shadow: 1px 1px #4A4A4A;*/
}

.prod-img-thumb{
    display: inline-block;
    width: 100%;
    max-width: 150px;
    height: 150px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity: 0.5;
    margin-bottom: 25px;
    cursor: pointer;
}

.prod-img-thumb:hover{
    opacity: 1;
}

.product-desc-btn{
    color: white;
    border: 1px solid white;
    width: 100%;
    max-width: 185px;
    display: inline-block;
    padding: 20px 5px;
    margin-left: 1px;
    margin-right: 1px;
    cursor: pointer;
}

.product-desc-btn:hover{
    background-color: white;
    color: black;
}

.product-requirements {
    opacity: 0.7;
}

.product-requirements span{
    color: white;
    font-size: 10px;
    display: block;
    margin-bottom: 5px;
}

.product-requirements div{
    width: auto;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.product-requirements div p{
    color: white;
    font-size: 10px;
    margin-top: 5px;
}

.product-requirements.mobile{display: none;}

.product-arrow{
    position: absolute;
    top:50%;
    opacity: 0.7;
    cursor: pointer;
}

.product-arrow .fa{
    color:white;
    font-size: 32px;
}
.product-arrow .fa img{width: 45px;}
.product-arrow:hover{
    opacity: 1;
}

.product-arrow.left{
    left: 30px;
}
.product-arrow.left img{transform: rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform: rotate(180deg); }

.product-arrow.right{
    right: 30px;
}

.product-balls{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 25px;
    display: inline-block;
}

.product-ball{
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #231e22;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

.product-ball.active{
    background-color: white;
}

.product-ball:hover{
    background-color: white;
}

/***************************/

/******* NEWSLETTER ************/
#newsletter{
    padding-top: 45px;
    padding-bottom: 45px;
}

#newsletter p {
    margin: 0;
}

.green-title{
    color:#8ec641;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 32px;
}

.news-txt{
    color:black;
    font-size: 18px;
}

.newsletter-input{
    border: 2px solid #e6e7e9;
    width: 100%;
    max-width: 400px;
    margin-top: 15px;
    height: 50px;
    padding: 10px 15px;
}

.newsletter-input::-webkit-input-placeholder {
    text-align: center;
    color: black;
    font-weight: 400;
}

.newsletter-input:-moz-placeholder { /* Firefox 18- */
    text-align: center;
    color: black;
    font-weight: 400;
}

.newsletter-input::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;
    color: black;font-weight: 400;
}

.newsletter-input:-ms-input-placeholder {
    text-align: center;
    color: black;
    font-weight: 400;
}

.newsletter-submit{
    display: none;
    position: absolute;
}

.newsletter-wrapper{
    max-width: 400px;
    position: relative;
    margin: 0 auto;
}

#newslettersubmit{
    position: absolute;
    top: 28px;
    right: 18px;
    font-size: 24px;
    cursor: pointer;
    display: none;
}

.newsletter-privacy {
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

.newsletter-privacy a {
    text-decoration: underline;
}

/***************************/

/******* INFO ********/
#info{
    padding-top: 30px;
    padding-bottom: 30px;
}

.yellow-bar{
    width: 100%;
    position: absolute;
    height: 10px;
    text-align: center;
}

.yellow-bar > div{
    display: none;
    height: 100%;
    background-color: #d6df24;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.top{
    top: 0;
}

.bottom{
    bottom: 0;
}

#info .info-wrapper:last-child{
    border-right: 0;
}

.info-wrapper{
    color: white;
    opacity: 0.5;
    border-right: 1px solid white;
    padding-top: 30px;
    padding-bottom: 30px;
}

.info-wrapper h1{
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.info-wrapper:hover{
    opacity: 1;
}

.info-btn{
    margin-top: 35px;
    max-width: 200px;
    width: 100%;
    display: inline-block;
    background-color: #231f20;
    border: 1px solid white;
    color:white;
    cursor: pointer;
    padding: 10px 10px;
}

.info-btn:hover{
    background-color: white;
    color:#231f20;
}

/*********************/


/****** MAP ********/
#map{
    height: 50% !important;
    min-height: 50% !important;
}

#mapa{
    height: 100% !important;
    width: 100%;
    display: inline-block;
}

.cms-index-privacypolicy .presentation-resume {
    font-weight: normal;
}

/*******************/

/***** FOOTER ******/

#footer{
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #231f20;
    color: white;
}

#footer span{
    font-size: 12px;
}

#footer a{
    color:white;
}

#footer a:hover, #footer a:focus{
    color:white;
}

.yellow-nfo{
    /*color: #d6df24;*/
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 15px;
}

.important-links a {
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

.important-links a:hover {
    text-decoration: underline;
}

.important-links a:not(:last-child) {
    margin-right: 20px;
}

/*******************/

/***** LOADER *****/

#loader{
    position: fixed;
    /*display: none;*/
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding-top: 15%;
    text-align: center;
    background-color: #231f20;
    top:0;
    left: 0;
    z-index: 20;
}

/*******************/


/***** GALLERY ********/

#gallery{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding-top: 80px;
    padding-bottom: 150px;
    text-align: center;
    background-color: rgba(0,0,0,0.85);
    top:0;
    left: 0;
    z-index: 15;
    padding-left: 15px;
    padding-right: 15px;
}

#closeGAL, #closeContacts{
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 17;
    color: white;
    font-weight: 800;
    padding: 5px 10px;
    border: 2px solid white;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

#closeGAL:hover,#closeContacts:hover{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#currentPIC{
    display: inline-block;
    height: 100%;
    width: 100%;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.gallery-thumbs{
    position: absolute;
    display: inline-block;
    bottom:25px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-thumbs-container{
    width: 100%;
    display: inline-block;
    max-width: 1200px;
    overflow-x: auto;
    text-align: center;
}

.gallery-thumbs-container img{
    opacity: 0.3;
    float: left;
    margin-right: 10px;
    width: 100px;
    cursor: pointer;
}

.gallery-thumbs-container img.active{
    opacity: 1;
}

.gallery-thumbs img:last-child{
    margin-right: 0px;
}

/**********************/

/**** PRODUCT PAGE ********/

.cat-title{
    color:white;
    margin-bottom: 50px;
}

.cat-ball, .prod-ball{
    display: inline-block;
    color: white;
    width: 200px;
    height: 200px;
    border: 1px solid white;
    padding: 10px;
    border-radius: 50%;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.prod-ball{
    border:0;
}

.prod-ball p { min-height:50px; }

.cat-ball, .prod-ball p{
    margin-top: 10px;
}

.product-view{
    padding-top: 100px;
}

.go-back{
    margin-top: 30px;
    display: inline-block;
}

.go-back span{
    cursor: pointer;
}

.go-back .fa{
    color:white;
    font-size: 22px;
}

/**************************/


/***** NEWS *******/

#news{
    padding-top: 125px;
    padding-bottom: 50px;
}

#news .btn-admin{
    top:150px !important;
}

#news .cssBgImage{
    background-attachment: fixed;
}

#news .news-resume{
    height: 200px;
}

#news .new-wrapper{
    margin-bottom: 30px;
}

.news-back{
    position: absolute;
    top: -30px;
    left: 0;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.news-back:hover{
    color: white;
}

/*****************/


/***** CONTACTS ******/

#contacts{
    display: none;
    position: fixed;
    z-index: 15;
    background: rgba(0,0,0,0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

#contacts .width1200{
    background: #000000;
}

#contacts h3{
    color: white;
    font-weight: 600;
}

#contacts-form .control-label{
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.form-messages .error {
    background: #C30505;
}

#contacts-form .error{
    color: #C30505;
}

#contacts-form .sucess{
    color: white;
    font-weight: bold;
}

.form-message-success .success, .form-messages .error {
    color: white !important;
    font-weight: bold;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 15px;
}

.form-message-success .success {
    background: green;
    margin-top: 45px;
    font-size: 20px;
    padding: 10px 20px;
    max-width: calc(100% - 145px);
}

#contacts-form input.form-control{
    background-color: white;
    border-radius: 0;
    font-weight: 400;
    padding: 5px;
    height: 35px;
    /*color:white;*/
    border-color: #383838;
}

#contacts-form textarea.form-control{
    background-color: white;
    border-radius: 0;
    font-weight: 400;
    padding: 5px;
/*    color: white;*/
    border-color: #383838;
}

#contacts-form input.form-control:focus{
    border-color: white;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: white;
    color: black;
}

#contacts-form textarea.form-control:focus{
    border-color: white;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: white;
    color: black;
}

#contacts-form .form-btn{
    width: 100%;
    /*padding: 10px;*/
    font-weight: 600;
    text-transform: uppercase;
    background-color: white;
    border: 1px solid #383838;;
    color:black;
    height: 35px;
    padding: 5px;
}

#contacts-form .form-btn:hover{
    background-color: black;
    border-color: white;
    color:white;
}

.contacts-privacy, .contacts-privacy a {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 17px;
}

.contacts-privacy a {
    text-decoration: underline;
}

/*********************/


/*** PRESENTATION ***/

.presentation-pic{
    display: block;
    width: 100%;
    height: 325px;
    position: relative;
}

.presentation-pic .cssBgImage{
    background-attachment: initial !important;
}

.presentation-pic h1{
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    font-size: 4em;
}

.presentation-resume{
    background-color: white;
    height: auto;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    font-weight: 600;
}

.column-text{
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    line-height: 22px;
    font-weight: normal;
    padding-bottom: 1px;
}

.presentation-img{
    margin-top: 100px;
}

.presentation-img img{
    width: auto !important;
    max-width: 100%;
}


/*********************/



.dynamic{
    padding-top: 100px;
    padding-bottom: 50px;
}

.dynamic .btn-admin{
    z-index: 10 !important;
}

/** MEDIA QUERIES **/

@media all and (max-width: 1200px){
    #menu{
        display: none;
    }
    #menu-mobile{
        display: inline-block;
    }
    .news-container{
        position: relative;
        height: auto;
        top: 0;
    }

    .products-container{
        display: block;
        padding-top: 50px;
        position: relative;
    }

    #news .news-resume {
        height: auto;
    }

    #news .width1200{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (max-width: 1025px) {
    .pcct {
        min-height: 100%;
    }

    .display-table { min-height: 100% !important; }
}

@media all and (min-width: 992px) {
    #footer > .width1200 > .row {
        display: flex;
        align-items: flex-end;
    }
}

@media all and (max-width: 991px){
    .important-links {
        margin-bottom: 25px;
    }

    #banners{
        min-height: inherit !important;
        height: auto;
    }
    .prod-ball p { min-height: 40px; }
    .banner-txt-left,.banner-txt-right {
        font-size: 32px !important;
        padding-top: 200px;
        padding-bottom: 200px;
        text-align: center;
    }

    .product-desc-right-txt,.product-desc-mid-txt{
        text-align: center;
    }

    .product-arrow{
        top:30px;
    }

    .product-requirements{
        text-align: left;
        padding-top: 15px
    }

    .product-requirements.mobile{display: inline-block;text-align: right;}
    .product-requirements.desktop{display: none;}

    .mob-center{
        text-align: center !important;
    }
    .mob-center p { color: #FFF !important; }
}

@media all and (max-width: 900px){
    .dynamic{
        padding-top: 125px;
    }
    .dynamic .product-arrow {
        top: 110px;
    }
}

@media all and (max-width: 768px){
    .product-title{
        font-size: 26px;
    }
    .product-refs a{
        font-size: 14px;
    }
    .product-desc-mid-txt{
        font-size: 18px;
    }
    .green-title{
        font-size: 24px;
    }
    .news-txt{
        font-size: 14px;
    }
    .info-wrapper{
        opacity: 1;
    }

    .info-wrapper{
        border-right: 0;
        height: auto !important;
    }
    #news .wrapper{
        padding: 40px 0px;
    }
    .column-text{
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }
    .presentation-pic h1{
        font-size: 2em;
    }


    .presentation-pic{height: 200px;}
    .presentation-assist{display: none;}
}

@media all and (max-width: 690px){
    .assist-mobile{display: block;}
    .assist-desk{display: none;}

    .cat-ball, .prod-ball{
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 15px;
        width: 50%;
        float: left;
    }
    .prod-ball p { min-height: 60px; }
    .cat-ball { border: 0px none; }
}

@media all and (max-width: 550px){
    .col-xxs-12{
        width: 100%;
    }
    .news-resume{
        height: auto;
    }
    .cat-ball { width: 100%; }

}

@media all and (max-width: 450px){
    .menu-btn-open {
        right: 275px !important;
    }

    .mobile-panel {
        width: 230px;
    }
}

@media all and (max-height: 420px){ .menu-mobile-bottom { position: relative; }}

@media(min-width: 991px) and (max-width: 1200px){
    #banners{
        min-height: 65%;
        height: 65%;
    }
    
    .banner-full-height{
        display: table;
        height: 100%;
    }
}

div#contacts a {
    color: #FFF !important;
}