@charset "utf-8";
/* CSS Document */

/* CSS RESET */

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, img, ins, kbd, q, s, samp,
small, strike, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
}

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;
}


*{
	box-sizing:border-box;
	text-decoration:none;
	outline: none;
}

.clear{clear:both;}

a,p,li,h1,h2,h3,h4,h5,h6{font-family: 'Open Sans', sans-serif;}


html {
}

body{
	background:#ccc;	
	background:url(../images/pages/bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.wrapper{
	width:100%;
	max-width:1048px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

*:before,
*:after{
	box-sizing:inherit;
	
}

.grid:before,
.grid:after,
.row:befor,
.row:after {
	content: " ";
	display:table;
}

.grid:after,
.row:after {
	clear:both;
}

[class*='col-']{
	width:100%;
	float:left;
	min-height:1px;
}

.col{
	background:#FFFFFF;
	color:#000000;
}

h1, h2, h3{
	color:#000000;
	margin:0px 0px 10px 0px;
}

h1{
	font-size:18px;
}

h2{
	font-size:16px;
}

h3{
	font-size:14px;
}

p{
	font-size:14px;
	color:#000000;
}

input{
cursor: default;	
}

@media screen and (max-width:639px){

.col-sm-1{ width:8.33333%;}
.col-sm-2{ width:16.66667%;}
.col-sm-3{ width:25%;}
.col-sm-4{ width:33.33333%;}
.col-sm-5{ width:41.66667%;}
.col-sm-6{ width:50%;}
.col-sm-7{ width:58.33333%;}
.col-sm-8{ width:66.66667%;}
.col-sm-9{ width:75%;}
.col-sm-10{ width:83.33333%;}
.col-sm-11{ width:91.66667%;}
.col-sm-12{ width:100%;}

.header-logo-image {
	width:80%;
	height:auto;
}

.header-title-container {
	display:none;
}

.header-socialmedia-container a {
	font-size:80px;
	line-height:100px;
	color:#6699FF;
	text-decoration:none;
	margin:0px 20px;;
}

.header-socialmedia-container {
	width:100%;
	padding:0px 20px 20px 20px;
	text-align:center;
}

#primary_nav ul {
    list-style: none;
    padding: 5px 0;
	text-align:center;
}
 
#primary_nav li a {
    display: block;
    padding: 0 10px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    line-height: 2em;
    height: 2em;
    border-bottom: 1px solid #383838;
}
 
#primary_nav li:last-child a {
    border-bottom: none;
}
 
#primary_nav li a:hover,
#primary_nav li a:focus {
    color: #1c1c1c;
}

.container-spacer-home-right {
	height:0px;
}

}

@media screen and (min-width:640px) and (max-width:1047px){

.col-md-1{ width:8.33333%;}
.col-md-2{ width:16.66667%;}
.col-md-3{ width:25%;}
.col-md-4{ width:33.33333%;}
.col-md-5{ width:41.66667%;}
.col-md-6{ width:50%;}
.col-md-7{ width:58.33333%;}
.col-md-8{ width:66.66667%;}
.col-md-9{ width:75%;}
.col-md-10{ width:83.33333%;}
.col-md-11{ width:91.66667%;}
.col-md-12{ width:100%;}

.header-logo-image {
	width:300px;
	height:auto;
}

.header-title-container {
	display:none;
}

.header-socialmedia-container a {
	font-size:60px;
	line-height:100px;
	color:#6699FF;
	text-decoration:none;
	margin:0px 20px;;
}

.header-socialmedia-container {
	width:100%;
	padding:0px 20px 20px 20px;
	text-align:center;
}

a.to_nav {
    color: #000;
    text-decoration: none;
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
}
 
a.to_nav:hover,
a.to_nav:focus {
}

#primary_nav ul {
    list-style: none;
    padding: 5px 0;
	text-align:center;
}
 
#primary_nav li a {
    display: block;
    padding: 0 10px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    line-height: 2em;
    height: 2em;
    border-bottom: 1px solid #383838;
}
 
#primary_nav li:last-child a {
    border-bottom: none;
}
 
#primary_nav li a:hover,
#primary_nav li a:focus {
    color: #1c1c1c;
}


.container-spacer-home-right {
	height:0px;
}


}

@media screen and (min-width:1048px){

.col-wd-1{ width:8.33333%;}
.col-wd-2{ width:16.66667%;}
.col-wd-3{ width:25%;}
.col-wd-4{ width:33.33333%;}
.col-wd-5{ width:41.66667%;}
.col-wd-6{ width:50%;}
.col-wd-7{ width:58.33333%;}
.col-wd-8{ width:66.66667%;}
.col-wd-9{ width:75%;}
.col-wd-10{ width:83.33333%;}
.col-wd-11{ width:91.66667%;}
.col-wd-12{ width:100%;}

.header-logo-image {
	width:150px;
	height:auto;
}

.header-title-container {
	width:100%;
	padding:20px;
}

.header-title-container h2 {
	font-size:28px;
	text-align:center;
	line-height:100px;
	text-transform:uppercase;
}

.header-socialmedia-container a {
	font-size:36px;
	line-height:100px;
	color:#6699FF;
	text-decoration:none;
	margin-left:20px;
}

.header-socialmedia-container {
	width:100%;
	padding:20px;
	text-align:center;
}

a.to_nav {
	display: none;
}
     
a.to_nav:hover,
a.to_nav:focus {
}

#primary_nav {
	float:right;
    position:relative;
    left:-50%;
    text-align:left;
}

#primary_nav ul {
    list-style:none;
	position:relative;
    left:50%;
}

#primary_nav li {
	float:left;
	position:relative;
}
 
#primary_nav li a {
    display: block;
    padding: 0 10px;
    color: #000;
    text-decoration: none;
	float:left;
}
 
#primary_nav li:last-child a {
    border-bottom: none;
}
 
#primary_nav li a:hover,
#primary_nav li a:focus {
    color: #3399FF;
}

.showauteurslist { 
	z-index:999;
	background-color:#000000;
	color:#FFFFFF;
	margin-top:-5px;
	position:absolute;
	width:calc(1048px / 4 - 40px);
}

.showserieslist { 
	z-index:999;
	background-color:#000000;
	color:#FFFFFF;
	margin-top:-5px;
	position:absolute;
	width:calc(1048px / 4 - 40px);
}

.showgenrelist { 
	z-index:999;
	background-color:#000000;
	color:#FFFFFF;
	margin-top:-5px;
	position:absolute;
	width:calc(1048px / 4 - 40px);
}

.scrollable{
overflow-y:scroll;	
height:300px;
}

.scrollable::-webkit-scrollbar{
    width: 16px;
    background:#777;
}
 
.scrollable::-webkit-scrollbar-track{


}
 
.scrollable::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7); 
	box-shadow:  inset 0 0 6px rgba(50,50,50,0.6); 
	background:#555;
}

.container-spacer-home-right {
	height:110px;
}

}

.header-logo-container {
	width:100%;
	padding:20px;
	text-align:center;
}

.header-socialmedia-container a:hover {
	color:#000;
}

.nav-menu-container {
	width:100%;
	padding:20px 20px 40px 20px;
	border-bottom:#333333 solid 2px;
	background-color:#F4F4F4;
	margin:auto;
}

.nav-menu-container a {
	font-size:18px;
	color:#333333;
	text-decoration:none;
	margin:0px 20px;
}

.nav-menu-container a:hover {
	color:#6699FF;
}

.home-auteurs-container {
	width:100%;
	padding:20px;
	position:relative;
}


.home-auteurs-container a:hover, .home-auteurs-container h2:hover {
	background-color:#CCC;
	color:#000;
}

.home-genre-container {
	width:100%;
	padding:20px;
	position:relative;
}


.home-series-container {
	width:100%;
	padding:20px;
	text-align:center;
	position:relative;
}


.home-series-container a:hover {
	background-color:#CCC;
	color:#000;
}

.home-auteurvandemaand-container {
	width:100%;
	padding:10px 20px;
	text-align:right;
}

.home-content-left-container {
	width:100%;
	padding:20px;
	border-top:#333333 solid 2px;
}

.home-content-left-container h2 {
	font-size:24px;
	margin-bottom: 10px;
}

.home-content-left-container ul {
	
}

.home-content-left-container ul li {
	margin-bottom:10px;
}

.book-information {
	padding:0px 20px;
}

.book-information ul{
	border:1px solid #A3A3A3;	
	padding: 25px;
}

.book-info-title{
	font-weight:600;
	margin:20px 0px 3px;	
	font-size:14px;
}

.book-info-title:nth-child(1){
margin:0px 0px 3px;	
}

.book-info-value{
	font-size:14px;	
}

.bestel-boek{
text-transform:uppercase;
color:#fff;
background:	#000;
width:100%;
line-height:40px;
display:block;
text-align:center;
font-size:18px;
margin-top:18px;
}

.bestel-boek:hover{
	background:#3399ff;
}

.unavailable-boek {
	text-transform:uppercase;
color:#fff;
background:	#f43138;
width:100%;
line-height:40px;
display:block;
text-align:center;
font-size:12px;
margin-top:18px;
}

.home-content-left-nieuws-image {
	width:80px;
	height:auto;
	float:left;
	margin-right:10px;
}

.home-content-left-container ul li h3 {
	font-size:18px;
	text-decoration:none;
	color:#333333;
}

.home-content-left-container ul li p {
	font-size:14px;
	text-decoration:none;
	color:#333333;
	height:100px;
}


.home-content-right-container {
	width:100%;
	padding:20px;
	border-top:#333333 solid 2px;
}

.home-content-right-container h2 {
	font-size:24px;
	margin-bottom: 10px;
}

.full-content-container {
	width:100%;
	padding:20px;
	border-top:#333333 solid 2px;
}

.full-content-container h2 {
	font-size:24px;
	margin-bottom:20px;
}

.full-content-container h3 {
	font-size:20px;
	font-weight:bold;
	margin:40px 0px 20px 0px;
}

.slider-container {
	width:100%;
	padding-top:20px;
}

.footer-container {
	width:100%;
	background-color:#333333;
	padding:15px;
	text-align:center;
}

.footer-container h3 {
	color:#CCCCCC;
	font-size:12px;
	margin:0px;
}

.nav-burger-menu {
}
 
.nav-burger-menu:before, .nav-burger-menu:after {
	content:"";
	display:table;
}
         
.nav-burger-menu:after {
	clear:both;
}
         
.nav-burger-menu {
	zoom:1;
}

#showauteurslist {
    display: none;
}

#showserieslist {
    display: none;
}

#showgenrelist {
    display: none;
}

#showauteur h2, #showseries h2, #showgenre h2{
	font-size: 20px;
    background-color: #000000;
    color: #FFFFFF;
    padding: 7px 7px;
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 5px;	
	cursor:pointer;
	margin:0px !important;

}

.auteurlistitem a, .serielistitem a, .genrelistitem a{
	font-size: 16px;
    background-color: #000000;
    color: #FFFFFF;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    display: block;
}

.content-box-search{
	width:100%;
	text-align:left;
	margin-bottom:20px;
}

.content-box-search div input{
	width: 100%;
	border: none;
	background: #FFF;
	font-size: 20px;
	color: #000;
	border:#000000 solid 1px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.search-results-true{
 	border-radius: 8px 8px 0px 0px;
}

.content-box-search div input::-webkit-input-placeholder{
	color:#878787;
}
.content-box-search div input:focus::-webkit-input-placeholder{
	color:#3A89E2;
}
.content-box-search div input:hover::-webkit-input-placeholder{
	color:#3A89E2;
}
.content-box-search div input:focus::-webkit-input-placeholder{
	color:#3A89E2;
}
.content-box-search div input:hover::-webkit-input-placeholder{
	color:#3A89E2;
}
.content-box-search div input:focus + .fa-search{
	color:#3A89E2;
}
.content-box-search div input:hover  + .fa-search{
	color:#3A89E2;
}

.search-results li nav a:hover{
    background: #ECECEC;	
}

.search-wrapper{
    width: 100%;
    margin: auto;	
}

.search-wrapper i{
    right: 30px;
	color:#878787;
}

.inner-icon{
	position: relative;
}

.inner-icon .fa{
	position: absolute;
	pointer-events: none;
}

.icon-right input {
	padding-right:30px;
}

.search-wrapper ul {
    text-align: left;
    width: 100%;
    position: absolute;
    box-shadow: 1px 0px 6px 0px rgba(115,115,115,1);
	z-index:999;
}

.search-wrapper ul li{
    line-height: normal;
}

.search-wrapper ul li a{
    background: #FFF;
    padding: 13px 25px;
    width: 100%;
    display: block;
	border-bottom: 1px solid #E6E6E6;
}

.search-wrapper ul li a h3{
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    display: inline;
}

.search-wrapper ul li a p{
	color:#636363;
	font-size: 14px;
	font-weight:400;
	margin:0px;
	font-style:italic;
}

.search-wrapper ul li a span{
    color: #A5A5A5;
    font-size: 15px;
    font-weight: 400;
    float: right;
}


.search-wrapper ul li:nth-last-child(1) a{
	border-radius:0px 0px 8px 8px;	
	border-bottom:2px solid #fff;
}
.search-results li nav a:hover{
    background: #ECECEC;	
}

#find
{
   width:100%;
   max-width:400px;
   height:40px;
   font-size:17px;
   padding:10px;
}
#search
{
   background-color:#8181F7;
   height:40px;
   color:white;
   border:none;
   font-size:17px;
}
#search_items
{
   background-color:#F2F2F2;
   width:400px;
   margin:0px;
   z-index:9999;
   position:absolute;
   margin-top:-1px;
   border-left:#000000 solid 1px;
   border-right:#000000 solid 1px;
   border-bottom:#000000 solid 1px;
}
#search_items a
{
    background: #FFF;
    padding: 13px 25px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #E6E6E6;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	margin: 0px;
	text-align:left;
}
#search_items a:hover
{
	background: #ECECEC;
}

.auteur-content-holder {
	width:100%;
}

.author-tabs{
    line-height: 50px;
    height: 50px;
    width: 100%;
    background: #000;	
}

.author-tabs li{
	float: left;	
	line-height:50px;
	color:#fff;	
	background:#000;
	padding:0px 20px;
	display:inline-block;
	text-transform:uppercase;
    cursor: pointer;
}

.active-tab-link{
    background: #3399ff !important;	
}


.author-tabs li:hover{
background: #86c3ff;	
}

.content-box-author{
    padding-top: 40px;
	background:#fff;
	display:none;
}

.tab-content-wrapper{
	position:relative;	
}

.active-tab-content{
	display:block;	
}

.button-home-new-serie-title {
	font-size: 20px;
    background-color: #000000;
    color: #FFFFFF;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;	
	cursor:pointer;
	position:absolute;
	margin-bottom:20px;
}

.button-home-new-serie-title:hover {
    background-color: #3399ff;
}

.newsletter-signup, .contact-fields{
cursor: pointer;
    display: block;
    border-radius: 1px;
    border: 1px solid #cfcfcf;
    background: #F9F9F9;
    font-size: 16px;
    padding: 8px 20px;
    margin-bottom: 5px;
    width: 100%;
}
	
.newsletter-submit, .contact-send{
    border-radius: 1px;
    border: 1px solid rgb(0, 0, 0);
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    font-size: 20px;
    padding: 8px 20px;
    margin-top: 5px;
    float: right;
}

.verkoper-logos img{
	width:100%;
	height:auto;
	display:block;
}

.verkoper-logos a{
display:block;
float:left;
width:calc(100% / 3);
}

.verkoper-logos{
margin-bottom:20px;	
}