/* --------------------------------------------------------
Style Sheet for Altice Calculator Landing Page
version: 1.0
author: Paul Garber
----------------------------------------------------------*/
body {
  overflow-x: hidden !important;
}
h1,h2,h3,h4,p {
  font-family: unset;
  font-family: 'altice' !important;
}
@font-face {
    font-family: 'altice';
    src: url('fonts/altice_regular-webfont.woff2') format('woff2'),
         url('fonts/altice_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'altice_bold';
    src: url('fonts/altice_bold-webfont.woff2') format('woff2'),
         url('fonts/altice_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.content_outer {
    width: 100vw;
    height: 750px;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
  }
  .animation {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 500;
  }
  .left_content {
    margin-top: 48px;
    width: 440px;
    height: 650px;
    overflow: hidden;
    /*background-color: #ffffff;*/
    position: absolute;
    left: 0;
    top: 0;
    padding: 68px 0 0 40px;
  }
  .calculator {
    width: 670px;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 87px;
    padding: 10px;
    max-height: 100vh;
    overflow: hidden;
  }
  .logo {
      position: absolute;
      width: 400px;
      height: 100px;
      left: 46px;
      top: 20px;
      z-index: 100;
  }
  .calc_card {
    width: 160px;
    text-align: center;
    height: 175px;
    float: left;
    margin: 5px;
    background-color: #ffffff;
    border: solid 2px #C7C7C7;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    opacity: 1;
    transition: opacity 0.4s;
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  }
  .calc_footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top: solid 2px #C7C7C7;
    height: 60px;
  }
  .calc_mid_foot {
    bottom: -40px;
    position: relative;
  }
  .device_title {
    font-family: 'altice_bold' !important;
      text-align: center;
      position: absolute;
      bottom: 52px;
      width: 100%;
  }
  .icon {
    width: 120px;
    height: auto;
    position: relative;
      top: 0px;
      margin: 0 auto;
  }
  .minus {
    position: absolute;
      left: 19px;
      bottom: -12px;
      font-size: 27px;
      font-weight: bold;
      font-family: sans-serif;
      cursor: default;
      -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  }
  .count {
    position: absolute;
      left: 0px;
      bottom: -12px;
      font-size: 27px;
      font-weight: bold;
      font-family: sans-serif;
      text-align: center;
      width: 100%
  }
  .plus {
    position: absolute;
      right: 19px;
      bottom: -12px;
      font-size: 27px;
      font-weight: bold;
      font-family: sans-serif;
      cursor: default;
      -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  }
  .active_card {
    border: solid 2px #0098D0 !important;
  }
  .active_foot {
    border: none !important;
    background-color: #0098D0 !important;
  }
  .active_foot > .calc_mid_foot {
    color: #ffffff;
  }
  h1 {
    font-family: 'altice',sans-serif;
    font-weight: 200;
    font-size: 37px;
    line-height: 39px;
      margin: 40px 0 5px;
  }
  h2 {
    font-family: 'altice',sans-serif;
    font-weight: 200;
    font-size: 24px;
    margin-top: 5px;
  }
  h3 {
    font-family: 'altice',sans-serif;
    font-weight: 400;
    font-size: 16px;
  }
  p {
    font-family: 'altice',sans-serif;
    font-weight: 100;
    font-size: 14px;
  }
  button {
    background-color: #0098D0;
      color: white;
      border-radius: 20px;
      border: none;
      padding: 10px 40px;
      font-size: 18px;
      margin: 0 auto;
  }
  .value_counter {
    margin: 30px 0;
      border: 3px solid;
      border-color: #14BCCA;
      width: 98%;
      height: 110px;
      text-align: center;
      background-color: #ffffff;
      color: #ffffff;
      border-radius: 30px;
      padding-top: 6px;
      position: relative;
  }
  .value_counter > h2 {
    font-family: 'altice_bold' !important;
    font-weight: 800;
    font-size: 41px;
    margin: 0 !important;
    color: #19C5C8;
    position: absolute;
    right: 30px;
    top: 28px;
  }
  .value_counter > h3 {
    font-family: 'altice_bold' !important;
    margin: 0 0 6px !important;
    color: #06A2CF;
    text-align: left;
    position: relative;
    top: 25px;
    left: 20px;
    font-size: 19px;
  }
  .legal {
    font-size: 10px;
    color: #121212;
    font-family: sans-serif;
  }
  .cta {
    background-color: #dedede;
  }
  .cta_text {
    color: #8223D2;
    text-align: center;
    font-style: italic;
  }
  .hidden {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    z-index: 0;
  }
  .clear {
    opacity: 1;
    transition: opacity 0.5s;
  }
  .howmany {
    position: absolute;
      right: 30px;
      width: 380px;
      top: 21px;
      transition: opacity 0.5s;
      transition-delay: 1s;
  }

  .banner {
    width: 100%;
    position: relative;
    height: 400px;
    background-color: #D4D4D3;
    text-align: center;
    overflow: hidden;
  }
  .content_outer {
    max-width: 1200px;
    margin: 0 auto;
  }
  .floating_device {
    position: absolute;
    opacity: 0;
    transform: translatey(-50px);
    width: 280px;
    width: 17vw;
    max-width: 280px;
    min-width: 200px;
    height: auto;
  }
  .animation {
    transition-property: transform opacity;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
  }
  .stop_delay {
    transition-delay: 0s !important;
  }
  .device_reveal {
    opacity: 1;
    transform: translatey(0px);
  }
  .content_block {
    position: relative;
    width: 100%;
  }

.go_fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 1000;
}
.make_it_pop_more {
  /*  Living that designer life :|  */
  color: #06A2CF !important;
}
.no_select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.cta_footer {
  position: fixed;
  bottom: 0;
  width: 100vw;
  background-color: #E9E9E9;
  text-align: center;
  z-index: 10;
  min-height: 65px;
}
.cta_footer > h3 {
  font-family: 'altice_bold';
  color: #0098D0;
}
.cross_block {
  background-color: #D4D4D3;
  width: 100vw;
  z-index: 5;
}
.cross_image_outer {
  text-align: center;
}
.cross_image_outer > img {
  width: 470px;
}
.cross_mid {
  max-width: 1000px;
  margin: 0 auto;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.col-md-6 > img {
  max-width: 100%;
}
.cross_content {
  padding: 50px;
}
.cross_content > h3 {

}
.cross_content > p {
  font-size: 18px;
}
.cross_icon {
  width: 300px;
  height: auto;
}
.cross_right {
  max-width: 500px;
  margin: 0 auto;
}
.protect_it_price_mobile {
  display: none;
}
span.line {
  display: inline-block;
}
/*TABLET STYLING*/
@media screen and (max-width: 1200px) {
  .calculator {
    width: 540px;
  }
}

/*MOBILE STYLING*/
@media screen and (max-width: 1000px) {
  .content_outer {
    height: inherit;
  }
  .left_content {
    position: relative;
    max-width: 100%;
    margin: 20px auto;
    padding: 0px 20px;
    height: inherit;
  }
  #fullscreen_button {
    display: none;
  }
  .calculator {
    position: relative;
    width: inherit;
    height: inherit;
    top: 0;
    margin: 0 auto;
    max-height: unset;
    padding: 0 15vw;
  }
  .calc_card {
    width: 100%;
    margin: 0 auto 20px;
    height: 115px;
  }
  .icon {
    position: absolute;
    left: 8px;
    top: 7px;
  }
  .device_title {
    text-align: left;
    left: 130px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 60px;
    height: unset;
    position: relative;
  }
  .calc_footer {
    height: 100%;
    width: 46%;
    right: 0;
    top: 0;
    border-style: none;
  }
  .calc_mid_foot {
    bottom: -62%;
    width: 80%;
    left: 11%;
  }
  .protect_it_price {
    display: none;
  }
  .protect_it_price_mobile {
    display: block;
  }
  .banner_left {
    left: -140px !important;
  }
  .banner_middle {
    left: unset !important;
    width: 50vw !important;
    top: 40px !important;
    margin: 0 auto !important;
    position: relative !important;
  }
  .banner_right {
    right: -170px !important;
    left: unset !important;
    top: 0;
  }
}

@media screen and (max-width: 600px) {
  .calculator {
    padding: 0 20px;
  }
  .icon {
    width: 90px;
    top: 19px;
    left: 2px;
  }
  .device_title {
    left: 90px;
    font-size: 18px;
  }
}






