/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
#eipbs{
    position:relative;
}
html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #42dca3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #374B6B;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.navbar-toggle > i{
    color:#fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}
.page-scroll__wrapper{
    position:relative;
    height:70px;
}
.page-scroll--block{
    position:absolute;
    top:-15px;
    left:50%;
    margin-left:-35px;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        background-color: #374B6B;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background-color: #374B6B;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    position: relative;
    /*background-color: #A6C4E4;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}
.intro:before {
    position: absolute;
    content: '';
    width:100%;
    height:100%;
    background-image:url("../img/bg-main4.jpg");
    background-repeat: repeat;
    background-size: cover;
    left:0;
    top:0;
    opacity: 0.3;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}
.intro-text{
    position:relative;
    margin-bottom: 50px;
}
.intro-text > img{
    width:100%;
}
.intro-text .title-email{
    position: absolute;
    left:25px;
    top:170px;
    font-size: 24px;
}
.intro-text .title-phone{
    position: absolute;
    right:25px;
    top:170px;
    font-size: 24px;
    color: #374B6B;
}
@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }
}
.page{
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
}
.page--light-blue{
    background: rgb(221,234,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(221,234,255,1) 0%, rgba(76,144,255,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(221,234,255,1) 0%,rgba(76,144,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(221,234,255,1) 0%,rgba(76,144,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddeaff', endColorstr='#4c90ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.page--orange{
    background: rgb(247,220,183); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(247,220,183,1) 0%, rgba(244,146,0,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(247,220,183,1) 0%,rgba(244,146,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(247,220,183,1) 0%,rgba(244,146,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dcb7', endColorstr='#f49200',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.page .content-section{
    display: table-cell;
    vertical-align: middle;
}
@media(min-width:768px) {
    .page {
        height: 100%;
        padding: 0;
    }
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.wrapper{
    position: relative;
}
.wrapper:before{
    position: absolute;
    content: '';
    width:100%;
    height:100%;
    background-image:url("../img/bg-main4.jpg");
    background-repeat: repeat;
    background-size: cover;
    left:0;
    top:0;
    opacity: 0.3;
}

@media(min-width:767px) {
   /* .content-section {
        padding-top: 35px;
        padding-bottom:35px;
        margin-bottom: 57px;
    }
    .content-section--block {
        padding-top: 35px;
        padding-bottom:35px;
    }*/
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }

    .navbar-custom .nav li a {
        text-align: center;
    }
    /*.content-section {
        padding-top: 25px;
        margin-bottom:25px;
    }*/
}
footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
.block__image{
    width:100%;
}
.form-section{
    margin-top:10px;
}
.form-section .form-left{
    margin-bottom:10px;
}
.form-left{
    padding:25px 0;
}
.form-section .btn-primary{
    background-color: #3FABE3;
    border:1px solid #40A6DE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition:all 0.3s ease;
}
.form-section .btn-primary:hover{
    background-color: #408dc5;
}
.form-section .form-left{
    margin-top:8px;
}
.form-section .slogan{
    display:block;
    text-transform: uppercase;
    color:#374B6B;
    font-weight: bold;
    margin-bottom:5px;
    font-size: 24px;
}
#contact-submit{
    font-size:40px;
}
.form-section .callUs{
    color:#41619A;
}
.form-section .callUs__phone{
    display:inline-block;
    background-color:#F79E45;
    padding:3px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.form-section .input-group{
    margin-bottom:12px;
}
.form-section textarea{
    resize:none;
}
.form-section .success{
    display:inline-block;
    padding:5px 10px;
    background-color:#fff;
    border:1px solid #A6C4E4;
    color:#42dca3;
    font-size:18px;
    text-transform: uppercase;
}
#contact{
    margin-top:0;
    padding:0 0 15px 0;
}
#contact #contact-form{
    /*background-color:#C6D9EE;*/
    padding:0 25px 0 25px;
    overflow: hidden;
    margin-bottom:30px;
    margin-top: 60px;
}
.contact-wrapper{
    padding:50px 0;
    height:800px;
}
.zazivun{
    margin-bottom: 60px;
    color:#374B6B;
    font-weight: bold;
    font-size: 15px;
    text-align: justify;
}
.scroll-block{
    width:75px;
    position:absolute;
    left:86%;
    top:130px;
    z-index:99;
}
.scroll-block img{
    width:100%;
}

/*
* InfoBlock
*/
.bg--info{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7dcb7+0,f49200+100 */
    background: rgb(247,220,183); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(247,220,183,1) 0%, rgba(244,146,0,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(247,220,183,1) 0%,rgba(244,146,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(247,220,183,1) 0%,rgba(244,146,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dcb7', endColorstr='#f49200',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    padding:80px 0 300px 0;
}
.bg--light-blue{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ddeaff+0,4c90ff+100 */
    background: rgb(221,234,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(221,234,255,1) 0%, rgba(76,144,255,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(221,234,255,1) 0%,rgba(76,144,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(221,234,255,1) 0%,rgba(76,144,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddeaff', endColorstr='#4c90ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    padding:100px 0 200px 0;
}

.flexible{
    display:flex;
}
.flexible > .info-block__slogan, .flexible > .module-block__slogan{
    margin:auto;
}
.info-block{
    flex-direction:column;
    align-items: center;
}
.col-xs-12.flexible  > .module-block__inner{
    margin:auto;
}
.info-block__inner{
    /*background-color:#FBA148;*/
    padding:40px 0;
    width:100%;
}
.info-block__inner--list{
    /*background-color:#91B9E4;*/
}
.info-block__slogan{
    color:#374C6B;
    text-transform: uppercase;
    font-size:26px;
    margin:0;
}
.info-block__list{
    list-style:none;
    padding:25px 10px 25px 30px;
    margin:0;
    font-size:16px;
}
.info-block__item{
    text-align: left;
    margin:0 0 20px 0;
    color:#374C6B;
    position:relative;
}
.info-block__item:before{
    content:'';
    display:block;
    width:15px;
    height:15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:1px dotted #374C6B;
    position:absolute;
    left:-20px;
    top:0;
}

.module-block__slogan{
    color:#3F5471;
    text-transform: uppercase;
    font-size:26px;
    margin:0;
}
.module-block__inner{
    padding:55px 0;

    width:100%;
}

.module-block__list{
    list-style:none;
    padding:25px 10px 25px 30px;
    margin:0;
    font-size:16px;
}
.module-block__item{
    text-align: left;
    margin:0 0 10px 0;
    color:#374C6B;
    position:relative;
}
.module-block__item:before{
    content:'';
    display:block;
    width:15px;
    height:15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:1px dotted #374C6B;
    position:absolute;
    left:-20px;
    top:0;
}
@media(max-width:767px) {
    .info-block__slogan{
        font-size:20px;
    }
    .info-block__list{
        padding:20px 10px 20px 25px;
        font-size:14px;
    }
    .info-block__item:before{
        width:12px;
        height:12px;
        left:-17px;
        top:0;
    }
    .module-block__slogan{
        font-size:20px;
        margin:0;
    }
    .module-block__list{
        padding:20px 10px 20px 25px;
        font-size:14px;
    }
    .module-block__item:before{
        width:12px;
        height:12px;
        left:-17px;
        top:0;
    }
    .flexible--xs{
        flex-direction: column;
    }
    .bg--info{
        padding:50px 0 10px 0;
    }
    .bg--light-blue{
        padding:50px 0 10px 0;
    }
    .page-scroll--block{
        position:static;
        top:0;
        left:0;
        margin-left:0;
    }

}

@media (max-width: 480px) {
    .scroll-block{
        width:15%;
        position:absolute;
        left:83%;
        top:50px;
        z-index:99;
    }
    .intro-text .title-email{
        position: absolute;
        left:25px;
        top:65px;
        font-size: 14px;
    }
    .intro-text .title-phone{
        position: absolute;
        right:25px;
        top:65px;
        font-size: 14px;
    }
    .bg--info{
        padding:50px 0 10px 0;
    }
    .bg--light-blue{
        padding:50px 0 10px 0;
    }
    .btn-circle {
        width: 35px;
        height: 35px;
        margin-top: 15px;
        padding: 3px 8px;
        border: 2px solid #fff;
        border-radius: 100%!important;
        font-size: 20px;
        color: #fff;
        background: 0 0;
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }
}
.block__inner{
    width:100%;
}
.block__inner > img{
    width:100%;
}
@media (max-width: 479px){
    .intro-text .title-email{
        position: absolute;
        left:25px;
        top:60px;
        font-size: 12px;
    }
    .intro-text .title-phone{
        position: absolute;
        right:25px;
        top:60px;
        font-size: 12px;
    }
    #contact-submit{
        font-size: 20px;
    }
}
@media (min-width: 480px) and (max-width: 767px){
    .scroll-block{
        width:80px;
        position:absolute;
        left:85%;
        top:85px;
        z-index:99;
    }
    .intro-text .title-email{
        position: absolute;
        left:25px;
        top:100px;
        font-size: 18px;
    }
    .intro-text .title-phone{
        position: absolute;
        right:25px;
        top:100px;
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .scroll-block{
        width:105px;
        position:absolute;
        left:88%;
        top:100px;
        z-index:99;
    }
    .intro-text .title-email{
        position: absolute;
        left:25px;
        top:100px;
        font-size: 20px;
    }
    .intro-text .title-phone{
        position: absolute;
        right:25px;
        top:100px;
        font-size: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .scroll-block{
        width:125px;
        position:absolute;
        left:88%;
        top:120px;
        z-index:99;
    }
    .intro-text .title-email{
        position: absolute;
        left:25px;
        top:160px;
        font-size: 22px;
    }
    .intro-text .title-phone{
        position: absolute;
        right:25px;
        top:160px;
        font-size: 22px;
    }
}
@media (min-width: 1200px)  {
    .scroll-block{
        width:125px;
        position:absolute;
        left:89%;
        top:140px;
        z-index:99;
    }
}