body{
    background: url("../../images/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.navbar{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #0074be;
    border: 0;
}

.container-fluid{
    position: relative;
}


#blue-nav li a{
    color: #fff;
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    padding: 28px 14px;
    font-weight: 100;
    position: relative;
}
#blue-nav li a:before{
    background: url("../../images/left-btn.png") top center no-repeat;
    content: "";
    width: 12px;
    height: 75px;
    position: absolute;
    left: -10px;
    top: 0;
    display: none;
}
#blue-nav li a:after{
    background: url("../../images/right-btn.png") top center no-repeat;
    content: "";
    width: 12px;
    height: 75px;
    position: absolute;
    right: -10px;
    top: 0;
    display: none;
}
#blue-nav li a:hover, #blue-nav li a:active{
    background: url("../../images/mid-btn.png") top center repeat-x;
}
#blue-nav li.active a{
    background: url("../../images/mid-btn.png") top center repeat-x;
}
#blue-nav li.active a:after, #blue-nav li.active a:before{
    display: block;
}
#blue-nav li a:hover:after, #blue-nav li a:hover:before, #blue-nav li a:focus:after, #blue-nav li a:focus:before{
    display: block;
}
#blue-nav li a:focus, #blue-nav li a:active{
    background: url("../../images/mid-btn.png") top center repeat-x;
}

.logo{
    height: 75px;
    margin-left: 30px;
    width: 200px;
}
.logo img{
    padding-top: 13px;
}
.navbar{
    z-index: 10;
}
.navbar-toggle{
    background: #fff;
    margin-top: 23px;
}
.navbar-toggle span{
    background: #0074be;
}
.content-main{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -315px;
    width: 630px;
    height: 240px;
    z-index: 5;
}
.press-btn{
    color: #fff;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    background: #0074be;
    border-radius: 60px;
    display: block;
    line-height: 37px;
    text-align: center;
    width: 145px;
    height: 40px;
    margin: 40px auto;
}
.press-btn:hover{
    color: #fff;
    text-decoration: none;
    background: #0080d1;
}

.left-text{
    float: left;
    background: #f0f0f0;
    width: 50%;
    margin-top: -30px;
    height: 976px;
}
.right-img{
    width: 50%;
    float: right;
    overflow: hidden;
    margin-top: -20px;
    position: relative;
}
.right-img img{
    position: absolute;
    top: 0;
    right: 0;
}
.inner-left{
    width: 60%;
    margin: 0 auto;
    font-family: 'Exo 2', sans-serif;
    color: #5e5e5e;
}
h2.title-head{
    color: #0074be;
    font-family: 'Exo 2', sans-serif;
    font-size: 39px;
    font-weight: 100;
    margin-bottom: 15px;
    margin-top: 30px;
}
.bold{
    font-weight: 800;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 15px;
    color: #5e5e5e;
}
.inner-left p{
    font-size: 14px;
    margin-bottom: 15px;
}
.inner-left p strong{
    font-weight: 700;
}

.container-other{
    width: 1000px;
    margin: 0 auto;
}

.blocks div{
    display: inline-block;
    width: 300px;
    vertical-align: top;
}
.blocks div:nth-child(2){
    margin: 0 40px;
}
.blocks div h3{
    color: #0074be;
    font-size: 25px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
}
.blocks div p{
    color: #5e5e5e;
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 20px;
}
.blocks div ul{
    padding-left: 0;
    margin-bottom: 20px;
}
.blocks div ul li{
    color: #5e5e5e;
    position: relative;
    font-size: 14px;
    list-style: none;
    font-family: 'Exo 2', sans-serif;
}
.blocks div ul li img{
    margin-right: 15px;
    margin-top: -3px;
}
.blocks div p strong{
    font-weight: 800;
}
.str-blocks div{
    display: inline-block;
    width: 255px;
    vertical-align: top;
    background: url("../../images/str-2.png") center center no-repeat;
    height: 172px;
}
.str-blocks div p{
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    padding: 30px 0 0 30px;
    font-size: 16px;
}
.str-blocks p{
    margin-bottom: 15px;
}
.str-blocks div:nth-child(2){
    margin: 0;
}
.str-blocks div:nth-child(4){
    margin-left: -25px;
}
.str-blocks .mid{
    margin: 0 50px 0 30px;
}
.lead{
    font-size: 28px !important;
    color: #5e5e5e;
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    margin-top: 40px;
}
.lead span{
    font-size: 16px !important;
    font-weight: 400;
    display: block;
    margin-top: -5px;
}

.contacts{
    margin: 10px 0 50px 0;
}
.contacts p{
    line-height: 30px;
    font-weight: 800;
    font-size: 17px;
}
.contacts span{
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 20px;
}
.i-p{
    background: url('../../images/ic-1.png') no-repeat 0 0;
}
.i-e{
    background: url('../../images/ic-1.png') no-repeat -1px -55px;
}

.navbar-nav{
    position: relative;
    z-index: 10;
}

@media(max-width:767px){
    .logo{
        width: 150px;
        margin-left: 15px;
    }
    .logo img{
        padding-top: 20px;
    }
    .left-text{
        width: 100%;
        padding: 15px;
        font-size: 10px;
    }
    .inner-left{
        width: 100%;
        height: 100%;
    }
    .right-img{
        width: 100%;
        margin-top: 0;
        height: 100%
    }
    .right-img img{
        width: 100%;
    }
    .content-main{
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -60px;
        margin-left: -120px;
        width: 250px !important;
        height: 120px;
        z-index: 5;
    }
    .navbar-collapse.in {
        overflow-x: hidden;
    }
}
@media(min-width:768px){
    #blue-nav li{
        padding-right: 0px;
    }
    #blue-nav li a{
        font-size: 11px;
    }
    .logo{
        width: 150px;
        margin-left: 15px;
    }
    .logo img{
        padding-top: 20px;
    }
}
@media(min-width:992px){
    #blue-nav li a{
        font-size: 13px;
    }
}
@media(min-width:1200px){
    .logo{
        width: 200px;
    }
    .logo img{
        padding-top: 15px;
    }
    .left-text{
        height: 837px;
    }
    .right-img{
        height: 827px;
    }
}