@media screen {
	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;
		margin: 0 auto;
	}

	nav {
		line-height: 42px;
	}
	nav.navtop {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 11000;

		border-bottom: 4px solid #000;
		text-align: center;
	}
	nav.navtop .ym-wrapper {
		max-width: 990px;
	}

	nav.mobile {
		display: none;
	}

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

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

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

	.nav-icons {
		position: absolute;
		top: 100px;
		right: 50px;

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

	.mobile-show {
		display: none;
	}

	#supersized {
		position: relative;
		margin: 0;
		padding: 0;
		height: 300px;

		z-index: 1000;
	}
	#supersized.notresize {
		height: auto;
		margin-left: 265px;
	}
	iframe#supersized {
		padding-left: 265px;
		box-sizing: border-box;
	}
	.switch-sidebar iframe#supersized {
		padding-left: 0px;
		padding-right: 265px;
	}
	.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;
		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;
	}

	#main {
		padding: 0;
		clear: both;

		z-index: 900;
	}
	#main .ym-wrapper {
		position: relative;
	}
	#main .ym-wbox {
		padding: 1em 2em;
		padding-left: 295px;
		padding-right: 285px;
	}
	.template_quickbook_imagesequencer_sidemenu #main .ym-wbox, .template_quickbook_sidemenu #main .ym-wbox,
		.template_quickbook #main .ym-wbox {
		padding-right: 0;
	}
	.switch-sidebar #main .ym-wbox {
		padding-left: 285px;
		padding-right: 295px;
	}
	#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;
	}

	#main #sidebar {
		position: fixed;
		top: 0;
		left: 25px;
		right: 25px;

		z-index: 10000;
	}
	#main #sidebar .ym-wrapper {
		position: relative;
		max-width: none;
	}
	#main #sidebar .ym-wbox {
		position: absolute;
		width: 240px;
		height: 100%;
		min-height: 400px;
		padding: 0;
	}
	.switch-sidebar #main #sidebar .ym-wbox {
		right: 0;
	}
	#main #sidebar .sidebar-content {
		padding-top: 45px;
	}
	.template_minimal #main #sidebar .sidebar-content {
		padding-top: 0;
	}
	#main #sidebar .sidebar-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 112px;
	}
	.template_minimal .social_links {
		display: none;
	}

	.pusher {
		min-height: 82px;
		padding-top: 5em;
	}

	.language-wrapper {
		position: absolute;
		right: 50%;
		top: 20px;
		margin-right:-280px;
		height: 42px;

		white-space: nowrap;
		line-height: 42px;
	}
	body.switch-sidebar .language-wrapper {
		right: 10px;
		margin-right: 450px;
	}
	.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 {
		display: none;
	}
	body.switch-sidebar .scrolldown-wrapper {
		margin-right: 270px;
	}
	.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;
	}
	.tagline .ym-wrapper {
		max-width: none;
	}
	#slidecaption {
		height: 100px;
		line-height: 100px;
		overflow: hidden;
		float: none;
		margin: 0;
		text-shadow: none;
	}

	.rates {
		position: absolute;
		right: 30px;
		margin-top: -140px;

		z-index: 8000;
		height: 110px;
		max-width: 320px;
		white-space: nowrap;
	}
	.switch-sidebar .rates {
		left: 30px;
		right: auto;
	}

	.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 .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: 40px;
		vertical-align: middle;
	}
	footer .ym-wbox {
		position: relative;
		padding-left: 295px;
	}
	.switch-sidebar footer .ym-wbox {
		padding-left: 25px;
		padding-right: 295px;
	}

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

	footer .ym-gbox.nav {
		text-align: right;
	}

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

	}
	.copyright {
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	.scrollup-wrapper {
		position: absolute;
		top: -62px;
		right: 20px;
		height: 42px;

		white-space: nowrap;
		line-height: 42px;
		cursor: pointer;
	}
	.switch-sidebar .scrollup-wrapper {
		right: 280px;
	}
	.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;
	}
	.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 .sitemap > ul, .box-content .links > ul {
		margin-bottom: 1.5em;
	}
	.box-content .sitemap, .box-content .links {
		margin-bottom: 3em;
	}
	.links .desciption {
		display: block;
	}


	#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;
		padding-right: 295px;
	}

	.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;
	}
	.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%;
		margin-right: 1%;
		min-height: 275px;
	}
	.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;
	}

	.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;
		top: 0;
		left: 0;
	}


	/*flexible rqh css start*/

	.page_layout_Flexible #main .ym-wbox
	{
		padding-right: 25px;
	}
	.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: uppercase;
		font-size: 140%;
	}
	.page_layout_Flexible  .section_subtitle
	{
		font-size: 120%;
		margin-bottom: 15px;
	}
	.page_layout_Flexible .images-and-texts .image-text .text > span
	{
		display: block;
		text-align: left;
	}
	.page_layout_Flexible .images-and-texts .ym-grid.right-align .image-text .text > span
	{
		text-align: right;
	}
	.page_layout_Flexible  .image-and-text
	{
		padding: 20% 12%;
	}
	.page_layout_Flexible  .images-and-texts-box .image, .page_layout_Flexible .banner
	{
		font-size: 0;
		line-height: 0;
	}
	.page_layout_Flexible .box-content > .text_container
	{
		padding: 15px 5%;
	}
	.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: 750px;
		margin: 0 auto;
		text-align: center;
	}
	.page_layout_Flexible .section_title
	{
		padding: 15px 0 0 0;
	}
	.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%;
	}
	/*flexible rqh css end*/

}

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

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

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

	html, body {
		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_fixed_1/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: 700;
		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;*/
	}

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

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

	.nav-icons {
		display: none;
	}

	.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: 100%;
	}
	.page_mobile_menu #supersized {
		display: none;
	}
	.ps-active .custom-prev, .ps-active .custom-next {
		display: none;
	}
	.custom-close {
		top: 10px;
		right: 10px;
	}

	.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;
		padding-left: 2em;
		padding-right: 0;
	}
	.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;
	}

	#main #sidebar {
		display: none;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin-top: 0;
		z-index: 901;
	}
	.quickbook_tablet #main #sidebar {
		display: block;
	}
	.quickbook_tablet.page_mobile_menu #main #sidebar {
		display: none;
	}

	#main #sidebar .sidebar-content {
		padding-top: 0;
	}
	#main #sidebar .sidebar-content > * {
		display: none;
	}
	#main #sidebar .sidebar-footer {
		display: none;
	}
	#main #sidebar .sidebar-content .quickbook {
		display: block;
	}
	#main #sidebar .ym-wbox {
		position: relative;
		width: auto;
		min-height: 0;
	}

	.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;
	}
	.quickbook .quickbooklinks {
		display: none;
	}

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

	.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*/
	iframe#supersized , .switch-sidebar iframe#supersized {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and ( max-width: 600px) {
	#main #sidebar, .quickbook_tablet #main #sidebar {
		display: none;
	}
}

@media screen and ( max-width: 480px) {
	.features.tile .feature, .features.list .feature {
		width: 99%;
	}
}
