@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
body {
  font-family: 'Work Sans', sans-serif;
  color: #171616;
}
a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom-select:focus {
  outline: 0;
  box-shadow: none;
}
.mt35 {
  margin-top: 35px;
}
.outline-btn {
  display: inline-block;
  text-decoration: none;
  color: #171616 !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px 20px 10px 20px !important;
  border: solid 1px #171616;
  background-color: transparent !important;
  transition: all .2s;
  z-index: 1;
  border-radius: 0;
  position: relative
}
.outline-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all .2s;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #171616;
  color: #fff !important;
}
.outline-btn:hover {
  color: #fff !important;
}
.outline-btn:hover:after, .outline-btn:focus:after {
  height: 100%;
  color: #fff !important;
  text-decoration: none !important;
}
.outline-btn-white {
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px 20px 10px 20px !important;
  border: solid 1px #fff;
  background-color: transparent;
  transition: all .2s;
  z-index: 1;
  border-radius: 0;
  position: relative
}
.outline-btn-white:after {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all .2s;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #fff;
  color: #171616 !important;
}
.outline-btn-white:hover {
  color: #171616 !important;
}
.outline-btn-white:hover:after, .outline-btn-white:focus:after {
  height: 100%;
  color: #171616 !important;
  text-decoration: none !important;
}
.btn-black {
  text-decoration: none !important;
  color: #171616 !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px 20px 10px 20px !important;
  border: solid 1px #171616;
  background-color: transparent;
  border-radius: 0;
}
.btn-black:hover, .btn-black:focus {
  color: #fff !important;
  background-color: #171616 !important;
  border: solid 1px #171616 !important;
  text-decoration: none !important;
  text-decoration: none;
}
.wrapper-topbarinfo {
  background-color: rgba(23, 22, 22, 1);
  padding: 0;
  margin: 0;
  color: #fff;
  text-align: right;
  padding-top: 8px;
  padding-bottom: 8px;
}
.wrapper-topbarinfo ul {
  padding: 0;
  margin: 0;
}
.wrapper-topbarinfo ul li {
  font-size: 13px;
  padding-left: 40px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.wrapper-topbarinfo ul li i {
  padding-right: 5px;
}
.wrapper-topbarinfo ul li a {
  color: rgba(255, 255, 255, 1)
}
.wrapper-topbarinfo ul li a:hover {
  color: rgba(255, 255, 255, 0.5)
}
.toplogo {
  padding-top: 35px;
  padding-bottom: 35px;
}
.toplogo img {
  width: 300px;
}
.navbar {
  padding: 67px 0px 0px 0px;
  margin: 0;
}
.nav-topbar li {
  padding-right: 5px;
}
.nav-topbar li:last-child {
  padding-right: 0
}
.nav-topbar a {
  font-weight: 600;
  padding: 0px 13px 0px 13px;
  margin: 0;
  color: rgba(23, 22, 22, 0.5);
  font-size: 16px;
  text-transform: uppercase;
}
.nav-topbar li a:hover {
  background-color: #fff;
  color: rgba(23, 22, 22, 1);
  margin: 0;
  text-decoration: none;
}
.nav-topbar li a.active {
  color: rgba(23, 22, 22, 1);
}
.dropdown-menu {
  padding: 25px 20px 15px 30px;
  border-radius: 0;
  margin-top: 33px;
  min-width: 15rem;
  background-color: #F6F6F6;
  border: none;
  background-image: url("../../imgs/layout/shadow-top-dropdown.png");
  background-repeat: no-repeat;
  background-position: center top;
}
.dropdown-menu li {
  padding: 0px 0px 10px 0px;
}
.dropdown-menu li a {
  border: none;
  background-color: none;
  padding: 0;
  text-transform: none;
  font-weight: 400;
  letter-spacing: -0.5px;
  display: block;
}
.dropdown-menu li a:hover {
  background-color: transparent;
  color: rgba(23, 22, 22, 1);
  margin: 0;
  text-decoration: none;
  border: none;
}
#photozone {
  background-image: url("../../imgs/layout/color-stripes.png");
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 20px;
  background-color: #000;
}
.overlayimage-tophpoto {
  background-color: rgba(0, 0, 0, 0.4);
}
.wrapper-topphoto-hp {
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrapper-topphoto-hp img {
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.overlay-photo {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
}
.overlay-photo h1 {
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  margin: 0;
  padding: 20px 0px 35px 0px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0px;
}
.wrapper-product-cats-hop {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.wrapper-product-cats-hop .container-fluid {
  padding: 0;
  margin: 0;
}
#product-cats {
  padding-bottom: 400px;
  background-color: rgba(23, 22, 22, 0.04);
}
#product-cats .wrapper-product-cat {
  background-color: #fff;
  border-right: solid 1px #F5F5F5;
}
#product-cats .wrapper-product-cat a {
  display: block;
  position: relative;
}
#product-cats .wrapper-product-cat a:hover {
  display: block;
  transform: translate(0px, -35px);
  -webkit-transform: translate(0px, -35px);
  -o-transform: translate(0px, -35px);
  -moz-transform: translate(0px, -35px);
}
#product-cats .wrapper-product-cat a .product-cat-photo .product-cat-photo-inner {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}
#product-cats .wrapper-product-cat a:hover .product-cat-photo .product-cat-photo-inner {
  opacity: 0.4;
}
#product-cats .wrapper-product-cat .product-cat-photo {
  height: 0;
  padding-bottom: 60%;
  background-color: #000;
}
#product-cats .wrapper-product-cat .product-cat-photo .product-cat-photo-inner {
  height: 0;
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}
#product-cats .wrapper-product-cat .product-cat-title {
  padding: 35px;
}
#product-cats .wrapper-product-cat .product-cat-title h2 {
  font-size: 22px;
  color: #171616;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
#product-cats .wrapper-product-cat .product-cat-title span {
  text-transform: uppercase;
  color: #171616;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
#about {
  padding-bottom: 120px;
  margin-top: -250px;
}
#about .photo-intro {
  height: 0;
  padding-bottom: 115%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .content-intro h3 {
  padding-top: 60px;
  padding-bottom: 70px;
  font-size: 45px;
  line-height: 48px;
  letter-spacing: -1px;
  font-weight: 700;
}
#about .content-intro {
  font-size: 15px;
  line-height: 26px;
}
#about .content-intro a {
  color: rgba(23, 22, 22, 0.5);
}
#about .content-intro a:hover {
  color: rgba(23, 22, 22, 1);
}
#news {
  background-color: rgba(23, 22, 22, 0.04);
  padding-top: 120px;
  padding-bottom: 160px;
}
.title-news {
  padding-bottom: 70px;
  color: #171616;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}
.wrapper-news-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.08);
}
.news-item-photo {
  height: 0;
  padding-bottom: 65%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news-item-content {
  padding: 30px;
}
.news-item-content span {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(23, 22, 22, 0.5)
}
.news-item-content h5 {
  color: #171616;
  padding: 5px 0px 25px 0px;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}
.news-item-content a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(23, 22, 22, 1)
}
.news-item-content a:hover {
  color: rgba(23, 22, 22, 0.5)
}
.news-item-content a i {
  margin-left: 8px;
}
/**** LEFTNAV MENU ****/
.wrapper-leftnav {
  height: auto;
  padding: 15px 30px 5px 30px;
  width: 90%;
  background-color: #fff;
}
.column-page-menu {
  margin-top: 0px;
  margin-bottom: 20px;
}
.page-menu-toggler {
  display: none;
  position: relative;
}
.page-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-menu-list li {
  position: relative;
  padding: 0;
  margin-left: 0px;
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: 500;
  border-bottom: solid 1px rgba(23, 22, 22, 0.1);
}
.page-menu-list li:last-child {
  border-bottom: none;
}
.page-menu-list a {
  display: block;
  text-decoration: none;
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  color: rgba(40, 39, 38, 0.6);
}
.page-menu-list a:hover {
  color: rgba(40, 39, 38, 1);
  text-decoration: none !important;
}
.page-menu-list li a.active, .sitenav li a:hover, .sitenav li a:focus {
  color: #009fe3;
  text-decoration: none !important;
}
.page-menu-list li a.active span {
  color: #009fe3;
  display: inline-block;
  float: right;
  padding-top: 5px;
  font-size: 16px;
}
/**** AANBOD ****/
#product-overview, #pages, #product-info {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f5f5f5;
}
.wrapper-products {
  margin-top: 35px;
}
.wrapper-product {
  margin-bottom: 45px;
  min-height: 350px;
}
.wrapper-product a .product-photo {
  transition: all .8s ease;
  cursor: pointer;
  -webkit-transform: translate(1);
  -ms-transform: translate(1);
  -moz-transform: translate(1);
  transform: translate(1)
}
.wrapper-product a:hover .product-photo {
  z-index: 99;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  transform: translate(0, -15px);
  -webkit-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px) -webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.04);
}
.product-photo {
  height: 0;
  padding-bottom: 85%;
  background-color: #fff;
  position: relative;
  border-radius: 3px;
  background-size: 100% auto;
  /*background-size: cover;*/
  background-position: center;
  background-repeat: no-repeat;
}
.product-photo .label-bottom {
  position: absolute;
  bottom: 0;
  background-color: #009fe3;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 5px;
  border-radius: 0px 0pc 3px 3px;
}
.product-content {
  padding-top: 30px;
  font-size: 12px;
  color: #e30613;
  font-weight: 500;
  min-height: 145px;
  position: relative;
}
.product-content .btn-bottom {
  position: absolute;
    bottom: 0;
}
.product-content h2 {
  font-size: 18px;
  font-weight: 600;
  color: rgba(23, 22, 22, 1);
  letter-spacing: -0.8px;
  padding: 0;
  margin: 0;
}
.product-content .price {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  color: #009fe3;
position: absolute;
    bottom: 50px;
    width: 100%;
}
.wrapper-indekijker .price, .product-intro .price {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(23, 22, 22, 1);
  display: inline-block;
  margin-bottom: 5px;
}
.product-content .price-old, .indekijker-home .price-old, .product-intro .price-old {
  color: rgba(23, 22, 22, 0.3);
  text-decoration: line-through;
}
.product-content .price-promo, .indekijker-home .price-promo, .product-intro .price-promo {
  color: #009fe3;
  margin-left: 20px;
}
.selector {
  padding: 0;
  margin: 0;
}
.card {
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 0px;
}
.selector .card-header {
  padding: 0;
  margin: 0;
  background-color: rgba(23, 22, 22, 1);
  border-bottom: solid 1px #fff;
}
.selector .card-header .btn {
  padding: 7px 10px 7px 10px;
  margin: 0;
  background-color: rgba(23, 22, 22, 1);
  display: block;
  width: 100%;
  text-align: left;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}
.selector .card-header .btn i {
  display: inline-block;
  float: right;
  font-size: 10px;
  padding-top: 5px;
}
.card-body {
  padding: 20px 10px 20px 10px;
  color: rgba(23, 22, 22, 1);
  font-size: 13px;
  letter-spacing: -0.2px;
}
.card-body p {
  padding: 0;
  margin: 0;
}
.card-body .form-check {
  padding-top: 2px;
  padding-bottom: 2px;
}
.card-body .form-check span {
  display: inline-block;
  margin-left: 5px;
  color: #7C7B7B;
}
.card-body .form-check .form-check-input {
  margin-top: 3px !important;
}
.card-body .form-check .select-color {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  display: inline-block;
}
.wrapper-above-products {
  padding-bottom: 35px;
}
.title-results {
  font-size: 24px;
}
.wrapper-sort .select-label {
  color: #7E7D7D;
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.wrapper-sort select {
  border-radius: 0px;
  color: #7E7D7D;
  height: 35px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.wrapper-sort .custom-select:focus {
  outline: 0;
  box-shadow: none;
  border-color: #7E7D7D;
}
.pagination {
  float: right;
  margin-top: 35px;
  margin-right: 0px;
}
.pagination li:last-child a, .pagination li:last-child span, .pagination li:first-child a, .pagination li:first-child span {
  border-radius: 0px;
  border: none;
  text-decoration: none;
}
.pagination li a, .pagination li span {
  padding: 4px 4px 4px 4px;
  margin-right: 10px;
  color: #929393;
  border: none;
  font-size: 14px;
}
.pagination .active a, .pagination .active a:focus, .pagination .active a:hover, .pagination .active span, .pagination .active span:focus, .pagination .active span:hover {
  color: #262728;
  background-color: transparent !important;
  text-decoration: none;
  border-bottom: solid 1px #262728;
}
.pagination li a {
  text-decoration: none !important;
}
.pagination li a:hover {
  color: #262728;
  border-bottom: solid 1px #262728;
  text-decoration: none !important;
}
.pagination li a:visited {
  background-color: transparent !important;
}
.wrapper-product-intro {
  padding-top: 35px;
}
.wrapper-product-shot {
  /*-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);*/
  position: relative;
}
.carousel-item {
  height: 0px;
  padding-bottom: 70%;
  background-color: #fff;
    overflow: hidden;
}
.carousel-item img {
    width: 100%;
    height: auto;
}
.carousel-item .colorindication {
  position: absolute;
  bottom: 8px;
  left: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #5E5D5C;
}
.indicators_bottom{
    background-color: #f5f5f5;
    padding: 100px 0px 30px 0px;


}
.carousel-indicators li{
    width: 90px;
    height: 60px;
    overflow: hidden;
    padding: 10px;

}
.carousel-indicators li img{
    height: 100%;
    width: 100%;

}
.wrapper-product-shot-zoom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
.wrapper-product-shot-zoom a {
  padding: 15px;
  font-size: 20px;
  
  color: rgba(23, 22, 22, 1);
}
.wrapper-product-shot-zoom a:hover {
  color: #e30613;
}
.product-intro {
  color: #e30613;
}
.product-intro h2 {
  color: rgba(23, 22, 22, 1);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
.product-intro h2 span {
  color: rgba(23, 22, 22, 1);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
}
.product-intro .product-intro-options {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: rgba(23, 22, 22, 1);
}
.select-options-bike {
  padding-top: 35px;
}
.select-options-bike select, .wrapper-winkelwagen select {
  font-size: 13px;
  border-radius: 2px;
  color: #282726;
  height: 40px;
  border: solid 1px #BEBDBD;
}
.select-options-bike .form-control:focus, .wrapper-winkelwagen .form-control:focus {
  color: #282726;
  background-color: #F6F6F6;
  border-color: #A5A5A5;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0);
}
.select-options-bike .custom-select:focus, .wrapper-winkelwagen .custom-select:focus {
  outline: 0;
  box-shadow: none;
  border-color: #7E7D7D;
}
.wrapper-productinfo {
  padding-top: 35px;
  color: #5E5D5C;
  font-size: 15px;
  line-height: 26px;
}
.wrapper-productinfo a {
  color: #009EE2;
  text-decoration: none;
}
.wrapper-productinfo a:hover {
  color: #e30613;
  text-decoration: none;
}
.wrapper-product-specifications {
  padding-top: 70px;
  padding-bottom: 70px;
}
.wrapper-product-specifications h3 {
  color: #009fe3;
  font-size: 34px;
  font-weight: 600;
  padding-bottom: 45px;
}
.wrapper-product-specifications h3 hr {
  width: 70px;
  margin-top: 20px;
  margin-bottom: 35px;
  margin-left: 0;
  border-top: 1px solid #e30613;
}
.wrapper-product-specifications table {
  width: 100%;
  font-size: 16px;
  color: #535251;
}
.wrapper-product-specifications table tr {
  border-bottom: 1px solid #EBEAEC;
}
.wrapper-product-specifications table tr:last-child {
  border-bottom: none;
}
.wrapper-product-specifications table td {
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: top;
  border-bottom: none;
}
.wrapper-product-specifications table td:nth-child(1) {
  color: #282726;
  font-weight: 500;
  width: 30%;
}
.text-box-content {
  font-size: 15px;
  line-height: 24px;
  color: rgba(23, 22, 22, 1);
  padding-bottom: 70px;
}
.text-box-content a {
  color: #5E5D5C;
}
.text-box-content h2 {
  font-size: 24px;
  line-height: 24px;
  color: rgba(23, 22, 22, 1);
  margin-top: 35px;
  margin-bottom: 35px;
}
.text-box-content h3 {
  font-size: 24px;
  line-height: 28px;
  color: #009fe3;
  margin-bottom: 35px;
}
.img-fluid {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blockquote {
  font-size: 18px;
  line-height: 24px;
  color: #009fe3;
  margin-top: 35px;
  margin-bottom: 35px;
  border-left: solid 1px rgba(0, 158, 226, 0.3);
  padding-left: 35px;
}
.news-overview .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(23, 22, 22, 0.125);
  border-radius: 0px;
  padding: 30px;
}
.news-overview h4 {
  font-size: 22px;
  color: rgba(23, 22, 22, 1);
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.5px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 25px 0px;
}
.news-overview .card-text {
  color: rgba(23, 22, 22, 1);
  line-height: 28px;
  font-size: 15px;
  letter-spacing: -0.5px;
}
.news-overview .text-muted {
  color: #009fe3 !important;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}
.nieuws-datum {
  color: #009fe3 !important;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 35px;
}
.bg-success {
  background-color: #009fe3 !important;
}
.border-success {
  border-color: #009fe3 !important;
  border-width: 2px !important;
}
.text-success {
  color: #009fe3 !important;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}
.news-overview .shadow {
  box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .08) !important;
}
.wrapper-contactgegevens {
  height: auto;
  padding: 30px;
  width: 90%;
  background-color: #fff;
  color: rgba(23, 22, 22, 1);
  font-size: 16px;
}
.wrapper-contactgegevens h4 {
  font-weight: 500;
  color: rgba(23, 22, 22, 1);
}
.wrapper-contactgegevens h5 {
  font-weight: 500;
  color: rgba(23, 22, 22, 1);
  padding-top: 35px;
}
.wrapper-contactgegevens .openingHours {
  font-size: 15px;
  color: #009fe3;
}
.wrapper-contactgegevens .openingHours span {
  font-size: 15px;
  color: rgba(23, 22, 22, 1);
  font-weight: 600;
}
.wrapper-contactgegevens a {
  color: #009fe3;
}
.wrapper-contactgegevens a:hover {
  color: rgba(23, 22, 22, 1);
}
.contact-form {
  font-size: 14px;
  color: rgba(23, 22, 22, 1);
}
.contact-form .inputfield {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: none;
  font-size: 14px;
  border-radius: 2px;
  padding: 20px 15px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.contact-form .inputfield:focus {
  box-shadow: none;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #e6e1e4
}
.contact-form .text-area {
  height: 150px
}
.contact-form .form-group label {
  font-weight: 400;
  color: #282726;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.contact-form .form-group label span {
  color: #009fe3;
  font-size: 12px;
  padding-left: 5px
}
.wrapper-maps {
  padding: 0;
  margin: 0px;
  background-color: #f5f5f5;
}
#map_canvas {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%
}
#map {
  margin-top: 0;
  height: 600px;
}
#cta {
  margin-top: -53px;
  padding-bottom: 70px;
}
#cta-pages {
  padding-top: 70px;
  padding-bottom: 70px;
}
#cta h4, #cta-pages h4 {
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -2.5px;
  font-weight: 700;
  padding: 0px 0px 50px 0px;
  margin: 0;
}
.cta-contact {
  border-left: solid 1px rgba(23, 22, 22, 0.3);
  padding: 100px 0px 70px 50px;
}
.cta-contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cta-contact ul li {
  padding: 3px 0px 3px 0px;
  margin: 0;
}
.cta-contact ul li i {
  font-size: 10px;
  padding-right: 10px;
}
.cta-contact ul li a {
  color: rgba(23, 22, 22, 1);
}
.cta-contact ul li a:hover {
  color: rgba(23, 22, 22, 0.5);
}
#wrapper-footer {
  padding-top: 90px;
  padding-bottom: 35px;
  background-color: #171616;
  color: #fff;
  background-image: url("../../imgs/layout/color-stripes.png");
  background-repeat: repeat-x;
}
#wrapper-footer h5 {
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 0px 0px 30px 0px;
  margin: 0;
}
.ft-legal ul {
  padding: 0;
  margin: 0px 0px 0px 0px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.ft-adres ul li a, .ft-legal ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.ft-adres ul li a:hover, .ft-legal ul li a:hover {
  color: rgba(255, 255, 255, 1);
}
.ft-col-global hr {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.ft-col {
  padding-bottom: 35px;
  color: rgba(255, 255, 255, 0.8);
}
.ft-col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ft-col ul li {
  font-size: 13px;
  padding-bottom: 2px;
  font-weight: 400;
}
.ft-col ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.ft-col ul li a:hover {
  color: rgba(255, 255, 255, 1);
}
















.copyright {
  text-align: center;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 35px;
  padding-bottom: 35px;
}
.copyright a {
  color: #282726;
  text-decoration: none;
}
.copyright a:hover {
  color: #282726;
  opacity: 0.3;
}
.cd-top {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: fixed;
  bottom: 25px;
  right: 35px;
  background-color: rgba(23, 22, 22, 0.3);
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  text-align: center;
}
.cd-top a {
  display: block;
  padding-top: 5px;
  background-color: rgba(23, 22, 22, 1);
  width: 35px;
  height: 35px;
}
.cd-top a:hover {
  background-color: rgba(23, 22, 22, 0.3);
  width: 35px;
  height: 35px;
}
.cd-top.cd-fade-out, .cd-top.cd-is-visible, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1
}
.cd-top.cd-fade-out {
  opacity: 1
}
.no-touch .cd-top:hover {
  background-color: #fecc00;
  opacity: 1
}
@media(max-width:1200px) {
  .nav-topbar a {
    padding: 0px 8px 0px 8px;
  }
  .cta-contact {
    padding: 80px 0px 35px 30px;
  }
}
@media(max-width:1024px) {}
@media(max-width:991px) {
  .ft-col-cats, .ft-col-merk, .ft-col-global, .wrapper-sort .select-label {
    display: none;
  }
  .wrapper-topbarinfo, .toplogo {
    text-align: center;
  }
  .navbar {
    float: none;
    text-align: left;
  }
  .navbar li {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar {
    padding: 0px 0px 15px 0px;
    margin: 0;
  }
  .navbar-toggler {
    padding-top: 10px;
    padding-left: 0px;
    font-size: 20px;
    z-index: 101;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 20px;
    border-top: none;
    text-align: left;
    text-transform: uppercase;
    color: rgba(23, 22, 22, 1);
    font-weight: 600;
  }
  .navbar-toggler i {
    margin-right: 5px;
    font-size: 16px;
  }
  .navbar-toggler:hover, .navbar-toggler:focus {
    color: rgba(23, 22, 22, 0.5);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    outline: none !important;
    box-shadow: none;
  }
  .navbar-collapse {
    padding-right: 20px;
    z-index: 101;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: none;
    background-color: rgba(23, 22, 22, 1);
    padding: 20px;
  }
  .navbar li {
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
  }
  .navbar li a {
    color: #fff;
    opacity: 0.5;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border: none;
  }
  .navbar li a:hover, .navbar li a.active, .navbar li a:focus, .navbar .open a, .navbar .open a:focus, .navbar .open a:hover {
    color: #fff;
    background-color: transparent;
    background-image: none;
    opacity: 1;
    border: none;
  }
  .nav-topbar li a:before {
    content: none;
  }
  .nav-topbar li a.active {
    padding-bottom: 3px;
  }
  .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.1);
    background-image: none;
    margin-top: 10px;
    padding: 15px 20px 15px 30px;
  }
  .dropdown-menu li a:hover {
    color: #fff;
  }
  #product-cats {
    padding-bottom: 70px;
  }
  #about .photo-intro {
    margin-top: 30px;
  }
  #about {
    margin-top: 0px;
    padding-bottom: 70px;
  }
  .wrapper-news-item {
    margin-bottom: 35px;
  }
  #cta h4, #cta-pages h4 {
    font-size: 40px;
    line-height: 45px;
  }
  .cta-contact {
    border-left: none;
    padding: 50px 0px 0px 0px;
  }
  #wrapper-footer {
    text-align: center;
    padding-bottom: 70px;
  }
  .wrapper-leftnav {
    width: 100%;
    margin-bottom: 45px;
    padding: 0;
  }
  .column-page-menu {
    width: 100%;
    padding-top: 0px;
    box-sizing: border-box;
  }
  .column-page-menu a {
    background-color: #009fe3;
    text-decoration: none !important;
  }
  .column-page-menu a:hover {
    background-color: #009fe3;
    text-decoration: none !important;
  }
  .page-menu-toggle-part {
    display: none;
    padding: 0px;
  }
  .page-menu-toggler {
    width: 100%;
    box-sizing: border-box;
  }
  .page-menu-toggler .menu {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 10px 8px 20px;
  }
  .page-menu-toggler .menu span {
    display: inline-block;
    margin-left: 5px;
  }
  .page-menu-toggle-part.active, .page-menu-toggler {
    display: block;
  }
  .page-menu-list li, .page-menu-list li a {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-menu-list li a:hover {
    background-color: #fff;
  }
}
@media(max-width:767px) {
  .cd-top {
    display: none;
  }
}
@media(max-width:550px) {
  .wrapper-topbarinfo .list-inline, .wrapper-topbarinfo .list-inline-item {
    padding-left: 0;
    padding-right: 0;
  }
  .wrapper-topphoto-hp {
    height: 485px;
  }
  .overlay-photo h1 {
    font-size: 24px;
    line-height: 32px;
  }
  #news {
    padding-bottom: 100px;
  }
}

.carousel-control-next, .carousel-control-prev {
    display: none;
}

.thumbnails-carousel{
    padding-top: 20px;
}
.thumbnails-carousel .thumb{
    margin-bottom: 0px;
}