  
  .logo h2 {
  	margin-top: 0px;
    line-height: 100px;
    height: 100px;
    width: 15vw;
    top: 0;
    left: 0;
    z-index: 999999;
    position: fixed;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    display: inline-block;
    text-align: center;
    background-color: #fff !important;
    /*background-color: #006eb5 !important;*/
  }

#thumbnail ul li.active { border: 5px solid #006eb5;}
  
.logo { background-color: #fff !important;}
.bg-blue{ background-color: #006eb5 !important;} 
.bg-black{ background-color: rgba(0,0,0,0.6) !important;} 
nav a.active {background-color: rgba(0,110,181,0.7) !important;}
nav a:hover { background-color:rgba(0,110,181,0.9) !important; }
/*nav em:hover {
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
  color: #006eb5;
}
*/
.text-blue {color:#006eb5 !important;}
.text-white {color:#fff !important;}

.featured-item .down-content {border: 2px solid #006eb5 !important;}
.owl-dots .owl-dot span { background-color: #000 !important; width: 20px !important; height: 20px !important;}
.owl-dots .active span {background-color: #006eb5 !important;}