@media only screen and (min-width: 1801px){

	/* Bg-Layer */
	.ttm-left-span .ttm-col-wrapper-bg-layer {
	    margin-left: -500px;
	}
	.ttm-right-span .ttm-col-wrapper-bg-layer {
	    margin-right: -500px;
	}

}

@media only screen and (max-width: 1800px) and (min-width: 1601px){

	/* Bg-Layer */
	.ttm-left-span .ttm-col-wrapper-bg-layer {
	    margin-left: -400px;
	}
	.ttm-right-span .ttm-col-wrapper-bg-layer {
	    margin-right: -400px;
	}
}

@media only screen and (max-width: 1600px) and (min-width: 1401px){

	/* Bg-Layer */
	.ttm-left-span .ttm-col-wrapper-bg-layer {
	    margin-left: -300px;
	}
	.ttm-right-span .ttm-col-wrapper-bg-layer {
	    margin-right: -300px;
	}
}

@media only screen and (max-width: 1400px) and (min-width: 1171px){

	/* Bg-Layer */
	.ttm-left-span .ttm-col-wrapper-bg-layer {
	    margin-left: -200px;
	}
	.ttm-right-span .ttm-col-wrapper-bg-layer {
	    margin-right: -200px;
	}
}


@media only screen and (min-width: 1200px){

	.header {
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    background-color: transparent;
	}
	#site-header-menu #site-navigation .menu ul > li > a {
	    margin: 0px;
	    padding: 0px 14px;
	    text-decoration: none;
	    position: relative;
	    z-index: 1;
	    line-height: 80px;
	}
	#site-header-menu #site-navigation .menu ul > li > a:after{
		position: absolute;
		content: "";
		height: 2px;
		width: 0;
		top: 54px;
		left: 0;
		transition: all .4s;
	}
	#site-header-menu #site-navigation .menu ul > li.active > a:after,
	#site-header-menu #site-navigation .menu ul > li > a:hover:after { width: 0%; }
	.ttm-menu-toggle{ display: none; }
	

	.ttm-stickable-header.fixed-header {
		z-index: 111;
		background-color:#532a09;
	    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.06);
	}
	.fixed-header {
	    position: fixed !important;
	    top: 0;
	    left: 0;
	    width: 100%; 
	    z-index: 9;
	}
	#site-header-menu #site-navigation > ul li > a, #site-header-menu #site-navigation .menu ul > li ul li > a {
	    font-weight: 400;
	    font-size: 13px;
	    line-height: 18px;
	    margin: 0;
	    display: block;
	    padding: 15px 20px;
	    position: relative;
	}

}



@media all and (max-width: 1199px) {

	.banner_slider .slide {
	    height: 440px;
	}

	.top_bar { text-align: center; height: auto; line-height: 25px; padding: 10px 0;}
	.top_bar_contact_item {line-height: 30px;padding: 0;margin: 0;}
	.top_bar .social-icons { padding-left: 0 !important; margin: 5px 0; }
	.top_bar_contact_item:after { content: unset; }

	.header .ttm-btn { display: none !important; }
	.site-branding img { margin-left: 15px; }
	.contactform .field-row { padding: 0 25px; }
	.contactform .field-row input, .contactform .field-row select { font-size: 24px; height: 41px; }

	.ttm-menu-toggle {
	    position: absolute;
	    height: 35px;
	    width: 35px;
	    right: 15px;
    	top: 10px;
	}
	.ttm-menu-toggle label {
	    cursor: pointer;
	    position: absolute;
	    z-index: 99;
	    height: 100%;
	    width: 100%;
	    top: 100%;
	    left: 0;
	    margin : 0;
	    transition: all .4s;
	}
	.ttm-menu-toggle .toggle-block {
	    position: absolute;
	    height: 2px;
	    width: 100%;
	    padding: 0;
	    background-color: #647332;
	     -webkit-transition: all 0.3s ease-in-out 0s;
	    -moz-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	    -o-transition: all 0.3s ease-in-out 0s;
	    transition: all 0.3s ease-in-out 0s;
	}
	.ttm-menu-toggle .toggle-blocks-1 {
	    position: relative;
	    float: left;
	}
	.ttm-menu-toggle .toggle-blocks-2 {
	    position: relative;
	    float: left;
	    margin-top: 6px;
	}
	.ttm-menu-toggle .toggle-blocks-3 {
	    position: relative;
	    float: left;
	    margin-top: 6px;
	}
	.ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-2 { opacity: 0; }
	.ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-1 {
	    transform: rotate(135deg);
	    -webkit-transform: rotate(135deg);
	    margin-top: 10px;
	}
	.ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-3 {
	    transform: rotate(-135deg);
	    -webkit-transform: rotate(-135deg);
	    margin-top: -10px;
	}
	
	#site-header-menu #site-navigation .menu { display: none;}
	#site-header-menu #site-navigation .menu.active { max-height: 55em; display: block; clear: both; text-align: left;}
	#site-header-menu #site-navigation .menu > ul {
	    position: absolute;
	    padding: 4px 20px;
	    box-shadow: rgba(0,0,0,0.12) 3px 3px 15px;
	    z-index: 100;
	    width: 100%;
	    top: 100%;
	    background-color: rgba(255, 255, 255, 1);
	    border-top: 3px solid ;
	    left: 0;
	    right: 0;
	    max-height: 205px;
    	overflow-y: auto;
	}
	#site-header-menu #site-navigation .menu ul li a {
	    display: block;
	    padding: 15px 0px;
	    text-decoration: none;
	    font-size: 14px;
	    line-height: 18px !important;
	    height: auto;
	    line-height: 18px;
        color: #55310d;
	}
	#site-header-menu #site-navigation .menu > ul > li:before { content: unset; }
	#site-header-menu #site-navigation .menu > ul > li { display: block; }
	#site-navigation .menu > ul li:not(:last-child) { border-bottom: 1px solid rgba(0,0,0,0.04); }
	.ttm-header-wrap, .site-navigation{ height: 90px; }

	.res-1199-ml-0 { margin-left: 0 !important; }

	.ttm-page-title-row-inner .row { padding: 60px 0 40px; }
	.rooms-content-wrap { left:0; }

}

@media (max-width: 991px){
    
    .media-tab {display: flex; justify-content: center;}

	[class*='col-lg'] .ttm-col-bgimage-yes, 
	.bg-layer-equal-height [class*='col-lg'] .ttm-col-bgcolor-yes{ height: auto !important; }
	.ttm-right-span .ttm-col-wrapper-bg-layer, .ttm-left-span .ttm-col-wrapper-bg-layer { margin :0 -15px; }

	.rectangle-overlay{ padding: 50px 0 60px; }

	.ttm-row { padding: 60px 0; }
	.ttm-row.services-section { padding:60px 0; margin: 0; }
	.ttm-row.grid-section { padding: 40px 0; }


	.spacing-2{ margin: 0 -15px; padding: 60px 20px;}
	.spacing-3{ margin: 0 -15px; padding: 60px 20px;}
	.spacing-1{ padding: 50px 30px 50px; margin: 40px 0 30px; }


	.ttm-equal-height-image, .featured-imagebox img, 
	[class*='col-md'] .ttm-equal-height-image { display: block; width: 100%; }
	
	/* padding */
	.res-991-pt-0{ padding-top: 0px !important; }
	.res-991-pt-30{ padding-top: 30px !important; }
	.res-991-pt-40{ padding-top: 40px !important; }
	.res-991-pt-50{ padding-top: 50px !important; }

	.res-991-pb-0{ padding-bottom: 0px !important; }
	.res-991-pb-15{ padding-bottom: 15px !important; }
	.res-991-pb-30{ padding-bottom: 30px !important; }
	.res-991-pb-40{ padding-bottom: 40px !important; }
	.res-991-pb-50{ padding-bottom: 50px !important; }

	.res-991-pl-30{ padding-left: 30px !important; }
	.res-991-pr-30{ padding-right: 30px !important; }

	.res-991-mt-0{ margin-top: 0 !important; }
	.res-991-mt-10{ margin-top: 10px !important; }
	.res-991-mt-20{ margin-top: 20px !important; }
	.res-991-mt-30{ margin-top: 30px !important; }
	.res-991-m-0 { margin: 0 !important; }

	.res-991-mb-0{ margin-bottom: 0 !important; }
	.res-991-mb-10{ margin-bottom: 10px !important; }
	.res-991-mb-20{ margin-bottom: 20px !important; }

	.res-991-mr-0{ margin-right: 0 !important; }
	.res-991-plr-0{ padding-left: 0px !important; padding-right: 0px !important; }
	.res-991-plr-15{ padding-left: 15px !important; padding-right: 15px !important; }
	.res-991-plr-30{ padding-left: 30px !important; padding-right: 30px !important; }

	.res-991-ml-0{ margin-left: 0 !important; }
	.res-991-ml-10{ margin-left: 10px !important; }
	.res-991-ml_15{ margin-left: -15px !important; }
	.res-991-mr_15{ margin-right: -15px !important; }
	.res-991-pl-0{ padding-left: 0 !important; }
	.res-991-pr-0{ padding-right: 0 !important; }

	h1 { font-size: 50px; line-height: 60px; }
	h2 { font-size: 30px; line-height: 35px; }
	h3 { font-size: 25px; line-height: 30px; }
	h4 { font-size: 22px; line-height: 25px; }
	h5 { font-size: 17px; line-height: 18px; }
	h6 { font-size: 14px; line-height: 15px; }

	.slick_slider.slick-arrows-style1 .slick-prev { display: none !important; }
	.slick_slider.slick-arrows-style1 .slick-next { display: none !important; }

	.slick_slider.slick-arrows-style2 .slick-arrow {
		transform: unset;
		text-align: center;
		bottom: 35px;
		height: auto;
		width: 20px;
	}

	.section-title h2.title { font-size: 30px; line-height: 42px; }
	.col-title.section-title h2.title { font-size: 	26px; line-height: 38px; }
	.page-title-heading h1 { font-size: 36px; line-height: 1.2; }


	/** btn-size-sm **/
	.ttm-btn.ttm-btn-size-sm { font-size: 13px; padding: 9px 22px 9px 22px; }
	.ttm-btn.ttm-btn-size-sm i { font-size: 12px; line-height: 14px;}

	/** btn-size-md **/
	.ttm-btn.ttm-btn-size-md { font-size: 14px; padding: 10px 24px;}
	.ttm-btn.ttm-btn-size-md i { font-size: 13px; line-height: 15px; font-size: 16px; }

	/** btn-size-lg **/
	.ttm-btn.ttm-btn-size-lg { font-size: 16px; line-height: 18px; padding: 14px 34px;}
	.ttm-btn.ttm-btn-size-lg i { font-size: 17px; line-height: 18px;}


	.contactform .field-row:not(:last-child):before {
		top: auto;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    height: 1px;
	    background: #ebebeb;
	}
	.contactform {
	    display: block;
	    margin: 0 auto;
	}
	.contactform .field-row, .contactform .flat-btn {
	    width: 100%;
	    display: block;
	    float: none;
	    height: auto;
	    margin: 0 auto;
	    padding: 25px 20px;
	}
	.contactform .flat-btn button { text-align: center; margin: 0 auto; display: block; }

	.slick_slider.slick-arrows-style2 .slick-prev {
	    margin-right: 30px;
	    margin-left: -30px;
	}
	.slick_slider.slick-arrows-style2 .slick-arrow { display: none !important; }
	.featured-imagebox-services .featured-content { padding: 30px 25px; }
}


@media (max-width: 767px){

	.banner_slider .slide {
	    height: 320px;
	}
	.ttm-equal-height-image, 
	.featured-imagebox img, .break-991-colum .ttm-equal-height-image {
	    display: block !important;
	    width: 100%;
	}

	.ttm-topbar-wrapper .top-contact.text-left ,.topbar-right{ 
		float: none; 
		text-align: center !important;
		display: block;
		line-height: 20px;
		padding: 10px 0 0;
	}
	.topbar-btn-wrap {
		 display: block;
		 margin-top: 10px;
	}
	.top-contact li:not(:last-child):before { top: 2px; }
	.ttm-topbar-content .social-icons { margin-right: 0; }

	.rooms-content-wrap {
		position: unset;
		width: 100%;
		box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
	}
	.room-slider .rooms-content-wrap .room-content-box{ 
		position: unset; background-color: #fff;
		width: 100%;
	}
	.single-content { padding: 40px 20px; }
	.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots { left: 20px; }

	.second-footer {  padding: 25px 0 0; }
	.widget-area {
	    padding-top: 45px;
	    padding-bottom: 45px;
	}
	.widget-area ul li {
	    padding-bottom: 0!important;
	}

	iframe { height: 320px; }
	
	/* margin */
	.res-767-m-0{	margin: 0px!important; }
	.res-767-mb-0{	margin-bottom: 0px!important; }
	.res-767-mb-5{	margin-bottom: 5px!important; }
	.res-767-mb-30{	margin-bottom: 30px!important; }
	.res-767-mt-30{	margin-top: 30px !important; }
	.res-767-mt-20{	margin-top: 20px !important; }
	.res-767-mt-0{ margin-top: 0px !important; }

	/* padding */
	.res-767-plr-15{ padding: 0 15px !important; }
	.res-767-p-30{ padding: 30px !important; }
	.res-767-p-0{ padding: 0px !important; }
	.res-767-pb-30{	padding-bottom: 30px!important;	}
	.res-767-pb-0{	padding-bottom: 0px!important;	}
	.res-767-pt-30{	padding-top: 30px!important; }
	.res-767-pt-5{	padding-top: 5px!important; }
    
    .copyright {
        padding-top: 50px !important;
    }
    .ada-block a {
        line-height: 56px !important;
    }
}

@media (max-width: 575px){

	.banner_slider .slide {
	    height: 220px;
	}

	.res-575-mt-20{ margin-top: 20px !important; }

	.ttm-vertical_sep > [class*='col-']:not(:last-child):before { content: unset; }

}
@media (max-width: 370px){
	.ttm-list.ttm-list-style-disc li { float: none;	}
}