/* MAIN */

* {
	margin: 0;
	border: none;
}

body { 
	background-color: #EBEBEB;
	font-family: "ProximaNovaA-Light";
	font-size: 18px;
	font-weight: 300;
	color:#fff;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

h1 {
	font-family: "RBNo21a-Black";
	font-size: 36px;
	text-transform:uppercase;
	font-weight:400;
}

h2 {
	font-size: 20px;
	font-weight:300;
}

h3 {
	font-size:20px;
	font-weight:300;
	color: #F95951;
}

.volimg {
	width: 100%;	
}

strong,
.strong {
	font-family: "ProximaNovaA-Bold";
}

.orange {
	color: #F95951;
}

.black {
	color: #363636;
}

.green {
	color: green;
}

.white {
	background-color: #fff;	
}

.red {
	color: red;
}

ul {
	margin: 10px 0;	
}

table {
	border-collapse: collapse;
	text-align: left;
	background-color: #fff;
}

thead {
	background-color: #ebebeb;
}

.footable-visible {
    padding: 10px 0 10px 5px;
}

.toplogo {
	float: right;
}

input[type=text] {
	font-size: 16px;
	padding: 5px;
	width: 100%;
	border-radius: 2px;
}


select {
	font-size: 16px;
	padding: 5px;
	width: 100%;
	border-radius: 2px;
}

input[type=submit] .verstuurknop {
	font-family: "RBNo21a-Hairline";
	width: 100%;
	font-size: 75px;
	background-color: #F95951;
	text-transform: uppercase;
	color:#fff;
	padding: 50px 0;
	cursor: pointer;
}

input[type=submit]{
	font-family: "RBNo21a-Hairline";
	width: 100%;
	font-size: 75px;
	background-color: #F95951;
	text-transform: uppercase;
	color:#fff;
	padding: 50px 0;
	cursor: pointer;
}


input[type=submit][class=verstuurknopsmall] {
	background: #F95951;	
	color: #fff;
	padding: 15px 0;
	display: inline-block;
	float: left;
	text-align: center;
	width: 100%;
	-webkit-transition: .3s;
	margin: 0 0 25px 0;
	cursor: pointer;
	font-family: "ProximaNovaA-Light";
	font-size: 18px;
}

input[type=submit][class=verstuurknopsmall]:hover {
	background: #363636;	
	color: #fff;
	text-decoration: none;
}


.verzendknop {
	background-color: #363636;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
    padding: 10px 0;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	border-radius: 2px;
}

.verstuurknop {
	font-family: "RBNo21a-Hairline";
	width: 100%;
	font-size: 75px;
	background-color: #F95951;
	text-transform: uppercase;
	color:#fff;
	padding: 50px 0;
	cursor: pointer;
}

.verzendknop a {
    color: #fff;
	text-decoration: none!important;
}


/* selecteren van tekst */
::selection {
background:#F95951;
color:#fff;
}

::-moz-selection {
background:#F95951;
color:#fff;
}

::-webkit-selection {
background:#F95951;
color:#fff;
}


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

a:hover {
	text-decoration: underline; 
}

.oranje-balk {
	padding: 50px 0;
	background-color: #F95951;
}

.oranje-balk a {
	font-family: "RBNo21a-Hairline";
	color: #FFF;
	text-decoration: none;
	font-size: 75px;
}

	
/* HEADER */

header {
	border-top: 5px solid #F95951;
	padding: 25px 0;
	background-color: #363636;
	
}

.top-titel { 
    float: left; 
	color: #F95951;
	font-size: 36px;
	font-weight: 400;
	padding-top: 15px;
}

.top-logo { 
    float: right; 
}


/* MENU */

.menu {
	float: left;
	padding-top: 15px;
	font-family: "ProximaNovaS-Bold";
	text-transform: uppercase;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	float: left;
}

.menu li {
    display: inline;
    float: left;
	padding: 0 20px 0 0;
	cursor: pointer;
}

.menu a {
	font-size: 18px;
	color: #EBEBEB;
}

.menu a:hover {
	text-decoration: none;
	outline: none;
	color: #fff;
}

.menu a.current,
.menu .current {
	color: #F95951;
}

.menu ul.dropdown {
	display: none;
	float: left;
	position: absolute;
	padding-top: 3px;
}

.menu li:hover > ul.dropdown {
	display: block;
}

.menu ul.dropdown li {
	display: inline-block;
	float: left;
	padding: 0;
}

.menu ul.dropdown li a {
	font-size: 14px;
	padding: 20px 30px;
}

.menu ul.dropdown li a:first-child {
	padding-left: 0px;
}


	.slicknav_menu {
		display:none;
    	background: #363636;
		border-top: 5px solid #F95951;
		padding: 0px;
	}
	
	.slicknav_btn {
		background-color: #363636;
		text-shadow: none;
	}

	.slicknav_nav {
		text-align: center;
		margin: 0px;
		font-family: "ProximaNovaS-Bold";
	}
	
	.slicknav_nav a {
		margin: 0px;
		padding: 20px 0;
		
	}
	
	.slicknav_nav a:hover {
		text-decoration: none;
		border-radius: 0px;
		background: #F95951;
	}

/* CONTENT */
.content {
	background-color: rgba(235,235,235,.8);
	color: #363636;
	padding: 50px 0;
}

.subbutton a {
	background-color: #363636;
	float: right;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	border-radius: 3px;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        border-box;
}

.subbutton a:hover,
.fotoverwijderen a,
.hoofdfotomaken a {
	text-decoration: none;;
}


.fotoverwijderen a {
	background-color: #fff;
	color: #F95951;
	text-align: center;
	border-radius: 3px;
	width: 100%;
	padding: 15px 0;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        border-box;
	float: right;
}

.hoofdfotomaken a {
	background-color: #363636;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	width: 100%;
	padding: 15px 0;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}

.hoofdfotoactief a {
	background-color: #F95951;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	width: 100%;
	padding: 15px 0;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}


/* FOOTER */
footer {
	padding: 15px 0;
}


/* HELP */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
}

.modal-content {
    background-color: #EBEBEB;
	border-radius: 15px;
	color: #363636;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 50px;
    width: 60%; /* Could be more or less, depending on screen size */
}

.help-button {
	position: fixed;
	font-family: "ProximaNovaS-Bold";
	top: 300px;
	right: -78px;
	padding: 15px 35px;
	font-size: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
	background-color: #F95951;
	color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg); /* Standard syntax */
	z-index: 10;
}

.close {
    color: #F95951;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #363636;
    text-decoration: none;
    cursor: pointer;
}

/* DATEPICKER */
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	z-index: 99!important;	
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #F95951 none repeat scroll 0 0;
 	border: 1px solid #c5c5c5;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #EBEBEB none repeat scroll 0 0;
    border: 1px solid #c5c5c5;
    color: #363636;
}

.sliderimg {
	margin-top: 30px;
}

.fsbewerken {
	margin-top: -50px;
	float: left;
	width: 50%;
	position: relative;
	padding:  11px 0 5px;
	background: rgba(255,255,255,.75);
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .3s;
}

.fsbewerken a,
.pfbewerken a,
.fsverwijderen a {
	color: #fff;
}

.fsbewerken a:hover,
.pfbewerken a:hover,
.fsverwijderen a:hover {
	text-decoration: none;
}

.fotoslider .grid_3:hover > .fsbewerken,
.fotoslider .grid_3:hover > .fsverwijderen {
	opacity: 1;
}

.fsverwijderen {
	margin-top: -50px;
	float: right;
	width: 50%;
	position: relative;
	background: rgba(255,255,255,.75);
	padding: 11px 0 5px;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .3s;
}

.pfbewerken {
	margin-top: -50px;
	float: left;
	width: 100%;
	position: relative;
	background: rgba(255,255,255,.75);
	padding: 11px 0 5px;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .3s;
}

.hoofdfotovak {
	width: 100%;
	float: left;	
}

.hoofdfotovak img {
	float: left;	
}

.hoofdfoto-band {
	margin-top: -200px;	
}

.bewerkingsbutton {
	background: #F95951;	
	color: #fff;
	padding: 15px 0;
	display: inline-block;
	float: right;
	text-align: center;
	width: calc(100% - 225px);
	-webkit-transition: .3s;
	margin: 0 0 25px 25px;
}

.bewerkingsbutton:hover {
	background: #363636;	
	color: #fff;
	text-decoration: none;
}

.pbwleft {
	float: left;
	width: calc(50% - 5px);
	position: relative;
	background: #F95951;	
	padding: 10px 0;
	color: #fff;
	text-align: center;
	-webkit-transition: .3s;
	margin-top: 3px;
}

.pbwright {
	float: right;
	width: calc(50% - 5px);
	position: relative;
	padding: 10px 0;
	background: #F95951;	
	color: #fff;
	text-align: center;
	-webkit-transition: .3s;
	margin-top: 3px;
}

.pbwright:hover,
.pbwleft:hover {
	background: #363636;	
	color: #fff;
	text-decoration: none;
}

.bewerkingsbuttonvol {
	background: #F95951;	
	color: #fff;
	padding: 15px 0;
	display: inline-block;
	float: left;
	text-align: center;
	width: 100%;
	-webkit-transition: .3s;
	margin: 0 0 25px 0;
	cursor: pointer;
}

.bewerkingsbuttonvol:hover {
	background: #363636;	
	color: #fff;
	text-decoration: none;
}

.bewerkingsbuttonvolgrey {
	background: #363636;	
	color: #fff;
	padding: 15px 0;
	display: inline-block;
	float: left;
	text-align: center;
	width: 100%;
	-webkit-transition: .3s;
	margin: 0 0 25px 0;
}

.bewerkingsbuttonvolgrey:hover {
	background: #F95951;	
	color: #fff;
	text-decoration: none;
}

.groepsfotos {
	margin-top: 30px;
}

.review-bg:nth-child(even) {
	background-color: rgba(255,255,255,.75);	
}


input[name=postalcode] {
	font-size: 16px;
	padding: 5px;
	width: 30%;
	float: left;
	border-radius: 2px;
	box-sizing: border-box;
}

input[name=postalcode_extra] {
	font-size: 16px;
	padding: 5px;
	box-sizing: border-box;
	width: calc(20% - 5px);
	margin-left: 5px;
	float: left;
	border-radius: 2px;
}

button[id=sendpostcode] {
	width: calc(50% - 5px);
	margin-left: 5px;
	float: left;
	background: #F95951;
	color: #fff;
	padding: 7px 0;
	border-radius: 2px;
	cursor: pointer;
}

.split {
	width: 50%;
	float: left;
	position: relative;
}

.moduleblok {
	background: #F95951;
	padding: 20px;
	box-sizing:border-box;	
	margin-top: 50px;
	width: 100%;
	max-width: calc(50% - 20px);
	float: left;
	color: #fff;
}

.moduleblok:nth-child(odd) {
	margin-right: 40px;
}

input[type=submit][class=modulebutton] {
	background: #363636;	
	color: #fff;
	padding: 15px 0;
	display: inline-block;
	float: left;
	text-align: center;
	width: 100%;
	-webkit-transition: .3s;
	cursor: pointer;
	font-family: "ProximaNovaA-Light";
	font-size: 18px;
}

input[type=submit][class=modulebutton]:hover {
	background: #F95951;	
}

.moduleblok-text {
	width: 70%;
	float: left;
	margin-top: 5px;
}

.volgordebox {
	width: 15%;
	float: left;
	position: relative;
}

.moduleblok-delete {
	width: 15%;
	float: left;
	margin-top: 5px;
	text-align: center;
}


.pull-right {
	float: right;	
	width: 40%;
	text-align: right;
}

.pull-left {
	float: left;	
	width: 60%;
}

.whitepaperveld {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 500px;	
}

.breakline {
	width: 100%;
	height: 5px;
	background: #333;
	margin: 50px 0;
}

.fr-popup {
	margin-left: 100px;
}