/* Slider op veld in artikel */
div.flexslider {
	clear: both;
}

div.flexslider li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.flexslider img {
	width: 100%;
	height: auto;
}

div.flexslider div.flex-viewport,
div#flexslider-1 {
	width: 100%;
}

div.flexslider ul.slides {
	margin-left: -40px;
}

div.flexslider a.flex-prev {
	width: 40px;
	position: absolute;
	height: 352px;
	margin-top: -368px;
	left: 10px;
	background: url(../images/driehoek_60_links.png) no-repeat 10px 160px;
	text-indent: -1000px;
	overflow: hidden;
}

div.flexslider a.flex-next {
	width: 40px;
	position: absolute;
	height: 352px;
	margin-top: -368px;
	right: 10px;
	background: url(../images/driehoek_60_rechts.png) no-repeat 0 160px;
	text-indent: -1000px;
	overflow: hidden;
}

ol.flex-control-paging {
	display: none;
}

body.pda div.flexslider a.flex-prev {
	left: 21px !important;
}

body.pda div.flexslider a.flex-next {
	left: 593px !important;
}

body.page-bestellingen aside.sidebars {
	display: none;
}
body.page-bestellingen div#content {
	width: 991px!important;
}
body.page-bestellingen div.content {
	width: 991px!important;
}
body.page-bestellingen div#views-exposed-form {
	width: 960px;
}

#flexslider-1{
    margin-top: 30px;
}
.print_mail,
.inschrijven-nieuwsbrief,
.tip-redactie{
	margin-left: 0;
	margin-right: 10px;
}

.print_mail:before{
	content: '\f003';
	font-family: FontAwesome;
	margin-right: 5px;
}

.inschrijven-nieuwsbrief:before{
	content: '\f007';
	font-family: FontAwesome;
	margin-right: 5px;
}

.tip-redactie:before{
	content: '\f0a1';
	font-family: FontAwesome;
	margin-right: 5px;
}
#block-block-13,
#block-print-print-links{
	margin-bottom: 0;
}
#block-block-69{
	margin-top: 30px;
}
.meer-nieuws{
	display: inline-block;
	margin-bottom: 20px;

}
#userbar{
	text-align: right;
	font-size: 12px;
}
.check-in{
	display: inline-block;
    background: #ff6600;
    color: white;
    margin-left: 10px;
    padding: 5px 28px 5px 9px;
    border-radius: 4px;
    transition: all 0.4s;
    background-image: url(../images/checkin.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 60px 8px;
}

.check-in:hover{
	color:white;
	text-decoration: none;
	background: #eb6f1d;
	background-image: url(../images/checkin.png);
    background-size: 20px;
    background-repeat: no-repeat;
	background-position: 85px -5px;

}
.social{
	margin-top: 30px;
	margin-bottom: 30px;
}

.social i{
	margin-right: 10px;
	font-size: 23px;
}

.subfooter{
	text-align: center;
	background: #6b6b6b;
	color: white;
	padding: 10px;
	font-size: 12px;
}


.field-name-field-website a{
	word-break: break-all;
}


