body {
  font-family: "Exo 2", sans-serif;
  /* Firefox < 16 */
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */
}

body:before{
  content: 'DEMO';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  pointer-events: none;
  color: #ff0000;
  font-size: 150px;
  font-weight: 500px;
  display: grid;
  justify-content: center;
  align-content: center;
  opacity: 0.7;
  transform: rotate(-45deg);
}

body .cerva-top-link {
  display: block;
  position: fixed;
  top: 20px;
  left: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: transparent;
}

body .cerva-top-logo {
  height: 20px;
  width: auto;
}

body .neurum-image-cover {
  height: 100vh;
}

#lang-selector {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: transparent;
  
}

.lang-item {
  font-size: 9pt;
  color: white;
  text-decoration: none;
}

#lang-selector .dropdown-menu {
  min-width: 50px;
  width: 65px !important;
  background-color: transparent;
}

#lang-selector-button {
  background-color: transparent;
  border: none;
  border-radius: 1px;
}

#lang-selector-icon {
  height: 20px;
  width: 20px;
}

.neurum-retailer-header {
  height: 100px;
}

body .neurum-landing {
  background-image: url(../assets/CERVA_promo-94_2.jpg);
}

body .neurum-features {
  background-image: url(../assets/NEURUM_grey.png);
}

body .neurum-classic {
  background-image: url(../assets/NEURUM_classic_background.png);
}

body .neurum-camouflage {
  background-image: url(../assets/group3.png);
}

body .neurum-performance {
  background-image: url(../assets/group4.png);
}

body .neurum-denim {
  background-image: url(../assets/Flatlay3.JPG);
}

body .neurum-jackets {
  background-image: url(../assets/Neurum_jackets.JPG);
}

body .neurum-buy {
  background-image: url(../assets/CERVA_promo-66_1.jpg);
}

body section {
  background-size: cover;
  background-position: center center;
  background-color: black;
}

body section h1, body section h2, body section h3 {
  color: white;
  font-size: 6rem;
}

body section h4 {
  color: white;
  font-size: 1.5em;
}

body section .crv-yellow-text {
  color: #ffcc00;
}

body section .crv-navyblue-text {
  color: #000080;
}

body section .crv-petrolblue-text {
  color: #005f6a;
}

body section .crv-olive-text {
  color: #4b5320;
}

body section .crv-anthracite-text {
  color: #5b656b;
}

body section .neurum-features-select {
  margin: 10px;
  margin-top: 20px;
}

body section .neurum-features-select .neurum-button-divider {
  width: 2px;
  background-color: black;
}

body section .neurum-feature-box {
  margin: 10px;
  padding: 10px;
  margin-top: 20px;
  height: 20%;
  background-color: rgba(0, 0, 0, 0.551);
}

body section .neurum-feature-box h4 {
  font-size: 17pt;
  color: white;
}

body section .neurum-feature-box p, body section .neurum-feature-box li {
  font-size: 10pt;
  color: white;
}

body section .neurum-feature-box .neurum-feature-pictogram {
  width: auto;
  height: 100px;
  position: relative;
  margin-right: 20px;
  float: right;
}

body section .neurum-accordion-head {
  height: 20px;
}

body section .neurum-accordion {
  margin: 0px;
  margin-top: 20px;
  height: 80%;
}

body section .neurum-accordion .card {
  background-color: rgba(0, 0, 0, 0.551);
  color: white;
  margin: 10px;
  border-radius: 1px;
}

body section .neurum-accordion p {
  color: white;
  font-size: 10pt;
}

body section .neurum-text-block {
  margin-top: 10%;
}

body section .neurum-text-block p {
  margin-top: 10%;
  color: white;
  font-size: 1vw;
}

body section .neurum-text-block .neurum-cta-button {
  background-color: #ffcc00;
  color: black;
  font-size: 10pt;
  border-radius: 1px;
  padding: 10px;
  width: 60%;
  text-decoration: none;
}

body section .neurum-text-block .neurum-nearest-dealer {
  border: 1px solid #ffcc00;
  color: #ffcc00;
  font-size: 10pt;
  border-radius: 1px;
  padding: 10px;
  text-decoration: none;
  margin-top: 10px;
  width: 60%;
}

body section .neurum-text-block .neurum-nearest-dealer:hover {
  border: 1px solid #ffcc00;
  color: black;
  background-color: #ffcc00;
  font-size: 10pt;
  border-radius: 1px;
  padding: 10px;
  text-decoration: none;
  margin-top: 10px;
}

body section .neurum-text-block small {
  color: rgba(255, 255, 255, 0.87);
  display: block;
  margin-left: 1px;
  margin-top: 2px;
  font-size: 0.6em;
}

body section .neurum-text-block .medium {
  color: rgba(255, 255, 255, 0.87);
  display: block;
  margin-left: 1px;
  margin-top: 2px;
  font-size: 0.8em;
}

body section .neurum-text-block .neurum-details-pack {
  position: absolute;
  bottom: 0;
}

body section .neurum-text-block .neurum-details-pack .neurum-featured-material {
  margin: 20px;
  height: 15px;
  width: auto;
}

body section p, body section a, body section .lead {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5vw;
}

body section a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.75);
}

body section .neurum-dropdown {
  margin-top: 20px;
  font-size: 10pt;
}

body section .neurum-dropdown .neurum-dropdown-item {
  font-size: 10pt;
}

.display-desktop {
  display: block;
}

body #fp-nav {
  top: 40% !important;
}

body #fp-nav ul li a span, body .fp-slidesNav ul li a span {
  background-color: transparent !important;
  display: none;
}

body #fp-nav ul li a {
  color: white;
  margin-top: 20px;
  font-weight: normal;
}

body #fp-nav ul li a:hover {
  color: white;
  font-weight: bold;
}

body #topbtn {
  display: block;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: transparent;
  color: #ffcc00;
  cursor: pointer;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 30px;
  font-size: 18px;
}

body .topbtn-icon {
  display: inline-block;
  vertical-align: middle;
}

body #topbtn:hover {
  background-color: #555;
}

body .crv-button {
  background-color: #ffcc00;
  color: black;
  border-radius: 1px;
  text-underline-position: under;
}

body .neurum-fullheight {
  height: 100vh;
}

body .neurum-retailer-details, body .neurum-fade-in {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}

body .neurum-retailer-details {
  background-color: rgba(0, 0, 0, 0.551);
  padding: 10px;
  margin: 10px;
  border-radius: 1px;
}

body .neurum-retailer-details small {
  font-size: 0.8em;
}

body .neurum-retailer-details small a {
  font-size: inherit;
}

body .neurum-retailer-details .neurum-locator {
  opacity: 0.8;
  float: right;
  height: 31px;
  width: 22px;
}

body .neurum-retailer-details .neurum-locator:hover {
  opacity: 1;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 767px) {

  .display-desktop {
    display: none;
  }
  body .neurum-image-cover {
    height: auto;
    width: 100vw;
  }
  body section {
    background-size: cover;
    background-position: center center;
    background-color: black;
  }
  body section h1, body section h2, body section h3 {
    color: white;
    font-size: 4em;
  }
  body section h4 {
    color: white;
    font-size: 1.5em;
  }
  body section .neurum-accordion-head {
    height: 20px;
  }
  body section .neurum-accordion {
    margin: 15px;
  }
  body section .neurum-accordion p {
    color: white;
    font-size: 10pt;
  }
  body section .neurum-feature-pictogram {
    width: auto;
    height: 100px;
    position: relative;
    margin-right: 5px;
    float: right;
  }
  body section .neurum-cta-button {
    margin-bottom: 30px;
    margin-left: 15px;
  }
  body section .neurum-text-block {
    margin-top: 10%;
  }
  body section .neurum-text-block h4 {
    margin: 6%;
    font-size: 22pt;
  }
  body section .neurum-text-block p {
    margin: 6%;
    color: white;
    font-size: 15pt;
  }
  body section .neurum-text-block .neurum-cta-button {
    background-color: #ffcc00;
    color: black;
    font-size: 10pt;
    border-radius: 1px;
    padding: 10px;
  }
  body section .neurum-nearest-dealer {
    margin-left: 15px;
    margin-bottom: 15px;
  }
  body section .neurum-text-block small {
    display: block;
    margin-left: 10px;
    margin-top: 2px;
  }
  body section .neurum-text-block .neurum-details-pack {
    position: relative;
  }
  body section .neurum-text-block .neurum-details-pack .neurum-featured-material {
    margin: 20px;
    height: 15px;
    width: auto;
  }
  body section p, body section a, body section .lead {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.5vw;
  }
  body section a {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.75);
  }
  body section .neurum-cta-button {
    background-color: #ffcc00;
    color: black;
    font-size: 10pt;
    border-radius: 1px;
    padding: 10px;
    text-decoration: none;
    font-size: 10pt;
    margin-bottom: 0px;
  }
  body section .neurum-dropdown {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 10pt;
  }
  body section .neurum-dropdown .neurum-dropdown-item {
    font-size: 10pt;
  }
  body section .neurum-fullheight {
    height: 100%;
  }
  body #fp-nav {
    display: none;
  }
  body #topbtn {
    visibility: hidden;
  }
  #lang-selector {
    display: none;
  }
}

@media (max-height: 700px) {
  .neurum-details-pack small {
    display: none !important;
  }
}

@media (max-height: 600px) {
  .neurum-featured-material {
    display: none !important;
  }
}
/*# sourceMappingURL=crv-custom.css.map */