@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'nexa';
  src: url("../fonts/nexa_light-webfont.eot");
  src: url("../fonts/nexa_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa_light-webfont.woff2") format("woff2"), url("../fonts/nexa_light-webfont.woff") format("woff"), url("../fonts/nexa_light-webfont.ttf") format("truetype"), url("../fonts/nexa_light-webfont.svg#nexa_lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'nexa';
  src: url("../fonts/nexa_bold-webfont.eot");
  src: url("../fonts/nexa_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa_bold-webfont.woff2") format("woff2"), url("../fonts/nexa_bold-webfont.woff") format("woff"), url("../fonts/nexa_bold-webfont.ttf") format("truetype"), url("../fonts/nexa_bold-webfont.svg#nexa_boldregular") format("svg");
  font-weight: 700;
  font-style: normal; }
html, body {
  min-height: 100%;
  height: 100%; }

a {
  color: #000000;
  text-decoration: none;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease; }
  a:hover, a:focus {
    color: #000000;
    text-decoration: underline; }

body {
  font-family: "nexa", Helvetica, Arial, sans-serif;
  color: #000000;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
  font-weight: 400; }

strong {
  font-weight: 700; }

.clear {
  *zoom: 1; }
  .clear:after, .clear:before {
    content: "";
    display: table; }
  .clear:after {
    clear: both; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

img {
  border: none; }
  img.responsive {
    max-width: 100%;
    height: auto; }
  img.responsive-full {
    max-width: none;
    width: 100%;
    height: auto; }

.fleft {
  float: left; }

.fright {
  float: right; }

table {
  width: 100%; }
  table td {
    vertical-align: top; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#viewport.container {
  padding-left: 15px;
  padding-right: 15px; }
#viewport h4 {
  /*margin-top: 25px;*/ }
#viewport .row {
  margin-bottom: 20px; }
  #viewport .row .row {
    margin-top: 10px;
    margin-bottom: 0; }
#viewport [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  border: 1px solid #ddd;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2); }
#viewport hr {
  margin-top: 40px;
  margin-bottom: 40px; }

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #000000; }

/*a:hover, a:focus { color: $theme-secondary; text-decoration: none; }*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "nexa", Helvetica, Arial, sans-serif;
  color: #212121; }

p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #000000; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

section {
  padding: 0 0; }

aside {
  padding: 50px 0; }

.no-padding {
  padding: 0; }

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222; }

::selection {
  color: white;
  text-shadow: none;
  background: #222; }

img::selection {
  color: white;
  background: transparent; }

img::-moz-selection {
  color: white;
  background: transparent; }

.no-gutter > [class*="col-"],
.no-gutter > [class*="col-"] > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

@media (max-width: 767px) {
  .no-padding-xs {
    padding: 0; } }
@media (max-width: 991px) {
  .no-padding-sm {
    padding: 0; } }
body.is-in-popup {
  overflow: hidden; }

#main {
  padding-top: 70px; }
  @media (min-width: 992px) {
    #main {
      padding-top: 65px; }
      #main.applications, #main.what-is-stork, #main.specifications {
        padding-top: 0; } }
  #main.homepage {
    padding-top: 0 !important; }

.container {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 1280px) {
    .container {
      width: 1280px; } }

.top-banner {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  height: 480px;
  padding-top: 125px; }
  .top-banner .banner-layer {
    position: absolute;
    z-index: 1;
    left: -30px;
    right: -15px;
    top: -30px;
    bottom: -30px;
    background-color: #FFFFFF;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)"; }
  .top-banner .banner-info {
    position: relative;
    z-index: 2; }
    .top-banner .banner-info h2 {
      position: relative;
      padding-top: 25px;
      font-size: 26px;
      line-height: 34px;
      text-transform: uppercase;
      color: #212121; }
      .top-banner .banner-info h2 strong {
        font-size: 30px; }
      .top-banner .banner-info h2:before {
        content: "";
        position: absolute;
        left: 0;
        width: 80px;
        top: 0;
        height: 1px;
        background-color: #212121; }
  @media (min-width: 768px) {
    .top-banner {
      height: 560px; } }
  @media (min-width: 992px) {
    .top-banner {
      height: 640px; }
      .top-banner .banner-layer {
        bottom: -50px;
        left: -105px;
        /*@include box-shadow($x:0, $y:2px, $blur:5px, $color: #FFF);*/ }
      .top-banner .banner-info h2 {
        padding-top: 35px;
        font-size: 36px;
        line-height: 54px; }
        .top-banner .banner-info h2 strong {
          font-size: 48px; }
        .top-banner .banner-info h2:before {
          width: 145px; } }
  @media (min-width: 1200px) {
    .top-banner {
      height: 720px; } }
  .top-banner.center-content {
    padding-top: 0; }
    .top-banner.center-content .vertical-centered {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 0;
      width: 100%; }
    .top-banner.center-content .banner-layer {
      top: -40px; }
    .top-banner.center-content .banner-info h2 {
      padding-top: 20px; }
    @media (min-width: 992px) {
      .top-banner.center-content .banner-layer {
        top: -55px;
        bottom: -55px; }
      .top-banner.center-content .banner-info h2 {
        padding-top: 20px; } }
  .top-banner.right-content .banner-layer {
    top: -40px; }
  .top-banner.right-content .banner-info h2 {
    padding-top: 20px; }
  @media (min-width: 992px) {
    .top-banner.right-content .banner-layer {
      left: -30px;
      /*right: -105px;*/
      right: -15px; }
    .top-banner.right-content .banner-layer {
      top: -55px;
      bottom: -55px; }
    .top-banner.right-content .banner-info h2 {
      padding-top: 20px; } }
  @media (min-width: 1200px) {
    .top-banner.right-content .banner-layer {
      /*right: -55px;*/ } }

.image-banner {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  height: 480px;
  padding-top: 35px; }
  .image-banner .banner-info {
    position: relative;
    z-index: 2; }
    .image-banner .banner-info h2 {
      position: relative;
      padding-top: 25px;
      font-size: 26px;
      line-height: 34px;
      text-transform: uppercase;
      color: #FFFFFF; }
      .image-banner .banner-info h2 strong {
        font-size: 30px; }
      .image-banner .banner-info h2:before {
        content: "";
        position: absolute;
        left: 0;
        width: 80px;
        top: 0;
        height: 1px;
        background-color: #FFFFFF; }
  @media (min-width: 768px) {
    .image-banner {
      height: 560px;
      padding-top: 95px; } }
  @media (min-width: 992px) {
    .image-banner {
      height: 640px;
      padding-top: 150px; }
      .image-banner .banner-info h2 {
        padding-top: 35px;
        font-size: 36px;
        line-height: 54px; }
        .image-banner .banner-info h2 strong {
          font-size: 48px; }
        .image-banner .banner-info h2:before {
          width: 145px; } }
  @media (min-width: 1200px) {
    .image-banner {
      height: 720px; } }
  .image-banner.dark-color .banner-info h2 {
    color: #212121; }
    .image-banner.dark-color .banner-info h2:before {
      background-color: #212121; }

@media (min-width: 992px) {
  #main.specifications .image-banner.right-content {
    padding-top: 115px; } }

.page-intro {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center; }
  .page-intro h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 30px; }
  .page-intro p {
    font-size: 20px;
    line-height: 26px;
    margin: 0; }
  .page-intro .btn-wrapper {
    padding-top: 30px; }
    .page-intro .btn-wrapper a, .page-intro .btn-wrapper a:visited {
      max-width: 435px;
      display: inline-block;
      width: 78%;
      padding: 15px;
      border: 1px solid #212121;
      background-color: #FFFFFF;
      color: #212121;
      text-align: center;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 20px; }
      .page-intro .btn-wrapper a:hover, .page-intro .btn-wrapper a:focus, .page-intro .btn-wrapper a:visited:hover, .page-intro .btn-wrapper a:visited:focus {
        text-decoration: none; }
  @media (min-width: 992px) {
    .page-intro {
      padding-bottom: 30px; }
      .page-intro h2 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 26px; }
      .page-intro p {
        font-size: 24px;
        line-height: 28px; }
      .page-intro .btn-wrapper {
        padding-top: 26px; }
        .page-intro .btn-wrapper a, .page-intro .btn-wrapper a:visited {
          width: 100%;
          font-size: 20px;
          line-height: 25px;
          padding: 8px; }
          .page-intro .btn-wrapper a:hover, .page-intro .btn-wrapper a:visited:hover {
            background-color: #212121;
            color: #FFFFFF; } }

.page-intro.disclaimer {
  background-color: #F9F9F9;
  padding: 30px 0; }
  .page-intro.disclaimer p {
    font-size: 16px;
    line-height: 20px; }
  @media (min-width: 992px) {
    .page-intro.disclaimer p {
      font-size: 20px;
      line-height: 24px; } }

#main.what-is-stork .page-intro {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    #main.what-is-stork .page-intro {
      padding-top: 60px;
      padding-bottom: 85px; } }

#main.homepage .page-intro {
  padding-bottom: 45px; }
  @media (min-width: 992px) {
    #main.homepage .page-intro {
      padding-top: 60px;
      padding-bottom: 40px; }
      #main.homepage .page-intro p {
        margin-left: -1px;
        margin-right: -1px; } }

.full-image .image {
  width: 100%;
  height: 480px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent; }
  .full-image .image img {
    display: none; }
  @media (min-width: 768px) {
    .full-image .image {
      height: 560px; } }
  @media (min-width: 992px) {
    .full-image .image {
      height: 640px; } }
  @media (min-width: 1200px) {
    .full-image .image {
      height: 720px; } }

@media (min-width: 992px) {
  #main.homepage .full-image {
    padding-top: 80px; } }

.popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-y: auto; }
  .popup-wrapper .popup-inner {
    min-height: 100%;
    height: auto;
    background-color: #FFFFFF; }
  .popup-wrapper .popup-content {
    position: relative;
    padding: 35px;
    padding-bottom: 30px; }
    .popup-wrapper .popup-content a.close-popup, .popup-wrapper .popup-content a.close-popup:visited {
      background-color: #fff;
      position: absolute;
      z-index: 2;
      width: 18px;
      height: 18px;
      top: 35px;
      right: 30px;
      background: url("../img/svg/close.svg") center center no-repeat transparent;
      background-size: contain;
      line-height: 500px;
      overflow: hidden; }
    .popup-wrapper .popup-content .popup-header h3 {
      font-size: 26px;
      line-height: 36px;
      text-transform: uppercase;
      padding-top: 45px;
      position: relative;
      margin-bottom: 30px; }
      .popup-wrapper .popup-content .popup-header h3 strong {
        font-size: 30px; }
      .popup-wrapper .popup-content .popup-header h3:before {
        content: "";
        position: absolute;
        left: 0;
        width: 145px;
        top: 0;
        height: 1px;
        background-color: #212121; }
  .popup-wrapper .form-wrapper .form-field {
    margin-bottom: 30px; }
    .popup-wrapper .form-wrapper .form-field label {
      display: block;
      font-weight: 400;
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 10px; }
    .popup-wrapper .form-wrapper .form-field input {
      border: 0;
      width: 100%;
      background-color: #F3F3F3;
      padding: 0 10px;
      height: 40px;
      line-height: 40px;
      color: #212121;
      font-family: "nexa", Helvetica, Arial, sans-serif;
      font-size: 14px; }
    .popup-wrapper .form-wrapper .form-field textarea {
      border: 0;
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      height: 228px;
      min-height: 228px;
      max-height: 228px;
      background-color: #F3F3F3;
      padding: 10px;
      line-height: 20px;
      font-size: 14px;
      color: #212121;
      font-family: "nexa", Helvetica, Arial, sans-serif; }
  .popup-wrapper .form-wrapper .form-bottom {
    margin-bottom: 35px; }
    .popup-wrapper .form-wrapper .form-bottom a, .popup-wrapper .form-wrapper .form-bottom a:visited {
      display: inline-block;
      width: 100%;
      padding: 8px 0;
      background-color: #212121;
      color: #FFFFFF;
      text-align: center;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 20px;
      position: relative; }
      .popup-wrapper .form-wrapper .form-bottom a:hover, .popup-wrapper .form-wrapper .form-bottom a:focus, .popup-wrapper .form-wrapper .form-bottom a:visited:hover, .popup-wrapper .form-wrapper .form-bottom a:visited:focus {
        text-decoration: none; }
      .popup-wrapper .form-wrapper .form-bottom a i, .popup-wrapper .form-wrapper .form-bottom a:visited i {
        position: absolute;
        right: 10px;
        top: 8px;
        font-size: 20px; }
  .popup-wrapper .form-wrapper .error-message p {
    color: #B20000; }
  .popup-wrapper .form-wrapper .success-message p {
    color: #00B22D; }
  .popup-wrapper .form-wrapper .form-aux a, .popup-wrapper .form-wrapper .form-aux a:visited {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    line-height: 20px;
    font-size: 15px; }
    .popup-wrapper .form-wrapper .form-aux a:before, .popup-wrapper .form-wrapper .form-aux a:visited:before {
      content: "";
      position: absolute;
      top: 2px;
      left: 0;
      width: 16px;
      height: 16px;
      border: 1px solid #212121; }
    .popup-wrapper .form-wrapper .form-aux a.checked:after, .popup-wrapper .form-wrapper .form-aux a:visited.checked:after {
      content: "\f00c";
      color: #212121;
      font-family: 'FontAwesome';
      position: absolute;
      top: 0;
      left: 2px;
      font-size: 12px; }
  @media (min-width: 768px) {
    .popup-wrapper .popup-inner {
      min-height: 100%;
      height: auto;
      background-color: transparent;
      /*@include vertical-centered2();
      left: 0; width: 100%;*/
      padding: 90px 30px;
      background-color: rgba(33, 33, 33, 0.9); }
    .popup-wrapper .popup-content {
      margin: 0 auto;
      min-height: 720px;
      background-color: #FFFFFF;
      max-width: 1010px;
      position: relative;
      padding: 95px;
      padding-top: 30px;
      box-shadow: 2px 2px 5px #666;
      -o-box-shadow: 2px 2px 5px #666;
      -webkit-box-shadow: 2px 2px 5px #666;
      -moz-box-shadow: 2px 2px 5px #666; }
      .popup-wrapper .popup-content a.close-popup, .popup-wrapper .popup-content a.close-popup:visited {
        top: 30px;
        right: 40px; }
      .popup-wrapper .popup-content .popup-header h3 {
        font-size: 36px;
        line-height: 54px;
        padding-top: 30px;
        margin-bottom: 70px; }
        .popup-wrapper .popup-content .popup-header h3 strong {
          font-size: 48px; }
    .popup-wrapper .form-wrapper .form-fields .form-field {
      width: 48%; }
    .popup-wrapper .form-wrapper .form-fields .form-field.field-left {
      float: left; }
    .popup-wrapper .form-wrapper .form-fields .form-field.field-right {
      float: right; }
    .popup-wrapper .form-wrapper .form-field {
      margin-bottom: 50px;
      /*webkit hack*/ }
      .popup-wrapper .form-wrapper .form-field input {
        height: 38px;
        line-height: 38px; }
      .popup-wrapper .form-wrapper .form-field textarea {
        height: 145px;
        min-height: 145px;
        max-height: 145px; }
      .popup-wrapper .form-wrapper .form-field.m-out {
        margin-bottom: 0; }
    .popup-wrapper .form-wrapper .form-bottom {
      margin-bottom: 0;
      position: relative;
      height: 50px;
      /*webkit hack*/ }
      .popup-wrapper .form-wrapper .form-bottom a, .popup-wrapper .form-wrapper .form-bottom a:visited {
        position: absolute;
        right: 0;
        /*top: -90px; webkit hack*/
        bottom: 56px;
        width: 205px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        text-align: center; } }
  @media (min-width: 992px) {
    .popup-wrapper .form-wrapper .form-bottom a:hover {
      color: #212121;
      background-color: #FFFFFF; }
    .popup-wrapper .form-wrapper .form-aux a:hover:after {
      content: "\f00c";
      color: #212121;
      font-family: 'FontAwesome';
      position: absolute;
      top: 0;
      left: 2px;
      font-size: 12px; } }

.popup-message {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  background-color: #FFFFFF;
  padding: 30px;
  z-index: 10;
  max-width: 300px;
  box-shadow: 2px 2px 5px #666;
  -o-box-shadow: 2px 2px 5px #666;
  -webkit-box-shadow: 2px 2px 5px #666;
  -moz-box-shadow: 2px 2px 5px #666; }
  .popup-message a.close-popup-message, .popup-message a.close-popup-message:visited {
    background-color: #fff;
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    top: 20px;
    right: 20px;
    background: url("../img/svg/close.svg") center center no-repeat transparent;
    background-size: contain;
    line-height: 500px;
    overflow: hidden; }
  .popup-message p {
    text-align: center;
    padding-top: 30px; }

#headerWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 100;
  /*@include box-shadow($x:0, $y:2px, $blur:5px, $color: #EEE);*/
  background-color: #FFFFFF; }
  #headerWrapper:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -12px;
    height: 12px;
    background: url("../img/cnt/applications/application-sep.png") center center repeat-x transparent; }
  #headerWrapper .header {
    width: 100%;
    margin: 0 auto;
    max-width: 1070px;
    position: relative;
    z-index: 2; }
    #headerWrapper .header h1 {
      float: left;
      margin-top: 25px;
      margin-left: 30px;
      width: 110px;
      height: 19px;
      background: url("../img/svg/logo.svg") center center no-repeat transparent;
      background-size: contain;
      line-height: 500px;
      overflow: hidden; }
      #headerWrapper .header h1 a, #headerWrapper .header h1 a:visited {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 500px;
        overflow: hidden; }
    #headerWrapper .header a.nav-toggle, #headerWrapper .header a.nav-toggle:visited {
      float: right;
      margin-top: 25px;
      margin-right: 30px;
      width: 20px;
      height: 20px;
      background: url("../img/svg/nav-toggle.svg") center center no-repeat transparent;
      background-size: contain;
      line-height: 500px;
      overflow: hidden; }
    #headerWrapper .header nav.main-nav {
      display: none;
      position: absolute;
      top: 70px;
      left: 0;
      width: 100%;
      background-color: #fff;
      text-align: center; }
      #headerWrapper .header nav.main-nav ul {
        width: auto;
        display: inline-block;
        text-align: left;
        padding-top: 30px;
        padding-bottom: 40px; }
        #headerWrapper .header nav.main-nav ul li {
          padding: 15px 0;
          font-size: 20px;
          line-height: 24px;
          text-transform: uppercase; }
          #headerWrapper .header nav.main-nav ul li a, #headerWrapper .header nav.main-nav ul li a:visited {
            color: #212121;
            position: relative; }
            #headerWrapper .header nav.main-nav ul li a:hover, #headerWrapper .header nav.main-nav ul li a:visited:hover {
              text-decoration: none; }
          #headerWrapper .header nav.main-nav ul li.nav-active a, #headerWrapper .header nav.main-nav ul li.nav-active a:visited {
            color: #78909C; }
            #headerWrapper .header nav.main-nav ul li.nav-active a:before, #headerWrapper .header nav.main-nav ul li.nav-active a:visited:before {
              content: "";
              position: absolute;
              bottom: -5px;
              left: 0;
              width: 50px;
              height: 1px;
              background-color: #78909C; }
    #headerWrapper .header.opened a.nav-toggle, #headerWrapper .header.opened a.nav-toggle:visited {
      background-image: url("../img/svg/close.svg"); }
  @media (min-width: 992px) {
    #headerWrapper {
      background-color: transparent !important;
      height: 65px; }
      #headerWrapper .header-layer {
        background-color: #FFFFFF;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
        -moz-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 65px;
        z-index: 1; }
      #headerWrapper.scrolled .header-layer {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
        -moz-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
        -webkit-transition: 0.4s ease; }
      #headerWrapper .header h1 {
        margin-top: 22px;
        width: 121px;
        height: 21px; }
      #headerWrapper .header a.nav-toggle, #headerWrapper .header a.nav-toggle:visited {
        display: none; }
      #headerWrapper .header nav.main-nav {
        background-color: transparent;
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        text-align: left;
        float: right;
        margin-right: 30px;
        margin-top: 20px; }
        #headerWrapper .header nav.main-nav ul {
          width: auto;
          display: inline-block;
          text-align: left;
          padding: 0; }
          #headerWrapper .header nav.main-nav ul li {
            padding: 5px 8px;
            font-size: 12px;
            line-height: 14px;
            display: inline-block; }
            #headerWrapper .header nav.main-nav ul li a:hover {
              color: #78909C; }
            #headerWrapper .header nav.main-nav ul li.contact-btn {
              padding: 0 8px;
              padding-right: 0;
              margin-top: -1px; }
              #headerWrapper .header nav.main-nav ul li.contact-btn a, #headerWrapper .header nav.main-nav ul li.contact-btn a:visited {
                display: block;
                border: 1px solid #212121;
                padding: 5px 8px;
                padding-top: 9px; }
                #headerWrapper .header nav.main-nav ul li.contact-btn a:hover, #headerWrapper .header nav.main-nav ul li.contact-btn a:visited:hover {
                  background-color: #212121;
                  color: #FFFFFF;
                  text-decoration: none; } }

#headerWrapper.homepage {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease; }
  #headerWrapper.homepage.scrolled2 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease; }

/*
#headerWrapper {
	position: absolute;
	top: 0; left: 0; width: 100%;
	padding-top: 35px;
	z-index: 2;
	.header {
		width: 100%;
		text-align: center;
	}
	h1 {
		display: inline-block;
		width: 200px; height: 60px;
		background: url($img-svg-url+'logo.svg') center center no-repeat transparent;
		background-size: contain;
		@include hide-text();
	}
	@media (min-width: $screen-md-min) {
		padding-top: 70px;
		.header {
			max-width: 1280px;
			margin: 0 auto;
			text-align: left;
		}
		h1 {
			margin-left: 44px;
			width: 340px; height: 102px;
		}
	}
}*/
#footer {
  background: url("../img/marble.jpg") center center no-repeat transparent;
  background-size: cover;
  position: relative;
  z-index: 1; }
  #footer .footer-extras {
    padding-top: 45px;
    background: url("../img/marble.jpg") center center no-repeat transparent;
    background-size: cover;
    /*background-color: rgba(32,32,32,0.95);*/
    background-color: #212121;
    background-blend-mode: multiply;
    color: #FFFFFF;
    /* the fallback for IE 10, 11 and Edge. */ }
    #footer .footer-extras .footer-extra-item {
      margin: 0 auto;
      max-width: 300px;
      text-align: center;
      margin-bottom: 30px;
      padding-top: 15px;
      position: relative;
      z-index: 2; }
      #footer .footer-extras .footer-extra-item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 72px;
        height: 1px;
        margin-left: -36px;
        background-color: #FFFFFF; }
    #footer .footer-extras h3 {
      text-transform: uppercase;
      font-size: 15px;
      line-height: 20px;
      color: #FFFFFF;
      margin-bottom: 15px; }
      #footer .footer-extras h3 span {
        font-weight: 700; }
    #footer .footer-extras p {
      font-size: 15px;
      line-height: 19px;
      color: #FFFFFF;
      margin: 0; }
      #footer .footer-extras p a, #footer .footer-extras p a:visited {
        color: #FFFFFF; }
    #footer .footer-extras .social-links {
      padding-bottom: 32px;
      padding-top: 20px; }
      #footer .footer-extras .social-links ul {
        text-align: center; }
        #footer .footer-extras .social-links ul li {
          display: inline-block;
          margin: 0 12px; }
          #footer .footer-extras .social-links ul li a, #footer .footer-extras .social-links ul li a:visited {
            display: inline-block;
            width: 32px;
            height: 32px;
            line-height: 500px;
            overflow: hidden; }
            #footer .footer-extras .social-links ul li a.facebook, #footer .footer-extras .social-links ul li a:visited.facebook {
              width: 14px;
              background: url("../img/svg/facebook-icon.svg") center center no-repeat transparent;
              background-size: contain; }
            #footer .footer-extras .social-links ul li a.instagram, #footer .footer-extras .social-links ul li a:visited.instagram {
              background: url("../img/svg/instagram-icon.svg") center center no-repeat transparent;
              background-size: contain; }
            #footer .footer-extras .social-links ul li a.twitter, #footer .footer-extras .social-links ul li a:visited.twitter {
              background: url("../img/svg/twitter-icon.svg") center center no-repeat transparent;
              background-size: contain; }
            #footer .footer-extras .social-links ul li a.linkedin, #footer .footer-extras .social-links ul li a:visited.linkedin {
              width: 34px;
              background: url("../img/svg/linkedin-icon.svg") center center no-repeat transparent;
              background-size: contain; }
            #footer .footer-extras .social-links ul li a.medium, #footer .footer-extras .social-links ul li a:visited.medium {
              width: 35px;
              background: url("../img/svg/medium-icon.svg") center center no-repeat transparent;
              background-size: contain; }
      @media (min-width: 992px) {
        #footer .footer-extras .social-links {
          padding-top: 0;
          padding-bottom: 45px; }
          #footer .footer-extras .social-links ul {
            margin-left: -30px;
            text-align: left; }
            #footer .footer-extras .social-links ul li:first-child {
              margin-left: 0; } }
      @media (min-width: 1200px) {
        #footer .footer-extras .social-links ul {
          margin-left: -20px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #footer .footer-extras {
        position: relative; }
        #footer .footer-extras:after {
          content: '';
          background-color: rgba(32, 32, 32, 0.95);
          position: absolute;
          top: 0;
          bottom: 0;
          width: 100%;
          z-index: 1; } }
  #footer p.copyright {
    padding: 16px 15px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    font-family: "nexa", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  @media (min-width: 992px) {
    #footer .footer-extras {
      padding-top: 55px;
      padding-bottom: 0;
      text-align: center; }
      #footer .footer-extras .footer-extra-item {
        margin: 0 auto;
        max-width: none;
        width: auto;
        display: inline-block;
        text-align: left;
        margin-bottom: 0;
        padding: 0;
        padding-bottom: 45px;
        padding-top: 15px; }
        #footer .footer-extras .footer-extra-item:before {
          left: 0;
          margin-left: 0; }
      #footer .footer-extras h3 {
        margin-bottom: 15px; }
    #footer p.copyright {
      padding: 24px 15px; } }

.hp-banner {
  position: relative;
  overflow: hidden; }
  .hp-banner .image {
    width: 100%;
    height: 480px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent; }
    .hp-banner .image img {
      display: none; }
    @media (min-width: 768px) {
      .hp-banner .image {
        height: 560px; } }
    @media (min-width: 992px) {
      .hp-banner .image {
        height: 640px; } }
    @media (min-width: 1200px) {
      .hp-banner .image {
        height: 720px; } }
  .hp-banner .logo {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    position: absolute;
    width: 189px;
    height: 57px;
    z-index: 2;
    left: 50%;
    top: 90px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .hp-banner .logo h1 {
      width: 100%;
      height: 100%;
      background: url("../img/cnt/hp/logo.svg") center center no-repeat transparent;
      background-size: contain;
      line-height: 500px;
      overflow: hidden; }
    @media (min-width: 768px) {
      .hp-banner .logo {
        top: 105px;
        width: 340px;
        height: 103px; } }
    @media (min-width: 992px) {
      .hp-banner .logo {
        top: 155px; } }
  .hp-banner .hero-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: transparent; }
  .hp-banner .hero-img-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    /*transform: scale(1.3);
    transform-origin: 0 0;*/ }
    @media (min-width: 360px) {
      .hp-banner .hero-img-mobile {
        bottom: -50px; } }
    @media (min-width: 410px) {
      .hp-banner .hero-img-mobile {
        bottom: -150px; } }
    @media (min-width: 480px) {
      .hp-banner .hero-img-mobile {
        bottom: -200px; } }
  .hp-banner.loaded .logo {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieop)";
    -moz-transition: 2s ease;
    -ms-transition: 2s ease;
    -o-transition: 2s ease;
    transition: 2s ease;
    -webkit-transition: 2s ease; }

.hp-possibilities {
  position: relative;
  background-color: #F9F9F9;
  padding-top: 45px; }
  .hp-possibilities:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 12px;
    background: url("../img/cnt/applications/application-sep.png") center center repeat-x transparent; }
  .hp-possibilities .title {
    margin-bottom: 50px; }
    .hp-possibilities .title h2 {
      text-align: center;
      font-size: 20px;
      line-height: 28px;
      text-transform: uppercase;
      padding: 0 50px; }
      .hp-possibilities .title h2 strong {
        font-size: 24px; }
  @media (min-width: 992px) {
    .hp-possibilities {
      padding-top: 65px; }
      .hp-possibilities .title {
        margin-bottom: 65px; }
        .hp-possibilities .title h2 {
          font-size: 36px;
          line-height: 54px; }
          .hp-possibilities .title h2 strong {
            font-size: 48px; } }
  .hp-possibilities .possibilities-list {
    font-size: 0; }
    .hp-possibilities .possibilities-list .possibilities-item {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin-bottom: 35px; }
      .hp-possibilities .possibilities-list .possibilities-item .image {
        text-align: center;
        margin-bottom: 25px; }
        .hp-possibilities .possibilities-list .possibilities-item .image img {
          /*@include scale($p:0.58);*/ }
      .hp-possibilities .possibilities-list .possibilities-item h3 {
        position: relative;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        padding-top: 15px; }
        .hp-possibilities .possibilities-list .possibilities-item h3:before {
          content: "";
          position: absolute;
          left: 50%;
          width: 78px;
          margin-left: -39px;
          top: 0;
          height: 1px;
          background-color: #212121; }
      .hp-possibilities .possibilities-list .possibilities-item.ventilated .image img {
        margin-left: -18px; }
  @media (min-width: 768px) {
    .hp-possibilities .possibilities-list .possibilities-item {
      width: 50%; }
      .hp-possibilities .possibilities-list .possibilities-item .image {
        position: relative;
        height: 145px; }
        .hp-possibilities .possibilities-list .possibilities-item .image img {
          position: absolute;
          bottom: 0;
          left: 0; }
      .hp-possibilities .possibilities-list .possibilities-item h3 {
        text-align: left; }
        .hp-possibilities .possibilities-list .possibilities-item h3:before {
          left: 0;
          margin-left: 0; }
      .hp-possibilities .possibilities-list .possibilities-item.ventilated .image img {
        margin-left: -17px; } }
  @media (min-width: 992px) {
    .hp-possibilities .possibilities-list .possibilities-item {
      width: 33.33%;
      margin-bottom: 110px; }
      .hp-possibilities .possibilities-list .possibilities-item .image {
        margin-bottom: 60px; }
      .hp-possibilities .possibilities-list .possibilities-item h3 {
        padding-top: 30px;
        font-size: 26px;
        line-height: 32px; }
        .hp-possibilities .possibilities-list .possibilities-item h3:before {
          width: 90px; } }

.hp-benefits {
  position: relative;
  padding-top: 30px; }
  .hp-benefits:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 12px;
    background: url("../img/cnt/applications/application-sep.png") center center repeat-x transparent; }
  .hp-benefits .title {
    margin-bottom: 30px; }
    .hp-benefits .title h2 {
      text-align: center;
      font-size: 20px;
      line-height: 28px;
      text-transform: uppercase;
      padding: 0 50px; }
      .hp-benefits .title h2 strong {
        font-size: 24px; }
  .hp-benefits .hp-benefit-item {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 270px; }
    .hp-benefits .hp-benefit-item .image-1 {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 330px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center right; }
    .hp-benefits .hp-benefit-item .image-1-desktop {
      display: none;
      -moz-transition: 0.4s ease;
      -ms-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease;
      -webkit-transition: 0.4s ease; }
    .hp-benefits .hp-benefit-item:last-child {
      padding-bottom: 320px; }
    .hp-benefits .hp-benefit-item .image-2 {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 330px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center left; }
    .hp-benefits .hp-benefit-item .image-2-desktop {
      display: none;
      -moz-transition: 0.4s ease;
      -ms-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease;
      -webkit-transition: 0.4s ease; }
    .hp-benefits .hp-benefit-item .info {
      margin-bottom: 30px; }
      .hp-benefits .hp-benefit-item .info h3 {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 24px; }
        .hp-benefits .hp-benefit-item .info h3 span {
          font-size: 30px; }
        .hp-benefits .hp-benefit-item .info h3:before {
          content: "";
          position: absolute;
          left: 0;
          width: 145px;
          bottom: 0;
          height: 1px;
          background-color: #212121; }
      .hp-benefits .hp-benefit-item .info p {
        font-size: 16px;
        line-height: 20px;
        margin: 0; }
  @media (min-width: 768px) {
    .hp-benefits .hp-benefit-item {
      padding-bottom: 0;
      position: static; }
      .hp-benefits .hp-benefit-item:last-child {
        padding-bottom: 0; }
      .hp-benefits .hp-benefit-item .image-1 {
        display: none; }
      .hp-benefits .hp-benefit-item .image-1-desktop {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right top; }
      .hp-benefits .hp-benefit-item .image-2 {
        display: none; }
      .hp-benefits .hp-benefit-item .image-2-desktop {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left bottom; } }
  @media (min-width: 992px) {
    .hp-benefits {
      padding-top: 55px; }
      .hp-benefits .title {
        margin-bottom: 20px; }
        .hp-benefits .title h2 {
          font-size: 36px;
          line-height: 54px; }
          .hp-benefits .title h2 strong {
            font-size: 48px; }
      .hp-benefits .hp-benefit-item {
        margin-bottom: 120px;
        padding-bottom: 0;
        position: relative; }
        .hp-benefits .hp-benefit-item .image-2-desktop {
          bottom: 200px; }
        .hp-benefits .hp-benefit-item .info {
          margin-bottom: 80px; }
          .hp-benefits .hp-benefit-item .info h3 {
            padding-bottom: 20px;
            font-size: 28px;
            line-height: 40px; }
            .hp-benefits .hp-benefit-item .info h3 span {
              font-size: 70px; }
          .hp-benefits .hp-benefit-item .info p {
            font-size: 20px;
            line-height: 28px; } }
  @media (min-width: 1200px) {
    .hp-benefits .hp-benefit-item {
      position: static; }
      .hp-benefits .hp-benefit-item .image-1-desktop {
        height: 50%;
        top: 100px; }
      .hp-benefits .hp-benefit-item .image-2-desktop {
        height: 50%;
        bottom: 100px; } }

.benefits-buttons-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 45px 25px;
  padding-top: 0;
  text-align: center; }
  .benefits-buttons-wrapper a, .benefits-buttons-wrapper a:visited {
    max-width: 435px;
    margin-bottom: 25px;
    display: inline-block;
    width: 78%;
    padding: 15px;
    border: 1px solid #212121;
    background-color: #FFFFFF;
    color: #212121;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px; }
    .benefits-buttons-wrapper a:hover, .benefits-buttons-wrapper a:focus, .benefits-buttons-wrapper a:visited:hover, .benefits-buttons-wrapper a:visited:focus {
      text-decoration: none; }
    .benefits-buttons-wrapper a:last-child, .benefits-buttons-wrapper a:visited:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .benefits-buttons-wrapper {
      text-align: left;
      padding: 0;
      max-width: 100%; }
      .benefits-buttons-wrapper a, .benefits-buttons-wrapper a:visited {
        max-width: 100%;
        width: 100%; } }
  @media (min-width: 992px) {
    .benefits-buttons-wrapper a:hover {
      background-color: #212121;
      color: #FFFFFF; } }

.hp-contacts {
  position: relative; }
  .hp-contacts .special-layer-left {
    background: url("../img/cnt/hp/contact-bg.jpg") left center no-repeat transparent;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 275px;
    z-index: 1; }
  .hp-contacts .special-layer-right {
    background-color: rgba(33, 33, 33, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 275px;
    z-index: 2; }
  .hp-contacts .section-image {
    height: 275px;
    position: relative;
    z-index: 3;
    padding-top: 45px; }
    .hp-contacts .section-image .section-image-title {
      position: relative;
      z-index: 2;
      padding-top: 50px;
      color: #fff;
      text-transform: uppercase;
      font-size: 26px;
      line-height: 32px; }
      .hp-contacts .section-image .section-image-title strong {
        font-size: 30px; }
      .hp-contacts .section-image .section-image-title:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 145px;
        height: 1px;
        background-color: #fff; }
  .hp-contacts .info {
    position: relative;
    z-index: 3;
    padding: 25px;
    text-align: center; }
    .hp-contacts .info .buttons-wrapper {
      padding-bottom: 6px; }
      .hp-contacts .info .buttons-wrapper a, .hp-contacts .info .buttons-wrapper a:visited {
        margin-bottom: 18px;
        display: inline-block;
        padding: 8px 25px;
        background-color: #212121;
        color: #FFFFFF;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 20px; }
        .hp-contacts .info .buttons-wrapper a:hover, .hp-contacts .info .buttons-wrapper a:focus, .hp-contacts .info .buttons-wrapper a:visited:hover, .hp-contacts .info .buttons-wrapper a:visited:focus {
          text-decoration: none; }
    .hp-contacts .info p {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 10px; }
    .hp-contacts .info .form-wrapper input {
      display: block;
      width: 100%;
      text-align: center;
      border: 0;
      border: 1px solid #212121;
      color: #212121;
      font-family: "nexa", Helvetica, Arial, sans-serif;
      font-size: 16px;
      height: 40px;
      line-height: 40px;
      padding: 0 10px; }
    .hp-contacts .info .form-wrapper a, .hp-contacts .info .form-wrapper a:visited {
      display: inline-block;
      width: 100%;
      padding: 8px 0;
      background-color: #212121;
      color: #FFFFFF;
      text-align: center;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 20px;
      position: relative; }
      .hp-contacts .info .form-wrapper a:hover, .hp-contacts .info .form-wrapper a:focus, .hp-contacts .info .form-wrapper a:visited:hover, .hp-contacts .info .form-wrapper a:visited:focus {
        text-decoration: none; }
      .hp-contacts .info .form-wrapper a i, .hp-contacts .info .form-wrapper a:visited i {
        position: absolute;
        right: 10px;
        top: 8px;
        font-size: 20px; }
  @media (min-width: 992px) {
    .hp-contacts .special-layer-left {
      background: url("../img/cnt/hp/contact-bg.jpg") center center no-repeat transparent;
      background-size: cover;
      width: 50%;
      height: 275px; }
    .hp-contacts .special-layer-right {
      background-color: rgba(33, 33, 33, 0.9);
      width: 50%;
      height: 275px; }
    .hp-contacts .section-image {
      height: 275px; }
      .hp-contacts .section-image .section-image-title {
        padding-top: 35px;
        font-size: 36px;
        line-height: 52px; }
        .hp-contacts .section-image .section-image-title strong {
          font-size: 48px; }
    .hp-contacts .info {
      margin-left: -45px;
      margin-right: -45px;
      padding-top: 40px; }
      .hp-contacts .info .buttons-wrapper {
        padding-bottom: 0; }
        .hp-contacts .info .buttons-wrapper a, .hp-contacts .info .buttons-wrapper a:visited {
          margin-bottom: 30px;
          display: inline-block;
          padding: 8px 0;
          width: 100%;
          background-color: #212121;
          color: #FFFFFF;
          height: 40px;
          font-size: 20px;
          line-height: 24px; }
          .hp-contacts .info .buttons-wrapper a:hover, .hp-contacts .info .buttons-wrapper a:visited:hover {
            background-color: #FFFFFF;
            color: #212121; }
      .hp-contacts .info p {
        text-align: left;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0; }
      .hp-contacts .info .form-wrapper {
        margin-bottom: 12px;
        position: relative; }
        .hp-contacts .info .form-wrapper input {
          text-align: left;
          font-size: 18px;
          padding: 0 10px; }
        .hp-contacts .info .form-wrapper a, .hp-contacts .info .form-wrapper a:visited {
          width: 50px;
          height: 40px;
          padding: 0;
          text-align: center;
          line-height: 50px;
          text-transform: uppercase;
          position: absolute;
          right: 0;
          top: 0; }
          .hp-contacts .info .form-wrapper a span, .hp-contacts .info .form-wrapper a:visited span {
            display: none; }
          .hp-contacts .info .form-wrapper a:hover, .hp-contacts .info .form-wrapper a:visited:hover {
            background-color: #FFFFFF;
            color: #212121; }
          .hp-contacts .info .form-wrapper a i, .hp-contacts .info .form-wrapper a:visited i {
            position: relative;
            right: auto;
            top: auto;
            font-size: 24px; } }

.image-banner.any-stone {
  position: relative;
  background-image: url("../img/cnt/hp/any-stone-bg-mobile.jpg");
  overflow: hidden; }
  .image-banner.any-stone .special-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url("../img/cnt/hp/any-stone-img-mobile.png");
    /*@media (min-width:  600px) { width: 160%; height: 160%; }*/
    /*@media (min-width:  700px) { width: 180%; height: 180%; }*/ }
    @media (min-width: 400px) {
      .image-banner.any-stone .special-img {
        width: 120%;
        height: 120%; } }
    @media (min-width: 500px) {
      .image-banner.any-stone .special-img {
        width: 140%;
        height: 140%; } }
  @media (min-width: 768px) {
    .image-banner.any-stone {
      background-image: url("../img/cnt/hp/any-stone-bg.jpg"); } }

.stork-composition {
  position: relative; }
  .stork-composition:before {
    z-index: 5;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 12px;
    background: url("../img/cnt/applications/application-sep.png") center center repeat-x transparent; }
  .stork-composition .special-layer-left {
    background: url("../img/cnt/what-is-stork/marble-texture.jpg") left center no-repeat transparent;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .stork-composition .special-layer-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%; }
  .stork-composition .section-image {
    position: relative;
    z-index: 3;
    padding-top: 45px; }
    .stork-composition .section-image .section-image-title {
      position: relative;
      z-index: 2;
      padding-top: 50px;
      color: #212121;
      text-transform: uppercase;
      font-size: 26px;
      line-height: 32px; }
      .stork-composition .section-image .section-image-title strong {
        font-size: 30px; }
      .stork-composition .section-image .section-image-title:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 145px;
        height: 1px;
        background-color: #212121; }
  .stork-composition .info {
    position: relative;
    z-index: 3;
    padding-top: 40px;
    padding-bottom: 45px; }
    .stork-composition .info p {
      font-size: 16px;
      line-height: 26px;
      margin: 0; }
  @media (min-width: 992px) {
    .stork-composition {
      height: 545px; }
      .stork-composition .special-layer-left {
        width: 50%;
        height: 545px; }
      .stork-composition .special-layer-right {
        width: 50%;
        height: 545px; }
      .stork-composition .info-wrapper {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 100%;
        left: 0;
        z-index: 4; }
      .stork-composition .section-image {
        padding: 0; }
        .stork-composition .section-image .section-image-title {
          padding-top: 35px;
          font-size: 36px;
          line-height: 52px; }
          .stork-composition .section-image .section-image-title strong {
            font-size: 48px; }
      .stork-composition .info {
        margin-left: -30px;
        padding: 0; }
        .stork-composition .info p {
          font-size: 20px;
          line-height: 32px; } }

.stork-composition-list {
  z-index: 5;
  position: relative;
  padding-top: 210px; }
  .stork-composition-list:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 12px;
    background: url("../img/cnt/applications/application-sep.png") center center repeat-x transparent; }
  .stork-composition-list .image {
    position: absolute;
    top: -25px;
    left: 20px;
    right: 20px;
    height: 205px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent; }
  @media (min-width: 470px) {
    .stork-composition-list {
      padding-top: 270px; }
      .stork-composition-list .image {
        height: 260px; } }
  @media (min-width: 620px) {
    .stork-composition-list {
      padding-top: 320px; }
      .stork-composition-list .image {
        height: 315px; } }
  @media (min-width: 770px) {
    .stork-composition-list {
      padding-top: 370px; }
      .stork-composition-list .image {
        height: 370px; } }
  @media (min-width: 920px) {
    .stork-composition-list {
      padding-top: 440px; }
      .stork-composition-list .image {
        height: 425px; } }
  @media (min-width: 992px) {
    .stork-composition-list {
      padding-top: 350px; } }
  @media (min-width: 992px) {
    .stork-composition-list .image {
      top: -150px; } }
  @media (min-width: 1070px) {
    .stork-composition-list {
      padding-top: 440px; }
      .stork-composition-list .image {
        height: 535px;
        top: -150px; } }
  @media (min-width: 1200px) {
    .stork-composition-list {
      padding-top: 400px; }
      .stork-composition-list .image {
        height: 535px;
        top: -180px; } }
  .stork-composition-list .list-items {
    text-align: center;
    padding-bottom: 30px; }
    .stork-composition-list .list-items h3 {
      display: inline-block;
      position: relative;
      padding-top: 15px;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase; }
      .stork-composition-list .list-items h3:before {
        content: "";
        position: absolute;
        left: 50%;
        width: 78px;
        margin-left: -39px;
        top: 0;
        height: 1px;
        background-color: #212121; }
    .stork-composition-list .list-items h3.left {
      /*text-align: right;*/ }
    .stork-composition-list .list-items h3.right {
      /*text-align: left;*/ }
  @media (min-width: 992px) {
    .stork-composition-list .list-items {
      padding-bottom: 45px; }
      .stork-composition-list .list-items h3 {
        padding-top: 30px;
        font-size: 28px;
        line-height: 32px; }
        .stork-composition-list .list-items h3:before {
          width: 145px;
          margin-left: -72px; } }
  @media (min-width: 992px) {
    .stork-composition-list .list-items {
      text-align: left; }
      .stork-composition-list .list-items .left-parent {
        text-align: right; }
      .stork-composition-list .list-items h3 {
        text-align: center;
        max-width: 360px; }
      .stork-composition-list .list-items h3.left {
        width: 100%;
        text-align: center; }
      .stork-composition-list .list-items h3.right {
        text-align: center; } }

.what-is-benefits {
  position: relative;
  background-color: #F9F9F9;
  padding-top: 45px; }
  .what-is-benefits:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 12px;
    background: url("../img/cnt/applications/application-sep.png") center center repeat-x transparent; }
  .what-is-benefits .title {
    margin-bottom: 50px; }
    .what-is-benefits .title h2 {
      text-align: center;
      font-size: 20px;
      line-height: 28px;
      text-transform: uppercase;
      padding: 0 50px; }
      .what-is-benefits .title h2 strong {
        font-size: 24px; }
  .what-is-benefits .benefits-list {
    font-size: 0; }
    .what-is-benefits .benefits-list .benefit-item {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      text-align: center;
      margin-bottom: 50px;
      /*&:last-child {margin-bottom: 0;}*/ }
      .what-is-benefits .benefits-list .benefit-item .image {
        margin-bottom: 40px; }
      .what-is-benefits .benefits-list .benefit-item h3 {
        position: relative;
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 15px; }
        .what-is-benefits .benefits-list .benefit-item h3:before {
          content: "";
          position: absolute;
          left: 50%;
          width: 150px;
          margin-left: -75px;
          bottom: 0;
          height: 1px;
          background-color: #000000; }
      .what-is-benefits .benefits-list .benefit-item p {
        font-size: 16px;
        line-height: 26px;
        margin: 0; }
  @media (min-width: 992px) {
    .what-is-benefits {
      padding-top: 65px; }
      .what-is-benefits .title {
        margin-bottom: 40px; }
        .what-is-benefits .title h2 {
          font-size: 36px;
          line-height: 54px; }
          .what-is-benefits .title h2 strong {
            font-size: 48px; }
      .what-is-benefits .benefits-list {
        padding-bottom: 10px; }
        .what-is-benefits .benefits-list .benefit-item {
          width: 33.33%;
          padding: 0 20px;
          margin-bottom: 70px; }
          .what-is-benefits .benefits-list .benefit-item .image {
            position: relative;
            height: 161px;
            max-width: 193px;
            margin: 0 auto;
            margin-bottom: 45px; }
            .what-is-benefits .benefits-list .benefit-item .image img {
              position: absolute;
              bottom: 0;
              left: 50%;
              -webkit-transform: translate(-50%, 0);
              -moz-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
              -o-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
          .what-is-benefits .benefits-list .benefit-item h3 {
            margin-bottom: 30px;
            font-size: 26px;
            line-height: 32px;
            min-height: 70px;
            padding-bottom: 10px; }
            .what-is-benefits .benefits-list .benefit-item h3:before {
              left: 0;
              width: 100%;
              margin-left: 0; }
          .what-is-benefits .benefits-list .benefit-item p {
            font-size: 20px;
            line-height: 28px; } }

.our-partners {
  /*@media (min-width:  1020px) { .partners-list .partner-item { width: 16.66%; } }
  @media (min-width:  1120px) { .partners-list .partner-item { width: 14.28%; } }*/
  /*@media (min-width:  1020px) { .partners-list .partner-item { width: 50%; } }*/ }
  .our-partners .title {
    padding-top: 40px;
    padding-bottom: 25px; }
    .our-partners .title h2 {
      text-align: center;
      font-size: 20px;
      line-height: 28px;
      text-transform: uppercase; }
      .our-partners .title h2 strong {
        font-size: 24px; }
  .our-partners .partners-list {
    padding-top: 55px;
    background-color: #000000;
    font-size: 0;
    text-align: center; }
    .our-partners .partners-list .partner-item {
      display: inline-block;
      vertical-align: bottom;
      font-size: 16px;
      width: 100%;
      margin-bottom: 50px;
      text-align: center;
      padding: 0 15px; }
  @media (min-width: 420px) {
    .our-partners .partners-list .partner-item {
      width: 50%; } }
  @media (min-width: 520px) {
    .our-partners .partners-list .partner-item {
      width: 33.33%; } }
  @media (min-width: 720px) {
    .our-partners .partners-list .partner-item {
      width: 25%; } }
  @media (min-width: 920px) {
    .our-partners .partners-list .partner-item {
      width: 20%; }
    .our-partners .partners-list .line-2 .partner-item {
      vertical-align: middle; } }
  @media (min-width: 992px) {
    .our-partners .title {
      padding-top: 30px;
      padding-bottom: 30px; }
      .our-partners .title h2 {
        font-size: 36px;
        line-height: 50px; }
        .our-partners .title h2 strong {
          font-size: 48px; }
    .our-partners .partners-list {
      padding-top: 70px;
      padding-bottom: 50px; } }

.services-wrapper .title {
  padding-top: 30px;
  padding-bottom: 15px; }
  .services-wrapper .title h2 {
    color: #78909C;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase; }
    .services-wrapper .title h2 strong {
      font-size: 24px; }
@media (min-width: 992px) {
  .services-wrapper .title {
    padding-top: 65px;
    padding-bottom: 70px; }
    .services-wrapper .title h2 {
      font-size: 36px;
      line-height: 50px; }
      .services-wrapper .title h2 strong {
        font-size: 48px; } }
.services-wrapper .services-list {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px; }
  .services-wrapper .services-list:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 12px;
    background: url("../img/cnt/applications/application-sep.png") center center repeat-x transparent; }
  .services-wrapper .services-list .service-item {
    margin-bottom: 25px; }
    .services-wrapper .services-list .service-item .info h2 {
      position: relative;
      padding-top: 25px;
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      margin-bottom: 8px;
      color: #78909C; }
      .services-wrapper .services-list .service-item .info h2:before {
        content: "";
        position: absolute;
        left: 0;
        width: 145px;
        top: 0;
        height: 1px;
        background-color: #78909C; }
    .services-wrapper .services-list .service-item .info p {
      color: #78909C;
      font-size: 16px;
      line-height: 24px;
      margin: 0; }
    .services-wrapper .services-list .service-item .image {
      display: none; }
.services-wrapper .services-btn {
  text-align: center;
  padding-bottom: 35px; }
  .services-wrapper .services-btn a, .services-wrapper .services-btn a:visited {
    /*margin-left: 20px;*/
    display: inline-block;
    width: 205px;
    height: 50px;
    line-height: 50px;
    background-color: #78909C;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center; }
    .services-wrapper .services-btn a:hover, .services-wrapper .services-btn a:visited:hover {
      text-decoration: none; }
@media (min-width: 768px) {
  .services-wrapper .services-list {
    padding-top: 0;
    padding-bottom: 0; }
    .services-wrapper .services-list:before {
      display: none; }
    .services-wrapper .services-list .service-item {
      position: relative;
      margin-bottom: 0; }
      .services-wrapper .services-list .service-item:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 12px;
        background: url("../img/cnt/applications/application-sep.png") center center repeat-x transparent; }
      .services-wrapper .services-list .service-item .info-wrapper {
        position: absolute;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 100%;
        left: 0; }
      .services-wrapper .services-list .service-item .image {
        display: block;
        float: right;
        width: 50%; }
      .services-wrapper .services-list .service-item.odd .image {
        float: left; }
  .services-wrapper .services-btn {
    padding-top: 35px;
    position: relative; }
    .services-wrapper .services-btn:before {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      top: 0;
      height: 12px;
      background: url("../img/cnt/applications/application-sep.png") center center repeat-x transparent; } }
@media (min-width: 992px) {
  .services-wrapper .services-list .service-item .info-wrapper .info h2 {
    padding-top: 35px;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 42px; }
  .services-wrapper .services-list .service-item .info-wrapper .info p {
    font-size: 20px;
    line-height: 28px; }
  .services-wrapper .services-btn {
    padding-top: 80px;
    padding-bottom: 70px; }
    .services-wrapper .services-btn a, .services-wrapper .services-btn a:visited {
      margin-left: -25px;
      height: 40px;
      line-height: 40px;
      font-size: 20px;
      width: 388px; }
      .services-wrapper .services-btn a:hover, .services-wrapper .services-btn a:visited:hover {
        color: #78909C;
        background-color: #FFFFFF; } }

.applications-list .application-item {
  background-color: #F9F9F9;
  position: relative;
  padding: 40px 0; }
  .applications-list .application-item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 12px;
    background: url("../img/cnt/applications/application-sep.png") center center repeat-x transparent; }
  .applications-list .application-item .image {
    text-align: center;
    margin-bottom: 22px; }
    .applications-list .application-item .image img {
      max-width: 80%; }
  .applications-list .application-item .info {
    text-align: center; }
    .applications-list .application-item .info h3 {
      position: relative;
      padding-top: 20px;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 25px;
      color: #212121; }
      .applications-list .application-item .info h3:before {
        content: "";
        position: absolute;
        left: 50%;
        width: 145px;
        top: 0;
        height: 1px;
        margin-left: -72px;
        background-color: #212121; }
    .applications-list .application-item .info p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 30px; }
    .applications-list .application-item .info a, .applications-list .application-item .info a:visited {
      display: inline-block;
      margin: 0 auto;
      padding: 15px 12px;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      border: 1px solid #000000; }
      .applications-list .application-item .info a:hover, .applications-list .application-item .info a:visited:hover {
        text-decoration: none; }
@media (min-width: 768px) {
  .applications-list .application-item {
    padding-top: 70px;
    padding-bottom: 50px; }
    .applications-list .application-item .image {
      position: absolute;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 0;
      width: 100%; }
      .applications-list .application-item .image img {
        max-width: 100%; }
    .applications-list .application-item .info {
      text-align: left; }
      .applications-list .application-item .info h3 {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 25px;
        padding-top: 35px; }
        .applications-list .application-item .info h3:before {
          left: 0;
          margin-left: 0; }
      .applications-list .application-item .info p {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 80px; } }
@media (min-width: 992px) {
  .applications-list .application-item .info a, .applications-list .application-item .info a:visited {
    width: 385px;
    padding: 0;
    font-size: 20px;
    line-height: 40px;
    text-align: center; }
    .applications-list .application-item .info a:hover, .applications-list .application-item .info a:visited:hover {
      background-color: #212121;
      color: #FFFFFF; } }

.applications-advantages {
  padding-top: 25px; }
  .applications-advantages .title {
    text-align: center;
    margin-bottom: 40px; }
    .applications-advantages .title h2 {
      line-height: 30px;
      font-size: 20px;
      text-transform: uppercase; }
      .applications-advantages .title h2 strong {
        font-size: 24px; }
  .applications-advantages .advantages-list {
    font-size: 0; }
    .applications-advantages .advantages-list .advantage-item {
      display: inline-block;
      width: 100%;
      vertical-align: bottom;
      text-align: center;
      margin-bottom: 45px; }
      .applications-advantages .advantages-list .advantage-item .image {
        margin-bottom: 25px; }
      .applications-advantages .advantages-list .advantage-item h3 {
        position: relative;
        padding-top: 20px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0;
        color: #212121; }
        .applications-advantages .advantages-list .advantage-item h3:before {
          content: "";
          position: absolute;
          left: 50%;
          width: 145px;
          top: 0;
          height: 1px;
          margin-left: -72px;
          background-color: #212121; }
  @media (min-width: 768px) {
    .applications-advantages .advantages-list .advantage-item {
      width: 50%; } }
  @media (min-width: 992px) {
    .applications-advantages {
      padding-top: 85px; }
      .applications-advantages .title {
        margin-bottom: 50px; }
        .applications-advantages .title h2 {
          font-size: 36px;
          line-height: 54px; }
          .applications-advantages .title h2 strong {
            font-size: 48px; }
      .applications-advantages .advantages-list .advantage-item {
        margin-bottom: 55px;
        width: 25%; }
        .applications-advantages .advantages-list .advantage-item h3 {
          font-size: 27px;
          line-height: 32px;
          min-height: 84px; } }
  @media (min-width: 1200px) {
    .applications-advantages .advantages-list .advantage-item h3:before {
      width: 230px;
      margin-left: -115px; } }

.applications-benefits {
  padding-bottom: 20px; }
  .applications-benefits .title {
    text-align: center;
    margin-bottom: 45px; }
    .applications-benefits .title h2 {
      font-weight: 700;
      font-size: 34px;
      line-height: 38px; }
  .applications-benefits .benefits-list {
    font-size: 0; }
    .applications-benefits .benefits-list .benefits-item {
      margin-bottom: 20px;
      display: inline-block;
      vertical-align: top;
      width: 33.33%;
      padding: 0 10px; }

.become-a-partner {
  position: relative;
  background-color: #F5F5F5; }
  .become-a-partner:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 12px;
    background: url("../img/cnt/applications/application-sep.png") center center repeat-x transparent; }
  .become-a-partner .info {
    padding-top: 42px;
    padding-bottom: 35px; }
    .become-a-partner .info h2 {
      position: relative;
      padding-top: 42px;
      font-size: 26px;
      line-height: 36px;
      text-transform: uppercase;
      margin-bottom: 30px; }
      .become-a-partner .info h2 strong {
        font-size: 30px; }
      .become-a-partner .info h2:before {
        content: "";
        position: absolute;
        left: 0;
        width: 145px;
        top: 0;
        height: 1px;
        background-color: #212121; }
    .become-a-partner .info a, .become-a-partner .info a:visited {
      margin: 0 auto;
      display: block;
      width: 205px;
      height: 50px;
      line-height: 50px;
      background-color: #212121;
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 16px;
      text-align: center; }
      .become-a-partner .info a:hover, .become-a-partner .info a:visited:hover {
        text-decoration: none; }
  @media (min-width: 768px) {
    .become-a-partner .info-wrapper {
      position: absolute;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 100%;
      left: 0; }
      .become-a-partner .info-wrapper .info {
        padding: 0; }
        .become-a-partner .info-wrapper .info h2 {
          font-size: 36px;
          line-height: 54px; }
          .become-a-partner .info-wrapper .info h2 strong {
            font-size: 48px; }
        .become-a-partner .info-wrapper .info a:hover {
          color: #212121;
          background-color: #FFFFFF; }
    .become-a-partner .image {
      float: right;
      width: 50%; } }
  @media (min-width: 1200px) {
    .become-a-partner .info-wrapper .info h2 {
      margin-bottom: 105px; }
    .become-a-partner .info-wrapper .info a, .become-a-partner .info-wrapper .info a:visited {
      display: inline-block;
      margin-left: -25px;
      height: 40px;
      line-height: 40px;
      font-size: 20px;
      width: 388px; } }

.applications-bottom-info {
  padding-bottom: 215px;
  position: relative;
  background-color: #FAFAFA; }
  .applications-bottom-info .bottom-info-wrapper {
    background: url("../img/cnt/applications/bottom-banner.jpg") center center no-repeat transparent;
    background-size: cover;
    background-color: #212121;
    background-blend-mode: multiply;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 122px; }
    .applications-bottom-info .bottom-info-wrapper h2 {
      color: #FFFFFF;
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      margin-bottom: 35px; }
    .applications-bottom-info .bottom-info-wrapper p {
      font-size: 16px;
      line-height: 26px;
      color: #FFFFFF;
      margin: 0; }
  .applications-bottom-info .btn-wrapper {
    position: relative;
    z-index: 2; }
    .applications-bottom-info .btn-wrapper a, .applications-bottom-info .btn-wrapper a:visited {
      position: absolute;
      top: -100px;
      left: 50%;
      margin-left: -102px;
      width: 205px;
      height: 50px;
      line-height: 50px;
      border: 1px solid #FFFFFF;
      font-size: 16px;
      text-transform: uppercase;
      text-align: center;
      color: #FFFFFF; }
      .applications-bottom-info .btn-wrapper a:hover, .applications-bottom-info .btn-wrapper a:visited:hover {
        text-decoration: none; }
  .applications-bottom-info .bottom-image {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent; }
  @media (min-width: 992px) {
    .applications-bottom-info {
      padding-bottom: 625px; }
      .applications-bottom-info .bottom-info-wrapper {
        padding-top: 55px;
        padding-bottom: 170px; }
        .applications-bottom-info .bottom-info-wrapper h2 {
          font-size: 36px;
          line-height: 40px; }
        .applications-bottom-info .bottom-info-wrapper p {
          font-size: 28px;
          line-height: 34px; }
      .applications-bottom-info .btn-wrapper a, .applications-bottom-info .btn-wrapper a:visited {
        width: 460px;
        margin-left: -230px;
        font-size: 26px;
        top: -110px; }
        .applications-bottom-info .btn-wrapper a:hover, .applications-bottom-info .btn-wrapper a:visited:hover {
          color: #212121;
          background-color: #FFFFFF; }
      .applications-bottom-info .bottom-image {
        height: 760px; } }

.specs-dimensions {
  overflow: hidden; }
  .specs-dimensions .info {
    text-align: center; }
    .specs-dimensions .info h3 {
      text-align: left;
      position: relative;
      font-size: 20px;
      line-height: 24px;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .specs-dimensions .info h3:before {
        content: "";
        position: absolute;
        left: 0;
        width: 145px;
        bottom: 0;
        height: 1px;
        background-color: #212121; }
    .specs-dimensions .info p {
      text-align: left;
      font-size: 16px;
      line-height: 20px;
      margin: 0; }
    .specs-dimensions .info a, .specs-dimensions .info a:visited {
      display: inline-block;
      margin: 0 auto;
      margin-top: 35px;
      width: 205px;
      text-align: center;
      background-color: #212121;
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 50px; }
      .specs-dimensions .info a:hover, .specs-dimensions .info a:focus, .specs-dimensions .info a:visited:hover, .specs-dimensions .info a:visited:focus {
        text-decoration: none; }
  .specs-dimensions .dimensions-wrapper {
    padding-top: 30px; }
    .specs-dimensions .dimensions-wrapper .info-wrapper {
      margin-bottom: 15px; }
  .specs-dimensions .thickness-wrapper {
    padding-top: 35px; }
    .specs-dimensions .thickness-wrapper .image img {
      /*@include scale($p:1.7);
      transform-origin: 0 0;*/
      height: 176px;
      width: auto; }
    .specs-dimensions .thickness-wrapper .info-wrapper {
      padding-top: 35px;
      margin-bottom: 55px; }
  @media (min-width: 768px) {
    .specs-dimensions .thickness-wrapper {
      position: relative;
      padding-bottom: 55px; }
      .specs-dimensions .thickness-wrapper .image img {
        /*@include scale($p:1);*/
        height: auto;
        width: 100%; }
      .specs-dimensions .thickness-wrapper .info-wrapper {
        position: absolute;
        bottom: 55px;
        left: 0;
        width: 100%; }
    .specs-dimensions .dimensions-wrapper {
      position: relative;
      padding-top: 105px; }
      .specs-dimensions .dimensions-wrapper .info-wrapper {
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%; }
        .specs-dimensions .dimensions-wrapper .info-wrapper .info {
          text-align: left; }
          .specs-dimensions .dimensions-wrapper .info-wrapper .info a, .specs-dimensions .dimensions-wrapper .info-wrapper .info a:visited {
            margin-left: 0; } }
  @media (min-width: 992px) {
    .specs-dimensions .dimensions-wrapper .info-wrapper {
      top: 45px; }
    .specs-dimensions .info h3 {
      font-size: 28px;
      line-height: 32px;
      padding-bottom: 20px;
      margin-bottom: 30px; }
    .specs-dimensions .info p {
      font-size: 20px;
      line-height: 30px; }
    .specs-dimensions .info a, .specs-dimensions .info a:visited {
      width: 100%;
      max-width: 390px;
      font-size: 20px;
      line-height: 40px; }
      .specs-dimensions .info a:hover, .specs-dimensions .info a:visited:hover {
        color: #212121;
        background-color: #FFFFFF; } }
  @media (min-width: 1200px) {
    .specs-dimensions .dimensions-wrapper {
      margin-bottom: 65px; }
    .specs-dimensions .dimensions-wrapper .info-wrapper {
      top: 105px; }
    .specs-dimensions .thickness-wrapper {
      margin-bottom: 30px; }
      .specs-dimensions .thickness-wrapper .info-wrapper {
        bottom: 155px; } }

.specs-textures {
  position: relative;
  padding-top: 25px;
  background: url("../img/cnt/specifications/texture-gallery.jpg") center center no-repeat transparent;
  background-size: cover; }
  .specs-textures .special-layer {
    position: absolute;
    z-index: 1;
    bottom: -1px;
    width: 100%;
    background-color: #FFFFFF;
    height: 151px; }
  .specs-textures .title {
    margin-bottom: 50px; }
    .specs-textures .title h2 {
      text-align: center;
      font-size: 20px;
      line-height: 28px;
      text-transform: uppercase;
      padding: 0 50px;
      color: #FFFFFF; }
      .specs-textures .title h2 strong {
        font-size: 24px; }
  @media (min-width: 992px) {
    .specs-textures {
      padding-top: 65px; }
      .specs-textures .title {
        margin-bottom: 65px; }
        .specs-textures .title h2 {
          font-size: 36px;
          line-height: 54px; }
          .specs-textures .title h2 strong {
            font-size: 48px; } }
  .specs-textures .swiper-container-textures {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto; }
  .specs-textures .texture-item {
    padding-left: 30px; }
    .specs-textures .texture-item .image {
      height: 231px;
      overflow: hidden; }
      .specs-textures .texture-item .image img {
        max-width: 85px; }
    .specs-textures .texture-item .info {
      height: 150px;
      background-color: #FFFFFF;
      padding-top: 24px;
      padding-right: 20px; }
      .specs-textures .texture-item .info h3 {
        font-size: 16px;
        line-height: 20px;
        position: relative;
        padding-top: 20px; }
        .specs-textures .texture-item .info h3 strong {
          font-size: 14px; }
        .specs-textures .texture-item .info h3:before {
          content: "";
          position: absolute;
          left: 0;
          width: 78px;
          top: 0;
          height: 1px;
          background-color: #212121; }
  .specs-textures .textures-button-next, .specs-textures .textures-button-prev {
    display: none; }
  @media (min-width: 768px) {
    .specs-textures .special-layer {
      height: 174px; }
    .specs-textures .texture-item .image {
      height: 436px;
      overflow: hidden; }
      .specs-textures .texture-item .image img {
        max-width: 160px; }
    .specs-textures .texture-item .info {
      height: 173px; } }
  @media (min-width: 992px) {
    .specs-textures .texture-item .image {
      height: 436px;
      overflow: hidden; }
    .specs-textures .texture-item .info {
      padding-top: 40px;
      padding-right: 10px; }
      .specs-textures .texture-item .info h3 {
        font-size: 26px;
        line-height: 32px;
        padding-top: 20px; }
        .specs-textures .texture-item .info h3 strong {
          font-size: 16px; }
        .specs-textures .texture-item .info h3:before {
          width: 98px; } }
  @media (min-width: 1100px) {
    .specs-textures .textures-button-next, .specs-textures .textures-button-prev {
      width: 40px;
      height: 40px;
      position: absolute;
      bottom: 65px;
      display: block;
      z-index: 10; }
      .specs-textures .textures-button-next:hover, .specs-textures .textures-button-prev:hover {
        cursor: pointer; }
    .specs-textures .textures-button-prev {
      left: -40px;
      background: url("../img/cnt/specifications/arrow-left.svg") center center no-repeat transparent;
      background-size: contain; }
    .specs-textures .textures-button-next {
      right: -40px;
      background: url("../img/cnt/specifications/arrow-right.svg") center center no-repeat transparent;
      background-size: contain; } }
  @media (min-width: 1200px) {
    .specs-textures .textures-button-prev {
      left: -60px; }
    .specs-textures .textures-button-next {
      right: -60px; } }

.specs-finishes {
  position: relative;
  padding-top: 45px; }
  .specs-finishes:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 12px;
    background: url("../img/cnt/applications/application-sep.png") center center repeat-x transparent; }
  .specs-finishes .title {
    margin-bottom: 50px; }
    .specs-finishes .title h2 {
      text-align: center;
      font-size: 20px;
      line-height: 28px;
      text-transform: uppercase;
      padding: 0 50px; }
      .specs-finishes .title h2 strong {
        font-size: 24px; }
      .specs-finishes .title h2 span {
        text-transform: none; }
  @media (min-width: 992px) {
    .specs-finishes {
      padding-top: 65px; }
      .specs-finishes .title {
        margin-bottom: 65px; }
        .specs-finishes .title h2 {
          font-size: 36px;
          line-height: 54px; }
          .specs-finishes .title h2 strong {
            font-size: 48px; } }
  .specs-finishes .finishes-list {
    font-size: 0; }
    .specs-finishes .finishes-list .finishes-item {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin-bottom: 40px; }
      .specs-finishes .finishes-list .finishes-item .image {
        text-align: center;
        margin-bottom: 25px; }
      .specs-finishes .finishes-list .finishes-item h3 {
        position: relative;
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        padding-top: 25px; }
        .specs-finishes .finishes-list .finishes-item h3:before {
          content: "";
          position: absolute;
          left: 50%;
          width: 145px;
          margin-left: -72px;
          top: 0;
          height: 1px;
          background-color: #212121; }
  @media (min-width: 768px) {
    .specs-finishes .finishes-list .finishes-item {
      padding: 0 10px;
      width: 50%; }
      .specs-finishes .finishes-list .finishes-item h3 {
        margin-left: 25px;
        text-align: left; }
        .specs-finishes .finishes-list .finishes-item h3:before {
          left: 0;
          margin-left: 0; } }
  @media (min-width: 992px) {
    .specs-finishes .finishes-list {
      padding-bottom: 75px; }
      .specs-finishes .finishes-list .finishes-item {
        width: 33.33%;
        margin-bottom: 50px; }
        .specs-finishes .finishes-list .finishes-item .image {
          margin-bottom: 35px; }
        .specs-finishes .finishes-list .finishes-item h3 {
          padding-top: 35px;
          font-size: 26px;
          line-height: 32px; }
          .specs-finishes .finishes-list .finishes-item h3:before {
            width: 90px; } }

.specs-quality {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center; }
  .specs-quality .info {
    padding-top: 35px;
    margin-bottom: 35px; }
    .specs-quality .info h2 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 700;
      color: #FFFFFF;
      margin-bottom: 25px; }
    .specs-quality .info p {
      font-size: 20px;
      line-height: 24px;
      color: #FFFFFF;
      margin-bottom: 0; }
  .specs-quality .quality-list {
    padding-bottom: 15px;
    font-size: 0; }
    .specs-quality .quality-list .quality-item {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 45px; }
      .specs-quality .quality-list .quality-item .image {
        padding: 0 35px;
        margin-bottom: 35px; }
      .specs-quality .quality-list .quality-item h3 {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 25px; }
      .specs-quality .quality-list .quality-item p {
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        margin-bottom: 0; }
  @media (min-width: 992px) {
    .specs-quality .info {
      padding-top: 50px;
      margin-bottom: 60px; }
      .specs-quality .info h2 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 35px; }
      .specs-quality .info p {
        font-size: 24px;
        line-height: 28px; }
    .specs-quality .quality-list {
      padding-bottom: 0; }
      .specs-quality .quality-list .quality-item {
        width: 33.33%;
        padding: 0 24px;
        margin-bottom: 80px; }
        .specs-quality .quality-list .quality-item .image {
          padding: 0;
          height: 120px;
          position: relative; }
          .specs-quality .quality-list .quality-item .image img {
            position: absolute;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .specs-quality .quality-list .quality-item h3 {
          font-size: 24px;
          line-height: 30px;
          min-height: 60px; }
        .specs-quality .quality-list .quality-item p {
          font-size: 20px;
          line-height: 28px; } }

.specs-downloads {
  max-width: 500px;
  margin: 0 auto;
  padding: 45px 25px;
  text-align: center; }
  .specs-downloads a, .specs-downloads a:visited {
    max-width: 435px;
    margin-bottom: 25px;
    display: inline-block;
    width: 78%;
    padding: 15px;
    border: 1px solid #212121;
    background-color: #FFFFFF;
    color: #212121;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px; }
    .specs-downloads a:hover, .specs-downloads a:focus, .specs-downloads a:visited:hover, .specs-downloads a:visited:focus {
      text-decoration: none; }
    .specs-downloads a:last-child, .specs-downloads a:visited:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .specs-downloads a, .specs-downloads a:visited {
      width: 100%;
      font-size: 20px;
      line-height: 25px;
      padding: 8px; } }
  @media (min-width: 992px) {
    .specs-downloads {
      padding: 90px 0; }
      .specs-downloads a, .specs-downloads a:visited {
        margin-bottom: 35px; }
        .specs-downloads a:hover, .specs-downloads a:visited:hover {
          color: #FFFFFF;
          background-color: #212121; }
        .specs-downloads a:last-child, .specs-downloads a:visited:last-child {
          margin-bottom: 0; } }

.become-a-partner-2 {
  position: relative;
  background-color: #F5F5F5; }
  .become-a-partner-2:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 12px;
    background: url("../img/cnt/applications/application-sep.png") center center repeat-x transparent; }
  .become-a-partner-2 .info {
    position: relative;
    z-index: 3;
    padding-top: 42px;
    padding-bottom: 35px; }
    .become-a-partner-2 .info h2 {
      position: relative;
      padding-top: 42px;
      font-size: 26px;
      line-height: 36px;
      text-transform: uppercase;
      margin-bottom: 30px;
      color: #FFFFFF; }
      .become-a-partner-2 .info h2 strong {
        font-size: 30px; }
      .become-a-partner-2 .info h2:before {
        content: "";
        position: absolute;
        left: 0;
        width: 145px;
        top: 0;
        height: 1px;
        background-color: #FFFFFF; }
    .become-a-partner-2 .info a, .become-a-partner-2 .info a:visited {
      margin-left: 20px;
      display: inline-block;
      width: 205px;
      height: 50px;
      line-height: 50px;
      border: 1px solid #FFFFFF;
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 16px;
      text-align: center; }
      .become-a-partner-2 .info a:hover, .become-a-partner-2 .info a:visited:hover {
        text-decoration: none; }
  .become-a-partner-2 .special-layer {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 50%;
    background-color: rgba(33, 33, 33, 0.9);
    z-index: 2; }
  .become-a-partner-2 .info-wrapper {
    position: absolute;
    bottom: 0;
    height: 50%;
    left: 0;
    width: 100%;
    z-index: 3; }
  @media (min-width: 768px) {
    .become-a-partner-2 .info-wrapper {
      position: absolute;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 100%;
      left: 0; }
      .become-a-partner-2 .info-wrapper .info {
        text-align: right;
        padding: 0; }
        .become-a-partner-2 .info-wrapper .info h2 {
          font-size: 36px;
          line-height: 54px; }
          .become-a-partner-2 .info-wrapper .info h2 strong {
            font-size: 48px; }
          .become-a-partner-2 .info-wrapper .info h2:before {
            left: auto;
            right: 0; }
        .become-a-partner-2 .info-wrapper .info a:hover {
          color: #212121;
          background-color: #FFFFFF; }
    .become-a-partner-2 .image {
      float: left;
      width: 50%; }
    .become-a-partner-2 .image-2 {
      float: right;
      width: 50%;
      bottom: auto;
      left: auto;
      height: auto; }
    .become-a-partner-2 .special-layer {
      position: absolute;
      right: 0;
      width: 50%;
      top: 0;
      height: 100%;
      bottom: auto;
      background-color: rgba(33, 33, 33, 0.9); } }
  @media (min-width: 1200px) {
    .become-a-partner-2 .info-wrapper .info h2 {
      margin-bottom: 105px; }
    .become-a-partner-2 .info-wrapper .info a, .become-a-partner-2 .info-wrapper .info a:visited {
      margin-left: -25px;
      height: 40px;
      line-height: 40px;
      font-size: 20px;
      width: 388px; } }

.specs-partners {
  /*@media (min-width:  1020px) { .partners-list .partner-item { width: 16.66%; } }
  @media (min-width:  1120px) { .partners-list .partner-item { width: 14.28%; } }*/ }
  .specs-partners .partners-list {
    padding-top: 55px;
    font-size: 0;
    text-align: center; }
    .specs-partners .partners-list .partner-item {
      display: inline-block;
      vertical-align: bottom;
      font-size: 16px;
      width: 50%;
      margin-bottom: 50px;
      text-align: center;
      padding: 0 15px; }
  @media (min-width: 420px) {
    .specs-partners .partners-list .partner-item {
      width: 50%; } }
  @media (min-width: 520px) {
    .specs-partners .partners-list .partner-item {
      width: 33.33%; } }
  @media (min-width: 720px) {
    .specs-partners .partners-list .partner-item {
      width: 25%; } }
  @media (min-width: 920px) {
    .specs-partners .partners-list .partner-item {
      width: 20%; }
    .specs-partners .partners-list .line-2 .partner-item {
      vertical-align: middle; } }
  @media (min-width: 992px) {
    .specs-partners .partners-list {
      padding-top: 70px;
      padding-bottom: 50px; } }

.support-list-wrapper {
  position: relative; }
  .support-list-wrapper .special-layer-left {
    background: url("../img/cnt/support-bg-mobile.jpg") left center no-repeat transparent;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 275px;
    z-index: 1; }
  .support-list-wrapper .special-layer-right {
    background-color: rgba(120, 144, 156, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 275px;
    z-index: 2; }
  .support-list-wrapper .section-image {
    height: 275px;
    position: relative;
    z-index: 3;
    padding-top: 45px; }
    .support-list-wrapper .section-image .section-image-title {
      position: relative;
      z-index: 2;
      padding-top: 50px;
      color: #fff;
      text-transform: uppercase;
      font-size: 26px;
      line-height: 32px; }
      .support-list-wrapper .section-image .section-image-title strong {
        font-size: 30px; }
      .support-list-wrapper .section-image .section-image-title:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 145px;
        height: 1px;
        background-color: #fff; }
  .support-list-wrapper .support-list-items ul {
    padding-top: 35px;
    padding-bottom: 5px; }
    .support-list-wrapper .support-list-items ul li {
      padding-top: 20px;
      font-size: 20px;
      line-height: 24px;
      position: relative;
      color: #212121;
      margin-bottom: 25px; }
      .support-list-wrapper .support-list-items ul li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 145px;
        height: 1px;
        background-color: #212121; }
      .support-list-wrapper .support-list-items ul li span {
        color: #999;
        font-style: italic; }
  @media (min-width: 992px) {
    .support-list-wrapper {
      background: url("../img/cnt/support-bg.jpg") center center no-repeat transparent;
      background-size: cover; }
      .support-list-wrapper .special-layer-left {
        background-image: none;
        background-color: rgba(120, 144, 156, 0.8);
        width: 50%;
        height: 545px; }
      .support-list-wrapper .special-layer-right {
        display: none;
        background-color: rgba(255, 255, 255, 0.6);
        width: 50%;
        left: auto;
        right: 0;
        height: 545px; }
      .support-list-wrapper .section-image {
        height: 545px;
        padding-top: 165px; }
        .support-list-wrapper .section-image .section-image-title {
          padding-top: 35px;
          font-size: 36px;
          line-height: 52px; }
          .support-list-wrapper .section-image .section-image-title strong {
            font-size: 48px; }
      .support-list-wrapper .support-list-items ul {
        padding-left: 35px;
        padding-top: 60px;
        padding-bottom: 10px; }
        .support-list-wrapper .support-list-items ul li {
          padding-top: 18px;
          font-size: 24px;
          line-height: 30px;
          margin-bottom: 35px; } }
  @media (min-width: 1200px) {
    .support-list-wrapper .support-list-items ul {
      padding-left: 45px; }
      .support-list-wrapper .support-list-items ul li {
        margin-bottom: 45px; } }

.support-certifications {
  background-color: #EEE; }
  .support-certifications .approvals-and-certifications {
    padding-top: 35px; }
    .support-certifications .approvals-and-certifications h3 {
      padding-top: 20px;
      font-size: 20px;
      line-height: 24px;
      position: relative;
      color: #212121;
      margin-bottom: 35px; }
      .support-certifications .approvals-and-certifications h3:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 145px;
        height: 1px;
        background-color: #212121; }
    .support-certifications .approvals-and-certifications ul {
      text-align: center; }
      .support-certifications .approvals-and-certifications ul li {
        margin-bottom: 40px; }
        .support-certifications .approvals-and-certifications ul li a img.itecons-logo, .support-certifications .approvals-and-certifications ul li a:visited img.itecons-logo {
          max-width: 160px; }
        .support-certifications .approvals-and-certifications ul li a img.ist-logo, .support-certifications .approvals-and-certifications ul li a:visited img.ist-logo {
          max-width: 160px; }
        .support-certifications .approvals-and-certifications ul li a img.stonept-logo, .support-certifications .approvals-and-certifications ul li a:visited img.stonept-logo {
          max-width: 95px; }
  @media (min-width: 992px) {
    .support-certifications .approvals-and-certifications {
      padding-top: 45px;
      padding-bottom: 45px;
      padding-left: 35px; }
      .support-certifications .approvals-and-certifications h3 {
        padding-top: 18px;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 40px; }
      .support-certifications .approvals-and-certifications ul {
        text-align: left; }
        .support-certifications .approvals-and-certifications ul li {
          display: inline-block;
          vertical-align: middle;
          margin-right: 20px;
          margin-bottom: 20px; }
          .support-certifications .approvals-and-certifications ul li a img.itecons-logo, .support-certifications .approvals-and-certifications ul li a:visited img.itecons-logo {
            max-width: 130px; }
          .support-certifications .approvals-and-certifications ul li a img.ist-logo, .support-certifications .approvals-and-certifications ul li a:visited img.ist-logo {
            max-width: 130px; }
          .support-certifications .approvals-and-certifications ul li a img.stonept-logo, .support-certifications .approvals-and-certifications ul li a:visited img.stonept-logo {
            max-width: 75px; } }
  @media (min-width: 1200px) {
    .support-certifications .approvals-and-certifications {
      padding-left: 45px; }
      .support-certifications .approvals-and-certifications ul li a img.itecons-logo, .support-certifications .approvals-and-certifications ul li a:visited img.itecons-logo {
        max-width: 160px; }
      .support-certifications .approvals-and-certifications ul li a img.ist-logo, .support-certifications .approvals-and-certifications ul li a:visited img.ist-logo {
        max-width: 160px; }
      .support-certifications .approvals-and-certifications ul li a img.stonept-logo, .support-certifications .approvals-and-certifications ul li a:visited img.stonept-logo {
        max-width: 95px; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 25px;
  height: 17px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: #FFF;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 50px; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 50px; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 50px; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 50px; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 14px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-270deg);
    transition-delay: 0.1s; }

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 14px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(270deg);
    transition-delay: 0.1s; }

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 7px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -50px;
      top: -50px;
      transform: translate3d(50px, 50px, 0) rotate(45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -50px;
      top: -50px;
      transform: translate3d(-50px, 50px, 0) rotate(-45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 7px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -50px;
      top: 50px;
      transform: translate3d(50px, -50px, 0) rotate(-45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -50px;
      top: 50px;
      transform: translate3d(-50px, -50px, 0) rotate(45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 14px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.5714285714px, -4px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg); }

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 14px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.5714285714px, -4px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(90deg); }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 7px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(-45deg); }

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */

/*# sourceMappingURL=app.css.map */
