@media (min-width:768px) {
  footer{
    position: absolute;
  }
}

footer ul {
  display: inline-block;
}

footer li {
  display: inline-block;
  list-style: none;
}

.isocial .col {
  font-size: 0 !important;
  padding: 5px !important;
}

.isocial a {
  font-size: 0 !important;
  line-height: 0;
}

.isocial img {
  width: 35px;
}

.block_various_links{
  display: inline-block;
}

.block_various_links a{
  color: #fff !important;
}

select.countries {
  background: transparent;
  border: 0;
  color: #fff;
  display: inline-block;
}

.brand-img {
  width: 180px;
  max-width: 100%;
}

/* NEW STYLES */

footer{
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(36,89,102,1) !important;
  background: rgba(36,89,102,1) !important;
}

footer option {
  color: #777;
}

footer .copyright img {
  vertical-align: initial;
}

.block_various_links ul {
  padding: 0;
  margin: 0;
}

.block_various_links li {
  padding: 0 5px;
}
