/* Add here all your CSS customizations */

.fixedbar {
    background: #ff4d00;
    top: 0px;
    color: #ff4d00;
    left: 0px;
    padding: 0px 0;
    position: fixed;
    font-size: 16px;
    width: 100%;
    z-index: 99999;
    opacity: 0.88;
    text-align: center;
}

    .fixedbar a 
    {
        padding:10px;
        color:#ffffff
    }
.owl-stage-outer { padding-bottom:10px; bottom:20px;
}



#header {
    padding-top:20px;
}

@media screen and (max-width: 1200px) 
{
    #logo-top 
    {
        width:80%;
        height:80%;
    }
    #header 
    {
        padding-top:25px;

    }
}