@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 ,
	.col-bg-img-one .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 (min-width: 1200px){

	.site-branding {
	    display: table-cell;
	    vertical-align: middle;
	    float: left;
	    height: 108px;
    	line-height: 108px;
	}
	
	.fixed-header .site-branding {top: 8px;}
	.site-branding .logo{
	    background-color: #f5f9f8;
	}
	.site-branding .logo:before, .site-branding .logo:after {
	    left: 100%;
	    top: 0;
	    width: 60px;
	    height: 100%;
	    background-color: #f5f9f8;
	    position: absolute;
	    content: "";
	}
	.site-branding .logo:before{
	    left: auto;
	    right: 100%;
	    width: 1200px;
	}
	.site-navigation,
	#site-header-menu #site-navigation .menu .header-btn-wrap,
	#site-header-menu #site-navigation .menu > ul{
		float: right;
	}
	#site-header-menu #site-navigation nav.menu {height: 62px;line-height: 62px;position: relative;}
	#site-header-menu #site-navigation .menu .header-btn-wrap a.ttm-btn{vertical-align: middle;}
	#site-header-menu #site-navigation .menu ul > li > a {
	    display: block;
	    margin: 0px 13px 0px 13px;
	    padding: 0px;
	    text-decoration: none;
	    position: relative;
	    z-index: 1;
	    line-height: 62px;

	}
	#site-header-menu #site-navigation .menu ul > li > a:before {
	    position: absolute;
	    content: "";
	    top: 70%;
	    width: 0%;
	    height: 3px;
	    -webkit-transition: all 0.5s ease-in-out 0s;
	    -moz-transition: all 0.5s ease-in-out 0s;
	    -ms-transition: all 0.5s ease-in-out 0s;
	    -o-transition: all 0.5s ease-in-out 0s;
	    transition: all 0.5s ease-in-out 0s;
	}
	#site-header-menu #site-navigation .menu ul > li.active > a:before, #site-header-menu #site-navigation .menu ul > li:hover > a:before {
	    width: 100%;
	}
	.ttm-menu-toggle{ display: none; }
	.ttm-stickable-header.fixed-header {
		z-index: 111;
		background-color:#fff;
	    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.06);
	}
	.fixed-header .ttm-topbar-wrapper .ttm-topbar-content {opacity: 0;height: 0px;overflow: hidden;  }
	.fixed-header .site-branding img {  max-height: 58px; }
	.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: 62px; 
		line-height: 62px; 
	}
	.fixed-header {
	    position: fixed !important;
	    top: 0;
	    left: 0;
	    width: 100%; 
	    z-index: 9;
	}
}

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

	.ttm-topbar-wrapper,.header-btn-wrap{display: none;}
	.ttm-menu-toggle {
	    position: relative;
	    height: 35px;
	    width: 35px;
	    float: left;
	}
	.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: #262626;
	}
	.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;
	}
	
	.ttm-stickable-header-w { height: 82px; line-height: 82px !important; }
	#site-header-menu #site-navigation .menu { display: none;}
	#site-header-menu #site-navigation .menu.active { max-height: 55em; display: block; clear: both;}
	#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: 82px;
	    background-color: #343533;
	    border-top: 3px solid;
	}
	#site-header-menu #site-navigation .menu ul li a {
	    display: block;
	    padding: 15px 0px;
	    text-decoration: none;
	    line-height: 18px !important;
	    height: auto;
	    color: #fff;
	}
	#site-header-menu #site-navigation .menu > ul > li { display: block; }
	#site-navigation .menu > ul li:not(:last-child) { border-bottom: 1px solid rgba(93,101,118,0.60); }
	.site-navigation{ text-align: left;float: none; display: block;line-height: 82px;height: 82px;position: relative; }
	.site-branding {
	    position: absolute;
	    top: 0;
	    z-index: 1;
	    left: 0;
    	right: 0;
	}
	
	/* Header-style-classic */
	.ttm-header-style-classic #ttm-stickable-header-w.ttm-stickable-header-w { background-color: #fff; position: relative; }

	/* 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-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; }

	/* 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-7,
	.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%; }

	.spacing-2{margin-top: 0!important;}
	.ttm-row.amenities-text-section {padding: 50px 0 0 !important;}

}
@media (min-width: 992px){
	body .page .page-content {
    margin-bottom: 385px;
    background-color: #fff;
    z-index: 999;
    position: relative;
    }
    .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
	}
}

@media (max-width: 991px){

	.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;
	}

	.site-branding img{ width: auto;max-width: 50%; }
	/*top-bar */
	.ttm-topbar-content{ padding-top: 10px; }
	.ttm-topbar-wrapper .top-contact.text-left,
	.topbar-right.text-right{ float: none; display: block; text-align: center !important; }
	.top-contact li{ display: block; margin: 0 !important; line-height: 24px; }
	.top-contact{ line-height: 10px; padding-top: 5px;}
	.topbar-btn-wrap{ line-height: 30px; padding: 0px 0 5px; float: none !important; }
	.ttm-topbar-wrapper .ttm-btn{ display: inline-block; }

	/* ttm-row */
	.ttm-row { padding: 50px 0 !important; }
	.ttm-row.amenities-text-section{padding-bottom: 0!important;}
	.ttm-row.form-section{ margin-top: 0; }
	.ttm-row.cta-section{ padding: 30px 0 !important; }

	/* img-center */
	.about-img { text-align: center; }

	.spacing-1 {margin-left: 0px!important;}
	

	/* padding */
	.res-991-ptb-0{ padding: 0px !important; }
	.res-991-pt-0{ padding-top: 0px !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-mb-10{ margin-bottom: 10px !important; }
	.res-991-mb-20{ margin-bottom: 20px !important; }
	.res-991-mtb-0{ margin-top: 0 !important; margin-bottom: 0px !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; }

	/* form */
	.contactform .field-row{margin-bottom: 5px;}
	.ttm-row.form-section {background-color: #343533;}
    /* footer */
	.first-footer-widget{padding-top: 65px;}
	.footer .widget {padding: 0px 0px 65px 0px;}
	.bottom .text-left,.bottom .text-right{text-align: center!important;}

	.about-icon-box {right: 0;left: 0;}
	.ttm_single_image-wrapper .text-right,
	.ttm_single_image-wrapper .text-left{text-align: center!important;}

	.section-title.row-title.style2.text-left{text-align: center !important;}
	.res-991-center{text-align: center !important;}

	.ttm-box-view-content-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0; 
    top: 0; 
	}

}

@media (max-width: 767px){

	/* form */
	.contactform .field-row{margin-bottom: 5px;}

	/* Title */
	.section-title h2.title { font-size: 35px; line-height: 40px; }
	.title-box .page-title-heading h1{ font-size: 38px ; line-height: 38px; }

	/* margin */
	.res-767-mb-0{	margin-bottom: 0px!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-pt-30{	padding-top: 30px!important; }

	.spacing-3 {padding: 35px 15px 35px !important;}
	.ttm-tabs .content-tab { margin-top: 30px;}
	.featured-box.style1:nth-child(1) {border-bottom: 1px solid transparent;}
	.col-md-4:not(:first-child) .featured-box.style1 {border-left: 1px solid transparent;}

}


@media (max-width: 575px){
	ul.services_list li {width: 100%;}
	.featured-thumbnail img{width: 100%;}
}
@media (max-width: 480px){

}
@media (max-width: 375px){

}
