/* --------------------------------------------------- */
/* Series slide show                                   */
/* --------------------------------------------------- */

.srslides {
    padding: 0;
    border: 10px solid #ddd;
    border-radius: 6px;
    width: 281px;
    height: 400px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.srslides:hover {
  box-shadow: -1rem 0 1rem #000;
}
/* flex;position: relative;background: #eeeeec;-webkit-box-align: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;-webkit-box-pack: center;justify-content: center;font-family: 'Open Sans', sans-serif;font-size: 100%;*/

.srslides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.srslides input { display: none; }

.srslide-container { display: block; }

.srslide {
    top: 0;
    opacity: 0;
    width: 281px;
    height: 400px;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all .7s ease-in-out;
}

/*display: -webkit-box;display: flex;position: relative;background: #eeeeec;-webkit-box-align: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;-webkit-box-pack: center;justify-content: center;font-family: 'Open Sans', sans-serif;font-size: 100%;*/

.srslide img {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.srnav label {
    width: 50px;
    height: 70px;
    display: none;
    position: absolute;top:50%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: opacity .2s;
    color: #FFF;
    font-size: 72pt;
    text-align: center;
    line-height: 50px;
    font-family: Awesome, sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

/* width: 100%;height: 100vh;display: -webkit-box;display: flex;position: relative;background: #eeeeec;-webkit-box-align: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;-webkit-box-pack: center;justify-content: center;font-family: 'Open Sans', sans-serif;font-size: 100%; */

.srslide:hover + .srnav label { opacity: 0.5; }
.srnav label:hover { opacity: 1; }
.srnav .next { right: 0; }

input:checked + .srslide-container  .srslide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .srslide-container .srnav label { display: block; }

.srnav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}
/* 100%;height: 100vh;display: -webkit-box;display: flex;position: relative;background: #eeeeec;-webkit-box-align: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;-webkit-box-pack: center; */

.srnav-dots .srnav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: #c7c7e0;
}

.srnav-dots .srnav-dot:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.8);
}

input#img-1:checked ~ .srnav-dots label#img-dot-1,
input#img-2:checked ~ .srnav-dots label#img-dot-2,
input#img-3:checked ~ .srnav-dots label#img-dot-3,
input#img-4:checked ~ .srnav-dots label#img-dot-4,
input#img-5:checked ~ .srnav-dots label#img-dot-5,
input#img-6:checked ~ .srnav-dots label#img-dot-6 {
	background: orange;
}
  /*var n, car, segment, offset, z, sprite, speefor (var n = 0 ; n < totalCars ; n++) offset = Math.random() * Util.randomChoice([-0.8, 0.8])z      = Math.floor(Math.random() * segments.length) * segmentLengsprite = Util.randomChoice(SPRITES.CApeed  = maxSpeed/4 + Math.random() * maxSpeed/(sprite == SPRITES.SEMI ? 4 : 2);car = { offset: offset, z: z, sprite: sprite, speed: speed segment = findSegment(car.zsegment.cars.push(car);cars.push(car);*/
   
.srslides {
    padding: 0;
    width: 286px;
    height: 405px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.srslides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.srslides input { display: none; }

.srslide-container { display: block; }
/*var n, car, segment, offset, z, sprite, speefor (var n = 0 ; n < totalCars ; n++) offset = Math.random() * Util.randomChoice([-0.8, 0.8])z      = Math.floor(Math.random() * segments.length) * segmentLengsprite = Util.randomChoice(SPRITES.CApeed  = maxSpeed/4 + Math.random() * maxSpeed/(sprite == SPRITES.SEMI ? 4 : 2);car = { offset: offset, z: z, sprite: sprite, speed: speed segment = findSegment(car.zsegment.cars.push(car);cars.push(car);*/
   
.srslide {
    top: 0;
    opacity: 0;
    width: 286px;
    height: 405px;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all .7s ease-in-out;
}
