#footer-menu {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 40px 0;
  background: #ffffff;
  position: relative;
  border-top: 1px solid #c1c1c1;
  background: #5aa0d2;
  background: linear-gradient(to bottom, #5aa0d2 0%, #305098 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aa0d2', endColorstr='#305098', GradientType=1);
}
#footer-menu .footer-widget-wrapper {
  width: 16%;
  margin-right: 3.5%;
  float: left;
}
#footer-menu .footer-widget-wrapper .widget .widget-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 15px;
  letter-spacing: 1px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  background: none;
}
#footer-menu .footer-widget-wrapper .widget .widget-title .inner-arrow {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0 0 10px;
  background: none;
  border-bottom: 2px solid #ffffff;
  font-size: 12px;
}
#footer-menu .footer-widget-wrapper .widget ul li {
  border: none;
  margin-bottom: 0;
  padding-bottom: 3px;
  font-size: 12px;
}
#footer-menu .footer-widget-wrapper .widget ul li a {
  font-size: 12px;
}
#footer-menu a {
  color: #ffffff;
}
#footer-menu a:hover {
  text-decoration: underline;
}
#footer-section {
  padding: 0;
  background: transparent;
  text-align: center;
  color: #999;
  position: relative;
}
#footer-section #footer-copyright {
  padding: 20px 0;
  text-align: right;
}
#footer-section #footer-copyright .divider {
  margin-left: 10px;
  margin-right: 10px;
}
#footer-section #footer-copyright * {
  font-size: 10px;
  color: #c1c1c1;
}
#footer-section #footer-copyright a {
  color: #c1c1c1;
}
#footer-section #footer-copyright a:hover {
  text-decoration: underline;
}
#footer-section #footer-copyright a:active,
#footer-section #footer-copyright a:focus {
  color: #c1c1c1;
}
#footer-section .go-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 6px;
  right: 6px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 26px;
  background-color: #305098;
  color: #ffffff;
  z-index: 99999;
  transform: translate3d(0, 60px, 0);
  -webkit-transform: translate3d(0, 60px, 0);
  -moz-transform: translate3d(0, 60px, 0);
  -ms-transform: translate3d(0, 60px, 0);
  -o-transform: translate3d(0, 60px, 0);
  -webkit-transition: transform 0.4s cubic-bezier(0.55, 0, 0.05, 1.1) 0s, opacity 0.3s;
  -moz-transition: transform 0.4s cubic-bezier(0.55, 0, 0.05, 1.1) 0s, opacity 0.3s;
  -o-transition: transform 0.4s cubic-bezier(0.55, 0, 0.05, 1.1) 0s, opacity 0.3s;
  transition: transform 0.4s cubic-bezier(0.55, 0, 0.05, 1.1) 0s, opacity 0.3s;
}
#footer-section .go-to-top.show-up {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
#footer-section .go-to-top:hover {
  opacity: 0.85;
}
#footer-section .go-to-top i {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}