body{
    padding-top: 50px; !important
    font-family: 'Roboto', sans-serif; !important
}
.number-circle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #fff;
    border: 1px solid black;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    display: inline-block;
}
.st-font-stand{
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
}
.st-stand-font2{
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}
input.ng-invalid.ng-dirty{
    border: 1px solid #CC0000;
}
.frm-err-container{
    height: 20px;
}
.frm-error{
    height: 26px;
    padding: 3px;
    margin-top: 3px;
}
.st-stand-font-lg{
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
.st-stand-font{
    font-family: 'Roboto', sans-serif;
}
.st-font-stand-large{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
}
.st-font-lg{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.st-pad{
    padding: 30px;
}
.st-pad-10{
    padding: 10px;
}
.st-pad-top-10{
    padding-top: 10px;
}
.st-pad-top-25{
    padding-top: 25px;
}
.st-fadeleft{
    -webkit-animation: fadeInLeft 2s;
    -moz-animation: fadeInLeft 2s;
    animation: fadeInLeft 2s;
}
.st-faderight{
    -webkit-animation: fadeInRight 2s;
    -moz-animation: fadeInRight 2s;
    animation: fadeInRight 2s;
}
.st-zoomIn4{
    -webkit-animation: zoomIn 3s;
    -moz-animation: zoomIn 3s;
    animation: zoomIn 3s;
}
.st-zoomIn6{
    -webkit-animation: zoomIn 5s;
    -moz-animation: zoomIn 5s;
    animation: zoomIn 5s;
}
.st-zoomIn8{
    -webkit-animation: zoomIn 6s;
    -moz-animation: zoomIn 6s;
    animation: zoomIn 6s;
}
.logo{
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    -webkit-animation: bounceInDown 3s;
    animation: bounceInDown 3s;
}
.st_links{
    font-family: 'Roboto', sans-serif; !important
    font-size: 12px;!important
    color: rgba(109,0,25,1);!important
}
ul.nav a:hover{ 
    color: rgba(109,0,25,1); !important
}
.navbar .nav > li > a  {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font: normal 14px/normal "Roboto", Helvetica, sans-serif;
  color: #BDBDBD;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: -2px -2px -2px rgba(0,0,0,0.1) ;
}
.navbar .nav > li > a:hover  {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font: normal 14px/normal "Roboto", Helvetica, sans-serif;
  color: #FFFFFF;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: -2px -2px -2px rgba(0,0,0,0.1) ;
}