#footer {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #102335;
}
#footer .title {
  position: relative;
  padding-bottom: 18px;
  display: block;
  text-transform: uppercase;
}
#footer .title:after {
  content: '-';
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer .footer-text {
  margin-bottom: 15px;
  line-height: 20px;
}
#footer i[class^="ion-"],
#footer i[class*=" ion-"] {
  vertical-align: text-bottom;
}
#footer #menu-footer-menue {
  padding: 0;
  margin: 0;
}
#footer #menu-footer-menue .menu-item-has-children {
  width: 25%;
  float: left;
  display: inline-block;
}
#footer #menu-footer-menue .menu-item-has-children > a {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0;
  margin: 0;
  padding-bottom: 18px;
}
#footer #menu-footer-menue .menu-item-has-children > a:after {
  content: '-';
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer #menu-footer-menue .menu-item-has-children:hover a {
  background: transparent;
}
#footer #menu-footer-menue .menu-item-has-children .sub-menu {
  padding: 0;
  margin: 0;
}
#footer #menu-footer-menue .menu-item-has-children .sub-menu li {
  list-style: none;
}
#footer #menu-footer-menue .menu-item-has-children .sub-menu li a {
  text-transform: none;
}
@media (max-width: 768px) {
  #footer #menu-item-184,
  #footer #menu-item-185,
  #footer #menu-item-195 {
    display: none !important;
  }
  #footer #menu-item-180 {
    padding-top: 30px;
    margin-top: 10px;
    width: 100% !important;
    border-top: 1px solid white;
  }
  #footer #menu-item-180 a {
    font-size: 16px !important;
  }
}
.backtotop {
  position: fixed;
  z-index: 9999;
  right: 100px;
  bottom: 10px;
  background: #102335;
  color: white;
  padding: 10px 15px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.backtotop.hidden-top {
  bottom: -50px;
}
.backtotop:hover {
  background: #be2b1d;
  cursor: pointer;
}
