/*
	Theme Name: BP Default.v3
	Theme URI: http://www.brandpepper.nl
	Description: Default scratch theme from Brandpepper libaries. Functions are powered by Wordpress. Theme is powered by HTML 5 Blank.
	Version: 3.0 #30072015
	Author: Roy Kuiper
	Author URI: roy@brandpepper.nl
	Tags: Brandpepper, Theme, Scratch, PHP, HTML, CSS, JS

	License: Brandpepper
	License URI: http://www.brandpepper.nl
*/

/*------------------------------------*\
    FONTS
\*------------------------------------*/

@font-face {
    font-family: 'fontinregular';
    src: url('fonts/Fontin/fontin-regular-webfont.woff2') format('woff2'),
    url('fonts/Fontin/fontin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontinbold';
    src: url('fonts/Fontin/fontin-bold-webfont.woff2') format('woff2'),
    url('fonts/Fontin/fontin-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    font-family: 'fontinregular', 'Open Sans', sans-serif;
    font-size: 13px;
    color: rgb(109, 100, 91);
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

body.page-template-template-blank {
    background: #000;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

p {
    line-height: 30px;
    font-size: 16px;
    font-family: 'fontinregular', sans-serif;
}

ul {
    line-height: 30px;
    font-size: 16px;
    font-family: 'fontinregular', sans-serif;
    margin: 0;
    padding: 0 0 0 15px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.container {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

.inner {
    padding: 15px;
}

.cols {
    float: left;
    position: relative;
}

.col1-1 {
    width: 100%;
}

.col1-2 {
    width: 50%;
}

.col1-3 {
    width: 33%;
}

.col2-3 {
    width: 66%;
}

.col1-4 {
    width: 25%;
}

.col1-5 {
    width: 20%;
}

.col3-4 {
    width: 75%;
}

.top-header {
    background: rgb(32, 147, 204);
    color: #fff;
    z-index: 100;
}

.top-header .social {
    float: left;
    width: 77.5%;
}

.top-header .social a {
    padding: 11px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.top-header .search {
    float: left;
    position: relative;
    background: rgb(22, 100, 139);
}

.top-header .search input {
    background: rgb(22, 100, 139);
    margin: 0;
    padding: 13px 25px 13px 13px;
    width: 260px;
    font-size: 15px;
    color: #fff;
}

.top-header .search input::-webkit-input-placeholder {
    color: #fff;
}

.top-header .search input::-moz-placeholder {
    color: #fff;
}

.top-header .search input:-ms-input-placeholder {
    color: #fff;
}

.top-header .search input:-moz-placeholder {
    color: #fff;
}

.top-header .search i {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
}

.header {
    padding: 0;
    z-index: 500;
    position: relative;
}

.header .cols {
    position: static;
}

.header .logo {
    padding: 20px 0;
}

.header .responsivemenu {
    display: none;
}

.header .responsivemenu a {
    width: 100%;
    border: 1px solid #444;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.header .responsivemenu i {
    float: right;
}

.header .responsivemenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .mainmenu {
    float: right;
    display: block;
}

.header .mainmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .mainmenu ul li {
    float: left;
    text-transform: uppercase;
}

.header .mainmenu ul li ul.sub-menu li a:after {
    display: none;
}

.header .mainmenu ul li ul.sub-menu li a:before {
    display: none;
}

.header .mainmenu ul li:hover ul.sub-menu li a:after {
    display: none;
}

.header .mainmenu ul li:hover ul.sub-menu li a:before {
    display: none;
}

.header .mainmenu ul li ul.sub-menu li:last-child a:before {
    display: none;
}

.header .mainmenu ul li ul.sub-menu li:last-child a:after {
    display: none;
}

.header .mainmenu ul li ul.sub-menu li:last-child a {
    margin: 0;
}

.header .mainmenu ul li ul.sub-menu li a {
    padding: 0;
}

.header .mainmenu ul li:hover ul.sub-menu {
    display: block;
    transition: opacity 1s;
    opacity: 1;
    top: 130px;
}

.header .mainmenu ul li ul.sub-menu { /*top:130px;*/
    top: -500px;
    opacity: 0;
    position: absolute;
    box-shadow: 2px 2px 10px #000;
    background: #fff;
    border: 5px solid rgb(32, 147, 204);
    border-bottom: 40px solid rgb(32, 147, 204);
    left: 0;
    width: 100%;
    z-index: 300;
    padding: 20px;
}

.header .mainmenu ul li ul.sub-menu:before {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -60px;
    content: "";
    width: 0;
    height: 0;
    /*border-left: 20px solid transparent;*/
    /*border-right: 20px solid transparent;*/
    /*border-bottom: 20px solid rgb(32, 147, 204);*/
}

.header .mainmenu ul li ul.sub-menu:after {
    content: "";
}

.header .mainmenu ul li ul.sub-menu li ul.sub-menu:before {
    display: none;
}

.header .mainmenu ul li ul.sub-menu li {
    width: 25%;
    float: left;
}

.header .mainmenu ul li ul.sub-menu li ul.sub-menu li.menu-item-19936 a {
    color: rgb(200, 165, 0);
}

.header .mainmenu ul li ul.sub-menu li ul.sub-menu li.menu-item-19932 a {
    color: rgb(200, 165, 0);
}

.header .mainmenu ul li ul.sub-menu li ul.sub-menu li.menu-item-19953 {
    position: relative;
}

.header .mainmenu ul li ul.sub-menu li ul.sub-menu li.menu-item-19953 a {
    position: absolute;
    left: -355px;
    top: 116px;
    color: #fff;
}

.header .mainmenu ul li ul.sub-menu li ul.sub-menu li.menu-item-19953 a:hover {
    color: #fff;
    opacity: 0.70;
}

.header .mainmenu ul li ul.sub-menu li a {
    color: rgb(32, 147, 204);
}

.header .mainmenu ul li ul.sub-menu li ul.sub-menu li a {
    color: rgb(105, 104, 100);
    text-transform: none;
    font-size: 15px;
}

.header .mainmenu ul li ul.sub-menu li ul.sub-menu li a:hover {
    color: rgb(32, 147, 204);
}

.header .mainmenu ul li ul.sub-menu li.menu-item-19955 {
    width: 50%;
}

.header .mainmenu ul li ul.sub-menu li.menu-item-19955 ul.sub-menu li {
    float: left;
    width: 50%;
}

.header .mainmenu ul li ul.sub-menu li ul.sub-menu {
    position: static;
    border: none;
    padding: 0;
    margin-top: 15px;
}

.header .mainmenu ul li ul.sub-menu li ul.sub-menu li {
    width: 100%;
}

.header .mainmenu ul li a {
    position: relative;
    padding: 50px 10px;
    display: inline-block;
    font-family: 'fontinbold';
    color: rgb(105, 104, 100);
}

.header .mainmenu ul li a:after {
    transition: top 0.5s;
    opacity: 0;
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgb(32, 147, 204);
    margin-left: -20px
}

/*.header .mainmenu ul li:nth-child(6) a:after{ border-top: 20px solid rgb(22,100,139); }*/
.header .mainmenu ul li:nth-child(7) a:after {
    border-top: 20px solid rgb(22, 100, 139);
}

.header .mainmenu ul li.current-menu-item a:after,
.header .mainmenu ul li:hover a:after {
    opacity: 1;
    top: 0;
}

.header .mainmenu ul li:last-child a {
    padding-left: 35px;
    margin-left: 10px;
}

.header .mainmenu ul li:last-child a:before {
    position: absolute;
    top: 50px;
    left: 0;
    display: block;
    content: "";
    height: 27px;
    width: 27px;
    background: url('img/icons/bc-logo.jpg');
}

.breadcrumbs {
    padding: 7px 0;
    border-top: 1px solid rgb(32, 147, 204);
    border-bottom: 1px solid rgb(32, 147, 204);
    color: rgb(32, 147, 204);
    font-size: 16px;
    font-weight: 700;
}

.breadcrumbs span {
    margin: 0 7px;
}

.breadcrumbs a {
    color: rgb(32, 147, 204);
}

.footer {
    padding: 50px 0;
    background: rgb(22, 100, 139);
    color: #fff;
}

.footer h3 {
    text-transform: uppercase;
    font-size: 19px;
}

.footer #text-2 h3:before {
    content: "";
    background: url('img/ac-small-logo.jpg');
    padding: 4px 15px;
    margin-right: 10px;
}

.footer .null-instagram-feed h3:before {
    content: "";
    background: url('img/instagram-icon.png');
    padding: 0px 11px;
    margin-right: 10px;
    background-size: 22px 22px;
    background-repeat: no-repeat;
}

.footer p {
    line-height: 28px;
    font-family: 'fontinbold';
    font-size: 14px;
}

.footer .paddingright {
    padding-right: 25px;
}

.footer .button {
    display: inline-block;
    border-radius: 5px;
    padding: 3px 35px;
    background: rgb(200, 165, 0);
    color: #fff;
}

.subfooter {
    padding: 25px 0;
}

.subfooter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 15px;
}

.subfooter ul li {
    float: left;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid rgb(109, 100, 91);
    font-family: 'fontinbold';
}

.subfooter ul li:last-child {
    border: none;
}

.subfooter ul li span {
    color: rgb(200, 165, 0);
}

.page-id-5 .cycle-slideshow {
    overflow: hidden;
    width: 100% !important;
}

.page-id-5 .cycle-slideshow .navarrows {
    position: absolute;
    top: 185px;
    font-size: 85px;
    color: rgb(32, 147, 204);
    z-index: 500;
}

.page-id-5 .cycle-slideshow .navarrows i {
    font-weight: 700;
}

.page-id-5 .cycle-slideshow .navarrows.cycle-prev {
    left: 50px;
}

.page-id-5 .cycle-slideshow .navarrows.cycle-next {
    right: 50px;
}

.page-id-5 .cycle-slideshow .navarrows:hover {
    cursor: pointer;
}
.cycle-carousel-wrap{
    width:100%;
}
.page-id-5 .cycle-slideshow li.cycle-slide {
    width: 33.33333333333333%;
    height: 475px;
    position: relative !important;
}

.page-id-5 .cycle-slideshow li.cycle-slide .col1-3 {
    width: 100%;
    height: 475px;
    position: relative;
}

.page-id-5 .cycle-slideshow li.cycle-slide .overflow {
    transition: bottom 0.5s;
    padding: 10px 25px;
    background: rgba(32, 147, 204, 0.75);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -170px;
    left: 0;
    height: 245px;
    overflow: hidden;
    width:100%;
}
.page-id-5 .cycle-slideshow li.cycle-slide .overflow p{
    word-wrap: normal;
    white-space: normal;

}
.search .biggerlink {
    width: 48%;
    display: inline-block;
    padding: 0 15px;
}
.search .biggerlink .info {
    width: 75%;
    float: left;
}
.search .biggerlink h2 {
    float: left;
}
.search .biggerlink .image {
    width: 23%;
    float: left;
    margin-right: 10px;
}

.page-id-5 .cycle-slideshow li.cycle-slide:hover .overflow {
    bottom: 0px;
}

.page-id-5 .cycle-slideshow li.cycle-slide .overflow h2 {
    font-size: 18px;
    border-bottom: 1px dotted #fff;
    /*padding: 0 0 15px;*/
    margin: 0;
    white-space: normal;
    min-height: 60px;

}

.page-id-41 .cycle-slideshow ,.page-id-19921 .cycle-slideshow{
    width: 100% !important;
    position: relative;
}

.page-id-41 .cycle-slideshow li, .page-id-19921 .cycle-slideshow li {
    width: 130px;
    margin: 0 15px;
}

.page-id-41 .cycle-slideshow li .image,.page-id-19921 .cycle-slideshow li .image {
    display: block;
    text-align: center;
}
.paging_hold .page-numbers {
    font-size: 24px;
}

.page-id-41 .cycle-slideshow li .title,.page-id-19921 .cycle-slideshow li .title {
    display: block;
    text-align: center;
    color: rgb(32, 147, 204);
    margin-top: 10px;
}

.page-id-41 .cycle-slideshow li .author, .page-id-19921 .cycle-slideshow li .author {
    display: block;
    text-align: center;
    color: rgb(109, 103, 92);
    font-weight: 700;
}

.page-id-41 #foo2_prev ,.page-id-19921 #foo2_prev {
    position: absolute;
    left: 160px;
    top: 20px;
}

.page-id-41 #foo2_next,.page-id-19921 #foo2_next {
    position: absolute;
    left: 190px;
    top: 20px;
}

.closeup {
    display: none;
    padding: 20px 0;
    background: rgb(22, 100, 139);
}

.content {
    padding: 50px 0 0 0;
}

.content h2 {
    color: rgb(32, 147, 204);
    border-bottom: 1px dotted #d3d3d3;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.content h3 {
    color: rgb(32, 147, 204);
    margin-bottom: 20px;
}

.content h4 {
    color: rgb(32, 147, 204);
    margin-bottom: 15px;
}

.content a {
    color: rgb(22, 100, 139);
}

.content article {
    min-height: 400px;
}

.content article img {
    max-width: 250px;
    float: left;
    padding: 0 25px 25px 0;
}
.paging_hold{
	margin-bottom: 20px;
}

/*------------------------------------*\
    Form
\*------------------------------------*/
.mpQuestionTable {
	font-size: 16px;
}

/*------------------------------------*\
    LIST
\*------------------------------------*/

.news {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news li {
    margin-bottom: 60px;
}

.news li .image {
    float: left;
    width: 150px;
    min-height: 230px;
    margin-right: 25px;
    background: url('img/atlas-schrijvers-achtergrond.jpg');
}

.news li .meta {
    float: left;
    width: 528px;
}

.news li .meta h3 {
    color: rgb(32, 147, 204);
    margin: 0;
}

.news li .meta span {
    font-size: 14px;
    display: block;
    color: rgb(109, 100, 91);
    font-family: 'fontinbold';
    margin-top: -5px;
}

.news li .meta p {
    font-family: 'fontinbold';
    margin: 20px 0 20px;
}

.news li .meta .button {
    padding: 7px 15px;
    background: rgb(200, 165, 0);
    color: #fff;
    border-radius: 5px;
    font-family: 'fontinbold';
    transition: opacity 1s;
}

.news li .meta .button:hover {
    opacity: 0.5;
}

.tweets {
    list-style: none;
    margin: 0;
    padding: 0;
}
.twitter_header:before{
    font-family:"FontAwesome";
    content:" \f099 ";
    margin-right:5px;


}

.tweets li {
    margin-bottom: 25px;
}

.tweets li a {
    color: rgb(32, 147, 204);
}

.calendar {
    list-style: none;
    margin: 0;
    padding: 0;
}

.calendar li {
    margin-bottom: 25px;
}

.calendar li .date {
    float: left;
    width: 60px;
    height: 60px;
    background: rgb(22, 100, 139);
    color: #fff;
    font-family: 'fontinbold';
    margin: 0px 14px 0 0;
    text-align: center;
    padding: 13px 0;
    border-radius: 5px;
}

.calendar li .title {
    float: left;
    width: 315px;
}

.col2-3 .calendar li .title {
    width: 629px;
}

.instagram-pics {
    list-style: none;
    margin: 0;
    padding: 0;
}

.instagram-pics li {
    float: left;
    width: 65px;
    margin-right: 7px;
    margin-bottom: 7px;
    border: 3px solid #fff;
}

.podcastlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.podcastlist li {
    float: left;
    width: 380px;
    margin-right: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}

.podcastlist li:nth-child(3n) {
    margin-right: 0px;
}

.select {
    position: absolute;
    top: -5px;
    right: 0;
    border: 1px solid rgb(22, 100, 139);
    padding: 8px 25px 8px 25px;
    color: rgb(22, 100, 139);
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
}

.select:hover {
    cursor: pointer;
}

.select i {
    margin-left: 10px;
}

.select ul {
    position: absolute;
    top: 35px;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 10px;
    display: none;
    width: 250px;
    z-index: 100;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgb(22, 100, 139);
}

.select ul.active {
    display: block;
}

.select ul li {
    border-bottom: 1px dotted rgb(22, 100, 139);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.select ul li a {
    display: block;
}

.select ul li span {
    float: right;
}

.select ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

/*------------------------------------*\
    POPUP
\*------------------------------------*/

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}

.white-popup h3 {
    font-size: 26px;
}

.white-popup h4 {
    font-size: 18px;
}

.full-width-content .boekdb .letterfilter {
    display: none;
}

/*------------------------------------*\
    MEDEWERKERS
\*------------------------------------*/

.employee-row {
 /*   margin-top: 30px; */
    margin-bottom: 30px;
}
.employee-row .owl-nav {
    position: absolute;
    right: 0;
    top: -51px
}
.employee-row .owl-nav .owl-next,
.employee-row .owl-nav .owl-prev {
    display: inline-block;
    font-size: 16px;
    color: rgb(32, 147, 204);;
}
.employee-row .owl-nav .owl-next:hover,
.employee-row .owl-nav .owl-prev:hover {
    color: rgb(109, 100, 91);
}
.employee-row .owl-nav .owl-prev {
    margin-right: 10px;
}

.employee-item {
    text-align: center;
    margin-top: 30px;
    width: 25%;
    float: left
;
}
.employee-item .round-img-wrap {
    border: 2px solid rgb(32, 147, 204);
    border-radius: 50%;
    width: 210px;
    height: 210px;
    margin: 0 auto;
    position: relative;
}
.employee-item .round-img-wrap .employee-img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.employee-item .round-img-wrap .employee-img .employee-hover-info {
    opacity: 0;
    background-color: rgb(32, 147, 204);
    border-radius: 50%;
    width: 210px;
    height: 210px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.employee-item:hover .round-img-wrap .employee-img .employee-hover-info {
    opacity: 1;
}
.employee-item .round-img-wrap .employee-img .employee-hover-info-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 10px;
}
.employee-item .round-img-wrap .employee-img .employee-hover-info-inner a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.employee-item .round-img-wrap .employee-img .employee-hover-info-inner a:hover {
    color: rgb(109, 100, 91);
}
.employee-item .round-img-wrap .employee-img .employee-hover-info-inner a .fa {
    margin-right: 10px;
}
.employee-item .round-img-wrap .employee-img .employee-hover-info-inner a:first-of-type {
    margin-bottom: 15px;
}
.employee-item .employee-info {
    min-height: 100px;
}
.employee-item .employee-info h3 {
    color: rgb(109, 100, 91);
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.employee-item .employee-info .employee-function,
.employee-item .employee-info .employee-company {
    margin: 0;
    color: rgb(32, 147, 204);
    font-weight: bold;
}


/*------------------------------------*\
    INPUT
\*------------------------------------*/

input[type="text"], input[type="email"] {
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    border: 1px solid #d3d3d3;
    margin: 0 0 20px 0;
}

input[type="submit"] {
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    border: none;
	background-color: rgb(200, 165, 0);
}

.button {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 35px;
    background: rgb(200, 165, 0);
    color: #fff;
}

.readmorenews {
    color: rgb(32, 147, 204);
    font-size: 20px;
    display: block;
    text-align: right;
    border-top: 1px dotted rgb(32, 147, 204);
    padding-top: 25px;
}
.overflow h2, .overflow a{
    color: #FFF;
}
/* Pagination*/
.pagination-news{
    height: 40px;
    font-size: 20px;
    margin-bottom: 40px;
}
.pagination-news .page-numbers{
    display: none;
}
.pagination-news a.prev.page-numbers, .pagination-news a.next.page-numbers{
    display: inline;
}
a.prev.page-numbers{
    float: left;
}
a.next.page-numbers{
    float: right;
}

/*------------------------------------*\
    GLOBALS
\*------------------------------------*/

.paddingright {
    padding-right: 50px;
}

.paddingleft {
    padding-left: 50px;
}

/*------------------------------------*\
    BOEK DB
\*------------------------------------*/

.boekdb {
    max-width: 100%;
    font-family: 'fontinregular', 'Open Sans', sans-serif;
}

.boekdb form {
    display: none;
}

.boekdb .letterfilter {
}

.boekdb .paging {
    width: 85px;
    position: absolute;
    top: -7px;
    right: 30px;
    font-size: 18px;
    font-weight: 700;
    border-top: none;
}

.boekdb .paging a:hover {
    background: rgb(32, 147, 204);
}

.boekdb .paging .pages,
.boekdb .paging .first,
.boekdb .paging .last {
    display: none;
}

.boekdb .paging .previous,
.boekdb .paging .next {
    background: none;
    color: rgb(32, 147, 204);
}

.boekdb .paging a.inactive {
    background: none;
    color: rgb(22, 100, 139);
}

.boekdb .etalage {
    padding: 0;
}

.boekdb ul.etalage.grid {
    padding: 0;
    margin-top: -40px;
}

.boekdb ul.etalage.grid.fivecolumns li {
    width: 20%;
    margin-bottom: 25px;
}

ul.etalage.grid li .cover {
    border: none;
}

ul.etalage.grid li .titleinformation {
}

ul.etalage.grid li .titleinformation h2 {
    text-align: center;
    font-size: 18px;
    border: none;
    padding: 0;
}

ul.etalage.grid li .titleinformation h2 a {
    color: rgb(32, 147, 204);
}

ul.etalage.grid li .titleinformation .author {
    font-style: italic;
    height: 25px;
    text-align: center;
    margin-top: -5px;
    font-size: 15px;
}

ul.etalage.grid li .titleinformation .author a {
    color: rgb(109, 103, 92);
    text-decoration: none;
    font-weight: 700;
}

ul.etalage.grid li .orderinformation {
    display: none;
}

.boekdb .authordetail .socialshare {
    display: none !important;
}

.boekdb .bookdetail .orderinformation a,
.boekdb .authordetail .authorinformation a {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 35px;
    background: rgb(200, 165, 0);
    color: #fff;
}
.boekdb .bookdetail .orderinformation a {
    background: #5fa646;
}

.boekdb .bookdetail .orderinformation a:hover {
    background: rgb(200, 165, 0);
}

.boekdb .bookdetail .format {
    display: none !important;
}

.boekdb .readables {
    position: relative;
    border: none;
}

.boekdb .readables a {
    position: absolute;
    top: -69px;
    left: 180px;
    display: inline-block;
    font-size: 16px;
    border: 1px solid rgb(200, 165, 0);
    border-radius: 5px;
    padding: 7px 30px;
    background: #fff;
    color: rgb(200, 165, 0);
    text-decoration: none;
}

.boekdb .thumbnails {
    display: none;
}

.boekdb .bookdetail {
    position: relative;
    padding: 75px 0 0 0;
}

.boekdb .bookdetail .titleinformation {
    position: absolute;
    top: 15px;
    left: 0;
    border-bottom: 1px dotted #d4d4d4;
    width: 100%;
}

.boekdb .bookdetail .titleinformation h2 {
    border: none;
    font-size: 19.5px;
}

.boekdb .bookdetail .titleinformation .author {
    font-size: 19.5px;
}

.boekdb .bookdetail .titleinformation .author a {
    text-decoration: none;
    color: rgb(32, 147, 204);
    font-weight: 700;
}

.boekdb .bookdetail .description, .authordetail .description {
    line-height: 30px;
    font-size: 16px;
    font-family: 'fontinregular', sans-serif;
    width: 450px;
}
.boekdb .bookdetail .rightcolumn .quotes {
    display:none;


}
.bookdetail .data .measure, .bookdetail .data .publisher,.bookdetail .data .imprint,.bookdetail .data .genre,.bookdetail .data .language{
    display:none;
}

.boekdb .bookdetail .data {
    /*display: none;*/
    line-height: 30px;
    font-size: 16px;
    font-family: 'fontinregular', sans-serif;
    /*margin-top: 220px;*/
    margin-top: 20px;
    border-top: none;
    width: 100%;
    position: relative;
    padding-top: 25px;
    border-top: 1px dotted #d3d3d3;
}
.book_hold_sidebar{
    list-style:none;
    padding:0;
}
.book_hold_sidebar li{
    margin-bottom:40px;
}
.book_hold_sidebar h2{
    border:none;
    margin:0;
    padding:0;

}
.biggerlink .info .title{
    display:block;
    width:100%;
    margin-bottom:10px;
}
.biggerlink .info .intro{
    font-size: 14px;
    color: rgb(109, 100, 91);
    font-weight: normal;
}
.biggerlink .info .author{
    font-size: 16px;
    display:block;
    font-weight: normal;
    font-style: italic;
}
.biggerlink .info .subtitle{
    font-size: 16px;
    display:block;
}

.book_hold_sidebar .button{
    color:#FFF;
    padding: 8px 20px;


}
.book_hold_sidebar .author{
    margin-bottom:20px;

}
.book_hold_sidebar .author a{
    color:#6C655B;
}
.book_hold_sidebar h2 a{
    color:#6C655B;

}
.book_hold_sidebar .data {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.book_hold_sidebar .cover {
    width: 36%;
    display: inline-block;
    vertical-align: top;
}

.boekdb .bookdetail .data:before {
    content: "Eigenschappen";
    position: absolute;
    top: -44px;
    left: 0px;
    padding: 7px 20px;
    background: rgb(200, 165, 0);
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}

.boekdb .bookdetail .data dt, .authordetail .data dt {
    width: 125px;
}

.boekdb .bookdetail .format {
    font-size: 16px;
    font-style: normal;
    margin: 10px 0;
    font-weight: 700;
    display: inline-block;
}

.boekdb .bookdetail .availability {
    font-size: 16px;
    font-weight: 700;
}

.boekdb .bookdetail .price {
    position: absolute;
    top: 54px;
    right: 0;
    padding: 25px 0 61px;
    width: 100px;
    color: #FFF;
    background: rgb(200, 165, 0);
    text-align: center;
    font-size: 20px;
}

.boekdb .price:after {
    content: "";
    position: absolute;
    top: 64px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 40px solid #fff;
}

.boekdb .bookdetail .rightcolumn, .authordetail .rightcolumn {
    width: 77%;
}

.boekdb .bookdetail .leftcolumn, .authordetail .leftcolumn {
    width: 20%;
}

.bookdetail .cover{
    margin-top: 20px;
}

.page-template-default .boekdb ul.etalage.grid {
    margin-top: 20px;
}

.page-template-default .rightcolumn h2 {
    font-size: 24px;
    margin-top: 15px;
    border: none;
}

.page-template-default .rightcolumn hr {
    opacity: 0;
    padding: 10px 0;
}

.page-template-default .leftcolumn .data {
    display: none;
}

.page-template-default .boekdb ul.etalage.grid li .cover {
    background: none !important;
    padding: 0;
}

.page-template-default .boekdb ul.etalage.grid li .cover img {
    padding: 0 !important;
}

.page-id-41 .col1-1,
.page-id-91 .col1-1,.page-id-19921 .col1-1 {
    margin-top: 75px;
}

.page-id-41 .col1-1,.page-id-19921 .col1-1 {
    margin-top: 20px;
}

.page-id-41 .boekdb .letterfilter, .page-id-19921 .boekdb .letterfilter {
    margin-top: -215px;
}

.page-id-41 .boekdb .paging,.page-id-19921 .boekdb .paging {
    top: 430px;
}

.page-id-41 .boekdb .paging a,.page-id-19921 .boekdb .paging a {
    color: rgb(22, 100, 139) !important;
}

.page-id-41 ul.etalage.grid li .cover,.page-id-19921 ul.etalage.grid li .cover {
    background: none;
}

.page-id-41 ul.etalage.grid li .cover img,.page-id-19921 ul.etalage.grid li .cover img {
    padding: 0;
}

/*.page-id-41 ul.etalage.grid li .description, .page-id-91 ul.etalage.grid li .description, .page-id-85 ul.etalage.grid li .description {*/
    /*display: none;*/
/*}*/
ul.etalage.grid li .description{
    display: none;
}

.boekdb .letterfilter {
    display: block;
    margin-top: -170px;
    border-top: none;
    margin-bottom: 110px;
}
.filter-no-margin .boekdb .letterfilter {
    margin-top: 0;
    margin-bottom: 0;
}

.boekdb .letterfilter ul li a {
    background: rgb(22, 100, 139);
    color: #fff;
    width: 35px;
    opacity: 1;
    transition: opacity 1s;
}
.ac_results{
    position: absolute;
    width: 260px !important;
    top: 77px;
    left: 1276px;
    display: none;
    background-color: #FFF;
    z-index: 9999;

}
.ac_results ul{
    list-style:none;
}
.ac_results ul li{
    width:100%;
}

.boekdb .paging a, .boekdb .letterfilter a, .boekdb .paging a:visited, .boekdb .letterfilter a:visited {
    background: rgb(22, 100, 139);
    color: #fff;
    width: 35px;
    opacity: 1;
    transition: opacity 1s;
}
.boekdb .paging a {
    color: rgb(32, 147, 204)!important;
}
.boekdb .paging a:hover {
    color: #fff!important;
}

.boekdb .letterfilter ul li a:hover {
    opacity: 0.70;
}

.boekdb .letterfilter ul li:first-child a {
    width: 45px;
}

.boekdb .letterfilter ul li:nth-child(2n) a {
    background: rgb(32, 147, 204);
}

.boekdb .letterfilter ul li a.active {
    background: rgb(22, 100, 139);
    position: relative;
    font-size: 24px;
    padding: 15px 10px !important;
    width: 70px;
    height: 58px;
}

.boekdb .letterfilter ul li a.active:before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    content: "";
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgb(22, 100, 139);
}

.boekdb .letterfilter ul li:nth-child(2n) a.active:before {
    border-top: 20px solid rgb(22, 100, 139);
}

ul.etalage.grid li .cover {
    background: url('img/atlas-schrijvers-achtergrond.jpg') center;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.etalage.grid li .cover img {
    padding: 30px;
}
.ac_results span {
    width: 75%;
    display: inline-block;
    margin-bottom: 8px;
}
.ac_results span.image {
    width: 23%;
    margin-right: 4px;
}

.boekdb ul.etalage.recent{
    margin-top: 20px;
}
ul.etalage.recent li .cover{
    background-image: none;
}

.page-template-default .boekdb ul.etalage.grid li .cover img, .bookdetail .cover img, .book_hold_sidebar .cover img, ul.etalage.grid li .cover img{
    border: 1px solid #eee;
}

/*------------------------------------*\
    CLEARFIX
\*------------------------------------*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* close commented backslash hack */
.page-about {
    
}
.employee-row h2 {

}
.page-about .about-title {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .main form {
        width: 100%;
    }

    .cycle-slideshow {
        display: none;
    }

    .mainmenu {
        display: none;
    }

    .news li .meta {
        width: 100%;
    }

    .header .responsivemenu {
        display: block;
    }

    .header .mainmenu {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .cols, .main form {
        width: 100%;
    }

    .main {
        text-align: center;
    }

    .main h1 {
        font-size: 18px;
    }

    .main h2 {
        font-size: 18px;
    }

    .third h2 {
        font-size: 24px;
    }

    .news li .image {
        display: none;
    }

    .calendar li .date,
    .calendar li .title {
        width: 100%;
    }

    .top-header .social {
        width: 100%;
        text-align: center;
    }

    .top-header .search {
        margin-bottom: 15px;
        width: 100%;
    }

    .paddingleft,
    .paddingright {
        padding: 0;
    }

    .subfooter ul li {
        line-height: 31px;
        border-right: none;
    }

    .content article img {
        max-width: 100%;
    }
    .search .biggerlink {
        width: 100%;
        display: block;
    }
    .search .biggerlink .info {
        width: auto;
        float: none;
    }
    .search .biggerlink h2 {
        float: none;
    }
    .search .biggerlink .image {
        width: auto;
        float: none;
        margin-right: 10px;
    }
	.col2-3 .calendar li .title{
		width: auto;
	}
	.boekdb .bookdetail .description{
		width: auto;
	}
	.boekdb .bookdetail .price{
		
	}
	.boekdb .bookdetail .data{
		width: auto;
	}
	.boekdb .readables a{
		position: static;
		margin-bottom: 30px;
	}
	.readables{
		margin-top: 0;
		padding-top: 0;
	}
	.boekdb .bookdetail .price{
		position: static;
		width: 100%;
		display: block;
		padding: 10px 0;
		margin-bottom: 10px;
	}
    .employee-item {
        width: auto;
        float: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 730px) {
    .search .biggerlink {
        width: 100%;
        display: block;
    }
    .search .biggerlink .info {
        width: 75%;
        float: left;
    }
    .search .biggerlink h2 {
        float: left;
    }
    .search .biggerlink .image {
        width: 23%;
        float: left;
        margin-right: 10px;
    }
}
@media only screen and (min-width: 750px) and (max-width: 1024px) {

    .search .biggerlink .image {
        width: 22%;
        float: left;
        margin-right: 10px;
    }
}
@media screen and (min-width: 480px) and (max-width: 640px) {
    .employee-item {
        width: 50%;
    }
}
@media (max-width: 767px) { 

	.podcastlist li
{
		width: auto;
		margin-right: 0;
	}

}
@media screen and (min-width: 641px) and (max-width: 768px) {
    .employee-item {
        width: 50%;
    }
}
@media screen and (min-width: 769px) and (max-width: 1020px) {
    .employee-item {
        width: 50%;
    }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
