* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 105%;
	-webkit-text-size-adjust: 100%;
	background-color: #333;
}
a, a:hover {
	color: white;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
.small {
	font-size: 0.7em;
}
h1, h2, h3, h4 {
	margin-bottom: .7em;
}
ul {
	margin-left: 1.5em;
	margin-bottom: 1em;
}
table {
	border: none;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
	box-shadow: 0 0 3px 0 #ffffff;
}
table tr td, table tr th {
	border: 1px solid #cccccc;
	outline: none;
	margin: 0;
	padding: .3em;
}
.cf {
	overflow: hidden;
	height: 1px;
}
div.error {
	color: red;
}
div.errorbox {
	background-color: rgba(100, 20, 20, 0.4);
	border: 1px solid rgba(100, 20, 20, 0.6);
	padding: 5px;
	text-align: center;
}
div.blockerror {
	background-color: rgba(250, 20, 20, 0.4);
	border: 1px solid rgba(250, 20, 20, 0.6);
	padding: 5px;
	text-align: center;
}
div.blocksuccess {
	background-color: #4ad;
	border; 1px solid rgba(20, 250, 20, 0.7);
	padding: 15px;
	text-align: center;
}
div.blockerror p, div.blocksuccess p {
	padding: 0;
	margin: 0;
	text-align: center;
}


.page {
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.page#main {
	border-top: 7px solid #e91;
}
.page#footer p {
	margin: 0.5em 0;
	padding: 0;
	color: #fff;
}
.page .overlay_10 { background-color: rgba(0, 0, 0, 0.1); color: white; }
.page .overlay_20 { background-color: rgba(0, 0, 0, 0.2); color: white; }
.page .overlay_30 { background-color: rgba(0, 0, 0, 0.3); color: white; }
.page .overlay_40 { background-color: rgba(0, 0, 0, 0.4); color: white; }
.page .overlay_50 { background-color: rgba(0, 0, 0, 0.5); color: white; }
.page .overlay_60 { background-color: rgba(0, 0, 0, 0.6); color: white; }
.page .overlay_70 { background-color: rgba(0, 0, 0, 0.7); color: white; }
.page .overlay_80 { background-color: rgba(0, 0, 0, 0.8); color: white; }
.page .overlay_90 { background-color: rgba(0, 0, 0, 0.9); color: white; }

.register {
	text-align: center;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.register input[type="text"],
	.register input[type="password"] {
	border: 1px solid #cccccc;
	border-radius: 5px;
	box-shadow: 1px 1.732px 0px 0px rgba(255, 255, 255, 0.078), inset 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.051);
	width: 98%;
	margin: .5%;
	padding: .5%;
	height: 25px;
	z-index: 10;
}
.register input[type="submit"] {
	background-color: transparent;
	background-image: url('/files/images/login.png');
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	border: none;
	width: 63px;
	height: 40px;
	margin-left: 8px;
}

.form {
	background-color: white;
	max-width: 500px;
	width: 95%;
	color: black;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}
.form table, .form table tr, .form table td {
	border: none;
}
.form a {
	color: black;
}
.form span {
	color: black;
}
.form label {
}
.form label span {
	width: 30%;
	float: left;
	display: block;
}
.form label input {
	width: 65% !important;
	float: left;
	display: block;
}

.form.contact {
	max-width: 500px;
	width: 95%;
	padding: 2%;
	background-color: rgba(150, 150, 150, 0.6);
	color: white;
	text-shadow: 0 -1px 0 #333;
	text-align: center;
	font-size: 115%;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	border-top: 3px solid #4ad;
	border-radius: 3px 3px 5px 5px;
}
.form.contact label span {
	color: white;
}
.form.contact h2 {
	font-size: 160%;
	letter-spacing: 0.02em;
	height: 1em;
}
.form.contact p {
	padding-top: 40px;
	height: 110px;
	color: #ddd;
}
.form.contact a.button,
	.form.contact input[type="submit"] {
	display: block;
	max-width: 150px;
	width: 90%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #333;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 25px;
	font-size: 1.5m;
	color: white;
}
.form.contact a.button:hover,
	.form.contact a.button:active,
		.form.contact input[type="submit"]:active,
		.form.contact input[type="submit"]:hover {
	color: #e91;
}


#top {
	width: 100%;
	text-align: center;
}
#top .inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	height: 61px;
}
#top .logo {
	width: 200px;
	height: 41px;
	margin-top: 10px;
	float: left;
	vertical-align: top;
}
.nav {
	width: 750px;
	float: right;
	text-align: right;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav a {
	display: inline-block;
	float: left;
	color: white;
	text-decoration: none;
	padding: 8px 4px;
	border-right: 2px solid #3089b9;
	line-height: 45px;
	font-size: 85%;
}
.nav li:last-of-type a {
	border-right: none;
}
.nav a:hover, .nav a.selected {
	background-color: rgba(255, 255, 255, .3);
}

.user_box_container {
	width: 980px;
	margin-left: -490px;
	left: 50%;
	position: absolute;
	z-index: 9999;
}
.user_box {
	width: 45px;
	height: 35px;
	float: right;
	background-color: rgba(130, 130, 130, 0.9);
	padding: 5px;
	text-align: center;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	color: black;
	position: absolute;
	top: 7px;
	right: 0;
}
.user_box a.cart {
	display: block;
	position: absolute;
	right: 4px;
	text-align: right;
	text-decoration: none;
	color: black;
	font-weight: bold;
	width: 43px;
	height: 35px;
}
.user_box .cart span {
	line-height: 35px;
}
.user_box .cart .i {
	width: 43px;
	height: 35px;
	background-image: url('/shopping-cart.png');
	background-repeat: no-repeat;
	background-size: 43px 35px;
}
.user_box .cart .i .n {
	position: absolute;
	top: 4px;
	left: 6px;
	width: 20px;
	text-align: center;
	color: #ff7e00;
	font-weight: bold;
}

.page_form {
	background-image: url('/images/booking_bg.jpg');
}
.page_form .cont {
	min-height: 500px;
	padding-bottom: 10px;
}

.page p {
	padding-bottom: 1.5em;
}
.page .inner {
	padding: 1em;
}
.page .inner2 {
	padding: 2em;
}

.page .cont {
	width: 80%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	background: rgba(0,0,0,0.1);
	padding: 0 2%;
	padding-bottom: 10px;
}
.page .cont h2 {
	font-size: 170%;
}
.page .cont .videoWrapper {
	background: #222;
	border: 10px solid #222;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.page .cont .story-left {
	width: 37%;
	margin: 2em 0.5%;
	float: left;
}
.page .cont .story-right {
	width: 37%;
	margin: 2em 0.5%;
	float: right;
}
.page .cont .story-left, .page .cont .story-right {
	font-size: 110%;
}
.page .cont .annotation-left {
	width: 59%;
	margin: 0 0.5%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.page .cont .annotation-right {
	width: 59%;
	margin: 0 0.5%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.homebox {
	width: 27%;
	margin: 75px 1%;
	padding: 2%;
	float: left;
	background-color: rgba(150, 150, 150, 0.6);
	color: white;
	text-shadow: 0 -1px 0 #333;
	text-align: center;
	font-size: 115%;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	border-top: 3px solid #4ad;
	border-radius: 3px 3px 5px 5px;
}
.homebox h2 {
	font-size: 160%;
	letter-spacing: 0.02em;
	height: 1em;
}
.homebox p {
	padding-top: 40px;
	height: 110px;
	color: #ddd;
}
.homebox a.button {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #333;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	font-size: 1.5m;
	color: white;
}
.homebox a.button:hover, .homebox a.button:active {
	color: #e91;
}
.page .col {
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	float: left;
}
.page .col2 {
	width: 49%;
	margin-left: .5%;
	margin-right: .5%;
	float: left;
}
.page .col2 .item {
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	cursor: pointer;
	text-decoration: none;
	color: white;
}
.page .col2 .item .img {
	height: 220px;
	line-height: 220px;
}
.page .col2 .item img {
	width: auto !important; /*override the width below*/
	width: 100%;
	max-width: 100%;
	max-height: 220px;
	vertical-align: middle;
}
.page .col2 .item .title {
	text-align: center;
}
.page .col3 {
	width: 32%;
	margin-left: .5%;
	margin-right: .5%;
	float: left;
}
.page .col3 .item {
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	cursor: pointer;
	text-decoration: none;
	color: white;
}
.page .col3 .item .img {
	height: 220px;
	line-height: 220px;
}
.page .col3 .item .img:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.page .col3 .item .img img {
	display: inline-block;
	max-width: 100%;
	max-height: 220px;
	vertical-align: middle;
}
.page .col3 .item .title {
	text-align: center;
}
.page .pg_prod {
	display: block;
	width: 24%;
	margin: 1em .5%;
	float: left;
	text-decoration: none;
}
.page .pg_prod .imgcont {
	text-align: center;
	height: 110px;
	margin: 5px;
}
.page .pg_prod .imgcont img {
	max-width: 100%;
	max-height: 120px;
}
.page .pg_prod .title {
	text-align: center;
	text-decoration: none;
	color: white;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
}
.page .pg_prod .price {
	text-align: center;
	color: white;
}
.page .price .js_only a {
	padding: 7px 15px 7px 12px;
	background: #333;
	border: 1px solid #bbb;
	text-decoration: none;
	border-radius: 3px;
}
.page .price .js_only a:hover {
	color: #e91;
}
.page .price .js_only a img {
	display: inline; 
	vertical-align: middle;
	padding: 0 2px 2px 0;
}

#product_image_box {
	width: 50%;
	float: left;
	text-align: center;
}
#product_image_box .inner {
	margin: 5px;
}
#product_image_box img {
	max-width: 100%;
	max-height: 200px;
}
#product_description {
	width: 50%;
	padding-top: 0.8em;
	float: left;
}
#product_description .price {
	margin-top: 1em;
}
#product_description .quantity {
	width: 150px;
}

#membership-options {
	width: 100%;
	color: black;
}
#membership-options td, #membership-options th {
	text-align: center;
	background-color: #fff;
	border-color: #7c7c7c;
}
#membership-options .mem-cell-features {
	text-align: right;
	background: rgba(255,255,255,0.95);
}
#membership-options a, #membership-options span, #membership-options p {
	color: black
}
#membership-options .mem-plan {
	text-align: center;
	font-size: 1.3em;
}
#membership-options .mem-price {
	text-align: center;
}
#membership-options .mem-tick {
	width: 30px;
	height: 30px;
}
#membership-options .mem-no {
	width: 28px;
	height: 28px;
	margin-top: 1px;
	margin-left: 1px;
}
#membership-options .mem-cell-free .mem-tick {
	width: 28px;
	height: 28px;
	margin-top: 1px;
	margin-left: 1px;
}
#membership-options .mem-cell-free .mem-no {
	width: 30px;
	height: 30px;
}
#membership-options .mem-cell-free {
	background-color: #eef;
}
#membership-options .mem-cell-bronze {
	background-color: #fdc;
}
#membership-options .mem-cell-silver {
	background-color: #f0f0f3;
}
#membership-options .mem-cell-gold {
	background-color: #ffe888;
}
#membership-options .mem-cell-gold.membership-highlight {
	/*background-color: #ed9;*/
}
#membership-options a {
	font-size: 1.05em;
}
#membership-options .mem-cell-free a {
	font-size: 1em;
}
#membership-options .mem-cell-gold a {
	font-size: 1.1em;
}

/** Y5 Cart **/
.cart_update {
	float: right;
	margin-top: 5px;
}
.paypal-btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 162px;
}

/** FORM CONTROLS, ETC **/
label {
	clear: both;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 12px;
}
label.nosty {
    height: auto !important;
    line-height: auto !important;
    margin: 0 !important;
}
label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    color: #fff;
}
input[type="text"], input[type="email"], input[type="password"], textarea, select {
    border: 1px solid #DADADA;
    color: #222;
    height: 30px;
    width: 100px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding-left: 5px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
label input[type="text"], label input[type="email"], label input[type="password"], textarea, label select {
    float: right;
    width: 65%;
}
.frl input[type="text"], .frl input[type="email"], .frl input[type="password"], .frl textarea {
	width: 90%;
}
select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
textarea{
    height:100px;
}
[type="radio"], [type="checkbox"] {
	margin-right: 1em;
}
[type="button"], [type="submit"] {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
[type="button"]:hover, [type="submit"]:hover {
    background: #CF7A7A
}


@media only screen and (max-width: 980px), only screen and (max-device-width: 980px) {
	.page {
		background-attachment: scroll !important;
	}
	.page .col {
		width: 100% !important;
		margin: 0 !important;
		float: none !important;
	}
	.page .cont  {
		width: 96% !important;
		text-align: left;
	}
	.page .cont .story-left, .page .cont .annotation-left, .page .cont .annotation-right, .page .cont .story-right {
		width: 100% !important;
		margin: 0 !important;
		float: none !important;
		position: static !important;
		padding-top: 3em !important;
	}
	.page .pg_prod {
		width: 32%;
	}
	
	.user_box_container {
		width: 100%;
		margin: 0;
		left: 0;
		display: block;
	}
	#top .inner {
		height: auto;
		width: 100%;
		text-align: center;
	}
	#top .logo {
		float: none;
		display: inline-block;
		padding-right: 10%;
	}
	.nav {
		width: 100%;
		text-align: center;
		float: none;
	}
	.nav li {
		display: inline-block;
		float: none;
	}
	.nav li a {
		border: none;
		padding: 5px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 750px), only screen and (max-device-width: 750px) {
	#logo {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.page .pg_prod {
		width: 49%;
	}
	#product_image_box, #product_description {
		width: 100%;
		float: none;
	}
	.homebox {
		width: 92%;
		margin: 2%;
	}
	.homebox p {
		height: auto;
	}
}



table.calendar {
	border-left: 1px solid #999;
	margin-left: -15px;
	background-color: #ffffff;
}
table.calendar tr.calendar-row {
}
table.calendar tr.calendar-row td.calendar-day {
	height: 150px;
	font-size:11px;
	vertical-align: top;
}
table.calendar tr.calendar-row td.calendar-day:hover {
	background:#eceff5;
}
table.calendar tr.calendar-row td.calendar-day-np {
	background:#eee;
	height: 80px;
}
table.calendar tr.calendar-row td.calendar-day-head {
	background:#ccc;
	font-weight:bold;
	text-align:center;
	width:120px;
	padding:5px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
}
table.calendar tr.calendar-row td.calendar-day div.day-number {
	padding:5px;
	color: #454545;
	font-weight:bold;
	margin: -5px -5px 5px -5px;
	height: 22px;
	text-align:right;
}
table.calendar tr.calendar-row td.calendar-day .today {
	text-decoration: underline !important;
	background-color: #375E95 !important;
	color: #ffffff !important;
}
table.calendar tr.calendar-row td.calendar-day .event {
	border-radius: 4px/4px;
	border: 1px solid #0033aa;
	background-color: #375e95;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	/*cursor: pointer;*/
	margin-bottom: 3px;
	position: relative;
	height: 16px;
}
td.calendar-day,
	td.calendar-day-np {
	width:120px;
	padding:5px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
td.calendar-day a {
	color: black;
}

.event-start {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-right: none !important;
	margin-right: -5px !important;
}
.event-mid {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-right: none !important;
	margin-right: -5px !important;
	border-left: none !important;
	margin-left: -5px !important;
}
.event-end {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-left: none !important;
	margin-left: -5px !important;
}

.event-level-0,
	.event-level-1 {
	top: 0px;
}
.event-level-2 {
	top: 21px;
}
.event-level-3 {
	top: 42px;
}
.event-level-4 {
	top: 63px;
}
.event-level-5 {
	top: 84px;
}

.cal_control {
	width: 642px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.cal_control .left {
	float: left;
	text-align: left;
	margin-right: 10px;
}
.cal_control .right {
	float: right;
	text-align: right;
}
.cal_control .right,
	.cal_control .left {
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	width: 160px;
	display: block;
	padding: 15px 5px 15px 5px;
	text-decoration: underline;
}
.cal_control .right:hover,
	.cal_control .left:hover {
	background-color: #cccccc;
}
.cal_control .cal_form {
	float: left;
	width: 280px;
	margin-top: 5px;
}
.cal_control a {
	color: black;
}
.cal_control .cal_form .cal_today {
	display: block;
	text-align: center;
	margin-top: 2px;
}
.cal_control .cal_form .cal_month {
	margin-right: 10px;
	float: left;
	width: 130px;
}
.cal_control .cal_form .cal_year {
	float: left;
	width: 80px;
	margin-right: 10px;
}
.cal_control .cal_form .cal_submit {
	float: left;
	width: 50px;
}

/** Timepicker - jQuery UI Widget **/
.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}
.ui-timepicker-div dl {
	text-align: left;
}
.ui-timepicker-div dl dt {
	height: 25px;
	margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
	margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
	font-size: 90%;
}
.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.ui-timepicker-rtl {
	direction: rtl;
}
.ui-timepicker-rtl dl {
	text-align: right;
}
.ui-timepicker-rtl dl dd {
	margin: 0 65px 10px 10px;
}