body{
	font-family: verdana;

}


.header{
	display:block;
	height: 200px;
}

.under-header{
	width:	988px;
	
	border-radius: 15px;
	transition: all 0.15s ease-in;
}
h4{
	border-left:2px solid rgb(132,25,14);
	padding:5px;
	font-size:15px;
}
h3,h2,h1{
	margin:10px 0px 20px 0px !important;
	
	border-radius:5px;
	color:rgb(20,20,20);
	padding:3px;
	
	
}
h3{
	background-color: rgb(122,30,16);
	color:white;
	opacity:0.84;
	font-size:14px;
}
h2{
	opacity:0.90;
	font-size:16px;
}
h1{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:-5px;
	opacity:0.95;
	font-size:24px;
	text-shadow:0px 2px 2px rgba(170,170,170,1);
}

/*--- 		Logo		---*/
.logo{
	margin-left:3px;
	
}

/*---- 		Menu 	----*/
.menu{
	background-color: #66190e;
	height: 39px;
	width:100%;
	border-bottom:1px solid;
	border-bottom-color: rgb(88,14,4);
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	z-index: 10;
}
.nav{
	
	background-color: #66190e;
	padding: 15px 0 5px 0;
	text-align:left;
	border-radius:25px;
}

.nav-item{
	display:inline;
	list-style-type: none;
	padding: 5px 10px;
	background-color: #7a1e10;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	text-shadow: 0px 1px 1px #000;
	box-shadow: 0px 0px 3px rgba(50,50,50,0.75);
	color:white;
	margin-right:-30px;
	margin-top:-2px;
	transition: all 0.2s ease-out;
}

.nav-item:first-child{
	margin-left:30px;
}

.nav-item:hover{
	background:#eee;
	color: black;
	text-shadow:0px 1px 1px #fff;
	transition: all 0.15s ease-in;
}
.nav-text{
	color: inherit;
	text-decoration:none;
}

/*---- 		Content container 		----*/

.container{
	width:988px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.content-container{
	background-color: #66190e;
	padding-top:2px;
	min-height:500px;
	height:505px;
	position:relative;
	transition: all 0.15s ease-in;
}

.inner-main-wrapper{
	background:rgb(250,250,250);
	width:777px;
	height:99%;
	overflow-y:auto;
	overflow-x:hidden;
	left:210px;
	position:absolute;
	text-align:left;
	border-right:1px solid rgb(102,25,14);
	border-radius:10px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.inner-main{
	width: 750px;
	padding:2px 7px 7px 7px;
}

.image{
	border-radius:10px;
	float:right;
	width:255px;
	box-shadow:0px 0px 10px rgba(50,50,50,0.5);
}
/*---- 		Footer		----*/

.footer{
	border-top: 1px solid;
	border-top-color: rgb(88,14,4);
	background-color: rgb(102,25,14);
	
	padding: 5px 0 5px 0;
	text-align: center;
	height:45px;
	width:988px;
	z-index: 5;
	position:absolute;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	color: white;
	transition: all 0.15s ease-in;
}

.footer-text{
	font-size: 10px;
	position:relative;
	display:inline;
	white-space:nowrap;
	height:30px;

}
.sidebar{
	display:block;
	float:left;
	position:absolute;
	height:100%;
	background-color: rgb(102,25,14);
	width:200px;
	padding:0 5px;
	color: white;
	overflow:hidden;
}

/*---- 		Creator		----*/
.creator-wrapper{
	width:988px;
	position:relative;
	bottom:0px;
}

.creator{
	outline: none;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	float:right;
}

.createdby{
	white-space:inherit;
	background:rgb(40,40,40);
	border-radius: 5px;
	border-bottom-left-radius:0px;
	margin-top:-4px;
	padding: 0 0 0 5px;
	width:287px;
	position:absolute;
	font: 10px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	right: 0px;
	bottom:0px;
	color: rgb(230,230,230);
	line-height:25px;
}

/*---- 		Behandelingen	----*/
.behandeling-keuze{
	display:block;
	width:100%;
	text-align:center;
}

.behandeling-inhoud > div{
	display:none;
	background-color:rgb(250,250,250);
	border-radius:5px;
	padding:20px;
}

.behandeling-foto-wrapper{
	text-align: center;
	width:100%;
}

.behandeling-foto{
	border-radius:10px;
	box-shadow:0px 0px 10px rgba(50,50,50,0.5);
}
/*---- 		Twitter		----*/

.twitter{
	height:300 !important;
}

a.twitter-timeline{
	opacity:0;
}

.button{
	margin-top:10px;
	border:1px solid rgb(160,160,160);
	border-radius:5px;
	padding:10px;
	color:rgb(20,20,20);
	font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:bold;
	cursor:pointer;
	transition: 0.3s ease-in;
}

.button:hover{
	background-color:rgb(122,30,16);
	border-color:rgb(122,30,16);
	color:rgb(250,250,250);
	-webkit-transition:0.3s ease-in;

}
a.twitter-mention-button{
	display:none;
}
::-webkit-scrollbar {
	margin-top:-4px;
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(56,56,56,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(56,56,56,0.4); 
}

/*---- 		slider		----*/
.slider-wrapper{
	position:relative;
	margin-top: -200px;
	padding-left:210px;
	z-index:0;
}
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}

ol.bjqs-markers{display:none;}

.bjqs{
	width:700px !important;
	height: 180px !important;
	border-radius: 10px;
	-webkit-border-radius:10px;
	border:3px solid rgba(180, 180, 180, 0.6);
	box-shadow:0px 0px 11px rgb(180, 180, 180);
}
