




@media (max-width: 991px) {





   .span , .section h5 {
        padding: 0 30px;
    }



}




a , a:hover , a:focus{
color: #000;
text-decoration: none;
}


/*------------------------------------*\
    HOME
\*------------------------------------*/


/*------------------------------------*\
    GENERAL
\*------------------------------------*/


.menu-all{
    width: 100%;
    position: fixed;
    top:90px;
    left:0;
    z-index: 10;
}

.menu{
    float: left;
    height: 30px;
}

.menu-1 , .menu-6{
    width:12%;
}

.menu-2 , .menu-3 , .menu-4 , .menu-5{
    width:19%;
}

.menu-1 , .menu-3 , .menu-5{
    background-color:grey;
}

.menu-2 , .menu-4 , .menu-6{
    background-color:#fff;
}






























img{
    width:100%;
    height: auto;
}

