/* CSS Document */

	body {
				/* overflow: hidden; */
				margin: 0;
			}
			
			.nextbtns_wrapper {
			height: 70px;
			overflow: visible;
			margin-top: -75px;
			}
			
			.prevButton, .nextButton {
			    position: relative;
				     top: -250px;
				width: 70px;
				height: 70px;
				background-image: url('images/slider_left.png');
				background-size: contain;
				z-index: 2;
				background-repeat:no-repeat;
				background-position: center center;
			}
			
			.prevButton {
				left: 0px;
			}
			
			.nextButton {
				float:right;
				right: 0px;
				background-image: url('images/slider_right.png');
				z-index: 3;
			}
			
			.responsive_height {
				height: 0;
				padding: 0 0 50% 0; /* responsive slider height = 40% of the browser width; ie. slide image aspect ratio: w10xh4 */
				position: relative;
				overflow: visible;
			}
			
			.responsive_height > .container_slider {
				position: absolute;
				width: 100%;
				height: 100%;
				overflow: hidden;
			}
			
			.iosSlider {
				width: 100%;
				height: 100%;
				background: #aaa;
			}
			
			.iosSlider .slider {
				width: 100%;
				height: 100%;
			}
			
			.iosSlider .slider .item {
				position: relative;
				top: 0;
				left: 0;
				
				width: 100%;
				height: 100%;
				margin: 0 0 0 0;
			}
			
			.iosSlider .slider .item img {
				width: 100%;
			}
			
			.slider .item {
			color: #fff;
			background-size:cover;
			}
			
				.iosSlider .slider .item .text {
				position: absolute;
				top: 20px;
				left: 60px;
				width: 90%;
				min-height: 260px;
				padding: 0px;
				text-align: left;
			}
			
			.iosSlider .slider .item .text.videoslide {
				text-align: center;
				padding-top:210px;
			}
			
			.iosSlider .slider .item .text.videoslide a {
				margin-left:-40px;
			}
			
			
			
			.iosSlider .slider .item .title span {
                font-family: 'ChronicleDisplay-Roman';
				font-size:34px;
				font-weight:normal;
			}
			
			
			
			.selectorsBlock {
				margin-top:-30px;
			}
			
			.selectorsBlock {
				text-align:center;
			}
			
			 .selectorsBlock .selectors .item {
position: relative;
top: 0;
left: 0;
 display:inline-block;
width: 15px;
height: 15px;
margin: 0 0 0 15px;
background: #000;
z-index:100;
border-radius: 50%;
}

.selectorsBlock .selectors .selected {
background: #fff;
}


@media screen and (max-width:390px) {


}
	
	
		

