@font-face {
	font-family: 'Bebas Neue';
	src: url('../font/Bebas_Neue/bebasneue.eot');
	src: local('?'), url('../font/Bebas_Neue/bebasneue.woff') format('woff'), url('../font/Bebas_Neue/bebasneue.ttf') format('truetype'), url('../font/Bebas_Neue/bebasneue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
@font-face {
	font-family: 'Open Sans';
	src: url('../font/Open_Sans/OpenSans-Regular.eot');
	src: local('?'), url('../font/Open_Sans/OpenSans-Regular.woff') format('woff'), url('../font/Open_Sans/OpenSans-Regular.ttf') format('truetype'), url('../font/Open_Sans/OpenSans-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../font/Ligature/LigatureSymbols-2.09.eot');
    src: url('../font/Ligature/LigatureSymbols-2.09.eot?#iefix') format('embedded-opentype'),
         url('../font/Ligature/LigatureSymbols-2.09.woff') format('woff'),
         url('../font/Ligature/LigatureSymbols-2.09.ttf') format('truetype'),
         url('../font/Ligature/LigatureSymbols-2.09.svg#LigatureSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Socials';
	src: url('../font/Socials/social.eot');
	src: local('?'), url('../font/Socials/social.woff') format('woff'), url('../font/Socials/social.ttf') format('truetype'), url('../font/Socials/social.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}

@font-face {
	font-family: 'Entypo';
	src: url('../font/Entypo/Entypo.eot');
	src: local('?'), url('../font/Entypo/Entypo.woff') format('woff'), url('../font/Entypo/Entypo.ttf') format('truetype'), url('../font/Entypo/Entypo.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
input, select, textarea {
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #888;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	margin-bottom: 5px;
}

input:focus, select:focus, textarea:focus {
	box-shadow: 0 0 3px #1c6260;
	outline: none;
}
html {
	font-family: 'Open Sans';
}
img {
	border: 0;
}

body {
	padding: 0;
	margin: 0;
	
}

table {
	border-collapse: collapse;
}

table td {
	
}

table th {
	text-align: left;
}

table td, table th {
	background: #1c6260;
	color: #fff;
	padding: 10px 15px;
	vertical-align: top;
}

input, select {
	padding: 5px;
	margin-bottom: 10px;
}

input[type=submit], input[type=button] {
	background-color: #1c6260;
	color: #fff;
	border: none;
	padding: 10px;
	font-size: 1.05em;
	cursor: pointer;
}

input[type=submit]:hover, input[type=button] {
	background-color: #333;
}

label {
	font-size: 0.8em;
	text-transform: uppercase;
}

h2 {
	font-size: inherit !important;
	font-weight: bold !important;
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: inherit !important;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

.container a, .container a:visited {
	color: #1c6260;
	text-decoration: none;
}

.container a:hover {
	text-decoration: underline;
}

#banner-container {
	height: 375px;
	position: relative;
	overflow: hidden;
	background: #fff;
}

#banner-container, .container {
	margin-bottom: 25px;
}

#topbar {
	background: #1C1C1C;
	height: 10px;
}

#header {
	height: 170px;
	/*height: 200px;*/
}

#logo {
	position: absolute;
	top: 60px;
}

#logo span {
	position: absolute;
	top: 120px;
	left: 40px;
}

#phone {
	position: absolute;
	right: 0;
	top: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/phone.png) no-repeat left center;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hundred-width {
	width: 100%;
}

#logo img {
	border: none;
}

#menu {
	position: absolute;
	right: 0;
	top: 60px;
	top: 100px;

}

#menu ul {
	list-style-type: none;
	padding: 0;
}

#menu li {
	float: left;
	padding-right: 10px;
}

#menu a:link, #menu a:visited {
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	/*width: 100px;*/
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-family: "Bebas Neue";
	text-align: center;
	font-size: 1.6em;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}

#menu a:hover, #menu a:active, #menu .active {
	background: #fff !important;
	color: #333 !important;
}

#gespeeld {
	position: absolute;
	right: 0px;
	/*top: 130px;*/
	top: 60px;
}

#social {
	position: absolute;
	top: 25px;
	right: 0px;
}

#social a {
	margin-left: 5px;
	text-decoration: none;
	transition-duration: 0.5s;
}

#social a:hover {
	filter: opacity(alpha=70);
	opacity: 0.7;
}

.promo {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #333;
	font-size: 2.7em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 10px;
}

.align-center {
	text-align: center;
}

.half-row:first-child {
	margin-left: 0 !important;
}

.half-row {
	width: 48%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	margin-left: /*35px*/ 4%;
}

.half-row p {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 25px;
}

.sub-half-row:first-child {
	margin-left: 0 !important
}

.sub-half-row {
	width: 
}

.third-row:first-child {
	margin-left: 0 !important;
}

.third-row {
	width: 31%;
	
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	margin-left: 3.5%/*35px*/;
}

.third-row img {
	display: block;
	margin-bottom: 25px;
}

.third-row p {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 25px;
}

.two-third-row {
	width: 64% !important;
}

.button:link, .button:visited {
	text-decoration: none !important;
	background: #1c6260;
	color: #fff !important;
	font-size: 1.0em;
	padding: 9px;
	margin-bottom: 25px;
	border: none;
	
}

.button:hover, .button:active {
	background: #000;
}




.big-button:link, .big-button:visited {
	background: #1c6260;
	/*border: 1px solid #1c6260;*/
	display: block;
	font-size: 3em;
	color: #fff !important;
	font-family: 'Bebas Neue';
	padding: 15px;
	text-decoration: none !important;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}

.big-button:hover, .big-button:active {
	background: #17b3a8;
	
}

.black {
	color: black;
}

.heading1 {
	font-family: 'Bebas Neue';
	font-size: 2.0em;
	line-height: normal;
	padding: 0;
	margin: 0;
	color: #1c6260;
	padding: 0;
	margin-bottom: 15px;
	display: block;
	font-weight: normal;
}

.heading2 {
	font-family: 'Bebas Neue';
	font-size: 10em;
	line-height: 0.8em;
	color: #1c6260;
	margin-bottom: 15px;
	display: block;
}

.heading3 {
	font-family: 'Bebas Neue';
	font-size: 4em;
	color: #7A7A7A;
	display: block;
	margin-bottom: 15px;
}

.clear {
	clear: both;
	display: block;
}

.spacing1 {
	height: 50px;
	display: block;
}

.spacing2 {
	height: 25px;
	display: block;
}

.spacing3 {
	height: 60px;
	display: block;
}
.list {
	list-style-type: none;
	padding: 0;
}
.list li {
	
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333;
	background: url(../images/bullet.png) no-repeat center left;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#subfooter-container {
	background: #1c6260;
	padding: 35px 0;
}

#subfooter {
	color: #fff;
	width: 1000px;
	/*height: 350px;*/
	margin: 0 auto;
}

#subfooter a, #subfooter a:visited {
	text-decoration: none;
	color: white;
}

#subfooter a:hover {
	text-decoration: underline;
}

#subfooter .heading1 {
	color: #fff !important;
}

#subfooter p {
	color: #fff !important;
}

#footer {
	text-align: center;
	color: #fff;
	background: #333;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 0.9em;
}
.info-kader img:first-child {
	margin-left: 0;
}

.info-kader img {
	margin-bottom: 15px;
	margin-left: 15px;
	width: 48%;
}

.info-kader iframe {
	width: 100%;
	height: 375px;
}



.fancybox {
	display: block;
	float: left;
	margin-right: 20px  !important;
	margin-bottom: 20px !important;
	text-decoration: none;
}

.fancybox img, .third-row img, .half-row img{
	border: none;
	border-bottom: 15px solid #1c6260 !important;
}

#reserveer-form, #informatie-form, #bel-form {
	display: none;
	padding: 10px;
	border: 1px solid #1c6260;
	
	/*margin-bottom: 16px;*/
	
}

#bellen {
	border: 1px solid #1c6260;
	border-bottom: 10px solid #1c6260;
	display: block;
	padding: 10px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

#bellen strong {
	color: #1c6260;
	
}

.block {
	display: block;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	background: transparent url(../images/overlay-back.png);
	z-index: 1000;
}

#overlay-inset {
	/* 540 x 400 */
	position: fixed;
	margin-top: -200px;
	margin-left: -270px;
	top: 50%;
	left: 50%;
	border-radius: 5px;
	background: #fff;
}

ul.checklist {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	list-style-type: none;
}

ul.checklist li {
	margin: 0;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/check.png) no-repeat center left #fff;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.white-back {
	background: #fff;
}

.blue-back {
	background: #52b4dd;
	background: url(../images/sherlock-back.png) no-repeat top center;;
}