/*Index Styles*/
#secondrow {padding-top:15px;}
.megapanel .row h6{text-align:center;font-size:14px;text-transform:uppercase;font-weight:bold;}
.row {margin:0px auto !important;}
#footer {padding:25px;}
#footer .footerimg {width:200px;margin:0px auto;display:block;}
#footer hr.footerline {border:0;height:1px;background-image:linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0))}
#footer .bottomlinks {text-align:center;color:#9A9A9A;font-family: 'Lato', sans-serif;}
#footer .bottomlinks a {color:#9A9A9A;padding:0px 10px;text-decoration:none;}
#footer .bottomlinks a:hover {color:#000;}
.clear {clear:both;}
.imagebar h3 {color:#000;font-family: 'Lato', sans-serif;font-size:24px;}
.imagebar p a {color:#9A9A9A;font-family: 'Lato', sans-serif;font-size:18px;text-align:left;line-height:28px;text-decoration:none;}
.imagebar p a:hover {color:#000;}

/*Social Media Icons*/
#footer .socialmedia {margin:0px auto;width:620px;}
#footer .smimg {float:left;margin:5px 25px;height:50px;display:block;border-radius:100%;border:1px solid #000;}
#footer .smimg:hover {border:1px solid #9A9A9A;}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*Responsive Elements*/
@media (max-width: 768px) {
#footer .socialmedia {width:311px;}
}