.caption {
    z-index: 200;
	width: 100%;
	bottom: 60px;
	padding: 0;
	font-family: PlayfairDisplayBold;
	font-size: 28pt;
	font-weight: 600;
	line-height: 45px;
	text-transform: uppercase;
    text-shadow: 0 0 5px #000000;
	color: #ffffff;
	text-align: center;
	position: absolute;
}

.remark {
	width: 100%;
	bottom: 110px;
	left: 10px;
	font-family: PlayfairDisplayRegular;
	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: auto;
	height: 20px;
	padding:0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
			
.iosSlider2 .slider  {
	width: 100%;
	height: 100%;
}
			
.iosSlider2 .slider .button{
	width: 10px;
	height: 10px;
	padding:0;
	margin: 0 5px 0 0;
	float: left;
	position:relative;
    background-color: #ffffff;
	border: 2px solid #aaaaaa;
    border-radius:8px;
	cursor:pointer;
	
    -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{
	background:#B89D69;
	border: 2px solid #B89D69;
}
			
.iosSlider2 .slider .button.selected{
	background:#B89D69;
	border: 2px solid #B89D69;
}

.iosSlider2 .slider .button:last-child {
	margin:0;
}

.iosSlider3 {
	width: 85%;
	height: 700px;
	margin: 0 0 0 10%;
	overflow: visible;
}

.iosSlider3 .slider {
	width: 100%;
	height: 100%;
}

.iosSlider3 .slider .item {
	width: 100%;
	height:100%;
	padding:0;
	margin: 0 5% 0 0;
	float: left;
    position: relative;
	box-shadow: 5px 5px 10px #aaaaaa;
}

.iosSlider3 .slider .item:last-child {
    border: none;
}

.iosSlider4 {
	width: 100%;
	height: 100%;
	display: block;
    justify-content: center;
    align-items: center;
}

.iosSlider4 .slider {
	width: 100%;
	height: 100%;
}

.iosSlider4 .slider .item {
	width: 100%;
	height: 100%;
	left: 0;
	padding:0;
	margin: 0;
	float: left;
    position: relative;
}

.iosSlider4 .slider .item:last-child {
    border: none;
}
			
.iosSlider4 .slider .button{
	width: 100%;
	height: 200px;
	padding:0;
	margin: 0 0 50px 0;
	float: left;
	position:relative;
	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;
	opacity: 0.7;
	cursor:pointer;
	
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
			
.iosSlider4 .slider .button:hover{
	opacity: 1;
}
			
.iosSlider4 .slider .button.selected{
	opacity: 1;
}

.iosSlider4 .slider .button:last-child {
	margin:0;
}

.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: 60px;
	height: 60px;
	top: calc(50% - 30px);
	left:20px;
	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:20px;
	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:10px;
}

.next:hover {
	right:10px;
}

.brochure_btn {
	width: 168px;
	height: 30px;
	margin: 0 60px 0 0;
	float: left;
	position: relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/brochure_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor: pointer;
}

.prev2 {
	z-index: 1000;
	width: 66px;
	height: 30px;
	margin: 0 20px 0 0;
	float: left;
	position: relative;
	background-image:url(../images/prev_btn2.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;		
}

.next2 {
	z-index: 1000;
	width: 66px;
	height: 30px;
	float: left;
	position: relative;
	background-image:url(../images/next_btn2.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;		
}

.prev2:hover {
	opacity: 0.5;
}

.next2:hover {
	opacity: 0.5;
}

.prev3 {
	z-index: 1000;
	width: 66px;
	height: 30px;
	top: -40px;
	position: absolute;
	background-image:url(../images/prev_btn2.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;		
}

.next3 {
	z-index: 1000;
	width: 66px;
	height: 30px;
	bottom: -40px;
	position: absolute;
	background-image:url(../images/next_btn2.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;		
}

.prev3:hover {
	opacity: 0.5;
}

.next3:hover {
	opacity: 0.5;
}

.prev.unselectable,
.prev2.unselectable,
.prev3.unselectable {
	opacity: 0.5;
}

.next.unselectable,
.next2.unselectable,
.next3.unselectable {
	opacity: 0.5;
}

/***************************************************
			        Mobile
***************************************************/
@media (max-width: 1000px) {

.caption {
	bottom: 40px;
	padding: 0;
	font-size: 14pt;
	line-height:25px;
}

.remark {
	width: 100%;
	bottom: 55px;
	left: 10px;
	font-size: 10pt;
	font-weight: 300;
}
	
.iosSlider2 .slider .button{
	width: 8px;
	height: 8px;
	padding:0;
	margin: 0 4px 0 0;
}

.iosSlider3 {
	width: 85%;
	height: 350px;
	margin: 0 0 0 10%;
}
			
.iosSlider4 .slider .button{
	width: 100%;
	height: 90px;
	padding:0;
	margin: 0 0 15px 0;
}
	
.prev {
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);	
}

.next {
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);		
}

.brochure_btn {
	width: 112px;
	height: 20px;
	margin: 0 30px 0 0;
}

.prev2 {
	width: 44px;
	height: 20px;
	margin: 0 10px 0 0;	
}

.next2 {
	width: 44px;
	height: 20px;
}

.prev3 {
	width: 44px;
	height: 20px;
	top: -25px;
}

.next3 {
	width: 44px;
	height: 20px;
	bottom: -25px;
}
}
