﻿    /*.site-footer {
    padding-top:200px;
    }*/
    /*.btn-volume {
        text-align:right;
    }*/
     .check_in_box, .check_out_box {
    color:#5c5c5c;
    }
    /*.btn-volume {display:inline-block;}*/
    /*.btn-volume {
    position: fixed;
    top: 60%;
    right: 2vw;
    width: auto;
    max-width: 20vw;
    height: 2.5vw;
    margin: 0 auto;
    background-size: auto;
    background-size: 100% auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}*/
    .container-bg-video {
        height: 100vh;
        z-index: -99;
    }

        .container-bg-video iframe {
        }

    .material-icons {
        background-image: url(/images/volume-off.png);
        width: 25px;
        height: 25px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        text-indent: -9999px;
    }

.btn-volume:hover .material-icons {
            /*background-image: url(/images/volume-on.png);*/
            opacity:0.5;
        }

.btn-volume .material-icons.active {
            background-image: url(/images/volume-on.png);
        }

.btn-volume:hover .material-icons.active {
                /*background-image: url(/images/volume-off.png);*/
            opacity:0.5;
            }

    .sound-bt {
        background-color: #d8b378;
        border-radius: 10%;
        padding: 10px 20px;
    }

    .site-slider-container {
        display: none;
    }

    .site-login-offer {
        width: 21rem;
    }

    .site-content {
        display: none;
    }
    
#bt-search-room {
    color:#FFF !important;
    background:#d8b378;
    border-radius:0 1.5rem 1.5rem 0;
    line-height:48px;
    /*padding:0 25px;*/
    font-family: 'Vollkorn-Bold';
    text-transform:uppercase;
    width:100%;
    font-size:15px;
    cursor:pointer;
}
#bt-search-room:hover {background:#a5a361;}
.site-footer-home {
    width: 50%;
    position: fixed;
    /*height: 8vw;*/
    bottom: 0;
    right: 25%;
    left: 25%;
    z-index: 999;
	color: #fff;
    margin-bottom:25px;
}
.site-footer-home a {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), 3px 3px 0.625rem rgba(0, 0, 0, 0.3);    
	color: #fff!important;
    }
.small-footer-home {width:100%; border-top:2px solid #fff; margin-top:0; margin-bottom:8px;}
        #box-bt-book {
            display:none!important;
        }
@media (max-width: 1540px) {
    .site-footer-home {
        width: 54%;
        right: 23%;
        left: 23%;
    }
    .search-form input {
        width:190px;
    }
}
@media (max-width: 1408px) {
    .site-footer-home {
        width: 60%;
        right: 20%;
        left: 20%;
    }
    .search-form input {
        width: 190px;
    }
}
@media (max-width: 1380px) {
    .site-footer-home {
        width: 60%;
        right: 20%;
        left: 20%;
    }
    .search-form input {
        width:185px;
    }
}
@media (max-width: 1260px) {
    .site-footer-home {
        width: 60%;
        right: 20%;
        left: 20%;
    }
    .search-form input {
        width:180px;
    }
}    
@media (max-width: 1230px) {
    .site-footer-home {
        width: 70%;
        right: 15%;
        left: 15%;
    }
    .search-form input {
        width:180px;
    }
} 
@media (max-width: 1140px) {
    .site-footer-home {
    width: 70%;
    right: 15%;
    left: 15%;
}
    .container-bg-video {
        display:none;
    }
        .site-slider-container {
            display: block!important;
        }
}
@media (max-width: 1110px) {
    .search-form input {
        width:116px;
    }
    .site-main {
        margin-top: 0;
        border-radius: 0;
        margin-bottom: 0;
        box-shadow:none;
    } 
.symbol-4 {
    top: -112px;
}
}
@media (max-width: 1005px) {
    .site-footer-home {
        display: none;
    }
    .site-content{
        display: block;
        
    }
}
@media (min-width: 992px) {
        .modal-packages .modal-dialog {
            max-width: 700px;
        }

        .modal-packages .title small {
            font-size: 50%;
        }
    }
@media (max-width: 767px) {
    .site-content {
        display: block;
    }
    .site-footer-home {
        display:none;
        /*width: 100%;
        position: inherit;
        height: auto;
        bottom: 0;
        right: auto;
        left: auto;
        z-index: 3;
	    color: #fff;
        margin-bottom:0;*/

    }
        .search-form {
        display:none;
        }
        .site-slider-container {
            display: block!important;
        }
        /*.site-content {
            display: block!important;
        }*/
        /*.container-bg-video {
        display:none;
        }*/
        #mute-toggle {
            display:none!important;
        }
        #box-bt-book {
            display:inherit;
        }
        .symbol-4 {
            top: -77px;
        }
        .symbol-1 {
        margin-bottom:10px;
        }
    }
    /*.site-login-style {
    background-color: #ffffffa6 !important;
}*/