/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2018 | 03:32:52 */
/* Slides */
.mySlides {
  display: none;
  padding: 0px;
  text-align: left;
} 
/* previous button */
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #e2e2e2 !important;
  font-weight: bold;
  font-size: 42px;
  border-radius: 0 3px 3px 0;
  user-select: none;
} 
/* Next buttons */
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #e2e2e2 !important;
  font-weight: bold;
  font-size: 42px;
  border-radius: 0 3px 3px 0;
  user-select: none;
} 
/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
} 
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(248,248,248,1.0);
  color: white;
} 
/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #fff;
} 
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
} 
/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #235adb;
} 
/* Add an italic font style to all quotes */
q {font-style: italic;}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .1}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .1}
  to {opacity: 1}
}

@media (max-width: 767px) {
.prev {
  margin-top: 413px;
} 
.next {
  margin-top: -10px;
}
}

@media (max-width: 375px) {
.prev {
  margin-top: 435px;
} 
}