@import url('https://fonts.cdnfonts.com/css/helvetica-neue-lt-pro-55');
@import url(https://db.onlinewebfonts.com/c/78b289f3a0bacec431948a5ba0eaf8d8?family=Helvetica+Neue+LT+Pro+107+Extra+Black+Condensed);
body {
  font-family: 'Helvetica Neue';
font-size: 16px;
color: #000;
}
body::-webkit-scrollbar {
width: 5px;
}
body::-webkit-scrollbar-track {

}
body::-webkit-scrollbar-thumb {
background-color:#308EAB;
border-radius:2px;

}
body:window-inactive {
background-color:#eee;
}
.header {
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #000;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 20px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand>img {
    display: block;
    width: 95px;
}
.navbar {
  margin: 0px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
    border: none;
    margin-top: 17px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #3391ae;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    font-family: "Helvetica Neue LT Pro 107 Extra Black Condensed";
    font-weight: 400;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav>li>a:hover, .mPS2id-highlight {
  color: #308EAB !important;
}

.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}
h1 {
  font-size: 55px;
  font-family: "Helvetica Neue LT Pro 107 Extra Black Condensed";
  font-weight: 200;
    letter-spacing: 1px;
    color: #318fac;
}
h2 {
    font-size: 40px;
    line-height: 1.25;
    color: #000;
    font-family: "Helvetica Neue LT Pro 107 Extra Black Condensed";
    font-weight: 200;
    margin: 0px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
p {
    font-size: 20px;
    line-height: 1.5;
    color: #444;
    font-family: 'Helvetica Neue LT Pro', sans-serif;

}
.btn-download {
    color: #fff;
    background-color: #3290ad;
    border-color: #3290ad;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    /* font-family: "Helvetica Neue LT Pro 107 Extra Black Condensed"; */
    font-family: "Helvetica Neue LT Pro 107 Extra Black Condensed";
    margin-bottom: 0px;
    padding-top: 14px;
    border-radius: 2px;
}
.section {
  float: left;
  clear: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.hero-section {

}
.intro-section {
    background-color: #f8f8f8;
    padding-top: 100px;
    padding-bottom: 100px;
    border-top-style: solid;
    border-top-color: #308EAB;
}
.comfort-section {
  padding-top: 150px;
  padding-bottom: 150px;
}
.comfort-section img {
    border-radius: 3px;
}
.comfort-content {
    padding-top: 30px;
}
.economy-section {
    background-color: #f8f8f8;
    padding-top: 100px;
    padding-bottom: 100px;
  position: relative;
}
.economy-section img {
    border-radius: 3px;
}
.economy-content {
    position: absolute;
    padding: 30px;
    bottom: 0px;
}
.economy-content h2, .economy-content p {
  color: #fff;
}
.economy-content h2, .economy-content p {
  margin-bottom: 0px;
}

.gallery-section {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}
.gallery-section h2 {
  color: #fff;
}
.image-box {
    margin-bottom: 30px;
    border-radius: 3px;
}
.image-box img {
    border-radius: 3px;
}
.contact-section h2 {
  margin-top: 20px;
}
.contact-section h4 {
    font-family: "Helvetica Neue LT Pro 107 Extra Black Condensed";
    font-size: 22px;
}
.contact-section p {
    font-size: 16px;
}
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000;
}
.footer h4 {

  color: #fff;
  font-weight: 200;
  padding-bottom: 10px;
  border-bottom: 1px solid #4d545a;
}
.footer p {
  color: #fff;
  font-weight: 200;
  padding-bottom: 10px;
  font-size: 14px;
}
.footer-links {
  padding: 0px;
  list-style: none;
}
.footer-links li a {
  color: #b9c1c6;
  font-weight: 200;
  line-height: 33px;
}
.footer hr {
    border-top: 1px solid #4d545a;
}
.footer-social {
    padding: 0px;
    list-style: none;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
.footer-social li {
    float: left;
    width: 25%;
}
.footer-social li a {
    color: #fff;
}
.footer-social li i {
    font-size: 22px;
}
.payoff, .copyright {
  color: #fff;
  font-size: 14px;
}
.develop {
  text-align: right;
}
.develop span {
  float: right;
}
.copyright {
    padding: 0px;
    line-height: initial;
    text-align: center;
}
@media (max-width: 990px) {
    .economy-content{
      padding: 0px;
      padding-top: 30px;
      position: relative;
    }

    .economy-content h2, .economy-content p {
    color: #444;
    margin-bottom: 20px;

  }
}
@media (max-width: 768px) {
  .section {
    padding-top: 40px;
      padding-bottom: 40px;
  }
  .hero-section {
    padding-top: 65px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 26px;
  }
}
