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

	.ttm-header-wrap{
		position: absolute;
	    top: 0;
	    margin: 0 auto;
	    text-align: center;
	    left: 0;
	    right: 0;
	}

	.site-branding {
	    position: absolute;
	    top: 0;
	    z-index: 9;
	    float: left;
	    width: auto;
	}
	.site-branding .logo{ background-color: #9e2323;}
	.site-navigation {    
	    background-color: #fff;
	    position: relative;
	    display: block;
	    height: 170px;
	    line-height: 170px;
	    z-index: 1;
	    float: right;
        width: 73.5%;
	}
	.site-navigation:after{
	    left: 100%;
	    top: 0;
	    width: 1200px;
	    height: 100%;
	    background-color: #fff;
	    position: absolute;
	    content: "";
	}
	#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: 65px;line-height: 65px;}
	#site-header-menu #site-navigation .menu .header-btn-wrap a.ttm-btn{
	    line-height: 65px;
	    height: 65px;
	}
	#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: 69px;

	}
	#site-header-menu #site-navigation .menu ul > li > a:before {
	    position: absolute;
	    content: "";
	    top: -2px;
	    width: 0%;
	    height: 2px;
	    -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;
        left: 0;
	    -webkit-transform: scale(0);
	    transform: scale(0);
	    -webkit-transition: all .3s;
	    transition: all .3s;
	}
	#site-header-menu #site-navigation .menu ul > li.active > a:before, #site-header-menu #site-navigation .menu ul > li:hover > a:before {
	    width: 100%;
        -webkit-transform: scale(1);
    	transform: scale(1);
	}
	.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);
	}
	.ttm-stickable-header.fixed-header .menu ul > li > a{line-height: 65px!important;}
	.ttm-stickable-header.fixed-header .site-navigation{line-height: 65px;height: 65px;background-color:#fff;}
	.ttm-stickable-header.fixed-header #site-navigation nav.menu{
		position: relative !important;
	}
	.fixed-header .ttm-topbar-wrapper .ttm-topbar-content {opacity: 0;height: 0px;overflow: hidden;  }
	.fixed-header .site-branding img {  max-height: 105px; }
	.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,
	.ttm-stickable-header.fixed-header #site-navigation nav.menu,
	.ttm-stickable-header.fixed-header #site-header-menu #site-navigation .menu .header-btn-wrap a.ttm-btn { 
		height: 65px !important; 
		line-height: 65px !important; 
	}
	.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: 32px;
	    width: 32px;
	    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: #fff;
	}
	.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: 75px; line-height: 75px !important; }
	.site-branding img {
    width: auto;
    max-width: 16%;
	}
	#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: 75px;
        left: 0;
    	right: 0;
	    background-color: #222222;
	    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: #dea565; 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; }

}
@media (min-width: 992px){
	.attraction-row{
    padding: 30px;
    margin-top: -50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    -moz-box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
	}
	.row.contactform > [class*=col-]{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	}
	form.contactform:after{
    left: 100%;
    top: 0;
    width: 1200px;
    height: 100%;
    background-color: #9e2323;
    position: absolute;
    content: "";
	}
	.row.contactform > [class*=col-]:first-child{padding-left: 30px;}
	.featuerd-imagebox-room-details.left-img{
		margin-left: -100px;
	}
	.featuerd-imagebox-room-details.right-img{
		margin-right: -100px;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
	.flat-input label {  padding: 10px 0px 10px;}
}
@media (max-width: 991px){

	.site-branding img{ width: auto;max-width: 20%; }
	/*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: 30px 0 !important; }
	.ttm-row.form-section{padding: 0 0 !important;}
	.ttm-row.row-title-section { padding: 60px 0 !important;}
	.ttm-row.services-section {padding-bottom: 60px !important;}

	/* ttm-page-title*/
	.ttm-page-title-row-inner {padding: 130px 0 110px 0;}

	.ttm-row.form-section{margin-top: -1px;padding: 30px!important;}

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

	.spacing-1 {margin-right: 0px!important;}
	.spacing-2 {padding: 50px 15px 30px 15px;}

	/* section-title*/
	.section-title.row-title h2 {font-size: 40px;  line-height: 46px;}
	

	/* 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-mb-30{ margin-bottom: 30px !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; }
	.res-991-ml-0{margin-left: 0!important;}
	.res-991-mtb-30{ margin-top: 30px !important; margin-bottom: 30px !important;}

	/* form */
	.contactform .field-row {
    	padding: 10px 0;
	}
	.flat-input{display: none;}
	.contactform button{padding: 10px 0;margin-top: 10px;}
	form.contactform{padding: 20px 0 40px;}

    /* footer */
	.first-footer-widget{padding-top: 65px;}
	.bottom .text-left,.bottom .text-right{text-align: center!important;}
	.footer .second-footer { padding: 50px 0 0px;}
	.featured-icon-box.style1{margin-bottom: 50px;min-height: auto;}

	.about-icon-box {right: 0;left: 0;}
	.ttm_single_image-wrapper .text-right,
	.ttm_single_image-wrapper .text-left{text-align: center!important;}
	.res-991-text-left{text-align: left!important;}
	.widget-area.text-right, .widget-area.text-left {
	    text-align: left!important;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.featuerd-imagebox-services{margin-bottom: 30px;}
	.featured-imagebox.featuerd-imagebox-room-details { padding: 20px 20px;}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
}
@media (max-width: 767px){

	/* form */

	/* 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; }
	.res-767-ml-0{margin-left: 0!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; }

	.ttm-tabs .content-tab { margin-top: 30px;}
	.section-title.text-center .title-desc {width: 95%;margin: 0 auto;}

	
	.contact-widget:before{background-color: transparent;}
	.site-branding img {
	    max-width: 26%;
	}

}


@media (max-width: 575px){
	ul.services_list li {width: 100%;}
	.featured-thumbnail img{width: 100%;}
	.site-branding img {
	    max-width: 30%;
	}
	.featured-icon-box.style4{margin-top: 20px;}
	.ttm-row.form-section {padding-left: 15px !important;padding-right: 15px!important;}
}
@media (max-width: 480px){
	.site-branding img {
	    max-width: 43%;
	}
	.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-right { padding-right: 50px;}
}
@media (max-width: 375px){

}
