@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){

	.site-branding img{
	    z-index: 9;
	}
	#site-header-menu #site-navigation .menu ul > li > a {
	    display: block;
	    margin: 0px 16px 0px 16px;
	    padding: 0px;
	    text-decoration: none;
	    position: relative;
        text-transform: uppercase;
        font-weight: 600;
	    z-index: 1;
	}
	#site-header-menu #site-navigation .menu ul > li.logo-after-this > a {  margin-right: 224px; }
	.ttm-menu-toggle{ display: none; }
	#site-header-menu #site-navigation .menu ul > li:last-child > a{ margin-right: 0; }
	#site-header-menu #site-navigation .menu ul > li:first-child > a{ margin-left: 0; }

	.ttm-stickable-header.fixed-header {
		z-index: 111;
		background-color:#fff;
	    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.06);
	}
	#site-header-menu .fixed-header #site-navigation .menu ul > li:before{ top: 22px; }
	.fixed-header.ttm-stickable-header .site-branding img {  max-height: 70px; }

	.ttm-header-style-classic #site-header-menu .ttm-stickable-header.fixed-header #site-navigation > .menu > ul > li > a,
	.ttm-header-style-classic .ttm-stickable-header.fixed-header .site-branding { 
		height: 85px;
    	line-height: 80px;
	}
	.fixed-header {
	    position: fixed !important;
	    top: 0;
	    left: 0;
	    width: 100%; 
	    z-index: 9;
	}

	#site-header-menu #site-navigation .menu ul ul {
	    text-align: left;
	    position: absolute;
	    visibility: hidden;
	    display: block;
	    opacity: 0;
	    line-height: 14px;
	    left: 0;
	    top: auto;
    	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	    transition: all .2s ease;
    	z-index: 99;
    	background-color: #f8f9fa;
    	width: 250px;
	}
	#site-header-menu #site-navigation .menu > ul > li:last-child > ul{
		right: 0;
		left: auto;
	}
	#site-header-menu #site-navigation div.menu > ul > li:nth-child(2) ul {
	    background-position: 0% 0%;
	    background-size: auto;
	    background-repeat: repeat;
	    background-attachment: scroll;
	}
	#site-header-menu #site-navigation > ul li > a, #site-header-menu #site-navigation .menu ul > li ul li > a {
	    margin: 0;
	    display: block;
	    padding: 16px 12px 16px 18px;
	    position: relative;
	    font-weight: 400;
	    font-size: 13px;
	    line-height: 18px;
	}


}


@media (max-width: 1200px){


}


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

	.about-img { text-align: center; }
	.container-fluid { padding: 0; }

	.ttm-menu-toggle {
	    position: absolute;
	    height: 35px;
	    width: 35px;
	    float: right;
	    right: 0;
    	top: 0;
	}
	.ttm-menu-toggle label {
	    cursor: pointer;
	    position: absolute;
	    z-index: 99;
	    height: 100%;
	    width: 100%;
	    top: 100%;
	    left: 0;
	    margin : 0;
	}
	.ttm-menu-toggle .toggle-block {
	    position: absolute;
	    height: 2px;
	    width: 100%;
	    padding: 0;
	    background-color: #112049;
	}
	.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: 10px 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, 0.95);
	    border-top: 3px solid #15a9c2;
	    left: 0;
	    right: 0;
	}
	#site-header-menu #site-navigation .menu ul li a {
	    display: block;
	    padding: 15px 0px;
	    text-decoration: none;
	    font-size: 15px;
	    line-height: 18px !important;
	    height: auto;
	    line-height: 18px;
	}
	.site-branding img { max-height: 65px; }
	#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; }
	.ttm-row-expand-leftfull:after{content: none;}
	.formrequest1-bar{padding: 20px 30px; margin-top: 50px;}
	.featured-imagebox-services .featured-content .fea_top{width: 70%;}
	/* padding */
	.res-1199-ptb-0{ padding: 0px !important; }
	.res-1199-pt-0{ padding-top: 0px !important; }
	.res-1199-pb-30{ padding-bottom: 30px !important; }
	.res-1199-pl-30{ padding-left: 30px !important; }
	.res-1199-pb-50{ padding-bottom: 50px !important; }
	.res-1199-ml-0{ margin-left: 0 !important; }
	.res-1199-mt-0{ margin-top: 0 !important; }
	.res-1199-mt-10{ margin-top: 10px !important; }
	.res-1199-mt-20{ margin-top: 20px !important; }
	.res-1199-mb-10{ margin-bottom: 10px !important; }
	.res-1199-mb-20{ margin-bottom: 20px !important; }
	.res-1199-mtb-0{ margin-top: 0 !important; margin-bottom: 0px !important;}
	.res-1199-mr-0{ margin-right: 0 !important; }
	.res-1199-plr-0{ padding-left: 0px !important; padding-right: 0px !important; }
	.res-1199-plr-15{ padding-left: 15px !important; padding-right: 15px !important; }
	.res-1199-m-0 { margin: 0 !important; }


	/* break-1199-colum */
	.break-1199-colum .row .col-lg-2, 
	.break-1199-colum .row .col-lg-3, 
	.break-1199-colum .row .col-lg-4, 
	.break-1199-colum .row .col-lg-5, 
	.break-1199-colum .row .col-lg-6, 
	.break-1199-colum .row .col-lg-7,
	.break-1199-colum .row .col-lg-8,
	.break-1199-colum .row .col-lg-9,
	.break-1199-colum .row .col-lg-10,
	.break-1199-colum .row .col-lg-11,
	.break-1199-colum .row .col-lg-12{
		flex: 100% !important;
		max-width: 100% ;
		float: none !important;
		display: block !important;
	}
	.break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgcolor-yes'],
	.break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgimage-yes']{ padding-left: 15px; padding-right: 15px; }
	.break-1199-colum .ttm-equal-height-image { display: block; width: 100%; }

	
}

@media (max-width: 991px){

	.ttm-row { padding: 50px 0; }
	.ttm-row.services_title-section { padding: 60px 0 40px; }
	.spirit-section-wrapper{padding: 50px 30px}

	.break-991-colum .row .col-md-7,
	.break-991-colum .row .col-md-5,
	.break-991-colum .row .col-md-4, 
	.break-991-colum .row .col-md-3, 
	.break-991-colum .row .col-md-6, 
	.break-991-colum .row .col-md-9{
		flex: 100% !important;
		max-width: 100% !important;
		float: none !important;
		display: block !important;
	}
	.break-991-colum.bg-layer .container > .row > [class*='col-'] > [class*='ttm-col-bgcolor-yes'] { 
		padding-left: 15px;
		padding-right: 15px;
	}
	.spacing-1{ margin: 0; padding: 50px 15px; }

	.row-equal-height > [class*='col-'],
	.ttm-equal-height-image, .featured-imagebox img, 
	[class*='col-md'] .ttm-equal-height-image { display: block; width: 100%; }
	

	.ttm-page-title-row-inner .row{ min-height: 380px; }

	/* img-center */
	.about-img { text-align: right; margin: 0 auto; display: block;}
	.about-list-wrapper li p{font-size: 14px; margin-bottom: 5px; line-height: 20px;}
	/* padding */
	.res-991-pt-0{ padding-top: 0px !important; }
	.res-991-pt-30{ padding-top: 30px !important; }
	.res-991-pb-30{ padding-bottom: 30px !important; }
	.res-991-pl-30{ padding-left: 30px !important; }
	.res-991-pb-50{ padding-bottom: 50px !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-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 { left: -15px; }
	.slick_slider.slick-arrows-style1 .slick-next { left: 45px; }

	.top_bar { text-align: center; height: auto; line-height: 25px; padding: 10px 0;}
	.top_bar_contact_item { line-height: 28px; margin: 0;}

	.section-title h2.title { font-size: 30px; line-height: 35px; }

	.featured-imagebox .featured-content .featured-title h5 { font-size: 18px; line-height: 24px; }

	.testimonial-section img{ width: 100%; }
	
	.featured-imagebox-amenities { margin-bottom: 0; }
	.featured-imagebox-amenities .featured-content-amenities {
		position: unset;
		max-width: 100%;
	}
	.top_bar_social a.ttm-btn{padding: 10px 15px; font-size: 14px}
	.amenities-section .slick_slider.slick-arrows-style2 .slick-prev ,
	.amenities-section .slick_slider.slick-arrows-style2 .slick-next { display: none !important; }
	.featured-imagebox-amenities .featured-content-amenities { transform: scale(1); }
	.right_contact_info{ padding-left: 0; padding-top: 40px; }
	.right_contact_info .contact_info_list .media:not(.first-child){margin-top: 15px;}
}


@media (max-width: 767px){
	.row-equal-height > [class*='col-'], .ttm-equal-height-image, .featured-imagebox img, .break-991-colum .ttm-equal-height-image {
	    display: block !important;
	    width: 100%;
	}
	.footer .widget-area .widget{margin: 15px 0;}
	.second-footer-widget{padding: 35px 0}
	/* form */
	.contactform{ display: block; }
	.contactform .field-row{ margin-right: 0; margin-bottom: 5px; padding-left: 15px;}
	
	/* 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; }
	.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; }

	.res-767-text-center{text-align: center !important;}
	.featured-imagebox-services .featured-content{padding: 15px 20px 20px;}
	.featured-imagebox-services .featured-content .fea_top{width: 80%;}
	.featured-imagebox-services .featured-content p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}
	.col-bg-img-one{display: none;}
}

@media (max-width: 575px){
	.featured-imagebox-services .featured-content p{-webkit-line-clamp: 2;}
	.spirit-section-wrapper{padding: 50px 15px;}
	.featured-imagebox-portfolio{margin: 15px 0 0;}
	.site-branding img{max-height: 50px}
	.ttm-header-wrap, .site-navigation{height: 70px;}
	.ttm-menu-toggle label{top: 65%;}
	.amenities-wrapper{margin-bottom: 15px;}
	h4 { font-size: 20px; line-height: 25px; }
	.ttm-row.contact-section{padding-bottom: 0 !important;}
	.right_contact_info .contact_info_list .media .media-left i {font-size: 25px;margin-top: 5px;}
    .fs-18 { font-size: 12px;}
}
@media (max-width: 375px){

}
