/* Add here all your CSS customizations */

@media (min-width: 480px) {
    .block { display: none;}
}

@media (max-width: 479px) {
    .header-logo img{
        width: 200px;
    }

    .header-body {
        top: 0 !important;
    }
    .header-top {
        display: none;
    }

    .block {
        width: 100%;
        height: 40px;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #1E76AA;
        display: block;
        box-shadow: 0 0 10px #1E76AA;
        -webkit-box-shadow: 0 0 10px #1E76AA;
        -o-box-shadow: 0 0 10px #1E76AA;
        -moz-box-shadow: 0 0 10px #1E76AA;
    }
    .block ul li{
        width: 33%;
        height: 40px;
        display: block;
        text-align: center;
        float: left;
    }
    .block ul li i{
        font-size: 25px;
        margin-top: 8px;
        color: #fff;
    }
    .block ul li:hover i {
        color: #222;
    }
}

.nav-pills li a:hover{ background: none !important; background-color: transparent !important; border-bottom: 3px solid #cb3b53; color: #000 !important;}
.nav-pills li.active, .nav-pills li.active a{ background: none !important; background-color: transparent !important; color: #000 !important;}
.nav-pills li.active a{  border-bottom: 3px solid #cb3b53;}
.nav-pills li:hover.active a:hover{  border-bottom: 3px solid #cb3b53 !important;}

#header.header-narrow .header-nav-main {
    margin-top: 18px;
}

.bgolly1 {
    background-image: url(../../img/mainbg.png);
}

.bgolly2 {
    background-image: url(../../img/mainbg2.png);
}

.main {
    margin-top: 170px;
}

.page-header { border-bottom: 0; border: 0;}
section.page-header h1 {
    color: #cb3b53 !important;
    border-bottom-color: #cb3b53 !important;
    font-size: 26px;
    font-weight: bold;
}
