body, html {
	background: #006ca8;
	overflow-x: hidden;
	color: #000;
	min-height: 1000px;
}

.menu {
	background: #8fd2ed; /* Old browsers */
	background: -moz-linear-gradient(top,  #8fd2ed 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fd2ed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fd2ed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fd2ed 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fd2ed 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fd2ed 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fd2ed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	
	width: 100%;
	height: 36px;
	margin-bottom: 7px;
}

.rmm {
	margin: 0 !important;
	position: relative;
	z-index: 9999;
}

.rmm .rmm-toggled ul li {
	background: rgba(255, 255, 255, 0.85);
}

.rmm.minimal .rmm-toggled {
	width: 100% !important;
}

h1, h2, h3 {
	margin-bottom: 15px;
}

.row p {
	font-size: 16px;
	margin-bottom: 1.2em;
}

a.logo {
	position: relative;
	display: block;
	width: 240px;
	height: 150px;
	background-image: url(../images/logo.png);
	background-size: 100%;
	overflow: hidden;
	text-indent: -9999em;
	z-index: 960;
}

div.logo_wrapper {
	position: relative;
}

div#logo_support {
	top: 0px;
	left: -698px;
	position: absolute;
	z-index: 1;
	width: 1500px;
	height: 1000px;
	background: url('../images/background_new.jpg') center top no-repeat;
}

#header .col4 {
	position: relative;
}

div#cloud {
	background: url('../images/wolk.png') center top no-repeat;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 552px;
	height: 180px;
}

section#header .col2 {
	position: relative;
	z-index: 1;
}

section#menu {
	position: relative;
	z-index: 9999;
}

section#content, section#footer {
	position: relative;
	z-index: 10;
}

@media only screen and (max-width: 500px) {
	#content .row > .col4,
	#content .row > .col5,
	#content .row > .col6,
	#content .row > .col7,
	#content .row > .col8,
	#content .row > .col9,
	#content .row > .col10,
	#content .row > .col11 {
		width: 100%;
	}

	.slider .col8 {
		width: 100%;
	}
}

#infolijn {
	position: relative;
	z-index: 10;
	margin-top: 90px;
	color: #fff;
}

#infolijn a {
	color: #fff;
}

#infolijn p {
	font-size: 20px;
	margin-right: 10px;
}

@media only screen and (max-width: 960px) {
	#infolijn {
		margin-top: 100px;
	}
	#infolijn p {
		font-size: 15px;
		margin-right: 20px;
	}
}

a {
	color: #000;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted !important;
	outline: 4px auto -webkit-focus-ring-color !important;
	text-decoration: underline;
}
a.nolink {
	text-decoration: none;
}
a.nolink:hover {
	text-decoration: underline;
}

.well p {
	color: #515151;
}

h2 {
	color: #f77d48;
	font-family: Helvetica;
	font-size: 36px;
}

h3 {
	color: #f77d48;
	font-family: Helvetica;
}

/*
Slider	
*/
.slider {
	position: relative;
	overflow: auto;
	background: #fff;
	margin-bottom: 20px;
}

.slider ul {
	padding: 0;
	margin: 0;
}

.slider li { list-style: none; }
.slider ul li { float: left; }

.slider .well {
	padding: 0;
	margin: 0;
}

.slider h2 {
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.slider img {
	/*display: block;*/
}

.slider p {
	font-size: 15px;
	padding-right: 35px;
	padding-bottom: 10px;
}

.slider a {
	font-size: 15px;
	color: #f77d48;
	text-decoration: none;
}

.slider a:hover {
	text-decoration: underline;
}

.slider .well {
	padding: 0;
}

.unslider-arrow {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 38%;
	z-index: 12;
}

.next {
	background: url('../images/arrow_right.png') no-repeat;
	right: 10px;
}

.prev {
	background: url('../images/arrow_left.png') no-repeat;
	left: 10px;
}

@media only screen and (max-width: 768px) {
	.unslider-arrow {
		top: 20%;
	}
	.slider h2 {
		font-size: 25px;
	}
	.slider p {
		font-size: 12px;
	}
}

/*
	Call to action blocks
*/
.call_to_action_blocks img {
	border: 1px solid #006ca8;
}

.call_to_action_blocks h3 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #277881;
}

.call_to_action_blocks p {
	color: #277881;
	font-size: 14px;
}

.call_to_action_blocks a {
	font-size: 15px;
	color: #277881;
	font-weight: bold;
	text-decoration: none;
}

.call_to_action_blocks a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	.call_to_action_blocks h3 {
		font-size: 17px;
	}

	.call_to_action_blocks p,
	.call_to_action_blocks a {
		font-size: 11px;
	}

	#brands h3 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 500px) {
	#brands h3 {
		font-size: 22px;
	}
}

/*
Footer
*/

@media only screen and (max-width: 760px) {
	#footer .col3 {
		width: 100%;
		margin-bottom: 20px;
	}
}

#footer .well {
	background: #8fd2ed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #8fd2ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#8fd2ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#8fd2ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#8fd2ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#8fd2ed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#8fd2ed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8fd2ed',GradientType=0 ); /* IE6-9 */
}

#footer h3 {
	font-size: 19px;
	color: #18535a;
	margin-bottom: 10px;
}

#footer p {
	color: #000000;
	font-size: 14px;
	width: 80%;
}

p strong {
	font-weight: bold;
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}

.wpcf7-form label {
	display: block;
	margin-bottom: 2px;
}

span.wpcf7-list-item {
	margin: 0;
}


.wpcf7-form p {
	color: #888;
	font-size: 13px;
}

.wpcf7-form strong {
	margin-bottom: 5px;
	display: block;
	font-size: 15px;
}

/* Basic Grey */
.basic-grey {
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font-size: 12px;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label.niceform {
    display: block;
    margin: 0px;
}
.basic-grey label.niceform > span.niceform {
    float: left;
    width: 20%;
	font-size: 12px;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}

.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
	max-width: 384px;
}
.basic-grey .wpcf7-submit, .button--submit {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
	font-size: 13px;
	text-decoration: none;
}
.basic-grey .wpcf7-submit:hover, .button--submit:hover {
    background: #CF7A7A
}

.wpcf7-not-valid-tip {
	margin-top: -10px;
	margin-bottom: 14px;
	margin-left: 20%;
}

input.wpcf7-not-valid {
	border-color: #f00 !important;
}

.wpcf7-list-item label {
	margin-left: 2%;
}

@media only screen and (max-width: 960px) {
	.row > .col6 {
		width: 100%;
	}
}

h4 {
	color: #18535a;
	font-size: 15px;
}

.rmm.minimal .selected a {
	color: #f77d48;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

img[class*="wp-image-"] {
	width: 100%;
	height: auto;
}

/* Breadcrumbs */
.breadcrumb { 
	padding: 0;
	margin: 2px 0 10px 0;
	list-style: none; 
	overflow: hidden; 
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 0 10px 65px;
	background: #0087D0;                   /* fallback color */
	background: hsla(201, 100%, 43%, 1.0); 
	position: relative; 
	display: block;
	float: left;
	font-size: 12px;
}

.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(201, 100%, 43%, 1.0);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}

.breadcrumb li:first-child a {
	padding-left: 10px;
}
.breadcrumb li:nth-child(2) a       { background:        hsla(201, 100%, 53%, 1.0); }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(201, 100%, 53%, 1.0); }
.breadcrumb li:nth-child(3) a       { background:        hsla(201, 100%, 63%, 1.0); }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(201, 100%, 63%, 1.0); }
.breadcrumb li:nth-child(4) a       { background:        hsla(201, 100%, 73%, 1.0); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(201, 100%, 73%, 1.0); }
.breadcrumb li:nth-child(5) a       { background:        hsla(201, 100%, 83%, 1.0); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(201, 100%, 83%, 1.0); }
.breadcrumb li:last-child a {

}

.breadcrumb li a:hover { background: #006ca8; }
.breadcrumb li a:hover:after { border-left-color: #006ca8 !important; }

@media only screen and (max-width: 520px) {
	.breadcrumb li {
		float: none !important;
	}
	.breadcrumb li a {
		float: none !important;
		padding-left: 15px !important;
	}
}