@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,
	.col-bg-img-one .ttm-right-span .ttm-col-wrapper-bg-layer {
	    margin-right: -400px;
	}
}

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

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

}


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

	#site-header-menu #site-navigation .menu ul > li > a {
	    display: block;
	    margin: 0px 15px 0px 15px;
	    padding: 0px;
	    text-decoration: none;
	    position: relative;
	    z-index: 1;
	    line-height: 90px;

	}
	#site-header-menu #site-navigation .menu ul > li > a:before,
	#site-header-menu #site-navigation .menu ul > li > a:before{ 
		position: absolute;
		content: "";
		top: 70%;
		width: 0%;
		height: 2px;
		background-color: #0faaaa; 
		-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; }
	#site-header-menu #site-navigation .menu ul > li:last-child > a{ margin-right: 0; }
	.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 .site-branding img {  max-height: 50px; }
	.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: 70px; 
		line-height: 70px; 
	}
	.fixed-header {
	    position: fixed !important;
	    top: 0;
	    left: 0;
	    width: 100%; 
	    z-index: 9;
	}
}


@media (max-width: 1200px){


}


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

	.ttm-menu-toggle {
	    position: relative;
	    height: 35px;
	    width: 35px;
	    float: right;
	}
	.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: 90px; line-height: 90px !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: 90px;
	    background-color: #fff;
	    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;
	    line-height: 18px;
	}
	#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.15); }

	.site-branding , .site-navigation{ float: none; }
	.site-branding {
	    display: block;
	    position: absolute;
	    top: 0;
	    width: 100%;
	}
	
	/* Header-style-classic */
	.ttm-header-style-classic #ttm-stickable-header-w.ttm-stickable-header-w { background-color: #fff; position: relative; }


	/* form */
	.contactform .field-row input, .contactform .field-row select{ font-size: 16px; padding-right: 5px;}
	.contactform .field-row, .contactform button{ width: 100%; }
	.contactform .field-row{ padding: 15px 10px; margin-right: 8px; }
	.contactform .fontIcon{ right: 10.5%; top: 60%;}
	.contactform .field-row input, .contactform .field-row select{ line-height: 20px; }
	.contactform .field-row label:after{ left: 0; }


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

}


@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;
	}
	.bg-layer > .container > .row > [class*='col-'], .bg-layer > .container-fluid > .row > [class*='col-']{ padding: 0 15px; }
	.ttm-equal-height-image{ display: block; width: 100%; }
	.ttm-col-bgimage-yes{ height: auto; }

	/*top-bar */
	.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; }
	.top-contact{ line-height: 30px; padding-top: 5px;}
	.topbar-btn-wrap{ line-height: 30px; padding: 10px 0 15px; }

	/* ttm-row */
	.ttm-row { padding: 50px 0 !important; }
	.ttm-row.form-section{ padding: 0px 0px !important; }

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

	/* ttm-box-seperator */
	.ttm-box-seperator.row .col-md-3 .featured-box .ttm-icon{ margin-top: 0; }
	.ttm-box-seperator.style2.row .col-md-3 .featured-box{ padding: 20px 20px; margin-left: 0;}
	.ttm-box-seperator.style2.row-equal-height,
	.ttm-box-seperator.style2.row-equal-height > [class*='col-']{ display: block; text-align: center; margin: 0 auto; }

	/* gallery */
	.ttm-boxes-spacing-10px .featured-item img{ width: 100%; }
	.ttm-boxes-spacing-10px .ttm-box-col-wrapper.bounceIn{ margin: 0 0 10px; }


	/* 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-0{ padding-left: 0 !important; }
	.res-991-pr-0{ padding-right: 0 !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; }
	
}

@media (max-width: 768px){

}

@media (max-width: 767px){

	/* form */
	.contactform{ display: block; }
	.contactform .field-row{ margin-right: 0; margin-bottom: 5px; padding-left: 15px;}

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

	.right-side { float: none; }
	.right-side p:not(:last-child):after{display: none;}
	.award-list ul li .left-side h2 { font-size: 20px; }	
	.award-list ul li .right-side p{ margin-top: 0; }
	
	/* 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-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; }

	/* footer */
	.widget-area.text-right, .widget-area.text-left{ text-align: left!important; padding-left: 15px;  padding-right: 15px; }

	.ttm-box-seperator.row .col-md-3:nth-child(3) .featured-box{ border-left: none; border-top: 1px solid #f2f2f2;}
	.ttm-box-seperator.row .col-md-3:nth-child(4) .featured-box{ border-top: 1px solid #f2f2f2; }


	.attraction-list ul li span{ display: block; }
	.attraction-list ul li .left-side{ float: none; }
	.attraction-list ul li{ padding: 10px 0 0;}

	.restaurants-list ul li .right-side p{ margin: 0px; display: block; }
	.restaurants-list ul li span{ display: block; }

}


@media (max-width: 575px){

	.ttm-box-seperator.row .col-md-3 .featured-box{ border-left: 0; height: auto; }
	.ttm-box-seperator.row .col-md-3:first-child .featured-box:nth-child(2){ border-bottom: 1px solid #f2f2f2; }

	.featured-box.iconalign-before-heading .featured-title h5 {
	    font-size: 18px;
	    line-height: 24px;
	    margin-bottom: 25px;
	    font-weight: 600;
	}

	ul.services_list li{ width: 100%; }

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

	.restaurants-list ul li .right-side p{ display: block; }
	.restaurants-list ul li .right-side p{ margin: 0; }
	.right-side p:not(:last-child):after{ display: none; }
	.right-side p:not(:first-child){ margin-left: 0; }

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

}