/*******************
	Top    
*******************/

#sp-top {
    background-color:#dedede;
}
#contact-info {
    font-family: 'PT Serif', serif;
    font-weight:600;
    font-size:1.3em;
    text-align:right;
    padding:4px;
    
}
/*******************
	Menu     
*******************/
.sp-megamenu-parent {
    margin-top:20px; 
}
.sp-megamenu-parent > li {
    text-transform:uppercase;
    margin: 0 2px;
}
.sp-megamenu-parent > li > a {
    line-height:40px;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li > a:hover  {
    color:#dedede;
    background-color:#404040;
    
    border-radius:5px;
}
.sp-megamenu-parent > li.active > a:hover {
    color:#fff;
}
/*******************
	Main Body     
*******************/
#sp-main-body {
    padding: 20px 0 10px;
}



/*******************
	Footer     
*******************/
#sp-footer .op-footer a {
  font-family: 'Cabin', sans-serif;
  color: #dedede;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#sp-footer .op-footer a:hover {
    color: #fff;
  
}

