@charset "utf-8";
/* CSS Document */

html {
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
  font-family: "Visby FC", sans-serif !important;
  font-size: 16px;
}
.sticky {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1111;
}

ul.navbar-nav {
  float: none;
}

.aux {
  padding-top: 60px;
  padding-bottom: 30px;
}
.aux:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

.aux {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  z-index: 1;
}
.aux .ads-banner {
  margin-bottom: 10px;
  text-align: center;
  z-index: 0;
  background: #f1f1f1;
}
.aux .ads-banner img {
  display: block;
  margin: 10px auto;
}

#ads_dfp_a1services_lb1 {
  margin: 0 auto;
}

.ad_side {
  margin-bottom: 30px;
  min-width: fit-content;
}

.ad_side::before {
  content: "Advertisement";
  font-size: 12px;
  color: #999;
  display: block;
  text-align: center;
}

section#artwrapper_rgt_new {
  padding-left: 20px;
}
/* START::CUSTOM CSS */
@media (max-width: 1024px) {
  .is-sticky {
    width: 100%;
    position: fixed;
    top: 0;
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .xs-flex-center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .xs-text-center {
    text-align: center;
  }
}

.region-footer .ui.list.inline {
  display: flex;
}
a.inverted {
  color: #ff6d00;
}
a.inverted:hover,
a.inverted:focus {
  color: #000;
}
/* END::CUSTOM CSS */
