/* Globals */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,300italic,500,500italic,700,700italic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700&subset=latin,latin-ext);

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font: inherit;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', Calibri, Arial, sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}


a {
    color: inherit;
    text-decoration: none;
}

hr {
    border-style: solid;
    border-color: #AC0100;
}

.overview-content hr {
    border-width: 3px;
    border-color: #FE0000;
    margin-bottom: 15px;
}

p {
    font-size: 13px;
    font-weight: normal;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 1.6;
}

footer {
    background: url("../img/footer-bg.jpg")no-repeat bottom right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: white;
}

footer .row {
    margin-bottom: 30px;
}

footer div:first-child img{
    margin:15px 0;
}

footer div:first-child img:first-of-type {
    display: block;
    max-width: 100%;
    height: auto;
    float:left;
}

footer div:first-child img:last-of-type {
    float:right;
    max-height: 90px;
}

footer hr {
    border-color: white;
    margin-top: 20px;
    width:100%;
}

footer p {
    margin-top: 26px;
}

footer p:first-child {
    margin-bottom: 20px;
}

.seperator {
    margin-bottom: 60px;
    border-color: #D3D3D3;
    border-style: dashed;
}

.form-control {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 2px 5px;
    outline: none;
    border: 2px solid #FFFFFF;
    border-radius: 0;
    background: #fff;
    font-family: 'Roboto', Calibri, Arial, sans-serif;
    font-size: 100%;
    line-height: 1.2;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-transition: border-color 0.5s;
    -moz-transition: border-color 0.5s;
    -webkit-transition: border-color 0.5s;
}

.form-control:hover {
    border-color: #0094FF;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-form {
    margin-top: 35px;
}

button {
    border-radius: 0px;
    padding: 10px 20px;
    font-weight: 500;
    font-family: 'Roboto';
    background-color: #0094FF;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #0C78C5;
}


.container {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container h4, .container p {
    margin-bottom: 15px;
}

.bg {
    padding-top: 60px;
    position: relative;
    overflow: hidden;
}

.bg img {
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

.bg h3 {
    line-height: 2;
    background-color: #C21919;
    color: white;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 30px;
    position: relative;
}

.bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    background: url("../img/container-bg4.jpg")repeat;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.bg ul {
    list-style-type: none;
    font-weight: normal;
    text-align: justify;
}

.bg ul li {
    background: url(../img/list_icon.png) no-repeat 0 1px;
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 13px;
    line-height: 20px;
}

.slider {
    border-top: 2px solid #FE0000;
    border-bottom: 2px solid #FE0000;
    width: 100%;
    height: 604px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-img {
    background-color: #2A343D;
    border-top: 2px solid #FE0000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.top-img > div {
    overflow: hidden;
    display: block;
    position: relative;
    height: 370px;
    max-width: 1140px;
    margin: auto;
}

.top-img > div > img {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.top-img h1 {
    margin-top: 317px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    display: block;
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.overview h3:first-child {
    margin-bottom: 15px;
}

.overview-content {
    padding: 15px;
    border: 1px solid lightgray;
    min-height: 320px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.overview-content:hover {
    webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: rgba(240, 240, 240, 0.6);
}

.overview-content img {
    margin-bottom: 0px;
}

.overview-content h3 {
    margin-bottom: 10px;
}

.partners {
    padding: 10px;
    border: 1px solid lightgray;
    background-color: rgba(203, 203, 203, 0.4);
    margin-bottom: 30px;
    min-height: 145px;
}

.partners:hover {
    background-color: rgba(203, 203, 203, 0.9);
}

.partners h4 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
}


.sectors p {
    padding-bottom: 30px;
}

.sectors-box {
    color: white;
    background-color: #2A343D;
    min-height: 477px;
    margin-bottom: 30px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.sectors-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.sectors-box > div {
    padding: 0px 10px 10px 10px;
}

.sectors-box > div > h4 {
    text-align: center;
    border-bottom: 2px solid;
    line-height: 2;
}

.sectors-box > div > ul > li {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
}

.sector-details {
    background-color: #2A343D;
    color: white;
    margin-bottom: 30px;
}

.sector-details > .width-25 > div {
    margin: 0px -15px;
}

.sector-details img {
    margin-bottom: 0px;
}

.sector-details h3 {
    margin-bottom: 0px;
    text-align: center;
}

.sector-details p:first-child {
    padding-top: 20px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.sector-details p:last-child {
    font-style: italic;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 25px;*/
    height: 0;
    /*margin-bottom: 15px;*/
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.milens-content {
    padding-bottom: 60px;
}

.milens-content-img {
    overflow: hidden;
}

.milens-content-img img {
    width: 100%;
}

.phone {
    font-size: 13px;
    font-family: 'FontAwesome';
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    display: flex;
}

.phone span {
    font-family: 'Roboto', Calibri, Arial, sans-serif;
    padding-left: 15px;
}

.phone:before {
    content: "\f098";
}

.fax {
    font-size: 13px;
    font-family: 'FontAwesome';
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    display: flex;
}

.fax span {
    font-family: 'Roboto', Calibri, Arial, sans-serif;
    padding-left: 15px;
}

.fax:before {
    content: "\f02f";
}

.adres {
    font-size: 13px;
    font-family: 'FontAwesome';
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    display: flex;
}

.adres span {
    font-family: 'Roboto', Calibri, Arial, sans-serif;
    padding-left: 15px;
}

.adres:before {
    content: "\f041";
}

.map {
    margin-top: 35px;
}

#quality1, #quality2, #quality3 {
    display: none;
    margin-bottom: 30px;
}

.quality h3 {
    cursor: pointer;
    position: relative;
}

.quality h3:after {
    content: "+";
    position: absolute;
    right: 10px;
}

.quality h3:hover {
    background-color: #A50D0D;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.width-20 {
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.width-16{
    width: 16.66666667%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.width-25 {
    width: 25%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.width-33 {
    width: 33.33333333%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.width-50 {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.width-75 {
    width: 75%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recaptcha-wrap {
    position: relative;
    height: 76px;
    background:#f9f9f9;
    border: 1px solid #C1C1C1;
    padding-left: 10px;
    margin-bottom:10px;

}

.recaptcha-wrap:after {
    content:'';
    display: block;
    background-color: #f9f9f9;
    height: 5px;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}


.recaptcha-wrap:before {
    content:'';
    display: block;
    background-color: #f9f9f9;
    height: 100%;
    width: 15px;
    top: 0;
    left: 0px;
    position: absolute;
    z-index: 1;
}


.g-recaptcha {
    overflow: hidden;
    height: 74px;
    max-width: 294px;
    box-sizing: border-box;
    border-right:60px solid #f9f9f9;
}



@media (max-width: 1366px) {

    .slider {
        height: 450px;
    }
}

@media (max-width: 991px) {

    .container {
        max-width: 768px;
    }

    .width-20 , width-16 {
        width: 50%;
    }

    .width-25 {
        width: 50%;
    }

    .width-33 {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .width-50 {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .width-75 {
        width: 50%;
    }

    .overview-content {
        min-height: 100%;
    }

    footer {
        background: #2A343D;
    }

    .map {
        margin-top: 0px;
    }

    .top-img > div {
        height: 300px;
    }

    .top-img h1 {
        margin-top: 247px;
    }

    /*.milens-content-img {
        height: 300px;
    }*/

    .sectors-box {
        min-height: 536px;
    }

    .slider {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .width-25 {
        width: 100%;
        float: none;
    }

    .width-20 , width-16 {
        width: 100%;
        float: none;
    }

    .width-75 {
        width: 100%;
        float: none;
    }

    .top-img h1 {
        margin-top: 257px;
        font-size: 18px;
    }

    .bg h3 {
        font-size: 14px;
    }

    .bg p {
        font-size: 14px;
    }

    .bg ul li {
        background: url(../img/list_icon.png) no-repeat 0 1px;
        margin-bottom: 15px;
        padding-left: 35px;
        font-size: 14px;
        line-height: 20px;
    }

    .sectors-box {
        min-height: inherit;
    }

    .slider {
        height: 180px;
    }
}
