body {
    position: relative;
    padding: 67px 0 0;
    font-family: 'Lato', sans-serif;
}
img {
    max-width: 100%;
}
iframe {
    max-width: 100%;
}
h1 {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    padding: 0 0 45px;
    font-size: 72px;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}
h2 {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    padding: 45px 0 55px;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
}
.text-center {
    text-align: center;
}
.next-section-btn {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 44px;
    background: #61bbdd url("../images/icon_arrow_bottom.png") no-repeat center center;
}
.next-section-btn:before {
    position: absolute;
    top: 0;
    left: -105px;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 260px;
    height: 1px;
    background: #fff;
}
.next-section-btn:after {
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 4px;
    background: #38a1c7;
    content: "";
}
/* Header */
#header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #858585;
    min-height: 67px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.navbar {
    background: rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    height: 100%;
    margin: 0;
    max-width: 68px;
    position: fixed;
}
.navbar-header {
    background: #064684;
    float: none;
    height: 67px;
    left: 0;
    position: absolute;
    top: 0;
    width: 67px;
}
.navbar .navbar-toggle {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background: none;
}
.navbar-toggle .icon-bar {
    margin: 0 auto;
    width: 35px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 11px;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    background: #064684 none repeat scroll 0 0;
    height: 100% !important;
    max-height: inherit;
    min-width: 300px;
    position: fixed;
    top: 67px;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
}
.navbar-nav>li {
    float: none;
}
.navbar-collapse.collapse.in{
    display:block !important;
}
.navbar-header-menu {
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    background: #05325e;
    text-transform: uppercase;
    font-size: 24px;
    cursor: pointer;
}
.navbar-header-menu .navbar-close {
    display: block;
    color: #fff;
    text-decoration: none;
    background: url("../images/icon_close.png") no-repeat right center;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.navbar-inverse .navbar-nav > li.active > a,
.navbar-inverse .navbar-nav > li.active > a:hover,
.navbar-inverse .navbar-nav > li.active > a:focus {
    background: #fff;
    color: #05325e;
}
.logo {
    background: url("../images/square_logo.png") no-repeat;
    width: 180px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 10px auto;
}
.scroll-to-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    max-width: 130px;
    z-index: 100;
    padding: 6px 15px 10px;
    background: #61bbdd;
}
.scroll-to-top a {
    display: inline-block;
    padding: 0 20px 0 0;
    background: url("../images/arrow_up.png") no-repeat center right;
    line-height: 12px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
/* carousel */
.carousel-inner {
    height: 900px;
    overflow: hidden;
    background: #000;
}
.carousel-inner .item {    
    position: relative;
}
.carousel-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/carousel_overlay.png") no-repeat;
    background-size: cover;
    min-height: 344px;
    width: 100%;
}
.carousel-control {
    display: none;
}
.carousel-indicators {
    top: 600px;
}
.carousel-indicators li {
    width: 24px;
    height: 24px;
    border-radius: 0;
    background: #fff;
}
.carousel-indicators li.active {
    margin: 1px;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    background: #064684;
}
.carousel-text {
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    color: #fff;
}
.carousel-text p {
    margin: 0;
    padding: 0;
    font-size: 36px;
}
/* Team */
.team {
    position: relative;
    margin: 0;
    background: #064684;
    color: #fff;
}
.team:before {
    bottom: -470px;
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 470px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#064684+0,023566+100 */
    background: url("../images/background_team.png") no-repeat bottom center;
    background-size: cover;
}
.team .row {
    padding: 0 0 40px;
}
.team header {
    font-size: 30px;
    padding: 0 0 20px;
}
.team header span {
    display: inline-block;
    position: relative;
    padding: 0 40px 0;
}
.team header span:before {
    position: absolute;
    top: 20px;
    left: 0;
    content: "";
    width: 25px;
    height: 1px;
    background: #fff;
}
.team header span:after {
    position: absolute;
    top: 20px;
    right: 0;
    content: "";
    width: 25px;
    height: 1px;
    background: #fff;
}
.team p {
    margin: 15px 0;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
}
.services {
    position: relative;
    margin: 0;
    padding: 0 150px;
    background: #023464;
}
.services:before {
    position: absolute;
    top: -458px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 458px;
    content: "";
    background: url("../images/background_services_top.png") no-repeat;
    background-size: cover;
}
.services:after {
    position: absolute;
    bottom: -449px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 449px;
    content: "";
    background: url("../images/background_services_bottom.png") no-repeat;
    background-size: cover;
}
.services img {
    margin: 0 auto 20px;
    display: block;
}
.services h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.services h3 span {
    position: relative;
    display: inline-block;
    padding: 0 80px;
}
.services h3 span:before,
.services h3 span:after {
    position: absolute;
    top: 15px;
    left: 0;
    content: "";
    width: 65px;
    height: 1px;
    background: #fff;
}
.services h3 span:after {
    right: 0;
    left: auto;
}
.services h4 {
    position: relative;
    margin: 0;
    padding: 0 0 30px;
    font-size: 16px;
    line-height: 30px;
    color: #70ace6;
}
.services h4:before {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -22px;
    content: "";
    width: 54px;
    height: 1px;
    background: #fff;
    bottom: 10px;
}
.services ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: square;
    font-size: 14px;
    color: #c5c5c5;
}
.services ul li {
    line-height: 30px;
}
.contacts {
    position: relative;
    color: #fff;
    background: #023464 url("../images/background_contacts_bottom.png") no-repeat bottom right;
    margin: 0;
    padding: 0 0 60px;
}
.contacts:before {
    position: absolute;
    top: -494px;
    left: 0;
    content: "";
}
.contacts:before {
    width: 100%;
    height: 494px;
    background: url("../images/background_contacts_top.png") no-repeat;
    background-size: cover;
}
.contacts .container {
    max-width: 1000px;
}
.contacts .contacts-left .row {
    padding: 0 20px 20px 0;
}
.contacts .contacts-left label {
    font-weight: 400;
    color: #c5c5c5;
    min-width: 120px;
    display: inline-block;
}
.contacts .contacts-right:last-child {
    background: url("../images/contacts_form_line.png") no-repeat top center;
    background-repeat: repeat-x;
}
.contacts .contacts-right .row {
    padding: 0 0 20px;
}
.contacts .contacts-right .col-md-6:first-child {
    padding-left: 0;
}
.contacts .contacts-right .col-md-6:last-child {
    padding-right: 0;
}
.contacts .contacts-right input {
    line-height: 30px;
    padding: 0 0 0 10px;
    margin: 0;
    color: #8e8c8c;
    width: 100%;
}
.contacts .contacts-right textarea {
    height: 140px;
    width: 100%;
    padding: 4px;
    resize: none;
    color: #8e8c8c;
}
.contacts .contacts-right .btn {
    width: auto;
    border: 0;
    padding: 13px 20px;
    line-height: 12px;
    box-shadow: 0 -4px 0 #38a1c7;
    background: #61bbdd;
    color: #fff;
    font-size: 18px;
}
.contacts .col-md-6 h4 {
    margin: 0;
    padding: 30px 0;
    font-size: 24px;
}
.contacts form {
    width: 100%;
    max-width: 100%;
}
.contacts .required {
    padding: 30px 0;
}
footer {
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    color: #838383;
}
/* Parallax */
.hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    opacity: 0;
}
.hsContent {
    max-width: 450px;
    margin: -150px auto 0 auto;
    display: table-cell;
    vertical-align: middle;
    color: #ebebeb;
    padding: 0 8%;
    text-align: center
}
.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}
/* Slide 1 */
#slide-1 .bcg {min-height: 1200px; background-image:url('../images/slide_parallax_1.png')}
#slide-2 .bcg {min-height: 1139px; background-image:url('../images/slide_parallax_2.png')}

@media (max-width: 980px) {
    .carousel-text p {
        font-size: 14px;
        padding: 0 0 20px;
    }
    .carousel-inner {
        height: 670px;
    }
    .carousel-text {
        top: 30px;
        max-width: 600px;
    }
    .carousel-indicators {
        top: 320px;
        height: 30px;
    }
    h1 {
        padding: 0 0 20px;
        font-size: 24px;
    }
    h2 {
        padding: 20px 0 0;
        font-size: 18px;
    }
    .next-section-btn {
        margin: 40px 0 0;
    }
    .team .col-md-6 {
        margin: 30px 0 0;
    }
    .team header {
        padding: 0 0 10px;
        font-size: 18px;
        text-align: center;
    }
    .team header span:before {
        top: 14px;
    }
    .team header span:after {
        top: 14px;
    }
    .team .row {
        padding: 0;
    }
    .team p {
        font-size: 14px;
    }
    .team img {
        margin: 0 auto;
        display: block;
    }
    .services {
        padding: 0 10px;
    }
    .services .row {
        margin: 0;
    }
    .services h3 {
        margin: 30px 0 0;
    }
    .services h3 span {
        padding: 0;
    }
    .services h3 span:before,
    .services h3 span:after {
        display: none;
    }
    .contacts .contacts-left .row,
    .contacts .contacts-right .row {
        margin: 0;
        padding: 0;
    }
    .contacts .contacts-left .row .col-md-4,
    .contacts .contacts-left .row .col-md-8,
    .contacts .contacts-right .row .col-md-6 {
        padding: 0;
    }
    .contacts h4 {
        margin: 30px 0 0;
    }
    .contacts .contacts-right input {
        margin: 0 0 10px;
    }
    .contacts .contacts-right .col-md-12 {
        padding: 0 15px;
    }
}
