/* -----------------------------------start mainslide1 -------------------------------------- */

* {box-sizing:border-box}

/* main Slide container */
.mainSlideContainer {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mainSlideScene {
display: none;
height:130px ;
overflow: hidden;
}

/* Next & previous buttons */
.slideMover {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background: rgba(200,200,200, 0.3);
  opacity:0.7;
  display:none;
  /*filter:alpha(opacity=100);*/
}

.mainSlideContainer:hover .slideMover{
display:block;
}

/* Position the "next button" to the right */
#nextMover{
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(0,0,0,0.8);*/
}

/* Caption text */
.text {
color:#eeeeee;
  font-size: 14px;
  font-weight:bold;
  padding: 5px 5px;
  position: absolute;
bottom:0px;
  width:100%;
  text-align: center;
  background: rgba(200,200,200, 0.0);
  /*opacity:0.1;*/
  /*filter:alpha(opacity=300);*/
text-shadow: 2px 2px 5px #555555;
}

/* slide counter */
.slideCounter {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* navigation Button */
.navButtons{
position: absolute;
bottom:50px;
width: 100%;
text-align: center;
}
.navButton {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .navButton:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.0s;
  animation-name: fade;
  animation-duration: 2.0s;
}

@-webkit-keyframes fade {
  from {opacity: .5}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .5}
  to {opacity: 1}
}




@media only screen and (min-width:200px) {
.mainSlideScene {
height:100px ;
}
}

@media only screen and (min-width:250px) {
.mainSlideScene {
height:125px ;
}
}


@media only screen and (min-width:300px) {
.mainSlideScene {
height:150px ;
}
}

@media only screen and (min-width:350px) {
.mainSlideScene {
height:175px ;
}
}

@media only screen and (min-width:400px) {
  .mainSlideScene {
  height:200px ;
  }
}

@media only screen and (min-width:450px) {
  .mainSlideScene {
  height:225px ;
  }
}

@media only screen and (min-width:500px) {
  .mainSlideScene {
  height:250px ;
  }
}

@media only screen and (min-width:550px) {
  .mainSlideScene {
  height:275px ;
  }
}

@media only screen and (min-width:600px) {
  .mainSlideScene {
  height:300px ;
  }
}

@media only screen and (min-width:650px) {
  .mainSlideScene {
  height:325px ;
  }
}

@media only screen and (min-width:700px) {
  .mainSlideScene {
  height:350px ;
  }
}

@media only screen and (min-width:750px) {
  .mainSlideScene {
  height:375px ;
  }
}

@media only screen and (min-width:800px) {
  .mainSlideScene {
  height:400px ;
  }
}

@media only screen and (min-width:850px) {
  .mainSlideScene {
  height:425px ;
  }
}

@media only screen and (min-width:900px) {
  .mainSlideScene {
  height:450px ;
  }
}

@media only screen and (min-width:950px) {
  .mainSlideScene {
  height:475px ;
  }
}

@media only screen and (min-width:1000px) {
  .mainSlideScene {
  height:500px ;
  }
}

@media only screen and (min-width:1050px) {
  .mainSlideScene {
  height:525px ;
  }
}

@media only screen and (min-width:1100px) {
  .mainSlideScene {
  height:550px ;
  }
}

@media only screen and (min-width:1150px) {
  .mainSlideScene {
  height:575px ;
  }
}

@media only screen and (min-width:1200px) {
  .mainSlideScene {
  height:600px ;
  }
}
/* ------------------------------------- end mainslide1 ------------------------------------- */
