@CHARSET "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

.ylReservationRow p:before, .ylReservationRow p:after, .ylReservationRow:before,
	.ylReservationRow:after, .ylFormColInner:before, .ylFormColInner:after,
	.ylDetailsInfo:before, .ylDetailsInfo:after, .ylSectionBody:before,
	.ylSectionBody:after, .ylFormRow:before, .ylFormRow:after, .ylNavBar:before,
	.ylNavBar:after, .ylProducts:before, .ylProducts:after, .ylForm:before,
	.ylForm:after, .ylList li:before, .ylList li:after, .clearfix:before,
	.clearfix:after {
	content: " ";
	display: table;
}

.ylReservationRow p:after, .ylReservationRow:after, .ylFormColInner:after,
	.ylDetailsInfo:after, .ylSectionBody:after, .ylForm:after, .ylFormRow:after,
	.ylProducts:after, .ylNavBar:after, .ylList li:after, .clearfix:after {
	clear: both;
}

.ylBtnSubmit, .ylField {
	border-radius: 0;
}

input, textarea, .ylContainer {
	font-size: 13px;
	line-height: 1.3;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ylContainer {
	margin: 0 auto;
	width: 924px;
}

.ylContainer a {
	text-decoration: none;
}

.ylLeft {
	float: left;
}

.ylRight {
	float: right;
}

.ylCenter {
	text-align: center;
}

.ylProduct, .ylProductContent, .ylBtn {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

/* Navigation */
.ylNavBar {
	border-radius: 5px;
	margin-bottom: 25px;
	padding: 10px;
	background: rgba(1, 67, 125, 1);
	background: -moz-linear-gradient(left, rgba(1, 67, 125, 1) 0%,
		rgba(7, 61, 123, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1, 67, 125, 1)),
		color-stop(100%, rgba(7, 61, 123, 1)));
	background: -webkit-linear-gradient(left, rgba(1, 67, 125, 1) 0%,
		rgba(7, 61, 123, 1) 100%);
	background: -o-linear-gradient(left, rgba(1, 67, 125, 1) 0%,
		rgba(7, 61, 123, 1) 100%);
	background: -ms-linear-gradient(left, rgba(1, 67, 125, 1) 0%,
		rgba(7, 61, 123, 1) 100%);
	background: linear-gradient(to right, rgba(1, 67, 125, 1) 0%,
		rgba(7, 61, 123, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01437d',
		endColorstr='#073d7b', GradientType=1);
}

.ylNavBar .ylSearch {
	float: left;
}

.ylNavBar .ylNavSecondary {
	margin-left: 13px;
	float: right;
}

.ylNavRadio {
	float: left;
}

.ylNavSecondary {
	list-style: none;
	position: relative;
	font-size: 15px;
}

.ylNavSecondary a {
	display: block;
	color: #053f7c;
	width: 90px;
	height: 28px;
	padding: 7px 14px 0 32px;
	background: #fff url(../img/arrow-down.png) no-repeat 118px 12px;
	background-size: 12px 12px;
	position: relative;
}

.ylNavSecondary a img {
	position: absolute;
	top: 12px;
	left: 8px;
}

.ylNavSecondary ul {
	display: block;
	position: absolute;
	top: 35px;
	left: 0;
	list-style: none;
	display: none;
	z-index: 100;
}

.ylNavSecondary ul a:hover {
	background-image: none;
	background-color: #1ba7e2;
	color: #fff
}

.ylNavSecondary ul a {
	background-image: none;
}

.ylNavRadio {
	float: left;
}

.ylNavRadio ul {
	list-style: none;
	overflow: hidden;
}

.ylNavRadio li {
	float: left;
	padding-left: 20px;
	padding-top: 9px;
}

.ylNavRadio input {
	cursor: pointer;
}

.ylNavRadio label {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.ylmenu{
	float: left;
	margin: 8px 14px 0 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.ylmenu.my-account{
	 margin-right: 4px;
}
.ylmenu:hover {
	color: #c3c8cb;
}

/* Search */
.ylSearch {
	position: relative;
	background: #f4f4f4;
	height: 35px;
	max-width: 340px;
	width: 25%;
	padding-right: 30px;
	border: 1px solid #022140;
	border-radius: 5px;
}

.ylSearchField {
	font-size: 15px;
	width: 100%;
	padding: 7px 10px 8px;
	color: #7f7f7f;
	border: 0;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ylBtnSearch {
	background: url(../img/search.png) no-repeat center center;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 0;
	line-height: 0;
	border: 0;
	cursor: pointer;
}

/* Products */
.ylProducts {
	padding-bottom: 25px;
}

.ylProductsInner {
	font-size: 0;
	line-height: 0;
}

.ylProductsInner .ylProduct {
	display: inline-block;
	margin: 0 0.8% 15px;
	line-height: 1.3;
	font-size: 13px;
	max-width: 350px;
	min-width: 215px;
	width: 18.4%;
}

.ylProduct {
	position: relative;
	border-radius: 10px;
}

.ylProduct:hover {
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.ylProduct:hover .ylProductContent {
	opacity: 1;
	visibility: visible;
}
.ylProduct:hover .ylProductHead{
	visibility: hidden;
}
.ylProductHead {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	color: #fff;
	padding-bottom: 4.5%;
}

.ylProductHead h2 {
	font-size: 18px;
	font-weight: 600;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.ylProductMedia img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.ylProductContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../img/overlay-blue.png) repeat 0 0;
	background-size: 1px 1px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10%;
	opacity: 0;
	visibility: hidden;
}
.ylProductContent .ylProductStat{
	position: relative;
	height: -moz-calc(72% - 39px);
	/* WebKit */
	height: -webkit-calc(72% - 39px);
	/* Opera */
	height: -o-calc(72% - 39px);
	/* Standard */
	height: calc(72% - 39px);
}
.ylProductContent ul {
	list-style: none;
	background: #28b3ee;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.ylProductContent li {
	display: inline-block;
	padding: 4px 6px 0px 6px;
	font-size: 14px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.ylProductContent li:LAST-CHILD{
	padding-bottom: 4px;
}

.ylProductControls {
	text-align: center;
	padding-bottom: 18%;
}

/* Buttons */
.ylBtn {
	display: inline-block;
	padding: 8px 20px 0;
	height: 23px;
	background: #abb4b9;
	border: 1px solid #abb4b9;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 7px;
	font-weight: 600;
}

.ylBtn:hover {
	background: #9da6ab;
	border: 1px solid #7f8c94;
}
.ylBtnDisabled{
	cursor: default !important;
}
.ylBtnSubmit {
	height: 33px;
	cursor: pointer;
	background: #1ba7e2;
	padding-top: 0;
	border: 1px solid #1ba7e2;
}

.ylBtnTertiary:hover, .ylBtnSubmit:hover {
	border: 1px solid #0a80b0;
	background: #169bd4;
}

.ylBtnSecondary {
	background: #f5f5f5;
	border: 1px solid #d6d6d6;
	color: #2bb3ef;
	text-transform: none;
	border-radius: 5px;
	font-size: 13px;
	padding: 5px 10px 0;
	height: 22px;
	font-weight: 400;
}

.ylBtnSecondary:hover {
	background: #fff;
	border: 1px solid #9c9899;
}

.ylBtnTertiary {
	background: #1ba7e2;
	color: #fff;
	border: 1px solid #1ba7e2;
}

.ylBtnDetails:hover, .ylBtnDetails {
	background: url(../img/overlay-blue.png) repeat 0 0;
	background-size: 1px 1px;
	border: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
	height: 28px;
	padding-top: 11px;
	border-radius: 5px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.ylBtnDetails:hover {
	-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
}

.ylButtons {
	padding-bottom: 20px;
}

.ylBtnHome {
	width: 24px;
	height: 24px;
	background: url(../img/home.png) no-repeat 0 0;
	float: left;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background-size: 24px 48px;
	margin: 6px 10px 0 0;
}

.ylBtnHome:hover {
	background-position: 0 bottom;
}

/* Paging */
.ylPaging {
	text-align: center;
	padding-bottom: 25px;
	height: 32px;
}

.ylPaging a {
	display: inline-block;
	min-width: 27px;
	height: 22px;
	padding-top: 5px;
	border-radius: 5px;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #d6d6d6;
	color: #2bb3ed;
	margin-right: 4px;
}

.ylPaging a:hover {
	color: #2bb3ed;
	background: #fff;
}

.ylPaging .ylActive:hover, .ylPaging .ylActive {
	background: #fff;
	color: #131313;
}

.ylPaging li:last-child a, .ylPaging li:first-child a {
	color: #7f7f7f;
	font-weight: 700;
}

/* Details */
h1 {
	font-size: 36px;
	font-weight: 600;
	color: #292d30;
}

.ylDetailsHead {
	padding-bottom: 12px;
}

.ylDetailsImage img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 974px;
}

.ylDetailsThumbs {
	margin-top: 8px;
	max-height: 624px;
	overflow-y: auto;
}

.ylDetailsThumbs ul {
	list-style: none;
	overflow: hidden;
	margin-left: -7px;
}

.ylDetailsThumbs li {
	float: left;
	margin-left: 7px;
	margin-bottom: 7px;
}

.ylDetailsThumbs img, .ylDetailsThumbs a {
	display: block;
	position: relative;
}

.ylDetailsThumbs span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 1px 1px;
	z-index: 5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ylDetailsThumbs a:hover span {
	background: transparent;
	border: 3px solid #ffcf2f;
}

.ylDetailsInfo {
	padding-bottom: 25px;
}

.ylDetailsAside {
	width: 32.340862%;
	float: right;
}

.ylDetailsAside .ylBox {
	padding: 18px;
	margin-bottom: 25px;
}

.ylDetailsAside ul {
	list-style: none;
}

.ylDetailsAside h3 {
	color: #1aa6e1;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 25px;
}

.ylDetailsMedia {
	margin-bottom: 5px;
}

.ylDetailsMediaContent {
	float: left; /*width: 66.221766%;*/
	min-width: 400px;
	max-width: 974px; /*margin-right: 1.437372%;*/
	margin-bottom: 10px;
}

.ylDetailsMediaAside {
	min-width: 310px;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0 10px;
}

.ylDetailsMediaAside h2 {
	color: #18a7df;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 5px;
}

.ylList li {
	font-size: 14px;
}

.ylList li+li {
	padding-top: 12px;
}

.ylList li strong {
	float: left;
	padding-right: 7px;
	font-weight: normal;
	color: #848283;
}

.ylList li span {
	float: right;
}

.ylList a {
	color: #0174cf;
}

.ylDetailsContent {
	width: 66.221766%;
	float: left;
	padding-top: 20px;
}

.ylDetailsContent h3 {
	text-transform: uppercase;
	color: #1aa6e1;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 3px;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: 600;
}

.ylDetailsContent p {
	font-size: 14px;
	line-height: 24px;
	color: #2b2c30;
	padding-bottom: 25px;
}
.ylDetailsDesc{
	word-wrap: break-word;
}
.ylSection {
	background: #f8f8f8;
	border: 1px solid #dde2e6;
	border-radius: 10px;
	padding: 20px;
}

.ylSectionHead {
	padding: 10px 0 12px;
}

.ylSectionFooter {
	padding-top: 15px;
}

.ylSectionFooter p {
	font-size: 13px;
	line-height: 24px;
	font-style: italic;
	padding-bottom: 0;
}

.ylBook {
	list-style: none;
	font-size: 14px;
}

.ylBook li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #d2d2d2;
	padding: 14px 0 9px;
	cursor: pointer;
}

.ylBook strong {
	font-weight: normal;
	display: block;
	color: #5c5a5b;
	padding-bottom: 5px;
}

.ylBook span {
	display: block;
	color: #878384;
}

.ylBook .ylBtn {
	min-width: 90px;
}

.ylBook li:hover {
	background: #fff;
	margin: 0 -15px;
	padding: 12px 13px 7px;
	border: 2px solid #0074cb;
	margin-bottom: 1px;
}

.ylColSize1 {
	float: left;
	width: 250px;
	padding-right: 10px;
}

.ylColSize2 {
	float: left;
	width: 185px;
	padding-right: 10px;
}

.ylColSize3 {
	float: left;
}

.ylBox {
	border-radius: 10px;
	background: #f8f8f8;
	border: 1px solid #dee1e6;
	padding: 0;
	margin-bottom: 10px;
}

.ylBox .ylDetailsAside {
	padding: 18px 1.851851%;
	width: 55.864197%;
	float: left;
}

.ylBox .ylDetailsContent {
	float: right;
	padding: 15px 1.503209%;
	width: 37.242798%;
	border-left: 1px solid #dee1e6;
	background: #fff;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}

.ylBox .ylFormControls .ylBtnSubmit {
	min-width: 95px;
}
/* Form */
.ylFormControls .ylBtn {
	min-width: 95px;
}

.ylFormControls .ylBtnSubmit {
	min-width: 72.131147%;
}

.ylFormCol .ylFormControls {
	padding-left: 32.222222%;
	padding-top: 7px;
}

.ylFormCol {
	float: left;
	width: 48.283261%;
}

.ylFormCol2 {
	width: 180px;
}

.ylFormCol3 {
	width: 90px;
}

.ylFormCol+.ylFormCol {
	float: right;
}

.ylFormRow label {
	color: #292d30;
	font-size: 14px;
}

.ylForm select {
	border: 1px solid #ded5d6;
	background: #fff;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px;
	height: 34px;
	border-radius: 5px;
}

.ylField {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ded5d6;
	background: #fff;
	padding: 7px 10px;
	border-radius: 5px;
}
.ylFormRow .ylCaptchaField{
	width: 120px !important;
	float: left;
	margin-right: 5px;
}
.ylFormRow {
	padding-bottom: 10px;
}

.ylFormRow>label {
	float: left;
	text-transform: uppercase;
	padding-top: 8px;
	width: 140px;
}
.ylFormRow>em{
	display: block;
	margin-left: 32.2222%;
}
.ylFormReserve .ylFormRow>em{
	display: block;
	margin-left: 0px !important;
}
.ylFormRow>em>label.err{
	color: #cc0000;
}
.ylFormRow>select {
	width: 220px;
}

.ylFormRow>.ylField {
	width: 220px;
}

.ylFormRow>.ylFieldSmall {
	width: 130px;
}

.ylFormRow img+.ylFieldSmall {
	margin-left: 10px;
	float: left;
}

.ylFormRow h2 {
	font-size: 23px;
	line-height: 1.3;
	font-weight: 600;
	color: #292d30;
	padding-bottom: 15px;
}

.ylFormRow h2 small {
	display: block;
	color: #848283;
	font-size: 16px;
}
.ylFormRow>span{
	display: block;
	font-size: 14px;
}
.ylFormRow>span.ylFormError{
	color: #cc0000;
}
.ylFormRow>span.ylFormSuccess{
	color: #1ba7e2;
}
.ylDetailsCol {
	width: 48%;
	float: left;
}

.ylDetailsCol+.ylDetailsCol {
	float: right;
}

/* Search Form */
.ylFormSearch .ylFormRow>input {
	width: 64.444444%;
}

.ylFormSearch .ylFormRow>label {
	width: 32.222222%;
}

.ylFormSearch .ylFormRow>select {
	width: 64.444444%;
}

.ylFormSearch .ylBtnSubmit {
	float: none;
	display: block;
}

.ylFormColInner label {
	padding-right: 20px;
	font-size: 15px;
	cursor: pointer;
}

.ylFormColInner .ylField {
	float: left;
	width: 29.522222%;
}

.ylFormColInner select {
	float: left;
	width: 29.522222%;
}

.ylFormColInner span {
	float: left;
	width: 5.333333%;
	text-align: center;
	color: #a9aaac;
	padding-top: 8px;
}

.ylFormColInner img {
	float: left;
	margin-left: 10px;
}

/* Reservation */
.ylReservationHead {
	padding-bottom: 20px;
}

.ylReservationHead img {
	display: block;
	width: 100%;
	height: auto;
}

.ylReservationBody {
	padding-top: 5px;
}

.ylReservationBody h4 {
	color: #0074cc;
	font-size: 19px;
	line-height: 19px;
	padding-bottom: 25px;
	font-weight: normal;
}

.ylReservationRow {
	padding: 7px 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dee1e6;
}

.ylReservationRow p {
	padding-bottom: 5px;
	font-size: 14px;
}

.ylReservationRow p a {
	color: #0074cc;
	display: inline-block;
	margin-left: 5px;
}

.ylReservationRow p a:hover {
	text-decoration: underline;
}

.ylReservationRow p span {
	text-transform: uppercase;
	color: #272a2f;
	font-weight: 600;
}

.ylReservationRow p strong {
	color: #0c0c0c;
}

.ylReservationRow p small {
	color: #979996;
	font-size: 14px;
}

.ylReservationRow .ylTotal {
	padding-top: 8px;
}

.ylReservationRow .ylTotal span {
	padding-top: 2px;
}

.ylReservationRow .ylTotal strong {
	font-size: 21px;
}

.ylReservationRow .ylSummary span {
	padding-top: 2px;
}

.ylReservationRow .ylSummary strong {
	font-size: 18px;
}

.ylReservationRow a {
	overflow: hidden;
	color: #36ade5;
	font-size: 15px;
	line-height: 22px;
}

.ylReservationRow a img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 90px;
}

.ylReservationRow .ylCol1 {
	float: left;
	width: 27.624309%;
	padding-right: 1.841620%;
}

.ylReservationRow .ylCol2 {
	float: left;
	width: 68.198895%;
	padding-right: 1.841620%;
}
.ylReservationRow.ylReservationPeriod .ylCol2{
    width: 44.1989%;
}
.ylReservationRow .ylCol3 {
	float: right;
	width: 24.493554%;
	text-align: right;
}

/* Reservation Table */
.ylReservationTable {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #dee1e6;
}

.ylReservationTable th {
	border-bottom: 1px solid #dee1e6;
	padding: 12px 8px;
	font-weight: 600;
	font-size: 15px;
}

.ylReservationTable th:first-child {
	text-align: left;
}

.ylReservationTable th:last-child {
	text-align: right;
}

.ylReservationTable th a {
	color: #29b4eb;
	font-size: 13px;
}

.ylReservationTable td {
	border-bottom: 1px solid #dee1e6;
	border-right: 1px solid #dee1e6;
	padding: 8px;
	cursor: pointer;
}

.ylReservationTable td em {
	font-weight: normal;
	color: #31b82d;
	font-style: normal;
	font-weight: 700;
}

.ylReservationTable .ylReserved td {
	background: #faf2db;
	color: #938e88;
}

.ylReservationTable .ylReserved td em {
	color: #f17f26;
}
.ylReservationTable .ylUnavailable td em {
	color: #cc0000;
}

.ylReservationTable .ylActiveRow td, .ylReservationTable tr:hover td {
	background: #02437d;
	color: #fff;
	border-right: 1px solid #02437d;
}

.ylReservationTable tbody tr:nth-child(odd) {
	background: #f8f8f8;
}

.ylReservationTable td .ylChecked {
	display: inline-block;
	visibility: hidden;
}

.ylReservationTable .ylActiveRow td .ylChecked {
	visibility: visible;
}

.ylReservationTable tfoot tr:hover td {
	background: #fff;
	border-right: 1px solid #dee1e6;
	cursor: default;
}

.ylReservationTable tfoot {
	text-align: center;
}

.ylReservationTable tfoot td {
	padding: 15px 0;
}

/* Slideshow */
.ylSlideshow {
	width: 665px;
	margin: 0 auto;
	padding: 0 70px;
	position: relative;
}

.ylSlideshow ul {
	list-style: none;
}

.ylSlideshow img {
	width: 100%;
	height: auto;
	display: block;
}

.ylDetailsThumbsCenter {
	text-align: center;
	margin-bottom: 30px;
}

.ylDetailsThumbsCenter li {
	display: inline-block;
	float: none;
}

.ylSlideshowDirPrev {
	background: url(../img/prev.png) no-repeat 0 0;
	left: 0;
}

.ylSlideshowDirNext {
	background: url(../img/next.png) no-repeat 0 0;
	right: 0;
}

.ylSlideshowDir {
	width: 64px;
	height: 64px;
	background-size: 64px 64px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
}

.modal-dialog{z-index: 999999;}
.modal-backdrop.fade {
	opacity: 0 !important;
	filter: alpha(opacity=0)  !important;
}
.modal-backdrop.fade.in {
	opacity: 0.5  !important;
	filter: alpha(opacity=50)  !important;
}


@media screen and (max-width: 1023px) {
	.ylContainer {
		width: auto;
	}
	.ylDetailsMediaContent {
		float: none;
		width: auto;
		padding-bottom: 20px;
		margin-right: 0;
	}
	.ylDetailsMediaAside {
		float: none;
		width: auto;
		padding-bottom: 10px;
	}
	.ylProducts {
		padding-bottom: 0px;
	}
	.ylProducts>ul {
		margin-left: 0;
	}
	.ylProducts>ul>li {
		margin: 0 12px 25px;
	}
	.ylBox .ylDetailsAside {
		width: auto;
		float: none;
	}
	.ylBox .ylDetailsContent {
		float: none;
		width: auto;
		border-left: 0;
		background: transparent;
	}
	.ylSlideshow {
		width: auto;
		padding: 0;
	}
	.ylDetailsContent, .ylDetailsAside, .ylFormCol+.ylFormCol, .ylFormCol {
		float: none;
		width: auto;
	}
	.ylFormCol+.ylFormCol {
		padding-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.ylNavBar .ylSearch {
		float: none;
	}
	.ylNavBar .ylNavSecondary {
		float: left;
	}
	.ylSearch {
		max-width: 100%;
	}
	.ylContainer {
		padding: 0 5px;
	}
	.ylNavBar .ylRight {
		padding-top: 10px;
	}
	.ylNavRadio {
		padding-left: 35px;
		margin-top: 8px;
	}
	.ylNavRadio li {
		padding-left: 0;
		padding-right: 0;
	}
	.ylNavRadio li+li {
		padding-left: 20px;
	}
	.ylSearch, .ylFormRow>select, .ylFormRow>.ylField, .ylFormRow img+.ylFieldSmall,
		.ylSearch {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		margin-left: 0;
	}
	.ylSearchField {
		padding: 7px 10px 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	.ylProducts>ul>li {
		margin: 0 0 10px;
	}
	h1 {
		font-size: 21px;
	}
	.ylDetailsMediaAside h2 {
		font-size: 18px;
	}
	.ylReservationTable td {
		padding: 6px;
	}
	.ylReservationRow .ylCol2 {
		padding-right: 5px;
		width: 190px;
	}
	.ylReservationRow .ylCol3 {
		width: 73px;
	}
	.ylFormControls {
		padding-top: 15px;
	}
	.ylFormControls .ylBtn {
		display: block;
		margin-bottom: 10px;
	}
	.ylFormControls .ylBtnSubmit {
		width: 100%;
	}
	.ylFormRow img.ylLeft {
		float: right;
		margin-bottom: 5px;
	}
	.ylSlideshowDir {
		display: none;
	}
	.ylSection {
		padding: 5px;
	}
	.ylFormRow>label {
		float: none;
		display: block;
	}
	.ylFormRow h2 {
		padding-bottom: 0;
		font-size: 18px;
	}
	.ylFormRow h2 small {
		font-size: 13px;
	}
	.ylFormCol .ylFormControls {
		padding-left: 0;
	}
	.ylBtnHome {
		position: absolute;
		top: 53px;
		left: 10px;
	}
	.ylFormSearch .ylFormRow>select, .ylFormSearch .ylFormRow>input {
		width: 100%;
	}
	.ylNavBar {
		position: relative;
	}
}

@media ( max-width : 680px ) {
	.ylProductsInner .ylProduct {
		width: 47.7%;
		min-width: 220px;
	}
}

@media ( max-width : 480px ) {
	.ylProductsInner .ylProduct {
		width: 100%;
		min-width: 310px;
	}
	.ylDetailsMediaContent {
		min-width: 310px;
	}
	.ylDetailsMediaAside {
		padding-left: 0;
		padding-right: 0;
	}
}

@media ( max-width : 479px ) {
	.ylNavRadio, .ylRight {
		float: none;
	}
	.ylNavRadio {
		margin-top: 0;
	}
	.ylBtnHome {
		top: 45px;
	}
}