﻿/*Slider*/
div.thumbnaillist.Left,
div.thumbnaillist.Right {
  position: absolute;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 10px;
  /*height: 100%;  This is controlling how tall the left and right controls are */
  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;
}
.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;
}
.LeftThumbDesign,
.RightThumbDesign {
  width: 45%;
  display: inline-block;
}
.LeftThumbDesign .ui-placeholder,
.RightThumbDesign .ui-placeholder {
  border: dashed darkgrey 1px;
  height: 20px;
  background-color: whitesmoke;
}
.LeftThumbDesign ul li,
.RightThumbDesign ul li {
  list-style: none;
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  border: darkgray solid 1px;
  margin: 5px;
  background-image: -webkit-linear-gradient(top, white, lightgrey);
  background-image: -moz-linear-gradient(top, white, lightgrey);
  background-image: -ms-linear-gradient(top, white, lightgrey);
  background-image: -o-linear-gradient(top, white, lightgrey);
  background-image: linear-gradient(to bottom, white, lightgrey);
}
.LeftThumbDesign .LeftThumb,
.RightThumbDesign .LeftThumb,
.LeftThumbDesign .RightThumb,
.RightThumbDesign .RightThumb {
  border: solid 1px black;
  min-height: 42px;
}
.LeftThumbDesign .RightThumb,
.RightThumbDesign .RightThumb {
  text-align: right;
}
.LeftThumbDesign .LeftThumbBin,
.RightThumbDesign .LeftThumbBin,
.LeftThumbDesign .RightThumbBin,
.RightThumbDesign .RightThumbBin {
  background-color: lightgray;
  opacity: 0.8;
  min-height: 40px;
}
.ArrowsSelect tr {
  display: inline-block;
  width: 200px;
}
.ArrowsSelect tr .dnnRadiobutton {
  position: absolute;
  margin: 20px 0;
}
.ArrowsSelect tr label.dnnBoxLabel {
  font-family: Arrows;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  font-size: 50px;
  margin: 0 40px;
}
.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;
}
.paginationWrapper {
  background: none !important;
  bottom: 10px;
  width: 100%;
  text-align: center;
  position: absolute;
  height: 5%;
}
.pagination {
  position: relative;
  z-index: 1 !important;
  padding: 18px;
  width: 100%;
  margin: 0 auto;
}
.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%;
}
