﻿/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500');

body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.reset-padding {
    padding: 0px;
}

.w-20 {
    width: 20%;
    height: 125px;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(left center, #FFFFFF, #FFFFFF 50%, #E5E6E7);
    z-index: 2000;
    position: relative;
}

    .w-20 span.bag {
        background: #0381AF;
        color: #FFFFFF;
        float: left;
        font-family: 'Open Sans',sans-serif;
        font-size: 20px;
        line-height: 14px;
        padding: 10px 15px;
        position: absolute;
        top: 0px;
        right: -159px;
    }

.w-20-b {
    width: 20%;
    background-color: #FFFFFF;
    z-index: 2000;
}

.w-80 {
    width: 80%;
}

.news {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 125px;
    line-height: 125px;
    z-index: 1000;
    padding: 0;
    background: #F48122;
    color: #7CA9CE;
    font-size: 30px;
}

    .news .logo-grap {
        margin: 10px 0 10px 15px;
        height: 100px;
    }

    .news .logo {
        font-size: 25px;
        font-family: 'Open Sans', sans-serif;
        line-height: 20px;
        margin: 15px 0 5px;
    }

        .news .logo .orange {
            color: #EE7F01;
        }

        .news .logo .blu {
            color: #0381AF;
        }

        .news .logo small {
            font-size: 15px;
            color: #0381AF;
        }

    .news .marquee-with-options {
        float: left;
        width: 100%;
        font-size: 45px;
        letter-spacing: 1px;
        color: #FFFFFF;
        font-weight: bold;
    }

.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    line-height: 90px;
    z-index: 1000;
    padding: 10px 0;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(left center, #FFFFFF, #FFFFFF 50%, #E5E6E7);
    /*background:#0381AF;*/
    color: #212121;
}

/* -------------------------- */

.container-custom {
    padding: 0;
}

.owl-item, .item {
    height: 100vh;
    padding-bottom: 125px;
}

.col-image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.col-video {
    background-size: cover;
    background-position: center center;
    background-color: #eee;
    width: 100%;
    height: 100%;
}


.col-text {
    font-family: 'Oswald', sans-serif;
    width: 100%;
    height: 100%;
    background-color: #04643c; /*#e5007e;*/
    color: #ffe900;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column; /* column | row */
    font-size: 3rem;
}

    .col-text h1 {
        font-size: 4.5rem;
    }

    .col-text h2 {
        font-size: 4.5rem;
    }

    .col-text h3 {
        font-size: 3.75rem;
    }



