#iosSlider_selectors_3,
#iosSlider_selectors_1 {display: none!important;}

.slider-left-open-3::before {
 	content: " ";
	width: 36px;
    height: 36px;
    display: block;
    transition: opacity 500ms cubic-bezier(.17,.04,.03,.94);
	background: url('../img/chevron-down-thin-white.png') center no-repeat;
	background-size: 100%;
	
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); 
}

.slider-right-open-3::before {
 	content: " ";
	width: 36px;
    height: 36px;
    display: block;
    transition: opacity 500ms cubic-bezier(.17,.04,.03,.94);
	background: url('../img/chevron-down-thin-white.png') center no-repeat;
	background-size: 100%;
	
	
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); 
}

span.line {
    display: block;
    height: 1px;
    background-color: #fff;
    max-width: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}