@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'Avenir LT Std';
  src: url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Book.woff2') format('woff2'), url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Book.woff') format('woff'), url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Roman.woff2') format('woff2'), url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Roman.woff') format('woff'), url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Black.woff2') format('woff2'), url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Black.woff') format('woff'), url('https://www.mar-sel.be/wp-content/themes/sandbox/assets/fonts/AvenirLTStd-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
section.pagetop {
  margin: 0;
  position: relative;
  background: black;
  z-index: 5;
}
section.pagetop:before {
  z-index: 1;
  background: rgba(255,255,255,0.4);
  background: linear-gradient(180deg,#ffffff 0%,rgba(255,255,255,0) 100%);
  height: 120%;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
}
section.pagetop .container {
  z-index: 2;
  position: relative;
  padding-top: 350px;
  padding-bottom: 80px;
}
section.pagetop .container .row.scrolltomap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
section.pagetop .container .row.scrolltomap h3 {
  font-weight: 300;
}
section.pagetop .date {
  color: black;
}
section.pagetop.home .container {
  padding-top: 430px;
  padding-bottom: 350px;
}
@media only screen and (max-width: 1200px) {
  section.pagetop.home .container {
    padding-top: 350px;
    padding-bottom: 300px;
  }
}
@media only screen and (max-width: 500px) {
  section.pagetop.home .container {
    padding-top: 300px;
    padding-bottom: 250px;
  }
}
@media only screen and (max-width: 400px) {
  section.pagetop.home .container {
    padding-top: 250px;
    padding-bottom: 200px;
  }
}
section.pagetop.home .container .row.intro {
  text-align: center;
}
section.default-page {
  z-index: 5;
  position: relative;
}
section.default-page > .container {
  position: relative;
  background: white;
  padding: 40px;
}
section.default-page.transparent > .container {
  background: none;
  color: white;
}
section.default-page.transparent > .container p {
  color: white;
}
section.default-page.smaller-container > .container {
  max-width: 1000px;
}
section.default-page.overlap-other-sections > .container {
  margin-top: -150px;
  margin-bottom: -150px;
}
section.default-page.overlap-top-section > .container {
  margin-top: -150px;
}
section.default-page.overlap-bottom-section > .container {
  margin-bottom: -150px;
}
section.default-page.transparent > .container {
  position: relative;
  background: none;
}
section.default-page.overlap-top-section-70 > .container {
  margin-top: -70px;
}
a.dienst {
  position: relative;
  display: block;
  height: 300px;
  width: 100%;
  margin: 0 auto;
}
a.dienst img {
  -webkit-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%,-50%);
}
a.dienst .overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e30514;
  -webkit-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  opacity: 1;
  mix-blend-mode: multiply;
}
a.dienst .arrow {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 4;
  -webkit-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
a.dienst .arrow i {
  color: white;
  font-size: 25px;
}
a.dienst .inner {
  z-index: 5;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  padding: 0 25px;
}
@media only screen and (max-width: 1200px) {
  a.dienst .inner {
    top: 30%;
    width: 170px;
  }
}
@media only screen and (max-width: 996px) {
  a.dienst .inner {
    top: 50%;
    width: 225px;
  }
}
a.dienst .inner h2 {
  font-family: 'Avenir LT Std', serif;
  color: white;
  font-weight: bold;
}
a.dienst .inner h2:after {
  -webkit-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
a.dienst .inner .description {
  color: white;
  font-weight: 500;
  height: 60px;
  line-height: 1.4em;
}
a.dienst .inner .swirl-seperator {
  margin: -5px auto 0;
  width: 40px;
}
a.dienst:hover .arrow {
  right: 10px;
}
a.dienst:hover .arrow i {
  color: #e30514;
}
a.dienst:hover img {
  transform: scale(1.2) translate(-50%,-50%);
}
a.dienst:hover .overlay {
  mix-blend-mode: normal;
  background: white;
  opacity: 0.8;
}
a.dienst:hover .inner h2 {
  color: #1c1c1a;
}
a.dienst:hover .inner h2:after {
  left: -10px;
  right: -10px;
}
a.dienst:hover .inner .description {
  color: #1c1c1a;
}
a.dienst.more .overlay {
  background: #1c1c1a;
}
a.dienst.more .inner h2:after {
  background: #e30514;
}
a.dienst.more:hover .inner h2 {
  color: white;
}
a.dienst.more:hover .inner .description {
  color: white;
}
.diensten-slider-wrapper {
  display: block;
  position: relative;
}
.diensten-slider-wrapper .diensten-slider-nav {
  position: absolute;
  bottom: -15px;
  left: 30px;
  background: red;
  width: 70px;
}
.diensten-slider-wrapper .diensten-slider-nav .slick-prev,
.diensten-slider-wrapper .diensten-slider-nav .slick-next {
  display: block;
  position: absolute;
  font-size: 24px;
  color: #1c1c1a;
  opacity: 0.5;
  -webkit-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.diensten-slider-wrapper .diensten-slider-nav .slick-prev:hover,
.diensten-slider-wrapper .diensten-slider-nav .slick-next:hover {
  color: #e30514;
  opacity: 1;
}
.diensten-slider-wrapper .diensten-slider-nav .slick-prev {
  left: 0;
}
.diensten-slider-wrapper .diensten-slider-nav .slick-next {
  right: 0;
}
.producten-slider-wrapper {
  display: block;
  position: relative;
  margin-left: -150px;
}
.producten-slider-wrapper .producten-slider-nav {
  position: absolute;
  top: -50px;
  left: 180px;
  background: red;
  width: 70px;
}
.producten-slider-wrapper .producten-slider-nav .slick-prev,
.producten-slider-wrapper .producten-slider-nav .slick-next {
  display: block;
  position: absolute;
  font-size: 24px;
  color: white;
  opacity: 0.5;
  -webkit-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.producten-slider-wrapper .producten-slider-nav .slick-prev:hover,
.producten-slider-wrapper .producten-slider-nav .slick-next:hover {
  color: #e30514;
  opacity: 1;
}
.producten-slider-wrapper .producten-slider-nav .slick-prev {
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .producten-slider-wrapper .producten-slider-nav .slick-prev {
    left: -20px;
  }
}
@media only screen and (max-width: 996px) {
  .producten-slider-wrapper .producten-slider-nav .slick-prev {
    left: 0;
  }
}
.producten-slider-wrapper .producten-slider-nav .slick-next {
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .producten-slider-wrapper .producten-slider-nav .slick-next {
    right: -20px;
  }
}
@media only screen and (max-width: 996px) {
  .producten-slider-wrapper .producten-slider-nav .slick-next {
    right: 0;
  }
}
section.producten {
  z-index: 4;
  position: relative;
  margin: 0;
  color: white;
  overflow: hidden;
}
section.producten.home {
  margin-top: -150px;
  padding-top: 300px;
  padding-bottom: 150px;
}
section.producten .description {
  color: white;
}
section.producten .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.producten .section-intro {
  position: relative;
  z-index: 4;
}
section.producten .container {
  position: relative;
  z-index: 5;
}
section.producten ul.product-filters {
  display: block;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.producten ul.product-filters li {
  display: inline-block;
}
section.producten ul.product-filters li a {
  display: inline-block;
  padding: 5px 5px 1px 5px;
  margin: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  background: #1c1c1a;
}
section.producten ul.product-filters li a:hover,
section.producten ul.product-filters li a.active {
  background: #e30514;
  color: white;
}
section.product-single {
  z-index: 9999;
  background: red;
}
a.product {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
a.product .imgwrapper {
  width: 100%;
  height: 300px;
  position: relative;
}
a.product .imgwrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
a.product .imgwrapper .titleholder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
a.product .imgwrapper .titleholder .inner {
  position: relative;
  z-index: 2;
  padding: 15px;
}
a.product .imgwrapper .titleholder .inner h2,
a.product .imgwrapper .titleholder .inner h3 {
  padding: 0;
  margin: 0;
  color: white;
  font-size: 16px;
}
a.product .imgwrapper .titleholder .inner h2 small,
a.product .imgwrapper .titleholder .inner h3 small {
  font-weight: 100;
  text-transform: none;
}
a.product .imgwrapper .titleholder .background {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #e30514;
  mix-blend-mode: multiply;
}
a.product .text {
  position: absolute;
  top: 310px;
  left: 0;
  right: 0;
  height: 60px;
  text-align: center;
  color: white;
}
a.product:after {
  display: block;
  height: 4px;
  background: #e30514;
  content: "";
  position: absolute;
  top: 298px;
  left: 80px;
  right: 80px;
  opacity: 1;
  z-index: 5;
  -webkit-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.3s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
a.product:hover:after {
  left: 0;
  right: 0;
}
a.product:hover .imgwrapper img {
  transform: translate(-50%,-50%) scale(1.2);
}
a.product:hover .text .date {
  color: #e30514;
}
a.product:hover .text h3 {
  color: #e30514;
}
a.product-more {
  height: 300px;
  background: #e30514;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
a.product-more .overlay {
  background: #1c1c1a;
  height: auto;
  top: 0;
}
a.product-more .inner {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
a.product-more .inner h2:after {
  background: #1c1c1a;
}
a.product-more .inner .arrow {
  color: white;
  font-size: 18px;
}
a.product-more:hover .inner h2 {
  color: white;
}
a.product-more:hover .inner .description {
  color: white;
}
section.cta {
  z-index: 2;
  top: 0;
  position: relative;
  padding-top: 200px;
  padding-bottom: 300px;
  overflow: hidden;
}
section.cta .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.cta .overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  -webkit-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  opacity: 0.3;
}
section.cta .container {
  position: relative;
  z-index: 3;
}
section.dienst-gallery .dienst-slider-wrapper {
  display: block;
  position: relative;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider-nav {
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 30px;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider-nav .slick-prev,
section.dienst-gallery .dienst-slider-wrapper .dienst-slider-nav .slick-next {
  pointer-events: all;
  display: block;
  position: absolute;
  font-size: 30px;
  line-height: 30px;
  color: #e30514;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider-nav .slick-prev:hover,
section.dienst-gallery .dienst-slider-wrapper .dienst-slider-nav .slick-next:hover {
  color: black;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider-nav .slick-prev {
  left: 0;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider-nav .slick-next {
  right: 0;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider {
  margin: 0 50px;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider .slidewrapper .slide {
  padding: 5px;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider .slidewrapper .slide a.dienstimage {
  pointer-events: all;
  position: relative;
  display: block;
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider .slidewrapper .slide a.dienstimage:before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  border: 6px solid black;
  opacity: 0.2;
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider .slidewrapper .slide a.dienstimage img {
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  filter: grayscale(30%);
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider .slidewrapper .slide a.dienstimage:hover img {
  filter: grayscale(0%);
}
section.dienst-gallery .dienst-slider-wrapper .dienst-slider .slidewrapper .slide a.dienstimage:hover:before {
  border: 3px solid;
  border-image-slice: 1;
  border-width: 12px;
  border-image-source: linear-gradient(135deg,#e30514,#b20410);
  opacity: 1;
}
section.brand-gallery {
  margin: 0;
  position: relative;
}
section.brand-gallery .container {
  padding-top: 0;
  padding-bottom: 30px;
}
section.brand-gallery .container-fluid {
  position: relative;
  margin: 5px;
}
section.brand-gallery .container-fluid .grid-item,
section.brand-gallery .container-fluid .grid-sizer {
  padding: 5px;
}
section.brand-gallery .container-fluid a.brandimage {
  position: relative;
  display: block;
}
section.brand-gallery .container-fluid a.brandimage:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  border: 6px solid black;
  opacity: 0.2;
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
section.brand-gallery .container-fluid a.brandimage img {
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  filter: grayscale(30%);
}
section.brand-gallery .container-fluid a.brandimage:hover img {
  filter: grayscale(0%);
}
section.brand-gallery .container-fluid a.brandimage:hover:before {
  border: 3px solid;
  border-image-slice: 1;
  border-width: 12px;
  border-image-source: linear-gradient(135deg,#e30514,#b20410);
  opacity: 1;
}
section.branding-intro img {
  display: block;
  position: relative;
  max-height: 100%;
  max-width: 60%;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
section.branding-intro .brandname {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding: 20px;
  text-align: center;
  color: black;
  margin: 0 auto;
  -webkit-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
section.blog {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
section.blog h1,
section.blog h2,
section.blog h3,
section.blog h4,
section.blog h5,
section.blog h6,
section.blog p {
  color: white;
}
section.blog .container {
  padding-top: 50px;
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
}
section.blog .container .row.blog-loop a.blogitem {
  display: block;
  padding: 0 0;
  position: relative;
  padding-left: 100px;
}
section.blog .container .row.blog-loop a.blogitem .date {
  width: 80px;
  position: absolute;
  left: 0;
  top: 240px;
  display: block;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  font-family: 'Avenir LT Std', cursive;
  text-align: right;
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  font-style: italic;
  color: white;
}
section.blog .container .row.blog-loop a.blogitem .date span.month {
  display: block;
  font-family: 'Avenir LT Std', serif;
  font-size: 26px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  font-style: normal;
  color: #e30514;
}
section.blog .container .row.blog-loop a.blogitem .date small {
  display: block;
  font-weight: 900;
  font-size: 20px;
  line-height: 35px;
}
section.blog .container .row.blog-loop a.blogitem .imgwrapper {
  width: 100%;
  height: 360px;
  position: relative;
}
section.blog .container .row.blog-loop a.blogitem .imgwrapper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  opacity: 1;
  width: 6px;
  background: white;
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
section.blog .container .row.blog-loop a.blogitem .imgwrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
section.blog .container .row.blog-loop a.blogitem .imgwrapper .titleholder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
section.blog .container .row.blog-loop a.blogitem .imgwrapper .titleholder .inner {
  position: relative;
  z-index: 2;
  padding: 15px 50px;
}
section.blog .container .row.blog-loop a.blogitem .imgwrapper .titleholder .inner h2,
section.blog .container .row.blog-loop a.blogitem .imgwrapper .titleholder .inner h3 {
  padding: 0;
  margin: 0;
  color: white;
  font-size: 20px;
}
section.blog .container .row.blog-loop a.blogitem .imgwrapper .titleholder .inner h2 small,
section.blog .container .row.blog-loop a.blogitem .imgwrapper .titleholder .inner h3 small {
  font-weight: 100;
  text-transform: none;
}
section.blog .container .row.blog-loop a.blogitem .imgwrapper .titleholder .background {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #e30514;
  mix-blend-mode: multiply;
}
section.blog .container .row.blog-loop a.blogitem .description {
  color: white;
  position: relative;
  margin: 30px 30px 30px 50px;
  text-transform: none;
}
section.blog .container .row.blog-loop a.blogitem:hover .imgwrapper:before {
  width: 14px;
}
section.blog .container .row.blog-loop a.blogitem:hover .imgwrapper img {
  transform: translate(-50%,-50%) scale(1.2);
}
section.blog .container .row.blog-loop a.blogitem:hover .text .date {
  color: #e30514;
}
section.blog .container .row.blog-loop a.blogitem:hover .text h3 {
  color: #e30514;
}
section.single-post-controls {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
section.single-post-controls .container {
  position: relative;
}
section.single-post-controls .container .row {
  border-top: 4px solid #e30514;
}
section.single-product {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem;
  color: white;
}
section.single-product .main-img-col img {
  width: 100%;
}
section.single-product .product-summary {
  background: white;
  padding: 50px;
}
section.single-product .product-summary {
  color: #555555;
}
section.single-product .product-summary p {
  color: #555555;
}
section.single-product .price {
  background: #e30514;
  color: white;
  display: inline-block;
  line-height: 30px;
  padding: 15px 15px 5px 15px;
}
section.single-product .price .amount {
  font-size: 30px;
  font-weight: bold;
}
section.single-product .price .suffix {
  font-size: 20px;
}
section.single-product-content {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem;
  color: white;
}
section.single-product-content p {
  color: white;
}
section.single-product-gallery {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem;
  color: white;
}
section.single-product-gallery p {
  color: white;
}
section.single-product-gallery .product-images-slider .item a.gallery-img-link {
  display: block;
  width: 100%;
}
section.single-product-gallery .product-images-slider .item a.gallery-img-link img {
  width: 100%;
}
section.googlemaps {
  margin-top: 150px;
  position: relative;
  background: #dadada;
}
section.googlemaps:before {
  z-index: 1;
  pointer-events: none;
  background: #fffcf6;
  height: 100px;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
}
section.googlemaps:after {
  z-index: 1;
  background: #fffcf6;
  background: linear-gradient(0deg,rgba(255,252,246,0) 0%,#fffcf6 100%);
  height: 150px;
  position: absolute;
  display: block;
  content: "";
  top: 100px;
  left: 0;
  right: 0;
  pointer-events: none;
}
section.googlemaps #map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.googlemaps .container {
  z-index: 5;
  padding-top: 0;
  padding-bottom: 500px;
  position: relative;
  pointer-events: none;
}
@media only screen and (max-width: 996px) {
  .single-brand-img-col {
    padding-bottom: 100px;
  }
}
