/* @include box-shadow(1px,1px,1px,0, #fff, true); */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  -o-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s, -moz-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s, -moz-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.33333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.42857%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

#olb_hero {
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -moz-transition: all .5s linear;
  transition: all .5s linear;
}

#olb_hero .row .left_column {
  height: 600px;
  padding-right: 7.5px;
}

#olb_hero .row .left_column .inner {
  background: #fff;
  padding: 45px;
  position: relative;
  height: 100%;
}

#olb_hero .row .left_column .inner .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#olb_hero .row .left_column .inner .row .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#olb_hero .row .left_column .inner .row .image img {
  max-width: 250px;
}

#olb_hero .row .left_column .inner .row .text h2 {
  font-family: "Exo", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 53px;
}

#olb_hero .row .left_column .inner .row .text p {
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

#olb_hero .row .left_column .inner .row .text a {
  background: #000;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  line-height: 20px;
  border-radius: 18px;
  padding: 7px 20px;
}

#olb_hero .row .right_column {
  padding-left: 7.5px;
  height: 600px;
}

#olb_hero .row .right_column .item {
  height: 300px;
}

#olb_hero .row .right_column .item:first-child {
  padding-bottom: 7.5px;
}

#olb_hero .row .right_column .item:last-child {
  padding-top: 7.5px;
}

#olb_hero .row .right_column .item .inner {
  background: #fff;
  padding: 45px;
  height: 100%;
}

#olb_hero .row .right_column .item .inner .row {
  height: 100%;
}

#olb_hero .row .right_column .item .inner .row .image {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#olb_hero .row .right_column .item .inner .row .image img {
  height: 100%;
}

#olb_hero .row .right_column .item .inner .row .text h3 {
  font-family: "Exo", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 53px;
}

#olb_hero .row .right_column .item .inner .row .text p {
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 24px;
}

#olb_hero .row .right_column .item .inner .row .text a {
  background: #000;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  line-height: 20px;
  border-radius: 18px;
  padding: 7px 20px;
  display: inline-block;
}

#discount_bar .inner {
  background-color: #000;
  text-align: center;
  padding: 15px 0px;
  margin: 15px 0px;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #olb_hero .row .left_column {
    height: 350px;
  }
  #olb_hero .row .right_column .item {
    height: 350px;
  }
  #olb_hero .row .right_column {
    height: auto;
  }
  #olb_hero .row .left_column .inner .row .image img {
    max-width: unset;
    max-height: 250px;
  }
  #olb_hero .row .left_column {
    padding-right: 15px;
    padding-bottom: 0;
  }
  #olb_hero .row .left_column .inner {
    padding: 15px;
    border-bottom: 15px solid #f6f6f6;
  }
  #olb_hero .row .left_column .inner .row .text h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #olb_hero .row .right_column .item .inner .row .text a {
    font-size: 14px;
  }
  #olb_hero .row .right_column .item .inner .row .text p {
    font-size: 14px;
  }
  #olb_hero .row .right_column .item .inner .row .image img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  #olb_hero .row .right_column .item .inner {
    padding: 15px;
  }
  #olb_hero .row .right_column {
    padding-left: 15px;
  }
  #olb_hero .row .left_column .inner .row .text a {
    font-size: 14px;
  }
}

/*# sourceMappingURL=maps/home-hero.css.map */
