/*  ---------------------------------------------------
	LESS MIXIN
	---------------------------------------------------  */
/*  ---------------------------------------------------
	LESS FONTS
	---------------------------------------------------  */
@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-UI-Regular.woff2") format("woff2"), url("../fonts/Inter-UI-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Inter-UI-Italic.woff2") format("woff2"), url("../fonts/Inter-UI-Italic.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter-UI-Medium.woff2") format("woff2"), url("../fonts/Inter-UI-Medium.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Inter-UI-MediumItalic.woff2") format("woff2"), url("../fonts/Inter-UI-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-UI-Bold.woff2") format("woff2"), url("../fonts/Inter-UI-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Inter-UI-BoldItalic.woff2") format("woff2"), url("../fonts/Inter-UI-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Inter-UI-Black.woff2") format("woff2"), url("../fonts/Inter-UI-Black.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Inter-UI-BlackItalic.woff2") format("woff2"), url("../fonts/Inter-UI-BlackItalic.woff") format("woff");
}
@font-face {
  font-family: 'Grotest Book';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/HKGroteskPro-Book.woff2") format("woff2"), url("../fonts/HKGroteskPro-Book.woff") format("woff");
}
@font-face {
  font-family: 'Grotest Bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/HKGroteskPro-BoldLegacy.woff2") format("woff2"), url("../fonts/HKGroteskPro-BoldLegacy.woff") format("woff");
}
/*  ---------------------------------------------------
	LESS VARIABLES
	---------------------------------------------------  */
/*  ---------------------------------------------------
	LESS BREAKPOINTS
	---------------------------------------------------  */
/*  ---------------------------------------------------
	DEFAULTS
	---------------------------------------------------  */
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
#footer {
  font-size: 16px;
  line-height: 28px;
  color: #838385;
  font-family: 'Inter UI';
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #ffffff;
}
#footer a {
  text-decoration: none!important;
  outline: 0!important;
  -webkit-transition: 0.3s ease color, 0.6s ease opacity, 0.6s ease border;
  transition: 0.3s ease color, 0.6s ease opacity, 0.6s ease border;
  border-bottom: 0;
}
@media only screen and (max-width: 480px) {
  #footer {
    font-size: 15px;
    line-height: 24px;
  }
}
#footer h4 {
  line-height: 28px;
  font-family: 'Inter UI';
}
#footer li {
  font-size: 16px;
  line-height: 28px;
  vertical-align: auto;
  padding-bottom: 0;
  font-family: 'Inter UI';
}
#footer li:before {
  content: none;
}
@media only screen and (max-width: 480px) {
  #footer li {
    font-size: 15px;
    line-height: 24px;
  }
}
#footer p {
  padding: 0;
  color: #838385;
}
#footer section {
  background-color: transparent;
  padding: 0;
}
#footer header {
  position: static;
  padding: 0!important;
  width: auto;
  display: block;
}
#footer img {
  max-width: none;
}
#footer .container {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
}
#footer .widget header h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 10px;
  display: block;
  margin: 0 0 40px;
  border-bottom: 1px solid #bcbcbc;
}
#footer .widget .widget__body .widget__links {
  margin: 0 0 50px;
}
#footer .widget .widget__body .widget__links:last-child {
  margin: 0;
}
#footer .widget .widget__body .widget__links h5 {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.92px;
  font-weight: 500;
  margin: 0 0 25px;
  color: #111;
  opacity: 0.3;
  line-height: 22px;
}
#footer .widget .widget__body .widget__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#footer .widget .widget__body .widget__links ul.withMedia {
  margin-top: -10px;
}
#footer .widget .widget__body .widget__links ul li {
  margin: 0 0 12px;
}
#footer .widget .widget__body .widget__links ul li:last-child {
  margin: 0;
}
#footer .widget .widget__body .widget__links ul li a {
  color: #bcbcbc;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: table;
}
#footer .widget .widget__body .widget__links ul li a:hover {
  color: #467CFC;
}
#footer .widget .widget__body .widget__links ul li a.media .media-left {
  padding-right: 14px;
}
#footer .widget .widget__body .widget__links ul li a.media .media-left img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#footer .social {
  display: table;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
#footer .social li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
}
#footer .social li:first-child {
  padding-left: 0;
}
#footer .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #888888;
  color: #888888;
  width: 46px;
  height: 46px;
  line-height: 45px;
  display: block;
  text-align: center;
  position: relative;
}
#footer .social li a .icon {
  font-size: 22px;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .social li a:hover {
  color: #467CFC;
  border-color: #467CFC;
}
#footer .apps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: auto;
  table-layout: fixed;
  display: none;
}
#footer .apps li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 0;
}
#footer .apps li:last-child {
  padding: 0;
}
#footer .apps li a {
  display: table;
  height: 46px;
  margin: 0;
  border: 1px solid #888888;
  width: auto;
  color: #888888;
  white-space: nowrap;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#footer .apps li a .media-left {
  padding: 0;
}
#footer .apps li a .media-left .icon {
  display: block;
  font-size: 24px;
  width: 54px;
  text-align: center;
}
#footer .apps li a .media-body {
  font-size: 10px;
  line-height: 12px;
  padding-right: 30px;
  width: auto;
}
#footer .apps li a .media-body span {
  display: block;
  font-size: 15px;
  line-height: 17px;
}
#footer #footer__top {
  background: #fff;
}
#footer #footer__top .footer__top--up {
  padding: 80px 0 40px;
}
#footer #footer__top .footer__top--bottom {
  padding: 40px 0;
  border-top: 1px solid #d4d4d4;
}
#footer hr {
  margin: 0 0;
}
#footer #footer__bottom {
  padding: 20px 0;
  background-color: #f4f4f7;
}
#footer #footer__bottom .copy .copy__logo {
  width: 56px;
  height: auto;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
#footer #footer__bottom .copy p {
  font-size: 13px;
  line-height: 21px;
  margin: 5px 0;
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 1270px) {
  #footer #footer__top .footer__top--up {
    padding: 50px 0 30px;
  }
  #footer #footer__top .footer__top--bottom {
    padding: 30px 0;
  }
  #footer .widget .header h4 {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  #footer .apps {
    margin: 0 auto 30px;
  }
  #footer .social {
    margin: 0 auto;
    float: none;
  }
  #footer .social li {
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer #footer__top {
    background: #f4f4f7;
  }
  #footer #footer__top .footer__top--bottom {
    border: none;
    padding: 10px 0 0;
  }
  #footer #footer__bottom .copy {
    text-align: center;
  }
  #footer #footer__bottom .copy .copy__logo {
    display: block;
    margin: 0 auto 20px;
  }
  #footer #footer__bottom .copy p {
    float: none;
    margin: 0;
  }
  #footer .social li a {
    background: #fff;
  }
}
