@font-face {
  font-family: 'ProximaNova';
  src: url(../fonts/ProximaNova-RegularWeb.eot);
  src: url(../fonts/ProximaNova-RegularWeb.eot#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-RegularWeb.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url(../fonts/ProximaNova-RegularItWeb.eot);
  src: url(../fonts/ProximaNova-RegularItWeb.eot#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-RegularItWeb.woff) format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url(../fonts/ProximaNova-BoldWeb.eot);
  src: url(../fonts/ProximaNova-BoldWeb.eot#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-BoldWeb.woff) format('woff');
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url(../fonts/ProximaNova-BoldItWeb.eot);
  src: url(../fonts/ProximaNova-BoldItWeb.eot#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-BoldItWeb.woff) format('woff');
  font-weight: bolder;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url(../fonts/HelveticaNeueLTStd-Lt.eot);
  src: url(../fonts/HelveticaNeueLTStd-Lt.eot#iefix) format('embedded-opentype'), url(../fonts/HelveticaNeueLTStd-Lt.woff) format('woff');
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url(../fonts/HelveticaNeueLTStd-Bd.eot);
  src: url(../fonts/HelveticaNeueLTStd-Bd.eot#iefix) format('embedded-opentype'), url(../fonts/HelveticaNeueLTStd-Bd.woff) format('woff');
  font-weight: bolder;
  font-style: normal;
}

body {
  font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

iframe {
  width: 100%;
  min-height: 800px;
  border: none;
  display: block;
  overflow: hidden;
}

ul.package-points {
  padding-left: 18px;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-static-top {
  margin-bottom: 19px;
}

.hero-image {
  position: relative;
  overflow: hidden;
  border-bottom: 0;
  background-size: cover;
  display: flex;
}

.hero-image-spacer {
  margin-top: 120px;
  margin-bottom: 85px;
}

.header-image {
  flex-grow: 1;
}
.header-image img {
  width: 100%;
  height: 100%;
}

@media (max-width: 990px) {
  .header-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/hero-image.jpg);
    background-size: cover;
    background-position: center;
  }

  .header-image img {
    display: none;
  }
}

.scrollTop {
  display: none;
  position: fixed;
  bottom: 125px;
  right: 0;
  padding: 10px 25px 10px 25px;
  color: #fff;
  text-decoration: none;
  background: #686868;
  border: 1px solid #fff;
  border-right: 0;
  z-index: 200;
  cursor: pointer;
}

@media (max-width: 425px) {
  .scrollTop {
    bottom: 0;
    right: 50%;
    padding: 10px 23px 10px 25px;
    border-right: 1px solid #fff;
    border-bottom: 0;
    margin-right: -35px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #333333;
  font-family: 'HelveticaNeue-Bold', Arial, sans-serif;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-size: 28px;
  font-weight: normal;
  font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

.hero-image-spacer h5 {
  color: #ffffff;
}

.header-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 990px) {
  .header-text {
    position: relative;
    top: auto;
    left: auto;
    display: block;
  }
}

@media (max-width:768px) {
  h1, .h1 {
    font-size: 32px;
  }

  h2, .h2 {
    font-size: 26px;
  }
}

.customers h2 {
  color: #ffffff;
}

.btn-contact {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 35px;
  margin: 20px 0 0 0;
  display: inline-block;
  float: right;
}

.btn-contact.focus,
.btn-contact:focus {
  color: #528a9b;
  background-color: #ffffff;
  border-color: #528a9b;
}

.btn-contact:hover {
  color: #528a9b;
  background-color: #ffffff;
  border-color: none;
  cursor: pointer;
  text-decoration: none;
}

.btn-contact.active,
.btn-contact:active {
  color: #528a9b;
  background-color: #ffffff;
  border-color: #528a9b;
}

.btn-contact-inverse,
.btn-contact-nottransparent {
  color: #7fadbb;
  background-color: #ffffff;
  border: 1px solid #7fadbb;
  padding: 10px 35px;
  margin: 20px 0 0 0;
  display: inline-block;
  float: right;
}

.btn-contact-inverse.focus,
.btn-contact-inverse:focus {
  color: #528a9b;
  background-color: #ffffff;
  border-color: #528a9b;
}

.btn-contact-inverse:hover {
  color: #528a9b;
  background-color: #ffffff;
  border-color: #528a9b;
  cursor: pointer;
  text-decoration: none;
}

.btn-contact-inverse.active,
.btn-contact-inverse:active {
  color: #528a9b;
  background-color: #ffffff;
  border-color: #528a9b;
}

@media (max-width: 480px) {
    .btn-contact,
    .btn-contact-inverse {
        display: none;
    }
}

.thumb-spacer {
  margin-top: 15px;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2f6fa7;
  border-color: #2f6fa7;
}

.btn-select {
  color: #fff;
  background-color: #28B464;
  border-color: #28B464;
}

.btn-select:hover,
.btn-select:focus {
  color: #fff;
  background-color: #05A54B;
  border-color: #05A54B;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none
}

.btn-link-lang {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 35px;
  margin: 20px 0 0 0;
}

.btn-link-lang,
.btn-link-lang.active,
.btn-link-lang:active,
.btn-link-lang[disabled],
fieldset[disabled] .btn-link-lang {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link-lang,
.btn-link-lang:active,
.btn-link-lang:focus,
.btn-link-lang:hover {
  border: 1px solid #ffffff;
  text-decoration: none;
}

.btn-link-lang:focus,
.btn-link-lang:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent
}

.btn-link-lang[disabled]:focus,
.btn-link-lang[disabled]:hover,
fieldset[disabled] .btn-link-lang:focus,
fieldset[disabled] .btn-link-lang:hover {
  color: #777;
  text-decoration: none
}

.btn-link-lang-inverse {
  color: #528a9b;
  border: 1px solid #528a9b;
  padding: 10px 35px;
  margin: 20px 0 0 0;
}

.btn-link-lang-inverse,
.btn-link-lang-inverse.active,
.btn-link-lang-inverse:active,
.btn-link-lang-inverse[disabled],
fieldset[disabled] .btn-link-lang {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link-lang-inverse,
.btn-link-lang-inverse:active,
.btn-link-lang-inverse:focus,
.btn-link-lang-inverse:hover {
  border: 1px solid #528a9b;
  text-decoration: none;
}

.btn-link-lang-inverse:focus,
.btn-link-lang-inverse:hover {
  color: #528a9b;
  text-decoration: none;
  background-color: transparent
}

.btn-link-lang-inverse[disabled]:focus,
.btn-link-lang-inverse[disabled]:hover,
fieldset[disabled] .btn-link-lang-inverse:focus,
fieldset[disabled] .btn-link-lang-inverse:hover {
  color: #777;
  text-decoration: none
}


.btn-more {
  color: #528a9b;
  background-color: #ffffff;
  border-color: #ffffff;
  padding: 10px 35px;
}

.btn-more:hover,
.btn-more:focus {
  color: #23527c;
  background-color: #ffffff;
  border-color: #ffffff;
  padding: 10px 35px;
  text-decoration: none;
}

.form-input {
  height: 46px;
  padding: 15px 18px;
  font-size: 18px;
}

.dropdown-lang {
  float: right;
}

.dropdown-menu>li {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #888;
  white-space: nowrap;
}

.navbar.scroll-overlay {
  background-color: #ffffff;
  border-color: #eee;
}

.hero-text {
  padding-top: 48px;
  padding-bottom: 48px;
}

.hero-image h1 {
  color: #ffffff;
  text-transform: uppercase;
}

.hero-image p {
  color: #ffffff;
}

.spacer10 {
  height: 10px;
  height: 1rem;
  clear: both;
}

.spacer30 {
  height: 30px;
  height: 3rem;
  clear: both;
}

.spacer60 {
  height: 60px;
  height: 6rem;
  clear: both;
}

.spacerheader60 {
  height: 60px;
  height: 6rem;
  clear: both;
}

@media (max-width: 1090px) {
  .spacerheader60 {
    height: 30px;
    height: 3rem;
  }
}

.spacer110 {
  height: 110px;
  height: 11rem;
  clear: both;
}

.navbar-static-top {
  margin-bottom: 19px;
}

.navbar-toggle {
  float: left;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 0;
  border: none;
  border-radius: 0;
}

.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: #ffffff;
}

.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

.navbar-toggle .icon-bar {
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .Menu-Container {
    margin-right: 30px;
  }
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}

.theme-border {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 35px 25px 35px 25px ;
  border-top: 5px solid #64a5e1;
  border-left: 1px solid #64a5e1;
  border-right: 1px solid #64a5e1;
  border-bottom: 5px solid #64a5e1;
  position: relative;
}

.basic-border {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 35px 25px 35px 25px ;
  border-top: 5px solid #465f78;
  border-left: 1px solid #465f78;
  border-right: 1px solid #465f78;
  border-bottom: 5px solid #465f78;
  position: relative;
}

.pro-border {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 35px 25px 35px 25px ;
  border-top: 5px solid #1e3250;
  border-left: 1px solid #1e3250;
  border-right: 1px solid #1e3250;
  border-bottom: 5px solid #1e3250;
  position: relative;
}

@media (max-width: 620px) {
  .theme-border:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #64a5e1;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-right: -5px;
  }

  .basic-border:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #465f78;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-right: -5px;
  }

  .pro-border:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1e3250;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-right: -5px;
  }
}

.theme-setup-tab {
  background-color: #64a5e1 !important;
}
.design-basic-tab {
  background-color: #465f78 !important;
}

.design-pro-tab {
  background-color: #1e3250 !important;
}

.individual-offer-tab {
  background-color: #64a5e1 !important;
}

.site-holder.mini-sidebar .content {
  margin-left: 0;
}

.nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
}

.nav-tabs {
  display: flex;
}

.nav-tabs > li {
  margin-bottom: 0;
  float: none;
  flex-grow: 3;
  position: relative;
}

.nav-tabs > li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 4px;
  height: 100%;
  display: block;
  background: #FFFFFF;
  z-index: 2;
}

.nav-tabs > li:first-child:before {
  content: none;
}

.nav-tabs > li > a {
  border: none;
  color: #fff;
  font-size: 22px;
  font-family: 'HelveticaNeue-Light';
  display: block;
  margin-right: 0;
  padding: 10px 20px;
  text-align: center;
}

.nav-tabs > li > a:hover {
    border-color: 0 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  border: none !important;
}

@media (max-width: 600px) {
  .nav-tabs {
    display: block;
  }

  .nav-tabs > li {
    display: block;
  }

  .nav-tabs > li:before {
    content: none;
  }
}

p.more-hint {
    margin-top: 20px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}

.nav-tabs-details {
  border-bottom: none;
  margin-bottom: 0;
}

.nav-tabs-details > li {
  margin-bottom: 0;
  float: left;
  position: relative;
}

.nav-tabs-details > li.active:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #64a5e1;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-right: -5px;
}

.nav-tabs-details > li.design-basic.active:before {
  border-top-color: #465f78;
}

.nav-tabs-details > li.design-pro.active:before {
  border-top-color: #1e3250;
}

.nav-tabs-details > li > a {
  border: none;
  color: #aaaaaa;
  font-size: 22px;
  font-family: 'HelveticaNeue-Bold';
}

.nav-tabs-details > li > a:hover {
    border-color: 0 !important;
}

.nav-tabs-details > li.active > a, .nav-tabs-details > li.active > a:hover, .nav-tabs-details > li.active > a:focus {
  color: #333333;
  border: none !important;
  background-color: #ffffff;
}

.nav-details {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.nav-details > li {
  flex-grow: 3;
  text-align: center;
  padding-top: 40px;
}
.nav-details > li > a {
  padding: 10px 20px;
}

.nav-details > li > a:hover, a:active, a:focus {
  text-decoration: none;
}

@media (max-width: 620px) {
  .nav-details {
    display: none;
  }
}

hr.price-line {
  width: 70%;
}

.btn-xs {
  padding: 1px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 16px;
}

.logo-epages {
  margin: 25px 0 20px 0px;
  width: 120px;
  height: 30px;
  background: transparent url("../img/logo-white.png") center center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
}

.logo-epages-inverse,
.logo-epages-nottransparent {
  margin: 25px 0 20px 0px;
  width: 120px;
  height: 30px;
  background: transparent url("../img/logo-default.png") center center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
}

.logo.provider {
  display: inline-block;
  margin: 12px 0 0 0;
  width: 120px;
  height: 30px;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  float: right;
}

.navbar-brand:hover, .navbar-brand:focus, .navbar-brand:active {
  opacity: 0.9;
}

.radio, .checkbox {
    margin-bottom: 20px;
}

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .checkbox input[type="checkbox"]:focus + label::before,
    .checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after,
    .checkbox input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: "\f00c"; }
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before,
      .checkbox input[type="radio"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'Glyphicons Halflings';
  content: "\e013"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

.reference-container {
  background: #f7f7f7;
  text-align: center;
}

.reference-thumbs img {
  width: 100%;
  display: block;
}

.browser {
  display: block;
  padding-top: 5.2%;
  margin-bottom: 30px;
  background: rgba(0, 0, 0, 0) url("../img/browser.png") top center no-repeat;
  background-size: 100%;
}

.browser img {
  border: 1px solid #d1d1d1;
}

.testimonial-container {
  background: #2d4a65;
  font-size: 24px;
  color: #ffffff;
}

.testimonial-container h2 {
  color: #FFFFFF;
  text-align: center;
}

@media (max-width: 991px) {
  .testimonial-text {
    text-align: center;
  }

  .testimonial-img {
    text-align: center;
  }
}

.carousel-control {
  padding-top: 10%;
  width:5%;
  font-size: 50px;
}

@media (max-width: 991px) {
  .carousel-control {
    padding-top: 8%;

  }
}

@media (max-width: 600px) {
  .carousel-control {
    padding-top: 6%;

  }
}

@media (max-width: 375px) {
  .carousel-control {
    padding-top: 0%;

  }
}

.payment-container {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.col-payment {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-payment .col-img-pay {
  padding: 0 20px 0 20px;
}

.col-payment .col-img-pay svg,
.col-payment .col-img-pay img {
  max-width: 225px;
  width: 100%;
}

.thumbnail {
  margin-bottom: 30px;
}

.step-text {
  min-height: 0px;
}

.step-content p {
  color: #ffffff;
  margin: 0 0 0 0;
}

a.mailfornow {
  color: #FFF;
}

a.mailfornow:hover {
  color: #FFF;
}

.nav-wizard.thumbnail {
  padding: 0px;
  overflow: hidden;
  border: 0;
}

.process-container {
  background: #f5f5f5;
}

.process-container h2 {
}

.process-container .step-wizard {
  position: relative;
  display: inline;
  float: left;
  width: 25%;
}

.process-container .step-wizard a {
  display: block;
  padding: 20px 25px;
  position: relative;
  z-index: 5;
  background: #ffffff;
  text-decoration: none;
  margin-bottom: 0;
}

.process-container .step-wizard a span {
  font-weight: 700;
  color: #333333;
  font-family: 'HelveticaNeue-Bold', Arial, sans-serif;
  line-height: 2.0;
  margin-top: 0;
  margin-bottom: 0;
}

.process-container .step-wizard a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 72px solid transparent;
  border-bottom: 72px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2
}

.process-container .step-wizard a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 72px solid transparent;
  border-bottom: 72px solid transparent;
  border-left: 20px solid #ddd;
  position: absolute;
  top: 0;
  margin-left: 1px;
  left: 100%;
  z-index: 1
}

.process-container .step-wizard.active a,
.process-container .step-wizard a:hover {
  background: #f7f7f7;
}

.process-container .step-wizard.active a:after,
.process-container .step-wizard a:hover:after {
  border-left-color: #f7f7f7;
}

.process-container .step-wizard:first-child {
  z-index: 5;
}

.process-container .step-wizard:nth-child(2) {
  z-index: 4;
}

.process-container .step-wizard:nth-child(3) {
  z-index: 3;
}
.process-container .step-wizard:nth-child(4) {
  z-index: 2;
}

@media (max-width: 991px) {
  .step-wizard span {
    font-size: 14px;
  }
}

@media (max-width: 760px) {
  .process-container .step-wizard {
    width: 50%;
  }

  .process-container .step-wizard a:before,
  .process-container .step-wizard a:after {
    content: none;
  }
}

@media (max-width: 420px) {
  .process-container .step-wizard {
    width: auto;
    float: none;
  }
}

.beyond-container {
  background: #1e73c2;
  color: #fff;
}

.beyond-container h2 {
  color: #fff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #333;
  background-color: #337ab7;
}

.thumbnail {
  padding: 20px 0 20px 0;
}

:active,
:hover,
:focus {
  outline: 0;
}

.slider-for {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
    .slider-nav.slick-slider {
        display: none;
    }
}

.theme-slider h4 {
  text-align: center;
}

.theme-slider img {
  max-width: 100%;
}

.theme-slider div.slider-element {
  max-height: 250px;
}

.theme-slider div.slider-element-small {
  max-height: 100px;
  padding: 0 10px 0 10px;
  cursor: pointer;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img{
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Nucleo Mini', sans-serif;
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #333333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\e927';
}
[dir='rtl'] .slick-prev:before
{
    content: '\e928';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\e928';
}
[dir='rtl'] .slick-next:before
{
    content: '\e927';
}

@font-face {
  font-family: 'Nucleo Mini';
  src: url('../fonts/nucleo-mini.eot');
  src: url('../fonts/nucleo-mini.eot') format('embedded-opentype'), url('../fonts/nucleo-mini.woff2') format('woff2'), url('../fonts/nucleo-mini.woff') format('woff'), url('../fonts/nucleo-mini.ttf') format('truetype'), url('../fonts/nucleo-mini.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*='lightcase-icon-']:before {
  font-family: 'Nucleo Mini', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;

}

.lightcase-icon-play:before {
    content: '\ec0f';
}

.lightcase-icon-pause:before {
    content: '\ec0e';
}

.lightcase-icon-close:before {
    content: '\ea5c';
}

.lightcase-icon-prev:before {
    content: '\e927';
}

.lightcase-icon-next:before {
    content: '\e928';
}

.lightcase-icon-spin:before {
    content: '\eea4';
}

@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {

  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {

  #lightcase-case:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case[data-lc-type=image] #lightcase-content, #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }

  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner, #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {

  .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  [data-lc-type=image] #lightcase-content .lightcase-contentInner, [data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 640px) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .lightcase-open body {
    padding: 55px 0 70px 0;
  }

  .lightcase-open body > *:not([id*='lightcase-']) {
    position: fixed !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

#lightcase-info {
    position: absolute;
    padding-top: 15px;
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {

  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}

#lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa;
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa;
}
@media screen and (max-width: 640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 30px;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #b5b5b5;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-loading > span {
    display: inline-block;
    text-indent: -9999px;
}

#lightcase-nav a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

#lightcase-nav a[class*='lightcase-icon-'], #lightcase-nav a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-nav a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

#lightcase-nav a[class*='lightcase-icon-']:hover {
  color: white;
}

.lightcase-isMobileDevice #lightcase-nav a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
@media screen and (max-width: 640px) {

  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    position: absolute;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  #lightcase-nav a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-nav a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  #lightcase-nav a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ #lightcase-nav a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: #333;
}
@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

.footer {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #555555;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.logo-white.epages {
  display: inline-block;
  margin: 10px 0 0 0;
  width: 140px;
  height: 30px;
  background: transparent url("../img/its_epages_white.png") center center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}

.footer ul {
  float: right;
  width: auto;
  margin: 15px 0 15px 15px;
  list-style: none;
}

.footer ul li {
  float: left;
}

.footer ul li a {
  padding: 0 15px;
}

.footer a {
  color: #fff;
}

.footer a:hover, footer a:focus {
  color: #fff;
  text-decoration: underline;
}

.footer .links {
  margin: 10px auto;
  padding: 0 0 0 5px;
  width: 100% !important;
}
.footer .links ul {
  display: inline-block;
  margin: 0 auto;
  -webkit-padding-start: 0;
  width: auto
}

.footer span {
  margin-bottom: 15px;
}
div.footer-logo {
  float: left;
}

div.footer-nav-right {
  float: right;
  text-align: center;
}

div.footer ul {
  display: inline-block;
}

@media (min-width: 768px) {
  .footer {
    text-align: left;
  }

  .footer span {
    display: inline-block;
    margin-bottom: 0;
  }

  .footer .Footer-Menu {
    float: right;
  }
}

@media (max-width:768px) {
    .footer ul {
        float: none;
    }
    .footer .logo.white {
        float: none !important;
    }
    .footer .links {
        margin: 10px auto;
        padding: 0 0 0 5px;
        width: 100% !important;
    }
    .footer .links ul {
        display: inline-block;
        margin: 0 auto;
        -webkit-padding-start: 0;
        width: auto;
    }
}

@media (min-width: 681px) {
  .footer ul li:last-child {
    padding-right: 0;
  }
  div.footer ul li:last-child a {
    padding-right: 0;
  }
}

@media (max-width: 680px) {
  .footer ul {
    margin: 15px;
  }
  div.footer-logo {
    float: none;
  }
  div.footer-nav-right {
    float: none;
    text-align: center;
  }
}

@media (max-width: 550px) {
  div.footer ul li {
    float: none;
    display: block;
  }
}

@media (max-width:425px) {
    .footer {
        padding-bottom: 70px;
    }
    .footer .links {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .footer ul {
        list-style: none;
    }
    .footer ul li {
        float: left;
    }
    .footer ul li a {
        padding: 0 5px!important;
    }
}

.dropdown-menu > li > a {
  padding: 0;
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
}
.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

.db-bk-color-one {
    background-color: #FFFFFF;
}

.db-bk-color-two {
    background-color: #46A6F7;
}

.db-bk-color-three {
    background-color: #47887E;
}

.db-bk-color-six {
    background-color: #F59B24;
}

.db-padding-btm {
    padding-bottom: 50px;
}
.db-button-color-square {
    color: #fff;
    background-color: #28B464;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.db-button-color-square:hover,
.db-button-color-square:focus {
    color: #fff;
    background-color: #05A54B;
    border: none;
}

.db-pricing-eleven {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    color: #2d2d2d;
    line-height: 25px;
    margin-right: 15px;
}

@media (max-width: 990px) {
  .db-pricing-eleven {
    margin-left: 15px;
  }
}

.db-pricing-eleven {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    color: #2d2d2d;
    line-height: 25px;
    margin-right: 15px;
}

.db-pricing-eleven ul {
    margin: 0;
    text-align: left;
    padding-left: 40px;
}

.db-pricing-eleven ul li {
    padding-bottom: 20px;
    padding-right: 20px;
}

.db-pricing-eleven ul li i {
    margin-right: 5px;
}

.db-pricing-eleven .price {
    background-color: #FFF;
    padding: 30px 20px 20px 20px;
    font-size: 42px;
    font-weight: 900;
    color: #2d2d2d;
}

.db-pricing-eleven .price small {
    color: #2d2d2d;
    font-size: 22px;
    margin-top: 22px;
}

.db-pricing-eleven .type {
    background-color: #EB3C41;
    padding: 50px 20px;
    font-weight: 900;
    font-size: 29px;
    color: #FFF;
    margin-bottom: 30px;
}

.db-pricing-eleven .pricing-footer {
    padding: 20px;
}

.db-attached > .col-lg-4,
.db-attached > .col-lg-3,
.db-attached > .col-md-4,
.db-attached > .col-md-3,
.db-attached > .col-sm-4,
.db-attached > .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

.db-pricing-eleven.popular {
    margin-top: 10px;
}

.db-pricing-eleven.popular .price {
    padding-top: 80px;
}

.navbar.scroll-nottransparent {
    background-color: #ffffff;
    border-color: #eee;
}

#contact h1,
#contact p {
  text-align: center;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

section#faq, section#contact {
  flex: 1;
}

/* Trial Feature */

header {
  position: relative;
  background: #1e73c3;
  height: 900px;
  overflow: visible !important;
}
header .header-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
header .header-info {
  margin: 200px auto;
}
header h1 {
  color: #fff;
  text-transform: none !important;
}
header h5 {
  color: #fff;
  font-weight: bold;
}
header .db-button-color-square {
  padding: 20px 40px;
  font-size: 22px;
  font-weight: bold;
}
header .devices {
  position: absolute;
  left: 50%;
  bottom: -200px;
  margin: 0 0 0 -500px;
  padding: 0;
  width: 1000px;
  height: 585px;
  background: transparent url("../img/devices.png") center center no-repeat;
  background-size: contain;
  z-index: 999;
}
#index #intro {
  margin-top: 110px;
}
#contact header,
#faq header {
  height: 0;
}
@media (max-width: 992px) {
  header {
    height: 800px;
  }
  header .devices {
    bottom: -100px;
    margin: 0 0 0 -320px;
    width: 640px;
    height: 347px;
  }
  #intro {
    margin-top: 55px;
  }
}
@media (max-width: 600px) {
  header {
    height: 700px;
  }
  header .header-info {
    margin: 150px auto;
  }
  header .devices {
    bottom: -100px;
    margin: 0 0 0 -150px;
    width: 300px;
    height: 176px;
  }
}
