@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;
}

.ylDetailsSection:before, .ylDetailsSection:after, .ylReservationRow:before,
	.ylReservationRow:after, .ylReservationRow p:before, .ylReservationRow p:after,
	.ylDetailsInfo:before, .ylDetailsInfo:after, .ylProductsInner:before,
	.ylProductsInner:after, .clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.ylReservationRow p:after, .ylReservationRow:after, .ylDetailsSection:after,
	.ylProductsInner:after, .ylDetailsInfo:after, .clearfix:after {
	clear: both;
}

select, input, .ylBtnSubmit, .ylField {
	-webkit-appearance: none;
	border-radius: 0;
}

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

.ylContainer a {
	text-decoration: none;
	color: #3ac8dc;
}

.ylContainer {
	width: 768px;
	margin: 0 auto;
	position: relative;
}

.ylLeft {
	float: left;
}

.ylRight {
	float: right;
}
.ylRightSide{
	margin-top: 4px;
}
.ylCenter {
	text-align: center;
}

.ylProduct, .ylSearchField, .ylProductContent, .ylBtn{
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.ylNavTwoLines, .ylNavOneLine {
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
h3 {
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 15px;
}

/* Navigation */
.ylNavBar {
	background: #2d2d2d;
	padding: 15px 10px;
	margin-bottom: 20px;
	height: 40px;
}

.ylNavBar .ylSearch {
	float: left;
}

.ylNavBar .ylNavSecondary {
	margin-left: 3px;
	float: right;
	margin-top: 4px;
}

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

.ylNavSecondary a {
	display: block;
	color: #a7a3a2;
	width: 80px;
	height: 22px;
	padding: 6px 14px 0 28px;
	border: 1px solid #2d2d2d;
	background: #2d2d2d url(../img/arrow-down.png) no-repeat 100px 9px;
	background-size: 12px 12px;
	position: relative;
}

.ylNavSecondary a img {
	position: absolute;
	top: 9px;
	left: 5px;
}

.ylNavSecondary .ylHovered, .ylNavSecondary a:hover {
	border: 1px solid #65696a;
	background-color: #151716;
}

.ylNavSecondary a img {
	display: block;
}

.ylNavSecondary ul {
	display: block;
	position: absolute;
	top: 29px;
	left: 0;
	list-style: none;
	border: 1px solid #656968;
	display: none;
	z-index: 100;
	margin: 0px;
	padding: 0px;
}

.ylNavSecondary ul a:hover, .ylNavSecondary ul a {
	border: 0;
	background-image: none;
}

.ylNav {
	float: left;
	padding-top: 12px;
}
.ylNav a {
	display: inline-block;
	margin: 0 8px;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.ylNav .ylActive, .ylNav a:hover {
	color: #39cadd;
}
.ylNav.ylNavTwoLines .ylTopNav{
	display: block;
	margin-bottom: 5px;
}
.ylNav.ylNavTwoLines .ylBottomNav{
	display: block;
}
.ylNavOneLine .ylTopNav,
.ylNavOneLine .ylBottomNav{
	float: left;
}
.ylNavTwoLines .ylTopNav,
.ylNavTwoLines .ylBottomNav{
	float: none;
}
.ylNav.ylNavTwoLines{
	padding-top: 0px;
}
.ylNavOneLine .ylTopNav{
	margin-bottom: 4px;
}
/* Search */
.ylSearch {
	position: relative;
	height: 35px;
	margin-right: 65px;
}

.ylSearch label {
	position: absolute;
	top: 10px;
	right: -57px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: 600;
	color: #a8a2a2;
	cursor: pointer;
	padding-left: 8px;
	border-left: 1px solid #a8a2a2;
}

.ylSearch label:hover {
	color: #39cadd;
}

.ylSearchField {
	font-size: 15px;
	padding: 7px 0px 8px;
	color: #7f7f7f;
	display: block;
	border: 1px solid #2d2d2d;
	background: #fff;
	width: 0;
	margin-right: 5px;
}

.ylSearchFieldActive {
	padding-right: 10px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #65696a;
}

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

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

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

.ylProductsInner>.ylProduct {
	display: inline-block;
	width: 32.989%; /*1.498550%*/
	border: 1px solid #fff;
	margin: 0 0.1% 10px;
	font-size: 14px;
	line-height: 1.3;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	max-width: 470px;
	max-width: 620px;
	min-width: 226px;
	padding-right: 14px;
}

.ylProductsInner>.ylProduct:hover {
	border: 1px solid #cecacb;
}

.ylProduct {
	position: relative;
	overflow: hidden;
}

.ylProductHead {
	text-align: center;
	color: #fff;
	padding-bottom: 15px;
}

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

.ylProductMedia {
	float: left;
	margin: 15px 0px 15px 18px; /*width: 56.732891%; min-width: 224px; */
}

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

.ylProductContent {
	/*width: 41.059602%; padding-left: 2.207505%; min-width: 180px; */
	margin: 15px 0;
	min-width: 180px;
	overflow: hidden;
	padding: 0 0 0 14px;
}

.ylProductContent h2 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 23px;
	line-height: 25px;
	border-bottom: 1px dotted #b0b0b0;
	padding-bottom: 5px;
	margin-bottom: 12px;
	height: 50px;
	overflow: hidden;
}

.ylProductContent h2 a {
	color: #2a2b2d;
}

.ylProductContent h2 a:hover {
	color: #39cadd;
}

.ylProductContent p {
	color: #82878a;
	font-size: 15px;
	line-height: 22px;
}

.ylProductContent p strong {
	color: #bdb07b;
	font-weight: 600;
	font-size: 18px;
	display: block;
	height: 22px;
}

.ylProductControls {
	text-align: center;
	padding-bottom: 30px;
}

/* Buttons */
.ylBtn {
	display: inline-block;
	padding: 10px 20px 2px;
	height: 23px;
	background: #abb4b9;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	font-weight: 600;
}
.ylBtnWhiteColor{
	color: #ffffff !important;
}
.ylBtn:hover {
	background: #9da6ab;
}
.ylBtnDisabled{
	cursor: default !important;
}
.ylBtnSubmit {
	height: 33px;
	cursor: pointer;
	background: #30bccd;
	padding-top: 0;
}

.ylBtnTertiary:hover, .ylBtnSubmit:hover {
	background: #57d0e1;
}

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

.ylBtnSecondary:hover {
	background: #fff;
}

.ylBtnTertiary {
	background: #3ac8dc;
	color: #fff !important;
	height: 23px;
	padding: 9px 20px 1px;
}

.ylBtnBack {
	border: 1px solid #cecacb;
	background: #fff url(../img/arrow.png) no-repeat 9px 10px;
	background-size: 16px 16px;
	padding: 9px 15px 1px 30px;
	color: #444;
	font-weight: 400;
	text-transform: none;
	transition: none;
}

.ylBtnBack:hover {
	color: #69cddc;
	border: 1px solid #69cddc;
	background: #fff url(../img/arrow-hover.png) no-repeat 9px 10px;
	background-size: 16px 16px;
}

.ylButtons {
	padding-bottom: 20px;
}

.ylFormControls .ylBtnSubmit {
	height: 35px;
	border: 0;
	padding-bottom: 0;
}

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

.ylPaging a {
	display: inline-block;
	min-width: 33px;
	height: 27px;
	padding-top: 6px;
	text-align: center;
	background: #fff;
	border: 1px solid #cecacb;
	color: #bfbfbf;
	font-size: 16px;
	margin: 0 2px;
}

.ylPaging a:hover {
	color: #69ceda;
	border: 1px solid #69cddc;
}

.ylPaging .ylActive:hover, .ylPaging .ylActive {
	border: 1px solid #cecacb;
	color: #444;
}

/* Details */
h1 {
	font-size: 40px;
	line-height: 42px;
	font-weight: 600;
	color: #292d30;
	text-transform: uppercase;
}

.ylDetailsHead {
	padding: 15px 0 35px;
}

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

.ylDetailsThumbs {
	margin-top: 8px;
}

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

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

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

.ylDetailsThumbs span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.ylDetailsThumbs a:hover span {
	background: url(../img/thumb-overlay.png) repeat 0 0;
	background-size: 1px 1px;
}

.ylDetailsInfo {
	border-top: 1px dotted #afafaf;
	padding: 50px 0;
}

.ylDetailsInfoSecondary {
	border: 0;
	padding: 0;
}

.ylDetailsInfoSecondary .ylDetailsAside {
	width: 37.827515%;
}

.ylDetailsInfoSecondary .ylDetailsContent {
	width: 59.708418%;
}

.ylDetailsInfoSecondary .ylFormCol {
	width: 48.4375%;
}

.ylDetailsAside {
	float: left;
	width: 34.394250%;
}

.ylDetailsAside ul {
	list-style: none;
}

.ylDetailsMedia {
	margin-bottom: 5px;
}

.ylDetailsMediaContent {
	float: left;
	min-width: 400px;
}

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

.ylDetailsMediaAside h1 {
	border-bottom: 1px dotted #afafaf;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-left: -5px;
	letter-spacing: -1px;
}

.ylDetailsMediaAside h4 {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	padding-bottom: 30px;
}

.ylPrice {
	color: #6d7778;
	font-size: 18px;
	padding-bottom: 20px;
}

.ylPrice small {
	display: block;
	font-size: 15px;
}

.ylPrice strong {
	color: #bdb079;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
}

.ylList {
	list-style: none;
}

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

.ylList li strong {
	display: block;
	color: #2c2c2c;
}

.ylList li span {
	display: block;
	padding-bottom: 4px;
	color: #707676;
}

.ylList a {
	color: #3ac8dc;
}
.ylContactList li{
	display: inline-block; 
	width: 48%; 
	overflow: hidden;
	padding-bottom: 20px; 
}

.ylContactList li+li { 
	padding-top: 0; 
}

.ylContactList li span{
	float: left;
	width: 120px;
}
.ylContactList li strong{
	float: left;
}
.ylDetailsContent {
	float: right;
	width: 58.521560%;
}
.ylDetailsDesc{
	word-wrap: break-word;
}
.ylSection {
	background: #f8f8f8;
	border: 1px solid #dde2e6;
	border-radius: 10px;
	padding: 20px;
}

.ylSection p {
	font-size: 14px;
	line-height: 26px;
	color: #707676;
	padding-bottom: 25px;
}

.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: 210px;
}

.ylColSize2 {
	float: left;
	width: 199px;
}

.ylColSize3 {
	float: left;
	width: 145px;
}

.ylDetailsSection {
	padding: 25px 0;
	border-top: 1px dotted #b0b0b0;
}

/* Form */
.ylFormCol {
	float: left;
}

.ylFormCol+.ylFormCol {
	float: right;
}

.ylForm label {
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 1px;
}

.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;
	-webkit-appearance: none;
	height: 34px;
}
.ylForm select.ylCCField{
	width: 100px;
	float: left;
	margin-right: 3px;
}
.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;
}
.ylCaptchaField{
	width: 100px;
	float: left;
	margin-right: 4px;
}
.ylFieldSmall {
	width: 70.645161%;
}

.ylFormRow {
	padding-bottom: 10px;
}
.ylFormRow .ylFormError{
	color: #cc0000;
}
.ylFormRow .ylFormMessage{
	color: #36ade5;
}
.ylFormSuccess{
	color: #36ade5;
}
.ylFormRow+.ylFormRow {
	padding-top: 16px;
}

.ylFormRow img.ylLeft {
	margin-right: 11px;
}

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

.ylFormControls .ylBtnSubmit {
	width: 190px;
}
.ylFormRow>em label.err{
	color: #cc0000;
	font-size: 14px;
    font-weight: 600;
}
.ylFormRow h2{
	font-size: 26px;
	line-height: 1.3;
	font-weight: 600;
}
.ylFormRow h2 small{
	display: block;
	color: #848283;
	font-size: 16px;
}
/* Search Form */
.ylFormSearch .ylFormCol {
	float: left;
	width: 31.827515%;
}

.ylFormSearch .ylFormCol+.ylFormCol {
	margin-left: 2.258727%;
}

.ylFormSearch .ylFormRow>input, .ylFormSearch .ylFormRow>select {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ylFormSearch .ylBtnSubmit {
	float: none;
	display: block;
}
.ylFormSearch .ylFormColInner{
	overflow: hidden;
}
.ylFormColInner label {
	padding-right: 20px;
	font-size: 15px;
}

.ylFormColInner .ylField {
	float: left;
	width: 133px;
}

.ylFormColInner select {
	float: left;
	width: 133px;
}

.ylFormColInner span {
	float: left;
	width: 24px;
	text-align: center;
	color: #a9aaac;
	padding-top: 8px;
}
.ylFormSearch .ylRadioContainer{
	width: 100px;
	display: inline-block;
	margin-right: 10px;
}
.ylFormSearch .ylRadio{
	display: block;
	float: left;
	margin-right: 4px;
	margin-top: 3px;
	-webkit-appearance: radio; 
}
/* Reservation */
.ylReservationHead {
	padding: 10px 0
}

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

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

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

.ylReservationRow p a {
	color: #3ac8dc;
	display: inline-block;
}

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

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

.ylReservationRow p strong {
	color: #0c0c0c;
	font-size: 15px;
	font-weight: 600;
}

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

.ylReservationRow:first-child p {
	padding-bottom: 0;
}

.ylReservationRow .ylTotal span {
	padding-top: 6px;
	font-size: 17px;
}

.ylReservationRow .ylTotal strong {
	font-size: 22px;
	text-align: right;
	white-space: nowrap;
	text-indent: -20px;
}

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

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

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

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

.ylReservationRow .ylCol2 {
	float: left;
	width: 72.806451%;
}

.ylReservationRow .ylCol3 {
	float: right;
	text-align: right;
}
.ylReservationRow p.ylPrice .ylCol2 {
	float: left;
	width: 56.806451%;
}

.ylReservationRow p.ylPrice.ylCol3 {
	display: block;
	float: right;
	width: 42.193548%;
	text-align: right;
}
.ylReservationRow p.ylPrice.ylPriceUp .ylCol3{
	margin-top: -5px;
}
.ylReservationRow .ylReservationImage{
	display: block;
	margin-right: 5px;
}
.ylReservationRow .ylReservationTitle{
	color: #3ac8dc;
	display: block;
}
/* Reservation Table */
.ylReservationTable {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.ylReservationTable th{
	padding-top: 8px;
	padding-bottom: 8px;
}
.ylReservationTable th a{
	color: #3ac8dc;
}
.ylReservationTable th.ylTableLeft{
	min-width: 80px;
	text-align: left;
}
.ylReservationTable th.ylTableRight{
	min-width: 80px;
	text-align: right;
}
.ylReservationTable td {
	padding: 8px 10px;
	border-top: 1px solid #dadcdb;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.ylReservationTable tr.ylUnavailable td{
	padding-top: 8px;
	padding-bottom: 8px;
}
.ylReservationTable tr:last-child td {
	border-bottom: 1px solid #dadcdb;
}

.ylReservationTable td:first-child {
	border-left: 1px solid #dadcdb;
}

.ylReservationTable td:last-child {
	border-right: 1px solid #dadcdb;
	padding: 0;
}

.ylReservationTable tr:hover td {
	border-bottom: 1px solid #5dbece;
	border-top: 1px solid #5dbece;
}

.ylReservationTable tr:hover td:first-child {
	border-left: 1px solid #5dbece;
}

.ylReservationTable tr:hover td:last-child {
	border-right: 1px solid #5dbece;
}

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

.ylReservationTable .ylReserved td {
	background: #f8f8f8;
	color: #2d2d2d;
}

.ylReservationTable .ylReserved td em {
	color: #e04e29;
}
.ylReservationTable .ylUnavailable td em{
	color: #cc0000;
}
.ylReservationTable .ylReserved .ylBtnTertiary {
	background: #f8f8f8;
	color: #e7e7e7;
	cursor: default;
}

.ylReservationTable .ylBtnTertiary {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 33px;
	max-width: 220px;
}

.ylReservationTable tr td:last-child {
	width: 1%;
	white-space: nowrap;
}

.ylMain {
	padding-bottom: 30px;
}

/* Slider */
.ylSlider {
	position: relative;
	height: 9px;
	background: #e5e9ea;
	margin: 5px 8px 0;
}
.ylYearSlider {
	position: relative;
	height: 9px;
	background: #e5e9ea;
	margin: 5px 8px 0;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -2px;
	background: #17c0d5;
	cursor: pointer;
	height: 14px;
	width: 16px;
	position: absolute;
	z-index: 2;
	text-align: center;
	line-height: 42px;
	font-size: 12px;
	text-indent: -2px;
}

.ui-slider-horizontal .ui-slider-range {
	height: 9px;
	top: 0px;
	background: #a2a7aa;
	border: 0 none;
	display: block;
	position: absolute;
	z-index: 1;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: -8px !important;
}

.ylProductContentInner {
	height: 90px;
	overflow: hidden;
}

.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: 1024px) {
	.ylDetailsInfo, .ylNavBar {
		margin-bottom: 10px;
	}
	.ylDetailsHead {
		padding: 10px 0 20px;
	}
	.ylMain {
		padding: 0 10px;
	}
	.ylContainer {
		width: auto;
	}
	.ylDetailsInfoSecondary .ylFieldSmall {
		float: right;
	}
}

@media screen and (max-width: 1023px) {
	.ylReservationRow .ylSummary strong, .ylReservationRow .ylTotal strong {
		font-size: 18px;
	}
	.ylReservationRow .ylTotal span {
		padding-top: 1px;
	}
	.ylFieldSmall {
		width: 50%;
	}
	.ylDetailsMediaAside, .ylDetailsMediaContent {
		float: none;
		width: auto;
	}
	.ylReservationTable td {
		min-width: 0;
	}
	.ylButtons {
		padding-bottom: 10px;
	}
	.ylFormRow+.ylFormRow {
		padding-top: 0;
	}
	.ylFormRow {
		padding-bottom: 15px;
	}
	.ylDetailsMediaAside h4, .ylPrice {
		padding-bottom: 20px;
	}
	.ylDetailsMediaAside h1 {
		margin: 0 0 15px;
		padding-bottom: 15px;
	}
	.ylList li+li {
		padding-top: 15px;
	}
	.ylList {
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {
	.ylDetailsContent, .ylDetailsAside {
		float: none;
		width: auto;
	}
	.ylDetailsContent p {
		padding-bottom: 15px;
	}
	.ylDetailsInfo {
		padding-top: 20px;
	}
	.ylDetailsSection {
		padding: 15px 0;
	}
}

@media screen and (max-width: 767px) {
	.ylDetailsInfoSecondary .ylDetailsAside, .ylDetailsInfoSecondary .ylDetailsContent,
		.ylDetailsInfoSecondary .ylFormCol {
		float: none;
		width: auto;
	}
	.ylFormRow img.ylLeft {
		float: none;
		display: block;
		margin-bottom: 5px;
	}
	.ylDetailsInfoSecondary .ylFieldSmall {
		float: none;
		width: 100%;
	}
	.ylSearchFieldActive {
		width: 150px;
	}
	.ylSearch {
		margin-right: 60px;
	}
	.ylNavBar .ylNavSecondary {
		margin-left: 5px;
	}
	.ylProductsInner {
		margin: 0;
	}
	.ylProductsInner>.ylProduct {
		margin: 0 0 10px;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 0;
	}
	.ylProductMedia {
		width: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 15px;
		float: none;
		display: block;
	}
	.ylProductContent {
		width: auto;
		padding-left: 0;
		margin-left: 15px;
		margin-right: 15px;
	}
	.ylProductContent h2 {
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 10px;
	}
	.ylProductContent p {
		font-size: 13px;
		left: 18px;
	}
	.ylProductContent p strong {
		font-size: 16px;
	}
	.ylProducts {
		padding-bottom: 10px;
	}
	.ylPaging {
		padding-bottom: 20px;
	}
	.ylFormSearch .ylFormCol+.ylFormCol {
		float: none;
		margin-left: 0;
		width: auto;
	}
	.ylSlider {
		margin-bottom: 15px;
	}
	.ylYearSlider {
		margin-bottom: 15px;
	}

	.ylContactList li {
		width: 100%; 
	}
	.ylContactList li span {
		width: 115px; 
	}
}

@media screen and (max-width: 480px) {
	.ylNav li {
		padding: 0 5px;
	}
	.ylSearchFieldActive {
		width: 135px;
	}
	.ylDetailsMediaAside h1, h1 {
		font-size: 31px;
		line-height: 31px;
	}
	.ylNav, .ylDetailsHead {
		padding-bottom: 10px;
	}
	.ylDetailsAside {
		padding-bottom: 15px;
	}
	.ylFormControls .ylBtnSubmit {
		width: 160px;
	}
	.ylBtnTertiary {
		font-size: 13px;
		line-height: 13px;
		padding-left: 0;
		padding-right: 0;
	}
	.ylReservationTable td {
		padding: 0 5px;
		font-size: 11px;
	}
	.ylSearch label {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.ylSearchField {
		width: 141px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.ylBtn.ylBtnTertiary {
		width: 50px;
		overflow: hidden;
		display: block;
	}
	.ylBtn.ylBtnTertiary:before {
		content: 'RES';
		display: block;
		margin-top: -9px;
		height: 24px;
		padding-top: 9px;
		overflow: hidden;
	}
	.ylReservationTableHolder {
		margin: 0 -5px;
	}
	.ylProductContent, .ylProductMedia {
		width: auto;
		float: none;
		padding: 0;
	}
	.ylDetailsMediaAside h1, h1 {
		font-size: 29px;
		line-height: 29px;
	}
	.ylProductMedia {
		margin-bottom: 5px;
	}
	.ylRight, .ylNav {
		float: none;
	}
	.ylProductsInner>.ylProduct {
		width: 100%;
		padding: 0;
	}
	.ylProductContent {
		margin: 15px !important;
	}
}