

.default label {
    color: #ffffff;
   }

/************************************/ 
/*--------- SMB Custom Changes ----------*/ 

.linkitem{ 
list-style: none; 
line-height:1.5; 
margin:0; 
padding:0; 
font-size:14px; 
}

.ThemeEvents .ListTitle {
font-size:14px; 
font-weight:bold; 
text-align: left; 
vertical-align: top; 
}

.shades {
text-shadow: 0 0 5px #000, 0 0 7px #000, 0 0 9px #000, 0 0 11px #000, 0 0 13px #000, 0 0 15px #000;
}

#skin_wrapper.boxed #skin_menu {
    box-shadow: 0px 4px 10px #000;
}




.boxy {
  border-radius: 50%;  
  
    background: #fff;
  transition:all .5s ease-in-out;
}

.boxy:hover {
  border-radius: 0%;
}


img {
    max-height: 100%;
    max-width: 100%;
}






