.caption {
    z-index: 200;
	width: auto;
	right: 10px;
	bottom: 7px;
	padding: 0;
	font-family: AthelasRegular;
    font-style: italic;
	font-size: 10pt;
	font-weight: 300;
	line-height: 15px;
    text-shadow: 0 0 5px #000000;
	color: #ffffff;
	text-align: left;
	position: absolute;
}

.iosSlider {
	z-index:100;
	width: 100%;
	height: 100%;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .item {
	width: 100%;
	height:100%;
	padding:0;
	float: left;
    position: relative;
}

.iosSlider .slider .item:last-child {
    border: none;
}
			
.iosSlider2 {
	z-index:1000;
	width: 90%;
	height: auto;
	padding:15px 0 15px 0;
	float: right;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
			
.iosSlider2 .slider  {
	width: 100%;
	height: 100%;
}
			
.iosSlider2 .slider .button{
	width: 15px;
	height: 15px;
	padding:0;
	margin: 0 15px 0 0;
	float: left;
	position:relative;
    background-color: #25453a;
    border-radius:15px;
	cursor:pointer;
	opacity: 0.3;
	
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
			
.iosSlider2 .slider .button:hover{
	opacity: 1;
}
			
.iosSlider2 .slider .button.selected{
	opacity: 1;
}

.iosSlider2 .slider .button:last-child {
	margin:0;
}

.iosSlider3 {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: visible;
}

.iosSlider3 .slider {
	width: 100%;
	height: 100%;
	margin: 0;
}

.iosSlider3 .slider .item {
	width: 600px;
	height: 600px;
	padding:0;
	margin: 0 1vw 0 1vw;
	float: left;
    position: relative;
}

.iosSlider3 .slider .item:last-child {
    border: none;
}

.background {
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 75%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.iosSlider .slider .item a:hover>.click,
.iosSlider2 .slider .item a:hover>.click, 
.iosSlider3 .slider .item a:hover>.click {
	opacity:1;
}

.prev {
	z-index: 1000;
	width: 60px;
	height: 60px;
	top: calc(50% - 30px);
	left:1%;
	position: absolute;
	background-image:url(../images/prev_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	opacity: 1;
	cursor: pointer;
	
	-webkit-transition:all 0.2s linear; 
	-moz-transition:all 0.2s linear; 
	-ms-transition:all 0.2s linear; 
	-o-transition:all 0.2s linear; 
	transition:all 0.2s linear; 	
}

.next {
	z-index: 1000;
	width: 60px;
	height: 60px;
	top: calc(50% - 30px);
	right:1%;
	position: absolute;
	background-image:url(../images/next_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	opacity: 1;
	cursor: pointer;
	
	-webkit-transition:all 0.2s linear; 
	-moz-transition:all 0.2s linear; 
	-ms-transition:all 0.2s linear; 
	-o-transition:all 0.2s linear; 
	transition:all 0.2s linear;	
}

.prev:hover {
	left:0%;
}

.next:hover {
	right:0%;
}

.prev.unselectable {
	opacity: 0;
}

.next.unselectable{
	opacity: 0;
}

/***************************************************
			        Mobile
***************************************************/
@media (max-width: 1000px) {
	
.caption {
	width: auto;
	right: 5px;
	bottom: 5px;
	font-size: 6pt;
	line-height: 10px;
    text-shadow: 0 0 3px #000000;
	letter-spacing: 1px;
}	
			
.iosSlider2 {
	width: 90%;
	height: auto;
	padding:0;
	padding:12px 0 12px 0;
}
			
.iosSlider2 .slider .button{
	width: 12px;
	height: 12px;
	padding:0;
	margin: 0 12px 0 0;
    border-radius:12px;
}

.iosSlider3 .slider .item {
	width: 400px;
	height: 400px;
	padding:0;
	margin: 0 2vw 0 2vw;
}
	
.prev {
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);	
	left:0%;
}

.next {
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);	
	right:0%;
}

.prev:hover {
	left:0%;
}

.next:hover {
	right:0%;
}
	
}
