#slides label, #active, img { 
-moz-user-select:none;
-webkit-user-select:none; 
}

#slider {
	margin: 0 auto;
}

#slider input {
	display: none;
}

#slide1:checked ~ .inner { margin-left:0; }
#slide2:checked ~  .inner { margin-left:-100%; }
#slide3:checked ~ .inner { margin-left:-200%; }

#overflow {
	width: 100%;
	overflow: hidden;
	position: relative; 
}
#slides article img {
	width: 100%;
}
#slides .inner {
	width: 500%;
	line-height: 0;
}

#slides article {
	width: 20%;
	float: left;
}

/* Control Setup___________________________________ */

#slider #controls {
    height: 50px;
	position: absolute;
	bottom: 90px;
	width: 100%;
}

#slider #controls label { 
	display: none;
	width: 30px;
	height: 50px;
	/*opacity: 0.3;*/
}

#slides #active {
    height: 20px;
    display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

#active > label {
    margin-left: 5px;
}

#slides #active label {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	width: 12px;
	height: 12px;
    background: #fbfbfe;
    border: 1px solid #3c67ad;
}

#slides #active label:hover {
	background: #e8e8f9;
	cursor: pointer;
}

#slides #controls label:hover {
	opacity: 0.8;
	cursor: pointer;
}

#slide1:checked ~ #controls label:nth-child(2), 
#slide2:checked ~ #controls label:nth-child(3),  
#slide3:checked ~ #controls label:nth-child(1) {
	background: url('/site/img/icons/quick-link.svg') no-repeat;
	background-size: 22px;
	float: right;
	display: block;
	cursor: pointer;
}


#slide1:checked ~ #controls label:nth-child(3),
#slide2:checked ~ #controls label:nth-child(1),
#slide3:checked ~ #controls label:nth-child(2) {
	background: url('/site/img/icons/quick-link-pre.svg') no-repeat;
	background-size: 22px;
	float: left;
	display: block;
	cursor: pointer;
	margin-left: 7px;
}

#slide1:checked ~ #active label:nth-child(1), 
#slide2:checked ~ #active label:nth-child(2), 
#slide3:checked ~ #active label:nth-child(3) {
    background: #3c67ad none repeat scroll 0 0;
    border-color: #3c67ad !important;
    cursor: pointer;
}
/* Transition */

#slides .inner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

#slider {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#controls label{
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	clear: inherit;
}

#slides #controls, #slides, #slides #active, #slides #active label{
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.sliderContent{
	width: 100%;
	display: inline-block;
	margin: 15px 0 0 0;
	position: relative;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.sliderTransparent{
	position: absolute;
	width: 40px;
	height: 100%;
	display: block;
	background: #FFF;
	opacity: 0.5;
	/*right: 0;*/
	left: 0;
}
.sliderContent .textSlider{
	background: #f5f7fb;
	padding: 15px 45px 20px 25px;
	font-size: 1.2rem;
	line-height: 1.5rem;
	max-width: 33.5%;
	min-height: 210px;

	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	/*flex: 30%;
	-webkit-flex: 1 1 32%;
	-ms-flex: 1 1 32%;
	flex: 1 1 32%;*/
	flex: 32.0%;
	-webkit-flex: 1 1 33.5%;
	-ms-flex: 1 1 33.5%;
	flex: 1 1 33.5%;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}


.textSlider +  .linkPicSlider{
	display: inline-block;
	/*-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;*/
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	flex: 65%;
	-webkit-flex: 0 0 66.5%;
	-ms-flex: 0 0 66.5%;
	flex: 0 0 66.5%;
	/*flex: 65%;
	-webkit-flex: 0 0 68%;
	-ms-flex: 0 0 68%;
	flex: 0 0 68%;*/
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	max-width: calc(68.4% - 25px);
}
.textSlider > a {
	font-size: 1rem;
}

.optionLeft{
	position: absolute;
	width: 30px;
	right: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}
.sliderContent h2 {
    padding-bottom: 10px;
}

.sliderContent a{
	font-weight: 600;
}