@charset "UTF-8";

* {
  -webkit-font-smoothing: antialiased;
}

.footer-menu {
  display: block;
  text-align: center;
  margin-bottom: 0px;
  border-bottom: 1px solid #232323;
  padding: 0px 0px 20px 0px;
  margin-bottom: 20px;
}

.footer-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.footer-menu ul li {
  display: inline-block;
  margin: 5px 10px;
  font-size: 15px !important;
  color: #ccc;
}

.footer-menu ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 16px !important;
}

.footer-menu ul li a:hover {
  color: #ccc;
  text-decoration: underline !important;
}

.owl-carousel {
  -ms-touch-action: none;
  touch-action: none;
}

@media only screen and (max-width:1199px) {}

@media only screen and (max-width:991px) {

}

@media only screen and (max-width:767px) {

  .footer-menu ul li {
    display: block;
    font-size: 14px!important;
  }
  .footer-menu ul li a{
    font-size: 14px!important;
  }

}

@media only screen and (max-width:575px) {}

@media only screen and (max-width:479px) {}

@media only screen and (max-width:374px) {}

/* @2x Images (Pixel Ratio of 1.25+) */

@media only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {}

/* @3x Images (Pixel Ratio of 2.25+) */

@media only screen and (-o-min-device-pixel-ratio: 9/4),
only screen and (-webkit-min-device-pixel-ratio: 2.25),
only screen and (min-device-pixel-ratio: 2.25),
only screen and (min-resolution: 2.25dppx) {}

/* @4x Images (Pixel Ratio of 3.25+) */

@media only screen and (-o-min-device-pixel-ratio: 13/4),
only screen and (-webkit-min-device-pixel-ratio: 3.25),
only screen and (min-device-pixel-ratio: 3.25),
only screen and (min-resolution: 3.25dppx) {}