/* site-top-6 */
.site-top-6{
    padding:20px 0;
    background-image: url('sub2.jpeg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 700px;
    color:#fff;
    position: relative;
}
.site-top-6 .js-calendar, .site-top-6 input{color:#424242;}
.site-top-6 .control-label{display: none;}
#jform_date_visit_btn{visibility: hidden;}
@media(min-width:992px){
    .site-top-6{
        background-size: 50% 100%;
    }

    .site-top-6:after{
        content: "";
        position: absolute;
        top:0;
        right:0;
        width:50%;
        height: 100%;
        min-width:50%;
        background-image: url('sub1.jpeg');
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: 50% 0;
    }
}

@media(min-width:1500px){
    .site-top-6:after{
        background-size: 100% auto;
    }
}

@media(min-width:1600px) and (max-width:1700px){
    .site-top-6:after{
        background-size: 100% 100%;
    }
}


.site-top-6-header h3{
    text-align: center;color:#fff;
    font-size: 25px;
    text-transform: uppercase;
}
.site-top-6-header p{text-align: justify;}
.site-top-6 .button-form{margin: 20px 0;}
.site-top-6 .button-form .btn{padding:10px 20px;text-transform: uppercase;}
.modal-header{position: relative;}
.modal-header h3{position: absolute;top:20px;left:120px;font-size: 25px;}
.modal-header img{width:100px;}