/* line 1, ../../sass/gallery/style.scss */
.gallery-wrap {
  margin-bottom: 10px;
}
@media all and (max-width: 500px) {
  /* line 5, ../../sass/gallery/style.scss */
  .gallery-wrap .section-header {
    border-bottom: 1px solid #f1f2f2;
    background-color: white !important;
  }
}
/* line 11, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-selector-mobile {
  display: none;
  margin-bottom: -8px;
  padding: 0 15px;
  border-bottom: 2px solid #f1f2f2;
  z-index: 101;
}
/* line 18, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-selector-mobile span {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (max-width: 500px) {
  /* line 11, ../../sass/gallery/style.scss */
  .gallery-wrap .gallery-selector-mobile {
    display: block;
  }
}
/* line 29, ../../sass/gallery/style.scss */
.gallery-wrap.no-space .gallery-view {
  padding: 0;
}
/* line 34, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view {
  position: relative;
  padding: 15px;
  overflow: hidden;
  background-color: white;
  min-height: 470px;
}
/* line 41, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view.busy .overlay {
  opacity: 1;
}
/* line 45, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
  pointer-events: none;
}
/* line 57, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view .overlay::after {
  font-size: 50px;
}
/* line 62, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view .slider-arrow,
.gallery-wrap .gallery-view .fullscreen-enter,
.gallery-wrap .gallery-view .fullscreen-exit {
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}
/* line 69, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view .slider-arrow:hover,
.gallery-wrap .gallery-view .fullscreen-enter:hover,
.gallery-wrap .gallery-view .fullscreen-exit:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 73, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view .slider-arrow::before,
.gallery-wrap .gallery-view .fullscreen-enter::before,
.gallery-wrap .gallery-view .fullscreen-exit::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font: 20px/70px 'icomoon';
  color: white;
}
/* line 87, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view .slider-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  z-index: 10;
}
/* line 96, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view .slider-arrow.disabled {
  display: none;
}
/* line 100, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view .slider-arrow.next {
  right: 10px;
}
/* line 103, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view .slider-arrow.next::before {
  content: '\e811';
  margin-left: 2px;
}
/* line 108, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view .slider-arrow.prev {
  left: 10px;
}
/* line 111, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view .slider-arrow.prev::before {
  content: '\e810';
  margin-left: -1px;
}
/* line 118, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view.swiper-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
/* line 128, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view.swiper-fullscreen .main-gallery {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin: 0;
}
/* line 132, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-wrapper {
  position: absolute;
  height: 100%;
}
/* line 137, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-slide {
  background-size: contain;
  background-position: center center;
  height: 100%;
}
/* line 142, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-slide .description.empty .socials-share {
  margin-top: 0;
}
/* line 145, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .swiper-slide .socials-share {
  display: block;
}
/* line 149, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .fullscreen-enter {
  display: none;
}
/* line 152, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view.swiper-fullscreen .main-gallery .fullscreen-exit {
  display: block;
}
/* line 156, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view.swiper-fullscreen .thumbnails-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95px;
      -ms-flex: 0 0 95px;
          flex: 0 0 95px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 161, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view.swiper-fullscreen .swiper-scrollbar {
  height: 13px;
  bottom: 2px;
}
/* line 166, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view.swiper-fullscreen .description {
  opacity: 0;
}
/* line 169, ../../sass/gallery/style.scss */
.gallery-wrap .gallery-view.swiper-fullscreen .description:hover {
  opacity: 1;
}
@media all and (max-width: 950px) {
  /* line 166, ../../sass/gallery/style.scss */
  .gallery-wrap .gallery-view.swiper-fullscreen .description {
    display: none;
  }
}
@media all and (max-width: 500px) {
  /* line 34, ../../sass/gallery/style.scss */
  .gallery-wrap .gallery-view {
    padding: 20px 15px 15px 15px;
  }
}
/* line 183, ../../sass/gallery/style.scss */
.gallery-wrap .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 100px 20px 18px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
/* line 194, ../../sass/gallery/style.scss */
.gallery-wrap .description .socials-share {
  display: none;
  margin-top: 15px;
}
@media all and (min-width: 950px) {
  /* line 200, ../../sass/gallery/style.scss */
  .gallery-wrap .description.empty {
    opacity: 0 !important;
  }
}
@media all and (max-width: 950px) {
  /* line 183, ../../sass/gallery/style.scss */
  .gallery-wrap .description {
    display: none;
  }
}
/* line 210, ../../sass/gallery/style.scss */
.gallery-wrap .fullscreen-enter {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}
/* line 219, ../../sass/gallery/style.scss */
.gallery-wrap .fullscreen-exit {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}
/* line 230, ../../sass/gallery/style.scss */
.gallery-wrap .fullscreen-exit::before {
  font-size: 20px;
}
@media all and (max-width: 950px) {
  /* line 219, ../../sass/gallery/style.scss */
  .gallery-wrap .fullscreen-exit {
    right: 20px;
  }
}
/* line 240, ../../sass/gallery/style.scss */
.gallery-wrap .main-gallery .swiper-button-next,
.gallery-wrap .main-gallery .swiper-button-prev {
  opacity: .5;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
/* line 245, ../../sass/gallery/style.scss */
.gallery-wrap .main-gallery .swiper-button-next:hover,
.gallery-wrap .main-gallery .swiper-button-prev:hover {
  opacity: 1;
}
/* line 249, ../../sass/gallery/style.scss */
.gallery-wrap .main-gallery .swiper-button-next {
  right: 25px;
}
/* line 252, ../../sass/gallery/style.scss */
.gallery-wrap .main-gallery .swiper-button-prev {
  left: 25px;
}
/* line 256, ../../sass/gallery/style.scss */
.gallery-wrap .main-gallery .swiper-wrapper {
  min-height: 400px;
}
/* line 260, ../../sass/gallery/style.scss */
.gallery-wrap .main-gallery .swiper-slide {
  text-align: center;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
/* line 267, ../../sass/gallery/style.scss */
.gallery-wrap .main-gallery .swiper-slide.swiper-lazy-loaded .bmr-loading-spinner {
  display: none;
}
/* line 271, ../../sass/gallery/style.scss */
.gallery-wrap .main-gallery .swiper-slide .bmr-loading-spinner {
  display: block;
  background-color: transparent;
}
/* line 275, ../../sass/gallery/style.scss */
.gallery-wrap .main-gallery .swiper-slide .bmr-loading-spinner::before {
  color: black;
}
@media all and (max-width: 950px) {
  /* line 282, ../../sass/gallery/style.scss */
  .gallery-wrap .main-gallery .slider-arrow {
    display: none;
  }
}
/* line 288, ../../sass/gallery/style.scss */
.gallery-wrap .thumbnails-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 293, ../../sass/gallery/style.scss */
.gallery-wrap .thumbnails-gallery {
  padding-top: 15px;
  padding-bottom: 20px;
}
/* line 297, ../../sass/gallery/style.scss */
.gallery-wrap .thumbnails-gallery .swiper-wrapper {
  min-height: 50px;
}
/* line 301, ../../sass/gallery/style.scss */
.gallery-wrap .thumbnails-gallery .swiper-slide {
  background-size: cover;
  background: no-repeat top center;
  width: 90px;
  height: 50px;
  margin-right: 15px;
  cursor: pointer;
  border: 2px solid transparent;
}
/* line 310, ../../sass/gallery/style.scss */
.gallery-wrap .thumbnails-gallery .swiper-slide:hover, .gallery-wrap .thumbnails-gallery .swiper-slide.active-slide {
  border: 2px solid #09f;
}
/* line 315, ../../sass/gallery/style.scss */
.gallery-wrap .thumbnails-gallery .swiper-scrollbar {
  height: 7px;
  bottom: 4px;
}
/* line 319, ../../sass/gallery/style.scss */
.gallery-wrap .thumbnails-gallery .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: rgba(0, 0, 0, 0.5);
}

@media all and (max-width: 500px) {
  /* line 327, ../../sass/gallery/style.scss */
  .slider-menu {
    display: none !important;
  }
}
/* line 1, ../../sass/gallery/_slider-ads.scss */
.slider-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  max-height: 900px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: no-repeat center center;
  background-size: cover;
}
/* line 13, ../../sass/gallery/_slider-ads.scss */
.slider-banner .wrap {
  position: absolute;
}
/* line 18, ../../sass/gallery/_slider-ads.scss */
.slider-banner.winlineSliderBanner .wrap {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* line 21, ../../sass/gallery/_slider-ads.scss */
.slider-banner.winlineSliderBanner .wrap .button,
.slider-banner.winlineSliderBanner .wrap .button::after {
  background-color: #fd6b0d;
}
/* line 27, ../../sass/gallery/_slider-ads.scss */
.slider-banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* line 33, ../../sass/gallery/_slider-ads.scss */
.slider-banner img {
  width: 220px;
  margin-left: 30px;
}
/* line 37, ../../sass/gallery/_slider-ads.scss */
.slider-banner .rating {
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
/* line 46, ../../sass/gallery/_slider-ads.scss */
.slider-banner .rating > span {
  margin-left: 10px;
}
/* line 49, ../../sass/gallery/_slider-ads.scss */
.slider-banner .rating > span .stars::after,
.slider-banner .rating > span i::before {
  letter-spacing: 10px;
}
/* line 55, ../../sass/gallery/_slider-ads.scss */
.slider-banner ul {
  text-align: left;
  margin-left: -5px;
}
/* line 59, ../../sass/gallery/_slider-ads.scss */
.slider-banner ul li {
  color: white;
  font-size: 15px;
  margin: 7px 0;
}
/* line 64, ../../sass/gallery/_slider-ads.scss */
.slider-banner ul li::before {
  position: relative;
  top: 2px;
  margin-right: 2px;
  color: #ffc62b;
  font: 16px 'icomoon';
  content: '\e913';
}
/* line 74, ../../sass/gallery/_slider-ads.scss */
.slider-banner .button {
  background-color: #fd7e3a;
  margin-top: 15px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/* line 81, ../../sass/gallery/_slider-ads.scss */
.slider-banner .button::after {
  background-color: #fd7e3a;
}
/* line 84, ../../sass/gallery/_slider-ads.scss */
.slider-banner .button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  background-color: rgba(255, 255, 255, 0);
  content: '';
}
/* line 94, ../../sass/gallery/_slider-ads.scss */
.slider-banner .button:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 100, ../../sass/gallery/_slider-ads.scss */
.rsContainer .slider-banner {
  display: block;
}

/* line 335, ../../sass/gallery/style.scss */
body.in-fullscreen {
  position: relative;
  /* Show header in fullscreen */
}
@media all and (max-width: 950px) {
  /* line 339, ../../sass/gallery/style.scss */
  body.in-fullscreen > .page-wrapper > header,
  body.in-fullscreen > .body > header {
    -webkit-transform: none !important;
            transform: none !important;
    top: 0;
  }
}
/* line 345, ../../sass/gallery/style.scss */
body.in-fullscreen .socials-top-page {
  display: none;
}
/* line 348, ../../sass/gallery/style.scss */
body.in-fullscreen .top-bookmakers .titles > i {
  z-index: -1;
}
/* line 353, ../../sass/gallery/style.scss */
body.in-fullscreen #wpadminbar, body.in-fullscreen .cat-badge, body.in-fullscreen #social
, body.in-fullscreen .fixed {
  z-index: auto !important;
}
/* line 359, ../../sass/gallery/style.scss */
body.in-fullscreen .rating-changes-wrapper,
body.in-fullscreen footer,
body.in-fullscreen .sidebar-left-menu,
body.in-fullscreen .open-popup-button,
body.in-fullscreen .bmr-left-menu,
body.in-fullscreen .right-sidebar,
body.in-fullscreen .homepage-editors-choice-block,
body.in-fullscreen .video-block,
body.in-fullscreen .sidebar-right-widgets,
body.in-fullscreen .topstake,
body.in-fullscreen .away-window,
body.in-fullscreen .catfish-partner {
  display: none;
  z-index: -1;
}
/* line 374, ../../sass/gallery/style.scss */
body.in-fullscreen .gallery-view {
  padding-top: 53px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
}
/* line 380, ../../sass/gallery/style.scss */
body.in-fullscreen .topNewsTpl {
  opacity: 0;
}
/* line 385, ../../sass/gallery/style.scss */
body.in-fullscreen .header-top {
  display: none !important;
}
/* line 388, ../../sass/gallery/style.scss */
body.in-fullscreen .header-bottom {
  top: 0 !important;
  position: fixed;
}
/* line 392, ../../sass/gallery/style.scss */
body.in-fullscreen .header-mobile-menu {
  top: 53px;
}
/* line 395, ../../sass/gallery/style.scss */
body.in-fullscreen #wpadminbar {
  display: none;
}
/* line 400, ../../sass/gallery/style.scss */
body.in-fullscreen.single-post .gallery-view {
  z-index: 10;
}
