/* Footer */
/* Footer Links */
.content.footer {
  background-color: #333333;
  color: #ffffff;
  padding: 60px 0;
}
.content.footer h4,
.content.footer .footer-title {
  font-size: 18px;
  font-family: roboto, sans-serif;
  font-weight: 500;
  color: #30e4d0;
}
.content.footer ul {
  padding-left: 0;
  list-style-type: none;
}
.content.footer ul li {
  font-family: roboto-mono, monospace;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}

.content.footer ul li.menu-item--expanded {
  list-style: none;
}

.content.footer ul li.menu-item--expanded > span {
  color: #30e4d0;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 21px;
  display: block;
  margin-top: 2px;
  font-size: 16px;
  border-top: 1px solid #444444;
  padding-top: 7px;
}

.content.footer ul li.menu-item--expanded::marker {
  display: none;
}

.content.footer ul li:last-child {
  margin-bottom: 0px;
}
.content.footer ul li a {
  color: #ffffff;
  font-weight: 400;
}

.content.footer ul li a:hover,
.content.footer ul li a:visited,
.content.footer ul li a:focus {
  opacity: 0.8;
}

.content.footer ul li ul {
  padding-left: 0;
  margin-top: 10px;
  margin-left: 0;
  padding-right: 34px;
}

/* Country selection */
.content.footer .footer-copyright-and-social .dd-footer.dropdown{
  display: inline-block;
}

.content.footer .footer-copyright-and-social .dd-footer.dropdown .btn.dropdown-toggle{
  background: none;
  border: none;
  color: #ffffff;
  font-family: roboto-mono, monospace;
  font-size: 15px;
  margin-bottom: 3px;
  padding: 0;
  outline: none;
}

.content.footer .footer-copyright-and-social .dd-footer.dropdown .dropdown-menu{
  background: #1c1c1c;
  border-color: #1c1c1c;
  padding: 5px;
}

.content.footer .footer-copyright-and-social .dd-footer.dropdown .dropdown-menu a{
  margin: 0px;
}

.content.footer .footer-copyright-and-social .dd-footer.dropdown .dropdown-item:focus,
.content.footer .footer-copyright-and-social .dd-footer.dropdown .dropdown-item:hover{
  background-color: transparent;
  opacity: .8;

}

/* Footer copyright and social */
.content.footer .footer-copyright-and-social .footer-delimiter {
  border-top: 2px solid #30e4d0;
  padding-bottom: 30px;
}
.content.footer .footer-copyright-and-social .footer-copyright p {
  color: #ffffff;
  font-family: roboto-mono, monospace;
  font-size: 15px;
  margin-bottom: 10px;
}
.content.footer .footer-copyright-and-social .footer-copyright span {
  color: #ffffff;
  font-family: roboto-mono, monospace;
  font-size: 15px;
}
.content.footer .footer-copyright-and-social .footer-copyright span {

}

.content.footer .footer-copyright-and-social .footer-copyright a:hover,
.content.footer .footer-copyright-and-social .footer-copyright a:visited,
.content.footer .footer-copyright-and-social .footer-copyright a:focus {
  opacity: 0.8;
}
.content.footer .footer-copyright-and-social .footer-copyright .copyright-oblique-delimiter {
  margin: 0 10px;
  color: #30e4d0;
  transform: rotate(25deg);
  -webkit-transform:rotate(25deg);
  -moz-transform:rotate(25deg);
  -ms-transform:rotate(25deg);
  -o-transform:rotate(25deg);
  display: inline-block;
}

.content.footer .footer-copyright-and-social .footer-social a {
  color: #ffffff;
  font-family: roboto-mono, monospace;
  font-size: 15px;
  margin-bottom: 10px;
  text-decoration: none;
}
.content.footer .footer-copyright-and-social .footer-social a:hover,
.content.footer .footer-copyright-and-social .footer-social a:visited,
.content.footer .footer-copyright-and-social .footer-social a:focus {
  opacity: 0.8;
  text-decoration: none;
}
.content.footer .footer-copyright-and-social .footer-social .footer-social-icon {
  width: 40px;
}
.content.footer .footer-copyright-and-social .footer-social .footer-icon-spacer {
  width: 40px;
  display: inline-block;
}

.footer-links h2 {
  text-transform: uppercase;
  color: #30e4d0;
  font-size: 18px;
  font-family: roboto, sans-serif;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}

#global-footer-menu{
  display:inline-block;
}
#global-footer-menu .w3-dropdown-content {
  top:-6.5em;
  background: #1c1c1c;
  padding: 0.5em;
  min-width: auto;
  border-radius: 0.5em;
}

#global-footer-menu .w3-dropdown-content a {
  margin:0;
  padding: 0.3em;
}
#global-footer-menu .w3-dropdown-content a:hover{
  color:#00ADA4;
}

#global-footer-menu .w3-dropdown-hover:first-child,
#global-footer-menu .w3-dropdown-click:hover{
  background-color: transparent;
}

@media (min-width: 992px) {
  .content.footer .footer-social .text-right {
    display: flex;
    justify-content: right;
  }

  .content.footer .footer-social .text-right a {
    margin-left: 5px;
  }
}

.text-right {
  text-align: right!important;
}
