/*
/*FOOTER*/
/*TOPFOOTER*/
/*SUBFOOTER*/
/*RESPONSIVE*/


/*FOOTER*/
.back-to-top:hover {
  opacity: 1;
  transition: all 0.15s ease-in;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.15s ease-in;
  z-index: 1001;
}

.back-to-top img {
  height: 50px;
  width: auto;
}

footer {
  background-color: #2b2b2b;
  z-index: 50;
}

.footer-content {
  padding: 80px 0;
}

.footer-logo {
  max-height: 60px;
  width: auto;
  display: inline-block;
}

.footer-text {
  padding: 40px 0;
  text-align: center;
}

.footer-text p {
  font-size: 11px;
}

.footer-link:hover {
  text-decoration: none;
}

.footer-content a {
  color: #fff!important;
  font-weight: 600;
}

.footer-content a:hover {
  color: #809f5c!important;
}

.footer-content .nav {
  padding-left: 70px;
  display: inline-block;
  float: none;
}
/*!FOOTER*/

/*TOPFOOTER*/
.top-bar-footer {
  background-color: #0d0d0d;
  min-height: 42px;
}

.top-bar-footer-content {
  float: right;
  width: 100%;
  text-transform: uppercase;
}

.top-bar-footer-content > nav {
  float: left;
}

.top-bar-footer-content > .top-bar-footer-right-container > nav {
  display: inline-block;
}

.top-bar-footer-logo-link {
    float: left;
    padding: 0;
}

.top-bar-footer-content > nav > ul,
.top-bar-footer-content > .top-bar-footer-right-container > nav > ul{
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
}

.top-bar-footer-content > nav > ul > li:first-child {
  padding-left: 40px;
}

.top-bar-footer-content > nav > ul > li,
.top-bar-footer-content > .top-bar-footer-right-container > nav > ul > li {
  display: inline-block;
  padding: 10px 14px 11px;
}

.logo-top-bar-footer {
  padding: 10px 0;
}

.top-bar-footer-content > nav > ul > li > a,
.top-bar-footer-content > nav > ul > li > a:hover,
.top-bar-footer-content > .top-bar-footer-right-container > nav > ul > li > a,
.top-bar-footer-content > .top-bar-footer-right-container > nav > ul > li > a:hover,
.dropdown-menu > ul > li > a,
.dropdown-menu > ul > li > a:hover {
  color: #969696;
  font-family: 'gotham-book', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.top-bar-footer-content > nav > ul > li > a:hover,
.top-bar-footer-content > .top-bar-footer-right-container > nav > ul > li > a:hover {
  color: #ff216c;
  transition: all 0.15s ease-in;
}

.top-bar-footer-right-container {
  float: right;
}

.top-bar-footer-right-container .dropdown .dropdown-menu {
  background-color: #444444;
  left: 13px;
  top: 43px;
}

.top-bar-footer-right-container .dropdown .dropdown-menu li a {
  color: #FFFFFF;
}

.top-bar-footer-right-container .dropdown .dropdown-menu li a:hover,
.top-bar-footer-right-container .dropdown .dropdown-menu li a:focus {
  color: #FF216C;
  opacity: 1;
}

.top-bar-footer-right-container .dropdown .dropdown-menu.lang-dropdown {
  margin-bottom: 10px !important;
  top: 33px;
}

.top-bar-footer-right-container > div:first-child {
  float: left;
  padding-right: 15px;
}

.footer-icons-container {
  float: right;
  padding: 10px 0;
}

.footer-icons-container > a,
.footer-icons-container > a:focus,
.footer-icons-container > a:hover {
  color: #969696;
  font-size: 17px;
  padding: 0 4px 0 4px;
  text-decoration: none;
  transition: all 0.15s ease-out;
}

.footer-icons-container > a:hover {
  color: #ff216c;
  transition: all 0.15s ease-in;
}
/*!TOPFOOTER*/

/*SUBFOOTER*/
.subfooter {
  background-color: #2b2b2b;
  min-height: 30px;
  border-top: 1px solid #4d4d4d;
  color: #969696;
}

.subfooter .container {
  text-align: center;
  padding: 8px 0;
  width: 100%;
  font-size: 12px;
}

.subfooter .container a {
  color: #969696;
  font-size: 12px;
  font-weight: 400;
}
/*!SUBFOOTER*/

/*RESPONSIVE*/
@media only screen and (max-width: 991px) {
  .footer-content {
    padding: 0 0 20px 0;
  }

  .footer-content .footer-logo,
  .footer-content .nav {
    display: block;
    text-align: center;
  }

  .footer-content .footer-logo {
    margin: 40px auto;
  }

  .footer-content .nav {
    padding-left: 0;
    margin: 0 auto;
  }

  .top-bar-footer {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .footer-content .nav li {
    display: block;
  }

  .footer-content .nav li a {
    padding: 15px 22.5px;
  }
}
/*!RESPONSIVE*/
