.seperator
{
margin:0 15px;
}

.mainav
{
margin:0;padding:0;
list-style: none;
height:auto;


}
.mainav li
{
float:left;
margin:0;
padding:0;
display: inline;
}

.mainav li:nth-child(1) a
{
background:#007e5c;
color:#fff!important;
}


.mainav li:nth-child(2) a
{
background:#47cb7f;
color:#fff;
}


.mainav li:nth-child(3) a
{
background:#1984cc;
color:#fff;

}

.mainav li:nth-child(4) a
{
background:#FB1E2B;
color:#fff;
}

.mainav li:nth-child(5) a
{
background:#9b59b6;
color:#fff;
}


.mainav li:nth-child(6) a
{
background:#f1c50e;
color:#fff;
}
.mainav li:nth-child(7) a
{
background:#f77325;
color:#fff!important;
}



.mainav li:nth-child(8) a
{
background:#007e5c;
color:#fff!important;
}

.mainav li:nth-child(9) a
{
background:#47cb7f;
color:#fff !important;

}
.mainav li:nth-child(10) a
{
background:#1984cc;
color:#fff !important;
}



.mainav li:nth-child(11) a
{
background:#FB1E2B;
color:#fff;
}

.mainav li:nth-child(11):hover ul li a
{
background:#FB1E2B !important;
color:#fff !important;
border-bottom:1px dashed #ff6471;
}

.mainav li:nth-child(11):hover ul li a:hover
{
color:#FB1E2B!important;
background-color: #FFFFFF!important;
}

.mainav li:nth-child(12) a
{
background:#9b59b6;
color:#fff;
}
.mainav li:nth-child(12):hover ul li a
{
background:#9b59b6!important;
color:#fff !important;
border-bottom: 1px dashed #b876d3;
}
.mainav li:nth-child(12):hover ul li a:hover
{
color:#9B59B6!important;
background-color: #FFFFFF!important;
}


.mainav li:nth-child(13) a
{
background:#f1c50e !important;
color:#fff!important;

}

/*
.mainav li a
{
font-family: 'calibribold';
font-size: 16px;
color:#fff;
padding:0 12.3px;
text-decoration: none;
font-weight: normal;
float:left;
display: block;
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}
*/

.mainav li a:hover
{
color:#fff!important;
}
