/* 
    Document   : customCss
    Created on : Jun 23, 2014, 9:07:07 PM
    Author     : User
    Description:
        Purpose of the stylesheet follows.
*/

@media (min-width: 768px){
.site-navigation > ul > li.megamenu .sub-menu img {
margin-top: 5px;
}
}

.aligh-justify{
    text-align: justify;
}

.custom-list li{
    
    line-height: 13px;
}
