@media only screen and (min-width: 1199px) and (max-width: 1800px) {    
    #back_to_top {
        right: 15px;
    }
    
}



/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
    #back_to_top {
        right: 15px;
    }
    
}
/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    
    
    #back_to_top {
        right: 15px;
    }

}
/* Mobile Layout: 320px. */

@media only screen and (max-width: 827px) {

    #header .menu-trigger{

        top: 20px;
    }
    
    #header .top-header {
        padding-right: 0px;
    }
    #header .top-header .site-logo {
        left: 0px;
    }
    .site-logo img{
        width: 100%;
    }
    .main-content {
	    padding-left: 0px;
    }
    
    .slider_area_content {
        min-height: 208px;
		margin-top: 90px;
    }
    /*.title h2 {
       display: block;
        padding: 5px 0;
    }*/
    .sticky#header .top-header,
    .sticky#header .top-header {
        height: 90px;
    }
    .sticky .site-logo img {
        height: auto;
        width: 100%;
    }
    #header .side-navigation {
        left: 0;
    }
    
    .room_image {
        width: 100%;
        min-height: 200px;
    }
    .room_text_content {
        padding-left: 0;
        max-width: 100%;
        text-align: center;
    }
    .room_text .title {
        margin: 0;
        text-align: center;
    }
    .room_main_title {
        margin-top: 30px;
    }
    .room_desc {
        margin: 30px 0 30px;
    }
    .room_btn a {
        width: 100%;
        margin-bottom: 10px;
    }
    .room_text {
        width: 100%;
    }
    .room_text_content.text_left {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        text-align: center;
        float: left;
    }
    .text_left .room_btn a {
        float: left;
    }
    .rooms {
        width: 100%;
        color: #fff;
        padding: 20px 20px;
    }
    
    .fac_form, .fac_text {
        float: left;
        width: 100%;
    }
    
    .footer_menu ul li {
        width: 100%;
    }
    .how_to_go {
        width: 100%;
        padding: 100px 20px;
    }
    .gallery_area {
        width: 100%;
    }
    .gallery_text {
        width: 100%;
        padding: 0 20px;
    }
    .title h2 {
        text-align: center;
    }
    #back_to_top {
        right: 15px;
    }

    
}
/* Wide Mobile Layout: 480px. */
