﻿body { background: #fff; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #13161C;
    margin: 0;
}

h1,
.h1 {
    font-size: 2.0em;
    text-transform: uppercase;
    margin: 15px 0 10px 0;
}

h2,
.h2 {
    font-size: 1.6em;
    text-transform: uppercase;
    margin: 15px 0 10px 0;
}

h3,
.h3 {
    font-size: 1.3em;
    text-transform: uppercase;
    margin: 15px 0 10px 0;
}

p,
.p { font-size: 1.0em; }


/* NAVBAR
-------------------------------------------------- */

.navbar-wrapper {
    background: #fff;
    width: 100%;
}

.navbar-wrapper .navbar-default {
    width: 100%;
    border: 0;
    background: #fff;
    display: inline-block;
    position: fixed;
    padding: 15px 0;
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-wrapper .logo {
    color: #13161C;
    font-size: 1.375em;
    text-transform: uppercase;
    padding: 10px 0;
    display: inline-block;
}

.navbar-wrapper .logo i {
    top: 4px;
    margin-right: 4px;
    position: relative;
    font-size: 1.25em;
}

.navbar-wrapper .logo span { font-weight: 700; }

a.logo:before {
    background: url('../images/logo-small.png') no-repeat center 100%;
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    margin-top: -2px;
}

.navbar-wrapper .navbar-nav > li a {
    color: #13161C;
    font-size: 0.813em;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-wrapper .navbar-nav > li a:hover {
    background: none;
    color: #27b6af;
}

.navbar-wrapper .navbar-default .navbar-nav > .active > a,
.navbar-wrapper .navbar-default .navbar-nav > .active > a:hover,
.navbar-wrapper .navbar-default .navbar-nav > .active > a:focus {
    color: #27b6af;
    background-color: #fff;
}

.navbar-wrapper .navbar-default .navbar-toggle {
    background-color: #27b6af;
    border-color: #27b6af;
}

.navbar-wrapper .navbar-default .navbar-toggle .icon-bar { background-color: #fff; }

.navbar-wrapper .navbar-default .navbar-collapse,
.navbar-wrapper .navbar-default .navbar-form { border: none; }

@media (max-width: 767px) {
    .navbar-wrapper .navbar-nav {
        text-align: center;
        float: none !important;
        font-size: 1.375em;
    }
}

@media (max-width: 767px) {
    .navbar-wrapper {
        background: #fff;
        width: 100%;
    }

    .navbar-wrapper .navbar-default { padding: 15px 30px; }
}

.spacer {
    height: 2px;
    width: 40px;
    margin: 20px auto;
    background: #27b6af;
}

.body-under-nav { margin-top: 50px; }

/* CAROUSEL
-------------------------------------------------- */

.carousel {
    height: 400px;
    margin-bottom: 60px;
    margin-top: 80px;
}
.carousel-caption {
  z-index: 10;
}

.carousel-caption p {
    font-size: 21px;
}

.carousel .item {
  height: 400px;
  background-color: #777;
  color: whitesmoke;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}

.featurette-divider {
  margin: 80px 0;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 30px;
}

.carousel-caption .featurette-heading {
    color: whitesmoke !important;
}

@media (min-width: 768px) {
  .carousel {
      height: 500px;
  }  
  .carousel .item {
      height: 500px;
  }
  .carousel-inner > .item > img {
      height: 500px;
  }
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .carousel {
      height: 800px;
  }
  .carousel .item {
      height: 800px;
  }
  .carousel-inner > .item > img {
      height: 800px;
  }
  .featurette-heading {
    margin-top: 120px;
  }
}

/* SECTIONS
-------------------------------------------------- */

.gray-colored { background: #F0F3F6; }

.section-with-backimage {
    color: white;
    height: auto;
}

.section-with-backimage h1 { color: whitesmoke; }

.section-with-backimage h2 { color: whitesmoke; }

.section-with-backimage h3 { color: whitesmoke; }

.section-fullscreen { padding: 375px 0; }

@media (max-width: 767px) {
    .section-fullscreen { padding: 175px 0; }
}

.section-halfscreen { padding: 150px 0; }

@media (max-width: 767px) {
    .section-halfscreen { padding: 75px 0; }
}

/* CONTAINERS
-------------------------------------------------- */

.container-in-chain { padding-bottom: 50px; }

/* SECTION CUSTOMIZATION 
-------------------------------------------------- */

/* Contact section */

#contact-section {
    background: #1D212A;
    padding: 75px 0;
    color: #788093;
}

#contact-section h1 { color: #fff; }

#contact-section .spacer {
    height: 2px;
    width: 40px;
    margin: 20px auto;
    background: #fff;
}

#contact-section .contact-info {
    color: #fff;
    margin: 25px 0;
}

#contact-section .contact-info i { font-size: 1.8em; }

#contact-section .contact-info span {
    display: block;
    padding: 6px 0;
}

#contact-section .contact-form ::-webkit-input-placeholder { color: #788093; }

#contact-section .contact-form :-moz-placeholder { color: #788093; }

#contact-section .contact-form ::-moz-placeholder { color: #788093; }

#contact-section .contact-form :-ms-input-placeholder { color: #788093; }

#contact-section .contact-form .form-control {
    border-radius: 0;
    border-color: #788093;
    background: #1D212A;
    color: #fff;
    margin-bottom: 12px;
    padding: 18px 10px;
    line-height: 17px;
    margin-top: 25px;
}

#contact-section .form-control:focus {
    box-shadow: none;
    border-color: #27b6af;
}

#contact-section .alert-validation-error {
    background: #E25D5D;
    color: white;
}

#contact-section .alert-success {
    background: #27B6AF;
    border-style: none;
    color: white;
}

#contact-section .alert-danger {
    background: #E25D5D;
    border-style: none;
    color: white;
}

@media (max-width: 992px) {
    #contact-section .contact-form .form-group {
        width: 100%;
        margin-bottom: 0;
        vertical-align: middle;
    }
}

/* Abonent connection section */

#abonent-connection-section {
    background: url('../images/background-abonents.jpg') 50% 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

/* Partners invite section */

#partners-invite-section {
    background: url('../images/background-partners.jpg') 50% 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

/* Clients invite section */

#clients-invite-section {
    background: url('../images/background-abonents.jpg') 50% 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

/* News section */

#news-section { background: white; }

#news-section h4 {
    color: #565656;
    margin-bottom: 4px;
}