﻿/* BOOTSTRAP ELEMENT CHANGES */

/*.img-responsive {
    width: 100%;
}*/

/* CUSTOMIZATION */

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-size: 16px;
    margin: 20px 0;
}

h1 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
}

h2 {
    text-transform: uppercase;
}

    h1.main, h2.main {
        font-weight: 300;
        font-size: 38px;
        line-height: 40px;
    }

h2, h3, h4 {
    font-size: 22px;
    line-height: 26px;
}

.no-margin{
    margin: 0;
}

.header-line {
    width: 100%;
    height: 1px;
    display: block;
    background-color: red;
}

.header-swiper {
    width: 100%;
    background-color: #f5f5f5;
}



.container.denso {
    position: relative;
}

    .container.denso div.external-navigation {
        position: absolute;
        left: 250px;
        top: 0px;
    }

        .container.denso div.external-navigation a.menu-item {
            display: inline-block;
            padding: 5px 10px;
            margin: 10px 5px;
            text-decoration: none;
            color: #000;
            text-transform: uppercase;
        }

            .container.denso div.external-navigation a.menu-item:hover {
                color: #FFF;
                background-color: #003D79;
            }


.container.banner {
    position: relative;
}

.container.content {
    margin-top: 15px;
}



footer {
    margin-top: 20px;
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    font-size: 14px;
}

footer ul {
    list-style-type: none;
     padding: 0;
    margin: 0;
    list-style: none;
}

footer a, footer a:hover{
    color: #fff;
}

.container.footer {
    padding: 10px 15px;
}

    .container.footer span,
    .container.footer a {
        margin-right: 10px;
        color: white;
    }

.download-section{
    margin-bottom: 2px;
}