/****************************
-- Fonts --
****************************/
@font-face {
  font-family: "avenirnextltpro-demi";
  src: url("/fonts/avenir/avenirnextltpro-demi.eot");
  src: url("/fonts/avenirnextltpro-demi.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/avenirnextltpro-demi.woff2") format("woff2"), url("/fonts/avenir/avenirnextltpro-demi.woff") format("woff"), url("/fonts/avenir/avenirnextltpro-demi.svg#webfontregular") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "avenirnextltpro-light";
  src: url("/fonts/avenir/avenirnextltpro-light.eot");
  src: url("/fonts/avenir/avenirnextltpro-light.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/avenirnextltpro-light.woff2") format("woff2"), url("/fonts/avenir/avenirnextltpro-light.woff") format("woff"), url("/fonts/avenir/avenirnextltpro-light.svg#webfontregular") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "avenirnextltpro";
  src: url("/fonts/avenir/avenirnextltpro-regular.eot");
  src: url("/fonts/avenir/avenirnextltpro-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir/avenirnextltpro-regular.woff2") format("woff2"), url("/fonts/avenir/avenirnextltpro-regular.woff") format("woff"), url("/fonts/avenir/avenirnextltpro-regular.svg#webfontregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

.splash-container {
  font: 16px/1.25 "avenirnextltpro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.splash-container input, .splash-container .btn, .splash-container .lbl, .splash-container .lbl_sm, .splash-container .lbl_md, .splash-container .lbl_lg, .splash-container .button {
  font-family: "avenirnextltpro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

/****************************
-- General --
****************************/

#container.splash-container {
  max-width: 100%;
}

.splash-container .header_desktop {
  max-width: 100%;
}

.splash-container .container {
  max-width: 1440px;
}

.splash-container p {
  margin: 0;
}

.splash-container .btn {
  font-size: 14px;
  padding: 9px 17px;
  line-height: normal;
  letter-spacing: 1px;
}

.splash-container .header_mobile_dropdown nav li.link h3:after {
  content: '';
}

.splash-container .header_mobile_dropdown nav h3 {
  font-weight: 500;
}

.splash-container .extention-button {
  text-align: center;
  margin-top: 30px;
}

/****************************
-- Navbar --
****************************/
.splash-container .header_desktop_nav_item > a {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 500;
}

.splash-container .header_desktop_nav_item > a:hover,
.splash-container .header_desktop_nav_item > a:active {
  color: #322b33;
}

.splash-container .header_desktop_nav_dropdown_link h3 a {
  color: #2c262d;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.splash-container .header_desktop_nav_item {
  margin-left: 10px;
}

.splash-container .header_desktop_nav_item.link:hover > a:before,
.splash-container .header_desktop_nav_item.link:hover > a:after {
  opacity: 0;
}

.splash-container .header_desktop_nav_item > a img {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.splash-container .header_desktop_nav_item.search-icon,
.splash-container .header_desktop_nav_item.profile {
  float: right;
}

.splash-container .header_desktop_nav {
  width: calc(100% - 175px);
}

.splash-container .profile .header_desktop_nav_dropdown {
  background-color: transparent;
  border: 0;
}

.splash-container .header_nav_dropdown_profile{
  width: 290px;
  max-width: 100%;
  float: right;
  background-color: #2C262D;
  color: #fff;
}

.splash-container .header_desktop_nav_item > a:hover {
  color: black;
}

.splash-container .profile.header_desktop_nav_item:hover > a:before,
.splash-container .profile.header_desktop_nav_item:hover > a:after{
  border-color: transparent transparent #2C262D transparent;
}

.splash-container .profile_dropdown_header {
  padding: 24px 24px 10px 24px;
  border-bottom: 1px solid #fff;
}

.splash-container .profile_dropdown_body {
  padding: 16px 24px 10px;
}

.splash-container .profile_dropdown_header h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.splash-container .profile_dropdown_body ul li ,
.splash-container .profile_dropdown_body p {
  padding-bottom: 6px;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
}

.splash-container .profile_dropdown_body a.btn {
  display: block;
  margin: 16px 0;
}

.splash-container .profile_dropdown_body ul li {
  position: relative;
  padding-bottom: 6px;
  padding-left: 30px;
  line-height: 25px;
}

.splash-container .profile_dropdown_body ul li::before {
  content: '';
  background-color: #fff;
  height: 5px;
  left: 10px;
  margin-top: -1px;
  position: absolute;
  top: 12px;
  width: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.splash-container .header_desktop_nav.active {
  visibility: visible;
  opacity: 1;
  width: calc(100% - 175px);
  height: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.splash-container .header_desktop_nav {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out;
  transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out;
}

.splash-container .close-search {
  position: absolute;
  right: -80px;
  color: black;
  font-size: 10px;
  font-weight: normal;
  top: 50%;
  transform: translateY(-50%);
}

.splash-container .close-search:after {
  content: '\78';
  font-family: ngicons;
}

.splash-container #search-q-header {
  font-size: 16px;
}

.splash-container .header_desktop_logo.img-wrap {
  width: 165px;
}

.splash-container .header_mobile_dropdown_bottom .header_search {
  left: 0;
}

.splash-container .header_mobile_bar_toggle {
  left: 30px;
}

.splash-container .header_mobile_profile_toggle {
  position: absolute;
  right: 30px;
  width: 25px;
  top: 0;
  height: 100%;
}

.splash-container .header_mobile_bar_logo.img-wrap {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.splash-container .header_mobile_profile_dropdown {
  bottom: 0;
  opacity: 0;
  position: fixed;
  top: 59px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}

.splash-container .header_mobile_profile_dropdown.active {
  visibility: visible;
  opacity: 1;
}

.splash-container .header_mobile_profile_dropdown .header_nav_dropdown_profile {
  width: 100%;
}

@media screen and (min-width: 990px) {
  .splash-container .header_search {
    visibility: hidden;
    -webkit-transform: translate(80px, -50%);
    -ms-transform: translate(80px, -50%);
    transform: translate(80px, -50%);
    -webkit-transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out, transform 1s ease-in-out;
    transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out, transform 1s ease-in-out;
    opacity: 0;
    height: 0;
    top: -50%;
    width: calc(100% - 175px);
  }

  .splash-container .header_search.active {
    visibility: visible;
    opacity: 1;
    height: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .splash-container .header_search form {
    width: 400px;
    margin: 0 -80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1024px) {
  .splash-container .header_desktop_nav_item > a {
    font-size: 12px;
  }

  .splash-container .header_desktop_nav_item {
    margin-left: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .splash-container .header_desktop_nav_item > a {
    font-size: 16px;
  }

  .splash-container .header_desktop_nav_item {
    margin-left: 20px;
  }

  @media screen and (min-width: 1440px) {
    .splash-container .header_desktop_nav_item {
      margin-left: 30px;
    }
  }
}
/****************************
-- Hero Slider --
****************************/
.splash-container .hero_slider_item {
  height: auto;
  min-height: 500px;
}

.splash-container .hero_slider_item .container_inner h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}

.splash-container .hero_slider .container_inner {
  position: relative;
  padding: 16px 20px 0;
  left: auto;
  right: auto;
}

.splash-container .hero_slider .container_inner:after {
  height: 0;
}

.splash-container .hero_slider .bx-wrapper .bx-viewport {
  overflow: visible !important;
}

.splash-container .hero_slider .container_inner .container_header {
  padding-bottom: 15px;
}

.splash-container .hero_slider .container_inner .container_footer {
  margin: 0 -20px;
  padding: 16px 20px;
  text-align: left;
}

.splash-container .hero_slider .container_inner.blue .container_footer {
  background-color: #86CFF1;
}

.splash-container .hero_slider .container_inner.green .container_footer {
  background-color: #45CE7C;
}

.splash-container .hero_slider .container_inner.purple .container_footer {
  background-color: #8150A4;
}

.splash-container .hero_slider .container_inner.black .container_footer {
  background-color: #6B6B6B;
}

.splash-container .hero_slider .container_inner .container_footer a {
  margin: 0;
  font-size: 18px;
  color: #fff;
}

.splash-container .hero_slider {
  overflow: visible;
}

.splash-container .hero_slider .image-holder {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  padding: 0 30px;
}

.splash-container .hero_slider .image-holder img {
  max-height: 260px;
  margin: 0 auto;
}

.splash-container .bx-wrapper .bx-pager.bx-default-pager a {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 5px;
  background: #f1f0f0;
  border: 1px solid #f1f0f0;
}

.splash-container .hero_slider .bx-wrapper .bx-pager {
  bottom: -90px;
  padding: 0 20px 0;
  text-align: center;
}

.splash-container .hero_slider .bx-controls.bx-has-pager {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: 0;
}

@media screen and (min-width: 768px) {
  .splash-container .hero_slider .container_inner {
    position: absolute;
    width: 460px;
    max-width: 50%;
    left: 100px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 40px;
  }

  .splash-container .hero_slider .image-holder {
    left: auto;
    max-width: 50%;
    -webkit-transform: translate(-100px, 20%);
    -ms-transform: translate(-100px, 20%);
    transform: translate(-100px, 20%);
  }

  .splash-container .hero_slider_item {
    min-height: 600px;
  }

  .splash-container .hero_slider_item .container_inner h3 {
    font-size: 22px;
  }

  .splash-container .hero_slider .container_inner .container_header {
    padding-bottom: 30px;
  }

  .splash-container .hero_slider .bx-wrapper .bx-pager {
    bottom: -50px;
  }

  .splash-container .hero_slider .bx-wrapper .bx-pager {
    text-align: left;
  }

  .splash-container .bx-wrapper .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin: 0 10px;
  }
}

@media screen and (min-width: 1024px) {
  .splash-container .hero_slider .image-holder img {
    max-height: 350px;
  }
}

@media screen and (min-width: 1280px) {
  .splash-container .hero_slider .container_inner {
    padding: 35px 25px 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100px;
    top: 50%;
  }

  .splash-container .hero_slider_item .container_inner h3 {
    font-size: 38px;
    line-height: 50px;
  }

  .splash-container .hero_slider .container_inner .container_footer a {
    font-size: 24px;
  }

  .splash-container .hero_slider .container_inner .container_footer {
    margin: 0 -25px;
    padding: 24px 26px;
  }

  .splash-container .hero_slider .image-holder img {
    max-height: 100%;
  }
}

/****************************
-- Product boxes --
****************************/
.splash-container .product-boxes {
  padding: 135px 0 100px;
}

.splash-container .product-boxes .group {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.splash-container .product-boxes .group.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.splash-container .product-boxes .container {
  padding: 0 16px;
}

.splash-container .product-boxes .box {
  background-size: cover;
  background-position: 50% 0;
  position: relative;
  min-height: 350px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.splash-container .product-boxes .box .box-header {
  background: rgba(50, 43, 51, 0.3);
  padding: 12px 16px;
  margin-bottom: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.splash-container .product-boxes .text-holder {
  padding: 0  30px;
  text-align: center;
}

.splash-container .product-boxes .text-holder p {
  font-size: 18px;
  font-weight: 600;
}

.splash-container .product-boxes .background {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.splash-container .product-boxes img.desktop {
  display: none;
}

.splash-container .product-boxes .box > img {
  max-width: none;
  width: 100%;
  visibility: hidden;
}

.splash-container .product-boxes .box .container {
  padding: 0;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.splash-container .product-boxes .box-heading {
  font-size: 16px;
  padding-right: 5px;
}

@media screen and (min-width: 500px) {
  .splash-container .product-boxes .box {
    max-width: 100%;
  }

  .splash-container .product-boxes img.desktop {
    display: block;
  }

  .splash-container .product-boxes img.mobile {
    display: none;
  }

  .splash-container .product-boxes .box .box-header {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 700px) {
  .splash-container .product-boxes img.desktop {
    display: none;
  }

  .splash-container .product-boxes img.mobile {
    display: block;
  }

  .splash-container .product-boxes .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .splash-container .product-boxes .group .col {
    width: 50%;
  }

  .splash-container .product-boxes .box {
    margin: 0 12px 24px;
  }

  .splash-container .product-boxes .box .box-header {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 900px) {
  .splash-container .product-boxes img.desktop {
    display: block;
  }

  .splash-container .product-boxes img.mobile {
    display: none;
  }

  .splash-container .product-boxes .box .box-header {
    padding: 14px 24px;
  }

  .splash-container .product-boxes {
    padding: 150px 0;
  }

  .splash-container .product-boxes .box {
    margin: 0 12px 24px;
  }
  .splash-container .product-boxes .box .box-header .box-heading {
    width: 75%;
  }

  .splash-container .product-boxes .box .box-header .box-heading-link {
    width: 25%;
    text-align: right;
  }

  .splash-container .product-boxes .text-holder p {
    font-size: 20px;
  }

  .splash-container .product-boxes .box-heading {
    font-size: 20px;
  }

  .splash-container .product-boxes .box .box-header {
    margin-bottom: 20px
  }
}

@media screen and (min-width: 1280px) {
  .splash-container .product-boxes .box .box-header {
    margin-bottom: 40px
  }
}

/****************************
-- Swimlane --
****************************/
.splash-container .swimlane-block {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 100px 0;
  min-height: 450px;
}

.splash-container .swimlane-block .container {
  max-width: 920px;
  z-index: 1;
}

.splash-container .swimlane-block .background {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.splash-container .swimlane-block .background.desktop {
  display: none;
}

.splash-container .swimlane-block h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 27px;
}

.splash-container .swimlane-block p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 37px;
}

@media screen and (min-width: 1024px) {
  .splash-container .swimlane-block .background.desktop {
    display: block;
  }

  .splash-container .swimlane-block .background.mobile {
    display: none;
  }

  .splash-container .swimlane-block h2 {
    font-size: 42px;
  }

  .splash-container .swimlane-block p {
    font-size: 36px;
    line-height: 1.3;
  }
}

/****************************
-- Blog Block --
****************************/
.splash-container .splash-blog {
  padding: 90px 0;
  font-size: 24px;
  text-align: center;
}

.splash-container .splash-blog .blog-item {
  margin-bottom: 20px;
  text-align: left;
}

.splash-container .splash-blog .blog-body {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  min-height: 220px;
}

.splash-container .splash-blog .blog-body:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, .3);
}

.splash-container .splash-blog .title-area {
  font-size: 16px;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 10px;
}
.splash-container .splash-blog .title-area a {
  font-size: 16px;
  color: rgba(255, 255, 255, .5);
}
.splash-container .splash-blog .title-area .title {
  float: left;
}

.splash-container .splash-blog .title-area .date {
  float: right;
}

.splash-container .splash-blog p {
  color: #fff;
  font-size: 18px;
  line-height: 1.56;
}

.splash-container .splash-blog .blog-footer {
  background-color: #f1f0f0;
}

.splash-container .splash-blog .blog-footer a {
  font-size: 14px;
  text-transform: uppercase;
  color: #00a5e2;
  margin: 24px 30px;
}

.splash-container .splash-blog .blog-footer a:after {
  margin-top: -8px;
}

.splash-container .splash-blog .blog-item .blog-body {
  padding: 24px 30px;
}

.splash-container .splash-blog h2 {
  font-size: 24px;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .splash-container .splash-blog .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }

  .splash-container .splash-blog .blog-item {
    width: 50%;
    flex-shrink: 1;
    padding: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .splash-container .splash-blog {
    padding: 150px 0;
  }

  .splash-container .splash-blog h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .splash-container .splash-blog .blog-item {
    width: 33.33%;
  }
}

/****************************
-- Product Overlay --
****************************/
.product_launch_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  overflow-y: auto;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  visibility: hidden;
}

.product_launch_overlay_bg {
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  display: none;
}

.product_launch_overlay.active {
  visibility: visible;
}

.product_launch_overlay_bg.small {
  display: block;
}

.hh .product_launch_overlay .product_launch_overlay_header {
  height:  60px;
}

.product_launch_overlay .product_launch_overlay_header {
  height:  81px;
}

.product_launch_overlay .container {
  z-index: 5;
}

.product_launch_overlay .product_launch_overlay_header .container {
  height: 100%;
}

.product_launch_overlay .product_launch_overlay_header .logo {
  width: 165px;
  height: 100%;
  float: left;
}

.product_launch_overlay .product_launch_overlay_header  .text_wrap {
  float: right;
  text-transform: uppercase;
  color: #fff;
  height: 100%;
  margin: 0;
}

.product_launch_overlay .product_launch_overlay_header  .text_wrap > span {
  display: block;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  top: 50%;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product_launch_overlay .product_launch_overlay_body {
  padding: 50px 0;
  text-align: center;
  color: #fff;
}

.product_launch_overlay .product_launch_overlay_body .image-wrap {
  margin-bottom: 35px;
}

.product_launch_overlay .product_launch_overlay_body img {
  margin: 0 auto;
}

.product_launch_overlay .title {
  font-size: 24px;
  margin-bottom: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.product_launch_overlay .sub-title {
  font-size: 18px;
  margin-bottom: 32px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .product_launch_overlay .product_launch_overlay_header  .text_wrap {
    font-size: 20px;
  }

  .product_launch_overlay .product_launch_overlay_body {
    padding: 100px 0;
  }
}

@media screen and (min-width: 1024px) {
  .product_launch_overlay .title {
    font-size: 38px;
  }

  .product_launch_overlay .sub-title {
    font-size: 24px;
  }

  .product_launch_overlay_bg.large {
    display: block;
  }
  .product_launch_overlay_bg.small {
    display: none;
  }
}
