@charset "UTF-8";

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

.footer-menu {
  display: block;
  text-align: center;
  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: 16px !important;
  color: #eaeaea;
}

.footer-menu ul li a {
  color: #eaeaea;
  text-decoration: none;
}

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

.owl-carousel .owl-stage-outer {
  padding: 0px 0px 20px 0px;
}

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



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

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

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

@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) {}