

.transitions {
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

header .top-header .menu-navbar .navbar .nav>li>a{font-size:16px;font-family:'Droid Sans',sans-serif;text-transform:uppercase;color:#000;border-left:0px solid #f0f0f0;padding:12px 10px 12px 10px;text-shadow:none; height:125px; vertical-align:middle; line-height:125px}
header .top-header .menu-navbar .navbar .nav>li>a.brand{border-left:none;background-image:url('../img/icon/home.png')!important;background-position:center;background-repeat:no-repeat;display:inline-block;text-indent:-999px;padding-right:35px;height:125px; vertical-align:middle; line-height:125px;}
header .top-header .menu-navbar .navbar .nav>li>a.brand:hover{font-weight: bold; background-image:url('../img/icon/homehv.png')!important; -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;}

header .top-header .menu-navbar .navbar .nav>li>a:focus,header .top-header .menu-navbar .navbar .nav>li>a:not(.removeHover):hover{  font-weight: bold; /*color:#fff;*/ /*color: #d84949;*/ color: #000; text-decoration:none; /*background-color:#d84949;*/ background-color:#fff; -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;}


.removeHover a:hover{
    background-color:#fff !important;
}