
html,body,table {
	font-size: 11pt;
	line-height: 22pt;
}

@media (max-width: 1300px) {

	.master_width {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.master_width2 {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	.master_logopic {
		padding: 0;
		margin-bottom: 8em;
		width: 40%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.master_divider {
		display: block;
		max-width: 35%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 8em;
		margin-bottom: 8em;
	}

	.package_box {
		height: 28em;
		padding: 0;
		position: relative;
	}

	.package_box .master_navbutton {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	
}

@media (min-width: 1301px) {

	.master_width {
		width: 45%;
		margin-left: auto;
		margin-right: auto;
	}

	.master_width2 {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.master_logopic {
		padding: 0;
		margin-bottom: 8em;
		width: 40%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.master_divider {
		display: block;
		max-width: 20%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 8em;
		margin-bottom: 8em;
	}

	.package_box {
		height: 28em;
		padding: 0;
		position: relative;
	}

	.package_box .master_navbutton {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	
}


#master_navmenu {
	display: block !important;
	position: fixed;
	z-index: 1040;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	
	/*
	border-bottom: 1px solid #444444;
	background-color: #ffffff;
	*/
	background-color: rgba(255,255,255,0.9);
	color: #000000;
}

#master_navmenu a {
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #000000;
	text-decoration: none;
	outline: 0;
}

#master_navmenu a:hover {
	background-color: #ffffff;
}

#master_navmobile {
	display: none;
}

#master_main {
	padding-top: 4em;
}

#master_footer {
	clear: both;
	overflow: auto;
	border-top: 1px solid #222222;
	color: #aaaaaa;
	/*
	background: rgb(68,68,68);
	background: linear-gradient(180deg, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
	*/
	background-color: #111111;
	padding: 0.5em;
	padding-left: 0;
	padding-right: 0;
	margin-top: 4em;
	box-sizing: border-box;
}

#master_footer_block {
	text-align: center;
	font-size: 0.8em;
}

.master_logoholder {
	background: rgb(68,68,68);
	background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 100%);
}

.master_logo {
	padding-top: 10em;
	padding-bottom: 10em;
	text-align: center;
}

.master_logoheader {
	font-size: 1.3em;
	font-weight: 200;
	color: #ffffff;
}

.master_logotext {
	margin-top: 2em;
}

.master_navbuttonholder {
	margin-top: 3em;
}

.master_navbutton {
	color: #222222;
	background-color: #fff4a8;
	padding: 1em;
	border-radius: 0.25em;
	text-align: center;
	cursor: pointer;
	border: 0;
}

.master_navbutton:hover {
	color: #000000;
	background-color: #f1e776;
}

.master_video {
	border: 1px solid #444444;
	padding: 0;
	cursor: pointer;
}

.master_video_hover {
	border: 1px solid #666666;
}

.master_video img {
	border: 0;
	padding: 0;
	margin: 0;
}

.master_headerholder {
	display: table;
	height: 8em !important;
	max-height: 8em !important;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	margin-bottom: 4em;
}

.master_header {
	width: 100%;
	height: 8em !important;
	max-height: 8em !important;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 4em;
	font-weight: 200;
}

.master_header2 {
	width: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 4em;
	font-weight: 200;
}


/* booking */

.book_holder {
	clear: both;
	overflow: auto;
	margin-bottom: 3.5em;
	margin-top: 1em;
}

.book_item {
	width: 30%;
	float: left;
	padding: 0em;
	margin: 0;
	margin-right: 1em;
	margin-bottom: 1em;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.9em;
	cursor: pointer;
}

.book_item:hover {
	border: 1px solid #888888;
}

.book_item span {
	display: block;
	padding-left: 0.25em;
	padding-right: 0.25em;
	padding-top: 0em;
	padding-bottom: 0.5em;
}

.book_item img {
	width: 100%;
	padding: 0;
	margin: 0;
}

.book_item span img {
	padding: 0;
	padding-right: 0.25em;
	width: 1em;
}

.book_item_selected {
	border: 1px solid #00ee00;
	color: #00ee00;
}

.book_item_selected:hover {
	border: 1px solid #00ee00 !important;
}

.book_item_selected span img {
	display: inline;
}

.book_item_unselected {
	border: 1px solid #444444;
}

.book_item_unselected span img {
	display: none;
}





/* forms */

.buttonbar_top {
	padding: 0.5em;
	border: 1px solid #cccccc;
	border-radius: 0.5em;
	text-align: center;
	overflow: auto;
	margin-bottom: 1em;
	
	background: #eeeeee;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	
}

.buttonbar_bottom {
	width: 98%;
	padding: 1%;
	background-color: #fafafa;
	border: 1px solid #cccccc;
	border-radius: 0.5em;
	text-align: center;
	overflow: auto;
	margin-top: 1em;
	margin-bottom: 2em;
}

.statusmessage_positive {
	width: 99%;
	padding: 0.5%;
	background-color: #bbffbb;
	border: 1px solid #aaeeaa;
	margin-left: auto; margin-right: auto;
	margin-bottom: 2em;
}

.statusmessage_negative {
	width: 99%;
	padding: 0.5%;
	background-color: #ffbbbb;
	border: 1px solid #eeaaaa;
	margin-left: auto; margin-right: auto;
	margin-bottom: 2em;
}

.input_textarea {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	margin: 1px;
}

.input_select {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	margin: 1px;
}

.input_text {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	margin: 1px;
}


.input_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:0.5em 1em;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	box-sizing: border-box;
	margin: 1px;
}
.input_button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.input_button:active {
	position:relative;
	top:1px;
}