﻿/*Slider*/
div.thumbnaillist.Left,
div.thumbnaillist.Right {
  position: absolute;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 10px;
  width: 20%;
  top: 0;
  z-index: 99;
}
div.thumbnaillist.Left > div,
div.thumbnaillist.Right > div {
  height: 100%;
}
div.thumbnaillist.Left {
  left: 0;
}
div.thumbnaillist.Right {
  right: 0;
}
div.thumbnaillist div {
  list-style: none;
}
div.thumbnaillist div a {
  display: block;
  width: 100%;
  height: 100%;
}
div.thumbnaillist div a.activethumbnail {
  border: solid red 1px;
}
div.thumbnaillist div a img {
  width: 100%;
  height: 100%;
}
.slideControls {
    position: absolute;
    bottom: 0;
    height: 50px;
    z-index: 99 !important;
    visibility: visible;
    padding: 10px;
    background-color: rgba(34,34,34,0.5);
    top: 50%;
    transform: translate(0%, -50%);
}

.slideControls span {
  color: #000;
}

.slideControls.left {
  left: 0;
}

.slideControls.right {
  right: 0;
}

.slideControls .PrevNextButtons {
  height: 100%;
}

.slideControls .PrevNextButtons span,
.slideControls .PrevNextButtons img {
  padding: 0 10px;
  display: inline-block;
  height: 100%;
  vertical-align: -webkit-baseline-middle;
}

.slideControls img {
  padding: 0 !important;
}

.slideControls .SliderText {
  font-size: 18px;
  height: auto !important;
}

.slideControls img.LeftThumb,
.slideControls img.RightThumb {
  max-height: 100%;
  width: auto;
}

.swiper-wrapper {
  height: auto !important;
}

.swiper-wrapper span {
  color: #000;
}

.swiper-wrapper .swiper-slide {
  height: auto !important;
}

.slide-content {
  position: relative;
}
.slide-content img {
  width: 100%;
}
.slide-content .TitleText {
  position: absolute;
  bottom: 0;
  color: white;
  height: 100px;
  width: auto;
  padding: 0 75px;
  font-size: 21px;
  z-index: 0;
}

.swiper-pagination-bullet {
  /* Stylize pagination button: */
  display: inline-block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-right: 5px;
  cursor: pointer;
  opacity: 1;
}
.swiper-container {
  /*Specify Swiper's Size:*/
  width: 100%;
  height: auto;
}

.swiper-slide {
  /* Specify Slides's Size:*/
  width: 100%;
  height: auto !important;
  max-height: 100%;
}

.paginationWrapper {
  background: none !important;
  bottom: 10px;
  width: 100%;
  text-align: center;
  position: absolute;
  height: 5%;
}

.paginationWrapper .swiper-pagination-custom {
    height:100%;
    position:initial;
}

.pagination {
  position: relative;
  z-index: 1 !important;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

.custom-pagination-container {
    position: relative;
    width: 100%; 
    height: 100%;
    background-color: none;
}

.custom-pagination-bar {
    background-color: #e9e7e3;
    display:inline-block;
    height: 100%;
    position:relative;
    vertical-align:top;
    z-index: 1;
}

 .custom-pagination-bar.custom-pagination-bar-active {
    position: relative;
    background-color: #c7c2ba;
}

.animated-pagination-bar {
    position: absolute;
    background-color: #c60c30;
    height: 100%;
}

.mobile-bullets-container {
    display: none;
}