/*====================================================
11 STUDIO style sheet file
====================================================*/
/* BREAKPOINTS
@media (min-width: 768px){}
@media (min-width: 992px){}
@media (min-width: 1200px){}

*/
/*======================== MAIN SETTINGS ============================*/
* {
    font-family: 'Roboto', sans-serif;
}
body{
    text-align: left;  
    font-size: 10px;
    color: #374f5a;
    background: #fff;
    overflow-x: hidden;
    max-width: 100vw;
}
p{
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}
a{
    color: #27597c;
    text-decoration: underline;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}
button{
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}
a:hover{
    text-decoration: none;
    color: #abd037;
}
h2 {
    position: relative;
    font-size: 3.6em;
    font-weight: 300;
    padding-bottom: 15px;
}
h2:after {
    content: '';
    display: block;
    height: 3px;
    width: 100px;
    background: #374f5a;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
h2.decor-right:after {
    content: '';
    display: block;
    height: 3px;
    width: 100px;
    background: #374f5a;
    position: absolute;
    bottom: 0;
    right: 0;
    left: initial;
    margin: auto;
}
h2.text-blue.decor-left:after {
    content: '';
    display: block;
    height: 3px;
    width: 100px;
    background: #007db6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: initial;
    margin: auto;
}
h2.text-white:after {
    content: '';
    display: block;
    height: 3px;
    width: 100px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*======================== END MAIN SETTINGS ============================*/

/*======================== HELPERS ============================*/
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.text_justify{
    text-align: justify;
}
.text_center{
    text-align: center;
}
.text-blue {
    color: #007db6!important;
}
.text-white {
    color: #fff!important;
}
.table {
    display: table;
    width: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
/*======================== END HELPERS ============================*/

/*======================== SECTIONS ==========================================*/
section {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    overflow: hidden;
}
@media (max-width: 600px) and (orientation: portrait), (max-width: 768px) and (orientation: landscape) {
    section {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
    }
}
/*======================== END SECTIONS ======================================*/

/*======================== SECTION HEADER ====================================*/
section.header {
    background: url('../images/section1_bg.jpg') bottom center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 40px;
}
section.header img.logo {
    width: 340px;
    display: block;
    margin: 0 auto 40px;
}
.slogan {
    margin: 0 auto;
    width: 400px;
    position: relative;
    padding: 0 14px;
}
.slogan:before {
    content: '';
    display: block;
    width: 14px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 12;
    background: url('../images/slogan_decor_left.png') center left no-repeat;
}
.slogan:after {
    content: '';
    display: block;
    width: 14px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 12;
    background: url('../images/slogan_decor_right.png') center left no-repeat;
}
.slogan p {
    font-size: 2em;
    font-weight: 300;
    color: #007db6;
    text-align: center;
    margin: 0;
}
.slogan h1 {
    font-size: 4em;
    font-weight: 700;
    color: #007db6;
    text-align: center;
    margin: 0;
    padding: 0;
}
section.header .content {
    display: block;
    width: 100%;
    height: 70%;
    margin: 0;
    padding: 0;
}
section.header .boxes {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 30%;
} 
section.header .boxes .box {
    float: left;
    width: 33.3333%;
    height: 100%;
    text-align: center;
    padding: 15px;
}
section.header .boxes .box:first-child {
    background: rgba(0,125,182,.6);
}
section.header .boxes .box:nth-child(2) {
    background: rgba(0,125,182,.8);
}
section.header .boxes .box:last-child {
    background: rgba(0,125,182,1);
}
section.header .boxes .box img {
    display: block;
    margin: 0 auto;
    height: 80px;
}
section.header .boxes .box .table {
    min-height: 140px;
    margin: 0;
}
section.header .boxes .box p {
    color: #fff;
    font-size: 1.6em;
    font-weight: 300;
    margin: 0;
}
section.header .boxes .box p.lead {
    font-size: 2.4em;
    margin: 0;
}

@media (max-width: 1200px) {
    section.header .boxes {
        left: 0;
        width: 100%;
    } 
}
@media (max-width: 992px) {
    section.header .boxes {
        left: 0;
        width: 100%;
    } 
    section.header .boxes .box {
        font-size: 8px;
    } 
}
@media (max-width: 768px) {
    section.header .boxes .box img {
        display: none;
    } 
    section.header .boxes .box .table {
        height: 100%;
    } 
}
@media (max-width: 1024px) and (orientation: landscape) {
    section.header {
        padding-top: 50px;
    }
    section.header .logo {
        height: 50%;
    }
    section.header .boxes .box img {
        height: 55px;
    }
}
@media (max-width: 600px) and (orientation: portrait), (max-width: 768px) and (orientation: landscape) {
    section.header {
        padding-top: 30px;
    }
    section.header .logo {
        max-width: 80%;
    }
    section.header .boxes {
        left: 0;
        width: 100%;
        position: relative;
        height: 300px;
        margin-top: 50px;
    } 
    section.header .boxes .box {
        width: 50%;
        height: 70%;
    } 
    section.header .boxes .box:last-child {
        width: 100%;
        height: 30%;
    }
    section.header .boxes .box:last-child .table {
        min-height: 50px;
        margin: 0;
    }
}
@media (max-width: 479px) {
    .slogan {
        margin: 0 auto;
        width: 80%;
        font-size: 8px;
        height: 80px;
        padding: 14px;
    }
}
@media (max-width: 399px) {
    .slogan {
        font-size: 6px;
    }
}
@media (max-width: 424px) {
    section.header .boxes {
        width: 100%;
        height: auto;
    } 
    section.header .boxes .box {
        width: 100%;
        height: auto;
    } 
}
/*======================== END SECTION HEADER ================================*/

/*======================== SECTION ARTICLE ===================================*/
section.article {
    clear: both;
    background: url('../images/section2_bg.jpg') bottom center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 50px;
    box-shadow: 0 0 20px 2px rgba(0,0,0,.4);
    z-index: 13;
}
section.article h2.decor-left {
    padding-right: 65%;
    margin-bottom: 60px;
}
section.article h2.decor-right {
    text-align: right;
    padding-left: 80%;
    margin-top: 100px;
}
section.article .col-xs-6 p {
    font-size: 1.8em;
    font-weight: 300;
    padding-right: 30%;
}
section.article .content {
    display: block;
    width: 100%;
    height: 70%;
    margin: 0;
    padding: 0;
}
section.article .boxes {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 30%;
} 
section.article .boxes .box {
    float: left;
    width: 33.3333%;
    height: 100%;
    text-align: left;
    padding: 15px;
}
section.article .boxes .box .table-cell:first-child {
    width: 25%;
}
section.article .boxes .box .table-cell:last-child {
    padding: 15px;
    width: 75%;
}
section.article .boxes .box:first-child {
    background: rgba(55,79,90,.6);
}
section.article .boxes .box:nth-child(2) {
    background: rgba(55,79,90,.8);
}
section.article .boxes .box:last-child {
    background: rgba(55,79,90,1);
}
section.article .boxes .box img {
    display: block;
    margin: 0 auto;
}
section.article .boxes .box .table {
    min-height: 140px;
    margin: 0;
    height: 100%;
}
section.article .boxes .box p.lead {
    font-size: 2.4em;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
section.article .content .article-decor {
    display: none;
}
section.article .content .article-decor img {
    display: block;
    margin: 0 auto;
}
@media (max-width: 1630px) {
    section.article .boxes .box {
        font-size: 8px;
    } 
    section.article h2.decor-right {
        padding-left: 70%;
        margin-top: 80px;
    }
    section.article h2.decor-left {
        padding-right: 50%;
        margin-bottom: 40px;
    }
}
@media (max-width: 1200px) {
    section.article .boxes {
        left: 0;
        width: 100%;
    } 
}
@media (max-width: 1199px) {
    section.article h2.decor-right {
        padding-left: 60%;
        margin-top: 40px;
    }
    section.article h2.decor-left {
        padding-right: 30%;
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    section.article .boxes .box .table-cell:first-child {
        display: none;
    }
    section.article .boxes .box .table-cell:last-child {
        width: 100%;
        padding: 0;
    }
    section.article .col-xs-6 p {
        padding-right: 15px;
    }
}
@media (max-width: 860px) {
    section.article h2.decor-right {
        padding-left: 45%;
    }
    section.article h2.decor-left {
        padding-right: 15%;
    }
}
@media (max-width: 767px) {
    section.article {
        background: #fff;
    }
    section.article .content .col-xs-10 {
        width: 100%!important;
    }
    section.article .content .col-xs-6.col-xs-push-6 {
        width: 60%!important;
        left: 20%!important;
    }
    section.article h2.decor-left {
        padding-right: 0px;
    }
    section.article .content .col-xs-10 h2.decor-right {
        padding: 0 15px 15px!important;
        text-align: center;
    }
    section.article .content .col-xs-10 h2.decor-right:after {
        content: '';
        display: block;
        height: 3px;
        width: 100px;
        background: #374f5a;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
    section.article .boxes .box {
        font-size: 6px;
    } 
}
@media (max-width: 1024px) and (orientation: landscape) {
    section.article {
        padding-top: 15px;
    }
    section.article h2 {
        font-size: 3em;
    }
    section.article .boxes .box .table-cell:first-child  {
        display: none;
    }
}
@media (max-width: 600px) and (orientation: portrait), (max-width: 768px) and (orientation: landscape) {
    section.article {
        padding-top: 30px;
    }
    section.article .boxes {
        left: 0;
        width: 100%;
        position: relative;
        height: 300px;
        margin-top: 50px;
        clear: both;
    } 
    section.article .boxes .box {
        width: 100%;
        height: 100px;
    } 
    section.article .content .col-xs-6.col-xs-push-6 {
        width: 100%!important;
        left: 0!important;
        text-align: center;
    }
    section.article h2.decor-left:after {
        content: '';
        display: block;
        height: 3px;
        width: 100px;
        background: #007db6;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
    section.article .boxes .box .table {
        min-height: 50px;
        text-align: center;
    }
    section.article .content {
        height: auto;
    }
    section.article .content .article-decor {
        display: block;
    }
}
/*======================== END SECTION ARTICLE ===============================*/

/*======================== SECTION PROJECTS ==================================*/
section.projects {
    background: #374f5a;
    padding-top: 15px;
}
section.projects * {
    color: #fff!important;
}
section.projects h2 {
    margin-bottom: 30px;
}
section.projects .col-xs-12.col-sm-10 {
    margin-bottom: 20px;
    overflow: hidden;
}
section.projects .table {
    margin: 0;
}
section.projects .table-cell {
    text-align: left;
    vertical-align: bottom!important;
    position: relative;
}
section.projects h3 {
    font-size: 2.4em;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
section.projects p {
    font-size: 1.8em;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
section.projects .table .table-cell:first-child {
    width: 30%;
}
section.projects .table .table-cell:last-child {
    padding: 0 30px 0 45px;
}
section.projects .table .table-cell:last-child:before {
    content: '';
    width: 3px;
    height: 100px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 30px;
}
@media (max-width: 1199px) {
    section.projects {
        height: auto;
        padding-bottom: 60px;
    }
}
@media (max-width: 991px) {
    section.projects .col-xs-12.col-sm-10 {
        font-size: 8px;
    }
}
@media (max-width: 600px) and (orientation: portrait), (max-width: 768px) and (orientation: landscape) {
    section.projects {
        padding-top: 30px;
        height: auto;
    }
    section.projects:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: transparent;
        color: transparent;
        position: relative;
        clear: both;
    }
}
@media (max-width: 520px) {
    section.projects .table .table-cell {
        display: block!important;
        width: 100%!important;
        padding: 0;
    }
    section.projects .table .table-cell:last-child {
        margin-top: 15px;
        overflow: hidden;
        padding: 15px 0 0 20px;
    }
    section.projects .table .table-cell:last-child:before {
        content: '';
        width: 3px;
        height: 100px;
        background: #fff;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
/*======================== END SECTION PROJECTS ==============================*/

/*======================== FOOTER ============================================*/
footer {
    width: 100%;
    position: relative;
    padding-top: 500px;
    display: block;
    background: #fff url('../images/footer_bg_.jpg') top center no-repeat;
    background-attachment: fixed;
}
footer h2 {
    width: 100%;
    position: absolute;
    top: 200px;
    padding-left: 20px;
    padding-right: 20px;
}
footer .form_wrapper {
    background: #fff;
    box-shadow: 0 0 20px 2px rgba(0,0,0,.4);
    padding-top: 45px;
    padding-bottom: 45px;
}
footer .form_wrapper img {
    margin: 0 auto;
}
.form_wrapper .form-left-column {
    float: left;
    display: block;
    width: 40%;
    padding-left: 60px
}
.form_wrapper .form-right-column {
    float: left;
    display: block;
    width: 60%;
    padding-left: 60px
}
.form_wrapper .form-right-column .form-group {
    margin: 0;
}
.form_wrapper label {
    color: #007db6;
    font-size: 1.8em;
    font-weight: 300;
    width: 39%;
    height: 50px;
    line-height: 50px;
    margin: 0;
}
.form_wrapper input {
    color: #007db6;
    font-size: 1.8em;
    font-weight: 300;
    width: 60%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #007db6;
    padding: 0 15px 0 72px;
}
.form_wrapper input.company {
    background: url('../images/form_ico_company.png') top left no-repeat;
}
.form_wrapper input.name {
    background: url('../images/form_ico_name.png') top left no-repeat;
}
.form_wrapper input.email {
    background: url('../images/form_ico_email.png') top left no-repeat;
}
.form_wrapper input.tel {
    background: url('../images/form_ico_tel.png') top left no-repeat;
}
.form_wrapper .textarea_label {
    width: 29%
}
.form_wrapper .textarea_wrapper {
    width: 70%;
    float: right;
}
.form_wrapper textarea {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: 185px;
    max-height: 185px;
    border: 1px solid #007db6;
    padding: 10px 15px 10px 72px;
    font-size: 1.8em;
    font-weight: 300;
    color: #007db6;
    background: url('../images/form_ico_message.png') top left no-repeat;
}
p.form-info {
    font-size: 1.6em;
    font-weight: 300;
    margin: 0;
}
.send_btn_wrapper_outer {
    display: block;
    height: 100%;
}
.send_btn {
    display: block;
    width: 230px;
    min-height: 60px;
    height: 150px;
    padding: 0 0 90px 115px;
    text-align: center;
    font-size: 1.8em;
    color: #fff;
    font-weight: 300;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    right: 15px;
    border: none;
    background: #007db6 url('../images/send_btn.png') top center no-repeat;
}
.send_btn:hover {
    background-color: #828f97;
}
@media (max-width: 1499px) {
    .form_wrapper .form-left-column,
    .form_wrapper .form-right-column {
        width: 50%;
    }
}
@media (max-width: 1199px) {
    .form_wrapper .form-left-column {
        padding-left: 0;
    }
    .form_wrapper .form-right-column {
        padding-left: 15px;
    }
    .form_wrapper label {
        font-size: 1.5em;
    }
}
@media (max-width: 991px) {
    .form_wrapper label,
    .form_wrapper .textarea_label {
        display: block;
        width: 100%;
        font-size: 1.6em;
        height: 20px;
        line-height: 20px;
    }
    .form_wrapper .textarea_wrapper,
    .form_wrapper input,
    .form_wrapper textarea {
        width: 100%;
        min-width: 100%;
        max-width: 100%;     
    }
}
@media (max-width: 767px) {
    footer .logo_wrapper,
    footer .form_columns {
        display: block;
        width: 100%!important;
    }
    footer {
        padding-top: 350px;
        background: #fff url('../images/footer_bg_small.jpg') top right no-repeat;
        background-attachment: fixed;
    }
    footer h2 {
        top: 100px;
    }
}
@media (max-width: 480px) {
    .form_wrapper .form-left-column,
    .form_wrapper .form-right-column {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
    }
}
/*======================== END FOOTER ========================================*/

/*========================  SIGN  ============================================*/
div.sign{
    min-height: 60px;
    width: 100%;
    background: #374f5a;
    position: relative;
    color: #fff;
    padding: 10px 0;
    font-weight: 300;
}
div.sign p{
    font-size: 16px;
    margin: 0;
    display: block; 
}  
div.sign .right {
    text-align: right;
}   
div.sign .left {
    text-align: left;
} 
div.sign .left p {
    line-height: 20px;
} 
div.sign .right p {
    line-height: 40px;
} 
div.sign a,
div.sign a:hover {
    color: #fff!important;
    cursor: pointer;
    text-decoration: none;
}
@media (max-width: 1399px) {
    div.sign .right p {
        padding-right: 50px;
    }
}
@media (max-width: 1220px) {
    div.sign p {
        font-size: 12px;
    }
}
@media (max-width: 1199px) {
    div.sign .right p {
        padding-right: 80px;
    }
}
@media (max-width: 991px) {
    div.sign {
        height: auto;
    }
    div.sign .col-sm-4.col-xs-12,
    div.sign .col-sm-6.col-xs-12 {
        display: block;
        width: 100%;
        text-align: left!important;
    }
}
@media (max-width: 767px) {
    div.sign .col-sm-4.col-xs-12,
    div.sign .col-sm-6.col-xs-12 {
        text-align: center!important;
    }
    div.sign p {
        padding: 0 10px!important;
    }
    div.sign {
        padding-top: 50px;
    }
    .send_btn {
        height: 60px;
        padding: 0 0 0 115px;
        bottom: initial;
        top: -30px;
        right: 0;
        left: 0;
        margin: auto;
    }
}
/*========================  END SIGN  ========================================*/

/*========================  BOOTBOX  =========================================*/
.bootbox-body {
    font-size: 18px;
}
/*========================  END BOOTBOX  =====================================*/

/*======================== EU-COOKIES ========================================*/
.eu-cookies{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    background-color: rgba(0,0,0,.9);
    z-index: 999;
    padding: 5px 0;
}
.eu-cookies p{
    font-size: 2em;
}
.eu-cookies a{
    text-decoration: none;
}
.eu-cookies .btn{
    border-radius: 0;
    border: none;    
}
.eu-cookies a.btn{
    color: #000;
    background: #fff;    
}
.eu-cookies a.btn:hover{
    color: #00529c; 
}
.eu-cookies button.btn{
    color: #fff;
    background: #00529c;    
}
.eu-cookies button.btn:hover{
    color: #000;
    background: #00529c;    
}
/*======================== END EU-COOKIES ====================================*/