html, body{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0; 
    height: 100%;
    background-color: #ffffff;
    color: #2d2d2d;
}

span, p, form, img, a, ul, ol, li, table, tr, td, div{
    margin: 0;
    padding: 0; 
    border: none; 
    outline: none;
    list-style-type: none;
}

img{
    max-width: 100%;
}

*{
    border-radius: 0 !important;
}

.layout{
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: auto;
}

.f-l{
    float: left !important;
}

.f-r{
    float: right !important;
}

.container{
    width: 980px;
    padding: 0;
    position: relative;
}

/* HEADER */

#header{
    width: 100%;
    height: 340px;
    float: left;
    background-color: #f9be24;
}

#header .navbar-default{
    display: none;
}

#header .top-line{
    width: 100%;
    height: 50px;
    float: left;
    line-height: 50px;
    background-color: #e11b34;
    color: #ffffff;
    font-size: 16px;
}

#header .top-line .f-l .icon{
    float: left;
    margin: -3px 10px 0 0;
}

#header .top-line .f-r .icon{
    float: right;
    margin: -3px 0 0 10px;
}

#header .pos-info-header{
    width: 100%;
    float: left;
}

#header .pos-info-header .logo{
    width: 100%;
    height: 165px;
    float: left;
    text-align: center;
    margin: 25px 0 0 0;
}

#header .pos-info-header .pos-nav{
    width: 100%;
    float: left;
}

#header .menu{
    width: 100%;
    float: left;
    padding: 5px 0 0 5px;
}

#header .menu li a{
    float: left;
    padding: 5px 12px;
    color: #ffffff;
    font-weight: bold;
    font-size: 19px;
    background: transparent;
    text-decoration: none;
    border: 2px solid transparent;
    transition: ease-out 0.2s;
    margin: 10px 20px;
}

#header .menu li a:hover{
    background-color: #E0A728;
}

#header .menu li.active a{
    border: 2px solid #ffffff;
}

/* COMMON */

.pageTitle{
    width: 100%;
    float: left;
    color: #E23334;
    padding: 5px 0;
    font-weight: 300;
    font-size: 48px;
    border-top: 2px solid #E23334;
}

.info-footer{
    width: 100%;
    float: left;
    margin-top: 40px;
}

.info-footer .item{
    width: 33.3%;
    float: left;
    padding: 0 10px;
    font-size: 20px;
    line-height: 24px;
}

.info-footer .item .item-title{
    width: 100%;
    float: left;
    padding: 0 0 8px 0;
    color: #E11B34;
    border-bottom: 3px solid #E11B34;
    margin: 0 0 8px 0;
}

.info-footer .item .item-title p{
    font-weight: bold;
    font-size: 34px;
    line-height: 34px;
}

.info-footer .item a{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.info-footer .item a span{
    color: #E11B34;
}

/* FOOTER */

#footer{
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
    background-color: #e11b34;
    color: #eeeeee;
}

#footer .pos-nav{
    width: 100%;
    float: left;
}

#footer .menu{
    width: 100%;
    float: left;
    padding: 0 0 0 32px;
}

#footer .menu li a{
    float: left;
    padding: 12px 34px;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition: ease-out 0.2s;
}

#footer .menu li a:hover{
    background-color: #cc162d;
}

#footer .info-footer-int{
    width: 100%;
    float: left;
    margin-top: 40px;
}

#footer .info-l{
    width: 50%;
    float: left;
    border-top: 2px solid #ffffff;
}

#footer .info-l .logo{
    width: 100%;
    float: left;
    padding-top: 10px;
    text-align: center;
}

#footer .info-l .icons{
    width: 100%;
    float: left;
    padding-top: 10px;
    text-align: center;
}

#footer .facebook{
    width: 320px;
    float: right;
}

@media (max-width: 992px){

    .container{
        width: 768px;
    }

    #header .menu{
        padding: 0;
    }

    #header .menu li a{
        font-size: 17px;
        margin: 10px 8px 10px 7px;
    }

    .info-footer .item{
        font-size: 18px;
        line-height: 22px;
    }

    .info-footer .item .item-title p{
        font-size: 31px;
        line-height: 33px;
    }

    #footer .menu{
        padding: 0;
    }

    #footer .menu li a{
        padding: 15px 26px;
        font-size: 16px;
    }

}

@media (max-width: 768px){

    .container{
        width: 100%;
        padding: 0 10px;
    }

    .pos-info-header .container{
        padding: 0 !important;
    }

    #header{
        height: 50px;
        position: fixed;
        border: 0;
        z-index: 100;
    }

    #header .top-line,
    #header .pos-info-header .logo,
    #header .pos-info-header .nav-d{
        display: none;
    }

    #header .navbar-default{
        display: block;
        background-color: #f9be24;
        color: #ffffff;
        border: 0;
    }

    #header .navbar-default li a{
        color: #ffffff;
        font-weight: bold;
    }

    #header .navbar-default li a.navbar-default .navbar-nav > .active > a,
    #header .navbar-default .navbar-nav > .active > a:focus,
    #header .navbar-default .navbar-nav > .active > a:hover,
    #header .navbar-default .navbar-nav > .active > a,
    #header .navbar-default .navbar-nav > .active > a:focus,
    #header .navbar-default .navbar-nav > .active > a:hover{
        background-color: #E0A728;
    }

    #header .navbar-default .navbar-collapse,
    #header .navbar-default .navbar-form{
        border-color: #ffffff;
    }

    #header .navbar-default .navbar-toggle{
        background-color: #E0A728;
        border: 1px solid #E0A728;
        border-radius: 0;
    }

    #header .navbar-default .navbar-toggle:focus,
    #header .navbar-default .navbar-toggle:hover{
        background-color: #E0A728;
    }

    #header .navbar-default .navbar-toggle .icon-bar{
        background-color: #ffffff;
    }

    #header .navbar-default .navbar-brand{
        padding: 5px 10px;
        color: #ffffff;
    }

    .pageTitle{
        font-size: 34px;
    }

    .info-footer .item{
        width: 100%;
        padding: 0;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .info-footer .item:nth-last-child(1){
        margin-bottom: 0;
    }

    .info-footer .item .item-title p{
        font-size: 28px;
        line-height: 31px;
    }

    #footer{
        height: 575px;
    }

    #footer .pos-nav{
        display: none;
    }

    #footer .info-l{
        width: 100%;
    }

    #footer .facebook{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
}