.col-md-3.col-sm-4.col-xs-12.fh5co-footer-link {
    min-height: 340px;
}
h1#fh5co-logo {
    padding: 0;
}
ul#fh5co-primary-menu {
    padding-right: 47px;
}
.content-trad {
    position: absolute !important;
    right: 0;
}

@media (max-width:400px)
{
#fh5co-logo img {
    max-width: calc(100% - 100px) !important;
}

.content-trad {
    top: 18px !important;
}

.fh5co-nav-toggle {
    margin-top: 16px !important;
}
}

.analytics-count {
    display: none;
}

/*Copyright*/
.copyright {
  background: #000;
  padding: 20px 0 20px;
  /*margin-top: 40px;*/
  line-height: 0px;
  text-align: center;
}

.copyright__text {
  margin-bottom: 0;
  font-size: 14px;
  color: #bdb8b8 !important;
  /* line-height: 19px; */
}
.copyright__text i {
  color: #f08632;
}
.copyright__text a {
  color: #bdb8b8;
}
.copyright__text a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.copyright__widget {
  text-align: right;
}
.copyright__widget ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.copyright__widget ul li:after {
  position: absolute;
  right: -18px;
  top: 0;
  content: "|";
  color: #888888;
}
.copyright__widget ul li:last-child {
  margin-right: 0;
}
.copyright__widget ul li:last-child:after {
  display: none;
}
.copyright__widget ul li a {
  font-size: 14px;
  color: #bdb8b8;
}

.copyright__widget ul li a:hover {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
