@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,800);
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700);
body {
	background: white;
}
body, textarea, input, select {
	font-family: 'Vollkorn';
	font-size: 17px;
	color: #2b2b2b;
}
textarea, input, select {
	border-width: 1px;
	border-style: solid;
}
h1,h2,h4 {
	color: #1c1c1c;
}
h1 {
	margin: 0 0 15px;
	font-family: 'Raleway';
	font-size: 38px;
	text-transform: uppercase;
}
h2 {
	margin: 0 0 15px;
	font-family: 'Raleway';
	text-transform: uppercase;
	font-weight: 800;
	font-size: 25px;
    line-height: 1.1;
}
h3 {
	margin: 30px 0 15px;
	font-family: 'Raleway';
	font-size: 20px;
	color: #771616;
	text-transform: uppercase;
}
h4 {
	margin: 30px 0 15px;
	font-family: 'Raleway';
	font-weight: 800;
	text-transform: uppercase;
	font-size: 16px;
	color: #1C1C1C;
}
h2+p, h3+p {
	margin-top: 0;
}
p {
	margin: 10px 0 20px;
}
main p,main li {
	line-height:25px;
}
p+h2 {
	margin-top: 30px;
}
a {
	color: #ba9753;
	text-decoration: none;
}
a:hover {
	color: #9F8049;
}
.button, button {
	border: 0px !important;
	padding: 10px 15px;
	background-color: #ba9753;
	color: #FFF;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'Raleway';
	font-weight: bold;
}
.button:hover, button:hover {
	color: #FFF;
	background-color: #9D804E;
	border: 0px;
}

#wrapper {
	width: 100%;
	min-height: 100%;
}
header {
	min-height: 315px;
	width: 100%;
	text-align: center;
	background-color: #1c1c1c;
	position: relative;
	z-index:500;
}
header:after {
	height: 132px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	content: '';
	background-image: url(/static/img/logomenubg.png);
	background-repeat: repeat-x;
}
header .imgwrap img {
	display: inline-block;
	vertical-align: top;
}
header.carousel {
	min-height: 649px;
}
header .carouselwrap {
	height: 649px;
	white-space: 100%;
	position: relative;
}
header .carouselwrap .item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 649px;
	line-height: 600px;
	opacity: 0;
	visibility:hidden;
	overflow: hidden;
	transition: all 2s ease;
}
header .carouselwrap .item.active {
	opacity: 1;
	visibility: visible;
}
header .carouselwrap .item .img {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 649px;
}
header .carouselwrap .item div:nth-child(2) {
	line-height: 20px;
	vertical-align: middle;
	display: inline-block;
	width: 1000px;
	color: #FFF;
	position: relative;
	margin-top: 75px;
	text-align: left;
}
header .carouselwrap .item div h2 {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 55px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #FFF;
}
header .carouselwrap .item div p {
	font-size: 20px;
	line-height: 30px;
	width: 70%;
}
header .carouselwrap .item div a {
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding: 0 15px;
	color: #FFF;
	text-decoration: none;
	background-color: #ba9753;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Raleway';
	font-weight: bold;
}
header .carouselwrap .item div a:after {
	content: " »";
	font-size: 18px;
	font-family: 'Arial';
	font-weight: normal;
}
header .carouselwrap .carouselprev,.prevrider {
	position: absolute;
	top:325px;
	left:2%;
	display: inline-block;
	width:50px;
	height:60px;
	background-image: url(/static/img/previous-light.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 5;
}
header .carouselwrap .carouselnext,.nextrider {
	position: absolute;
	top: 325px;
	right: 2%;
	display: inline-block;
	width: 50px;
	height: 60px;
	background-image: url(/static/img/next-light.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 5;
}
header .carouselwrap .bullets {
	position: absolute;
	bottom: 75px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	text-align: center;
	z-index: 9;
}
header .carouselwrap .bullets .bullet {
	width: 5px;
	height: 5px;
	border-style: solid ;
	border-width:  10px;
	border-color: rgba(255,255,255,.0);
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
	background-color: #FFF;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    transition: border-color .5s ease;
}
header .carouselwrap .bullets .bullet:hover, header .carouselwrap .bullets .bullet.active {
	border-color: rgba(255,255,255,.25);
}
header .headerwrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 501;
	font-family: 'Raleway';
}
header .headerwrap:before {
	height: 42px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-color: #1c1c1c;
	z-index:0;
}
header .headerwrap > div:first-child {
	height: 42px;
	line-height: 42px;
	position: relative;
	z-index:10;
}
header .headerwrap > div:first-child > * {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	z-index: 809;
}
header .headerwrap .fbheader {
	display: inline-block;
	margin: 0 15px;
	height: 16px;
	width: 16px;
	background-image: url(/static/img/fbheader.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

header .headerwrap .instaheader {
	display: inline-block;
    margin: 0 60px 0 15px;
	height: 16px;
	width: 16px;
	background-image: url(/static/img/instaheader.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
header .headerwrap .instaheader:hover{ background-image: url(/static/img/instaheader-hover.svg); }
header .headerwrap .fbheader:hover{ background-image: url(/static/img/fbheader-hover.svg); }
header .langWrap {
	display: inline-block;
	position: absolute;
	top: 3px;
    margin-left: -46px;
	min-width: 30px;
}
header .langWrap ul {
	padding: 33px 0 0 0;
	background-color: #1c1c1c;
	border-left: 5px solid #1c1c1c;
	border-right: 5px solid #1c1c1c;
	margin-left: 0px;
}
header .langWrap li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
	display: none;
}
header .langWrap:hover ul {
}
header .langWrap li.actief {
	display: inline-block;
	position: absolute;
	top: 5px;
    left: 5px;
}
header .langWrap li a {
	display: inline-block;vertical-align: top;
}
header .langWrap li a img {
	display: inline-block;
	vertical-align: top;
}
header .langWrap ul:hover li {
	display: block;
}
header .headerwrap .contactinfo {
	display: inline-block;
	width: 770px;
	margin-left: 0px;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
	background-image: url(/static/img/phone.svg);
	background-repeat: no-repeat;
	background-position: left 50%;
	background-size: 14px 14px;
	transition: all 0.5s ease;
	color: #FFF;
}
header .headerwrap .contactinfo p {
	display: inline-block;
	font-weight: bold;
	position: relative;
	width: 35%;
	line-height: 40px;
	margin: 0;
	line-height: 17px;
}
header .headerwrap .contactinfo p span:first-child {
	color: #B2B2B2;
	padding-right: 5px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
}
.scrolled header .headerwrap .contactinfo {
	width: 430px;
	margin-left: 300px;
	padding-left: 0px;
	background-image: none;
}
.scrolled header .headerwrap .contactinfo p span:first-child {
	display: block;
}
header .headerwrap nav {
	display: inline-block;
	color: #FFF;
}
header .headerwrap nav ul {
	margin-left: 0px;
}
header .headerwrap nav li {
	display: inline-block;
	list-style: none;
	margin: 0 8px;
	position: relative;
	line-height: 30px;
}
header .headerwrap nav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
}
header .headerwrap > div nav li.hassubs {
	padding-right: 20px;
	background-image: url(/static/img/down.svg);
	background-size: 9px 9px;
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
header .headerwrap > div + div nav a {
	font-size: 14px;
    line-height: 40px;
}
header .headerwrap > div nav li ul {
	position: absolute;
	top: 30px;
	line-height: 36px;
	min-width: 200px;
	text-align: left;
	left: 50%;
	margin-left: -50%;
	background-color: #FFF;
	color: #2b2b2b;
	display: none;
}
header .headerwrap > div + div nav li ul {
	top: 35px;
}
.scrolled header .headerwrap > div + div nav li ul {
	top: 42px;
}
header .headerwrap > div nav > ul > li:hover ul {
	display: block;
}
header .headerwrap > div nav li ul li {
	display: block;
	margin: 0 0;
	padding: 0 10px;
}
header .headerwrap > div nav li ul li a {
	color: #2b2b2b !important;
	display: block;
}
header .headerwrap > div nav li ul li:nth-child(even) {
	background-color: #f1f1f1;
}
header .headerwrap > div nav li ul li a:hover {
	color: #ba9753  !important;
}
header .headerwrap > div nav li.hassubs:after {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	display: none;
	top: 22px;
	right: 0px;
	background-image: url(/static/img/submenu-top.svg);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: right 50%;
}
header .headerwrap > div + div nav li.hassubs:after {
	top: 27px;
}
.scrolled header .headerwrap > div + div nav li.hassubs:after {
	top: 34px;
}
header .headerwrap > div nav li.hassubs:hover:after {
	display: block;
}
header .headerwrap > div nav a:hover,header .headerwrap > div nav li.huidig > a {
	color: #ba9753;
}
header .headerwrap > div:first-child, header .headerwrap > div:first-child a {
	color: #B2B2B2;
}
header .headerwrap > div + div {
	padding-top: 10px;
	line-height: 80px;
	transition: all 0.5s ease;
}
.scrolled header .headerwrap > div + div {
	padding-top: 0px;
	line-height: 45px;
	background-color: #762727;
	position: relative;
}
header .headerwrap > div + div #logo {
	margin-top: 0px;
	transition: all 0.5s ease;
}
.scrolled header .headerwrap > div + div #logo {
	margin-top: -42px;
}
header .headerwrap > div + div * {
	display: inline-block;
	vertical-align: middle;
}
header .headerwrap > div + div #logo img {
	height: 80px;
	transition: height 0.5s ease;
}
.scrolled header .headerwrap > div + div #logo img {
	height: 70px;
}
header .headerwrap > div + div nav {
	margin-left: 80px;
}
header .headerwrap > div + div nav li {
	margin: 0 10px;
}
header .headerwrap > div + div nav {
	width: 870px;
	text-align: right;
	font-size: 14px;
}
header #nextsection {
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	display: block;
	background-image: url(/all_files_custom/to-next-section.png);
	background-position: 50% 50%;
	z-index: 21;
}
header .imgwrap {
	width: 100%;
	overflow: hidden;
	vertical-align: top;
}
header h1 {
	max-width: 1170px;
	text-align: left;
	margin: -50px auto 0;
	position: relative;
	z-index: 20;
	color: #FFF;
	text-transform: uppercase;
	font-size: 34px;
}
#kruimelspoor {
	max-width: 1170px;
	margin: 0 auto;
	line-height: 40px;
    font-size: 15px;
}
#kruimelspoor a {
	text-decoration: none;
	color: #2b2b2b;
}
#kruimelspoor a:last-child {
	font-weight: bold;
	letter-spacing: 1px;
}
main {
	position: relative;
	padding-bottom: 30px;
	background-color: #F1F1F1;
	padding-top: 60px;
}
main.grey {
}
main.grey.filters {
	padding-top: 0px;
}
main.grey.filters:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	width: 100%;
	background-color: #E3E3E3;
	content: "";
}
main.saddledetail {
	padding-bottom: 0px;
}
.centered {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}
.cf:after {
	display: block;
	content: '';
	clear: both;
}
.centered .overzicht .filters {
	height: 70px;
	line-height: 70px;
	margin-bottom: 30px !important;
}
.centered .overzicht .filters > * {
	vertical-align: middle;
}
.centered .overzicht .filters input[type=text] {
	width: 250px;
	padding:13px 12px;
	background-color: #FFF;
	border: 0px;
	font-family: 'Raleway';
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #dbdbdb;
    width: 240px;
}
.centered .overzicht .filters input[type=text]:focus {
	border-color: #e7d0a3;
}
.centered .rider {
	width: 22.5%;
	display: inline-block;
	position: relative;
	margin-right: 3.33333%;
	margin-bottom: 3.33333%;
	box-sizing: border-box;
	padding: 10px 10px 45px 10px;
	background-color: #FFF;
	color: #3B3B3B;
	vertical-align: top;
	min-height: 342px;
    transition: box-shadow .5s ease;
}
.centered .data .rider:nth-child(4n) {
	margin-right: 0px;
}
.centered .rider img {
	width: 100%;
	display: inline-block;vertical-align: top;
}
.centered .rider .imgtitle {
	position: relative;
	margin-bottom: 5px;
}
.centered .rider h2 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-image: url('/static/img/fitternaambg.png');
	background-position: top left;
	background-repeat: repeat-x;
	position: relative;
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 0px;
}
.centered .rider .imgtitle h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.centered .rider p {
	margin: 0px;
}
.centered .rider:hover {
	box-shadow: 0 0 10px #BBB;
	cursor: pointer;
}
p.griditem + h2 {
	margin-top: 20px;
}
.centered .rider p label,p.griditem label {
	min-width: 50px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.centered .rider p label {
	margin-left: 10px;
	min-width: 65px;
}
p.griditem label {
	overflow: hidden;
	max-width: 100px;
	margin-right: 2px;
    min-width: 63px;
	white-space: nowrap;
}
.homepage .centered p.griditem label:after{
	content: '..............................';
	font-size: 16px;
	margin-left: 2px;
	letter-spacing: 2px;
}
.centered .rider p span, p.griditem span {
	font-weight: bold;
	display: inline-block;
	max-width: calc(100% - 80px);
	vertical-align: top;
	font-size: 15px;
}
.centered .rider .more {
	width: calc(100% - 10px);
	margin: 0 -5px -5px;
	background-color: #E3E3E3;
	line-height: 40px;
	height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ba9753;
	text-decoration: none;
	display: block;
	font-family: 'Raleway';
	text-align: center;
    position: absolute;
    bottom: 10px;
}
.centered .rider .more:hover {
	color: #9F8049;
}
.riderdetail .kolom {
	width: 47.5%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.riderdetail .kolom:first-child {
	box-sizing: border-box;
	background-color: #FFF;
}
.riderdetail .kolom + .kolom {
	margin-left: 2.5%;
	width: 50%;
}
.riderdetail .kolom .mainimg {
	padding: 10px;
}
.riderdetail .kolom .mainimg > img {
	width: 100%;
}
.extraimg {
	border-top: 2px solid #F1F1F1;
}
.extraimg a {
	margin: 20px 15px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	width: 62px;
	height: 62px;
}
.extraimg img {
	display: inline-block;
	vertical-align: top;
	    width: 62px;
    height: 62px;
}
.column .images + .extraimg {
	background-color: #FFF;
	border-top: 2px solid #F1F1F1;
	padding-left: 7px;
}
.riderdetail .kolom h2 {
	text-transform: uppercase;
	background-image: url(/static/img/separator-pattern.png);
	background-repeat: repeat-x;
	background-position: left 60%;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 30px;
}
.riderdetail .kolom h2 span {
	display: inline-block;
	background-color: #F1F1F1;
	padding-right: 10px;
}
.riderdetail p.griditem {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0px;
	line-height: 25px;
}
.griditem.small .labelimg.small {
	min-width: 30px;
	width: 30px !important;
}
p.griditem.small span {
	max-width: calc(100% - 32px);
}
.riderdetail p.griditem.small {
	width: 33%;
}
.riderdetail p.griditem.large {
	width: 100%;
}
.sharewrap {
	margin-top: 10px;
}
.sharewrap > * {
	vertical-align: top;
	display: inline-block;
	min-width: 100px;
}
.zadelsrij {
	padding-top: 15px;
	border-bottom: 1px solid #D6D6D6;
}
.zadelsrij .logo {
	display: inline-block;
	width: 190px;
	margin-right: 15px;
	vertical-align: top;
	line-height: 245px;
	text-align: center;
	vertical-align: top;
}
.zadelsrij .logo img {
	display: inline-block;
	width: 90%;
	vertical-align: middle;
}
.zadelsrij .saddles {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 210px);
	position: relative;
}
.zadelsrij:last-child {
	border-bottom: 0px;
}
.zadelsrij:last-child .saddles .item {
	min-height: 280px;
}
.saddles .item {
	width: calc(20% - 15px);
	box-sizing: border-box;
	min-height: 255px;
	padding: 10px;
	background-color: #FFF;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
}
.saddles .item:nth-child(5n) {
	margin-right: 0px;
}
.saddles .item .hovershow {
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	display: block;
	color: #FFF;
	background-color: rgba(28,28,28,0.95);
	opacity: 0;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	text-align: center;
	line-height: 230px;
}
.saddles .item .hovershow span {
	line-height: 25px;
	text-transform: uppercase;
	font-family: 'Raleway';
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	max-width: 100px;
}
.saddles .item:hover .hovershow {
	opacity: 1;
}
.saddles .item img {
	width: 80%;
	padding: 10%;
	background-color: #F1F1F1;
}
.saddles .item h2 {
	color: #2b2b2b;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 10px;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
}
.saddles .item h2 p {
	margin: 0;
	font-size: 15px;
}

.saddles .item .itemimg.soon img {
	filter: url(/static/img/blur.svg#blur);
	filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}
.saddles .item .itemimg.soon:after {
	content: '';
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(/static/img/coming-soon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.saddledetail h2 {
	color: #631D1D;
	text-transform: uppercase;
	font-size: 27px;
	margin-bottom: 10px;
}
.saddledetail .column h2:first-child {
	margin-top: 0px;
}
.saddledetail .column {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
}
.column.small {
	width: 25%;
	padding: 5px 20px 10px;
}
.column.semismall {
	width: 31%;
	padding: 5px 20px 10px;
}
.column.half {
	width: 48%;
}
.column.half {
	margin-left: 2%;
}
.column.semiwide {
	width: 65%;
}
.column.semismall h2,.column.semiwide h2{
	color: #771616;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 20px;
}
#contactformulier table {
	margin-bottom: 20px;
	max-width: 550px;
}
.saddledetail .column:first-child {
	padding-left: 0px;
}
.saddledetail .column .images {
	padding: 10px;
	background-color: #FFF;
	position: relative;
}
.saddledetail .column .images .brandlogo {
	position: absolute;
	bottom: 20px;
	right: 20px;
	max-width: 175px;
}
.saddledetail hr {
	border-color: #D6D6D6;
	background-color: #D6D6D6;
	margin: 20px 0;
}
.saddledetail .colorwrap .color {
	min-width: 30px;
	min-height: 30px;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.saddledetail ul.colorwrap {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.saddledetail .colorwrap li {
	display: inline-block;
	width: 50%;
	float: left;
	margin-left: 0px
	padding-left: 0px;
}
.saddledetail .colorwrap li:before {
  content: '\2022';
  margin-right: 0.5em;
  font-weight: bold;
  font-size: 20px;
}
.saddledetail .colorwrap .color img {
	width: 65px;
	height: 65px;
	display: inline-block;
	vertical-align: top;
}
.saddledetailfoot {
	padding: 20px 0;
	background-color: #E9E9E9;
}
.saddledetailfoot .needadvice,.saddledetailfoot .areyouready {
	width: 263px;
	height: 246px;
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: auto 100%;
}
.saddledetailfoot .needadvice:hover,.saddledetailfoot .areyouready:hover {
	background-position: 100% 0%;
}
.saddledetailfoot .needadvice.NL { background-image: url(/static/img/needadvice-nl.jpg); }
.saddledetailfoot .needadvice.EN { background-image: url(/static/img/needadvice-en.jpg); }
.saddledetailfoot .areyouready.NL { background-image: url(/static/img/areyouready-nl.jpg); }
.saddledetailfoot .areyouready.EN { background-image: url(/static/img/areyouready-en.jpg); }
.saddledetailfoot .logolink {
	width: 175px;
	margin-right: 25px;
	display: inline-block;
	font-size: 26px;
	text-transform: uppercase;
	font-family: 'Raleway';
	color: #C2C2C2;
	text-align: center;
}
.saddledetailfoot .logolink p {
	margin: 5px 0;
}
.saddledetailfoot .logolink img {
	width: 100%;
}
.saddledetailfoot .saddles {
	display: inline-block;
	max-width: calc(100% - 776px);
	vertical-align: top;
}
.saddledetailfoot .saddles h2 {
	font-size: 18px;
}
.saddledetailfoot .saddles .item {
	width: 45%;
}
.column {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.column.wide {
	width: 65%;
	margin-right: 3%;
}
.homepage .centered.news, .homepage .centered.quote {
	overflow: visible;
}
#nieuws .column.wide img {
	position: relative;
	display: inline-block;
}
#nieuws .column.small {
	width: 28%;
	display: inline-block;
	vertical-align: top;
}
#nieuws .column.small h2 {
	margin: 20px 0 10px;
	padding-top: 10px;
	color: #631D1D;
	text-transform: uppercase;
	background-image: url(/static/img/separator-pattern.png);
	background-repeat: repeat-x;
	background-position: left 80%;
}
#nieuws .column.small h2 span {
	background-color: #F1F1F1;
	display: inline-block;
	padding-right: 20px;
	font-size: 24px;
}
#nieuws .column.small .item.small, .centered.news .item.small {
	background-color: #FFF;
	padding: 10px;
	box-sizing:border-box;
	position: relative;
	margin-bottom: 25px;
	box-shadow: 0 0 0px #BBB;
	transition: box-shadow 0.5s ease;
	display: inline-block;
	width: 100%;
	color: #2b2b2b;
}
.centered.news .item.small {
	width: 22.6666%;
	vertical-align: top;
	height: 525px;
	margin-bottom: 50px;
}


.centered.news .item.small + .item.small {
	margin-left: 2.5%;
}
.centered.news .item.small p {
	line-height: 21px;
	font-size: 16px;
	padding: 0 10px;
}
.centered.news .item.small h3 {
	padding: 0 10px;
}
#nieuws .column.small .item.small .datum, .centered.news .item.small .datum {
	position: absolute;
	top: 85px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	border: 2px solid #FFF;
	color: #FFF;
	text-align: center;
	font-family: 'Raleway';
	opacity: 1;
	z-index: 9;
	transition: opacity 0.5s ease;
}
#nieuws .column.small .item.small:hover .datum, .centered.news .item.small:hover .datum {
	opacity: 0;
}
#nieuws .column.small .item.small .datum span:first-child, .centered.news .item.small .datum span:first-child {
	font-size: 38px;
	line-height: 38px;
	font-weight: bold;
	display: block;
	padding-top: 5px;
}
#nieuws .column.small .item.small .datum span:last-child, .centered.news .item.small .datum span:last-child {
	font-size: 23px;
	line-height: 25px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}
#nieuws .column.small .item.small .leesmeer, .centered.news .item.small .leesmeer {
	opacity: 0;
	position: absolute;
	top: 95px;
	left: 50%;
	margin-left: -40px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	width: 80px;
	height: 60px;
	padding-top: 20px;
	border: 2px solid #FFF;
	color: #FFF;
	text-align: center;
	font-family: 'Raleway';
	transition: opacity 0.5s ease;
}
#nieuws .column.small .item.small:hover .leesmeer,.centered.news .item.small:hover .leesmeer {
	opacity: 1;
}
#nieuws .column.small .item.small h3, .centered.news .item.small h3 {
	text-transform: uppercase;
	font-size: 20px;
	color: #1c1c1c;
	margin: 20px 0 10px;
}
#nieuws .column.small .foto, .centered.news .item.small .foto {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#nieuws .column.small .foto:after , .centered.news .item.small .foto:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(186,151,83,0);
	transition: background-color 0.5s ease;
}
.centered.news .item.small .foto:after {
	background-color: rgba(28,28,28,0.2);
}
#nieuws .column.small .item:hover .foto:after {
	background-color: rgba(186,151,83,0.8);
}
.centered.news .item.small:hover .foto:after {
	background-color: rgba(28,28,28,0.8);
}
#nieuws .column.small .item:hover,.centered.news .item:hover {
	box-shadow: 0 0 10px #BBB;
}
#nieuws .column.small .foto img,.centered.news .item.small .foto img {
	margin-left: 0%;
	display: inline-block;
	vertical-align: top;
	width:250px;
	height:250px;
}
#nieuws .column.small .catwrap a {
	color: #2b2b2b;
	display: block;
}
#nieuws .column.small .tagwrap a {
	color: #ba9753;
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #ba9753;
	margin: 0 10px 10px 0;
	font-family: 'Raleway';
	font-size: 12px;
	font-weight: bold;
}
#nieuws .column.small .tagwrap a:hover {
	border-color: #9F8049;
	color: #9F8049;
}
#nieuws .overzicht .item {
	border-bottom: 1px solid #D6D6D6;
	position: relative;
}
#nieuws .overzicht .item + .item {
	margin-top: 20px;
}
#nieuws .column.wide h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 800;
}
#nieuws .overzicht .item .leesmeer,.saddledetailfoot .leesmeer,.riderdata .leesmeer,.riderdetail .leesmeer {
	display: inline-block;
	margin: 20px 0;
	padding: 10px 15px;
	font-size: 15px;
	background-color: #ba9753;
	color: #FFF;
	text-decoration: none;
	font-family: 'Raleway';
	text-transform: uppercase;
	font-weight: bold;
}
.riderdata .leesmeer {
	line-height: 20px;
	margin-right: 20px;
}
.riderdetail .leesmeer {
	margin-top: 0px;
}
#nieuws .overzicht .item .leesmeer:hover,.saddledetailfoot .leesmeer:hover,.riderdetail .leesmeer:hover {
	background-color: #9F8049;
}
#nieuws .overzicht .paginanummering {
	text-align: center;
}
#nieuws .overzicht .paginanummering ul, #nieuws .overzicht .paginanummering ul li {
	float: none;
	display: inline-block;
}
#nieuws .kop {
	line-height: 40px;
}
.fittermaps {
	width: 100%;
	height: 400px;
}
#mapfitters {
	width: 100%;
	height: 400px;
}
.fittermaps {
	position: relative;
}
.fittermaps .mapsfilters {
	min-height: 50px;
	width: 100%;
	background-color: rgba(255,255,255,0.6);
	position: absolute;
	top:0;
	z-index: 10;
}
.fittermaps .mapsfilters .centered {
	line-height: 50px;
}
.fittermaps .mapsfilters .centered * {
	vertical-align: middle;
	display: inline-block;
	font-family: 'Raleway';
}
.fittermaps .mapsfilters .centered > label {
	margin-right: 10px;
}
.fittermaps .mapsfilters .centered .radio label {
	color: #ba9753;
	margin: 0 15px 0 5px;
}
.homepage h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #771616;
	margin-bottom: 20px;
}
.homepage h2 a {
	float: right;
	font-size: 14px;
	line-height: 16px;
}
.homepage h2 a.next, .homepage h2 a.prev {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-color: #CCBC9A;
	color: #FFF;
	text-align: center;
	margin-left: 10px;
	line-height: 14px;
	margin-top: 0px;
}
.homepage h2 a.next {
	margin-right: 20px;
}
.homepage h2 a.next:hover, .homepage h2 a.prev:hover {
	background-color: #ba9753;
}
.homepage .centered {
	overflow: hidden;
}
.homepage .saddles {
	margin-top: 50px;
}
.zadelslidewrap {
	width: 200%;
	box-sizing: border-box;
	padding: 10px;
}
.zadelslidewrap a {
	width: 11.5%;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-right: 1.1%;
	box-sizing: border-box;
	padding: 10px;
	background-color: #FFF;
	box-shadow: 0 0 0 #BBB;
	transition: box-shadow 0.5s ease;
}
.zadelslidewrap a:last-child {
	margin-right: 0px;
}
.zadelslidewrap a:hover {
	box-shadow: 0 0 10px #BBB;
}
.zadelslidewrap a .onhover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	background-color: #FFF;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.zadelslidewrap a .onhover img {
	max-width: 75%;
	max-height: 25%;
	margin-top: 20px;
}
.zadelslidewrap a .onhover p {
	color: #2b2b2b;
	text-transform: uppercase;
	font-family: 'Raleway';
	margin: 10px 0 0;
	font-size: 24px;
}
.zadelslidewrap a .onhover p + p {
	font-weight: bold;
	margin-top: 0px;
}
.zadelslidewrap a:hover .onhover {
	opacity: 1;
}
.zadelslidewrap a img {
	max-width: 100%;
}
.zadelslidewrap a > img + img {
	position: absolute;
	bottom: 30px;
	right: 10px;
	width: 70px;
}
.zadelslidewrap a .leesmeer {
	width: calc(100% - 20px);
	position: absolute;
	bottom: 10px;
	left: 10px;
	height: 40px;
	line-height: 40px;
	background-color: #ba9753;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	font-family: 'Raleway';
	font-weight: bold;
}
.featuredriders .prevrider {
	top: 195px;

}
.featuredriders .nextrider {
	top: 195px;
}
.featuredriders {
	width: 100%;
	height: 448px;
	background-image: url(/static/img/featured-rider-bg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}
.featuredriders:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	content: '';
	background-color: rgba(0,0,0,0.6);
}
.featuredriders .centered {
	position: relative;
	height: 100%;
}
.featuredriders .featured {
	position: absolute;
	opacity: 0;
	z-index: 10;
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	height: 100%;
}
.featuredriders .featured.active {
	opacity: 1;
	z-index: 20;
}
.featuredriders .featured img {
	height: 100%;
}
.featuredriders .featured .riderdata {
	position: absolute;
	top: 50px;
	right: 0;
	width: 50%;
	height: 100%;
	display: inline-block;
	color: #FFF;
	box-sizing: border-box;
	padding: 40px 60px;
	line-height: 40px;
	font-size: 16px;
}
.featuredriders p.btns {
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Raleway';
	font-weight: bold;
}
.riderdata p span {
	padding: 0 20px 0 0;
	display: inline-block;
}
.riderdata h2 {
	color: #FFF;
}
.centered.quote {
	margin: 125px auto 50px;
	text-align: center;
}
.centered.quote h1 {
	color: #771616;
	font-style: italic;
	font-size: 38px;
	font-family: 'Vollkorn';
	display: inline-block;
	font-weight: normal;
	position: relative;
	text-transform: none;
}
.centered.quote h1:before,.centered.quote h1:after {
	color: #FFF;
	position: absolute;
	font-size: 100px;
}
.centered.quote h1:before {
	top: -30px;
	left: -75px;
	content: '“';
}
.centered.quote h1:after {
	bottom: -40px;
	right: -75px;
	content: '„';
}
.centered.quote p.quotename {
	font-weight: bold;
	font-family: 'Raleway';
	text-transform: uppercase;
	margin-bottom: 0px;
}
.findafitter {
	width: 362px;
	height: 246px;
	display: inline-block;
	margin-top: 10px;
	background-image: url(/static/img/contactcta-nl.jpg);
	background-position: top left;
}
.findafitter.en {
	background-image: url(/static/img/contactcta-en.jpg);
}
.findafitter:hover {
	background-position: top right;
}
#fancybox-overlay {
	z-index:500 !important;
}
#fancybox-wrap {
	z-index:500 !important;
}
#fancybox-content {
	z-index:800 !important;
}
#fancybox-close {
	z-index:1001 !important;
}
#fancybox-left,#fancybox-right {
	z-index:802 !important;
}
.icheckbox_flat{
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	cursor: pointer;
	border: 4px solid #FFF;
	background-color: #FFF;
}

.iradio_flat{
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	cursor: pointer;
	border: 4px solid #FFF;
	background-color: #FFF;
	border-radius: 50%;
}
.icheckbox_flat.checked {
	background-color: #ba9753;
}
.iradio_flat.checked {
	background-color: #ba9753;
}

footer {
	position: relative;
}
footer .footer {
	min-height: 45px;
	line-height: 47px;
	background-color: #762727;
	overflow: hidden;
}
footer .footermap {
	height: 255px;
}
footer #mapfooter {
	height: 255px;
	width: 100%;
}
footer .mapoverlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 255px;
	background: rgba(20,20,20,0.95);
	box-sizing: border-box;
	padding: 25px 45px;
	color: #FFF;
}
footer .column {
	position: relative;
	max-width: 275px;
	width: 40%;
	margin-right: 5%;
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
}
footer .column h2 {
	font-size: 25px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	color: #FFF;
}
footer .column a {
	color: #ba9753;
	text-decoration: none;
}
footer .column h3 {
	margin: 5px 0 20px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 18px;
}

footer .column .fbfooter {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url(/static/img/fbheader-wit.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 50px;
	background-position: left 50%;
}

footer .column .instafooter {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url(/static/img/instaheader-wit.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left 50%;
}
footer .column .fbfooter:hover { background-image: url(/static/img/fbheader-hover.svg); }
footer .column .instafooter:hover { background-image: url(/static/img/instaheader-hover.svg); }
footer .column .langWrapFooter {
	margin-top: 60px;
}
footer .column .langWrapFooter ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
footer .column .langWrapFooter ul li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}
footer .credcol {
	display: inline-block;
	width: 33%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	vertical-align: top;
	font-family:verdana;
}
footer .credcol:first-child {
	text-align: left;
}
footer .credcol:last-child {
	width: 33%;
	text-align: right;
}
footer .credcol a {
	color: #FFF;
	text-decoration: none;
}
footer .credcol a:hover {
	color: #ba9753;
}
#DelenEmailFormulier > label {
	line-height: 30px;
	padding-top: 10px;
	width: 95% !important;
	display: block;
}
#DelenEmailFormulier > input[type=text], #DelenEmailFormulier > textarea {
	width: 95% !important;
}
/*dropdown css*/
.cd-dropdown,
.cd-select {
	position: relative;
	width: 300px;
	display: block;
}

.filterItem .cd-dropdown,
.filterItem .cd-select {
	width: 260px;
}

.cd-dropdown {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Raleway';
}
.cd-dropdown > span {
	width: 100%;
	box-sizing:border-box;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-weight: 700;
	font-size: 16px;
	display: block;
	padding: 0 10px 0 20px;
	position: relative;
	cursor: pointer;
	background: #FFF;
	font-size: 12px;
	color: #ba9753;
	text-transform: uppercase;
}

.cd-dropdown > span:after {
	background-image: url('/static/img/dropdown.svg');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	right: 0px;
	top: 0%;
	width: 40px;
	text-align: center;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	background-color: #ba9753;
	color: #FFF;
	content: '';
}

.cd-dropdown.cd-active > span:after {
	background-image: url('/static/img/dropdown_boven.svg');
}

.cd-dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
.cd-dropdown ul li {
	display: block;
}
.cd-dropdown ul li span {
	width: 100%;
	background: #fff;
	line-height: 40px;
	padding: 0 10px 0 20px;
	display: block;
	color: #ba9753;
	cursor: pointer;
	font-weight: 700;
	box-sizing:border-box;
}
.cd-dropdown > span,
.cd-dropdown ul li span {
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cd-dropdown > span span[class^="icon-"],
.cd-dropdown > span span[class*=" icon-"]{
	padding: 0 30px 0 45px;
}
/* Select fallback styling */
.cd-select {
	border: 1px solid #ddd;
}
.cd-dropdown ul {
	position: absolute;
	top: 0px;
	width: 100%;
}

.cd-dropdown ul li {
	position: absolute;
	width: 100%;
	pointer-events: none;
	border-bottom: 1px solid #DEDEDE;
}

.cd-active.cd-dropdown > span {
	color: #ba9753;
}

.cd-active.cd-dropdown ul li {
	pointer-events: auto;
}

.cd-active.cd-dropdown ul li span {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.cd-active.cd-dropdown ul li span:hover {
	background: #ba9753;
	color: #FFF;
}
.overzichtladen {
	display: none;
}
.filters .filterItem {
	display: inline-block;
	vertical-align: middle;
	padding-right: 38px;
}
.ui-frame {
	min-width: 500px;
	padding: 20px;
}
#delen-email, #delen-print {
	padding-right: 25px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: right 50%;
	color:#8f8f8f;
	text-transform: uppercase;
	font-family: 'Raleway';
	font-size: 10px;
	letter-spacing: 0px;
}
#delen-print {
	margin-left: 20px;
}
.sharewrap .email,.sharewrap .print {
	min-width: 70px;
	float: right;
}
#delen-email { background-image: url(/static/img/email.svg); }
#delen-email span { display:none; }
#delen-print { background-image: url(/static/img/print.svg); }
.grid-item { width: 195px; }
.grid-item--width2 { width: 390px; }
.grid-item--width3 { width: 585px; }
.grid-item a {
	display: inline-block;
	margin:12px;
	width: calc(100% - 24px);
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFF;
}
.grid-item a.galleryintro {
	height: 366px;
	background: url(/static/img/fotocta/customcustom-nl.jpg) top left no-repeat;
	cursor: default;
}
.labelimg,.labelimglarge {
	text-align: center;
}
.labelimg img {
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.labelimglarge img {
	height: 40px;
}
.griditem .labelimg.small {
	width: 50px !important;
	text-align: left;
	min-width: 50px;
}
.griditem.griditemwide {
	width: 100% !important;
	margin-top: 5px !important;
}
.grid-item a.galleryintro.en { background: url(/static/img/fotocta/customcustom-en.jpg) top left no-repeat; }
.grid-item a.galleryadvice { height: 171px; background: url(/static/img/fotocta/needadvice-nl.jpg) top left no-repeat; }
.grid-item a.galleryadvice:hover {background-position: top right;}
.grid-item a.galleryadvice.en { background: url(/static/img/fotocta/needadvice-en.jpg) top left no-repeat; }
.grid-item a.galleryfitter { height: 171px; background: url(/static/img/fotocta/findafitter-nl.jpg) top left no-repeat; }
.grid-item a.galleryfitter:hover {background-position: top right;}
.grid-item a.galleryfitter.en { background: url(/static/img/fotocta/findafitter-en.jpg) top left no-repeat; }
.grid-item a.galleryinstagram { height: 171px; background: url(/static/img/fotocta/instagram-nl.jpg) top left no-repeat; }
.grid-item a.galleryinstagram:hover {background-position: top right;}
.grid-item a.galleryinstagram.en { background: url(/static/img/fotocta/instagram-en.jpg) top left no-repeat; }
.grid-item a img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.gm-style-iw h2 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
}
.fitter-mail-form {
	position: relative;
	width: 100%;
	margin: 20px 0;
}
.fitter-mail-form h3 {
	background-color: #B69659;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	transition: height .2s ease;
	margin-top: 0px;
}
.fitter-mail-form.active h3 {
	height: 0;
}
.fitter-mail-form form {
	height: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s ease;
	width: 100%;
}
.fitter-mail-form form input,.fitter-mail-form form textarea {
	width: 100% !important;
}
.fitter-mail-form.active form {
	height: auto;
	max-height: 500px;
}
#delen-email-formulier {
	max-height: 400px;
	overflow-y: auto;
	overflow-x:hidden;
}
@media screen and (max-width: 1250px) {
	header .langWrap {
	}
}
@media screen and (max-width: 1170px) {
	header .headerwrap > div + div nav {
		width: auto;
		margin-left: 40px;
	}
	.centered, #kruimelspoor, header h1 {
		width: 100%;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
	}
	header .headerwrap .contactinfo {
		width: calc(100% -  400px);
	}
	.scrolled header .headerwrap .contactinfo {
		margin-left: 200px;
		width: calc(100% - 600px);
	}
	.carouselnext,.carouselprev,.nextrider,.prevrider {
		display: none !important;
	}
	.saddledetail .images img {
		width: 100%;
	}
	.column.half #repairformulier input,.column.half #repairformulier textarea {
		max-width: calc(100% - 100px);
	}
}
@media screen and (max-width: 1120px) {
	#nieuws .column.small {
		display: block;
	}
	#nieuws .column.wide {
		min-width: 750px;
	}
	.saddledetailfoot .needadvice, .saddledetailfoot .areyouready {
		width: 200px;
		height: 187px;
	}
	.saddledetailfoot .saddles {
		max-width: calc(100% - 650px);
	}
}
@media screen and (max-width: 1050px) {
	header .headerwrap > div + div nav {
		margin-left: 0;
	}
	#logo {
		float: left;
	}
	.saddledetail .column.small:first-child {
		width: 50%;
	}
	.saddledetail .column.small:last-child {
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	header .headerwrap > div + div nav {
		position: fixed;
		top: 0;
		right: 0;
		width:0;
		transition: width 0.5s ease;
		-webkit-transition: width 0.5s ease;
		overflow: hidden;
		height: 100%;
		background-color: #1c1c1c;
		z-index: 900;
		text-align: left;
	}
	header .headerwrap > div + div nav.active {
		width: 90%;
		box-shadow: 0 0 10px #444;
	}
	header .headerwrap > div + div nav ul li {
		display: block;
		text-align: left;
		line-height: 30px;
	}
	header .headerwrap > div + div nav ul li ul,.scolled header .headerwrap > div + div nav ul li ul {
		display: block;
		margin-left: 30px;
		position: relative;
		top: auto !important;
		left: auto;
	}
	header .headerwrap > div + div nav ul li.hassubs {
		background-image: none;
	}
	header .headerwrap #menutrigger {
		width: 25px;
		height: 25px;
		display: inline-block;
		margin: 0 10px;
		background-image: url(/static/img/menu.svg);
		background-repeat: no-repeat;
		background-size: 25px 25px;
	}
	.scrolled header .headerwrap > div + div {
		background-color: transparent;
	}
	header .headerwrap .contactinfo {
		width: calc(100% -  435px);
	}
	.scrolled header .headerwrap .contactinfo {
		width: calc(100% - 635px);
	}
	header.carousel {
		min-height: 575px;
	}
	header .carouselwrap, header .carouselwrap .item {
		height: 575px;
	}
	header .carouselwrap .item div:nth-child(2) {
		width: 100%;
		padding: 0 10px;
		margin-top: 40px;
		box-sizing: border-box;
	}
	header .carouselwrap .item div p {
		width: 100%;
	}
	.featuredriders {
		display: none;
	}
	.saddles .item {
		width: calc(33.3333% - 15px);
	}
	.saddles .item:nth-child(3n) {
		margin-right: 0;
	}
	.saddles .item:nth-child(5n) {
		margin-right: 15px;
	}
}
@media screen and (max-width: 970px) {
	.saddledetailfoot .saddles {
		display: none;
	}
	.column.semiwide {
		width: 100%;
	}
}
@media screen and (max-width: 900px) {
	header .langWrap {
		right: 0px;
	}
	header .headerwrap .instaheader {
		margin-right: 15px;
	}
	header .headerwrap #menutrigger {
		margin-right: 40px;
	}
	header .headerwrap > div:first-child {
		text-align: right;
	}
	header .headerwrap > div + div nav {
		margin-left: 0;
	}
	footer .mapoverlay .column {
		width: 100%;
		margin-right: 0px;
	}
	footer .mapoverlay .column + .column {
		display: none;
	}
	header .headerwrap .contactinfo,.scrolled header .headerwrap .contactinfo {
		display: none !important;
	}
	.centered .rider {
		width: 48%;
	}
	.centered .data .rider:nth-child(2n) {
		margin-right: 0px;
	}
	.centered .overzicht .filters {
		height: auto;
		min-height: 70px;
		background-color: #E3E3E3;
	}
	.scrolled header .headerwrap > div + div #logo img {
		height: 30px;
	}
	#kruimelspoor {
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	footer .column {
		width: 100%;
		margin-right: 0px;
	}
	.centered.news .item.small {
		width: 49.3%;
	}
	.centered.news .item.small + .item.small {
		margin-left: 1.4%;
	}
	.centered.news .item.small:nth-child(2n+1) {
		margin-left: 0px;
	}
	#nieuws .column.wide {
		width: 100%;
		min-width: 300px;
	}
	#nieuws .column.wide .item img {
		width: 100%;
	}
	#nieuws .column.small {
		display: none;
	}
	.zadelsrij .logo {
		width: 100%;
		line-height:20px;
		padding-bottom: 20px;
		text-align: left;
	}
	.zadelsrij .logo img {
		width: auto;
	}
	.zadelsrij .saddles {
		width: 100%;
	}
	.saddledetailfoot a {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 620px) {
	footer .column {
		width: 100%;
		margin-right: 0px;
	}
	header h1 {
		margin-top: -95px;
	}
	header .headerwrap .fbheader, header .headerwrap .instaheader {
		margin: 0 5px;
	}
	header .langWrap ul {
		padding: 0 0;
		margin-left: 0px;
	}
	footer .footer{
		line-height: 26px;
		padding: 5px 0;
	}
	footer .credcol {
		line-height:  26px;
		width: 100% !important;
		text-align: left !important;
		height: auto;
		display: inline-block;
	}
	.zadelslidewrap {
		padding: 0;
	}
	.zadelslidewrap a {
		width: 23%;
		margin-bottom: 2%;
		margin-right: 2%;
	}
	.zadelslidewrap a:nth-child(4n) {
		margin-right: 0px;
	}
	.centered.quote {
		margin: 50px auto 25px;
	}
	.saddledetail .column,.saddledetail .column.small:first-child {
		width: 100%;
	}
	#contactformulier input[type="text"] {
		width: calc(100% - 80px) !important;
	}
	#contactformulier textarea {
		width: calc(100% - 80px) !important;
	}
	#contactformulier .commentaar {
		width: 75px !important;
	}
	.column.half {
		width: 100%;
		margin:0;
	}
}
@media screen and (max-width: 500px) {
	header .headerwrap div:first-child nav li {
		margin: 0 3px;
	}

	.saddles .item {
		width: calc(50% - 15px);
	}
	.saddles .item:nth-child(2n) {
		margin-right: 0;
	}
	.saddles .item:nth-child(3n) {
		margin-right: 15px;
	}
}
@media screen and (max-width: 450px) {
	footer #mapfooter {
		display: none;
	}
	footer .mapoverlay {
		width: 100%;
	}
	header .carouselwrap .item div p {
		width: 100%;
		line-height: 20px;
		font-size: 14px;
	}
	header .carouselwrap .item div h2 {
		font-size: 35px;
		line-height: 40px;
	}
	.homepage h2 {
		font-size: 24px;
		overflow: hidden;
	}
	header .headerwrap div:first-child nav li {
		display: block;
		line-height: 11px;
	}
	header .headerwrap div:first-child nav li a {
		font-size: 10px;
	}
	.fbheader,.instaheader {
		display: none !important;
	}
	.centered.news .item.small {
		width: 100%;
		margin-left: 0px !important;
	}
	.centered .rider {
		width: 100%;
		margin-right: 0px;
		margin-right: 0px;
	}
}
@media print {
	.column {
		width:100% !important;
	}
	header,footer,#cms-menu,.saddledetailfoot,.sharewrap {
		display: none !important;
	}
}


.true {
	border-color: #AAA;
}
.false {
	border-color: #B20000;
}
.form-class input.true, .form-class input.false, .form-class textarea, .form-class select {
	box-sizing: border-box;
	padding: 0 1px !important;
}
.form-class fieldset {
	border: solid #CCC;
	border-width: 1px 0 0;
	padding: 5px;
	margin: 5px 0;
	display: block;
}
.form-class legend {
	border: solid #AAA;
	border-width: 0;
	padding: 1px 5px;
	margin-left: 206px;
	font-weight: 700;
}
.form-class fieldset fieldset, .form-class fieldset fieldset legend {
	border-color: #AAA;
	margin-left: 10px;
}
.form-class label {
	display: inline-block;
	vertical-align: top;
	padding: 1px 10px 2px 0;
	clear: left;
	font-weight: 700;
	text-align: left;
}
.form-class .verplicht {
	font-size: 14px;
	font-family: arial;
	margin-right: 3px;
}
.form-class input {
	margin: 10px 0;
	border-width: 1px;
	border-style: solid;
}
.form-class input[type=text] {
	padding: 10px !important;
	border: 1px solid #DDD;
}
.form-class input[type=text]:focus,.form-class textarea:focus {
	border-color: #e7d0a3;
}
.form-class .geeninput {
	display: inline-block;
	margin: 3px 1px;
	padding: 1px;
}
.form-class .radio, .form-class .checkbox {
	display: inline-block;
	vertical-align: top;
}
.form-class .checkbox {
	height: 14px;
}
.form-class .checkbox.true {
	padding: 4px;
}
.form-class input[type="checkbox"] {
	border: none;
	margin: 1px;
	padding: 0;
}
.form-class .checkboxkolom {
	display: inline-block;
	vertical-align: top;
}
.form-class div.true {
	border: none !important;
	padding: 1px;
}
.form-class .radio input, .form-class .checkbox input {
	width: 14px !important;
	height: 12px;
	line-height: 12px;
	margin-top: 0;
	border: none !important;
	vertical-align: middle;
}
.form-class .radio label, .form-class .checkbox label {
	vertical-align: middle;
	height: 13px;
	line-height: 10px;
	font-size: 12px;
	margin-top: 0;
	margin-right: 15px;
	cursor: pointer;
	clear: none;
	font-weight: 400;
}
.form-class select.false {
	background: #ECC;
}
.form-class select {
	margin: 2px 0;
	background: white;
}
.form-class select.multiple {
	height: auto;
}
.form-class select optgroup {
	font-weight: 700;
	font-style: italic;
}
.form-class textarea {
	margin: 10px 0 0;
	overflow: auto;
	min-height: 130px;
	padding: 5px 10px !important;
	border: 1px solid #DDD;
}
.form-class .fck {
	clear: both;
}
.form-class div.true, .form-class div.false {
	height: auto;
}
.form-class div.false {
	border-width: 1px;
	border-style: solid;
	height: auto;
}
.form-class .commentaar {
	float: right;
	font-size: 10px;
	margin-top: 5px;
}
.form-class .commentaar.textarea {
	padding-top: 20px;
}
.form-class div.fileinputs {
	position: relative;
	display: inline;
}
.form-class input.file {
	width: 200px;
	margin-top: -1px;
}
.form-class input.file.hidden {
	position: relative;
	text-align: right;
	opacity: 0;
	z-index: 2;
}
.form-class .buttons {
	margin: 10px 0 0;
	clear: both;
	padding: 3px 0;
}
.form-class .buttons a {
	margin: 1px 0 0;
	width: auto !important;
}
.form-class .buttons span {
	padding: 0 20px;
	font-size: 11px;
}
.form-class .teller {
	margin-top: 5px;
	float: left;
	clear: both;
	font-size: 10px;
}
.form-class .teller span {
	color: #777;
}
.captcha img {
	padding: 3px;
}
#contactformulier .commentaar {
	width: calc(100% - 525px) !important;
	line-height: 50px !important;
	font-size: 13px;
	font-family: 'Arial';
	color: #6E6E6E;
}
.form-class .commentaar.textarea {
	padding-top: 0px !important;
}

#repairformulier .commentaar {
	width: 80px !important;
	line-height: 50px !important;
	font-size: 13px;
	font-family: 'Arial';
	color: #6E6E6E;
}