@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,200,500,600,700);

body {
	font-family: 'Raleway', sans-serif;
	color: #444;
	font-size: 14px;
	line-height: 22px;
	background: #fff;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}

a {
	color: #444;
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: 100;
}

h1 {
	font-size: 44px;
	margin: 0px;
	margin-top: 10px;
	line-height: 54px;
}

#header {
	background: #000;
	overflow: hidden;
	position: relative;
}

#header .slide {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
	background-position: center center;
	display: none;
}

#header .slide:first-child {
	display: block;
}

#header .slide .title {
	position: absolute;
	top: 50%;
	text-align: center;
	font-size: 44px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	width: 100%;
	line-height: 44px;
}

#header .slide .info {
	position: absolute;
	bottom: 60px;
	text-align: center;
	color: #fff;
	width: 100%;	
}

#header .slide .info .button {
	color: #fff;
	text-decoration: none;
	margin: auto;
	background: #107ee4;
	line-height: 44px;
	width: 180px;
	text-align: center;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
}

#header .logo-area {
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.67) 0%, rgba(255,255,255,0.67) 1%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.67) 0%,rgba(255,255,255,0.67) 1%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.67) 0%,rgba(255,255,255,0.67) 1%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#header .data-area {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.67+1,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	min-height: 150px;
	color: #fff;
}

#header .logo-area .mask {
	/*background: rgba(0,0,0,0.7);*/
	float: left;
}

#header .logo-area #logo {
	text-align: left;
	margin-left: 15px;
}

#header .slide .info .button:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);	
}

.container {
	width: 100%;
	max-width: 1280px;
	margin: auto;
}

#section-3 {
	background: #000;
	color: #ccc;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

#section-3 hr {
	border-color: #555;
}

.section {
	border-top: 1px solid #eee;
	/*box-shadow: 0px 0px 20px rgba(0,0,0,0.1);*/
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#section-3 h2 {
	color: #fff;	
}

#section-3 a {
	text-decoration: none;
	color: #777;
}

.column-50 {
	width: 46%;
	float: left;
	margin: 2%;
}

.column-50.right {
	float: right;
	text-align: right;
}

.column-25 {
	width: 21%;
	float: left;
	margin: 2%;
}

.column-33 {
	width: 29%;
	float: left;
	margin: 2%;
}

.clear,
.column-clear {
	clear: both;
}

.banner.t-1 {
	margin: 1%;
}

.banner.t-2 {
	width: 48%; 
	margin: 1%;
}

.banner.t-2.offers {
	width: 32%;
	margin: 0.65%;
	height: 230px;
	background-size: cover;
}

.banner.t-2.offers a {
	color: #fff;
}

.banner.t-2.offers span {
	font-size: 14px;
	text-transform: none;
}

.banner.t-3 {
	width: 31.33%; 
	margin: 1%;
}

.banner {
	float: left;
	margin-top: 0px;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	position: relative;
	background-position: center center;
	border-radius: 4px;
	overflow: hidden;
}

.banner .title {
	position: absolute;
	background: rgba(0,0,0,0.6);
	color: #ccc;
	font-weight: 300;
	line-height: 44px;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	bottom: 0px;
	left: 0px;
	right: 0px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}

.banner.t-2 .title {
	font-size: 20px;
	line-height: 36px;
}

.banner.t-2.offers .title {
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.banner.t-3 .title {
	font-size: 16px;
	line-height: 28px;
}

.banner:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.banner:hover .title {
	text-shadow: 0px 0px 10px #fff;
	color: #fff;
}

.banner img {
	width: 100%;
	height: auto;
	border: 0px;
}

.points-area {
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0px;
}

.points {
	width: 200px;
	margin: auto;
}

.point {
	background: #fff;
	border-radius: 10px;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	float: left;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	cursor: pointer;
}

.point.selected {
	background: #7f0000;
}



.Template_CookiesBox {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,0.8);
	max-height: 50px;
	opacity: 0.9;
	z-index: 100;
}

.Template_CookiesBox .description {
	color: #eee;
	margin-right: 70px;
	text-align: left;
	padding: 6px;
	font-size: 11px;
	line-height: 14px;
}

.Template_CookiesBox .button {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 40px;
	background: #7abcff; /* Old browsers */
	background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
	border: 3px;
	color: white;
	text-align: center;
	min-width: 50px;
	cursor: pointer;
	line-height: 40px;
}

.Template_CookiesBox .button .caption {
	margin: 0px auto;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
}

.Template_CookiesBox a {
	color: #aaa;
}

.menu {
	background: #444;
	height: 44px;
	overflow: auto;
}

.menu ul,
.menu-main ul {
	text-align: center;
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    width: 980px;
    margin: auto;
}

.menu-main ul {
	width: auto;
}

.menu li,
.menu-main li {
	position: relative;
    margin: 0px;
    padding: 0px;
    width: 16.66%;
    height: 44px;
    text-align: center;
    display: inline;
    float: left;
}

.menu-main li {
	width: auto;
	line-height: 100px;
	background: rgba(0,0,0,0.5);
	padding-left: 10px;
	padding-right: 10px;
	height: 120px;
}

.menu li a {
	line-height: 44px;
	text-align: center;
	color: #fff;
	display: block;
}

.menu-main li a {
	line-height: 44px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;	
	line-height: 120px;
}

.menu-main {
	float: right;
}

.menu li a:hover,
.menu li a.selected {
	background: #FF5722;
	text-align: center;
}

#footer {
	padding: 10px;
	background: #666;
	text-align: center;
}

.CreditsText {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

button, input[type='submit'] {
	background: #03A9F4;
    border: 0px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}

#header.home {
	min-height: 700px;
}

#header.home .title,
#header.home .info,
#header .points-area {
	display: none;
}

#header .search {
	color: #fff;
	position: absolute;
	top: 300px;
	text-align: center;
	font-weight: 600;
	width: 100%;
}

#header .search h1,
#header .search h2,
#header .search h3 {
	font-weight: 600;
}

.menu-main li {
	background: transparent;
}

#header .select-container {
	width: 640px;
	max-width: 100%;
	margin: auto;
}

#header .select-container .select {
	width: 48%;
	margin: 1%;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	box-sizing: border-box;
	line-height: 44px;
	padding-left: 15px;
	color: #888;
	float: left;
	text-align: left;
	position: relative;
	cursor: pointer;
}

#header .select-container .select .menu {
	background: transparent;
	color: #888;
	text-align: left;
	display: none;
	width: 275px;
	height: 200px;
	overflow: auto;
}

#header .select-container .select .menu ul {
	width:  auto;
}

#header .select-container .select .menu li {
	color: #888;
	width: 100%;
	border-top: 1px solid #eee;
	display: block;
	text-align: left;
	cursor: pointer;
}

#header .select-container .select .menu li a {
	color: #888;	
	text-align: left;
	text-transform: capitalize;
}

#header .select-container .select .menu li a:hover,
#header .select-container .select .menu li a.selected {
	background: transparent;
	color: #222;	
}

#header .select-container .select.expand .menu {
	display: block;
}

#header .select-container .select i {
	position: absolute;
	right: 10px;
	width: 44px;
	line-height: 44px;
	top: 0px;
	text-align: center;
	color: #f44336;
}

.banner .departures,
.banner .category {
	display: none;
}

.banner.t-2.offers .title {
	line-height: 32px;
}


table input[type='button'] {
    background: #ee4500;
    color: #fff;
    border: 0px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 3px;
}

input[type='text'], input[type='password'], input[type='number'], select {
	height: auto !important;
	line-height: 32px;
    width: 300px !important;
    -webkit-appearance: none;
    padding: 0px;
    padding-left: 7px;
    font-size: 14px;
    border-color: #ddd;
    margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #f0f0f0;
}

hr {
	border: 0px;
	border-top: 1px solid #eee;
}

select {
    width: 307px !important;
}

.text-right {
	text-align: right;
}

.column-left {
	float: left;
	width: 65%;
}

.column-right {
	float: right;
	width: 30%;
}

.box-recap {
	background: #ffdcdc;
	padding: 20px;
    background: #ffdcdc;
}

.label {
	font-size: 10px;
	font-weight: bold;
}

.menu.checkout {
	background: #fff;
	height: 76px;
}

.menu.checkout li {
	line-height: 44px;
	color: #ccc;
	border-bottom: 2px solid #ccc;
	width: 20%;
	height: 64px;
}

.menu.checkout ul {
	width: 100%;
}

.menu.checkout .selected {
	color: #444;
	border-color: #444;
}

.tabs .tab {
	display: none;
}

.tabs .tab.selected {
	display: block;
}

.box-grey {
	background: #f0f0f0;
	border: 1px solid #ddd;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.box-grey .totals {
	width: 145px;
    margin-top: 6px;
    height: 46px;
    overflow: hidden;
}

.box-grey .totals button {
	width: 44px;
	height: 44px;
	float: left;
	outline:0;
}

.box-grey .totals input {
	padding: 0px;
	width: 44px !important;
	line-height: 42px;
	font-size: 18px;
	text-align: center;
	float: left;
	background: #fff;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;
}

input[type='text'].checkout,
input[type='number'].checkout {
	background: #fff;
}

button.checkout {
	min-width: 300px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 44px;
}

button.back {
	background: #eee;
	color: #000;
	line-height: 44px;	
}

button.right {
	float: right;
}

#container-checkout .column-50,
#container-checkout .column-33 {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#container-checkout .column-33 input,
#container-checkout .column-50 input,
#container-checkout .column-33 select,
#container-checkout .column-50 select {
	width: 100% !important;
}

input[type='checkbox'].checkbox,
input[type='radio'].checkbox {
	float: left;
	widtH: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	appearance: none;
	-webkit-appearance: none;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-lowercase {
	text-transform: lowercase;
}

.menu.checkout li span {
	display: block;
	background: #eee;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	margin: auto;
}

.menu.checkout li.past span {
	background: #cddc39;
	color: #fff;
}

.menu.checkout li.selected span {
	background: #000;
	color: #fff;
	cursor: pointer;
}

@media screen and (max-width: 980px) {
	
	h1,
	#header .slide .title {
		font-size: 32px;	
	}
	
	.table-responsive td {
		display: block !important;
		width: 100% !important;
	}
	
	.responsive-hide,
	td.responsive-hide {
		display: none !important;
	}
	
}

@media screen and (max-width: 512px) {
	
	.banner {
		width: 100% !important;
		margin: 0 !important;
		margin-bottom: 1px !important;
		border-radius: 0px;
	}
	
	.column-50,
	.column-33,
	.column-25 {
		width: 92%;
		margin: 4%;
	}
	
	.column-50.right {
		text-align: left;
	}
	
	#header .column-50.left {
		margin-bottom: 0px;
	}

	#header .column-50.right {
		margin-top: 0px;
	}
	
	#header .data-area {
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.8) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,1) 100%);
	}
	
	#header {
		height: 380px;
	}
	
	#header .slide .title {
		top: 35%;
	}
	
	.Template_CookiesBox {
		display: none;
	}
	
	.menu li {
		width: 14%;
	}
	
	.menu li a {
		/*font-size: 11px;*/
	}
	
	.no-mobile {
		display: none;
	}
	
	#header.home {
		min-height: 440px;
		overflow: inherit;
	}
	
	#header .search {
	    top: 120px;
	    padding: 2%;
	    width: 96%;
	}
	
	#header .select-container {
		width: 300px;
	}
	
	#header .select-container .select {
		width: 300px;
		z-index: 10;
	}
	
}

table.reservation {
	width: 100%;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

table.reservation td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #f0f0f0;
}

table.reservation td input,
table.reservation td select {
	margin: 0px;
	border: 0px;
	background: #ffffff
}

table.reservation .note {
	padding-left: 10px;
}

table.reservation thead td {
	padding-left: 10px;
	background: #ddd;
}