@media screen {
	html {
		overflow-x: hidden;
	}
	html {
		height: 100%;
		overflow-y: scroll;
	}
	body {
		/*position: relative;*/
		height: 100%;
		min-height: 100%;
	}
	body.ps-active #page {
		display: block;
	}
	body.ps-active #page > * {
		display: none;
	}

	.media-query-indicator {
		position: absolute;
		z-index: 0;
	}

	.ym-wrapper {
		/* max-width: 1300px; */
		max-width: 1299px;
		margin: 0 auto;
	}
	footer .ym-wrapper {
		padding: 0 30px;
	}
	.ui-widget-content
	{
		z-index: 12000!important;
	}
	nav {
		line-height: 42px;
	}
	nav.navtop {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 11000;

		border-bottom: 4px solid #000;
		text-align: right;
		height: 90px;
	}
	nav.navtop .ym-wrapper {
		max-width: 990px;
		position: relative;
	}
	nav.navtop a.logo_main {
		width: 240px;
		position: absolute;
		left: 0;
		padding: 0;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    height: 90px;
	}
	.logo {		
		height: 65px;
		width: 100%;
	}
	.top_right_nav {
		line-height: 48px;
	}
	.language-wrapper {
		height: 42px;
		white-space: nowrap;
		line-height: 42px;
	}
	nav.navbottom.navtopright > ul{
		padding-left: 10px;
	}
	nav.mobile {
		display: none;
	}
	#sidebar {
		position: absolute;
		top: 125px;
		z-index: 10000;
		/* max-width: 600px; */
		width: auto;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	body.not_group #sidebar {
		top: 200px;
		right: 50px;
		left: inherit;
	}

	.template_minimal #sidebar,
	body.not_group.template_minimal #sidebar {
		position: relative;
		top: 0px;
		right: 0px;
	}	
	.switch-sidebar #sidebar,
	body.not_group.switch-sidebar #sidebar {
		right: auto;
		left: 20px;
	}
	.template_minimal.switch-sidebar #sidebar,
	body.not_group.template_minimal.switch-sidebar #sidebar {
		right: 280px;
		left: auto;
	}
	#sidebar.fixed,
	body.not_group #sidebar.fixed {
		position: fixed;
		top: 93px;
		right: 0px;
		left: 0;
	}
	.template_minimal #sidebar,
	body.not_group.template_minimal #sidebar {
		position: relative;
		top: 0px;
		right: 0px;
	}	
	#sidebar .ym-wrapper {
		position: relative;
		max-width: none;
	}
	#sidebar .ym-wbox {		
		display: table;
		margin: 0 auto;
	}
	#sidebar.fixed .ym-wbox {
		position: relative;
		display: inherit;
		text-align: center;	
	}
	.template_minimal #sidebar.fixed .ym-wbox {		
		text-align: left;	
	}
	#sidebar.fixed .quickbook {
		
	}
	#sidebar.fixed .quickbook label{
		text-align: left;
	}
	body.not_group .quickbookheader, body.not_group .quickbooklinks, body.not_group .quickbook .book{
		display: block;
	}	
	#sidebar.fixed .quickbooklinks, body.not_group #sidebar.fixed .quickbookheader,
	body.not_group #sidebar.fixed .quickbooklinks{
		display: none;
	}
	body.not_group #sidebar.fixed .quickbook .book{			
		display: inline-block;
	}	
	
	#sidebar .sidebar-content {
		padding-top: 0px;
	}
	.template_minimal #sidebar .sidebar-content {
		padding-top: 0;
		padding: 10px 0;
	}
	#sidebar .sidebar-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 112px;
		display: none;
	}
	.template_minimal .social_links {
		display: none;
	}

	#page {
		position: relative;
		z-index: 100;

		height: auto;
		min-height: 100%;
	}

	.pusher-nav {
		height: 90px;
	}
	.template_minimal .pusher-nav {
		display: none;
	}

	.nav-icons {
		position: absolute;
		top: 104px;
		left: 20px;
		z-index: 3000;
	}
	.switch-sidebar .nav-icons {
		right: 50px;
		left: auto;
	}
	.nav-icons > div {
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin-left: 5px;
		padding: 3px;
	}
	.template_quickbook .showimages, .template_quickbook_sidemenu .showimages {
		display: none;
	}

	.mobile-show, select.mobile-show {
		display: none;
	}

	#supersized {
		position: relative;
		margin: 0;
		padding: 0;
		height: 300px;
		z-index: 1000;
	}
	#supersized div {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	#supersized iframe {
		width: 100%;
		height: 100%;
	}
	#supersized.notresize {
		height: auto;
		margin-left: 0px;
		margin-top: 40px;
	}
	.template_gallerytile #supersized.notresize {		
		margin-top: 0px;
	} 
	#supersized.video {
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	#supersized.video > div {
		position: absolute;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		top: 50%;
	}
	#supersized.video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/*margin: -28.125% 0;*/
	}
	/*.switch-sidebar #supersized.notresize {
		text-align: right;
		margin-left: 0;
		margin-right: 265px;
	}*/
	#supersized li {
		position: absolute;
		margin: 0;
	}
	#supersized.notresize li {
		position: relative;
		display: inline-block;
		zoom: 1;
		*display: inline;
		width: 25%;
		line-height: 0;
		vertical-align: top;
	}
	#supersized.notresize li a {
		display: block;
		line-height: 0;
	}
	#supersized.notresize li img {
		width: 100%;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	#supersized.notresize .zoom {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 47px;
		height: 48px;
		margin-top: -24px;
		margin-left: -23.5px;
	}
	#supersized.notresize .gallery-title {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 60px;
		line-height: 30px;
		margin: 0;
		padding: 10px 0;
		text-align: center;
		background: rgba( 0, 0, 0, 0.5 );
		color: #FFF;

		-o-transition:.5s;
		-ms-transition:.5s;
		-moz-transition:.5s;
		-webkit-transition:.5s;
		transition:.5s;
	}
	#supersized.notresize .gallery-title:empty {
		display: none;
	}
	#supersized.notresize .gallery-title span {
		display: block;
		vertical-align: center;
	}
	#supersized.notresize .gallery-title .first {
		font-size: 130%;
	}
	#supersized.notresize li:hover .gallery-title {
		/*display: block;*/
		opacity: 1;
		visibility: visible;
	}
	ul#slide-list {
		margin-top: -50px;
		z-index: 1100;
	}
	.switch-sidebar ul#slide-list {
		/*left: auto;
		right: 288px;*/
	}
	ul#slide-list[data-slide-count='1'] {
		display: none;
	}

	#main {
		padding: 0;
		clear: both;
		z-index: 900;
	}
	.template_quickbook #main, .template_quickbook_sidemenu #main 
	{
		margin-top: 80px;
	}
	#main .ym-wrapper {
		position: relative;
	}
	#main .ym-wbox {
		padding: 1em 2em;
	}
	#main .location_filter_line .ym-wbox {
		padding: 0.5em 0em;
	}
	.switch-sidebar #main .ym-wbox {

	}

	/* .template_quickbook_imagesequencer_sidemenu #main .ym-wbox, .template_quickbook_sidemenu #main .ym-wbox{
		padding-right: 0;
	} */
	#main .template-menu .ym-gl .ym-gbox {
		padding: 0;
	}
	#main .template-menu .ym-gr .ym-gbox {
		position: relative;
		padding: 10px 20px 20px 20px;
		min-height: 5em;
	}

	.pusher {
		min-height: 82px;
		padding-top: 5em;
	}
	
	.scrolldown-wrapper {
		position: absolute;
		top: 10px;
		right: 10px;
		height: 42px;

		white-space: nowrap;
		line-height: 42px;
		cursor: pointer;
	}
	.template_quickbook .scrolldown-wrapper, .template_quickbook_sidemenu .scrolldown-wrapper, .template_minimal .scrolldown-wrapper,
	.template_gallerytile .scrolldown-wrapper, .template_gallerytile #sidebar, .template_gallerytile .nav-icons {
		display: none;
	}
	.scrolltext {
		display: inline-block;
		zoom: 1;
		*display: inline;
		height: 42px;
		line-height: 42px;
		vertical-align: top;
	}
	.scrolldown {
		display: inline-block;
		zoom: 1;
		*display: inline;
		width: 42px;
		height: 42px;
		text-align: center;
	}
	.scrolldown span {
		display: inline-block;
		zoom: 1;
		*display: inline;
		vertical-align: middle;
	}

	.tagline {
		position: absolute;
		top: 44px;
		left: 0;
		right: 0;
		height: 100px;
		z-index: 2000;
		overflow: hidden;
		display: none;
	}
	.tagline .ym-wrapper {
		max-width: none;
	}
	#slidecaption {
		height: 100px;
		line-height: 100px;
		overflow: hidden;
		float: none;
		margin: 0;
		text-shadow: none;
	}

	.rates {
		position: absolute;
		left: 32px;
		margin-top: -140px;

		z-index: 8000;
		height: 110px;
		max-width: 320px;
		white-space: nowrap;
	}
	.switch-sidebar .rates {
		right: 30px;
		left: auto;
	}
	
	.bx-wrapper .bx-controls-direction a {
		overflow: hidden;
		font-size: 0;
	}

	.rates .rates-box > div {
		position: relative;
		display: inline-block;
		zoom: 1;
		*display: inline;
		width: 320px;
		height: 110px;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	.rates img {
		margin: 0;
	}
	.rates a {
		overflow: overlay;
		margin: 0;
		padding: 0;
	}
	.rates .text {
		display: none;
	}
	.rates .text span {
		display: block;
		font-size: 120%;
	}
	.rates .text .title, .rates .text .price {
		font-size: 120%;
		font-weight: bold;
	}
	.rates .text .title{
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.rates .text .description {
		font-size: 90%;
		line-height: 1.8em;
	}
	.rates .booknow {
		display: none;
		position: absolute;
		bottom: 8px;
		right: 8px;
		height: 25px;
		line-height: 25px;
		padding: 0 16px;
		text-align: center;
		text-transform: uppercase;
	}

	.rates .fullimage .text {
		display: none;
	}
	.rates .fullimage .booknow {
		display: none;
	}

	.rates .imagewithtext img {
		width: 120px;
		height: 90px;
		margin: 9px;
		border-width: 1px;
		border-style: solid;
	}
	.rates .imagewithtext .text {
		display: block;
		position: absolute;
		top: 0;
		left: 130px;
		right: 0;
		bottom: 0;
		padding: 10px;
		text-align: left;
	}
	.rates .imagewithtext .booknow {
		display: block;
	}
	.rates .imagewithbutton .text {
		display: none;
	}
	.rates .imagewithbutton .booknow {
		display: block;
		bottom: 0;
		left: 0;
		right: 0;
	}

	footer {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		line-height: 26px;
		vertical-align: middle;
	}
	/* .template_minimal footer
	{
		position: relative;
	} */
	footer .ym-wbox {
		position: relative;
	}
	.switch-sidebar footer .ym-wbox {
		padding-left: 25px;
	}

	footer .awards {
		position: absolute;
		top: -41px;
		left: 0;
		right: 0;
	}
	footer .awards .ym-wbox {
		min-height: 0;
	}

	footer .ym-grid.grid-logos{
		padding-top: 30px;
	}
	footer .ym-gbox.nav, .ym-gbox.excess-logos{
		text-align: center;
	}

	nav.navbottom {
		position: relative;
		display: inline;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;

	}
	.nav_fragment
	{
		line-height: 42px;
	}
	.copyright, .row-post-nav {
		zoom: 1;
		/*display: inline-block; *display: inline;*/
	}
	.scrollup-wrapper {
		position: absolute;
		top: -50px;
		right: 10px;
		height: 42px;

		white-space: nowrap;
		line-height: 42px;
		cursor: pointer;
	}
	.scrollup {
		display: inline-block;
		zoom: 1;
		*display: inline;
		width: 42px;
		height: 42px;
		text-align: center;
	}
	.scrollup span {
		display: inline-block;
		zoom: 1;
		*display: inline;
		vertical-align: middle;
	}

	.hide {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}

	h1 {
		margin-top: 10px;
	}

	p:first-child {
		margin-top: 0;
	}


	.sitemap-type {
		display: inline-block;
		zoom: 1;
		*display: inline;
		width: 45%;
		vertical-align: top;
		padding: 0 1%;
	}
	.sitemap ul {
		/*list-style-type: none;*/
	}
	.sitemap ul ul {
		/*list-style-type: disc;*/
	}
	.sitemap li, .links li {
		line-height: 2em;
		margin: 0;
	}
	.links li {		
		list-style-type: none;
	}
	.box-content .sitemap a, .box-content .links a {
		white-space: nowrap;
		text-decoration: none;
	}
	.sitemap > ul > li > a {
		font-weight: bold;
	}
	.box-content .sitemap ul, .box-content .links ul {
		margin-bottom: 0.5em;
	}
	.box-content .links ul {
		margin-left: 0;
	}
	.box-content .sitemap > ul, .box-content .links > ul {
		margin-bottom: 1.5em;
	}
	.box-content .sitemap, .box-content .links {
		margin-bottom: 3em;
	}
	.links .desciption {
		display: block;
		white-space: normal;
	}


	#cookie-consent {
		position: fixed;
		bottom: 0px;
		left: 0px;
		right: 0px;
		z-index: 5000000;
		min-height: 4em;

		background: #666;
		background: rgba( 34, 34, 34, 0.9 );
		color: #FFF;
		line-height: 1.5em;
		font-size: 1.3em;
	}
	#cookie-consent .ym-wrapper {
		position: relative;
	}
	#cookie-consent .ym-wbox {
		padding: 1em 4em .5em 1em;
	}
	#cookie-consent a, #cookie-consent a:hover {
		color: #FFF;
		font-weight: bold;
		background-color: transparent;
	}
	#cookie-consent a:hover {
		text-decoration: underline;
	}
	#cookie-consent .close {
		position: absolute;
		top: .5em;
		right: 1em;

		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 100%;
		padding: 0;
		text-align: center;
		font-family: Verdana, Arial;
		font-size: 100%;

		border: 2px solid #FFF;
		text-decoration: none;
	}
	#cookie-consent .close:hover {
		color: #999;
		border: 2px solid #999;
		text-decoration: none;
	}

	.page_layout_Text_Promotions_Text #main .ym-wbox {
		padding-right: 25px;
	}

	.switch-sidebar.page_layout_Text_Promotions_Text #main .ym-wbox {
		padding-left: 25px;
	}

	.features {
		width: 100%;
	}
	.feature {
		position: relative;
		display: inline-block;
		zoom: 1;
		*display: inline;
		width: 100%;
		min-width: 200px;
		height: auto;
		padding: 0;
		margin: 0 0 1em 0;
		overflow: hidden;
		vertical-align: top;

		border-style: solid;
		border-width: 1px;

		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	/* .features.list .feature {
		margin-bottom : 0.5em;
	}
	.features.list .feature:last-child {
		margin-bottom : 0em;
	} */
	.box-content .feature a {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;

		text-decoration: none;
	}
	.feature .image {
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin: 10px 10px 5px 10px;
	}
	.feature img {
		max-width: 100%;
		width: 250px;
		height: auto;
	}
	.feature .text {
		position: absolute;
		top: 10px;
		left: 280px;
		right: 10px;
	}
	.feature .text span {
		display: block;
	}
	.feature .text span.readmore {
		display: inline;
		color: #666;
	}
	.feature .text .title {
		font-size: 140%;
	}
	.feature .text .description {
		position: relative;

		margin-top: .5em;
		font-size: 100%;

		overflow: hidden;

		height: 2.6em;
		line-height: 1.3em;

		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.feature .text .description:before {
		content: '';

		float: right;
		height: 1.3em;
	}
	.feature .text .description-text {
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.feature .text .description-text:before {
		content: "\2026  read more";

		float: right;
		clear: right;
	}
	.feature .text .description-text:after {
		content: '';

		position: absolute;

		display: inline-block;
		zoom: 1;
		*display: inline;
		width: 100%;
		height: 1.3em;

		background: inherit;
	}
	.feature .text .description:after {
		content: '';

		position: absolute;

		display: block;
		width: 100%;
		height: 2.6em;

		background: inherit;
	}
	.feature .feature-pusher {
	}
	.feature-footer {
		position: relative;
		min-height: 46px;
		background: #dbdad5;

		border-style: solid;
		border-width: 1px;

		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.feature .price {
		position: absolute;
		top: 12px;
		left: 20px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
		font-weight: bold;
	}
	.feature .booknow {
		position: absolute;
		top: 10px;
		right: 20px;
		height: 25px;
		line-height: 25px;
		padding: 0 16px;
		text-align: center;
		text-transform: uppercase;
	}
	.features.list .features-box {
		max-width: 750px;
		margin: 0 auto;
	}
	.features.tile .feature {
		width: 32.3333333333%;
		margin-right: 1%;
		min-height: 305px;
		max-height: 350px;
		box-sizing: border-box;
	}
	.box-content .features.tile .feature a {
		min-height: 275px;
	}
	.features.tile .feature .text {
		text-align: center
	}
	.features.tile .feature .image {
		display: block;
	}
	.features.tile .feature img {
		width: 100%;
	}
	.features.tile .feature .text {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin: 0 10px 10px 10px;
	}
	.features.tile .feature .text .description {
		height: auto;
		font-size: 90%;
	}
	.features.tile .feature .text .description:before, .features.tile .feature .text .description-text:before,
		.features.tile .feature .text .description-text:after, .features.tile .feature .text .description:after {
		display: none;
	}
	.features.tile .feature-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
	}
	.features.tile .feature .price {
		display: none;
	}
	.features.tile .feature .booknow {
		position: relative;
		top: auto;
		right: auto;
		height: auto;
		min-width: 100px;
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin-top: 10px;
	}
	
	.features.tile.change .feature .text .subtitle,
	.features.tile.change .feature .text .description
	{
		display: none;
	}
	.features.tile.change .feature{
		min-height: 215px;
	}
	.box-content .features.tile.change .feature a{
		min-height: 205px;
	}
	.features.tile.change .feature-footer{
		border-width: 0;
		min-height: 26px;
		bottom: 5px;
	}
	.features.tile.change .feature .booknow{
		margin-top: 0;
	}
	.page_layout_Flexible  .features
	{
		margin-top: 0px;
	}
	.features.tile.change .feature{
		border-width : 0;
	}

	.icons .icon-button {
		display: inline-block;
		zoom: 1;
		*display: inline;
		border-color: #000;
		border-style: solid;
		border-width: 1px;
		cursor: pointer;
		height: 42px;
		line-height: 43px;
		width: 42px;
		vertical-align: middle;
		text-align: center;

		font-size: 100%;

		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;

		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.icons .icon-button span.arrow {
		display: inline-block;
		zoom: 1;
		*display: inline;
		vertical-align: middle;

		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.icons .icon-button span.arrow-left {
		margin-top: -4px;
		margin-left: -4px;
	}
	.icons .icon-button span.arrow-right {
		margin-top: -4px;
		margin-right: -4px;
	}
	.icons .icon-button:hover span.arrow-left {
		/* border-right: 10px solid #FFF; */
	}
	.icons .icon-button:hover span.arrow-right {
		/* border-left: 10px solid #FFF; */
	}

	.icons-minimal {
		margin: 10px 0 0 20px;
	}

	.icons-minimal span {
		margin-left: 5px;
	}
	.icons .icon-button .fa {
		margin-top: -4px;
		vertical-align: middle;
	}
	.icons .icon-button .fa-caret-left {
		margin-left: -6px;
	}


	.transition {
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}

	.custom-controls {
		display: none;
		position: fixed;
		z-index: 1001000;
		cursor: pointer;
		width: 47px;
		height: 48px;
	}
	.ps-active .custom-controls {
		display: block;
	}
	.custom-close {
		top: 20px;
		right: 20px;
	}
	.custom-prev {
		top: 50%;
		left: 30px;
	}
	.custom-next {
		top: 50%;
		right: 30px;
	}

	.text.editable {
		position: relative;
		display: block;
		min-height: 2em;
		margin-top: .5em;

		outline: 1px dashed rgba( 255, 0, 0, 0.3 );
	}
	.text.editable:after {
		position: absolute;
		bottom: 0;
		right: 0;

		content: 'Edit Text';
		color: rgba( 255, 0, 0, 0.3 );
	}
	.text.editable:hover {
		outline: 1px dashed #F00;
	}
	.text.editable:hover:after {
		color: #F00;
	}
	.text.editable .text.editable {
		display: inline;
		min-height: 0;
		margin-top: 0;

		outline: 0;
	}
	.text.editable .text.editable:after {
		display: none;
		content: '';
	}
	.text.editable .text.editable:hover {
		outline: 0;
	}

	/* hack tracking imgs, so that they don't screw up the design */
	body > img, body > iframe {
		position: absolute;
		z-index: 1;
		width: 1px !important;
		height: 1px !important;
	}


	/*flexible rqh css start*/

	.page_layout_Flexible #main .ym-wbox
	{
		padding-right: 0px;
		padding-left: 0px;
	}
	.page_layout_Flexible  .banner img
	{
		width: 100%;
		height: auto;
	}
	/*.page_layout_Flexible0  .features.list .features-box {
		max-width: none;
	}*/
	.page_layout_Flexible  .section_title, .page_layout_Flexible  .section_subtitle
	{
		text-align: center;
		text-transform: none;
		font-size: 28px;
		font-weight: 300;
	}
	.page_layout_Flexible .section_title {
		padding:0 ;
	}
	.page_layout_Flexible  .section_subtitle
	{
		font-size: 18px;
		margin-bottom: 15px;
	}	
	.page_layout_Flexible .images-and-texts .image-text .text > span
	{
		display: block;
		text-align: left;
	}
	.page_layout_Flexible .images-and-texts .image-text .text span.description-text
	{
		display: block;
		padding: 20px 0 40px 0;
	}
	.page_layout_Flexible .images-and-texts .ym-grid.right-align .image-text .text > span
	{
		text-align: right;
	}
	.page_layout_Flexible  .image-and-text
	{
		padding: 15% 12%;
	}
	.ie .page_layout_Flexible  .image-and-text
	{
		padding: 10%;
	}
	.page_layout_Flexible  .images-and-texts-box .image, .page_layout_Flexible .banner
	{
		font-size: 0;
		line-height: 0;
	}
	.page_layout_Flexible .box-content > div, .page_layout_Flexible .box-content .for_border > div
	{
		padding: 15px 0;
	}
	.page_layout_Flexible .box-content .for_border > div
	{
		padding-right: 15px;
	}
	.page_layout_Flexible .box-content > .text_container, .page_layout_Flexible .box-content > .iframe_container
	{
		padding: 15px 5%;
	}
	
	.page_layout_Flexible .box-content > .text_container
	{
		max-width: 900px;
		margin: 0 auto;
		border-bottom: 1px solid;	
	}

	.page_layout_Flexible .text.editable:after
	{
		position: relative;
	}
	.page_layout_Flexible .text.editable
	{
		margin-top: 0;
	}
	.page_layout_Flexible .box-content > .text_container *
	{
		max-width: 900px;
		margin: 0 auto;
		text-align: left;
	}
	.page_layout_Flexible .box-content > .text_container p
	{
		margin-bottom: 1em;
	}
	.page_layout_Flexible .box-content > .iframe_container
	{
		max-width: 900px;
		margin: 0 auto;
	}	
	.page_layout_Flexible .image-and-text-footer .button
	{
		width: 120px;
	}
	.page_layout_Flexible .ym-grid.right-align .image-and-text-footer .button
	{
		float: right;
	}
	/*.page_layout_Flexible .box-content > div
	{
		padding: 15px 0;
	}*/
	.page_layout_Flexible .features.tile .features-box
	{
		text-align: center;
	}
	.page_layout_Flexible .features.tile .feature
	{
		margin-right: 0.3%;
		margin-left: 0.3%;
		margin-bottom: 5px;
	}

	.page_layout_Flexible .iframe_embed_container {
		text-align: center;
	}
	.page_layout_Flexible .iframe_embed {
		position: relative;
		padding-bottom: 56.25%; /* 16/9 */
		height: 0;
		overflow: hidden;
		max-width: 100%;
	}
	.page_layout_Flexible .iframe_embed iframe, .page_layout_Flexible .iframe_embed object, .page_layout_Flexible .iframe_embed embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
	/*flexible rqh css end*/

	#datepicker[type="text"] {
		background: #ffffff;
	}
	.quickbook .date input#datepicker{
		width: 130px;
		display: inline-block;
		*display: inline;
	}
	footer .ym-grid{
		line-height: 2.5em;
		font-size: .95em;		
	}
	footer .ym-grid.row-nav-container
	{
		margin: 20px 0;
	}
	footer ul {
		margin:0;	list-style-type:none;
	}
	footer ul li {
		display:inline-block;
		zoom: 1;*display: inline;
	}
	footer .ym-gl{
		text-align: left;
	}
	footer .ym-gr{
		text-align: right;
	}
	.row-1-container
	{
		text-align: center;
		padding-top: 30px;
	}
	.row-2-container
	{
		padding-bottom: 10px;
	}
	.row-4-container
	{
		text-align: right;
	    max-width: 990px;
    	margin: 0 auto;
	}
	.grid-menu .ym-gbox.box-content
	{
		padding-right: 20px;
	}

	.page_layout_Parallax #page, .page_layout_Parallax #main {
		background: transparent;
	}
	.page_layout_Parallax #main .ym-wrapper {
		background: #ebebeb;
	}
	.page_layout_Parallax .parallax-window {
		min-height: 400px;
		background: transparent;
	}	
	
	.ym-wrapper.location_filter_line .choice {
		display: inline-block;
		margin: 7.5px 15px;
		padding: 5px 10px;
		cursor: pointer;
		min-width: 90px;
		text-align: center;
	}
	.ym-wrapper.location_filter_line:before 
	{
		content: "Narrow By";
		text-transform: uppercase;
		font-weight: bolder;
		display: block;
		padding-top: 10px;
	}
	.hide_element
	{
		display: none;
	}
	.clear, .footerclear{
		clear: both;
	}
	.footerclear {
		padding:0 0 0px 0;
	}
	.local_address{
		float: left;
		text-align: left;
	}
	.local_address.right{
		text-align: right;
	}
	.footerrightlogo{
		float: right;
	}
	.group_address{
		text-align: center;
	}
	.footerbottomhotels
	{
		padding: 15px 0;
	}
	.for_border
	{
	    border-right: 1px solid;
    	padding-right: 20px;
    }
    .content_subtitle:empty
    {
    	display: none;
    }
    .fa-chevron-down, .fa-chevron-up
	{
		font-size: 25px;
		margin-top:8px;
	}
	body.page_layout_SpecialOffersWithFilters .content_title,
	body.page_layout_SpecialOffersWithFilters .content_subtitle,
	body.page_layout_SpecialOffersWithFilters .location_filter_line,
	body.page_layout_SpecialOffersWithFilters #main .ym-wbox .text {
		text-align: center;
	}
	.no_property_alert {
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.75);
		top: 0;
		left: 0;
		z-index: 99999;
		text-align: center;
	}
	.errorbody {
		background: black;
		height: 200px;
		width: 350px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -100px;
		margin-left: -175px;
	}
	.tophalf {
		padding: 17px 0;
	}
	.bottomhalf {
		padding-bottom: 29px;
		font-size: 1.2em;
		position: relative;
	}
	.bottomhalf span {
		display: block;
		line-height: 42px;
		margin-bottom: 10px;
	}
	.bottomhalf p {
		padding: 5px 30px;
		display: initial;
		cursor: pointer;
	}
	.arrow-down-error {
		width: 0; 
		height: 0; 
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 10px solid #000000;
		position: absolute;
		left: 50%;
		margin-left: -7px;
	}
	.quickbook #quickbookTag {
		position: absolute;
		z-index: 1000;
		right: 30px;
	}
	body.fixed_qb .quickbook #quickbookTag {
		display: none;
	}
}

@media screen and ( max-width: 1300px ) {

	#supersized.notresize li {
		width: 33.333333%;
	}
	.page_layout_Flexible  .image-and-text
	{
		padding: 10%;
	}
}

@media screen and ( max-width: 990px ) {
	.media-query-indicator {
		z-index: 2;
	}

	html {
		overflow-x: hidden;
	}
	html.pushed {
		overflow: hidden;
	}
	html.pushed body {
		position: relative;
		overflow: hidden;
		height: 99%;
	}

	nav.mobile {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 42px;
		z-index: 21000;
		overflow: hidden;
	}
	nav.mobile.pushed {
		left: 240px;
	}
	nav.mobile .show {
		display: inline-block;
		zoom: 1;
		*display: inline;
		height: 42px;
		line-height: 40px;
		cursor: pointer;
		padding-right: 1.5em;
		vertical-align: middle;
	}
	nav.mobile .show i {
		margin-left: .4em;
		margin-right: .4em;
		color: #a79367;
	}
	nav.mobile.pushed .show i:before {
		content: '\f00d';
	}
	.template_minimal nav.mobile .show {
		display: none;
	}
	nav.mobile a, nav.mobile a span {
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	/*nav.mobile .home {
		width: 25px;
		height: 36px;
		background-image: url( '/includes_template_gnh_4star/img/icn-home.png' );
		background-position: 0 6px;
		background-repeat: no-repeat;
	}
	nav.mobile .arrow, nav.mobile .home {
		vertical-align: middle;
		margin: 0 .5em 0 .5em;
	}*/
	.mobile-back, .mobile-home {
		float: right;
	}

	nav.navtop {
		position: fixed;
		max-width: none;
		top: 0;
		left: -240px;
		right: auto;
		z-index: 20000;
		width: 100%;
		height: 100%;

		border-bottom: 0;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	nav.navtop.pushed {
		left: 0;
		-webkit-overflow-scrolling: touch;
	}
	nav.navtop .ym-wbox {
		margin-bottom: 10em;
	}
	nav.navtop .firstlevel {
		width: 240px;
		/*min-height: 1800px;*/
	}

	#sidebar, body.not_group #sidebar {
		position: relative;
		top: auto;
		right: auto;
	}
	#sidebar .ym-wbox {
		position: relative;
		width: auto;
	}

	#page {
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 23000;
		padding-bottom: 4em;
	}
	#page.pushed {
		left: 240px;
	}

	.template_minimal .pusher-nav {
		display: block;
	}

	.nav-icons, .quickbookcontent form > div.mobile-hide {
		display: none;
	}

	.mobile-show, select.mobile-show {
		display: block;
	}

	#supersized {
		/*display: none;*/
		height: 300px;
	}
	.template_gallerytile #supersized {
		display: block;
		height: auto;
	}
	.template_gallerytile #supersized.notresize {
		margin-left: 0;
	}
	#supersized.notresize li {
		width: 50%;
	}
	.page_mobile_menu #supersized {
		display: none;
	}
	.ps-active .custom-prev, .ps-active .custom-next {
		display: none;
	}
	.custom-close {
		top: 10px;
		right: 10px;
	}

	.quickbook-mobile {
		margin: 0 auto;
		text-align: center;
	}
	.quickbook-mobile .button {
		width: 50%;
		min-width: 200px;
		padding: 5px;
		margin-bottom: 15px;

		font-size: 16px;
		text-align: center;
		text-transform: uppercase;
	}

	.scrolldown-wrapper, .tagline, #slide-list, div.showimages, .rates {
		display: none;
	}

	.language-wrapper {
		top: 34px;
		right: 20px;
		margin-right: 0;
	}

	#main .ym-wbox {
		padding: 1em 2em;		
	}
	.page_layout_Text_Promotions_Text #main .ym-wbox, .switch-sidebar.page_layout_Text_Promotions_Text #main .ym-wbox {
		/*padding-right: 0;*/
	}
	.template_quickbook_imagesequencer_sidemenu #main .ym-wbox, .template_quickbook_sidemenu #main .ym-wbox {
		padding-right: 2em;
		padding-left: 2em;
	}
	.page_layout_Flexible .box-content .for_border > div{
		padding-right: 0;
	}

	/* linearization for grid module */
	.linearize-level-1, .linearize-level-1 > [class*="ym-g"] {
		display: block;
		float: none;
		padding: 0;
		margin: 0;
		width: 100% !important;
	}
	/* reset defined gutter values */
	.linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"] {
		overflow: hidden; /* optional for containing floats */
		padding: 0;
		margin: 0;
	}

	.sitemap-type {
		width: 100%;
	}

	.pusher {
		display: none;
	}
	footer {
		display: none;
		height: auto;
		line-height: 42px;
	}
	footer .ym-wbox {
		padding-left: 2em;
	}
	footer .address {
		display: block;
		float: none;
		padding: 0 1em;
	}

	nav.navbottom {
		display: none;
		float: none;
	}


	.features.list .feature {
		width: 32%;
		/* margin-right: 1%; */
		min-height: 275px;
	}
	.box-content .features.list .feature a {
		min-height: 275px;
	}
	.features.list .feature .text {
		text-align: center
	}
	.features.list .feature .image {
		display: block;
	}
	.features.list .feature img {
		width: 100%;
	}
	.features.list .feature .text {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin: 0 10px 10px 10px;
	}
	.features.list .feature .text .description {
		height: auto;
		font-size: 90%;
	}
	.features.list .feature .text .description:before, .features.list .feature .text .description-text:before,
		.features.list .feature .text .description-text:after, .features.list .feature .text .description:after {
		display: none;
	}
	.features.list .feature-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
	}
	.features.list .feature .price {
		display: none;
	}
	.features.list .feature .booknow {
		position: relative;
		top: auto;
		right: auto;
		height: auto;
		min-width: 100px;
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin-top: 10px;
	}

	.features.tile .feature, .features.list .feature {
		width: 48%;
		margin: 0 1% 1em 1%;
		box-sizing: border-box;
	}

	.mobile-buttons {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 25000;
		background: #DBDAD5;
	}
	.mobile-buttons-table {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.mobile-buttons-table ul {
		display: table-row;
		width: 100%;
	}
	.mobile-buttons-table li {
		display: table-cell;
		padding: 0;
		line-height: 2.5em;
		border-right-style: solid;
		border-right-width: 1px;
	}
	.mobile-buttons-table li:last-child {
		border-right: 0;
	}
	.mobile-buttons-table a {
		display: block;
		padding: 0;
		min-height: 4em;
		line-height: 2em;
		text-align: center;
	}
	.mobile-buttons-table a i {
		vertical-align: -45%;
	}

	/*flexible rqh css start*/
	.images-and-texts .images-and-texts-box .ym-grid .ym-g50
	{
		width: 100%;
	}
	.page_layout_Flexible .images-and-texts .ym-grid.right-align .image-text .text > span
	{
		text-align: left;
	}
	.page_layout_Flexible .ym-grid.right-align .image-and-text-footer .button
	{
		float: none;
	}
	/*flexible rqh css end*/
	nav.navtop a.logo_main
	{
		display: none;
	}
	.template_quickbook #main, #supersized.notresize, .template_quickbook_sidemenu #main
	{
		margin-top: 0px;
	}
	/*.logo {
		margin-top:-46px;
	}*/ /*test top and bottom rule on rqhs*/
	.pusher-nav {
		height: 40px;
	}	
	.page_layout_Flexible .text_container iframe {/* -- Retro Fit -- */
		height:auto;
		width:100%;
		min-height:400px
	}
	.mobile-show .icon_cont ul{
	 	line-height: 32px;
	    margin: 0;
    	text-align: center;
    	display: none; 
	}
	.mobile-show .icon_cont ul li a{
		display: block;
		padding: 8px;
		line-height: 0;
	}
	.ym-wrapper.location_filter_line .choice{
		min-width: 32px;
	}
	.ui-datepicker.ui-widget-content
	{
		z-index: 99999!important;
	}
	.page_mobile_menu #sidebar, body.not_group #sidebar {
		display: none;
	}
	.icons-minimal {
		margin: 0;
	}
	body.fixed_qb #sidebar.fixed {
		position: relative;
		top: auto;
		right: auto;
		left:auto;
	}
	.for_border	{
		border-right: 0px solid;
		padding-right: 0px;
	}
	#main .location_filter_line .ym-wbox	{
		padding: 0.5em 0;
	}
}

@media screen and ( max-width: 480px) {
	.features.tile .feature, .features.list .feature,
	.page_layout_Flexible .features.tile .feature {
		width: 100%;
		margin: 0.5em auto 1em auto;
		display: block;
	}
	.features.tile .feature.hide_element, .page_layout_Flexible .features.tile .feature.hide_element {
		display: none;
	}
	.page_layout_Flexible .text_container iframe {/* -- Retro Fit -- */
		min-height:280px
	}
	#supersized.notresize .gallery-title {
		padding: 0px;
	}
	.features.tile.change .feature,
	.box-content .features.tile.change .feature a{
		min-height: 0;
	}
	.features.tile.change .feature-footer{
		position: relative;
	}
	.quickbookcontent form > div.mobile-show.hotel_mob{
		width: 100%;
	}
	.quickbookcontent form > div{
		display: initial;
		float: left;
	}
	#sidebar{display: none;}
}
