html,
body {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
}

.item {
  border-top: 1px solid #00000073;
  border-bottom: 1px solid #00000073;
}

.item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: radial-gradient(circle, transparent 10%, #131313 90%);
}

#content {
  padding-bottom: 15px;
}

.afspraak-button {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #39474c !important;

  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 60px;
  padding: 10px;
  font-weight: 900;
  max-width: 450px;
  margin-top: 30px;
  text-transform: uppercase;
  text-decoration: solid !important;
}
.afspraak-button:hover {
  background-color: white;
}

hr {
  border-top: 2px solid #eeeeee26;
  margin-top: 45px;
  opacity: 0.6;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px;
  background: rgb(50, 60, 64);
  background: linear-gradient(
    86deg,
    rgba(50, 60, 64, 1) 15%,
    rgba(55, 69, 74, 0.91) 44%,
    rgba(55, 69, 74, 1) 90%
  );
  background-attachment: fixed;
}
.footer,
.push {
  height: 45px;
}
.footer {
  background-color: rgba(20, 20, 20, 1);
  color: rgb(139, 139, 139);
  font-size: 11px;
}

.home-slogan {
  text-align: center;
}

#myCarousel:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, .9) 100%
  ); */

  z-index: 10;
  top: 0;
}

#slider {
  opacity: 1;
}

h1.home-slogan,
h1.page-title {
  font-size: 18px !important;
  margin-top: 30px;
}

p.home-slogan,
p.page-title {
  font-size: 14px;
}

.linkje {
  color: rgba(243, 243, 247, 0.5) !important;
}

.linkje:hover {
  color: rgba(243, 243, 247, 1) !important;
}
.linkje:active {
  color: rgba(243, 243, 247, 1) !important;
}
.linkje:visited {
  color: rgba(243, 243, 247, 0.5) !important;
  text-decoration: underline;
}
.linkje:visited:hover {
  color: rgba(243, 243, 247, 1) !important;
  text-decoration: underline;
}

.row {
  padding: 15px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

p {
  color: rgba(243, 243, 247, 0.5);
  font-size: 13px;
  font-weight: 200;
}
p.stand-out {
  color: rgba(243, 243, 247, 1);
}
h1 {
  font-size: 26px;
  color: white;
  font-weight: 300;
}

@media (max-width: 700px) {
  .home-slogan {
    text-align: left;
  }
}

.logo {
  opacity: 0.9;
  height: 90px;
  width: 200px;
  margin-top: 17px;
  background-image: url(joffers_logo_white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-gegevens {
  font-size: 14px !important;
}

@media (max-width: 400px) {
  .logo {
    width: 188px;
    margin-top: 20px;
    margin-bottom: -20px;
  }
}

.navbar-toggle {
  margin-top: 40px;
}

.navbar,
#navbar {
  margin-top: 20px;
  background: none;
  border: none;
}
.navbar-nav {
  margin-top: 10px;
}
li.active > a {
  background: none !important;
  color: rgba(243, 243, 247, 1) !important;
}
.navbar-default .navbar-nav > li > a {
  color: rgba(243, 243, 247, 0.5);
}
.navbar-default .navbar-nav > li > a:hover {
  color: rgba(243, 243, 247, 1);
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(243, 243, 247, 0.5);
}
.active a:after {
  content: "";
  background: rgba(247, 243, 245, 0.6);
  position: absolute;
  bottom: 4%;
  left: 15%;
  height: 1px;
  width: 70%;
}

@media (min-width: 768px) {
  .active a:after {
    display: inherit;
  }
}
@media (max-width: 768px) {
  .active a:after {
    display: none;
  }
}

.carousel.c-fade .item {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.carousel-inner > .item > img {
  width: 100%;
  /* filter: contrast(1.2) saturate(0.8) */
}

.carousel.c-fade .active.left,
.carousel.c-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.c-fade .next,
.carousel.c-fade .prev {
  left: 0;
  z-index: 1;
}
.carousel.c-fade .carousel-control {
  z-index: 3;
}

.googlemap,
#map-holder {
  position: relative;
  padding-bottom: 30%; /* 4:3 ratio*/
  height: 0;
  overflow: hidden;
}

@media (max-width: 600px) {
  .googlemap,
  #map-holder {
    padding-bottom: 50%;
  }
}

@media (max-width: 400px) {
  .googlemap,
  #map-holder {
    padding-bottom: 80%;
  }
}

.googlemap iframe,
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.product {
  border-bottom: 1px dashed #999;
  font-size: 14px;
  font-weight: 200;
}
.product .name {
  color: rgba(243, 243, 247, 0.6);
}
.product .price {
  float: right;
  color: rgba(243, 243, 247, 1);
  font-weight: 400;
}

.product .opmerking {
  font-size: 10px;
}

.product-images {
  text-align: center;
}

img.product-image {
  max-width: 160px !important;
  max-height: 100%;
  margin: 25px;
  opacity: 0.6;
}

img.product-image:hover {
  opacity: 0.9;
}

.kevin-murphy {
  content: url(../img/products/Kevin.Murphy_white.png);
}
.farouk {
  content: url(../img/products/Farouk-Chi-Biosilk_white.png);
}
.pupa {
  content: url(../img/products/Pupa_white.png);
}
.affinage {
  content: url(../img/products/Affinage_white.png);
}
.medcos {
  content: url(../img/products/Medcos_white.png);
}
.sebastian {
  content: url(../img/products/Sebastian_white.png);
}
.neoderma {
  content: url(../img/products/Neoderma_white.png);
}
.payot {
  content: url(../img/products/Payot_white.png);
}
.balmain {
  content: url(../img/products/Balmain_white.png);
}
.decaar {
  content: url(../img/products/Decaar_white.png);
}
.comfort {
  content: url(../img/products/comfort_zone_white.svg);
}
