/*

-----------------------------------------------
Author: Maxime Tolbecq
Author website: http://www.climbthemountain.be
-----------------------------------------------

Colors: Grey: #696969; - Drak grey: #4F4F4F; - Green :#2D869B; - Green 25%: #CAE1E6;

*/


/* RESET CSS */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML DISPLAY ROLE */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL */

body{
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color: #696969;
}

img{
	border: none;
}

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

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.boldy{
	font-weight: 700;
}

strong{
	font-weight: 700;	
}

/* H1: Main | H2: Page | H3: items | H4: kris | H5  */

h1{
	font-size: 47px;
	font-weight: 500;
	background-image: url('img/logo-rd.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 55px;
	padding-bottom: 3px;
	float: left;

}

h2{
	font-size: 23px;
	color: #2D869B;
	margin-bottom: 20px;
	line-height: 33px;
}

.pagetitle{
	margin-top: 30px; 
}

h3{
	font-weight: 500;
	font-size: 22px;
	color: #2D869B;
	line-height: 28px;
	margin-top: 25px;
	margin-bottom: 15px;
}

h4{
	color: white;
	font-size: 23px;
	margin-left: 16px;
	margin-bottom: 20px;
}

.padtop30{
	padding-top: 30px;
}

h5{
	font-size: 22px;
	font-weight: 500;
	color: white;
	padding: 5px 0px 5px 40px;
	height: 32px;
	background-image: url('img/footer-logo-rd.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-bottom: 2px;
	float: left;
}

h6{
	font-size: 18px;
	color: #2D869B;
	margin-bottom: 20px;
	line-height: 33px;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #696969;
}

p{
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}

p a, p a:visited, p a:active{
	color: #2D869B;
}

p a:hover{
	text-decoration: underline;
}

/* content */

.page{
	max-width: 1225px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.content{
	margin: 0px 75px;

}

.headerbar{
	width: 100%;
	height: 3px;
	background-color: #4F4F4F;
	margin-bottom: 40px;
}

.name{
	font-size: 17px;
	font-weight: 300;
	float: left;
	color: #2D869B;
	margin-top: 24px;
	margin-left: 18px;

}

/* header */

.nav{
	text-transform: uppercase;
	font-size: 13.5px;
	font-weight: 300;
	float: left;
	margin-top: 15px;

}

.nav li{
	float: left;
	margin-right: 30px;
	margin-top: 15px;
}

.nav li{
}

.nav a:hover{
	color: #2D869B;
}

.selected{
	color: #2D869B !important;
}

/* slide */

#oc-slider{
	margin-top: 40px;
	float: left;
}

.slide-ui{
	background-image: url('img/slide-ui.png');
	width: 81px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
	top: -52px;
}

#oc-slider .item img{
    display: block;
    width: 100%;
    max-height: 400px;
}

.owl-theme .owl-controls .owl-page span{
	width: 7px;
	height: 7px;
	background:#2D869B;
	margin: 5px 3px;
}

.owl-controls{
	top: -21px;
	position: relative;
	z-index: 1000;
}

/* page-content */

.index-content{
	margin-top: -30px;
	float: left;
}

.spacer{
	width: 100%;
	height: 1px;
	background-color: #DCECEF;
	margin: 40px 0px;
}

.item-wrap{
	max-width: 1225px;
	margin: 0 auto;
	text-align: center;
}

.rd-item{
	width: 230px;
	height: 450px;	
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.rd-item + .rd-item{
	margin-left: 3%;
}



.rd-item a{
	display: block;
	background-image: url('img/item-button.png');
	color: white;
	font-size: 14px;
	padding-top: 22px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 106px;
	height: 40px;
}

.rd-item p{
	height: 130px;
}

.page-content img{
	width: 100%;
	margin: 20px 0;
}

/* pre-footer */

.pre-footer-wrap{
	background-color: #2D869B;
	width: 100%;
	height: 400px;
	clear: both;
}

.pre-footer{
	max-width: 975px;
	margin-left: auto;
	margin-right: auto;
}

.pre-footer img{
	float: left;
	margin-top: 20px;
	margin-left: -29px;
}

.kris-info{
	float: left;
	color: white;
	max-width: 730px;
	margin-top: 50px;
	font-weight: 300;
}

.kris-info p{
	margin-left: 16px;

}

.kris-info a{
	display: block;
	width: 106px;
	height: 40px; /* 62-22 */ 
	background-image: url('img/info-button.png');
	color: #696969;
	font-size: 14px;
	padding-top: 22px;
	margin-top: 20px;
	text-align: center;
	font-weight: 500;
}

 /* footer */

 .footer-wrap{
 	width: 100%;
 	height: 170px;
 	background-color: #4F4F4F;
 	clear: both;
 }

 .footer{
 	width: 1010px;
 	margin-left: auto;
 	margin-right: auto;
 	padding-top: 55px;

 }

 .footernav{
 	float: right;
 	margin-top: 14px;
 }

 .footernav li{
 	float: left;
 	text-transform: uppercase;
 	font-weight: 300;
 	font-size: 10px;
 }

 .footernav li + li{
 	margin-left: 20px;
 }

 .footer a, .footer a:active, .footer a:visited{color: white;}

 /* Page-nav */

 .page-nav{
 	position: absolute;
 	width: 300px;
 	margin: 38px 0px;
 	font-size: 14px;
	font-weight: 300;
 }

 .page-nav ul li{
 	padding: 10px;
 	border-top: 1px solid #CAE1E6; 	
	border-bottom: 1px solid #CAE1E6;
 }

  .page-nav ul li:hover{
	background-color: #CAE1E6;
 }

.page-nav ul li + li{
	border-top: none;
}

/* Page: kansarmen */


.page-content{
	margin: 30px 0px 30px 350px;
	float: left;
}

.page-content p{
	margin-top: 10px;
}

.page-content ul{
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}

.page-content ul li{
	padding-left: 20px;
	margin: 12px 0px;
	border-left: 2px solid #CAE1E6;
}

.page-content ul li{
	padding-left: 20px;
	margin: 12px 0px;
	border-left: 2px solid #CAE1E6;
}

/* forms */

.deelneemform fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

.deelneemform legend {
	display: none;
}

.deelneemform form label {
	display: block;
	line-height: 14px;
	padding: 0px 20px 28px 0px;
	float: left;
}

.field-email, .field-tel, .field-btw{
	padding-bottom: 0px !important;
}

.deelneemform form input {
	border: 1px solid #cfcfcf;
	background-color: #f7f7f7;
	display: block;
	margin-top: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color: black;
	padding: 5px;
	width: 200px;
	margin-top: 10px;
	
}

.deelneemform form select {
      width: 300px;
    }

.deelneemform textarea, .contactform textarea{
	width: 80% !important;
	margin-bottom: 10px;
	padding: 20px;
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color: #696969;
}

.needsfilled {
	border: solid 2px #f39290 !important;
}

select.needsfilled + span{
	border: solid 2px #f39290;
}

.selectbgr{
	border: 1px solid #ddd !important;
}

.ui-icon-info{
	background-position: -16px -141px;
	margin-right: 10px;
	padding-top: 3px;
	margin-top: 10px;
	}
