@import url("clear.css");
@import url("aveqcms.css?v=2");

@font-face {
	font-family: 'EnglishRegular';
	src: url('english-webfont.eot');
	src: local('&#9786;'), url('english-webfont.woff') format('woff'), url('english-webfont.ttf') format('truetype'), url('english-webfont.svg#webfontxLaeqzzT') format('svg');
	font-weight: normal;
	font-style: normal;
}

.ie6 { display: none }

body,html {
	min-height:100%;
    height:100%;
}

body {
	min-height:100%;
    height:100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	margin: 0px;
	line-height: 2em;
    background:url('/body_bg.jpg') #7c5564 no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#backgroundimg{
	display:none;
}

#aveqcms {
	width: 100%;
    min-height:100%;
	text-align: left;
	position: relative;
	z-index: 4;
}

#header {
	width:90%;
    margin:0 auto;
	background: url(header_bg.png) 50% 100% no-repeat;
}

#header #logo{
	width:100%;
    
    max-width:400px;
    height:115px;
    display:none;
    
}

@media screen and (min-width: 1024px) {
	#header #logo{
    	display:block;
    }
}


#header #logo a img{
	width:100%;
    height:auto;
}

#headerTop {
	width:90%;
    top:0px;
    margin:0 auto;
    position:fixed;
    z-index:999;
    
    /* RGBa with 0.6 opacity */
   
    background:url('/body_bg.jpg') #7c5564 no-repeat center center fixed; 
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

@media screen and (min-width: 1024px) {
	#headerTop {
     background: #c8b5b3;
        -webkit-border-radius: 15px 15px 0px 0px;-moz-border-radius: 15px 15px 0px 0px;border-radius: 15px 15px 0px 0px;
        background-color: rgba(255,255,255,0.6);
    }
}

#headerMiddle .hamburger{
	display:inline-block;
    width:20px;
    height:20px;
    margin:0;
    padding:15px 0 0 15px;
    float:left;
}

#headerMiddle .hamburger div{
    width: 20px;
    height: 4px;
    background-color: #fff;
    margin: 4px 0;

}

#headerMiddle #search{
	height:40px;
    padding-top:10px;
    display:none;
}

#headerMiddle #logo-mobile{
	height:50px;
    margin: 0 auto;
    display: block;
}

#headerMiddle #logo-mobile a{
    height:40px;
    width:200px;
    margin: 0 auto;
    display: block;
}

@media screen and (min-width: 1024px) {
	#headerMiddle #logo-mobile{
        display:none;
    }
    
    #headerMiddle #search{
        display:block;
    }
}

#headerMiddle #logo-mobile a{
	height:40px;
    padding-top:10px;
}

#headerMiddle #search form{
  width:70% !important;
  position:relative;
  background:#000000;
  display:block;
  margin:5px auto;
}

#headerMiddle #search input {
	background-color: #c8b5b3;
	color: #fff;
	margin: 0px;
	border: 0px;
	font-size: 1.2em;
	line-height: 1.6em;
	height: 16px;
    width: calc(100% - 36px);
    padding-right:26px;
    outline:0;
    padding:5px 26px 5px 5px;
}

#headerMiddle #search input.submit {
	width: 26px; 
	height: 26px;
	border: 1px solid #c8b5b3;
	background: #c8b5b3 url(search_wit.gif) no-repeat 50% 50%;
    position:absolute;
    top:0;
    right:0;
}


#sitewide {
	text-transform: lowercase;
	margin-right: 0px;
	font-size: 1.1em;
    padding-bottom:10px;
	color: #fff;
    text-align:center;
        position: absolute;
    top: 15px;
    right: 10px;
}

#sitewide a {
	color: #67516b;
	padding: 20px 5px 20px 5px;
    font-size:14px;
    display:none;
}

#sitewide a:last-child {
	display:inline;
}

#sitewide a:hover {
	color: #fff;
}

#sitewide a img {
	margin-bottom: -2px;
    
}

#inner{
	width:90%;
    height:100%;
    background:#fff;
    margin:50px auto;
    
}

@media screen and (min-width: 1024px) {
	#sitewide {
    	position:relative;
        top:0;
    }

	#sitewide a {

    display:inline;
}

	#inner{
    	margin:0px auto;
    }
}



#loop{
	display:none;
}

.home #loop {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.home #loop div {
	width: 100%;
	height: 200px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#menu{
	position:absolute;
    z-index:9999;
    background:#fff;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:none;
}

#menu #mobile_search{
	height:50px;
    position:relative;
    border-bottom:1px solid #b0b0b0;
}

#menu #mobile_search input{
	position:absolute;;
    top:0;
    margin:0;
    padding:0;
}

#menu #mobile_search input[type="text"]{
	height:30px;
    width:70%;
    background-color:#c8b5b3;
    font-size:16px;
    left:2.5%;
    top:10px;
    border:0;
    padding-left:10px;
    
}

#menu #mobile_search input[type="submit"]{
	height:30px;
    width:20%;
    background-color:#c8b5b3;
    font-size:16px;
    color:#fff;
    right:2.5%;
    top:10px;
    content:'zoeken'
}

#menu a {
	display: block;
	line-height: 50px;
	font-size: 20px;
    height:50px;
	border-bottom: 1px solid #b0b0b0;
	color: #000;
	text-decoration: none;
    text-align:center;
    background:#fff;
}

#menu a.active:hover,
#menu a.active {
	border-bottom: 0px;
	color: #fff;
	cursor: default;
	background: #c8b5b3 url(arrow.gif) 6px 50% no-repeat
}

#menu a:hover {
	color: #c8b5b3;	
}

#menu .closemenu{
    text-align:right;
    font-size:40px;
    color:#c8b5b3;
    text-decoration:none;
    margin:10px;
    width:calc(100% - 20px);
    border-bottom:0;
}

#clockDiv{
	display:none;
    
}

.bibleMobile{
	display:block;
    width:100%;
    text-align:center;
}

.bibleMobile a{
    display:inline-block;
    width:150px;
    height:175px;
    background: url(/1819&field=Binary2);
}

#bibleDiv {
	display:none;
	width:100%;
	position: relative;
	margin-top: 30px;
	background: url('/aveqcmsResources/images/ajax-loader.gif') 50% 50% no-repeat;
    background-color:#fff;
}

#bibleDiv object{
	width:100%;
    background:#fff;
}

#bibleDiv a {
	display: none
}

#sleutels {
    width:100%;
    margin:0;
    padding:0;
    overflow:hidden;
    background:#fff;
    text-align:center;
}

#sleutels a{
	display:block;
	width:80%;
    height:60px;
    line-height:60px;
    margin:20px auto;
    background:#c8b5b3;
    text-decoration:none !important;
}

#sleutels a div{
    height:60px;
     line-height:60px;
    font-size:20px;
    color:#fff;
    text-decoration:none;
    display:block !important;
}

#sleutels a div i{
	margin-right:10px;
}

#publishedcontent {
	width: 100%;
	color: maroon;
    font-size: 1em;
}

#publishedcontent strong {
	color: maroon;
}

#publishedcontent a 		{ text-decoration: underline; color: #67516b }
#publishedcontent a:hover 	{ text-decoration: none; color: #c8b5b3 }

#publishedcontent ul {
	list-style-type: square;
	padding-left: 15px;
	color: #c8b5b3;
	margin-bottom: 5px;
}

#publishedcontent li {
	padding-left: 20px;
}

#publishedcontent hr {
	border: none;
	border-bottom: 1px solid #808080
}

#publishedcontent p.leading {
	font-weight: bold;
}

#publishedcontent p {
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 1.4em;
}

#publishedcontent ul {
	font-size: 1.4em;
    width:80%;
    margin:0 auto;
}

#publishedcontent ul ul {
	font-size: 1em;
}

#rightCol h1,
#publishedcontent h1 {
	font-size: 2.4em;
	font-weight: bold;
	color: #c8b5b3;
    padding:10px 20px 10px 20px;
    width: calc(100% - 40px);
    text-align:center;
}

.home #publishedcontent h1 {
	font-size: 5em!important;
	margin-bottom: 20px;
	font-family: 'EnglishRegular';
}


.home #publishedcontent h2 {
	font-size: 2.2em;
	font-weight: normal;
	font-style: italic;
	color: #67516b;
	margin-bottom: 5px;
	margin-top: 0px;
    text-align:center;
}

#publishedcontent h2,
#publishedcontent h3 {
	font-size: 2em;
	font-weight: bold;
	color: #c8b5b3;
	margin: 15px 20px 15px 20px;
    text-align:center;
}

#publishedcontent h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #c8b5b3;
	margin: 20px 0px 2px 0px
}

#publishedcontent h5 {
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	margin: 20px 0px 2px 0px
}

#publishedcontent h6 {
	font-size: 1em;
	font-weight: normal;
	margin: 20px 0px 2px 0px
}

#publishedcontent table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0px 10px 0px;
	font-size: 1.2em;
}

#publishedcontent table th {
	color: #0089c7;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	width: 150px;
	vertical-align: top;
}

#publishedcontent table tr td {
	padding: 3px;
	color: #000;
}


.folder{
	width: 100%;
    text-align:center;
    margin-bottom:20px;
    max-width:100%;
}

.emag{
	display:inline-block;
    width:71px;
    height:140px;
    transition: all 500ms;
}

.emag.small {
	margin: 10px;
    text-align: center;
	line-height: 13px;  
}

.emag.small span{
	margin-top:3px;
    float:left;
    width:100%;
    height:30px;
}
.emag.small a {
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);*/
}

.emag.half{
	float:left;
    width:50%;
    height:350px;
}
.emag.big{
	float:left;
    width:100%;
    height:350px;
    text-align: center;
    font-size: 1.4em;
}

.emag a {
	background-position: center center;
}
.emag:hover {
	opacity :0.7;
    transition: all 500ms;
}

.emag a{
	width:100%;
    height:90%;
    display:block;
    background-size:100%;
    background-size: contain;
	background-repeat: no-repeat;
}

.folder .small a{
	height:100px;
}

.emagThumRow{
	float:left;
    width:100%;
}

.emagThumRow .emag{
	margin-right:15px;
}

table#beschikbaar div {
	height: 60px;
	width: 100px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

table#beschikbaar th,
table#beschikbaar td {
	border-bottom: 1px solid #c8b5b3;
	padding: 3px;
}

table#beschikbaar th {
	border-bottom: 1px solid #c8b5b3;
	color: #67516b;
	font-weight: bold;
}

table#beschikbaar td.hover {
	background-color: #f0f0f0;
	cursor: pointer
}

table#beschikbaar a {
	background-color: transparent!important;
}

table#beschikbaar a.beschikbaar {
	background-image: url('arrowright.gif')!important;
	background-position: 100% 50%!important;
	background-repeat: no-repeat;
	line-height: 18px!important;
	display: block!important;
	padding-right: 25px!important;
	font-weight: bold;
	text-align: right;
}


#end {
	background: url(end.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 17px;
}

#footer span {
	width: 937px;
	margin-left: -443px;
	left: 50%;
	line-height: 1.5em;
	text-align: left;
	font-size: 1.2em;
	position: absolute;
	top: 85px;
}

#footer span span {
	width: auto;
	margin: auto;
	left: auto;
	top: auto;
	line-height: auto;
	font-size: 1em;
	position: relative;
}

#footer label{
	width: 100px;
	float: left;
	font-size: 1em;
	display:inline-block;
}

#footer input {
	width: 150px;
	font-size: 10px
}


#footer .submitButtonTable {
	padding-left: 0px;
}

#footer .errmsg {
	display: none!important
}

#footer input.submit {
	width: auto;
	font-size: 1em;
}

#footer div {
	width: 325px;
	margin-right: 20px;
	float: left;
}

#footer div div {
	width: auto;
	margin: auto
}

#footer div#tabber {
	width: 280px;
}

#footer div.first {
	width: 572px
}

#footer div.second {
	display: none
}

#footer div.third {
	margin-top: 10px;
}

#footer div.third img {
	margin-right: 5px;
	float: left;
}

#footer div.third span {
	float: left;
	height: 50px;
	width: 150px;
}

#push {
	margin: 0px auto;
	height: 195px; /* .push must be the same height as .footer */
	clear: both;
}

#footer {
	position: relative;
	float: none;
	width: 1600px;
	height: 195px;
	margin: 0px auto;
	width: 100%;
	z-index: 99;
	background: url('footer.png?v=2') 50% 0 no-repeat;
	clear: both;
}

/*body > #footer { position: fixed; }*/

#footer a:hover {
	color: #fff;
}

#footer a {
	color: #67516b;	
	display: block;
}

.item256 #publishedcontent object {
	float: left;
}

#issuuWrapper .issuuembed {
	width:100% !important;
}

#issuuWrapper.half, #issuuViewer.half{
	float:left;
}

#audio span {
width: 125px;
margin-right: 10px;
font-size: 1.2em;
margin-bottom: 10px;
display:inline-block;
text-align:center;
}
#audio{
	display: block;
	width: 100%;
}

#audio span div.cover {
	text-align:center;
	width:60px;
	height: 60px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	/*background-color: #f0f0f0*/
    margin:0 auto;
}
.mp3Title{
	overflow:hidden;
	width: 100%;
	display: block;
	font-weight: bold;
}
.cover a{
	display:block;
	height:100%;
}


input, select, textarea, button	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #fff;
	border: 1px solid #4d4545;
	color: #000;
	width: 90%;
    height:25px;
	margin: 2px;
	font-size: 1em;
}
textarea{
	width:90%;
    height:100px;
    margin:0 auto;
}

#aveqForm240_2{
	text-align:center;
}

#aveqForm240_2 label{
	font-size:14px;
}

label {
	display: inline-block;
	font-size: 1.2em;
	width: 150px;
	font-weight: bold;
	color: #67516b}

.submitButtonTable {
	width:90%;
    height:30px;
    text-align:center;
    margin:20px auto;
}

.submitButtonTable input.submit {
	width:90%;
    height:30px;
    padding:0; 
    display:inline-block;
    
    margin:0 auto;
}

.errmsg {
	padding-left: 153px;
	display: block;
	margin: 1px 0 0 0!important
}



input.submit {
	font-weight: bold;
	background-color: #c8b5b3;
	border: 1px solid #c8b5b3;
	color: #fff;
	font-size: 1.4em;
	padding: 3px 5px 3px 5px;
	width: auto;
}

input.submit:hover {
	background-color: #fff;
	color: #c8b5b3;
	cursor: pointer
}



/* Classes */
#modelwoning { 
	background: url('modelwoning.png');
	position: absolute;
	bottom: -100px;
	left: -20px;
	display: block;
	z-index: 999;
	width: 100%;
	height: 154px;
}

#woninginfo {
	position: relative;
	width: 100%
}

#woninginfo .gallery {
	position: absolute;
	top: -35px;
	right: -35px;
}

#woninginfo .gallery a {
	margin: 0px;
}

#woninginfo span {
	font-size: 1.2em;
}

.clockMobile{
  width:100%;
  height:168px;
  text-align:center;
  margin-bottom:40px;
  clear:all;
}

.clockMobile a{
	//height:168px;
    //width:168px;
    display:inline-block;

    //background: url(/1818&field=Binary2);
}

.mfp-content{
	height:100%;
}

#fb5-ajax #fb5 #fb5-container-book-mobile{
position:absolute;
top:0;
left:0;

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

#bibleDiv {
	display:block;
}
    #sleutels a div{
        display:none !important;
    }
    
    #sleutels a{
        display:inline-block;
        height:240px;
        width:120px;
        background: url(/416&field=Binary2) -151px 0px;
        outline:0;
        margin:0;
    }
    #sleutels a{
        background: url(/416&field=Binary2) -143px 0px;
    }    
    
    #sleutels a:nth-child(2){
        background: url(/416&field=Binary2) -278px 0px;
    }
    
    #sleutels a:nth-child(3){
        background: url(/416&field=Binary2) -8px 0px;
    }
    
    #sleutels a:hover{
        background: url(/416&field=Binary2) -143px -248px;
    }
    
    #sleutels a:hover:nth-child(2){
        background: url(/416&field=Binary2) -278px -248px;
    }
    
    #sleutels a:hover:nth-child(3){
        background: url(/416&field=Binary2) -8px -248px;
    }
}

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

.mfp-content{
	height:auto;
}

.clockMobile{
	display:none;
}

#clockDiv,#loop{
display:block;
}

#headerMiddle #search form{
	margin:0 0 0 20px;	
   
}

#headerMiddle #search input{
	width:100%;
    padding-right:26px;
}

#headerMiddle #search input.submit{
	right:-28px;
}

#headerMiddle .hamburger{
	display:none;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	margin: 0px;
	line-height: 2em;
	background-color: #7c5564;
}

.item256 #publishedcontent object {
	float: left;
}

#issuuWrapper .issuuembed {
	width:100% !important;
}

#issuuWrapper.half, #issuuViewer.half{
	float:left;
}

#audio span {
width: 125px;
margin-right: 10px;
font-size: 1.2em;
margin-bottom: 10px;
float: left;
}
#audio{
	display: block;
	width: 100%;
	float: left;
}

#audio span div.cover {
	width:60px;
	height: 60px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	/*background-color: #f0f0f0*/
}
.mp3Title{
	overflow:hidden;
	width: 100%;
	display: block;
	font-weight: bold;
}
.cover a{
	display:block;
	height:100%;
}

body,html {
	height: 100%;	
}


.bg {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
} 

input, select, textarea, button	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #fff;
	border: 1px solid #4d4545;
	color: #000;
	width: 200px;
	padding: 2px;
	margin: 2px;
	font-size: 1em;
}

label {
	display: inline-block;
	font-size: 1.2em;
	width: 150px;
	font-weight: bold;
	color: #67516b}

.submitButtonTable {
	padding-left: 153px;
}

.errmsg {
	padding-left: 153px;
	display: block;
	margin: 1px 0 0 0!important
}



input.submit {
	font-weight: bold;
	background-color: #c8b5b3;
	border: 1px solid #c8b5b3;
	color: #fff;
	font-size: 1.4em;
	padding: 3px 5px 3px 5px;
	width: auto;
}

input.submit:hover {
	background-color: #fff;
	color: #c8b5b3;
	cursor: pointer
}


/* Classes */
#modelwoning { 
	background: url('modelwoning.png');
	position: absolute;
	bottom: -100px;
	left: -20px;
	display: block;
	z-index: 999;
	width: 294px;
	height: 154px;
}
#aveqcms {
	width: 991px;
	text-align: left;
	position: relative;
	z-index: 4;
}

#aveqcms {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -195px; 
}

#inner {
	background: url(aveqcms_bg.png);
	position: relative;
	z-index: 4;
	width: 991px;
}

#woninginfo {
	position: relative;
	width: 100%
}

#woninginfo .gallery {
	position: absolute;
	top: -35px;
	right: -35px;
}

#woninginfo .gallery a {
	margin: 0px;
}

#woninginfo span {
	font-size: 1.2em;
}

/* header */
#header {
	background: url(header_bg.png) 50% 100% no-repeat;
}

#header #logo a img{
	width:400px;
    height:115px;
}

#headerTop {
	position: absolute;
	top: 65px;
	right: 19px;
	z-index: 2;
    width:270px;
    height:50px;
}


#headerTop div {
	float: right;
}

#sitewide {
	text-transform: lowercase;
	text-align: right;
	margin-right: 0px;
	font-size: 1.1em;
	color: #fff;
    padding-top:15px;
}

#sitewide a {
	color: #67516b;
	padding: 20px 5px 20px 5px;
    font-size:12px;
}

#sitewide a:hover {
	color: #fff;
}

#sitewide a img {
	margin-bottom: -2px
}

#logo {
	float: left;
	margin-left: 0px;
}


/* columnLayout */
#leftCol {
	width: 200px;
	float: left;
	margin-left: 27px;
}

#clockDiv {
	position: relative;
	font-size: 1.2em;
	text-align: center;
}

#clockDiv a {
	display: none
}

#middleCol {
	float: left;
	width: 519px;
	padding: 15px 15px 15px 0;
}

#rightCol {
	float: left;
	width: 170px;
	padding: 15px;
	margin-left: 15px;
}

#rightCol ul {
	font-size: 1.2em;
	list-style-type: disc;
	padding-left: 15px;
	margin-bottom: 15px;
}

.home #middleCol {
	width: 730px;
	line-height: 2.4em
}

.home #publishedcontent {
	width: 360px;
	float: left;
	color: maroon;
	margin-left: 35px;
	margin-top: 10px;
}

#pageBody {
	display: block;
    opacity:1;
	width: 360px;
	background: #fff;
}

#publishedcontent strong {
	color: maroon;
}

.home #loop {
	width: 320px;
	height: 580px;
	overflow: hidden;
	float: left;
}
.home #loop div {
	width: 320px;
	height: 580px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.home #publishedcontent p {
	padding: 0px
}
.home p{
	line-height:1.3em;
	margin-bottom:10px !important;
}

#rightCol h2 a{
	color: #000;
	margin: 0px;
}

#rightCol a {
	color: #c8b5b3;
}

.vervolg #loop {
	width: 195px;
	height: 250px;
	margin-top: 17px;
	overflow: hidden;
	float: left;
}


/* menu */


#menu{
	position:relative;
	display:block;
    width:auto;
    height:auto;
}

#inputZoek::-webkit-input-placeholder { /* WebKit browsers */
	color: transparent;
}
#inputZoek:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: transparent;
}
#inputZoek::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: transparent;
}
#inputZoek:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: transparent;
}

#inputZoekButton{
color: transparent !important;
}


#menu #mobile_search{
	display:none;
}
#menu .closemenu{
	display:none;
}

#menu {
	padding: 15px;
	margin-bottom: 0px;
}

#menu a {
	display: block;
	padding-left: 20px;
	line-height: 27px;
    height:27px;
	font-size: 1.5em;
	border-bottom: 1px solid #b0b0b0;
	color: #000;
	text-decoration: none;
    text-align:left;
}

#menu a.active:hover,
#menu a.active {
	border-bottom: 0px;
	color: #fff;
	cursor: default;
	background: #c8b5b3 url(arrow.gif) 6px 50% no-repeat
}

#menu a:hover {
	color: #c8b5b3;	
}

/* rightCol */
#rightCol h2,
#rightCol p {
	font-size: 1.2em;	
}

/* footer */
#end {
	background: url(end.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 17px;
}

#footer span {
	width: 937px;
	margin-left: -443px;
	left: 50%;
	line-height: 1.5em;
	text-align: left;
	font-size: 1.2em;
	position: absolute;
	top: 85px;
}

#footer span span {
	width: auto;
	margin: auto;
	left: auto;
	top: auto;
	line-height: auto;
	font-size: 1em;
	position: relative;
}

#footer label{
	width: 100px;
	float: left;
	font-size: 1em;
	display:inline-block;
}

#footer input {
	width: 150px;
	font-size: 10px
}


#footer .submitButtonTable {
	padding-left: 0px;
}

#footer .errmsg {
	display: none!important
}

#footer input.submit {
	width: auto;
	font-size: 1em;
}

#footer div {
	width: 325px;
	margin-right: 20px;
	float: left;
}

#footer div div {
	width: auto;
	margin: auto
}

#footer div#tabber {
	width: 280px;
}

#footer div.first {
	width: 572px
}

#footer div.second {
	display: none
}

#footer div.third {
	margin-top: 10px;
}

#footer div.third img {
	margin-right: 5px;
	float: left;
}

#footer div.third span {
	float: left;
	height: 50px;
	width: 150px;
}

#push {
	margin: 0px auto;
	height: 195px; /* .push must be the same height as .footer */
	clear: both;
}

#footer {
	position: relative;
	float: none;
	width: 1600px;
	height: 195px;
	margin: 0px auto;
	width: 100%;
	z-index: 99;
	background: url('footer.png?v=2') 50% 0 no-repeat;
	clear: both;
}

/*body > #footer { position: fixed; }*/

#footer a:hover {
	color: #fff;
}

#footer a {
	color: #67516b;	
	display: block;
}


/* Published content */

#publishedcontent {
	font-size: 1em;
}

#publishedcontent img{
	margin: 5px;
}

.home #publishedcontent img {
	margin: 0px;
}

#publishedcontent a 		{ text-decoration: underline; color: #67516b }
#publishedcontent a:hover 	{ text-decoration: none; color: #c8b5b3 }

#publishedcontent ul {
	list-style-type: square;
	padding-left: 15px;
	color: #c8b5b3;
	margin-bottom: 5px;
}

#publishedcontent li {
	padding-left: 10px;
}

#publishedcontent hr {
	border: none;
	border-bottom: 1px solid #808080
}

#publishedcontent p.leading {
	font-weight: bold;
}

#publishedcontent p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.2em;
}

#publishedcontent ul {
	font-size: 1.2em;
}

#publishedcontent ul ul {
	font-size: 1em;
}

#rightCol h1,
#publishedcontent h1 {
	font-size: 2.4em;
	font-weight: bold;
	color: #c8b5b3;
	margin-bottom: 15px;
}

.home #publishedcontent h1 {
	font-size: 5em!important;
	margin-bottom: 20px;
	font-family: 'EnglishRegular';
}


.home #publishedcontent h2 {
	font-size: 2.2em;
	font-weight: normal;
	font-style: italic;
	color: #67516b;
	margin-bottom: 5px;
	margin-top: 0px;
}

#publishedcontent h2,
#publishedcontent h3 {
	font-size: 2em;
	font-weight: bold;
	color: #c8b5b3;
	margin: 15px 0px 15px 0px
}

#publishedcontent h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #c8b5b3;
	margin: 20px 0px 2px 0px
}

#publishedcontent h5 {
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	margin: 20px 0px 2px 0px
}

#publishedcontent h6 {
	font-size: 1em;
	font-weight: normal;
	margin: 20px 0px 2px 0px
}

#publishedcontent table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0px 10px 0px;
	font-size: 1.2em;
}

#publishedcontent table th {
	color: #0089c7;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	width: 150px;
	vertical-align: top;
}

#publishedcontent table tr td {
	padding: 3px;
	color: #000;
}


table#beschikbaar div {
	height: 60px;
	width: 100px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

table#beschikbaar th,
table#beschikbaar td {
	border-bottom: 1px solid #c8b5b3;
	padding: 3px;
}

table#beschikbaar th {
	border-bottom: 1px solid #c8b5b3;
	color: #67516b;
	font-weight: bold;
}

table#beschikbaar td.hover {
	background-color: #f0f0f0;
	cursor: pointer
}

table#beschikbaar a {
	background-color: transparent!important;
}

table#beschikbaar a.beschikbaar {
	background-image: url('arrowright.gif')!important;
	background-position: 100% 50%!important;
	background-repeat: no-repeat;
	line-height: 18px!important;
	display: block!important;
	padding-right: 25px!important;
	font-weight: bold;
	text-align: right;
}


#aveqimedia {
	width: 170px;
	height: 19px;
	display: block;
	background: url('/aveqcmsResources/images/aveqim_80.png') no-repeat;
	margin: 10px;
	z-index: 9;
	position: fixed;
	top: 2px;
	right: 2px;
}
.bibleMobile {
	display:none;
}
#bibleDiv {
	display:block;
	position: relative;
	margin-top: 30px;
	background: url('/aveqcmsResources/images/ajax-loader.gif') 50% 50% no-repeat;
}

#bibleDiv a {
	display: none
}

#sleutels {
	height: 240px!important
}

#sleutels div {
	width: 113px;
	height: 240px;
	display: none;
}

.folder{
	width: 790px;
    float:left;
}


/* magazine style*/
#fb5 #fb5-all-pages .fb5-container-pages {
  background: none repeat scroll 0 0 #000000;
  box-shadow: inset 0 0 40px rgba(62, 64, 65, 0.8);
}

#fb5 #fb5-footer .fb5-bcg-tools {
	background: none; 
}


#fb5 .fb5-menu li.fb5-goto button {
	width:25px;
    top: 6px;
	height: 19px;
    padding-left:5px;
}


#fb5 .fb5-menu li.fb5-goto input[type='text'] {
	width: 35px;
    padding-right: 27px;
    background: #FFF;
    height: 19px;
    box-shadow: none;
    border: none;
}

#fb5 .fb5-menu li a.fb5-fullscreen{
	background-image:url(/aveqcmsResources/jquery/DiamondFlipBook/img/full_screen_inv.png);
    background-size: 70%;
    background-position: 0 0px;
    margin-top: 3px;
    margin-left: 5px;
}

#fb5 .fb5-menu li a.fb5-fullscreen:hover {
	background-position: 0 0px;
}

#fb5 .fb5-menu li button{
	font-size: 36px;
    width: auto;
    height: 31px;
    line-height: 10px;
}
#fb5 .fb5-bcg-book {
	background:#F6F6F6!important;
    width:100%;
    height:100%;
}

#fb5 .fb5-container-book{
	width:100%;
    height:100%;
}
#fb5 .fb5-tooltip {
	background: #c8b5b3 !important;
	color: #FFFFFF;
}
#fb5 .fb5-tooltip b{
	border-top: 10px solid #c8b5b3;
}

#fb5 .fb5-page-book img{
	position:relative;
}


.emag{
	float:left;
    width:71px;
    height:140px;
    transition: all 500ms;
}
.emag.small {
	margin: 10px;
    text-align: center;
	line-height: 13px;
  
}

.emag.small span{
	margin-top:3px;
    float:left;
    width:100%;
}
.emag.small a {
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);*/
}

.emag.half{
	float:left;
    width:50%;
    height:350px;
}
.emag.big{
	float:left;
    width:100%;
    height:350px;
    text-align: center;
    font-size: 1.4em;
}
.emag a {
	background-position: center center;
}
.emag:hover {
	opacity :0.7;
    transition: all 500ms;
}

.emag a{
	width:100%;
    height:90%;
    display:block;
    background-size:100%;
    background-size: contain;
	background-repeat: no-repeat;
}

.emagThumRow{
	float:left;
    width:100%;
}

.emagThumRow .emag{
	margin-right:15px;
}
.mfp-iframe{
	max-width:100%;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 100%;
  max-height:100%;
}

.mfp-iframe-holder {
  padding-top: 8px;
  padding-bottom: 8px;
  box-sizing: border-box;
}

.mfp-wrap{
	overflow-y:hidden!important;
}


.mfp-iframe-scaler .mfp-close{
	display:none;
}

 img.tall-image {
	height:auto!important;
    max-width:100%!important;
}
 img.wide-image{
	width:100%!important;
    height:auto!important;
}

#fb5 .fb5-nav-arrow {
	background-repeat:no-repeat!important;
}
#mediaspace{
	bottom:0px;
    position:absolute!important;
    width: 70%!important;
    z-index: 99!important;
    bottom: 0px;
    left: 15%;
    background-color: transparent!important;
}

#mediaspace_video_wrapper video{
	display:none!important;
}

#mediaspace_jwplayer_controlbar{
	width:100%;
    background-color: transparent!important;
}

#mediaspace_jwplayer_controlbar_elements{
	width:100%;
    background-color: transparent!important;
}
#mediaspace_jwplayer_controlbar_timeSlider{
	width:80%!important;
}

#mediaspace_jwplayer_controlbar_timeSliderRail{
	width:100%!important;
}		

#mediaspace_wrapper{
	position:absolute!important;
    width: 70%!important;
    z-index: 99;
    bottom: 0px;
    left: 15%;
}
#closeFull{
  background: none;
  position: absolute;
  left: 54%;
  bottom: 0px;
}
#closeFull button{
	font-size: 36px;
    width: auto;
    height: 31px;
    line-height: 10px;
    border: none;
cursor: pointer;
}

.fb5-page-book .fb5-preloader-page{
	z-index:1;
}
.fb5-page-book img{
	z-index:2;
}

.turn-page.line{
	border-left: 1px solid #F0F0F0!important;
}


}


@media screen and (min-width: 1024px) {
  .readmore-button{
      display:none!important;
  }
}

.vragencontact{
font-size:14px;
display:block;
background:#c8b5b3;
color:#fff !important;
text-align:center;
padding:5px 10px 5px 10px;
text-decoration:none !important;
max-width:250px;
margin:0 auto 20px auto;
}

