.caption {
    z-index: 200;
	width: auto;
	right: 10px;
	bottom: 10px;
	padding: 0;
	font-family: HelveticaNowRegular;
	font-size: 10pt;
	font-weight: 300;
	line-height: 15px;
    text-shadow: 0 0 5px #000000;
	color: #ffffff;
	text-align: left;
	position: absolute;
}

.remark {
	width: 100%;
	bottom: 110px;
	left: 10px;
	font-family: HelveticaNowRegular;
	font-size: 14pt;
	font-weight: 300;
	line-height:20px;
	color: #ffffff;
    text-shadow: 0 0 5px #000000;
	position: absolute;
}

.iosSlider {
	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:100;
	width: 100%;
	height: auto;
	margin: auto;
	padding:0;
    position: relative;
}
			
.iosSlider2 .slider {
	width: 100%;
	height: 100%;
}
			
.iosSlider2 .slider .button{
	width: 20%;
	height: auto;
	padding:0;
	margin: 0;
	float: left;
	position:relative;
	cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	
    -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 {
	font-family: HelveticaNowRegular;
	font-size: 12pt;
	font-weight: 300;
	text-align: center;
	color: #1c1f20;
}
			
.iosSlider2 .slider .button:hover{
	color: #76c5bc;
}
			
.iosSlider2 .slider .button.selected{
	color: #76c5bc;
}

.iosSlider2 .slider .button:last-child {
	margin:0;
}

.iosSlider3 {
	width: 80%;
	height: 100%;
	margin: 0 0 0 10vw;
	overflow: visible;
}

.iosSlider3 .slider {
	width: 100%;
	height: 100%;
	margin: 0;
}

.iosSlider3 .slider .item {
	width: 100%;
	height:100%;
	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% 50%;
    -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: 80px;
	height: 80px;
	top: calc(50% - 40px);
	left:11%;
	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: 80px;
	height: 80px;
	top: calc(50% - 40px);
	right:11%;
	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:10%;
}

.next:hover {
	right:10%;
}

.prev.unselectable {
	opacity: 0;
}

.next.unselectable{
	opacity: 0;
}

/***************************************************
			        Mobile
***************************************************/
@media (max-width: 1000px) {
	
.caption {
	width: auto;
	right: 5px;
	bottom: 5px;
	font-size: 7pt;
	line-height: 10px;
    text-shadow: 0 0 3px #000000;
	letter-spacing: 1px;
}	
			
.iosSlider2 .slider .button{
	width: 18%;
	height: auto;
	padding:0;
	margin: 0 1% 0 1%;
}

.iosSlider2 .slider .button {
	font-size: 9pt;
}
	
.prev {
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);	
	left:11%;
}

.next {
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);	
	right:11%;
}

.prev:hover {
	left:11%;
}

.next:hover {
	right:11%;
}
	
}
