/*CBX Backstage CMS2015Cybox Webdesign Boxmeerwww.cybox.nl*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,800,700);
/* reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; } /* remember to define focus styles! */ :focus {outline: 0; } /* remember to highlight inserts somehow! */ ins {text-decoration: none; } del {text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table {border-collapse: collapse; border-spacing: 0; } /* clearfix */ .cf:before, .cf:after {content: " "; /* 1 */ display: table; /* 2 */ } .cf:after {clear: both; } /** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */ .cf {*zoom: 1; }

html,body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family: 'Roboto Slab', serif!important;
	font-size: 1em;
	line-height: 1.6;
	background: #fff;
	color: #000;
	/**/
	overflow-x: hidden;
	overflow-y: scroll;
}
/* links */
a {
	text-decoration: none;
	color: #111111;
}
a:hover {
}
/* wrapper */
#wrapper {
	position: relative;
}
/* header */
#header {
	position:fixed;
	width:100%;
	background: #fff;
	z-index:1000;
	box-shadow:0 5px 0 rgba(0,0,0,0.05);
}
#header #header-container {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
#header #logo {
	width:107px;
	height:90px;
	transition:height 0.25s;
}
#header #logo a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../images/logo_vertrek.png');
	background-size: contain;
	background-position:center;
	background-repeat: no-repeat;
}
#header #menu {
	position: absolute;
	right: 0;
	top:20px;
}
#header #menu ul li {
	float: left;
}
#header #menu ul li a {
	display: block;
	font-size:17px;
	color:#111111;
	margin-left:17px;
	padding:10px 0 0 0;
}
#header #menu ul li:nth-child(2) a, #header #menu ul li:nth-child(3) a, #header #menu ul li:nth-child(4) a {
	font-weight:bold;
}
#header #menu ul li a:hover {
	color: #ccc;
}
#header #menu ul li.active a {
	color: #111111;
	border-bottom:1px solid #111111;
}
#header #menu ul li.active a:hover {
	color: #111111;
}
#header #menu ul li.active a:hover {
	color:#111111;
}
#header #menu ul li:last-child a {
	padding:10px 18px 12px 18px;
	color:#fff;
	border-bottom:4px solid #908669;
	background-color:#b9ac88;
}
#header #menu ul li:last-child a:hover {
	position:relative;
	top:1px;
	color:#fff;
	border-bottom:3px solid #908669;
}
#header #menu ul li:last-child a:active {
	top:4px;
	border-bottom:none;
}
/** LANGUAGE MENU **/
#langmenu {
	float: right;
	padding: .4em .6em;
	background: rgba(255,255,255,.9);
}
#langmenu a {
	display: inline-block;
	float:left;
	opacity: .6;
}
#langmenu a:hover, #langmenu a.active {
	opacity: 1;
}
#langmenu a:not(:last-child) {
	margin-right: 5px;
}
#langmenu a img {
	display: block;
}
/* content */
#content {
	min-height: 600px;
	width:100%;
}
#content .content-text {
	position:relative;
	float:right;
	padding-top:100px;
	padding:0 0 40px 0;
	width:50%;
	min-height:calc(100vh - 233px);
	box-sizing:border-box;
}
#content .content-text .page_content {
	position:relative;
	padding:169px 55px 80px 55px;
	width:90%;
	max-width:550px;
	box-sizing:border-box;
}
#toggleContent {
	display: block;
	width: 36px;
	height: 36px;
	position: fixed;
	top: 140px;
	right: 40px;
	z-index: 999;
	border-radius:75% 50%;
	background-image:url(../images/icons/eye.png);
	background-color:rgba(255,255,255,1);
	background-position:center;
	background-size:75%;
	background-repeat:no-repeat;
	cursor: pointer;
	transition:top 0.25s;
}
#toggleContent:hover {
	opacity:0.9;
}
#toggleContent.hide {
	opacity:0.25 
}
#content .content-text {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transition: all 300ms ease;
}
#content .content-text.hide {
	transform: translate3d(0,-100%,0);
	-webkit-transform: translate3d(0,-100%,0);
}
#content.fullHeight {
	height:100vh;
}
#content.homepage {
	float:none;
	margin:0 auto;
	padding:20vh 0 6% 0;
	max-width: 1100px;
	width:90%;
	text-align:center;
	background-color:transparent;
}
#content.homepage h1 {
	margin:0 auto 0 auto;
	padding-bottom:0;
	font-size:48px;
	color:#fff!important;
	font-weight:normal;
	text-shadow: 0 0 10px #333;
}
#content.homepage h1 span {
	display:block;
	margin:0 auto 0 auto;
	font-size:110px;
	color:#fff!important;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:14px;
	text-shadow:none;
}
#content.homepage h1 em {
	font-family: "Courier New";
	font-style: normal;
	margin-top: -10px;
	display: block;
}
#content.homepage .page_content {
	margin:0;
	padding:0 0 30px 0;
	background-color:transparent;
}
#content.homepage .page_content .showhide {
	display:none;
}
#content.homepage .page_content #stars {
	margin:20px auto 30px auto;
	width:250px;
	height:35px;
	font-size:1px;
	line-height:1px;
	text-align: center;
}
#content.homepage .page_content #stars img {
	height:19px;
}
#content.homepage .page_content #stars .star1,#content.homepage .page_content #stars .star2,#content.homepage .page_content #stars .star3,#content.homepage .page_content #stars .star4 {
	display: inline-block;
	margin: 0 20px;
}
/*The animation code@keyframes jump {
	0% {
		margin-top:15px;
	}
	40% {
		margin-top:0;
	}
	80% {
		margin-top:15px;
	}
}
.star1, .star2, .star3, .star4 {
	animation-name:jump;
	animation-duration:0.75s;
	animation-iteration-count:1;
}
.star1 {
	animation-delay:0.3s;
}
.star2 {
	animation-delay:0.4s;
}
.star3 {
	animation-delay:0.5s;
}
.star4 {
	animation-delay:0.6s;
}
*/
#content-home {
	position:absolute;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background-image:url(../images/vertrek-home-blurred.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	z-index:-1;
}
#home-items {
	margin:0 auto;
	width:660px;
	position: relative;
}
#home-items a {
	display:block;
}
#home-items a .item {
	float:left;
	position:relative;
	bottom:0;
	margin:0 10px;
	width:200px;
	height:200px;
	border:5px solid rgba(255,255,255,0.9);
	border-top-right-radius:25px;
	box-sizing:border-box;
	transition:bottom 0.1s;
	background-color:#111111;
	background-size: cover;
	background-repeat:no-repeat;
}
#home-items a:hover .item {
	bottom:10px;
}
#home-items a .item p {
	position:absolute;
	bottom:-55px;
	left:-5px;
	right:0;
	padding:5px 0 7px 0;
	width:100%;
	font-size:18px;
	color:#111111;
	border:5px solid rgba(255,255,255,1);
	border-bottom-left-radius:25px;
	background-image:url(../images/arrow.png);
	background-color:rgba(255,255,255,1);
	background-position:right 15px center;
	background-size:12px;
	background-repeat:no-repeat;
}
#home-items .extrabuttons {
	position: absolute;
	right: -100px;
	bottom: 0;
	z-index: 2;
}
#home-items a.actiebutton {
	display: block;
	width: 150px;
	height: 150px;
	background: #b9ac88;
	border-radius: 100px;
	-webkit-transform: scale(1);
	transform: scale(1);
	margin-bottom: -20px;
	z-index: 2;
	box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}
#home-items a.actiebutton:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#home-items a.actiebutton.first {
	z-index: 3;
}
#home-items a.actiebutton.kliek {
	background: #f9cd8a;
	margin-left: 40px;
}
#home-items a.actiebutton span {
	position: absolute;
	left: 50%;
	top: 60%;
	color: #634E42;
	line-height: 1.3;
	font-size: 0.9em;
	white-space: nowrap;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#home-items a.actiebutton span strong {
	font-size: 1.2em;
	display: block;
}
#home-items a.actiebutton span:after {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: -45px;
	margin-left: -20px;
	background-image: url('../images/icons/xmas.png');
	background-size: 40px 40px;
	background-repeat: no-repeat;
}
#home-items a.actiebutton.kliek span:after {
	background-image: url('../images/icons/kliko.png');
}
/* acties */
#home-items a.actiebutton.acties {
	margin-bottom: 140px;
	margin-right: -80px;
}
#home-items a.actiebutton.acties span {
	font-size: 1.1em;
	color: #111111;
}
#home-items a.actiebutton.acties span strong {
	display: inline-block;
	font-size: 1.1em;
	color: #111111;
}
#home-items a.actiebutton.acties span:after {
	background-image: url('../images/icons/star.png');
}
/* submenu */
#content #submenu {
	position:absolute;
	background: #fff;
	width:240px;
	top:182px;
	left:-260px;
}
#content #submenu ul li.section {
	padding: 10px 15px;
	font-size: 1em;
	background: #ccc;
	color: #666;
	font-weight: 300;
}
#content #submenu ul li a {
	display: block;
	padding: 10px 15px;
	font-size: 1em;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	padding-right: 40px;
}
#content #submenu ul li a:after {
	content: "›";
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#content #submenu ul li a:hover {
	color:#ccc;
}
#content #submenu ul li.subactive, #content #submenu ul li.active > a {
	color:#fff;
	background:#111111;
}
#content #submenu ul li.subactive a {
	color:#fff;
}
#content #submenu ul li.subactive ul.subsub {
	margin-bottom:20px;
}
#content #submenu ul li.subactive ul.subsub li a {
	color:#333;
}
#content #submenu ul li.subactive ul.subsub li a:hover {
	color:#ccc;
}
#content #submenu ul li.subactive ul.subsub li.active a {
	font-weight:bold;
	background-color:transparent;
}
#content #submenu ul li a img {
	max-width:100%;
	opacity: 0.8;
	transition: opacity 150ms ease-in-out;
}
#content #submenu ul li a:hover img, #content #submenu ul li.active a img {
	opacity: 1;
}
/** subsub menu**/
#submenu ul.subsub {
	padding-left: 20px;
	box-sizing:border-box;
	background-color:#fff;
}
#submenu ul.subsub.hidden {
	display:none;
}
/* content */
#content .page_content {
	width: 100%;
	float: left;
	font-size: 0.9em;
	padding:0 0 100px 0;
	background-color:rgba(255,255,255,0.9);
}
#content .page_content.hassubmenu {
}
#content .page_content.hasmedia {
}
#content .page_content.hasmedia h1 {
	margin-bottom:25px;
	font-size:38px;
}
#content .page_content.hasmedia h1::first-letter {
	border-bottom:2px solid #111111;
}
#content .page_content.hassubmenu.hasmedia {
	/*width: 40%;
	padding-right: 5%;
	*/
}
#content .page_content p {
	margin-bottom: 20px;
	font-size:15px;
	color:#555;
	line-height:28px;
}
#content .page_content ul, #content .page_content ol {
	margin: 20px 0;
}
#content .page_content ul li {
	list-style-type: disc;
	margin-left: 20px;
}
#content .page_content ol li {
	list-style-type: decimal;
	margin-left: 20px;
}
body.page10 #content .page_content table {
	border: 1px solid #ccc;
	width: 100%;
}
body.page10 #content .page_content table tr td {
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing:border-box;
}
body.page10 #content .page_content table tr td:first-child {
	width:300px;
}
#content .page_content a.reserveren {
	display:block;
	float:left!important;
	margin-top:20px;
	padding:8px 45px 8px 16px;
	font-size:21px;
	color:#111111;
	border:2px solid #111111;
	background-image:url(../images/arrow.png);
	background-position:right 15px center;
	background-size:auto 30%;
	background-repeat:no-repeat;
}
#content .page_content a.reserveren:hover {
	background-position:right 10px center;
}
.content-text .page_content.hassubmenu .reserveren a {
	display:block;
	float:left;
	margin-top:30px;
	padding:8px 24px;
	color:#fff;
	border-bottom:4px solid #908669;
	background-color:#b9ac88;
}
.content-text .page_content.hassubmenu .reserveren a:hover {
	position:relative;
	top:1px;
	margin-bottom:1px;
	border-bottom:3px solid #908669;
}
.content-text .page_content.hassubmenu .reserveren a:active {
	top:4px;
	margin-bottom:4px;
	border-bottom:none;
}
.content-text .page_content.contact {
	padding:169px 0 80px 0!important;
}
.content-text .page_content.contact h1, .content-text .page_content.contact p, .content-text .page_content.contact #contact {
	width:100%;
	padding-left:55px;
	padding-right:55px;
	box-sizing:border-box;
}
#contact_thanks {
	margin-top:40px;
	padding-top:40px;
	color:#111111;
	font-weight:bold;
	border-top:1px solid #ccc;
}
#map_wrapper {
	margin-bottom:40px;
	width:100%;
	height:400px;
	box-sizing:border-box;
	z-index:1000;
}
#map_canvas {
	width:100%;
	height:100%;
}
/* titles */
#content h1 {
	font-size:36px;
	color:#111111!important;
	line-height: 1.2;
	font-weight:normal;
	padding-bottom: 0.5em;
	/* max-width: 60%;
	*/
}
#content h2 {
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: bold;
	padding-bottom: 0.2em;
	color: #333;
	/*max-width: 60%;
	*/
}
/* downloads links */
#content .page_content .links {
	margin-top: 20px;
}
#content .page_content .links a, #content .product .links a {
	display: block;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 3px 4px;
	background-size: 16px 16px;
}
#content .page_content .links a.link {
	background-image: url('../images/icons/link.png');
}
#content .page_content .links a.file, #content div.product .links a.file {
	background-image: url('../images/icons/download.png');
}
#content .page_content .links a:hover {
	color: #666;
}
/* fotos on page */
#content .media {
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}
#content .media a.kiek.foto {
	height:100%;
	overflow:hidden;
}
#content .media a.kiek.foto img {
	position:fixed;
	top:0;
	width:100%;
	height:auto;
}
#content .media a {
	position: relative;
	display: block;
	overflow: hidden;
	margin:0;
}
#content .media a img {
	width: 100%;
	display: block;
}
#content .media a.foto:hover:before, #content .fotoalbum a.foto:hover:before, #content .page_content .agenda .item a.foto:hover:before {
	content: "";
	width: 48px;
	height: 48px;
	border-radius: 30px;
	background-color: #333;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -24px;
	margin-top: -24px;
	background-image: url('../images/icons/zoom.png');
	background-size: 32px 32px;
	background-position: 50% 50%;
}
#content .media a.video:before {
	content: "";
	width: 48px;
	height: 48px;
	border-radius: 30px;
	background-color: #000;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -24px;
	margin-top: -24px;
	background-image: url('../images/icons/play.png');
	background-size: 32px 32px;
	background-position: 50% 50%;
}
#content .media a.video:hover:before {
	background-color: #333;
	background-color: rgba(0,0,0,0.6);
}
/* home panel */
#content .page_content #home {
	margin: 2em 0;
}
#content .page_content .homepanel {
	width: 45%;
	margin-right: 5%;
	float: left;
	background: #efefef;
	border-radius: 5px;
}
#content .page_content .homepanel ul {
	/* settings */
}
#content .page_content .homepanel ul li {
	list-style-type: none;
	margin: 10px 0;
	margin-left: 2em;
}
#content .page_content .homepanel ul li.head a {
	font-size: 1.5em;
	color: #666;
	font-weight: 300;
}
/* fotos > caption */
.caption {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index:1;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	padding: 1em 1em;
	width: 100%;
	background: #000;
	background: rgba(255,255,255,0.8);
	font-size: 0.9em;
	color: #666;
	transition: bottom 500ms;
}
a:hover .caption {
	bottom: -100%;
}
/* PLUGINS */
/* fotoboek */
#content .page_content .fotoalbum {
	margin: 30px 0;
	width: 101%;
	margin-left: -1%;
}
#content .page_content .fotoalbum a {
	float: left;
	display: block;
	position: relative;
	overflow:hidden;
	width: 31.333%;
	margin: 1%;
}
#content .page_content .fotoalbum a.foto {
	width: 23%;
}
#content .page_content .fotoalbum a img {
	display: block;
	width: 100%;
}
#content .page_content a.back {
}
/* agenda */
#content .page_content .agenda {
}
#content .page_content .agenda .item {
	background: #efefef;
	margin-bottom: 1em;
	padding: 1em;
	border-radius: 3px;
	position:relative;
}
#content .page_content .agenda .item .spec {
	float: left;
	margin-right: 10px;
}
#content .page_content .agenda .item .spec.date {
	font-weight: bold;
}
#content .page_content .agenda .item h2 {
	clear: left;
	max-width: 100%;
	padding-top: 0.3em;
	padding-bottom: 0;
}
#content .page_content .agenda .item a.foto {
	float: left;
	width: 30%;
	position: relative;
	opacity: 0;
	transition: opacity 400ms ease-in-out;
}
#content .page_content .agenda .item a.foto.on {
	opacity: 1;
}
#content .page_content .agenda .item a.foto img {
	width: 100%;
}
#content .page_content .agenda .item .description {
	width: 60%;
	float: left;
	margin-left: 10%;
}
/* if == toggle'able */
#content .page_content .agenda .item .content {
	display: none;
	padding: 2em;
	background: #fff;
	margin-top: 1em;
	border-radius: 3px;
}
#content .page_content .agenda .item .toggle {
	/* display: none */
	width: 30px;
	height: 30px;
	float: right;
	border-radius: 30px;
	background-color: #fff;
	background-image: url('../images/icons/down.png');
	background-size: 32px 32px;
	background-position: 50% 50%;
}
#content .page_content .agenda .item .toggle:hover {
	cursor: pointer;
	background-color: #ccc;
}
#content .page_content .agenda .item .toggle.on {
	background-image: url('../images/icons/up.png');
}
#content .page_content .agenda .item a.cta {
	display:block;
	color: white;
	background: #EE3A43;
	border-radius: 3px;
	padding: 0.7em 1em;
	position:absolute;
	top:1.5em;
	right:1.5em;
	cursor:pointer;
}
/* contact */
/* form */
form {
	position: relative;
}
#content #contact form {
	width: 100%;
}
#content #contact form .field {
	padding: 10px 0px;
	clear: both;
	position:relative;
	width: auto;
}
#content #contact form .field label {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#content #contact form .field.radio label, #content #contact form .field.checkbox label {
	height:20px;
	line-height:20px;
}
#content #contact form input, #content #contact form textarea, #content #contact form select {
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
	color: #333;
	border: 1px solid #ccc;
	width: 100%;
	float: left;
	margin-top: 3px;
	border-radius: 2px;
	box-sizing: border-box;
}
#content #contact form textarea {
	min-height: 150px;
	max-height: 300px;
	max-width: 100%;
	/* prevent freestyle scaling */
}
#content #contact form input[type=checkbox], #content #contact form input[type=radio] {
	width: auto;
	padding: 0;
	margin: 0;
	border: none;
	display: inline;
	margin-right: 5px;
	height:20px;
}
#content #contact form input.submit {
	clear: both;
	padding: 10px 25px;
	margin-bottom: 20px;
	cursor: pointer;
	width: auto;
	background: #111111;
	color: #fff;
	margin-top: 10px;
	border: 0;
	-webkit-appearance: none;
}
#content #contact form input.submit:hover {
	cursor: pointer;
	background: #776860;
}
#content #contact form br {
	display: none;
}
#content #contact form label.error {
	background: #ed2024;
	background: rgba(237,32,36,0.9);
	color: #fff;
	font-size: .9em;
	width: auto;
	text-align: center;
	padding: 5px 10px!important;
	position: absolute;
	bottom:0;
	right: -4px;
	font-weight: normal!important;
	line-height:1.2;
	border-radius: 1px;
	/*box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	*/
}
#content #contact div.field.bc {
	display: none;
}
/** Products **/
/** Products NEW **/
div.product_listing {
	width: 100%;
	padding-left: 5%;
	float: right;
	font-size:0.9em;
	min-height: 300px;
	margin-bottom: 2em;
}
/** subpage: float right 70%;
**/
div.page_content.hassubmenu + div.product_listing {
	width: 70%;
}
div.product {
	width: 100%;
	float:left;
	border-bottom:1px solid #ccc;
	padding: 1em 0;
}
#content div.product h2 {
	padding-bottom: 0.5em;
}
div.product div.product-images {
	width: 25%;
	float: left;
	padding-top:3px;
}
#content div.product-images .media {
	width: 100%;
	margin:0;
}
div.product div.product-info {
	width: 75%;
	float:left;
	box-sizing: border-box;
	padding: 0 0 0 2em;
	color: #444;
}
#content div.product .media a {
	margin: 5px 0 15px 0;
}
div.product div.links {
	margin: 0.5em 0;
}
.product-cta-btn {
	background-color: #d5d5d5;
	display:block;
	border-radius: 0;
	float: left;
	cursor:pointer;
	padding: 0.8em 1.5em;
	margin: 1em 0;
}
.product-cta-btn:hover {
	background-color: #aeaeae;
}
div.product-orderform {
	background: #f9f9f9;
	box-shadow: 2px 2px 26px #333;
	left: 50%;
	margin-left: -350px;
	padding: 2em;
	position: fixed;
	top: 5%;
	max-height: 90%;
	overflow: auto;
	width: 700px;
	z-index: 3;
	font-size: 0.9em;
	display:none;
	box-sizing:border-box;
}
div.product-orderform h3 {
	color: #4283e4;
	display: block;
	font-weight:normal;
	font-size: 16px;
	line-height: 1;
	padding:0;
	margin-bottom:1em;
	margin-top: -4px;
	padding-right:30px;
}
div.product-orderform div.formelem {
	margin-bottom:0.7em;
}
div.radioset > label {
	display:block;
	font-size:0.9em;
}
div.radioset > label input {
	vertical-align:middle;
	margin: -3px 4px 0 0;
}
div.product-orderform input[type=text], input[type=email], input[type=tel], div.product-orderform select, div.product-orderform textarea {
	font-family: 'Open Sans', arial, verdana, sans-serif;
	font-size: 0.9em;
	padding: 5px;
	width: 100%;
	box-sizing:border-box;
}
div.product-orderform div.formcol {
	float: left;
	position: relative;
	width: 48%;
	box-sizing:border-box;
}
div.product-orderform div.formcol {
	margin-right: 2%;
}
div.product-orderform div.formcol.right {
	margin-right:0;
	margin-left: 2%;
}
div.product-orderform > span.close {
	display:block;
	width: 18px;
	height:18px;
	position:absolute;
	top:2em;
	right:2em;
	background-image: url(/images/icons/close.png);
	background-repeat:no-repeat;
	background-size: 18px 36px;
	cursor:pointer;
}
div.product-orderform > span.close:hover {
	background-position: 0 -18px;
}
div.product-orderform div.col-submit {
	width: 100%;
	float:left;
	clear:both;
	text-align:center;
	margin-bottom:2em;
}
div.product-orderform input[type=submit] {
	background-color: #d5d5d5;
	cursor:pointer;
	border:0;
	font-family: 'Open Sans', arial, verdana, sans-serif;
	display: inline-block;
	-webkit-appearance:none;
	margin: 0;
	margin-top:1em;
	padding: 0.8em 3em;
}
div.product-orderform input[type=submit]:hover {
	background-color: #aeaeae;
}
div.product-orderform small {
	font-size:0.8em;
}
div#thanks span.close {
	color:#0084c1;
	text-decoration:underline;
	cursor:pointer;
}
div#thanks span.close:hover {
	color:#e74c4e;
}
div#thanks {
	margin-bottom:2em;
	display:none;
	text-align:center;
}
.media .owl-stage .owl-item a.kiek.foto img {
	position:static!important;
}
/* footer */
#footer {
	float:left;
	width:100%;
	background:#111111;
}
#footer.homepage #footer-container {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding:23px 0 27px 0;
	color:rgba(255,255,255,0.9);
}
#footer.homepage {
	position:fixed;
	bottom:0;
	/*border-top:2px solid rgba(255,255,255,1);
	*/
}
#footer.homepage #footer-container ul li {
	float:left;
	margin-top:5px;
	padding-right:15px;
}
#footer.homepage #footer-container ul li::after {
	padding-left:15px;
	content:"•";
}
#footer.homepage #footer-container ul li:last-child::after {
	content:normal;
}
#footer.vervolg #footer-container {
	position:relative;
	margin:0 auto;
	padding:45px 0;
	width:90%;
	max-width:1100px;
	font-size:14px;
	color:rgba(255,255,255,0.75);
	line-height:28px;
}
#footer.vervolg #footer-container a {
	color:rgba(255,255,255,0.75);
}
#footer.vervolg #footer-container .item {
	float:left;
	width:26%;
}
#footer.vervolg #footer-container .item.links {
	width:15%;
}
#footer.vervolg #footer-container .item.links.kamers {
	width: 28%;
}
#footer.vervolg #footer-container .item.tekst {
    margin-top: 2px;
    margin-left: 2%;
    width: 19%;
}
#footer.vervolg #footer-container .item.tekst p {
    margin: 10px 0 0 0;
}
#footer.vervolg #footer-container .item.social {
    width: 10%;
}
#footer.vervolg #footer-container ul li {
	float:left;
	width:100%;
}
#footer.vervolg #footer-container .item ul li:first-child {
	margin-bottom:16px;
	font-size:21px;
	color:rgba(255,255,255,0.9);
	line-height:14px;
	list-style:none!important;
	/*border-bottom:1px solid rgba(255,255,255,0.1);
	*/
}
#footer.vervolg #footer-container .item.links ul li {
	list-style:disc;
	list-style-position:inside;
}
#footer #footer-container ul.social {
	float:right;
	margin:0;
	padding:0;
}
#footer #footer-container ul.social li {
	margin:5px 0 0 10px;
	padding:0;
	width:25px;
}
#footer #footer-container ul.social li:hover {
}
#footer #footer-container ul.social li::after {
	content:normal;
	padding:0;
}
#footer #footer-container ul.social li img {
	width:100%;
}
#footer #footer-container a {
	color:rgba(255,255,255,0.9);
}
#footer #footer-container a:hover {
	color:rgba(255,255,255,0.5);
}
#footer #footer-container .reserveren {
	float:right;
}
#footer #footer-container .reserveren a {
	padding:14px 28px;
	color:#fff;
	border-bottom:4px solid #d1a25b;
	background-color:#b9ac88;
}
#footer #footer-container .reserveren a:hover {
	position:relative;
	top:1px;
	border-bottom:3px solid #d1a25b;
}
#footer #footer-container .reserveren a:active {
	top:4px;
	border-bottom:none;
}
/* social media buttons */
#social-media-buttons {
	display:none;
	float: right;
	position: relative;
	box-sizing: border-box;
	margin-top: -10px;
}
#social-media-buttons a {
	width: 30px;
	height: 30px;
	float: left;
	background-color: #666;
	margin-left: 10px;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#social-media-buttons a.tw {
	background-color: #55ACEE;
	background-image: url('../images/social/icon_twitter.png');
}
#social-media-buttons a.fb {
	background-color: #3A5795;
	background-image: url('../images/social/icon_facebook.png');
}
#social-media-buttons a.yt {
	background-color: #CC181E;
	background-image: url('../images/social/icon_youtube.png');
}
#social-media-buttons a.li {
	background-color: #333333;
	background-image: url('../images/social/icon_linkedin.png');
}
#social-media-buttons a.gp {
	background-color: #d73d32;
	background-image: url('../images/social/icon_googleplus.png');
}
/* cybox#cybox {
	position: absolute;
	left: 1em;
	bottom: 1em;
	width: 50px;
	opacity: 0.2;
}
#cybox img {
	width: 100%;
	display: block;
}
*/
/* mailstage */
#ms-succes {
	display:none;
}
#mailstage {
	width: 254px;
	margin:1em auto;
}
/* IE */
#oldiemsg {
	position: fixed;
	left: 0;
	top: 0px;
	background: #e83f40;
	padding: 1%;
	width: 98%;
	color: #fff;
	font-family: inherit, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
#oldiemsg a {
	color: #fff;
	text-decoration: underline;
}
#oldiemsg .close-oldiemsg {
	position: absolute;
	right: 1em;
	top: 1em;
	cursor: pointer;
}
/* disable selection */
#menu, #header{
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
/* reserveren */
.make-choice {
	text-align: 0;
	color: #999;
	font-size: 1.4em;
	padding: 1em 0;
}
#reserveren-tabs {
	box-sizing: border-box;
}
#reserveren-tabs div {
	display: inline-block;
	margin-right: 1em;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	padding-top: 12px;
	background: #111111;
	line-height: 1;
	border-top: 3px solid #606060;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	#reserveren-tabs {
		padding-left: 0px;
	}
	#reserveren-tabs div {
		margin: 0;
		width: 50%;
	}
	#reserveren-tabs:after {
		display: none;
	}
}
#reserveren-tabs div.on {
	color: #fff;
	background: #634E42;
	border-color: #4C3A2F;
}
.set {
	padding: 30px 0;
	position: relative;
	z-index: 999999999;
}
.set.off {
	display: none;
}
.set h2 {
	font-size: 1.7em!important;
	margin-bottom: 1em;
}
.set .note {
	background: #eee;
	padding: 20px;
	clear: both;
	font-family: "Open Sans";
}
.set .note strong {
	color: #634E42;
}
.set .note ul {
	margin-top: 0!important;
	padding-top: 0!important;
	font-size: 0.7em;
}
/* HOTEL >> redforts form */
form.widget_redforts_com {
	margin:0px 0 20px 0;
}
form.widget_redforts_com input {
	float:left;
	margin-right:2%;
	padding:10px;
	width:49%;
	font-size:15px;
	color:#555;
	box-sizing:border-box;
}
form.widget_redforts_com input.departure_redforts_com {
	margin-right:0;
}
form.widget_redforts_com input[type=submit] {
	display:block;
	float:left!important;
	margin-top:20px;
	padding:8px 45px 8px 16px;
	width:100%;
	font-family: 'Roboto Slab', serif!important;
	font-size:21px;
	color:#111111;
	cursor:pointer;
	border:2px solid #111111;
	background-color:transparent;
	background-image:url(../images/arrow.png);
	background-position:right 15px center;
	background-size:auto 30%;
	background-repeat:no-repeat;
}
form.widget_redforts_com input[type=submit]:hover {
	opacity: 0.9;
}
/* RESTAURANT >> seat me */
/* calendar start */
div#jcalendar table tr td:first-child {
	width:auto;
}
div.jcalendar, div#jcalendar{
	font-family: Arial,Helvetica,sans-serif;
	float:left;
	position:relative;
	z-index: 99999999;
	width: 180px;
	display:none;
	left: 0;
	top: 0px;
}
.giftcard-date .div.jcalendar, .giftcard-date div#jcalendar{
	font-family: Arial,Helvetica,sans-serif;
	float:left;
	position:absolute;
	z-index: 99999999;
	width:100%;
	display:none;
	left: 0;
	top: 0px;
}
table#calendar tr#jcalendar-links{
	background-color:#000;
	color: #FFFFFF;
	font-size: 14px;
	height: 25px;
	text-align: center;
	width: 100%;
	max-height: 25px;
}
table#calendar tr#jcalendar-links td{
	background-color:#908669;
	border:none;
}
table#calendar tr#jcalendar-links td#month{
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	border-left:none;
	border-right:none;
	width: 100%;
}
table#calendar tr#jcalendar-links a.left{
	background-image: url("https://www.seatme.nl/images/calender/month_left.png");
	text-decoration:none;
	width:18px;
	height:25px;
	float:left;
	padding: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
table#calendar tr#jcalendar-links a.right{
	background-image: url("https://www.seatme.nl/images/calender/month_right.png");
	text-decoration:none;
	width:18px;
	height:25px;
	float:right;
	padding: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
table#calendar tr#days td{
	background: none repeat scroll 0 0 #eee;
	border: medium none;
	color: #ccc;
	font-size: 11px;
	font-weight:bold;
	height: 15px;
	text-transform: lowercase;
	width: 14.285%;
}
table#calendar tr td{
	background-color: #FFFFFF;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	font-size: 11px;
	padding: 0;
	text-align: center;
	width: 15px;
}
table#calendar tr td.inactive{
	color:#CCCCCC;
}
table#calendar tr td.active a{
	color: #000!important;
	font-weight:bold;
	text-decoration:none;
	width:100%;
	float:left;
	height: 15px;
	display: block;
}
table#calendar tr td.active:hover {
	background: #eee;
}
table#calendar tr td.selected{
	background-color: #908669;
	color:#FFFFFF !important;
	font-weight:bold;
}
table#calendar tr td.selected a{
	color:#FFFFFF !important;
	font-weight:bold;
	text-decoration:none;
}
table#calendar tr td.editval a {
	background:url("../images/calender/edit-selected.gif") no-repeat scroll 0 0 transparent;
	color: #336699 !important;
}
/* calendar end */
div#rm_reservation {
	color:#333333;
	float:left;
	width:100%;
	font-family:inherit, Arial, Helvetica, sans-serif;
	z-index: 9999;
	position: relative;
}
div.rm_reservation_top {
	background:transparent url(../images/srm/srm-top.png) no-repeat scroll 0 0;
	float: left;
	width: 100%;
	height: 11px;
}
div.rm_reservation_bottom {
	background:transparent url(../images/srm/srm-bottom.png) no-repeat scroll 0 0;
	float: left;
	width: 100%;
	height: 11px;
	/* hide > */
	display: none;
}
div.rm_reservation_body {
	float: left;
	width: 100%;
	height: auto;
}
div#rm_wrapper {
	float: left;
	width: 100%;
}
div#rm_form_wrapper {
	float: left;
	width: 100%;
}
h1.rm_header {
	margin-top:5px;
	font-size: 20px;
	font-weight: bold;
	line-height:25px;
	margin-bottom:16px;
	/* hide > */
	display: none;
}
div.rm_box_wrapper {
	float: left;
	width: 100%;
	height: auto;
	padding: 1px 0;
}
div.rm_gray_box {
	float: left;
	width: 100%;
	height: auto;
}
h2.rm_restaurant_name {
	margin-top:15px;
	font-size:15px;
	font-weight: bold;
	margin-bottom:0;
	/* hide > */
	display: none;
}
h3.rm_restaurant_city {
	margin-top:0;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 17px;
	/* hide > */
	display: none;
}
div#rm_search_box {
	float:left;
	width: 100%;
}
div#rm_search_box div.rm_box_row {
	width:100%;
	height:25px;
	float:left;
	margin-bottom:12px;
}
div#rm_search_box div.rm_box_row.rm_date_row {
	position:relative;
}
div.rm_box_row div.rm_row_title {
	float:left;
	line-height:22px;
	height:22px;
	width:100px;
	padding-right: 30px;
	box-sizing: border-box;
	color:#000;
	text-align:left;
	font-weight: normal;
}
div.rm_box_row div.rm_row_value {
	float: left;
	position:relative;
	width: calc(100% - 100px);
	box-sizing: border-box;
	height:22px;
}
div.rm_box_row div.rm_row_value input, div.rm_box_row div.rm_row_value select {
	width:100%;
	color:#000;
	float:left;
	padding: 5px;
	font-size: inherit;
	margin-top: -3px;
	border: 1px solid #000;
}
div.rm_box_row div.rm_row_value input[name=date] {
	width: 96%;
	background-image: url('../images/icons/cal.png');
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: 99% 50%;
	cursor: pointer;
}
div.rm_box_row div.rm_row_value input {
	cursor:text;
}
div#rm_form_wrapper div#rm_submit_wrapper {
	float:left;
	width:100%;
	height:30px;
	margin-top:5px;
	margin-bottom:15px;
}
div#rm_form_wrapper div#rm_submit_wrapper input {
}
div.rm_reservation_body div#rm_logo_wrapper {
	float:left;
	width:100%;
	line-height:24px;
	height:17px;
	font-size:11px;
	/* hide > */
	display: none;
}
div#rm_logo_wrapper a.rm_logo {
	background:url(../images/srm/seatme-logo.png);
	width:97px;
	height:26px;
	position:relative;
	float:left;
	margin-top:1px;
}
div#rm_logo_wrapper span.rm_powered {
	float:left;
	width:90px;
	text-align:right;
	margin-right:10px;
}
a.rm_page {
	font-size: 14px;
	color:#333333;
	text-decoration: none;
	margin: 20px 0;
	display: block;
}
a.rm_page:hover {
	text-decoration: underline;
}
input.submitbutton, #rsm_submit {
	padding: 0!important;
	width: 100%!important;
	margin-top: 2px!important;
}
input.submitbutton:hover {
	opacity: 0.9;
}
/* overwrites > hide */
h1.rm_header {
}



ul li.privacy {
	font-size: .8em;
	opacity: 0.5;
}
ul.home li.privacy {
	transform: translateY(3px);
}