.cal-options{
	width: 98%;
	float: left;
	margin: 1%;
}

.cal-options .change-options{
	float:left;
	margin:0;
}

.cal-options h1{
	font-size:20px;
	margin:0;
}

.cal-options div{
	width:30%;
	float:left;
	margin-top:10px;
}

.cal-options div.cal-header{
	width:40%;
	float:left;
	margin-top:10px;
}

.cal-options div b{
	display:block;
	float:left;
	width:100%;
}

.cal-options div a{
	background-color: #ededed;
	color: #333333;
	border-radius:2px;
	padding:0px 8px;
	float:left;
	margin-right:0;
}

.cal-options div a:hover,
.cal-options div a.active{
	background-color: #EAB03F;
	text-decoration: none;
}

.cal-header a{
	float:left;
}

.cal-header a i{
	color: #333333;
}

.cal-header h3{
	font-size: 14px;
	float: left;
	margin: 0px;
	padding: 0px 10px;
	background-color: #EDEDED;
	line-height: 20px;
	font-weight: 400;
}

.cal-options div select{
	width: 60%;
	border:1px solid #ededed;
	background-color:#ededed;
	color: #333333;
}

.fc-calendar-container {
	position: relative;
	// height: 400px;
	width: 400px;
}

.fc-calendar-container h2{
	font-size: 20px;
	margin: 10px 1%;
}

.fc-calendar {
	width: 98.5%;
	height: auto;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	background: rgba(33, 132, 183, 0.8) none repeat scroll 0% 0%;
	color: #fff;
	padding: 0;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #ddd;
}

.fc-calendar .fc-body .empty{
	background-color: #e0e0e0;
	border-right: 1px solid #ffffff;
	cursor: inherit;
}

.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6.02);
	height: -webkit-calc(100%/6.02);
	height: calc(100%/6.02);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 80px;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7.02);
	width: -webkit-calc(100%/7.02);
	width: calc(100%/7.02);
	position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	border-right: 1px solid #e0e0e0;
	padding: 4px;
	overflow: hidden;
	position: relative;
}

.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	bottom: 5px;
	right: 5px;
	text-align: right;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #fff4c3;
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}

.custom-calendar-full {
	position: absolute;
	top: 24px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

.fc-calendar-container {
	height: auto;
	bottom: 0px;
	width: 100%;
	top: 0px;
	position: relative;
	float: left;
}

.seach-options-yield .customizations.active-contrast {
	background: transparent !important;
	border-color: #fff !important;
	outline: none !important;
	font-family: inherit;
	-webkit-appearance: none;
   	-moz-appearance:    none;
   	appearance:         none;
}

.seach-options-yield .customizations.active-contrast + i.fa.fa-chevron-down {
    margin-left: -26px;
    margin-right: 20px;
    background: transparent;
    pointer-events: none;
}

.seach-options-yield .customizations.active-contrast i {
	color: inherit;
}

.seach-options-yield .dropdownOptionsC.customizations.active-contrast {
    padding-right: 30px;
}

/*.customizations.active-contrast optgroup {
	color: #000 !important;
}*/

.custom-header {
	padding: 20px 20px 10px 30px;
	height: 50px;
	position: relative;
	h2,
	h3 {
		float: left;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 4px;
		text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	}
	h2 {
		color: #fff;
		width: 60%;
		a,
		span{
			color: rgba(255,255,255,0.3);
			font-size: 18px;
			letter-spacing: 3px;
			white-space: nowrap;
		}
		a{
			color: rgba(255,255,255,0.5);
		}
	}
	h3 {
		width: 40%;
		color: #ddd;
		color: rgba(255,255,255,0.6);
		font-weight: 300;
		line-height: 30px;
		text-align: right;
		padding-right: 125px;
	}
	nav {
		position: absolute;
		right: 20px;
		top: 20px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		span {
			float: left;
			width: 30px;
			height: 30px;
			position: relative;
			color: transparent;
			cursor: pointer;
			background: rgba(255,255,255,0.3);
			margin: 0 1px;
			font-size: 20px;
			border-radius: 0 3px 3px 0;
			box-shadow: inset 0 1px rgba(255,255,255,0.2);
			&:first-child {
				border-radius: 3px 0 0 3px;
			}
			&:hover {
				background: rgba(255,255,255,0.5);
			}
			&:last-child{
				margin-left: 20px;
				border-radius: 3px;
			}
			&:before {
				font-family: 'fontawesome-selected';
				color: #fff;
				display: inline-block;
				text-align: center;
				width: 100%;
				text-indent: 4px;
			}
			&.custon-prev{
				&:before{
					content: '\25c2';
				}
			}
			&.custon-next{
				&:before{
					content: '\25b8';
				}
			}
			&.custom-current{
				&:before{
					content: '\27a6';
				}
			}
		}
	}
}

.no-touch .custom-header h2 a:hover {
	color: rgba(255,255,255,0.9);
}

.fc-calendar {
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	top: 5px;
	bottom: 5px;
	left: 1%;
	right: 1%;
	border-radius: 20px;
	position: relative;
	.fc-head { 
		background: rgba(255,255,255,0.2);
		color: rgba(255,255,255,0.9);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
		border-radius: 0;
		padding: 0;
	}
}

.fc-calendar .fc-head > div {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.fc-calendar .fc-row > div > span.fc-date {
	color: #333333;
	text-shadow: none;
	font-size: 16px;
	font-weight: 300;
	bottom: auto;
	right: auto;
	top: 0px;
	left: 5px;
	text-align: left;
	text-shadow: none;
}

.fc-calendar .fc-body {
	border: none;
	padding: 0;
}

.fc-calendar .fc-row {
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.2);
	border: none;
}

.fc-calendar .fc-row:last-child {
	box-shadow: none;
}

.fc-calendar .fc-row:first-child > div:first-child {
	border-radius: 0;
}

.fc-calendar .fc-row:first-child > div:last-child {
	border-radius: 0;
}

.fc-calendar .fc-row:last-child > div:first-child {
	border-radius: 0;
}

.fc-calendar .fc-row:last-child > div:last-child {
	border-radius: 0;
}

.fc-calendar .fc-row > div {
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
	cursor: pointer;
}
.fc-calendar .fc-row > div:last-child{
	border-bottom: 1px solid #e0e0e0;
}

.fc-calendar .fc-row > div:first-child{
	box-shadow: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #e0e0e0;
	box-shadow: none;
}

.fc-calendar .fc-row > div.fc-today:after { 
	content: ''; 
	display: block;
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -o-llinear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -ms-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	background: linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

.fc-calendar .fc-row > div > div {
	margin-top: 15px;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	color: rgba(255,255,255,0.7);
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 5px;
	border-radius: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	margin-bottom: 1px;
	background: rgba(255,255,255,0.1);
}

.no-touch .fc-calendar .fc-row > div > div a:hover {
	background: rgba(255,255,255,0.3);
}

.labelPrice{
	display:block !important;
	float:left !important;
	padding: 3px 1px !important;
	float: left !important;
	margin-bottom: 2px !important;
	margin-right: 2px !important;
}

.labelPrice.senior{
	background-color: #2786bd !important;
}

.labelPrice.adult{
	background-color: #6bab63 !important;
	color: rgb(51, 51, 51) !important;
}

.labelPrice.teen{
	background-color: #afe100 !important;
	color: rgb(51, 51, 51) !important;
}

.labelPrice.child{
	background-color: #eab03f !important;
	color: rgb(51, 51, 51) !important;
}

.labelPrice.toddler{
	background-color: #c33333 !important;
}

.itemDay.active{
	border-color: #eab03f;
	background-color: #eab03f !important;
}

.tags{
	display:none;
}

.fc-calendar .fc-row > div > div.oldnew{
	width: 86%;
	font-weight: 400;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 32%;
	left: 7%;
}

.fc-calendar .fc-row > div > div.oldnew span{
	float:right;
	margin-right:3%;
	background-color: #bbbbbb;
	color: #333333;
	padding:0 3px;
}

.fc-calendar .fc-row > div > div.oldnew span.line-through{
	margin-right:3%;
	text-decoration: line-through;
	float:left;
}

.fc-calendar .fc-row > div > div.saving{
	text-align: center;
	width: 86%;
	background-color: #B94A48;
	color: #FFF;
	font-weight: 400;
	border-radius: 4px;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 5%;
	left: 7%;
}

.tooltipDay{
	position:absolute;
	width:380px;
	height:auto;
	background-color: #ffffff;
	color: #333333;
	border:1px solid #EAB03F;
	border-radius:1px;
	z-index:2;
}

.tooltipDay .title{
	background-color: #EAB03F;
	padding: 3px 15px;
	width:100%;
	float:left;
} 

.tooltipDay .title .content{
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	float:left;
} 
.tooltipDay .title .closex{
	float:right;
}
.tooltipDay .title .closex a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
} 
.tooltipDay .title .closex a:hover{
	text-decoration: none;
}

.tooltipDay .list{
	padding:5px 10px;
	width:100%;
	float:left;
}

.tooltipDay .list p{
	margin:3px 0;
}

.tooltipDay .list p b{
	text-transform: capitalize;
	width: 60px;
	display: block;
	float: left;
}

.tooltipDay .list span.line-through{
	text-decoration: line-through;
	padding-right: 3px;
	color: #AAAAAA;
	display: block;
	float: left;
	min-width: 55px;
}

.tooltipDay .list span.finalPrice{
	padding-right: 3px;
	color: #333333;
	font-weight:700;
	display: block;
	float: left;
	min-width: 55px;
}

.tooltipDay .list span.save{
	min-width:102px;
	display:block;
	float:left;
	color: rgb(185, 74, 72);
	padding-left:10px;
}

.tooltipDay .list span.left{
	color: #18bd3b;
	padding-left:10px;
}

.tooltipDay .cta{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tooltipDay .cta a{
	display:block;
	float:right;
	background-color: #31A0DA;
	color: #ffffff;
	font-weight: 700;
	border-radius:2px;
	text-decoration: none;
	padding:2px 10px;
}

.head-products{
	width: 98%;
	float: left;
	margin: 0px 1% 10px 1%;
	font-size: 18px;
	font-weight: 700;
	color: #F5AF40;
	text-transform: uppercase;
}

.head-products .wrap{
	width:50%;
	float:left;
	text-align:left;
}

.head-products .qty{
	width:15%;
	float:left;
	text-align:center;
}

.head-products .prices{
	width: 29%;
	float:left;
	text-align: left;
}

.age-category{
	width: 98%;
	float: left;

	border: 1px solid #EEEEEE;
	border-radius:2px;
	background: #FAFAFA none repeat scroll 0% 0%;

	margin-left: 1%;
	padding: 10px;
}

.age-category .head{
	width: 19.5%;
	float:left;
	color:#333333;
	background-color:#BABABA;
}

.age-category .head h3{
	font-size:16px;
	margin:0;
	font-weight: 700;
	padding:5%;
}

.age-category .products{
	width: 100%;
	float:left;
	position: relative;
}

.age-category .products .ac{
	width:10%;
	margin-left:3%;
	float: left;
	font-weight: 700;
	font-size:16px;
	margin:0;
	line-height:34px;
}

.age-category .products .wrap{
	width:40%;
	float: left;
}

.age-category .products .wrap .title{
	width:100%;
}

.age-category .products .wrap .title h6{
	font-weight: 400;
	font-size: 14px;
	margin: 0px;
	line-height: 34px;
}

.age-category .products .prices{
	width: 23%;
	float:left;
}

.age-category .products .prices span{
	float:left;
	font-weight:700;
	font-size:14px;
	line-height: 16px;
}

.age-category .products .prices .trougth{
	color: #bbbbbb;
	padding-right:5%;
	text-decoration: line-through;
}
.age-category .products .prices .normal{
	color: #47a447;
	padding-right:5%;
}
.age-category .products .prices .saving{
	color: #b94a48;
	width:100%;
}

.age-category .products .qty{
	width: 15%;
	float: left;
	text-align:center;
}
.age-category .products .qty select{
	width: 60%;
	margin: 0 auto;
}
.age-category .products .qty input{
	width: 60%;
	border:1px solid #ededed;
	background-color:#ededed;
	color: #333333;
	padding:6px 4px;
	margin: 0 auto;
}

.age-category .products .cta{
	width: 6%;
	float: right;
	text-align:right;
}

.age-category .products .cta button{
	float: right;
}

.yield-products{
	background-color: #FFF;
	width: 100%;
	float: left;
	padding: 10px 10px 30px 10px;
	min-height:400px;
}

.yield-product{
	width: 100%;
	float: left;
	padding: 20px 1%;
	border-bottom: 1px solid #dddddd;
}

.yield-product .title{
	font-weight:700;
	font-size:16px;
	width:40%;
	float:left;
	line-height: 33px;
}
.yield-product .price{
	width:30%;
	float:left;
}

.yield-product .price .trougth,
.yield-product .price .normal,
.yield-product .price .saving{
	padding-right:5%;
	float:left;
	font-size: 14px;
	line-height: 33px;
}

.yield-product .price .trougth{
	text-decoration: line-through;
	color: #bbbbbb;
	font-weight: 700;
}

.yield-product .price .normal{
	color: #333333;
	font-weight: 700;
}

.yield-product .price .saving{
	color: rgb(185, 74, 72);
}

.yield-product .qty{
	width:20%;
	float:left;
}

.yield-product .qty input{
	width: 100%;
	border:1px solid #ededed;
	background-color:#ededed;
	color: #333333;
	padding:6px 4px;
}

.yield-product .cta{
	width:10%;
	float:left;
}

.yield-product .cta button{
	float: right;
}

.yield-product .description{
	width:100%;
	float:left;
}

.yield-product .description div{
	display:none;
}

.funnel-yield{
	margin-bottom:0px !important;
}

.yield-content{
	background-color:#ffffff;
}

.yield-content .disabled-day {
	cursor: default;
}

.info-summary{
	font-size:14px;
}

.info-summary h2{
	font-size:22px;
	margin: 15px 0px 15px 0px;
}

.info-summary img{
	padding:10px 0;
}

.info-summary p{
	margin:0;
	padding:10px 0;
}

.seach-options-yield{
	padding:0;
	width: 78%;
}

.seach-options-yield .yield-soption{
	// width:22%;
	// float:left;
	// line-height: 50px;
	vertical-align: top;
	display: inline-block;
	white-space: nowrap;
	&.four{
		width: 22%;
		.submitinput{
			max-width: 100px;
		}
		#selectedMonth{
			min-width: 110px;
		}
	}
}

.seach-options-yield .yield-soption.cal-header{
	// width:56%;
	line-height:auto;
}

.yield-soption.cal-header a{
	background-color: #ededed;
	// color: #333333;
	border-radius:2px;
	padding:0px 8px;
	float:left;
	margin-right:0;
	line-height: 32px;
	margin-top:8px;
	border-radius:0;
	border-top: 1px solid #2B323B;
	border-bottom: 1px solid #2B323B;
}

.yield-soption.cal-header a.unMonth{
	border-left: 1px solid #2B323B;
}

.yield-soption.cal-header a.inMonth{
	border-right: 1px solid #2B323B;
}

.yield-soption.cal-header .submitinput{
	// margin-right:25px !important;
	// float:right;
}

.yield-soption.cal-header .submitinput a{
	background-color: transparent;
	border: 0px none;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

.yield-soption.cal-header #selectedMonth{
	line-height: 32px;
	margin-top: 8px;
	min-width: 140px;
	text-align: center;
	border-top: 1px solid #2B323B;
	border-bottom: 1px solid #2B323B;
}

.seach-options-yield .yield-soption b{
	color:#ffffff;
	display: block;
	width:100%;
	float:left;
	text-align:center;
}

.seach-options-yield .yield-soption select{
	width:95%;
	border: 1px solid #2B323B;
	background: #EEE none repeat scroll 0% 0%;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 2px 2px rgba(0, 0, 0, 0.2);
	height: 34px;
    text-align: left;
    padding-left: 12px;
    margin-top: 8px;
	text-align: left;
	padding-left:12px;
	border-radius: 0;
	box-shadow: none;
}

.yield-location-header{
	padding:5px;
}

.yield-location-header .yield-results{
	color:#808080;
	line-height:30px;
	font-size:16px;
}

.yield-location-header .yield-results button {
	display: none;
}

.yield-location-header .yield-results b{
	color: #333333;
	font-weight: 700;
}

.yield-location-header .yield-dropdown{

}

.yield-location-header .yield-dropdown .dropdown{}


.yield-content .precart {
	display: none;
}

/* Products */
.yield-content .age-category {
	padding: 10px !important;
}

.yield-content .age-category .products .ac {
	width: calc(100% - 200px) !important;
	line-height: 0 !important;
}

.yield-content .age-category .products .ac h2 {
    font-size: 16px;
	margin-top: 0;
	display: inline-block;	
    font-weight: bold;
}

.yield-content .age-category .products .ac span.saving {
    color: #b94a48;
	font-size: 12px;
	float: right;
}

.yield-content .age-category .products .wrap {
	width: 100% !important;
}

.yield-content .age-category .products .quantity {
    width: 170px;
    float: right;
}

.yield-content .age-category .products .quantity .max_quantity {
	font-size: 11px;
    margin-bottom: 5px;
    color: #b94a48;
    font-weight: bold;
}

.yield-content .age-category .products .prices {
	float: none !important;
	width: 100% !important;
	text-align: right;
	height: auto;
	margin-top: 0 !important;
}

.yield-content .age-category .products .prices .multiCurrency {
	float: none !important;
	width: 100% !important;
	text-align: right;
	padding-right: 0 !important;
}

.yield-content .age-category .products .prices .multiCurrency .normal {
	color: #000 !important;
}

.yield-content .age-category .products .prices span.normal {
	float: none !important;
	padding-right: 0 !important;
}

.yield-content .age-category .products .qty {
	width: auto !important;
	float: right;
	margin-top: 5px;
}

.yield-content .age-category .products .cta {
	width: auto !important;
	display: none;
}

.yield-content .age-category .products .cta button {
	width: auto !important;
}

.yield-content .age-category .products .qty > span {
	line-height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 10px;
    vertical-align: top;
	height: 30px;
	cursor: pointer;
}

.yield-content .age-category .products .qty > span.add {
	background: #008124 !important;
   	color: #fff !important;
}

.yield-content .age-category .products .qty > span.remove {
	background: #ccc;
}

.yield-content .age-category .products .qty .select {
    position: relative;
    font-size: 18px;
    margin: 0 -4px;
}

.yield-content .age-category .products .qty .select select {
    display: inline-block;
    width: 100%;
    border: none;
    text-align: center;
    opacity: 0;
    height: 25px;
    position: relative;
    z-index: 10;
}

.yield-content .age-category .products .qty .select > span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    text-align: center;
}

.yield-content .age-category .products .cta button {
	vertical-align: top;
    line-height: 30px;
    padding: 0 10px;
}

.yield-content.products .head-products .qty span {
	display: none;
}

.modal-footer .btn-danger {
	float: left;
}

.yield-soption .search-input-wrapper {
	height: 34px !important;
    margin-top: 8px !important;
    line-height: 34px !important;
}

.yield-soption .search-input-wrapper a {
	line-height: 34px !important;
}

@media screen and (max-width: 1199px) {
	.seach-options-yield .yield-soption{
		&.four{
			&.category,
			&.destination,
			&.days{
				width: 21%;
			}
			.submitinput{
				max-width: 100px;
			}
			#selectedMonth{
				min-width: 110px;
			}
		}
	}
}

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

	.yield-content .advert {
		display: none;
	}

	.yield-content .cart-summary {
		display: none;
	}

	.yield-content .precart {
	  padding: 0;
	  background-color: #008124;
	  position: fixed;
	  bottom: 0;
	  display: none;
	  width: 100%;
	}
	.yield-content .precart.active {
	  display: block;
	  z-index: 10;
	}
	.yield-content .precart.disabled {
	  background-color: #b0b0b0;
	  cursor: inherit;
	}
	.yield-content .precart.disabled:hover, .yield-content .precart.disabled:active {
	  box-shadow: 0 0 0;
	}
	.yield-content .precart:hover, .yield-content .precart:active {
	  box-shadow: inset 0px 0px 5px #000000;
	}
	.yield-content .precart > a {
	  padding: 20px 8%;
	  display: block;
	  width: 100%;
	  font-size: 16px;
	  font-weight: 400;
	  color: #ffffff;
	  text-decoration: none;
	  float: left;
	  display: flex;
	}

	.yield-content .precart > a > * {
		white-space: nowrap;
    	overflow: hidden;
    	text-overflow: ellipsis;
	}

	.yield-content .precart a .icon {
	  padding: 0px;
	  font-size: 36px;
	  text-align: left;
	  line-height: 30px;
	  float: left;
	  padding-right: 10px;
	}
	.yield-content .precart a .title {
	  padding: 0;
	}
	.yield-content .precart a .title span {
	  display: block;
	  width: 100%;
	}
	.yield-content .precart a .title.no_products span {
	  text-overflow: ellipsis;
      overflow: hidden;
	}
	.yield-content .precart a .title span.lbl {
	  font-size: 12px;
	  line-height: 30px;
	  line-height: 19px;
	  text-overflow: ellipsis;
	  overflow: hidden;
	}
	.yield-content .precart a .title span.lbl b {
	  font-size: 14px;
	}
	.yield-content .precart a .title span.day {
	  font-size: 12px;
	  font-style: oblique;
	}
	.yield-content .precart a .price {
	  padding: 0px;
	  text-align: right;
	  font-weight: 700;
	  font-size: 14px;
	  line-height: 36px;
	  padding-right: 10px;
	  padding-left: 1px;
	  flex-grow: 1;
	}
	.yield-content .precart a .price .currency {
	  font-size: 18px;
	  top: -1em;
	}
	.yield-content .precart a {
	  padding: 0 5%;
	}
	.yield-content .precart a .title {
	  float: left;
	}
	.yield-content .precart a .price {
	  line-height: 55px;
	  float: right;
	  font-size: 20px;
	}

	.yield-content .precart .lbl span {
		font-size: 20px;
		display: inline-block !important;
		width: auto !important;
	}

	.yield-content .precart a span, .precart a i {
	  line-height: 55px !important;
	}
	.yield-content .precart a span.day, .precart a i.day {
	  display: none;
	}
	.yield-content .precart a .fa-chevron-right {
	  font-size: 24px;
	  float: right;
	}

	.yield-content .bundle-page {
	    margin-top: 0px !important;
	}

	.yield-content .yield-location-header {
		margin: 0 -5px 10px;
	    padding: 14px 0 0 0;
	    background: #ddd;
	}

	.yield-content:not(.products) .yield-location-header {
		padding: 5px 0 5px 0;
	}

	.yield-content.products .yield-location-header .yield-results {
	    margin-bottom: 15px;
	}

	.yield-content.products .yield-location-header .yield-results > div {
		float: left;
		width: calc(100% - 150px);
    	line-height: 1.4em;
    	margin-top: 0px;
    	font-size: 14px;
	}

	.yield-content.products .yield-location-header .yield-results button {
		display: block;
		float: right;
		font-weight: bold;
		border: none;
		white-space: nowrap;
    	line-height: 30px;
    	position: absolute;
    	right: 20px;
    	transform: translate(0, -50%);
    	-moz-transform: translate(0, -50%);
    	-webkit-transform: translate(0, -50%);
    	ms-transform: translate(0, -50%);
    	top: 50%;
	}

	.seach-options-yield .yield-soption{
		&.four{
			&.category,
			&.destination,
			&.days{
				width: 13%;
			}
			.submitinput{
				max-width: 100px;
			}
			#selectedMonth{
				min-width: 110px;
			}
		}
	}

}

@media screen and (min-width: 700px) {
	
	.fc-calendar .fc-row > div > div.date_ {
		position: absolute;
   		margin-top: -1px;
   	}  	

   	.fc-calendar .fc-row > div > div.date_ .fc-date {
		color: black;
	    font-size: 16px;
	    padding: 0px 0 0 5px;
	    background: none;
   	}

   	.fc-calendar .fc-row > div > div.date_ .fc-weekday {
		display: none;
   	}

   	.yield-content .age-category .products .ac span.saving {
   	    line-height: 24px;
    	padding-right: 20px;
    }

    .yield-content .age-category .products .prices span {
    	line-height: 23px !important;
	}

	.yield-content.products .head-products .wrap {
	    width: 56%;
	    padding-left: 10px;
	}

	.yield-content.products .head-products .qty {
	    float: right;
	    text-align: right;
		text-align: center;
		padding-left: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.yield-content .age-category .products .ac {
	    width: 39% !important;
	}

	.yield-content .age-category .products .ac h2 {
    	font-size: 18px;
    }

    .yield-content .age-category .products .prices span.normal {
    	font-size: 20px;
    }

    .yield-content .age-category .products .prices .multiCurrency .normal {
	    font-size: 16px !important;
	}

    .yield-content .age-category .products .prices .saving {
    	font-size: 15px !important;
    }

    .yield-content .age-category .products .prices .pull-left .trougth {
    	font-size: 14px !important;
    }

    .yield-content .age-category .products .qty {
    	position: absolute;
	    top: 50%;
	    right: 0px;
    	transform: translate(0, -50%);
    	-moz-transform: translate(0, -50%);
    	-webkit-transform: translate(0, -50%);
    	-ms-transform: translate(0, -50%);
    	margin-top: 0;
    }

	.yield-content .age-category .products.mobile_ {
		display: none;
	}

	.yield-content .age-category .products .prices {
		width: auto !important;
		position: absolute;
    	left: 60%;
    	top: 50%;
    	transform: translate(-50%,-50%);
    	-ms-transform: translate(-50%,-50%);
    	-webkit-transform: translate(-50%,-50%);
    	-moz-transform: translate(-50%,-50%);
	}

	.yield-content .age-category .products .prices span {
		white-space: nowrap;
	    width: auto;
	    padding: 0 10px 0 0 0 !important;
		display: block;
	    float: none !important;
		text-align: left;
	}

	.yield-content .age-category .products .prices .pull-left .trougth {
	    font-size: 12px;
    	line-height: 16px !important;
    }

	.yield-content .age-category .products .prices .pull-right span {
		text-align: right;
	}

	.yield-soption .search-input-wrapper {
		position: absolute;
	}

	.container.yieldview-bar .search-panel .seach-options-yield {
		margin-left: 10px;
	}
}

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

	.yield-content .age-category .products .prices {
		left: 60%;
	}

	.yield-content.products .head-products .wrap {
		padding-left: 0;
	}

	.yield-content .advert {
		padding-bottom: 17px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.yield-content.products .head-products .wrap {
	    width: 55%;
	}

	.yield-content.products .head-products .qty {
		padding-left: 0;
		margin-right: 4px;
	}
}

@media screen and (min-width: 1200px){
	.yield-content.products .head-products .qty {
		padding-left: 14px;
	}
}

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

	html, body, .container {
		height: auto;
	}

	.yield-content .age-category .products.desktop_ {
		display: none;
	}

	.yield-soption .search-input-wrapper {
		display: none !important;
	}

	.no_results {
	    font-size: 16px;
	    padding: 10px 0 20px;
	}

	.yield-content .yield-location-header {
		// margin-top: 10px;
		padding: 0; //4px 0;
	}

	.custom-header,
	.custom-header nav,
	.custom-calendar-full,
	.fc-calendar-container, 
	.fc-calendar,
	.fc-calendar .fc-head,
	.fc-calendar .fc-row > div > span.fc-date {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		height: auto;
		width: auto;
	}

	.yield-content .fc-calendar-container{
		width:100%;
		margin-top: 10px;
	}

	.yield-content .fc-calendar {
		margin: 0;
	}

	.yield-content #calendar .yield-location-header > div {
		float: none !important;
		text-align: center;
	}

	.yield-content #calendar .yield-dropdown {
		display: none !important;
	}

	.custom-header h2,
	.custom-header h3 {
		float: none;
		width: auto;
		text-align: left;
		padding-right: 100px;
	}

	.fc-calendar .fc-row,
	.ie9 .fc-calendar .fc-row > div,
	.fc-calendar .fc-row > div {
		height: auto;
		width: 100%;
		border: none;
	}

	.yield-content .fc-calendar .fc-row > div {
		float: none;
		min-height: 50px;
		box-shadow: none;
		border-radius: 0px !important;
		padding: 0 10px;
	}

	.yield-content .fc-calendar .fc-row > div:empty{
		min-height: 0;
		height: 0;
		box-shadow: none !important;
		padding: 0;
	}

	.yield-content .fc-calendar .fc-row > div.itemDays{

	}

	.yield-content .fc-calendar .fc-row > div.disabled-day{
		display:none;
	}

	.yield-content .fc-calendar .fc-row {
		box-shadow: none;
		border-top: 1px solid #000;
	}

	.yield-content .fc-calendar .fc-head {
		display: none;
	}

	.yield-content .fc-calendar .fc-row > div > div {
		margin-top: 0px;
		padding-left: 10px;
		max-width: 100%;	    
	    width: auto !important;
		// display: inline-block;
	}

	.yield-content .fc-calendar .fc-row > div > div.tags{
		display:none;
	}

	.yield-content .fc-calendar .fc-row > div > div.oldnew{
	    width: 100px;
	    float: right;
	    position: relative;
	    left: auto;
	    bottom:auto;
	    margin-top:2px;
	}

	.yield-content .fc-calendar .fc-row > div > div.oldnew span{
		width:45px;
		font-size:14px;
	}

	.yield-content .fc-calendar .fc-row > div > div.oldnew span.line-through{
		background-color:#999999 !important;
	}

	.yield-content .age-category .products .quantity {
	    width: auto !important;
	}

	.yield-content .age-category .products {
	    display: flex;
	}

	.yield-content .age-category .products .ac {
	    width: calc(100% - 100px) !important;
	}

	.yield-content .fc-calendar .fc-row > div > div.saving {
		width: 100px;
		left: 0px;
		right: 0px;
		position: relative;
		float: right;
		margin-right: 8px;
		top: 0px;
		margin-top: 1px;
	}

	.yield-content .age-category .products .prices span.normal {
    	float: right;
    	font-size: 17px;
    	white-space: nowrap;
    }

	.yield-content .age-category .products .prices span.saving {
	    position: relative !important;
	    width: auto !important;
	    text-align: left !important;
	    margin-top: 6px !important;
	    white-space: nowrap !important;
	    float: none !important;
    	padding: 0 !important;
	}

	.yield-content .age-category .products .prices.multi span.saving {
		display: block;
    	text-align: right !important;
    }

	.yield-content .fc-calendar .fc-row > div.fc-today {
		background: #e0e0e0;
	}

	.yield-content .fc-calendar .fc-row > div.fc-today:after { 
		display: none;
	}

	.yield-content .fc-calendar .fc-row > div > div.date_ {
		display: inline-block;
		text-align: center;
		margin-top: 4px;
    	padding: 0px;
    	width: 30px !important;
	}

	.yield-content .fc-calendar .fc-row > div > div.date_ > span.fc-date {
		width: auto;
		display: inline-block;
		text-align: right;
		font-size: 17px;		
	}

	.yield-content .fc-calendar .fc-row > div > div.date_ > span.fc-weekday {
		display: inline-block;
		width: 40px;
		color: #fff;
		color: rgba(255,255,255,0.7);
		font-size: 10px;
		text-transform: uppercase;
		width: auto;
	}

	.yield-content .fc-calendar .fc-row > div > div.date_ > span.fc-weekday {
		padding-left: 0;
	}

	.yield-content .fc-calendar .fc-row > div > div.date_ > span.fc-date,
	.yield-content .fc-calendar .fc-row > div > div.date_ > span.fc-weekday {
		background: none;
		color: #000;
		display: block;	
		padding: 0;
		text-align: center !important;
	}

	.yield-content .fc-calendar .fc-row > div:last-child > div.date_,
	.yield-content .fc-calendar .fc-row > div:nth-last-child(2) > div.date_ {
		background: rgba(0,0,0,0.8) !important;
	}


	.yield-content .fc-calendar .fc-row > div:last-child > div.date_ *,
	.yield-content .fc-calendar .fc-row > div:nth-last-child(2) > div.date_ > * {
		color: #fff !important;
	}

	.tooltipDay{
		width:91%;
	}

	.tooltipDay .list p b{
		width:60px;
	}

	.tooltipDay .list p span{
		min-width:100px;
	}

	.tooltipDay .list p span.left{
		display:block;
	}

	.yield-products.step2{
		padding:0px 5px;
	}

	.age-category{
		width:100%;
		margin:0;
		padding:10px 2px;
	}

	.age-category .products .ac{
		width:20%;
	}
	
	.head-products .wrap{
		width: auto;
	}

	.age-category .products .wrap{
		width:60%;
	}

	.age-category .products .wrap .title h6{
		line-height: 17px;
	}
	
	.head-products .qty{
		width: auto;
	    text-align: right;
	    float: right;
	}

	.age-category .products .qty{
		width:20%;
	}

	.age-category .products .qty select{
		padding: 0px;
		text-align: center;
		width: 85%;
	}
	
	.head-products .prices{
		display:none;
	}

	.age-category .products .prices{
		width:80%;
		height: 40px;
	}
	
	.age-category .products .prices span,
	.age-category .products .prices span.saving{
		width:33%;
		line-height:45px;
	}

	.age-category .products .prices span.multiCurrency_ {
	    float: right !important;
	    width: auto !important;
	    margin-top: 2px;
	    margin-left: 5px;
	}

	.age-category .products .cta{
		width:20%;
		height:40px;
		line-height:45px;
		text-align:center;
	}

	.age-category .products .cta button{
		float: none;
		width:85%;
	}

	.container.yieldview-bar{
		padding:0;

	}
	.container.yieldview-bar.affix{
		visibility:hidden;

	}
	.container.yieldview-bar.affix-top{
		display:block;

	}
	.container.yieldview-bar .mountains-row{
		display: none;
	}

	.container.yieldview-bar .search-panel{
		height: auto;
		width: 100%;
		margin:0px;
	}

	.container.yieldview-bar .search-panel .search-plan-title{
		width: 100%;
		text-align: center;
		line-height: 21px;
		padding-top: 12px;
	}

	.container.yieldview-bar .search-panel .seach-options-yield{
		width: 100%;
		padding: 0 15px;
	}

	.container.yieldview-bar .search-panel .seach-options-yield .yield-soption{
		width: calc(50% - 7px);
	}

	.container.yieldview-bar .search-panel .seach-options-yield .yield-soption.category {
		float: left;
	}

	.container.yieldview-bar .search-panel .seach-options-yield .yield-soption.days {
		float: right;
		width: 100%;
	}

	.container.yieldview-bar .search-panel .seach-options-yield .yield-soption.category + .yield-soption.days {
		width: calc(50% - 7px);
	}

	.container.yieldview-bar .search-panel .seach-options-yield .yield-soption select{
		padding: 0;
		text-align: center;
		width: 100%;
		padding-left: 10px;
	}

	.container.yieldview-bar .search-panel .seach-options-yield .yield-soption.cal-header{
		width: 100%;
		margin-bottom: -49px;
	    position: relative;
	    z-index: 99;
	    margin-top: 25px;
	}

	.container.yieldview-bar .search-panel .seach-options-yield .yield-soption.cal-header a.changeMonth{
		width:15%;
		text-align: center;
	}

	.container.yieldview-bar .search-panel .seach-options-yield .yield-soption.cal-header h3{
		width:70%;
		text-align: center;
	}

	.container.yieldview-bar .search-panel .seach-options-yield .yield-soption.cal-header .submitinput{
		width: 100%;
		border: 0px none;
		margin: 10px 0px 8px !important;
		box-shadow: none;
		border-radius: 0px;
	}

	.yield-content {
		padding-top: 40px;
	}

	.yield-content.products {
		padding-top: 0;
	}

	.yield-content .info-summary{
		max-width: 100%;
	}

	.yield-content .info-summary h2 {
		margin-top: 40px;
	}

	.yield-content .info-summary h2:empty {
		margin-top: 0px;
	}

	.yield-content .info-summary img{
		display: none;
	}

	.yield-content .bundle-page{
		width: 100%;
		margin-top: 24px;
	}

	.yield-content .bundle-page .col-md-3.pull-right{
		width: 100%;
	}
	
	.yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay {
		border-bottom: 1px solid #ccc;
	}

	.yield-content .fc-calendar .fc-row > div:last-child {
	    border-bottom: none;
	}

	.yield-content .yield-products {
	    padding-bottom: 20px;
	}	

	.yield-content .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .savings {
	    margin-top: 0;
	    width: auto;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    -webkit-transform: perspective(1px) translate(-50%, -50%);
	    -ms-transform: perspective(1px) translate(-50%, -50%);
	    transform: perspective(1px) translate(-50%, -50%);
	}

	.yield-content .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .savings div {
	    padding: 7px;
	}

	.yield-content .fc-calendar .calendar_header {
		// display: block !important;
		border-bottom: 1px solid #000;
		position: relative;
		font-size: 17px;
	    padding-bottom: 4px;
	    font-weight: bold;
	}

	.yield-content .fc-calendar .calendar_header .day {
		display: inline-block;
		padding-left: 10px;
	}

	.yield-content .fc-calendar .calendar_header .savings {
		position: absolute;
		left: 50%;
		top: 0;
	    -webkit-transform: perspective(1px) translate(-50%, 0);
	    -ms-transform: perspective(1px) translate(-50%, 0);
	    transform: perspective(1px) translate(-50%, 0);	    
	}

	.yield-content .fc-calendar .calendar_header .price {
		float: right;
		padding-right: 10px;
	}

	.yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .mainCurrency .offerted {
	    white-space: nowrap;
	}

	.yield-content .age-category .products .quantity {
	    width: 100px;
	}

	.yield-content.products .head-products .qty span {
		display: inline-block;
	}

	.yield-content.products .yield-location-header .yield-results {
	    margin-bottom: 0px;
	    padding: 0 10px;
	    // margin: 0 0 5px;
	    min-height: 45px;
		padding-top: 12px;
	}

	.yield-content.products .yield-location-header .yield-results > div {
	    float: left;
	    width: calc(100% - 120px);
	    line-height: 1.4em;
	    margin-top: 0px;
	    margin-bottom: 10px;
	    font-size: 14px;
	}

	.yield-content.products .yield-location-header .yield-results button {
	    right: 5px;
	    font-size: 14px;
	    border: 1px solid;
	}

	.yield-content .age-category .products .wrap {
		float: none;
	}

	.yield-content .age-category .products .max_quantity {
		line-height: 1.4em;
	    font-weight: normal;
	    font-weight: bold;
	    font-size: 12px;
	    margin-top: 7px;
	    clear: both;
	    color: #b94a48;
	    font-weight: bold;
	}

	.yield-soption.cal-header.three * {
		color: #000 !important;
		border-color: #000 !important;
	}

	.seach-options-yield .yield-soption{
		&.four{
			width: 100% !important;
		}
	}

}

@media screen and (min-width: 700px) and (max-width: 991px){

	body[ng-controller="yield-view"] #over-loading {
		min-height: calc(100vh - 194px);
	}

	.yieldview-bar.search-bar .mountains-row {
   		height: 5px;
   	}

	.yield-content {
		min-height: calc(100vh - 249px);
	}

	.seach-options-yield {
		padding-left: 0 !important;
	    padding-right: 0 !important;
	}

	.seach-options-yield .yield-soption{
		width: 19%;
	}

	.seach-options-yield .yield-soption.days{
		width: 19%;
	}

	.seach-options-yield .yield-soption.cal-header {
    	width: auto;
    }

    .seach-options-yield .yield-soption.cal-header .search-input-wrapper {
    	margin-right: 9px !important;
    }

    .yieldview-bar .search-panel {
    	white-space: nowrap;
    }
}