section {
  position: relative;
  padding: 2em 0 3em 0;
}

/* HEADER */
header {
  background: #9bbce1 url("../img/bg-header-subpage.jpg") center center no-repeat;
  background-size: cover;
  border-bottom: 4px solid #4bcaff;
  padding-top: 100px;
}
header .navbar {
  min-height: 100px;
}
header .navbar-default {
  background-color: rgba(0, 0, 0, 0.3);
  border-width: 0;
}
header .navbar-default .navbar-brand {
  color: #fff;
  font-family: "Droid Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
header .navbar-default .navbar-brand:hover, header .navbar-default .navbar-brand:focus {
  color: #4bcaff;
}
header .navbar-default .navbar-brand:hover span, header .navbar-default .navbar-brand:focus span {
  color: #fff;
}
header .navbar-default .navbar-brand > img {
  display: block;
  margin: 0 auto 3px auto;
}
header .navbar-default .navbar-brand span {
  color: #4bcaff;
}
header .navbar-default .navbar-nav > li > a {
  color: #fff;
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  border-top: 2px solid transparent;
  padding-top: 0;
  padding-right: 1.5em;
  padding-left: 1.5em;
}
@media (min-width: 767px) {
  header .navbar-default .navbar-nav > li > a {
    padding-top: 37px;
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (min-width: 992px) {
  header .navbar-default .navbar-nav > li > a {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
header .navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}
header .navbar-default .navbar-toggle:focus, header .navbar-default .navbar-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
header .navbar-default .navbar-toggle .icon-bar {
  background-color: #4bcaff;
}

.main-page header {
  background: #9bbce1 url("../img/bg-header.jpg") center center no-repeat;
  background-size: cover;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #4bcaff;
  background-color: transparent;
  border-top-color: transparent;
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    border-top-color: #4bcaff;
  }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #4bcaff;
  font-weight: bold;
  background-color: transparent;
  border-top-color: transparent;
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    border-top-color: #4bcaff;
  }
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #4bcaff;
}

.navbar-collapse {
  background-color: rgba(77, 106, 140, 0.9);
}
@media (min-width: 767px) {
  .navbar-collapse {
    background-color: transparent;
  }
}

.navbar-brand > img {
  display: inline-block;
  margin-right: 7px;
}
@media (min-width: 767px) {
  .navbar-brand > img {
    margin-right: 10px;
  }
}

/* NAV HEADER, SHRINK EFFECT */
nav.navbar.shrink.shrink {
  background-color: rgba(0, 0, 0, 0.7);
  min-height: 50px;
  transition: 0.5s , min-height;
  -webkit-transition: 0.5s , min-height;
  -moz-transition: 0.5s , min-height;
  -o-transition: 0.5s , min-height;
  -ms-transition: 0.5s , min-height;
}

nav.shrink a {
  padding-top: 13px !important;
  padding-bottom: 7px !important;
  font-size: 15px;
  transition: 0.5s padding;
  -webkit-transition: 0.5s padding;
  -moz-transition: 0.5s padding;
  -o-transition: 0.5s padding;
  -ms-transition: 0.5s padding;
}
nav.shrink .navbar-brand {
  padding-top: 11px !important;
}
nav.shrink .navbar-brand > img {
  display: inline-block;
  margin-top: -2px;
  margin-right: 7px;
}
nav.shrink .navbar-collapse {
  background-color: transparent;
}
nav.shrink .navbar-toggle {
  margin: 8px 15px 8px 0;
  transition: 0.5s margin;
  -webkit-transition: 0.5s margin;
  -moz-transition: 0.5s margin;
  -o-transition: 0.5s margin;
  -ms-transition: 0.5s margin;
}

/* HEADER CAROUSEL */
header .carousel {
  min-height: 615px;
  background: none;
}
@media (min-width: 767px) {
  header .carousel {
    background: url("../img/woman.png") left bottom no-repeat;
  }
}
header .carousel .item {
  background-color: rgba(0, 0, 0, 0.1);
  margin: 20px 0 60px 0;
  padding: 2em;
}
@media (min-width: 767px) {
  header .carousel .item {
    margin: 20px 5px 60px 375px;
  }
}
@media (min-width: 992px) {
  header .carousel .item {
    margin: 140px 10px 60px 385px;
  }
}
header .carousel .btn {
  margin-top: 10px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  header .carousel .btn {
    margin-top: 25px;
    margin-right: 25px;
  }
}
header .carousel p:last-child {
  margin-bottom: 0;
}
header .carousel-indicators .active {
  background-color: #4bcaff;
  border-color: #4bcaff;
}

/* why-choose-us */
.why-choose-us {
  text-align: center;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e7e7e7;
}
.why-choose-us img {
  background-color: #4bcaff;
  border: 4px solid #4bcaff;
  border-radius: 50%;
  margin: 30px auto;
  padding: 20px;
}
.why-choose-us h4 {
  text-transform: uppercase;
  margin: 30px 0 20px 0;
}
.why-choose-us p {
  color: #838383;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.why-choose-us .item:hover, .why-choose-us .item:focus {
  text-decoration: none;
}
.why-choose-us .item:hover h4, .why-choose-us .item:focus h4 {
  color: #4bcaff;
}
.why-choose-us .item:hover img, .why-choose-us .item:focus img {
  background-color: #414042;
}

/* cards-square */
.cards-square {
  text-align: center;
}
.cards-square .item {
  color: #fff;
  background-color: #4bcaff;
  margin: 20px 0;
  padding: 10px;
}
.cards-square .item h4 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  margin-top: 15px;
  padding-bottom: 15px;
}

/* LIQUID */
.liquid {
  min-height: 398px;
  color: #fff;
  background-color: #304b62;
  background-image: none;
}
@media (min-width: 992px) {
  .liquid {
    background: url("../img/bg-liquid.jpg") center center no-repeat;
    background-size: cover;
  }
}
.liquid h2 {
  color: #fff;
  font-size: 30px;
  text-align: left;
  text-shadow: 0 1px 3px rgba(25, 22, 24, 0.36);
  margin-bottom: 40px;
}
.liquid p {
  font-size: 18px;
  font-weight: 300;
}

/* JUMBOTRON  */
.jumbotron {
  text-align: center;
  background-color: #4bcaff;
  margin-bottom: 0;
  padding: 20px 0;
}
.jumbotron h2 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(25, 22, 24, 0.36);
  margin: 10px 0 30px 0;
}
@media (min-width: 767px) {
  .jumbotron h2 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .jumbotron h2 {
    font-size: 55px;
  }
}

/* PRICE SECTION */
.price {
  text-align: center;
  padding: 30px 0;
}
.price .item {
  min-width: 180px;
  min-height: 220px;
  display: inline-block;
  background-color: #f9f9f9;
  border: 1px solid #dad7d7;
  border-radius: 3px;
  vertical-align: top;
  margin: 8px;
}
.price .item:hover {
  border-color: #ececec;
}
.price .item h3 {
  color: #4bcaff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 58px;
  text-transform: uppercase;
  margin: 0;
}
.price .item p {
  color: #414042;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding-top: 13px;
}
.price .item strong {
  display: block;
  color: #fff;
  font-size: 42px;
  background-color: #4bcaff;
  text-shadow: 0 1px 2px rgba(25, 22, 24, 0.3);
}
.price .item .btn {
  color: #fff;
  line-height: 26px;
  background-color: #4bcaff;
  border-radius: 1px;
  padding: 3px;
}
.price .item .btn:hover, .price .item .btn:focus {
  color: #007f94;
}

/* TESTIMONIALS SECTION */
.testimonials {
  background-color: #f9f9f9;
  border-top: 1px solid #e7e7e7;
  padding-bottom: 5em;
}
.testimonials p {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
}
.testimonials .author {
  font-style: normal;
  text-align: right;
}
.testimonials .carousel {
  color: #737374;
}
.testimonials .carousel-indicators {
  top: 100%;
  bottom: 0;
}
.testimonials .carousel-indicators li {
  display: inline-block;
  width: 50px;
  height: 6px;
  margin: 1px;
  background-color: rgba(75, 202, 255, 0.3);
  border-width: 0;
  border-radius: 0;
}
.testimonials .carousel-indicators .active {
  background-color: #4bcaff;
}
.testimonials .item {
  min-height: 150px;
  margin-bottom: 25px;
}
.testimonials .media-body {
  padding-top: 25px;
}
.testimonials .media-object {
  border-radius: 50%;
  border: 22px solid #c1eafb;
  background-color: #c1eafb;
}
.testimonials .media-left {
  padding-right: 25px;
}

/* BANNER */
.banner {
  background-color: rgba(75, 202, 255, 0.8);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 60px 0 30px 0;
  padding: 25px 20px 10px 20px;
}
.banner h3:first-child {
  margin: 0 0 5px 0;
}
.banner ul {
  padding-left: 0;
}
.banner ul li {
  line-height: 1.7em;
  list-style-type: none;
}

/* how-to-buy BLOCK */
.how-to-buy .media {
  background-color: #f8f8f8;
  margin: 1em 0;
  padding: 1em;
}
.how-to-buy h5 {
  color: #565656;
  font-size: 13px;
  font-weight: 700;
}
.how-to-buy p {
  color: #838383;
  font-size: 12px;
}

/* FOOTER */
footer {
  background-color: #f9f9f9;
  padding-top: 2em;
}
footer h3 {
  position: relative;
  margin-top: 9px;
  padding-bottom: 20px;
}
footer h3:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #0cccf8;
  top: 100%;
  left: 0;
}
footer .logo {
  display: block;
  color: #414042;
  font-family: "Droid Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
footer .logo img {
  display: block;
  margin: 0 auto;
}
footer .logo span {
  color: #4bcaff;
}
footer .logo:hover, footer .logo:focus {
  color: #4bcaff;
  text-decoration: none;
}
footer .logo:hover span, footer .logo:focus span {
  color: #414042;
}

.footer-copyright {
  text-align: center;
  background-color: #414042;
  margin-top: 2em;
  padding: 15px 0;
}
.footer-copyright p {
  margin-bottom: 0;
}
.footer-copyright .col-sm-6:first-child,
.footer-copyright .col-md-6:first-child {
  text-align: center;
}
@media (min-width: 767px) {
  .footer-copyright .col-sm-6:first-child,
  .footer-copyright .col-md-6:first-child {
    text-align: left;
  }
}
.footer-copyright .col-sm-6:last-child,
.footer-copyright .col-md-6:last-child {
  text-align: center;
}
@media (min-width: 767px) {
  .footer-copyright .col-sm-6:last-child,
  .footer-copyright .col-md-6:last-child {
    text-align: right;
  }
}

.footer-links {
  padding-left: 0;
}
.footer-links li {
  width: 100%;
  display: list-item;
  font-size: 13px;
  list-style-type: none;
  margin: 0;
  padding-right: 0;
}
@media (min-width: 767px) {
  .footer-links li {
    width: 45%;
    display: inline-block;
    padding-right: 4%;
  }
}
.footer-links li a {
  color: #414042;
}

/* TYPOGRAPHY */
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #343434;
}

a {
  color: #4bcaff;
  text-decoration: none;
}
a:hover, a:focus {
  color: #00a1e4;
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

h1 {
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 300;
}
@media (min-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  color: #414042;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 300;
}
@media (min-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 767px) {
  h3 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  color: #414042;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 767px) {
  h4 {
    font-size: 15px;
  }
}

h4 {
  color: #414042;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 767px) {
  h4 {
    font-size: 14px;
  }
}

/* TYPOGRAPHY STYLES FOR TEXT-EDITORS */
.text-black {
  color: #131626;
}

.text-blue {
  color: #4bcaff;
}

.text-blue-light {
  color: #6fd5ff;
}

.text-grey {
  color: #414042;
}

/* HEADERS TYPOGRAPHY */
header h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 40px 0 60px 0;
}
header .carousel h2 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}
@media (min-width: 992px) {
  header .carousel h2 {
    font-size: 33px;
  }
}
header .carousel p {
  color: #fefeff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 992px) {
  header .carousel p {
    font-size: 18px;
  }
}

/* CONTENT TYPOGRAPHY */
.banner {
  text-align: center;
}
.banner a {
  color: #fff;
}
.banner h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.banner ul li {
  color: #fff;
}

.sidebar h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
.sidebar ul li {
  font-size: 16px;
}

/* FOOTER TYPOGRAPHY */
footer {
  font-size: 14px;
}
footer h3 {
  color: #4bcaff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  footer h3 {
    font-size: 16px;
  }
}

.footer-copyright {
  font-size: 13px;
}
.footer-copyright, .footer-copyright a {
  color: rgba(255, 255, 255, 0.25);
}

/* FORM ELEMENTS */
.btn {
  min-width: 150px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .btn {
    font-size: 15px;
    line-height: 36px;
  }
}

.btn-blue {
  color: #fff;
  background-color: #4bcaff;
  box-shadow: 0 4px 0 #277697;
}
.btn-blue:hover, .btn-blue:focus {
  color: #007f94;
}

.btn-white {
  color: #fff;
  border: 1px solid #fff;
}
.btn-white:hover, .btn-white:focus {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.btn-black {
  color: #fff;
  background-color: #414042;
  border-radius: 7px 8px 8px 7px;
  box-shadow: 0 4px 0 #277697;
}
.btn-black:hover, .btn-black:focus {
  color: #007f94;
}

/* FORM E-MAIL, FOOTER*/
.form-mail {
  max-width: 180px;
  margin: 20px auto;
}
.form-mail .btn {
  width: 55px;
  min-width: 55px;
  float: left;
  color: #fff;
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  line-height: 20px;
  background-color: #4bcaff;
  background-image: linear-gradient(to top, #4bcaff 0%, #84d4f6 100%);
  border-radius: 0 5px 5px 0;
  padding: 6px 0;
}
.form-mail .form-control {
  float: left;
  width: 120px;
  border-radius: 5px 0 0 5px;
  padding: 6px 10px;
  box-shadow: inset 0 2px 1px rgba(45, 99, 121, 0.28);
}
.form-mail label {
  font-size: 12px;
  margin-bottom: 15px;
}

/* TABLE */
.table {
  font-size: 15px;
  margin: 1em 0;
}
.table th {
  color: #fff;
  background-color: #3b415d;
}
.table td {
  color: #57687e;
}

.table > thead > tr > th {
  border-bottom: 2px solid #4bcaff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9fafa;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 0;
}

/* LISTS */
.list-with-dot:before, .list-with-dot:after {
  content: "\f10c";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-size: 7px;
  text-decoration: inherit;
  color: #fff;
}

.list-circle {
  padding-left: 0;
}
.list-circle li {
  list-style-type: none;
  line-height: 2em;
}
.list-circle li:before {
  content: "\f10c";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-size: 7px;
  text-decoration: inherit;
  vertical-align: middle;
  color: #131626;
  margin: 0 10px 0 0;
}

.list-blue-dot {
  margin: 1em 0;
}
.list-blue-dot li {
  position: relative;
  list-style-type: none;
  margin-bottom: 1em;
}
.list-blue-dot li:before {
  position: absolute;
  top: 50%;
  left: -20px;
  content: "\f111";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  text-decoration: inherit;
  color: #4bcaff;
  margin-top: -5px;
}
