/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
    background-color: #2D366F;
    position: relative;
    z-index: 6;
    height: 45px !important;
}

.sub-header .left-content p {
    color: #fff;
    padding: 8px 0px;
    font-size: 13px;
    margin-bottom: 1px !important;
}

.sub-header .left-content p em {
    color: #AA914B;
    padding: 8px 0px;
    font-size: 13px;
}

.sub-header .right-icons ul li {
    display: inline-block;
    margin-left: 15px;
}

.sub-header .right-icons ul li img {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .sub-header .left-content p {
        color: #fff;
        padding: 8px 0px;
        font-size: 11px;
    }
    .sub-header .left-content p em {
        color: #AA914B;
        padding: 8px 0px;
        font-size: 11px;
    }
    .sub-header .right-icons ul li img {
        width: 90%;
        height: 90%;
    }
}

@media (max-width: 250px) {
    .sub-header .left-content p {
        display: none !important;
    }
    .sub-header .left-content p em {
        display: none !important;
    }
    .sub-header .right-icons ul li {
        margin-top: 5px !important;
    }
}