#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    color: red;
    font-weight: bold;
    font-size: 1.2em;
    }
    
#header .header-nav-main nav > ul > li > a {

    font-size: 14px;

}

#header .header-body {
    background: #a9a9a9;
    border-top: 0px;
}

#footer {
    margin-top: 0px;
    padding-top: 0px;
    border-top:0px;
    }  
    
.slider-container .bottom-label  {
    color: #fff;
    padding:5px;
    background-color: #0088cc;
    }
    
.thumb-info .thumb-info-title { font-size: 14px; text-transform: none;}    

.fixed-bottom {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 10%;
   padding:3px;
   font-size:13px;
   background-color:#cbe2d6;
   color: white;
   text-align: center;
   box-shadow: 5px 5px 10px 2px #333333;
   z-index:99999;
}

.contact-map-section .contact-map {
  height: 450px;
}

.contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  margin-bottom:30px;
}