/* Screen resolutions */
/* Fonts */
/* Colors */
/* General styles */
body {
  font-family: "Varela Round", sans-serif;
}

br {
  display: none;
}
@media (min-width: 992px) {
  br {
    display: inline;
  }
}

/* Header styles */
.header-section [class*=col] {
  padding: 0;
}
.header-section .desktop-header {
  display: none;
}
.header-section .brand-logo {
  padding: 40px 0 0 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .header-section .brand-logo {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .header-section .brand-logo {
    padding: 0;
    text-align: center;
  }
}
.header-section .brand-logo a {
  display: inline-block;
  width: 100%;
}
.header-section .brand-logo a img {
  height: auto;
  max-width: 150px;
}
.header-section .main-menu {
  padding: 44px 0 31px;
}
@media (min-width: 768px) {
  .header-section .main-menu {
    padding: 62px 0;
  }
}
.header-section .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.header-section .main-menu ul li {
  display: inline-block;
  width: 100%;
}
@media (min-width: 1200px) {
  .header-section .main-menu ul li {
    width: auto;
  }
  .header-section .main-menu ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2.5%;
  }
}
.header-section .main-menu ul li a {
  color: #4D494A;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header-section .main-menu ul li a {
    padding: 10px;
  }
}
.header-section .main-menu ul li a:hover {
  background: #00B1E8;
  color: #ffffff;
}
.header-section .user-block {
  padding: 50px 0 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .header-section .user-block {
    padding: 0 0 0 15%;
    text-align: left;
  }
}
.header-section .user-block a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  vertical-align: middle;
}
.header-section .user-block a.sign-up {
  color: #4D494A;
  padding: 10px 26px;
}
.header-section .user-block a.sign-up:hover {
  background: #00B1E8;
  color: #ffffff;
}
.header-section .user-block a.login {
  background: #00B1E8;
  color: #ffffff;
  padding: 10px 33px;
}
.header-section .user-block a.login:hover {
  background: transparent;
  color: #4D494A;
}
.header-section .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.header-section .row > [class*=col-] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .header-section .row.mobile-header {
    display: none;
  }
}
.header-section .row.mobile-header .navbar {
  border: 0;
}
.header-section .row.mobile-header .navbar .brand-logo {
  display: inline-block;
  padding: 20px 0 0 20px;
  text-align: left;
  width: 49%;
}
.header-section .row.mobile-header .navbar .navbar-header {
  display: inline-block;
  padding-right: 5px;
  padding-top: 20px;
  vertical-align: top;
  width: 49%;
}
@media (min-width: 768px) {
  .header-section .row.mobile-header .navbar .navbar-header {
    width: 50%;
  }
}
.header-section .row.mobile-header .navbar .navbar-header button {
  border: 0;
  margin: 0;
}
.header-section .row.mobile-header .navbar .navbar-header button span {
  background: #00B1E8;
}
.header-section .row.mobile-header .navbar .navbar-collapse {
  background: #ffffff;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.header-section .row.mobile-header .navbar .navbar-collapse .main-menu {
  padding: 20px 0;
}
.header-section .row.mobile-header .navbar .navbar-collapse .main-menu ul li a {
  padding-left: 20px;
}
.header-section .row.mobile-header .navbar .navbar-collapse .user-block {
  padding: 0 0 35px;
}
.header-section .row.tablet-header {
  display: none;
}
@media (min-width: 768px) {
  .header-section .row.tablet-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .header-section .row.tablet-header {
    display: none;
  }
}
.header-section .row.desktop-header {
  display: none;
}
@media (min-width: 1200px) {
  .header-section .row.desktop-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .header-section .row.desktop-header:after, .header-section .row.desktop-header:before {
    display: none;
  }
}

/* Security section */
.security-section {
  background: url("../img/security-background.png") no-repeat;
  background-position: 50% 50%;
  height: 600px;
  padding: 25% 0 0;
  text-align: center;
}
@media (min-width: 480px) {
  .security-section {
    height: 500px;
    padding: 12vh 0 0;
  }
}
@media (min-width: 600px) {
  .security-section {
    padding: 35vh 0 0;
  }
}
@media (min-width: 768px) {
  .security-section {
    height: 75vh;
    padding: 21vh 0 0;
  }
}
@media (min-width: 992px) {
  .security-section {
    height: auto;
    padding: 96px 0;
  }
}
.security-section [class*=col] {
  padding: 0;
}
.security-section .security-info {
  color: #4D494A;
  padding-left: 10px;
  padding-right: 10px;
  /*
  @media(min-width: $screen-xs-min) {
      padding-left: 30px;
  }
  @media(min-width: $screen-sm-min) {
      padding-left: 30px;
  }
  @media(min-width: $screen-md-min) {
      padding-left: 60px;
  }
  @media(min-width: $screen-lg-min) {
      padding-left: 80px; 
  }*/
}
.security-section .security-info h2 {
  font-size: 32px;
  letter-spacing: 0.3px;
  line-height: 38px;
  margin: 0 0 30px;
}
@media (min-width: 480px) {
  .security-section .security-info h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 25px;
  }
}
@media (min-width: 768px) {
  .security-section .security-info h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (min-width: 992px) {
  .security-section .security-info h2 {
    font-size: 50px;
    line-height: 65px;
    margin: 0 0 35px;
  }
}
@media (min-width: 1200px) {
  .security-section .security-info h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (min-width: 1300px) {
  .security-section .security-info h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (min-width: 1400px) {
  .security-section .security-info h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (min-width: 1500px) {
  .security-section .security-info h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
.security-section .security-info p {
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 18px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .security-section .security-info p {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .security-section .security-info p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .security-section .security-info p {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1300px) {
  .security-section .security-info p {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1400px) {
  .security-section .security-info p {
    font-size: 32px;
    line-height: 46px;
  }
}
@media (min-width: 1500px) {
  .security-section .security-info p {
    font-size: 32px;
    line-height: 48px;
  }
}
.security-section .security-image {
  overflow: hidden;
}
.security-section .security-image img {
  margin-right: -180px;
  max-height: 500px;
}
@media (min-width: 480px) {
  .security-section .security-image img {
    max-height: 250px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .security-section .security-image img {
    max-height: 300px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .security-section .security-image img {
    max-height: 400px;
  }
}

/* About section */
.about-section {
  background-color: #f9f9f9;
  background-size: contain;
  background-position: 50% 50%;
  padding: 0 10px;
}
.about-section .about-section-inner-wrapper {
  margin: 0 auto;
  padding: 40px 0 70px;
  text-align: center;
}
@media (min-width: 768px) {
  .about-section .about-section-inner-wrapper {
    padding: 91px 0 172px;
  }
}
@media (min-width: 1200px) {
  .about-section .about-section-inner-wrapper {
    width: 965px;
  }
}
.about-section .about-section-inner-wrapper .about-title {
  color: #00B1E8;
  font-size: 27px;
  line-height: 35px;
  margin: 0 0 18px;
  padding: 40px 0px;
}
@media (min-width: 768px) {
  .about-section .about-section-inner-wrapper .about-title {
    font-size: 27px;
    line-height: 35px;
    margin: 0 0 30px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .about-section .about-section-inner-wrapper .about-title {
    font-size: 40px;
    line-height: 46px;
  }
}
.about-section .about-section-inner-wrapper .about-info {
  text-align: left;
  color: #4D494A;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 45px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .about-section .about-section-inner-wrapper .about-info {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 65px;
  }
}
@media (min-width: 992px) {
  .about-section .about-section-inner-wrapper .about-info {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
  }
}
.about-section .about-section-inner-wrapper .about-image {
  overflow: hidden;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .about-section .about-section-inner-wrapper .about-image {
    overflow: visible;
    padding: 0;
  }
}
.about-section .about-section-inner-wrapper .about-image img {
  max-width: 80%;
}
@media (min-width: 768px) {
  .about-section .about-section-inner-wrapper .about-image img {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .about-section .about-section-inner-wrapper .about-image img {
    max-width: 70%;
  }
}

/* Video section */
.video-section {
  margin: 0 auto 50px;
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .video-section {
    margin: 0 auto 115px;
  }
}
@media (min-width: 1200px) {
  .video-section {
    width: 1000px;
  }
}
.video-section .video-section-wrapper {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.video-section .video-section-wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Service section */
.services-section [class*=col] {
  padding: 0;
}
.services-section .service-block {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .services-section .service-block {
    padding: 65px 0;
  }
}
@media (min-width: 992px) {
  .services-section .service-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
.services-section .service-block > [class*=col-] {
  align-items: center;
  display: flex;
  justify-content: center;
}
.services-section .service-block > [class*=col-].tablet-desktop-visible {
  display: none;
}
@media (min-width: 992px) {
  .services-section .service-block > [class*=col-].tablet-desktop-visible {
    align-items: center;
    display: flex !important;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .services-section .service-block > [class*=col-].mobile-tablet-visible {
    display: none;
  }
}
.services-section .service-block .service-info {
  margin-bottom: 60px;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .services-section .service-block .service-info {
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  .services-section .service-block .service-info {
    float: right;
    max-width: 690px;
    padding: 0 50px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .services-section .service-block .service-info {
    margin-bottom: 0;
  }
}
.services-section .service-block .service-info .service-title {
  color: #00B1E8;
  font-size: 27px;
  letter-spacing: 1.5px;
  line-height: 35px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .services-section .service-block .service-info .service-title {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .services-section .service-block .service-info .service-title {
    font-size: 30px;
    line-height: 36px;
  }
}
.services-section .service-block .service-info .service-text {
  color: #4D494A;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .services-section .service-block .service-info .service-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .services-section .service-block .service-info .service-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.services-section .service-block .service-image {
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .services-section .service-block .service-image {
    height: auto;
  }
}
.services-section .service-block .service-image img {
  width: 50%;
}
@media (min-width: 992px) {
  .services-section .service-block .service-image img {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .services-section .service-block .service-image img {
    width: 450px;
  }
}
.services-section .service-block.second {
  background: #f2f2f2;
}
.services-section .service-block.second .service-image img {
  width: 100%;
}
@media (min-width: 992px) {
  .services-section .service-block.second .service-image img {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .services-section .service-block.second .service-image img {
    width: auto;
  }
}
.services-section .service-block.second .service-info {
  float: none;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .services-section .service-block.second .service-info {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .services-section .service-block.second .service-info {
    margin-bottom: 0;
  }
}

/* Options section */
.options-section {
  background: #204f87;
  margin-bottom: 60px;
  padding: 50px 10px;
}
@media (min-width: 768px) {
  .options-section {
    margin-bottom: 120px;
    padding: 60px 10px;
  }
}
.options-section [class*=col] {
  padding: 0;
}
.options-section .options-header {
  color: #ffffff;
  font-size: 27px;
  letter-spacing: 1.5px;
  line-height: 35px;
  margin-bottom: 60px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  /*text-transform: uppercase;*/
}
@media (min-width: 768px) {
  .options-section .options-header {
    font-size: 27px;
    line-height: 35px;
  }
}
@media (min-width: 992px) {
  .options-section .options-header {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
  }
}
.options-section .option-block {
  margin: 0 auto;
  padding: 44px 0 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .options-section .option-block {
    max-width: 440px;
  }
}
.options-section .option-block img {
  height: auto;
  margin-bottom: 25px;
  width: 76px;
}
@media (min-width: 768px) {
  .options-section .option-block img {
    margin-bottom: 40px;
  }
}
.options-section .option-block .option-title {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 45px;
  margin-bottom: 20px;
}
.options-section .option-block .option-text {
  color: #ffffff;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .options-section .option-block.first {
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 992px) {
  .options-section .option-block.middle {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 992px) {
  .options-section .option-block.last {
    margin-left: 0;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.options-section .option-more-button {
  margin: 33px 0 8px;
  text-align: center;
}
@media (min-width: 1200px) {
  .options-section .option-more-button {
    margin: 66px 0 8px;
  }
}
.options-section .option-more-button a {
  border: 2px solid #ffffff;
  border-radius: 11px;
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 30px;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .options-section .option-more-button a {
    padding: 15px 30px;
  }
}
.options-section .carousel .carousel-control {
  background: no-repeat;
}
.options-section .carousel .carousel-inner .item .option-block {
  margin: 0 auto;
  max-width: 65%;
  padding: 0;
}
@media (min-width: 992px) {
  .options-section .carousel .carousel-inner .item .option-block {
    max-width: 440px;
  }
}
.options-section .carousel .carousel-indicators {
  margin: 40px auto 0;
  position: static;
}

/* Community section */
.community-section {
  padding: 0 40px;
  text-align: center;
}
.community-section .community-title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .community-section .community-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .community-section .community-title {
    font-size: 25px;
    margin-bottom: 108px;
  }
}
.community-section .community-brands {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .community-section .community-brands {
    margin-bottom: 312px;
  }
}
.community-section .community-brands .brand-line {
  margin-bottom: 75px;
}
@media (min-width: 1200px) {
  .community-section .community-brands .brand-line {
    margin-bottom: 132px;
  }
}
.community-section .community-brands .brand-line img {
  display: block;
  margin: 0 auto 60px;
  max-width: 100px;
}
@media (min-width: 768px) {
  .community-section .community-brands .brand-line img {
    max-width: 10%;
  }
}
@media (min-width: 992px) {
  .community-section .community-brands .brand-line img {
    display: inline;
    margin: 0;
    max-width: 12%;
  }
}
@media (min-width: 1200px) {
  .community-section .community-brands .brand-line img {
    max-width: 10%;
  }
}
.community-section .community-brands .brand-line img:not(:last-child) {
  margin: 0 auto 60px;
}
@media (min-width: 992px) {
  .community-section .community-brands .brand-line img:not(:last-child) {
    margin: 0 5% 0 0;
  }
}
@media (min-width: 1200px) {
  .community-section .community-brands .brand-line img:not(:last-child) {
    margin: 0 14% 0 0;
  }
}
@media (min-width: 1500px) {
  .community-section .community-brands .brand-line img:not(:last-child) {
    margin: 0 17% 0 0;
  }
}
.community-section .community-logo-text {
  color: #4D494A;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 15px;
  margin-bottom: -14vw;
}
@media (min-width: 480px) {
  .community-section .community-logo-text {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 25px;
  }
}
@media (min-width: 768px) {
  .community-section .community-logo-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: -120px;
  }
}
@media (min-width: 992px) {
  .community-section .community-logo-text {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: -150px;
  }
}
@media (min-width: 1200px) {
  .community-section .community-logo-text {
    margin-bottom: -180px;
  }
}
.community-section .community-logo {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .community-section .community-logo {
    margin-bottom: 107px;
  }
}
.community-section .community-logo img {
  max-width: 1459px;
  opacity: 0.08;
}
.community-section .community-button {
  margin: 0 0 66px;
  text-align: center;
}
@media (min-width: 768px) {
  .community-section .community-button {
    margin: 0 0 132px;
  }
}
.community-section .community-button a {
  background: #00B1E8;
  border-radius: 11px;
  -webkit-box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.27);
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 30px;
  text-decoration: none;
}

/* Footer section */
.footer-section {
  background: #00B1E8;
  color: #ffffff;
  padding: 25px 0;
  text-align: center;
}
.footer-section .footer-text {
  font-size: 10px;
  line-height: 20px;
}

/* Boostrap Menu Breakpoint Fix */
@media (max-width: 1199px) {
  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}

/*# sourceMappingURL=styles.css.map */
