/*
 * Stylesheet for landing page "Reseller"
 *
 * @author Moreweb
 */
/*
 * Main definitions SCSS file
 *
 * Definition of mixins and functions etc.
 * Should NOT generate any actual CSS!
 * To be included in ALL subsequent SCSS files.
 *
 * @author Jarlssen GmbH
 */
/*
 * Main variables SCSS file
 *
 * Definition of ONLY variables.
 * Should NOT generate any actual CSS!
 *
 * To be included ONLY in _RC_Definitions.scss.
 *
 * @author Jarlssen GmbH
 * @see _RC_Definitions.scss
 */
/*
 * Static pages common SCSS file
 *
 */
  
 @-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
#trusted-shop-reviews-sticky-wrapper {display:none;}

@media screen and (min-width: 992px) {
  /* line 9, ../../../assets/scss/_RC_Common.scss */
  .hide-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  /* line 15, ../../../assets/scss/_RC_Common.scss */
  .hide-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  /* line 21, ../../../assets/scss/_RC_Common.scss */
  .hide-mobile {
    display: none !important;
  }
}
/* line 26, ../../../assets/scss/_RC_Common.scss */
.hl {
  color: #c85a1e !important;
}

/* line 29, ../../../assets/scss/_RC_Common.scss */
a:hover.hl, a:active.hl, a:visited:hover.hl, a:visited:active.hl,
a:hover .hl, a:active .hl, a:visited:hover .hl, a:visited:active .hl {
  color: #3c3c3c !important;
}

/* line 34, ../../../assets/scss/_RC_Common.scss */
.bg-gradient {
  color: #fff;
  background-color: #e58a2e;
  background: -webkit-gradient(linear, left top, left bottom, from(#e58a2e), to(#c85a1e));
  background: -moz-linear-gradient(top, #e58a2e, #c85a1e);
  background: -ms-linear-gradient(top, #e58a2e, #c85a1e);
  background: linear-gradient(top, #e58a2e, #c85a1e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e58a2e', endColorstr='#c85a1e');
}
/* line 38, ../../../assets/scss/_RC_Common.scss */
body.ie8 .bg-gradient {
  filter: none;
}
/* line 42, ../../../assets/scss/_RC_Common.scss */
.bg-gradient:hover, .bg-gradient:active {
  color: #fff;
  background-image: none #c85a1e;
}

/* line 48, ../../../assets/scss/_RC_Common.scss */
.nc {
  text-transform: none !important;
}

/* line 52, ../../../assets/scss/_RC_Common.scss */
.uc {
  text-transform: uppercase !important;
}

/* line 56, ../../../assets/scss/_RC_Common.scss */
.ctr {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 62, ../../../assets/scss/_RC_Common.scss */
.t-ctr {
  text-align: center !important;
}

/* line 66, ../../../assets/scss/_RC_Common.scss */
.f-left {
  float: left;
  margin-right: 20px;
}

/* line 71, ../../../assets/scss/_RC_Common.scss */
.f-right {
  float: right;
  margin-left: 20px;
}

/* line 76, ../../../assets/scss/_RC_Common.scss */
.nobr {
  white-space: nowrap;
}

/* line 83, ../../../assets/scss/_RC_Common.scss */
.header-container .header-panel {
  display: none;
}
@media screen and (max-width: 992px) {
  /* line 83, ../../../assets/scss/_RC_Common.scss */
  .header-container .header-panel {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* line 83, ../../../assets/scss/_RC_Common.scss */
  .header-container .header-panel {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  /* line 83, ../../../assets/scss/_RC_Common.scss */
  .header-container .header-panel {
    display: block;
  }
}
/* line 99, ../../../assets/scss/_RC_Common.scss */
.header-container .header-panel .header-panel-items .nav-items {
  max-width: 9.125%;
}
/* line 104, ../../../assets/scss/_RC_Common.scss */
.header-container .header-panel .header-panel-items .mobile-navi-container .navigation {
  margin-left: 0 !important;
}
/* line 111, ../../../assets/scss/_RC_Common.scss */
.header-container .navigation-area {
  top: 0 !important;
}

/* line 120, ../../../assets/scss/_RC_Common.scss */
.wrapper .page .footer-container .footer.footer-reasons .reasons-icons-container {
  overflow: hidden;
}
/* line 126, ../../../assets/scss/_RC_Common.scss */
.wrapper .page .footer-contact-widgets {
  float: none !important;
  margin: 0 auto !important;
  width: 80% !important;
}
@media screen and (max-width: 992px) {
  /* line 126, ../../../assets/scss/_RC_Common.scss */
  .wrapper .page .footer-contact-widgets {
    width: 90% !important;
  }
}
@media screen and (max-width: 480px) {
  /* line 126, ../../../assets/scss/_RC_Common.scss */
  .wrapper .page .footer-contact-widgets {
    width: 100% !important;
  }
}
/* line 139, ../../../assets/scss/_RC_Common.scss */
.wrapper .page .footer-contact-widgets .bubbles-container {
  margin: 20px 0 0;
  position: relative;
}
/* line 144, ../../../assets/scss/_RC_Common.scss */
.wrapper .page .footer-contact-widgets .bubbles-phone {
  position: absolute;
  width: 30%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  /* line 144, ../../../assets/scss/_RC_Common.scss */
  .wrapper .page .footer-contact-widgets .bubbles-phone {
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  /* line 144, ../../../assets/scss/_RC_Common.scss */
  .wrapper .page .footer-contact-widgets .bubbles-phone {
    position: relative;
    width: 45%;
    top: auto;
    left: auto;
    float: left;
  }
}
/* line 163, ../../../assets/scss/_RC_Common.scss */
.wrapper .page .footer-contact-widgets .bubbles-email {
  position: absolute;
  width: 30%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  /* line 163, ../../../assets/scss/_RC_Common.scss */
  .wrapper .page .footer-contact-widgets .bubbles-email {
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  /* line 163, ../../../assets/scss/_RC_Common.scss */
  .wrapper .page .footer-contact-widgets .bubbles-email {
    position: relative;
    width: 45%;
    top: auto;
    left: auto;
    float: right;
  }
}
/* line 182, ../../../assets/scss/_RC_Common.scss */
.wrapper .page .footer-contact-widgets .bubbles {
  margin-top: 0 !important;
}
/* line 185, ../../../assets/scss/_RC_Common.scss */
.wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-phone {
  display: block !important;
  width: 100%;
}
/* line 190, ../../../assets/scss/_RC_Common.scss */
.wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-phone .-transparency .-tail {
  bottom: 10%;
  right: -9px;
  border-top-color: transparent;
  border-right-color: #c85a1e;
  border-bottom-color: transparent;
  border-left-color: #fff;
  border-style: solid none solid solid;
  border-width: 10px 0 10px 10px;
}
@media screen and (max-width: 480px) {
  /* line 190, ../../../assets/scss/_RC_Common.scss */
  .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-phone .-transparency .-tail {
    bottom: -9px;
    right: 10%;
    border-top-color: #fff;
    border-right-color: transparent;
    border-bottom-color: #c85a1e;
    border-left-color: transparent;
    border-style: solid solid none;
    border-width: 10px 10px 0;
  }
}
/* line 219, ../../../assets/scss/_RC_Common.scss */
.wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-email {
  display: block !important;
  width: 100%;
}
/* line 224, ../../../assets/scss/_RC_Common.scss */
.wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-email .-transparency .-tail {
  bottom: 10%;
  left: -9px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: #c85a1e;
  border-style: solid solid solid none;
  border-width: 10px 10px 10px 0;
}
@media screen and (max-width: 480px) {
  /* line 224, ../../../assets/scss/_RC_Common.scss */
  .wrapper .page .footer-contact-widgets .bubbles .bubble.bubble-email .-transparency .-tail {
    bottom: -9px;
    left: 10%;
    border-top-color: #fff;
    border-right-color: transparent;
    border-bottom-color: #c85a1e;
    border-left-color: transparent;
    border-style: solid solid none;
    border-width: 10px 10px 0;
  }
}
/* line 254, ../../../assets/scss/_RC_Common.scss */
.wrapper .page .footer-contact-widgets .image {
  clear: both;
  margin: 0 auto !important;
  width: 50% !important;
}
@media screen and (max-width: 480px) {
  /* line 254, ../../../assets/scss/_RC_Common.scss */
  .wrapper .page .footer-contact-widgets .image {
    width: 100% !important;
  }
}

/* line 239, ../../../assets/scss/_RC_Definitions.scss */
.wrapper .page .content-container .main {
  top: 0px !important;
}
@media screen and (max-width: 768px) {
  /* line 239, ../../../assets/scss/_RC_Definitions.scss */
  .wrapper .page .content-container .main {
    top: 0;
  }
}
/* line 248, ../../../assets/scss/_RC_Definitions.scss */
.wrapper .page .footer-container {
  margin-top: 0px !important;
}
@media screen and (max-width: 768px) {
  /* line 248, ../../../assets/scss/_RC_Definitions.scss */
  .wrapper .page .footer-container {
    margin-top: 0;
  }
}
/* line 258, ../../../assets/scss/_RC_Definitions.scss */
.wrapper .page .content-area .shadow-left, .wrapper .page .content-area .shadow-right {
  top: 0px !important;
}

/* line 23, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller {
  background-color: #e6e6e6;
  font-size: .875rem;
  /* --- General --- */
  /* --- Stage --- */
  /* --- Top bar --- */
  /* --- Intro --- */
  /* --- Info graphic --- */
  /* --- Support info --- */
  /* --- Outro --- */
}
/* line 30, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller h2 {
  font-size: 32px !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  font-style: italic !important;
}
@media screen and (max-width: 480px) {
  /* line 30, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller h2 {
    font-size: 1.375rem !important;
    font-size: 22px !important;
  }
}
/* line 45, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller h3 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  font-style: italic !important;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
/* line 54, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller p {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
/* line 59, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller ul.orange-tick, .landing-page.reseller ul.orange-tick-big {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
/* line 68, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller ul.orange-tick li {
  background-image: url(/static_pages/landing_pages/reseller/images/tick_orange.png);
  background-position: 0 4px;
  background-repeat: no-repeat;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0 0 20px;
  padding: 0 0 0 40px;
}
/* line 80, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller ul.orange-tick-big li {
  background-image: url(/static_pages/landing_pages/reseller/images/tick_orange_big.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0 0 20px;
  min-height: 40px;
  padding: 6px 0 0 80px;
}
/* line 92, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .t-huge {
  font-size: 64px;
  font-size: 4rem;
  line-height: 80px;
  line-height: 5rem;
}
@media screen and (max-width: 992px) {
  /* line 92, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .t-huge {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 92, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .t-huge {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
/* line 113, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .t-vbig {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 64px;
  line-height: 4rem;
}
@media screen and (max-width: 992px) {
  /* line 113, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .t-vbig {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 113, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .t-vbig {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
/* line 134, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .t-big {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 42px;
  line-height: 2.625rem;
}
@media screen and (max-width: 992px) {
  /* line 134, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .t-big {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 134, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .t-big {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
/* line 155, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .t-medium {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  line-height: 2.125rem;
}
@media screen and (max-width: 992px) {
  /* line 155, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .t-medium {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 155, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .t-medium {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
/* line 176, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .t-small {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}
@media screen and (max-width: 992px) {
  /* line 176, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .t-small {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 176, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .t-small {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 2rem;
  }
}
/* line 197, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .gap-big {
  clear: both;
  height: 80px;
}
@media screen and (max-width: 992px) {
  /* line 197, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .gap-big {
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  /* line 197, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .gap-big {
    height: 40px;
  }
}
/* line 210, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .gap-medium {
  clear: both;
  height: 50px;
}
@media screen and (max-width: 992px) {
  /* line 210, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .gap-medium {
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  /* line 210, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .gap-medium {
    height: 30px;
  }
}
/* line 223, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .gap-small {
  clear: both;
  height: 20px;
}
/* line 236, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .stage {
  background-image: url(/static_pages/landing_pages/reseller/images/landing_page_reseller_golf_r_v2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px !important;
  height: 100vh !important;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  /* line 236, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .stage {
    background-image: none;
    height: auto !important;
    overflow: visible;
  }
}
@media screen and (max-width: 480px) {
  /* line 236, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .stage {
    background-image: none;
    height: auto !important;
    overflow: visible;
  }
}
/* line 260, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .stage .stage-teaser-container {
  top: 30%;
  color: #fff;
  position: absolute;
  right: 0;
  width: 75%;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  /* line 260, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .stage .stage-teaser-container {bottom: 10%;left: 5%;right: auto;top: auto; /*width: 100%;*/}
}
@media screen and (max-width: 480px) {
  /* line 260, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .stage .stage-teaser-container {
    bottom: 16px;
    bottom: 1rem;
    padding: 0 /*16px*/;
    padding: 0 /*1rem*/;
    top: auto;
    /*width: 100%;*/
  }
}
/* line 285, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .stage .stage-teaser-container .teaser-title {
  font-size: 48px;
  font-size: 3rem;
  text-shadow: -1px -1px 1px black;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 992px) {
  /* line 285, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .stage .stage-teaser-container .teaser-title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 285, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .stage .stage-teaser-container .teaser-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/* line 302, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .stage .stage-teaser-container .teaser-text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  text-shadow: -1px -1px 1px black;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 992px) {
  /* line 302, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .stage .stage-teaser-container .teaser-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 302, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .stage .stage-teaser-container .teaser-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
/* line 325, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .stage .stage-teaser-container a, .landing-page.reseller .stage .stage-teaser-container a:visited {
  color: #fff;
  text-decoration: underline;
}
/* line 329, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .stage .stage-teaser-container a:hover, .landing-page.reseller .stage .stage-teaser-container a:active, .landing-page.reseller .stage .stage-teaser-container a:visited:hover, .landing-page.reseller .stage .stage-teaser-container a:visited:active {
  color: #ccc;
}
/* line 334, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .stage .stage-teaser-image {
  display: none;
  position: relative;
}
@media screen and (max-width: 992px) {
  /* line 334, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .stage .stage-teaser-image {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  /* line 334, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .stage .stage-teaser-image {
    display: block;
  }
}
/* line 346, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .stage .stage-teaser-image img {
  width: 100%;
}
/* line 350, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .stage .stage-teaser-image .stage-teaser-image-flags {
  background-image: url(/static_pages/landing_pages/reseller/images/landing_page_reseller_flags_mobile.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: -10px;
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  /* line 350, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .stage .stage-teaser-image .stage-teaser-image-flags {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 350, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .stage .stage-teaser-image .stage-teaser-image-flags {
    display: block;
  }
}
/* line 375, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .anchor-navigation {
  background: url(/static_pages/landing_pages/reseller/images/anchor_navigation.png) no-repeat;
  bottom: 80px;
  cursor: pointer;
  display: block;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 80px;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  /* line 375, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .anchor-navigation {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 375, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .anchor-navigation {
    display: none;
  }
}
/* line 400, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .top-bar {
  filter: alpha(opactiy=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  background-color: #282828;
  display: block;
  height: 40px;
  height: 2.5rem;
  margin-top: -40px;
  margin-top: -2.5rem;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  /* line 400, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .top-bar {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  /* line 400, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .top-bar {
    display: none;
  }
}
/* line 421, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .top-bar a, .landing-page.reseller .top-bar a:visited {
  color: #b4b4b4;
}
/* line 424, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .top-bar a:hover, .landing-page.reseller .top-bar a:active, .landing-page.reseller .top-bar a:visited:hover, .landing-page.reseller .top-bar a:visited:active {
  color: #a3a3a3 !important;
}
/* line 428, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .top-bar .item {
  border-right: 1px solid #4b4b4b;
  color: #b4b4b4;
  display: block;
  float: left;
  height: 100%;
  line-height: 40px;
  line-height: 2.5rem;
  padding: 0 1%;
  text-align: center;
  text-transform: uppercase;
}
/* line 440, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .top-bar .item.one {
  width: 22%;
}
@media screen and (max-width: 992px) {		
  /* line 440, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .top-bar .item.one {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 440, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .top-bar .item.one {
    display: none;
  }
}
/* line 452, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .top-bar .item.two {
  width: 26%;
}
@media screen and (max-width: 992px) {
  /* line 452, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .top-bar .item.two {
    width: 28%;
  }
}
/* line 463, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .top-bar .item.three {
  border-right: 0 none;
  width: 22%;
}
@media screen and (max-width: 992px) {
  /* line 463, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .top-bar .item.three {
    width: 28%;
  }
}
/* line 475, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .top-bar .item.four {
  border-right: 0 none;
  color: #f2f2f2;
  font-weight: 600;
  width: 30%;
}
@media screen and (max-width: 992px) {
  /* line 475, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .top-bar .item.four {
    width: 44%;
  }
}
/* line 489, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .top-bar .item .icon-phone {
  background-image: url(/static_pages/landing_pages/reseller/images/icon-phone.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 26px;
  display:inline-block;
}
/* line 497, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .top-bar.sticky {
  margin-top: 0;
  position: fixed;
  top: 0;
}
/* line 506, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .intro {
  background-image: url(/static_pages/landing_pages/reseller/images/intro_bg_image.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 810px;
  position: relative;
}
@media screen and (max-width: 992px) {
  /* line 506, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .intro {
    background-image: url(/static_pages/landing_pages/reseller/images/intro_bg_image_tablet.png);
    background-position: left bottom;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  /* line 506, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .intro {
    background-image: url(/static_pages/landing_pages/reseller/images/intro_bg_image_mobile.jpg);
    background-position: center bottom;
    background-size: cover;
    height: auto;
  }
  /* line 526, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .intro .content-area {
    padding: 16px 16px 176px;
    padding: 1rem 1rem 10rem;
  }
}
/* line 532, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .intro .intro-content {
  float: right;
  margin: 80px 0 0;
  position: relative;
  width: 62%;
}
@media screen and (max-width: 992px) {
  /* line 532, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .intro .intro-content {
    float: none;
    margin: 0;
    padding: 24px 32px 300px;
    padding: 1.5rem 2rem 300px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* line 532, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .intro .intro-content {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
/* line 557, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic {
  background-image: url(/static_pages/landing_pages/reseller/images/bg_asphalt.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 0 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  /* line 557, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic {
    background-image: url(/static_pages/landing_pages/reseller/images/bg_asphalt_mobile.jpg);
    padding: 30px 0 0;
    text-align: center;
  }
  /* line 577, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic img {
    width: 100%;
  }
  /* line 581, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .content-area {
    padding: 40px;
    padding: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  /* line 587, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .content-area {
    padding: 0 32px;
    padding: 0 2rem;
  }
}
/* line 597, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .texture {
  mask: url(/static_pages/landing_pages/reseller/images/mask_image_asphalt.png);
  -webkit-mask: url(/static_pages/landing_pages/reseller/images/mask_image_asphalt.png);
}
/* line 602, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .tbl {
  display: table;
  width: 100%;
}
/* line 606, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .tbl .tbl-row {
  display: table-row;
  margin: 0;
}
/* line 610, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .tbl .tbl-row .tbl-col {
  display: table-cell;
  padding: 0 20px;
  text-align: center;
  vertical-align: top;
}
/* line 616, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .tbl .tbl-row .tbl-col:first-child {
  padding: 0 20px 0 0;
  text-align: left;
}
/* line 620, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .tbl .tbl-row .tbl-col:last-child {
  padding: 0 0 0 20px;
  text-align: right;
}
@media screen and (max-width: 992px) {
  /* line 625, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .tbl .tbl-row .tbl-col img {
    width: 100%;
  }
}
/* line 635, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .tbl .tbl-row .col-v {
  vertical-align: middle;
}
/* line 641, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .info-graphic-box-top {
  background-image: url(/static_pages/landing_pages/reseller/images/bg_white_top.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 709px;
  overflow: hidden;
  padding: 10px 0 0;
}
@media screen and (max-width: 992px) {
  /* line 641, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-top {
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  /* line 641, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-top {
    padding-top: 10px;
  }
}
/* line 659, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .info-graphic-box-top img {
  display: block;
  margin: 0 auto;
}
/* line 664, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .info-graphic-box-top .left {
  float: left;
  text-align: center;
  width: 66%;
}
@media screen and (max-width: 992px) {
  /* line 664, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-top .left {
    width: 64%;
  }
}
@media screen and (max-width: 480px) {
  /* line 664, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-top .left {
    width: 100%;
  }
}
/* line 677, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .info-graphic-box-top .left img {
  margin-bottom: 20px;
}
/* line 681, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .info-graphic-box-top .left p {
  margin-bottom: 30px;
}
/* line 686, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .info-graphic-box-top .left .increases img {
  margin-top: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  /* line 686, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-top .left .increases img {
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  /* line 686, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-top .left .increases img {
    width: 100%;
  }
}
/* line 701, ../scss/RC_LP_Reseller.scss */
.revendeur .increases .tbl-col {
width:33%;padding:0!important
}

.landing-page.reseller .info-graphic .info-graphic-box-top .left .increases .tbl-col:last-child {
  padding: 0 20px !important;
}
@media screen and (max-width: 992px) {
  /* line 706, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-top .left .increases .tbl-col {
    padding: 0 !important;
  }
  /* line 710, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-top .left .increases .tbl-col:last-child {
    padding: 0 20px 0 0 !important;
  }
  /* line 714, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-top .left .increases .t-huge {
    line-height: 56px;
  }
  /* line 718, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-top .left .increases .t-medium {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  /* line 728, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-top .left .innovative-product {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  /* line 728, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-top .left .innovative-product {
    margin-top: 0;
  }
}
/* line 739, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .info-graphic-box-top .right {
  float: right;
  text-align: center;
  width: 32%;
}
@media screen and (max-width: 992px) {
  /* line 739, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-top .right {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  /* line 739, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-top .right {
    width: 100%;
  }
}
/* line 752, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .info-graphic-box-top .right img {
  margin-bottom: 20px;
}
/* line 756, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .info-graphic-box-top .right p {
  margin-bottom: 60px;
}
/* line 762, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-graphic .info-graphic-box-bottom {
  background-image: url(/static_pages/landing_pages/reseller/images/bg_white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  clear: both;
  color: #000;
  height: 559px;
  overflow: hidden;
  padding: 40px 40px 40px 70px;
}
@media screen and (max-width: 992px) {
  /* line 762, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-bottom {
    margin: 0 -40px;
    margin: 0 /*-2.5rem*/;
  }
}
@media screen and (max-width: 480px) {
  /* line 762, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-bottom {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  /* line 783, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-bottom .cars {
    margin-left: -80px;
    margin-left: -5rem;
    max-width: 120%;
    width: 120%;
  }
}
@media screen and (max-width: 480px) {
  /* line 783, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-bottom .cars {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  /* line 798, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-graphic .info-graphic-box-bottom .info-graphic-box-last {
    text-align: center;
  }
}
/* line 812, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-support {
  background-image: url(/static_pages/landing_pages/reseller/images/bg_white_mobile.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #3c3c3c;
  display: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  /* line 812, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-support {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 812, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .info-support {
    display: block;
  }
}
/* line 833, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-support img {
  width: 100%;
}
/* line 837, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-support li {
  font-size: 16px;
  font-size: 1rem;
}
/* line 842, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .info-support .content-area {
  padding: 20px;
  padding: 1.25rem;
}
/* line 851, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .outro {
  background-image: url(/static_pages/landing_pages/reseller/images/bg_testen.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  display: block;
  height: 880px;
  padding: 60px 0 0;
}
@media screen and (max-width: 992px) {
  /* line 851, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .outro {
    display: block;
    height: auto;
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 480px) {
  /* line 851, ../scss/RC_LP_Reseller.scss */
.navmbhide {display: none;}
.landing-page.reseller .outro {display: none;}
}
@media screen and (max-width: 992px) {
  /* line 872, ../scss/RC_LP_Reseller.scss */
  .landing-page.reseller .outro h3 {
    padding: 0 20%;
  }
}
/* line 881, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .outro .outro-content {
  margin: 40px auto 20px;
  position: relative;
  width: 60%;
}
/* line 889, ../scss/RC_LP_Reseller.scss */
.landing-page.reseller .outro #goto_registration {
  display: inline-block;
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 680px) {
.info-graphic-box-last .t-medium {font-size: 1.1rem !important;line-height: 1rem !important;}}


@media screen and (max-width: 640px) {
	.landing-page.reseller .info-graphic .info-graphic-box-bottom {padding:40px 30px 40px 50px}
.info-graphic-box-bottom .gap-medium {height: 20px!important;;}
.info-graphic-box-last .t-medium {font-size: 1rem !important;line-height: 1rem !important;}}