html, body {
  background-color: #4858B0;
}

a {
  cursor: pointer !important;
}

h2 {
  color: #FFF !important;
}

hr.purpled {
  border-color: #4857AF !important;
}

svg {
  width: 100%;
}

.site-footer {
  background-color: white;
}

.undisplayed {
  display: none;
}

.max-height-500-px {
  max-height: 500px !important;
}

.purple-text {
  color: #4857AF !important;
}

.purple {
  background-color: #4757AE !important;
  border-color: #4757AE !important;
}

.bg-blue {
  background-color: #4858B0 !important;
  color: white;
}

.text-primary {
  color: #0FACF3 !important;
}

.margin-top-md {
  margin-top: 20px !important;
}

.margin-top-lg {
  margin-top: 40px !important;
}

.margin-right-minus-md {
  margin-right: -20px !important;
}

.margin-bottom-md {
  margin-bottom: 20px !important;
}

.margin-bottom-lg {
  margin-bottom: 40px !important;
}

.white-text {
  color: #FFFFFF !important;
}

.centered {
  margin: 0 auto;
}

.btn-purple {
  background-color: #4757AE;
  border-color: #4857AF;
  color: #FFFFFF;
}

.btn-purple:hover {
  background-color: #FFFFFF;
  color: #4857AF;
}

.thesaas-sections-split .section {
  margin: 30px 50px 100px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
}

.thesaas-sections-split .section-info {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 60px;
}

.nav {
  padding: 10px;
}

.body-scrolled .topbar.topbar-sticky {
  background-color: rgba(55, 55, 55, 0.98);
}

.body-scrolled .topbar.topbar-inverse.topbar-sticky, .body-scrolled .topbar.topbar-inverse.topbar-sticky .nav-item>.nav-link, .body-scrolled .topbar.topbar-inverse.topbar-sticky .topbar-toggler {
  color: white;
}

.bg-group {
  background-repeat: no-repeat;
}

.bg-sized-group {
  background-size: 20%;
}

.bg-car-down-right {
  background-image: url(../img/svgs/car-towing.svg);
  background-position: 100% 100%;
  background-size: 50%;
}

.bg-first-group {
  background-image: url(../img/first-group.png);
}

.bg-second-group {
  background-image: url(../img/second-group.png);
}

.bg-third-group {
  background-image: url(../img/third-group.png);
}

.bg-fourth-group {
  background-image: url(../img/fourth-group.png);
}

.bg-fifth-group {
  background-image: url(../img/fifth-group.png);
}

.bg-sixth-group {
  background-image: url(../img/sixth-group.png);
}

.bg-seventh-group {
  background-image: url(../img/seventh-group.png);
}

.bg-question-group {
  background-image: url(../img/question.png);
  background-position-x: 100%;
  background-size: contain;
}

.title-divider {
  border: 3px solid;
  width: 50px;
  border-radius: 40px;
}

.height-100-px {
  height: 100px !important;
}

.bg-contain {
  background-size: cover;
}

.py-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}

.geobox[type="checkbox"]:not(:checked), .geobox[type="checkbox"]:checked {
  position: absolute;
  opacity: 0.01;
}

.geobox[type="checkbox"]:not(:checked)+.geolabel, .geobox[type="checkbox"]:checked+.geolabel {
  position: relative;
  padding-left: 4.5em;
  cursor: not-allowed;
}

.geobox[type="checkbox"]:not(:checked)+.geolabel:before, .geobox[type="checkbox"]:checked+.geolabel:before, .geobox[type="checkbox"]:not(:checked)+.geolabel:after, .geobox[type="checkbox"]:checked+.geolabel:after {
  content: '';
  position: absolute;
}

.geobox[type="checkbox"]:not(:checked)+.geolabel:before, .geobox[type="checkbox"]:checked+.geolabel:before {
  left: 0;
  top: -.1em;
  width: 6em;
  height: 2.85em;
  border: 3px solid #FFFFFF;
  background: transparent;
  border-radius: 3em;
  transition: background-color .2s;
}

.geobox[type="checkbox"]:not(:checked)+.geolabel:after, .geobox[type="checkbox"]:checked+.geolabel:after {
  width: 2em;
  height: 2em;
  transition: all .2s;
  border-radius: 50%;
  background: white;
  top: .34em;
  left: 0.35em;
}

.text {
  display: inline-block;
  vertical-align: middle;
}


/* on checked */

.geobox[type="checkbox"]:checked+.geolabel:before {
  border: 3px solid #0FACF3;
  background: transparent;
}

.geobox[type="checkbox"]:checked+.geolabel:after {
  border: 3px solid #0FACF3;
  background: #0FACF3;
  left: 3.4em;
}

.geobox[type="checkbox"]:checked+.geolabel .ui, .geobox[type="checkbox"]:not(:checked)+.geolabel .ui:before, .geobox[type="checkbox"]:checked+.geolabel .ui:after {
  position: absolute;
  left: .6em;
  width: 6em;
  border-radius: 1em;
  font-size: 15px;
  transition: all .2s;
}

.geobox[type="checkbox"]:not(:checked)+.geolabel .ui:before {
  content: "OFF";
  left: 2.35em;
  top: .2em;
}

.geobox[type="checkbox"]:checked+.geolabel .ui:after {
  content: "ON";
  top: .2em;
  left: .2em;
  color: #0FACF3;
}

.geobox[type="checkbox"]:focus+.geolabel:before {
  border: 1px solid #EEE;
  box-sizing: border-box;
  margin-top: -1px;
}

.sbn-list {
  position: fixed;
  top: 50vh;
  left: 10px;
  z-index: 999;
}

.sbn:nth-of-type(odd) {
  float: left;
}

.sbn:nth-of-type(even) {
  float: right;
}

.sbn:nth-of-type(1), .sbn:nth-of-type(2) {
  height: 200px;
  padding-top: 0;
  border-top: none;
}

.sbn p {
  font-size: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  .sbn-list {
    margin: 80px 40px 0;
  }
  .sbn {
    width: auto;
    float: none !important;
  }
  .sbn:nth-of-type(2) {
    height: 280px;
    padding-top: 80px;
    border-top: 1px solid #fff;
  }
  ul.bullet-nav li {
    margin: 0 .7em !important;
  }
  .sbn13 ul.bullet-nav li {
    width: 26px;
    margin: 0 .6em !important;
  }
}

ul.bullet-nav {
  list-style: none;
  text-align: center;
}

ul.bullet-nav li {
  margin: 0 1em;
}

ul.bullet-nav li a {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  box-sizing: border-box;
  transition: .2s ease-in-out;
}

.sbn01 ul.bullet-nav li a {
  border: 2px solid #fff;
  border-radius: 50%;
}

.sbn01 ul.bullet-nav li a:hover, .sbn01 ul.bullet-nav li a.bullet-is-active {
  background-color: #fff;
}

#geoScene {
  position: relative;
}

#geoScene section {
  position: absolute;
  width: 100%;
  top: 0;
}

.wifi {
  opacity: 0;
}

.btn-primary-green {
  background-color: #50E3C2;
  border-color: #50E3C2;
  text-transform: none;
  padding: 5px;
  font-size: 1.25em !important;
}

.boss-img {
  position: absolute;
  top:0;
  left: 20%;
}

.enveloppe {
  width: 90px;
}

.enveloppe2 {
  position: absolute;
  top: -100px;
  left: calc(50% - 45px);
}

.enveloppeline {
  border: 1px dashed;
  width: 1px;
  position: absolute;
  left: 50%;
}

.enveloppeline2 {
  top: -100px;
}

.scroll-me-down {
  position: absolute;
  bottom: 50px;
  width: 200px;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
}

.not-allowed {
  cursor: not-allowed !important;
}


.icon-skroll,
.icon-skroll:before {
  position: absolute;
  left: 50%;
}
.icon-skroll {
  width: 20px;
  height: 35px;
  margin-left: -20px;
  top: 75%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-skroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@media (max-width: 768px) {
  .thesaas-sections-split .section {
    margin: 30px 0 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  .geobox[type="checkbox"]:not(:checked)+.geolabel .ui:before,
  .geobox[type="checkbox"]:checked+.geolabel .ui:after {
    content: '' !important;
  }

  .bg-car-down-right {
    background-image: none !important;
  }

  svg, img, .max-height-500-px {
    max-height: 200px !important;
  }
}


@media (max-width: 991px) {
  .title-divider {
    margin: 0 auto;
  }
}

@media (min-width: 1100px) {
  .bg-group {
    padding-left: 150px;
  }
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
