@font-face {
  font-family: 'FuturaStdBold';
  src: url('/static/fonts/FuturaStd-Bold.otf');
  src:
          local('Futura Std Bold'),
          local('FuturaStdBold'),
          url('/static/fonts/FuturaStd-Bold.otf')
          format('opentype');
}
@font-face {
  font-family: 'FuturaStdLight';
  src: url('/static/fonts/FuturaStd-Light.otf');
  src:
          local('Futura Std Light'),
          local('FuturaStdLight'),
          url('/static/fonts/FuturaStd-Light.otf')
          format('opentype');
}
html, body {
  font-family: "Calibri", sans-serif;
  font-weight: 100;
  font-size:1.2rem;
  color: #333;
  padding: 0px;
}
a {
  outline: 0;
}
.header .logo {
  width:50%;
  float:left;
  margin:1% 0 0 0;
}

.header .logo-img {
  width: 80%;
  margin: 0 auto;
  display:block;
}
.main-menu {
  width:50%;
  margin: 0 0 2% 0;
  float:left;
}
.navbar {
  float:right;
  clear:both;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}

.main-menu {
  width:100%;
}
@media (min-width: 992px) {
  .header .logo {
    width:30%;
  }
  .navbar {
    float:none;
  }
}
.main-menu a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
}
@media (min-width: 1200px) {
  .header .logo {
    width:30%;
  }
  .main-menu a {
    font-size: 1rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
  .header .logo-img {
    width: 70%;
  }

}
@media (min-width: 1400px) {
  .main-menu a {
    font-size: 1.1rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .header .logo-img {
    width: 70%;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1);
}
.home-header {
  width:300%;
  height:300px;
  background:  url('/static/img/header-bg.png') no-repeat left center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.wrapper {
  margin-bottom:50px;
  position: relative;
  overflow:hidden;
}
@media (min-width: 900px) {
  .wrapper {
    margin-bottom:100px;
  }
}
.sliding-background {
  background:  url('/static/img/header-bg.png') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 600%;
  padding-top:100%;
  animation: slide 12s linear infinite;
}
@keyframes slide {
  0%{
    transform: translate3d(0, 0, 0);
  }
  24%{
    transform: translate3d(0px, 0, 0);
  }
  28%{
    transform: translate3d(-16.66%, 0, 0);
  }
  48%{
    transform: translate3d(-16.66%, 0, 0);
  }
  52%{
    transform: translate3d(-33.33%, 0, 0);
  }
  72%{
    transform: translate3d(-33.33%, 0, 0);
  }
  76%{
    transform: translate3d(-50%, 0, 0);
  }
  96%{
    transform: translate3d(-50%, 0, 0);
  }
  100%{
    transform: translate3d(-66.66%, 0, 0);
  }
}
@media (min-width: 600px) {
  .sliding-background {
    width: 336%;
    padding-top:28%;
  }

  @keyframes slide {
    0%{
      transform: translate3d(0, 0, 0);
    }
    24%{
      transform: translate3d(0px, 0, 0);
    }
    28%{
      transform: translate3d(-16.66%, 0, 0);
    }
    48%{
      transform: translate3d(-16.66%, 0, 0);
    }
    52%{
      transform: translate3d(-33.33%, 0, 0);
    }
    72%{
      transform: translate3d(-33.33%, 0, 0);
    }
    76%{
      transform: translate3d(-50%, 0, 0);
    }
    96%{
      transform: translate3d(-50%, 0, 0);
    }
    100%{
      transform: translate3d(-66.666%, 0, 0);
    }
  }
}

.sliding-content {
  font-family: "FuturaStdBold", Futura, "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  font-size:12vw;
  bottom: 15%;
  left:10%;
}
#content {
  width:100%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .sliding-content {
    font-size: 7vw;
  }
}
@media (min-width: 900px) {
  #content {
    width:90%;
  }
}
@media (min-width: 1200px) {
  #content {
    width:80%;
  }
}
 h1,  h2 {
  font-family: "FuturaStdBold", Futura, "Trebuchet MS", Arial, sans-serif;
  color: #405A5E;
  font-size:1.5rem;
   word-wrap:break-word;
}
 h3 {
   font-family: "FuturaStdBold", Futura, "Trebuchet MS", Arial, sans-serif;
   color: #405A5E;
   font-size:1.3rem;
 }
#content .left-block {
  border-right:1px solid #b4d1cc;
}
#content h4.invers {
  font-family: "FuturaStdBold", Futura, "Trebuchet MS", Arial, sans-serif;
  color:#FFF !important;
  background-color: #405A5E;
  text-align:center;
  display: inline-block;
  padding: 5px;
  font-size:0.8rem;
  margin:5px;
}
#content {
  font-size:0.8rem;
}
@media (min-width: 600px) {
  #content h1 {
    font-size:2rem;
  }
  #content h4.invers {
    font-size:1rem;
  }
  #content {
    font-size:1rem;
  }
}
@media (min-width: 1200px) {
  #content {
    font-size:1.2rem;
  }
  #content h1 {
    font-size:2.5rem;
  }
  #content h4.invers {
    font-size:1.3rem;
    padding: 10px 30px;
  }
  h3 {
    font-size:1.5rem
  }
}
.square {
  position: relative;
  width: 100%;
  margin-bottom:30px;
}

.square:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square-content{
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
}
.square-content div {
  display: table;
  width: 100%;
  height: 100%;
}
.blocktitle {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  display:table;
  background-color:#999999;
}
.blocktitle h2 {
  color:#FFFFFF;
  font-size: 8vw;
  font-family: "FuturaStdBold", Futura, "Trebuchet MS", Arial, sans-serif;
  text-align:center;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.blocktitle h2.nieuws-title {
  font-size: 4vw;
  padding: 20px;
}
.blocktitle-sm-font h2 {
  font-size: 6vw;
}

@media (min-width: 574px) {
  .blocktitle h2 {
    font-size: 3vw;
  }
  .blocktitle-sm-font h2 {
    font-size: 2vw;
  }
  .blocktitle h2.nieuws-title {
    font-size: 2vw;
  }
}
@media (min-width: 900px) {
  .blocktitle h2.nieuws-title {
    font-size: 1.6vw;
  }
}
@media (min-width: 1500px) {
  .blocktitle h2.nieuws-title {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1600px) {
  .blocktitle-sm-font h2 {
    font-size: 40px;
  }
  .blocktitle h2 {
    font-size: 40px;
  }
  .blocktitle h2.nieuws-title {
    font-size: 30px;
  }
}
.fjordenblauw {
  background-color: rgb(106,122,139);
}
.pijnboompitbeige  {
  background-color: rgb(205,204,190);
}
.bloosroze  {
  background-color: rgb(238,192,165);
}
.ananasgeel  {
  background-color: rgb(214,184,98);
}
.berggrasgroen  {
  background-color: rgb(176,184,163);
}
.wangenroze  {
  background-color: rgb(200,172,158);
}
.boababbeige  {
  background-color: rgb(189,187,176);
}
.waterdruppelblauw  {
  background-color: rgb(141,162,166);
}
.gembergeel  {
  background-color: rgb(228,217,186);
}
.rietgroen {
  background-color: rgb(174,180,144);
}
.egyptischblauw  {
  background-color: rgb(145,175,187);
}
.eucalyptusgroen  {
  background-color: rgb(187,194,189);
}
.magentaroze  {
  background-color: rgb(208,106,107);
}
.laguneblauw  {
  background-color: rgb(110,135,131);
}
.jasmijnwit  {
  background-color: rgb(201,202,211);
}
.bottom-color, .block-color {
  width: 100%;
  text-align:center;
  position:absolute;
  bottom:0;
  display:block;
  color:#ffffff;
  left:0;
}
.block-inverse .bottom-color, .block-inverse .block-color, .block-inverse h2 {
  color:#000000;
}

@media (min-width: 992px) {

  .blocktitle-left {
    margin-right:2%;
  }
  .blocktitle-right {
    margin-left:2%;
  }
}
section.newsletter {
  background-color: #e5e5e5;
  text-align: center;
  padding: 100px 0;
  overflow:hidden;
}
.newsletter-form {
  margin: 0 10px;
}
.form-control {
  border: 0px;
  height: 50px;
}
.newsletter-form .btn {
  position:relative;
  float:right;
  top:-50px;
  display:block;
  width: 50px;
  height: 50px;
  background: url('/static/img/send.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.referenties {
  text-align: center;
  padding: 100px 2%;
  width:100%;
  margin: 0 auto;
  overflow:hidden;
}
@media (min-width: 900px) {
  section.referenties {
    width:90%;
  }
}
@media (min-width: 1200px) {
  section.referenties {
    width:80%;
  }
}
img.ref {
  width:100%;
}
footer {
  border-top: 1px solid #000000;
  width:100%;
  padding-top:50px;
  overflow: hidden;
}

footer .logo-img {
  width: 100%;
  margin: 20px auto;
  display:block;
  max-width: 300px;
}
div.social {
  max-width: 300px;
  margin: 0 auto;
}
footer .social-img {
  width: 24%;
  margin: 0px auto;
  display:inline-block;
  float:left;
}
.footerblock {
  border:0px solid #000000;
  width:48%;
  margin:1% 1%;
  text-align: center;
  font-weight:bold;
  float:left;
  font-size: 1rem;
  position: relative;
}
a .footerblock {
  color: #fff;
}
.footerblock .square {
  margin: 0px;
}
@media (min-width: 480px) {
  .footerblock {
    font-size: 0.8rem;
  }
}
@media (min-width: 600px) {
  .footerblock {
    width:23%;
    margin:1% 1%;
  }
}
@media (min-width: 992px) {
  footer .row {
    width:80%;
    margin: 0 auto;
  }
}
@media (min-width: 1500px) {
  .footerblock {
    width:21%;
    margin:1% 1%;
    font-size: 1.2rem;
  }
}
.footerblock:after {
  content: "";
  display: block;
}
.block-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cell {
  vertical-align: middle;
  text-align: center;
  padding-top:42%;
}
ul.footer-menu {
  padding-left: 100px;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  ul.footer-menu {
    padding-left: 20px;
  }
}
ul.footer-menu, ul.footer-menu ul{
  list-style-type: square;
}
.footer-menu a, .footer-menu li {
  text-decoration: none;
  color: #000000;
  font-size: 0.8rem;
}
.nieuws-block {
  margin:0px;
  padding: 20px;
}
.nieuws-block-inner img {
  margin-bottom: 5px;
}
.nieuws-block-inner .news-title {
  background: #405054;
  color: #CCCCCC;
  padding:10px;
  display:block;
  width: 100%;
  text-align: justify;
  font-size: 0.8rem;
  height:4.5rem;
  position:relative;
  font-weight: 100;
  letter-spacing: 1.5px;
  line-height: 1.2rem;
}
.nieuws-block-inner .news-tag {
  font-weight: 900;
  font-size: 1rem;
  color: #FFFFFF;
  width:100%;
  display:block;
}
.nieuws-block-inner .readmore  {
  float:right;
  color: #CCCCCC;
  display:block;
  position:absolute;
  bottom:0;
  right:10px;
  border-color: #ffffff;
  padding: 7px;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
  float: right;
  margin-top: 8px;
}
#loadmore img {
 width: 100px;
}
.nieuws-title h1 {
  text-align: center;
  text-transform: uppercase;
}
.tag-filter h3 {
  text-align: left;
  text-transform: uppercase;
  font-size:0.8rem;
  color: #405054;
}
@media (min-width: 1200px) {
  .tag-filter h3 {
    font-size:1.1rem;
  }
}
.tag-filter {
  padding: 20px;
}
.nieuws-filter {
  padding-top: 0px !important;
}
.tag-filter-inner {
  background-color: #ebebeb;
}
.filter-list {
  padding: 0 20px 20px 20px;
}
.tag-filter input[type="checkbox"] {
  width: 15px;
  height: 15px;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px #CCC solid;
  position: relative;
  left: -5px;
  top: 0;
  cursor:pointer;
}
.tag-filter  input[type="checkbox"]:checked {
  background: #405054;
}

.tag-filter .form-control {
  border: 0px;
  height: 35px;
}
.tag-filter .btn {
  position:relative;
  float:right;
  top:-35px;
  display:block;
  width: 35px;
  height: 35px;
  background: #405054;
  color: #FFFFFF;
  padding: 0px;
  font-size:1rem;
  font-weight:900;
}

section#intro, section#blocks {
  margin-bottom: 5%;
}
#nieuws {
  font-size: 1rem;
}
.nieuws-img, .page-img {
  width: 100%;
  float: right;
  padding: 15px;
  text-align: right;
}
@media (min-width: 1024px) {
  .nieuws-img, .page-img {
    width: 50%;
  }
}
.nieuws-img img, .page-img img {
  width:100%;
}
.nieuws-title, .inspiratie-title, .page-title, .product-title {
  text-align: center;
  margin: 3% 0 5% 0;
  text-transform: uppercase;
}
.inspiratie-title {
  margin-bottom:2%;
}
.header-line {
  border-bottom: 1px solid #405054;
}
#blocks a:hover {
  color:#FFFFFF;
}
#inspiratie-row .outer-row .col-lg-6 {
  padding: 0px;
}
#inspiratie-row .inner-row {
  margin: 0px 0px;
}
#inspiratie-row .inner-row .col-md-6, #inspiratie-row .inner-row .col-md-12,
#inspiratie-row .inner-row .col-sm-6, #inspiratie-row .inner-row .col-sm-12 {
  padding: 15px;
}
.tag-filter {
  padding: 15px 0px;
}
.inspiratie-img img {
  width: 100%;
  padding: 5% 0 0 0;
}
.nieuws-img img {
  width:100%;
}
span.date {
  font-style: italic;
  font-size:0.8rem;
}
.contact-img, .contact-img img {
  width: 100%;
}
#contact-page i {
  margin-left: 0px;
}
#content {
  padding-bottom:30px;
}
#contact-page {
  text-align: center;
}
.gmap_canvas{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  background:none!important;
}
.gmap_canvas iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.kleur-block-inner {
  width:100%;
  margin-bottom:10px;
  position: relative;
}
.kleur-block-inner:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.kleur-block-inner .block-color {
  position: absolute;
  left:0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  line-height: 100%;
  font-size: 0.4rem;
  top:0;
}
.bottom-text {
  position:absolute;
  bottom:10px;
  left:10px;
}
@media (min-width: 1200px) {
  .kleur-block-inner .block-color {
    font-size: 1rem;
  }
}
a .bottom-color {
  text-decoration:none;
}
#kleur-row {
  padding:15px;
}
.color-detail-block {
  position: absolute;
  background: #ffffff;
  border-radius: .4em;
  padding: 5px;
  top: 100px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  width:100%;
  z-index:9999;
  display: inline-block;
  left:0px;
}

.color-detail-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-bottom-color: #ffffff;
  border-top: 0;
  margin-left: -30px;
  margin-top: -30px;
}
.color-detail-block .kleur-block-inner {
  width: 95%;
  margin:1%;
  float:left;
}
.color-detail-block .kleur-block-inner:after {
  padding-bottom: 98%;
}
.color-detail-text {
  float:left;
  color: #999;
  padding:1%;
}
.color-detail-text a {
  margin-left:5px;
  color: #999;
  position: relative;
  z-index: 10;
}
.color-detail-text a:hover {
  text-decoration: none;
}
.color-detail-block {
  font-size: 0.5rem;
}
@media (min-width: 768px) {
  .color-detail-block {
    font-size: 0.8rem;
  }
  .color-detail-text {
    padding:5%;
  }
}
@media (min-width: 1200px) {
  .color-detail-block {
    font-size: 1rem;
  }
}
@media (min-width: 1500px) {
  .color-detail-block {
    font-size: 1.1rem;
  }
}
.inspiratie-img1 {
  margin-bottom: 30px;
}
.back-btn {
  float:right;
  display:block;
  line-height: 2rem;
  background: #405054;
  color: #FFFFFF;
  padding: 10px;
}
.inspiratie-color {
    display:block;
    width:45%;
    margin:2%;
  float:left;
}
.inspiratie-color .kleur-block-inner{
  margin-bottom:0;
}
.verf-block a:hover {
  text-decoration:none;
}
.verf-block {
  margin: 10px 10px 50px 10px;
  padding: 5px;
}
.verf-block:hover {
  outline:3px solid #EEE;
  border-radius:5px;

}
.product-name {
  text-align: center;
  color: #405054;
  font-size: 0.8rem;
  margin:10px 0 0px 0;
  font-weight: normal;
  display:block;
  height:4.5em;
  overflow:hidden;
}
.product-name-related {
  height:2.5em;
  overflow:hidden;
}
.verf-block-inner {
  width:100%;
  margin-bottom:10px;
  position: relative;
}
.verf-block-inner:after {
  content: "";
  display: block;
  min-height: 100%;
}
.tag-label {
  cursor: pointer;
  margin:0px;
  display:inline;
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .tag-label {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
.text-black {
  color: #000;
}
.detail-tag {
  color:#FFF;
  padding:5px 10px;
  margin: 0 5px;
  display:inline;
  background-color: #405A5E;
  font-weight: bold;
  font-size: 0.6rem;
  white-space: nowrap;
}
.filter-link {
  color: #405A5E;
}
.cat-label {
  margin-left: 30px;
  cursor:pointer;
}
.subcat-label {
  margin-left: 60px;
  cursor:pointer;
}
.active-link {
  font-weight: bold;
}
.btn-primary {
  background: #405A5E;
  color:#FFF;
  border:0px;
  border-color: transparent;
}
.btn-primary:hover {
  background: #607A7E;
  border:0px;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: none;
}
.btn-secundary {
  background: #809A9E;
  color:#FFF;
  border:0px;
  border-color: transparent;
}
.btn-secundary:hover {
  background: #A0BABE;
  border:0px;
}
.btn-secundary:focus, .btn-secundary.focus {
  box-shadow: none;
}
.paintfactory-logo img {
  margin: 0 auto;
  display:block;
}
.form-control {
  border: 1px #EEEEEE solid;
}
.slick-slide {
  padding: 0 20px;
}
.filter-btn {
  text-align: center;
  width: 100%;
  font-size: 0.8rem;
  cursor: pointer;
  color: #405054;
}
.filter-btn:hover {
  text-decoration: underline;
}
.tag-title {
  width:100%;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 20px;
}
.tag-main-title {
  width:100%;
  padding: 10px 20px;
}
.filter-toggle {
  cursor: pointer;
}
.clear-filters {
  cursor: pointer;
  text-align:right;
  padding:10px;
  font-size:0.8rem;
  width:100%;
  display:block;
}
.outer-row {
  margin-left: -30px;
  *zoom: 1;
}
.search-form {
  margin: 10px;
}
.nomargin-row {
  margin-left:0;
}
.nopadding-col {
  padding-left:0;
}
@media (max-width: 767px) {
  .row {
    margin-left: -15px;
  }
}
.mb-3, .my-3 {
  margin-bottom: 0 !important;
}
@media (max-width: 900px) {
  .tag-filter {
    padding: 0px 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -15px;
  }
}
#intro {
 margin: 0 10px;
}
.slick-slider {
  overflow:hidden;
}
.breadcrumbs {
  font-size: 0.8rem;
  margin: 10px;
  color: #666;
}
.breadcrumbs a {
  color: #666;
}
.breadcrumbs .separator {
  margin: 0 10px;
}
.flashMessage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #7ed6a5;
  color:#ffffff;
  z-index: 10000;
  text-align:center;
  padding: .75rem 1.25rem;
  display: none;
}
.flashMessage-success {
  background-color: #7ed6a5;
}
.flashMessage-error {
  background-color: #f68570;
}
.livesearch {
  padding: 10px;
  border: 1px solid #AAAAAA;
}
.color-select:hover, .select-label {
  background-color: #00a0ff;
  color:#FFF;
  cursor:pointer;
}
.select-label {
  font-size: 1rem;
  font-weight: bold;
  padding: 5px;
  cursor:auto;
  margin:5px;

}
.remove-kleur {
  cursor:pointer;
  color: white;
  padding: 5px;
}
.tag-div {
  font-size: 1rem;
}
.input-label {
  font-weight: bold;
  color: #405A5E;
}
#kleurselect {
  margin-bottom:10px;
}
.bottom-color:before {
  content: "#";
}
#pc-cookie-notice {
  background: #EEEEEE !important;;
  color: #333333 !important;
  padding: 20px !important;
  font-family: "Calibri", sans-serif  !important;
  font-size: 1rem !important;
  z-index: 10000;
}
#pc-cookie-notice #pc-message {
  padding: 0 10% !important;
  text-align:right !important;
}
#pc-cookie-notice a {
  color: #607A7E !important;
}
#pc-cookie-notice #pc-button button {
  color: #FFF !important;
  background: #607A7E !important;
  border: 1px solid #fff !important;
  margin-top: 20px !important;
}
#pc-cookie-notice #pc-button {
  right: 5% !important;
}
#verf-row {
  padding-top: 15px;
}
.kleur-block {
  max-width:25% !important;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .kleur-block {
    max-width:50% !important;
    padding-right: 15px;
    padding-left: 15px;
  }
  .kleur-block-inner {
    margin-bottom: 30px;
  }
}
.city-select {
  cursor: pointer;
}
.week-link i {
  color: #607A7E !important;
}
.agenda .open {
  background-color: #CCFFCC;
  cursor: pointer;
  text-align:center;
}
.agenda .closed {
  background-color: #FF9999;
  color: #CC6666;
  text-align:center;
}
.agenda-detail {
  font-size: 14px;
  text-align: center;
}
.agenda-detail th, .agenda-detail .first-line {
  font-size:20px;
}
.ref-block {
  width:100%;
  height:100%;
  color:#333;
  display: block;
  vertical-align: middle;
  margin-top: 30%;
  font-weight:bold;
  text-align: center;
}
.visual {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.download {
  color: #607A7E !important;
}
.paint-icon {
  margin:10px;
  height:50px;
}
@media (min-width: 768px) {
  .paint-icon {
    height:80px;
  }
}
.description {
  font-size: 1rem;
  text-algin:center;
}
.filter-link {
  color: #405054;
}
.sub-filter {
  margin-left:25px;
}
.filter-link-active {
  font-weight: bold;
}
.small-text {
  font-weight: 100;
  line-height: 1;
  font-size: 70%;
  font-style: italic;
}
#gototopbutton {
  display: inline-block;
  background-color: #607A7E;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#gototopbutton:hover {
  cursor: pointer;
  background-color: #333;
}
#gototopbutton:active {
  background-color: #555;
}
#gototopbutton.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 500px) {
  #gototopbutton {
    margin: 30px;
  }
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 -> 9/16x100 */
  overflow: hidden;
}
.video-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.linkbutton {
  color: #607A7E;
  background:#EEE;
  padding: 10px;
  margin:10px auto;
  display:inline-block;
  clear:both;
  width:100%;
  text-align:center;
}
.dropdown-item.active, .dropdown-item:active {
  color: #607A7E;
  text-decoration: none;
  background-color: #EEEEEE;
}
.btn:hover {
  color: #CCC;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #CCC;
}
.folder-download, .folder-download-mobile, .toolbar {
  float: right;
  margin: 0.5% auto;
  position:relative;
  bottom:0px;
}
.toolbar {
  display: inline-block;
  margin-top:15px;
}
.folder-download-mobile {
  display: inline-block;
}
.folder-download {
  display: none;
}
.folder-download a, .folder-download-mobile a, .toolbar, .toolbar a {
  color: #405054 !important;
  font-size: 0.8rem;
  font-weight: normal;
  width:100%;
}
@media (min-width: 990px) {
  .folder-download {
    display: inline-block;
  }
  .folder-download-mobile {
    display: none;
  }
}
.nav-item {
  text-align:right;
}
strong, b {
  font-weight: 800;
}
.agenda-detail td, .agenda-detail th {
  padding: .25rem;
}
/**
Fixing bootstrap columns for safari
 */
.row:before, .row:after{
  display: inline-block !important;
}
ul {
  list-style-type: square;
}
.product-price {
  text-align:center;
  color:#405054;
  font-size:1rem;
  font-weight: bold;
}
.product-price-large {
  font-size: 1.5rem;
}
.cart-add-block {

}
.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 70px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.2rem;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}
#cart-add-btn, . {
  border-radius: 0;
  margin-left:10px;
}
.cart-add-btn {
  border-radius: 0;
}
#content .product-title h1 {
  font-size: 1.5rem;
  text-align:left;
  text-transform: uppercase;
}
.quantity-notification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #405054;
  color: white;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 5px;
}
a#calculator-btn {
  color: #405054;
  text-decoration:underline;
  margin-top:50px;
  display: inline-block;
}
.toolbar .dropdown {
  float:left;
}

.cart-img {
  width:100px;
}
.cart-item-row {
  font-size: 1rem;
}
.light-text {
  color: #999;
}
.small-text {
  font-size: 0.8rem;
}
.cart-total {
  padding:30px;
  border: 3px solid #EEEEEE;
  display:inline;
}
.toolbar i {
  cursor: pointer;
}
.dropdown-cart {
  min-width: 20rem;
}
.dropdown-cart .cart-item-row {
  font-size: 0.8rem;
}
.toolbar .dropdown-cart i {
  margin: 0px;
  font-size: 0.8rem;
  -webkit-text-stroke: 0.5px #fff;
}
.dropdown-cart .cart-total {
  border: 0px;
}
.toolbar .dropdown-cart a.btn {
  color:#FFFFFF !important;
  margin:20px;
}
.cart-table {
  font-size: 1rem;
}
.cart-table thead th {
  background-color: #EEEEEE;
  padding: 0.5rem;
  border-top: 2px solid #dee2e6;
}
#cart i {
  -webkit-text-stroke: 1px #fff;
}
.cart-total-row i {
  -webkit-text-stroke: 1px #EEEEEE;
}
#cart i.fa-trash {
  -webkit-text-stroke: 0;
}
.cart-total-row {
  font-size: 1rem;
  background-color: #EEEEEE;
  border-top: 2px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
  padding:10px;
}
.cart-table .cart-item-row {
  border-bottom: 2px solid #dee2e6;
}
#calc-quantity {
  width: 120px;
  height: 42px;
  line-height: 1.65;
  display: inline-block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

#calc-quantity:focus {
  outline: 0;
}
.color-selector {
  cursor:pointer;
  border: 3px dashed #cccccc;
  text-align:center;
  padding:20px;
  margin:30px 0;
}
#paint-selector {
  margin:30px 0 0 0;
}
.cart-color {
  text-align:center;
  padding:5px;
  display:inline-block;
}
.item-color-selector {
  cursor: pointer;
}
.cart-color .small-text {
  line-height: 0.5rem;
}
.paint-select img{
  width: 50% !important;
}
.bg-success {
  background-color: #8EA394 !important;
  color: #FFFFFF;
}
.product-price-list {
  text-align:center;
  color:#405054;
  font-size:1.2rem;
  margin: 10px;
}
.color-selected {
  border: 3px solid #333333;
}
.waaier-select {
  text-align: center;
}
.waaier-select a {
  color:#405054;
  display: inline-block;
  border: 1px solid #cccccc;
  width: 100%;
}
.login-form-link a {
  color:#405054;
  font-size:0.8rem;
}
.checkout-cart {
  border: 1px solid #CCC;
}
.checkout-cart .cart-item-row {
  font-size:0.8rem;
}
.cart-color-text {
  display: inline-block;
  height:75px;
  float:left;
}
.cart-color {
  display: inline-block;
  height:75px;
  width:75px;
  margin-right: 10px;
  float:left;
  border:1px solid black;
}
.cart-product-name {
  color:#405054;
}
.pwdforgot {
  font-size:0.8rem;
  text-align:left;
}
.shipping {
  margin-bottom:30px;
  cursor:pointer;
  border: 2px solid #EEEEEE;
  padding:20px;
}
.shipping h4 {
  text-align: center;
  margin:20px;
}
.shipping-active {
  border: 2px solid #405054;
  cursor: default;
}
.shipping-hide {
  display: none;
}
.shipping-active .shipping-hide {
  display: flex;
}
.table th, .table td {
  padding: 0.75rem 0.25rem;
}
#pickuplocation  {
  font-weight: bold;
}
#pickuplocation option:disabled {
  font-weight: normal;
}
.required-mark {
  float : right;
  height:5px;
  color:#CCC;
}
.modal-body .quantity input {
  width: 50px;
  height: 30px;
  line-height: 1.3;
  font-size: 0.8rem;
  padding-left:12px;
}
.modal-body .cart-add-btn {
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  line-height: 1rem;
  display:table;

}
.modal-body  .quantity-nav {
  float: left;
  position: relative;
  height: 30px;
}
.modal-body  .quantity-button {
  line-height: 0.8rem;
}
.modal-body  .product-price-list {
  font-size: 1rem;
}
.modal-body .cart-add {
  height: 30px;
}
.close {
  cursor: pointer;
}
.discount {
  color:#66CC66;
  line-height: 1.2rem;
  font-size: 1rem;
  text-align:center;
}
.strike-through {
  text-decoration: line-through;
}
.icon-text {
  font-size: 0.6rem;
  top: -20px;
  position:relative;
  text-align:center;
  display:block;
  width:100%;
}
.searchbar {
  float:left;
  margin-top:15px;
  width: 40%;
}
.searchTerm {
  border: 1px solid #CCCCCC;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  font-size: 20px;
  width: 75%;
  margin-left:6%;
}
@media (min-width: 1200px) {
  .searchbar {
    width: 50%;
  }
  .searchTerm {
    width: 85%;
  }
}
@media (min-width: 1400px) {
  .searchbar {
    width: 55%;
  }
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #405054;
  background: #405054;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
  display:inline-block;
  padding:2px;
}
.active-tab {
  color: #007bff;
  border-bottom: 3px solid #007bff;
}
.tab {
  cursor:pointer;
  margin-bottom: 20px;
}
.add-staal {
  margin-top:10px;
  margin-bottom:10px;
  display: inline-block;
}

.main-menu-dt {
  display:none;
}
@media (min-width: 992px) {
  .main-menu-dt {
    display:inline-block;
  }
  .main-menu-mobile {
    display:none;
  }
}
.main-menu-mobile .dropdown {
  float:right;
  position:static;
}
.dropdown .icon .fa {
  float:right;
}
.main-menu-mobile .dropdown-menu {
  border-radius: 0px;
  width: 100vw;
  left: 0;
  right: 0;
  margin:0;
}
.main-menu-mobile .dropdown-menu li {
  text-align:left;
  margin-left: 10px;

}
.main-menu-mobile hr {
  width:100%;
}
.main-menu-dt .nav-container {
  margin-left: 25%;
}
.main-menu-mobile .toolbar .dropdown .searchButton i {
  margin:0px;
}
.main-menu-mobile #searchBar .menuBar {
  margin: 30px 0 ;
}
.main-menu-mobile .quantity-notification {
  right:auto;
  margin-left:40px;
}
.toolbar .dropdown i {
  margin: 10px;
  font-size: 1rem;
}
@media (min-width: 600px) {
  .toolbar .dropdown i {
    margin: 20px;
    font-size: 1.2rem;
  }
}
.text-sm-success {
  color: #66CC66;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .modal {
    margin-top: 100px !important;
  }
}

.black-link {  color: #405054;
  text-decoration: underline;
}
.carousel-indicators li {
  background-color: #405A5E;

}
.carousel {
  margin: 0 -15px;
}
.nav-link .social-img {
   width:20px;
}
.checkboxstyle {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  line-height: 20px;
}

.checkboxstyle > span {
  color: #41B883;
  padding: 0.5rem 0.25rem;
}

.checkboxstyle > input {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #FF8888;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: #FF8888;
  cursor: pointer;
}

.checkboxstyle > input:checked {
  border: 1px solid #88FF88;
  background-color: #88FF88;
}

.checkboxstyle > input:checked + span::before {
  content: '\2713';
  display: block;
  text-align: center;
  color: #41B883;
  position: absolute;
  left: 0.7rem;
  top: 0.2rem;
}

.checkboxstyle > input:active {
  border: 2px solid #34495E;
}
.image-active {
  border: 2px solid #333;
}
#content h4.caramelbeige {
  background-color: rgb(201,165,106);
}
#content h4.vergeetmenietjeblauw {
  background-color: rgb(153,209,215);
}
#content h4.tuleroze {
  background-color: rgb(237,200,180);
}
#content h4.siennarood {
  background-color: rgb(151,119,113);
}