.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.uppercase {
  text-transform: uppercase;
}
#head-license {
  width: 100%;
  max-width: 980px;
  position: relative;
  margin: 40px auto;
}
#head-license .wrapper {
  margin: 0 20px;
  position: relative;
}
#head-license .header {
  text-transform: uppercase;
  font-size: 30px;
  margin: 40px 0;
}
#head-license-contact li {
  margin: 40px 0;
}
#head-license-contact i {
  width: 20px;
}
#head-license-contact hr{
  margin-bottom: 40px;
}
#head-license-contact .title {
  text-transform: uppercase;
  font-size: 24px;
  display: inline;
  width: 70%;
  line-height: 30px;
}
#head-license-contact .country {
  text-transform: uppercase;
  font-size: 14px;
  float: right;
  padding-top: 8px;
  width: 30%;
  text-align: right;
}
#head-license-contact .flag {
  display: inline;
  margin-left: 10px;
}
#head-license-contact .copy-header {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 4px;
}
#head-license-contact .address {
  margin: 20px 0;
}
#head-license-contact .address .col1 {
  width: 40%;
  float: left;
}
#head-license-contact .address .col2 {
  width: 30%;
  float: left;
}

#head-license-filter .disabled {
  height: 30px;
  overflow: hidden;
}
#head-license-filter .selected {
  height: 54px;
  overflow: hidden;
}
#head-license-filter .filter {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  color: #aaa;
  cursor: pointer;
}
#head-license-filter .filter:hover {
  color: #000;
}
#head-license-filter .filter.selected {
  height: 60px;
}
#head-license-filter .filter-item {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  padding-left: 26px;
  color: #aaa;
  cursor: pointer;
}
#head-license-filter .filter-item:hover {
  color: #000;
}
#head-license-filter .filter-item.selected {
  color: #000;
}
#head-license-filter .filter-item.hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  #head-license-filter {
    width: 100%;
  }
  #head-license-contact {
    width: 100%;
  }
  #head-license-contact .title {
    width: 100%;
    display: block;
  }
  #head-license-contact .country {
    width: 100%;
    display: block;
    text-align: left;
  }
  #head-license-contact .address .col1, #head-license-contact .address .col2 {
    width: 100%;
    margin: 10px 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #head-license-filter {
    padding-right: 20px;
    width: 25%;
    float: left;
  }
  #head-license-contact {
    width: 75%;
    float: right;
  }
}

@media screen and (min-width: 1025px) {
  #head-license-filter {
    padding-right: 20px;
    width: 25%;
    float: left;
  }
  #head-license-contact {
    width: 75%;
    float: right;
  }
}

