/* GLOBAL STYLES */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  font-size: 16px;
  background: #14181A;
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}
html *:focus,
body *:focus {
  outline-color: #26AD58;
  outline-width: 10px;
}

/* UTILITY */
.max-container {
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.link {
  text-decoration: underline;
}
.link.text-white {
  color: #fff;
}
.link.text-black {
  color: #000;
}
.link:hover {
  text-decoration: none;
}
.no-break {
  white-space: nowrap;
}
.bkg-white {
  background: #fff;
}
.text-xlit {
  font-weight: 200 !important;
}
.text-black {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-new-green {
  color: #0acc4f;
}
.copy-small {
  font-size: 0.5em;
}
.copy-medium {
  font-size: 0.8750em;
  font-family: 'Poppins', sans-serif;
}
.font-weight-reg {
  font-weight: 400;
}
.text-xlit {
  font-weight: 600 !important;
}
.img-full-width{
  width: 100%;
}
.disclaimer {
  position: absolute;
  color: #595959;
  bottom: 2px;
  left: 2px;
  font-size: .4em;
}
.fadein {
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.fadein.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.slideup span span{
  padding-bottom: 2px;
  -webkit-transition: all .75s;
  -o-transition: all .75s;
  transition: all .75s;
  -webkit-transform: translate(0, 105%);
      -ms-transform: translate(0, 105%);
          transform: translate(0, 105%);
}
.slideup span.sr-only{
  display: inherit;
}
.slideup span{
  overflow: hidden;
  display: inline-table;
}
.slideup.visible span span{
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.image-slideup{
  overflow: hidden;
}
.image-slideup img{
  -webkit-transition: all .75s cubic-bezier(0.34, 0.93, 0.60, 0.95);
  -o-transition: all .75s cubic-bezier(0.34, 0.93, 0.60, 0.95);
  transition: all .75s cubic-bezier(0.34, 0.93, 0.60, 0.95);
  opacity: 0.25;
  -webkit-transform: translate(0, 100%) scaleX(.8);
      -ms-transform: translate(0, 100%) scaleX(.8);
          transform: translate(0, 100%) scaleX(.8);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.image-slideup.visible img{
  opacity: 1;
  -webkit-transform: translate(0, 0) scaleX(1);
      -ms-transform: translate(0, 0) scaleX(1);
          transform: translate(0, 0) scaleX(1);
}
.image-flyin img{
  opacity: 0;
  -webkit-transition: 1s all 0s ease;
  -o-transition: 1s all 0s ease;
  transition: 1s all 0s ease;
}
.image-flyin .left-img img{
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.image-flyin .right-img img{
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.image-flyin.visible img{
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s all .4s ease;
  -o-transition: 1s all .4s ease;
  transition: 1s all .4s ease;
}
.background-fade{
  position: relative;
  overflow: hidden;
}
.background-fade .background-image{
  opacity: 0;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s opacity ease, 1s -webkit-transform ease;
  transition: 1s opacity ease, 1s -webkit-transform ease;
  -o-transition: 1s opacity ease, 1s transform ease;
  transition: 1s opacity ease, 1s transform ease;
  transition: 1s opacity ease, 1s transform ease, 1s -webkit-transform ease;
}
.background-fade.visible .background-image{
  opacity: 1;
  -webkit-transform: scale(1.0);
      -ms-transform: scale(1.0);
          transform: scale(1.0);
  -webkit-transition: 1s opacity ease, 1s -webkit-transform ease;
  transition: 1s opacity ease, 1s -webkit-transform ease;
  -o-transition: 1s opacity ease, 1s transform ease;
  transition: 1s opacity ease, 1s transform ease;
  transition: 1s opacity ease, 1s transform ease, 1s -webkit-transform ease;
}
.left-right-slide > div:first-of-type{
  opacity: 0;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}
.left-right-slide > div:last-of-type{
  opacity: 0;
  -webkit-transform: translateX(50%) !important;
      -ms-transform: translateX(50%) !important;
          transform: translateX(50%) !important;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}
#mobile-studio .phone-carousel #carousel-2.left-right-slide:after{
  opacity: 0;
  -webkit-transition: 1s all 0s ease;
  -o-transition: 1s all 0s ease;
  transition: 1s all 0s ease;
}
#mobile-studio .phone-carousel #carousel-2.left-right-slide.visible:after{
  opacity: 1;
  -webkit-transition: 1s all 1s ease;
  -o-transition: 1s all 1s ease;
  transition: 1s all 1s ease;
}
.left-right-slide.visible > div:first-of-type,
.left-right-slide.visible > div:last-of-type{
  opacity: 1;
  -webkit-transform: translateX(0%) !important;
      -ms-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}
@media (min-width: 576px) {
  .disclaimer {
    bottom: 6px;
    left: 8px;
    font-size: .5em;
  }
}
@media (max-width: 767px) {
  .left-right-slide > div:first-of-type{
    opacity: 0;
    -webkit-transform: translateX(-100%) !important;
        -ms-transform: translateX(-100%) !important;
            transform: translateX(-100%) !important;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
  }
  .left-right-slide.visible > div:first-of-type{
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .hidden-sm {
    display: none;
  }
  .hidden-lg {
    display: block;
  }
  .display-inline..hidden-lg{
    display: inline-block;
  }
  .img-col{
    padding-left: 0px;
    padding-right: 0px;
  }
  .text-col{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .hidden-sm {
    display: block;
  }
  .display-inline.hidden-sm {
    display: inline-block;
  }
  .hidden-lg {
    display: none;
  }
}

/* HEADINGS */
h1, .h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: calc(45px + (100 - 45) * ((100vw - 375px) / (768 - 375)));
  line-height: 1;
}
h2, .h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 2.1875em;
  line-height: 1.14285714;
}
h3, .h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.625em;
  line-height: 1.15384615;
}
.h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
h4, .h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 1;
}
h5, .h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 1.375em;
  line-height: 1.18181818;
}
h6, .h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.55555556;
}
p, .p, .copy {
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  line-height: 1.375;
}
.copy-lg {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25em;
  line-height: 1.3;
}

small, .small {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75em;
  line-height: 1.16666667;
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: 1.125em;
    line-height: 1.55555556;
  }
  h5, .h5 {
    font-size: 1.5em;
    line-height: 1.16666667;
  }
  h4, .h4 {
    font-size: 1.125em;
    line-height: 1;
  }
  h3, .h3 {
    font-size: 1.875em;
    line-height: 1.16666667;
  }
  h2, .h2 {
    font-size: 2.8125em;
    line-height: 1.22222222;
  }
  h1, .h1 {
    font-size: 6.25em;
    line-height: 1.08333333;
  }
  p, .p, .copy {
    font-size: 1em;
    line-height: 1.375;
  }
  .copy-lg {
    font-size: 1.25em;
    line-height: 1.3;
  }
  small, .small {
    font-size: 0.75em;
    line-height: 1.16666667;
  }
}

/* BUTTONS */
.btn {
  min-height: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-weight: 600;
  border-radius: 100px;
  overflow: hidden;
}
.btn .btn-text {
  position: relative;
  z-index: 3;
}
.btn.btn-primary {
  background: transparent;
  color: #fff;
  border: 0;
  position: relative;
  padding: 8px 20px;
}
.btn.btn-primary:before {
  content: "";
  position: absolute;
  border-radius: 100px;
  display: block;
  height: 100%;
  width: 100%;
  background: #26AD58;
  top: 0;
  left: 0;
  z-index: 1
}
.btn.btn-primary:after {
  content: "";
  position: absolute;
  border-radius: 100px;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
  border: 2px solid #26AD58;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .btn {
    -webkit-transition: color 0.45s;
    -o-transition: color 0.45s;
    transition: color 0.45s;
    min-height: 55px;
  }
  .btn.btn-primary {
    padding: 15px 55px;
  }
  .btn.btn-primary:before {
    -webkit-transition: background 0.45s;
    -o-transition: background 0.45s;
    transition: background 0.45s;
  }
  .btn.btn-primary:after {
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, -webkit-transform 0.45s;
    -o-transition: transform 0.45s, opacity 0.45s;
    transition: transform 0.45s, opacity 0.45s;
    transition: transform 0.45s, opacity 0.45s, -webkit-transform 0.45s;
  }
  .btn:focus,
  .btn:hover {
    -webkit-transition: color 0.3 0.05s;
    -o-transition: color 0.3 0.05s;
    transition: color 0.3 0.05s;
  }
  .btn:focus.btn-primary,
  .btn:hover.btn-primary {
    color: #26AD58;
  }
  .btn:focus.btn-primary:before,
  .btn:hover.btn-primary:before {
    -webkit-transition: background 0.35s;
    -o-transition: background 0.35s;
    transition: background 0.35s;
    background: #fff;
  }
  .btn:focus.btn-primary:after,
  .btn:hover.btn-primary:after {
    -webkit-transition: opacity 0.15s 0.05s, -webkit-transform 0.15s 0.05s;
    transition: opacity 0.15s 0.05s, -webkit-transform 0.15s 0.05s;
    -o-transition: transform 0.15s 0.05s, opacity 0.15s 0.05s;
    transition: transform 0.15s 0.05s, opacity 0.15s 0.05s;
    transition: transform 0.15s 0.05s, opacity 0.15s 0.05s, -webkit-transform 0.15s 0.05s;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/* SPLASH */
.splash {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  z-index: 200;
  height: 100vh;
  background-color: #000;
}
.splash .splash-content {
  z-index: 1;
}

/* HERO */
.hero-01 {
  min-height: 100vh;
  text-align: center;
  position: relative;
  padding-top: 54px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 48px;
  overflow: hidden;
}
.hero-01 .background-image{
  background: url("../img/hero-sm.jpg") center center / cover no-repeat;
  min-height: 100vh;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.hero-01 .btn {
  margin: 0 auto;
}
.hero-01 .h5,
.hero-01 .button-fade-trigger{
  opacity: 0;
}
.slide-in{
  overflow: hidden;
  display: block;
}
.hero-01 .h1 .slide-in-header{
  overflow: hidden;
  display: inline-block;
}
.hero-01 .h1 .slide-in-header > span{
  -webkit-transform: translate(0px, 105%);
      -ms-transform: translate(0px, 105%);
          transform: translate(0px, 105%);
  display: inline-block;
}
.hero-01 .logo{
  max-width: 160px;
  margin: 0 auto;
  -webkit-transform: translate(0px, 120px);
      -ms-transform: translate(0px, 120px);
          transform: translate(0px, 120px);
  overflow: hidden;
  display: inline-block;
}
.hero-01 .h1{
  text-transform: capitalize;
}
.hero-01 .h5{
  font-weight: 500;
}
#scroll-arrow{
  width: 25px;
  height: 25px;
  opacity: 0;
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/scroll-arrow-down.svg) center center/contain no-repeat;
  animation: 2s infinite pulse;
}
@keyframes pulse {
  0% { transform: translate(0,  0px); }
  50% { transform: translate(0, 15px); }
  100% { transform: translate(0, -0px); }   
}
@media (max-width: 767px) {
  .hero-01 .h5{
    font-size: 1.125em;
  }
}
@media (min-width: 768px) {
  .hero-01 {
    text-align: center;
    margin-top: 0px;
    padding-top: 189px;
    padding-bottom: 189px;
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-01 .logo {
    max-width: 290px;
  }
  .hero-01 .h1{
    text-transform: none;
    white-space: nowrap;
  }
  #scroll-arrow{
    width: 30px;
    height: 30px;
  }
}

/* CAMERA AND SMARTPHONE */
#camera-smartphone{
  background: #f1f1f1;
}
#camera-smartphone img{
  image-rendering: -moz-crisp-edges;
  image-rendering:   -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
#camera-smartphone img.product-of-the-year{
    max-width: 90px;
  }
  #camera-smartphone img.idea-awards{
    width: 190px;
    margin-left: 10%;
  }
@media (min-width: 768px) {
  #camera-smartphone img.product-of-the-year{
    max-width: 115px;
  }
  #camera-smartphone img.idea-awards{
    width: 240px;
  }
}

/* IMAGE WITH TEXT OVERLAY */
.image-text-overlay .row{
  min-height: calc(600px + (730 - 600) * ((100vw - 375px) / (768 - 375)));
  height: 100px;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin:  0px;
  text-align: center;
}
.image-text-overlay .row > div{
  padding: 30px 15px;
}
.image-text-overlay .row p:last-of-type{
  margin-bottom: 0px;
}
.image-text-overlay .background-image{
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#live-stream.image-text-overlay .background-image{
  background: url("../img/livestream-sm.jpg") center bottom/cover no-repeat;
}
#all-angles.image-text-overlay .background-image{
  background: url("../img/interview-sm.jpg") center bottom/cover no-repeat;
}
#everything-you-need.image-text-overlay{
  background: #ffffff;
}
#everything-you-need.image-text-overlay .h2 br.hidden-sm{
  display: none;
}
#all-angles{
  background: #ffffff;
}
@media only screen and (max-width: 767px){
  #everything-you-need.image-text-overlay .row{
    min-height: 0px;
    height: auto;
  }
  #everything-you-need .container-fluid{
    padding: 0px;
  }
  #everything-you-need.image-text-overlay .row > div{
    padding: 30px;
  }
  #live-stream.image-text-overlay .row{
    min-height: calc(700px + (1000 - 700) * ((100vw - 375px) / (768 - 375)));
  }
}
@media only screen and (min-width: 768px){
  .image-text-overlay .row{
    min-height: calc(600px + (720 - 600) * ((100vw - 768px) / (1440 - 768)));
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-align: left;
    margin-right: -15px;
    margin-left: -15px;
  }
  .image-text-overlay .row > div{
    padding: 80px 38px;
    background: rgba(0, 0, 0, .7);
    margin: 0px 15px;
  }
   #all-angles.image-text-overlay .row{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #000;
    min-height: calc(500px + (600 - 500) * ((100vw - 768px) / (1440 - 768)));
  }
  #all-angles.image-text-overlay .row > div{
    background: none;
    padding-right: 80px;
  }
  .hero-01 .background-image{
    background: url("../img/hero-lg.jpg") center center / cover no-repeat;
    min-height: 400px;
  }
  #live-stream.image-text-overlay .background-image{
    background: url("../img/livestream-lg.jpg") right center/cover no-repeat;
  }
  #all-angles.image-text-overlay .background-image{
    background: url("../img/interview-md.jpg") right bottom/cover no-repeat;
  }
  #everything-you-need.image-text-overlay .background-image{
    background: url("../img/flat-lay-lg.jpg") center center/cover no-repeat;
  }
}
@media only screen and (min-width: 992px){
  #all-angles.image-text-overlay .background-image{
    background: url("../img/interview-lg.jpg") right bottom/cover no-repeat;
  }
}
@media only screen and (min-width: 1100px){
  #everything-you-need.image-text-overlay .h2 br.hidden-sm{
    display: block;
  }
}
@media only screen and (min-width: 1440px){
  .hero-01 .background-image{
    background: url("../img/hero-xl.jpg") center center / cover no-repeat;
  }
  #live-stream.image-text-overlay .background-image{
      background: url("../img/livestream-xl.jpg") right center/cover no-repeat;
  }
  #all-angles.image-text-overlay .background-image{
      background: url("../img/interview-xl.jpg") right bottom/cover no-repeat;
  }
  #all-angles.image-text-overlay .row{
    min-height: calc(600px + (720 - 600) * ((100vw - 768px) / (1440 - 768)));
  }
  #everything-you-need.image-text-overlay .background-image{
    background: url("../img/flat-lay-xl.jpg") center center/cover no-repeat;
  }
}

/* COMPANY LOGOS */
#company-logos{
  background: #000;
}
#company-logos .icon{
  width: 100%;
  height:  auto;
  max-height: 60px;
  display: block;
  margin-bottom: 0px;
}
#company-logos .slideup > div{
  display: flex;
  align-items: center;
  justify-content: center;
}
#company-logos .slideup span{
  width: 100%;
}
@media (min-width: 768px) {
  #ccompany-logos .icon {
    max-height: 60px;
    margin-bottom: 0px;
  }
}

/* HDMI ENABLED */
#HDMI-enabled {
  background: #d8d8d8;
}

/* MOBILE STUDIO */
#mobile-studio {
  padding-top: 30px;
  padding-bottom: 160px;
  background: #000;
  overflow: hidden;
}
#mobile-studio .logo {
  max-width: 95px;
}
#mobile-studio .apple-logo-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#mobile-studio .google-logo-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#mobile-studio .apple-logo,
#mobile-studio .google-logo {
  height: 45px;
  display: block;
  max-height: 50px;
  float: left;
  padding: 0 10px;
}
#mobile-studio .apple-logo img,
#mobile-studio .google-logo img {
  height: 100%;
  width: auto;
}
@media (min-width: 404px) {
  #mobile-studio .apple-logo,
  #mobile-studio .google-logo {
    height: 45px;
  }
}
@media (min-width: 768px) {
  #mobile-studio {
    padding-top: 70px;
  }
  #mobile-studio .apple-logo,
  #mobile-studio .google-logo {
    height: 50px;
  }
}
#mobile-studio .google-logo {
  float: right;
}
@media (max-width: 375px) {
  #mobile-studio .apple-logo-container,
  #mobile-studio .google-logo-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* PHONE CAROUSEL */
#mobile-studio .phone-carousel {
  position: relative;
}
#mobile-studio .slick-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1250px;
  left: 0px;
  margin-top: 45px;
}
#mobile-studio .phone-carousel #carousel-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#mobile-studio .phone-carousel .slider-for {
  display: block;
  position: absolute;
  z-index: 10;
  top: 100%;
  width: 100%;
  height: 100%;
  margin-top: 10px;
}
#mobile-studio .phone-carousel .slider-for .slick-list {
  height: 100%;
  overflow: hidden;
}
#mobile-studio .phone-carousel .slider-for .slick-list .slick-track {
  height: 100%;
}
#mobile-studio .phone-carousel .slider-for .slick-list .slide {
  display: block;
  z-index: 1 !important;
}
#mobile-studio .phone-carousel .slider-for .slick-list .slide .copy {
  max-width: 550px;
  position: relative;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
#mobile-studio .phone-carousel .slider-nav {
  width: 80%;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#mobile-studio .phone-carousel #carousel-2:after {
  content: none;
}
#mobile-studio .phone-carousel .slider-nav .slide {
  max-width: 625px;
}
#mobile-studio .phone-carousel .slider-nav .slide img {
  width: 100%;
}
#mobile-studio .arrow {
  display: none !important;
  border: none;
  height: 60px;
  bottom: 35%;
  opacity: 1;
  padding: 0;
  position: absolute;
  visibility: visible;
  width: 60px;
  z-index: 10;
  cursor: pointer;
  background: transparent;
  border: 2px solid #787878;
  border-radius: 50%;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#mobile-studio .arrow img {
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  width: 24%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#mobile-studio .arrow.next {
  right: -30px;
}
#mobile-studio .arrow.next img {
  -webkit-transform: translate(-118%, -50%);
      -ms-transform: translate(-118%, -50%);
          transform: translate(-118%, -50%);
}
#mobile-studio .arrow.prev {
  left: -30px;
}
#mobile-studio .arrow.prev img {
  -webkit-transform: translate(28%, -50%);
      -ms-transform: translate(28%, -50%);
          transform: translate(28%, -50%);
}
#mobile-studio .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#mobile-studio .slick-dots {
  bottom: 0;
}
#mobile-studio .slick-dots li {
  width: 13px;
  height: 13px;
}
#mobile-studio .slick-dots li button {
  padding: 0px;
}
#mobile-studio .slick-dots li button:before {
  content: none;
}
#mobile-studio .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
#mobile-studio .slick-slider-dots {
  position: absolute;
  bottom: 24px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#mobile-studio .slick-slider-dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mobile-studio .slick-slider-dots ul li {
  margin: 0 3px;
}
#mobile-studio .slick-slider-dots ul li button {
  background: #000;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
}
#mobile-studio .slick-slider-dots ul li.slick-active button {
  background: #fff;
  color: #fff;
}
@media (min-width: 576px) {
  #mobile-studio .phone-carousel .slider-for {
    display: block;
    position: absolute;
    z-index: 10;
    top: 100%;
    width: 100%;
    height: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  #mobile-studio {
    padding-bottom: 100px;
  }
  #mobile-studio .slick-container {
    margin-top: 95px;
  }
  #mobile-studio .phone-carousel #carousel-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #mobile-studio .phone-carousel .slider-for {
    width: 50%;
    position: relative;
    height: inherit;
    margin-top: 0px;
  }
  #mobile-studio .phone-carousel .slider-for .slick-list {
    overflow: hidden;
  }
  #mobile-studio .phone-carousel .slider-for .slick-list .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #mobile-studio .phone-carousel .slider-for .slick-list .slide .copy {
    max-width: 350px;
    position: absolute;
    text-align: left;
    left: 39.5%;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    padding-left: 0px;
    padding-right: 15px;
  }
  #mobile-studio .phone-carousel .slider-nav {
    width: 50%;
    left: 8%;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #mobile-studio .phone-carousel #carousel-2:after {
    content: "";
    background: url("../img/iPhone8.png") center center / contain no-repeat;
    position: absolute;
    display: block;
    z-index: 1;
    width: 100%;
    height: 113.6%;
    overflow: hidden;
    top: -6.8%;
    left: -17.1%;
  }
  #mobile-studio .arrow {
    display: block !important;
    border: none;
    height: 35px;
    bottom: -2.4%;
    opacity: 1;
    padding: 0;
    position: absolute;
    visibility: visible;
    width: 35px;
    z-index: 10;
    cursor: pointer;
    background: #26AD58;
    border: 2px solid #26AD58;
    border-radius: 50%;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  #mobile-studio .arrow:hover,
  #mobile-studio .arrow:focus {
    background: transparent;
    border-color: #fff;
  }
  #mobile-studio .arrow img {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    width: 25%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #mobile-studio .arrow.next {
    right: 22.1%;
  }
  #mobile-studio .arrow.next img {
    -webkit-transform: translate(-32%, -50%);
        -ms-transform: translate(-32%, -50%);
            transform: translate(-32%, -50%);
  }
  #mobile-studio .arrow.prev {
    left: auto;
    right: 27.5%;
  }
  #mobile-studio .arrow.prev img {
    -webkit-transform: translate(-71%, -50%);
        -ms-transform: translate(-71%, -50%);
            transform: translate(-71%, -50%);
  }
}
@media (min-width: 992px) {
  #mobile-studio .arrow.next {
    right: 23.5%;
  }
}
@media (min-width: 1024px) {
  #mobile-studio .arrow {
    bottom: 15.6%;
  }
}

/* DUAL MOUNT */
#dual-mount .img-wrap .left-img{
  margin-bottom: 25%;
}
#dual-mount .img-wrap .right-img{
  margin-top: 25%;
}

/* READY FOR ANY PROJECT */
.any-project {
  background:#14181A;
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  z-index: 3;
}
.any-project .max-container {
  max-width: 1000px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.any-project .icon {
  width: 100%;
  height: auto;
  max-width: 50px;
  display: block;
  margin-bottom: 10px;
}
.any-project .copy {
  display: block;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
   .any-project {
      padding-top: 70px;
      padding-bottom: 70px;
  }
   .any-project .icon {
      max-width: 85px;
      margin-bottom: 10px;
  }
}

/* SPECS */
#specifications {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #specifications {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* KIT CONFIG */
#kit-configurations {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f0f0f0;
}
 #kit-configurations:focus {
    border: 1px solid #26ad58;
}
 #kit-configurations .img-wrap {
    max-width: 335px;
     height: auto;
     padding-left: 30px;
     padding-right: 30px;
}
 #kit-configurations .img-wrap img {
    width: 100%
}
 #kit-configurations .h3{
  font-weight: 700;
 }
  #kit-configurations .h5{
  font-weight: 500;
 }
 #kit-configurations .copy {
    max-width: 335px;
}
 #kit-configurations .includes-btn {
     background: none;
     border: none;
     padding: 5px 5px;
     display: inline-block;
     position: relative;
     margin-bottom: 40px;
}
 #kit-configurations .includes-btn a {
     color: #000;
     text-decoration: none;
     display: block;
     z-index: 1;
     padding: .4rem 3rem;
}
 #kit-configurations .includes-btn:hover {
     cursor: pointer;
}
 #kit-configurations .includes-btn:before {
    content: "";
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
     left: 160px;
    top: calc(50% - 6px);
    background: url("../img/arrow-down.svg") center center/contain no-repeat;
     -webkit-transition: all 0.35s;
     -o-transition: all 0.35s;
     transition: all 0.35s;
     -webkit-transform: rotate(0);
         -ms-transform: rotate(0);
             transform: rotate(0);
}
 #kit-configurations .panel-heading.active > .includes-btn:before {
    content: "";
     -webkit-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
             transform: rotate(180deg)
}
 #kit-configurations .panel-heading.active .includes-btn > a .expanded {
    display: block;
}
 #kit-configurations .panel-heading.active .includes-btn > a .collapsed {
    display: none;
}
 #kit-configurations .panel-heading .includes-btn> a .expanded {
    display: none;
}
 #kit-configurations .panel-heading .includes-btn > a .collapsed {
    display: block;
}
 #kit-configurations .includes-list {
    width: 100%;
     margin-left: auto;
    margin-right: auto;
    padding: 0 18px;
}
 @media (min-width: 576px) {
     #kit-configurations .includes-list {
        width: 70%;
    }
}
 @media (min-width: 768px) {
    #kit-configurations {
      padding-top: 70px;
      padding-bottom: 70px;
    }
     #kit-configurations .includes-list {
        width: 50%;
    }
}
 @media (min-width: 992px) {
     #kit-configurations .includes-list {
        width: 100%;
    }
}
 #kit-configurations .includes-list {
    list-style-type: none;
     padding-left: 30px;
     text-align: left;
     margin-bottom: 40px;
}
 #kit-configurations .includes-list li {
     position: relative;
     padding: 10px 0;
     border-bottom: 1px solid #000;
}
 #kit-configurations .includes-list li:before {
     content: "";
     height: 14px;
     width: 14px;
     display: block;
     position: absolute;
     left: -30px;
     top: calc(50% - 6px);
    background: url("../img/check.svg") center center/contain no-repeat;
}
 #kit-configurations .includes-list .line-break:before {
     top: calc(50% - 18px) 
}

/* SUPPORT */
#support{
  padding-top: 30px;
  padding-bottom: 30px;
}
#support .img-wrap {
  max-width: 335px;
  height: auto;
}
#support a p {
  color: #212529;
}
#support a:hover {
  text-decoration: none;
}
 @media (min-width: 768px) {
  #support{
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* FOOTER */
#footer {
  background: #000;
  padding-top: 70px;
  padding-bottom: 70px;
  z-index: 3;
  position: relative;
}
#footer .logo {
  width: 165px;
  margin-bottom: 15px;
}
#footer .footer-link {
  clear: both;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-weight: 600;
  text-align: center;
  width: 100%;
  font-size: 1em;
  display: block;
  padding: 6px;
}
#footer .small {
  text-align: center;
  width: 100%;
  display: block;
}
#footer .social-links {
  list-style: none;
  padding: 0;
  display: table;
  margin: 12px auto;
}
#footer .social-links .social-link {
  color: #26AD58;
  float: left;
  padding: 0 10px;
}
#footer .social-links .social-link .icon {
  height: 26px;
  width: auto;
}
#footer .ie-11-fix{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  #footer .logo {
    width: 146px;
    margin-bottom: 0px;
  }
  #footer .ie-11-fix{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #footer .footer-link {
    clear: initial;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-weight: 600;
    text-align: left;
    float: left;
    width: auto;
    font-size: 1em;
    display: block;
    padding: 6px;
    margin: 0 24px;
  }
  #footer .small {
    text-align: right;
    width: 100%;
    display: block;
  }
  #footer .social-links {
    list-style: none;
    padding: 0;
    display: table;
    margin-right: 0;
    margin-top: 0;
  }
  #footer .social-links .social-link {
    color: #26AD58;
    float: left;
    padding: 0 10px;
  }
  #footer .social-links .social-link .icon {
    height: 25px;
    width: auto;
  }
}