.thumb_holder {
	z-index:100;
	width: 100%;
	height: auto;
	bottom:0;
	padding:0;
	margin:0;
    position: absolute;
	background:rgba(0,0,0,0.7)
}
			
.thumb_text{
	width:100%;
	height:auto;
	margin: 10px 0 10px 0;
    position: relative;
}
			
.thumb_text h1{
	margin:0;
	font-family: "Oxygen Light";
	font-size: 16pt;
	font-weight: 300;
	text-align:center;
	text-transform:uppercase;
	color: #ffffff;
}
			
.thumb_text h2{
	font-family: "Oxygen Light";
	font-size: 12pt;
	font-weight: 300;
	text-align:center;
	color: #ffffff;
}
			
.thumb{
	width: 815px;
	height: auto;
	padding:0;
	margin:auto;
    position: relative;
}

.thumb li{
	width: 200px;
	height: 120px;
	list-style:none;
	padding:0;
	margin: 0 5px 0 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;
	cursor:pointer;
	opacity:0.5;
	
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
			
.thumb li:hover{
	opacity:1;
}
			
.thumb li.active{
	opacity:1;
}

.thumb li:last-child {
	margin:0;
}

.remark {
	z-index:10;
	width:100%;
	height:30px;
	bottom:0;
	position:absolute;
	background-color:rgba(0,0,0,0.7);
	line-height:30px;
	font-family: "Oxygen Light";
	font-size: 12pt;
	font-weight: 300;
	text-align:center;
	color: #ffffff;
}

.info {
	z-index:10;
	width:100%;
	height:auto;
	bottom:0;
	padding:10px 0 10px 0;
	position:absolute;
	background-color:rgba(0,0,0,0.7);
	line-height:30px;
	font-family: "Oxygen Light";
	font-size: 12pt;
	font-weight: 300;
	text-align:center;
	color: #ffffff;
}

.gallery {
	z-index:0;
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
}

.iosSlider{
	width: 100%;
	height: 100%;
	float:left;
	position:relative;
	overflow:hidden;
}

.iosSlider .slider{
	z-index:1;
	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: 100%;
	height: auto;
	margin:0;
	bottom: 30px;
    position: absolute;
}
			
.iosSlider2 .slider {
	width: 100%;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
			
.iosSlider2 .slider .button{
	width: 10px;
	height: 10px;
	padding:10px;
	margin: 0 15px 0 0;
	float: left;
	position:relative;
    background-color: #ffffff;
	font-family: "Oxygen Light";
	font-size: 12pt;
	font-weight: 600;
	color: #1c1f20;
	text-align: center;
	line-height: 10px;
    border-radius:20px;
	cursor:pointer;
	opacity: 1;
	
    -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-color: #1c1f20;
	color: #ffffff;
}
			
.iosSlider2 .slider .button.selected{
    background-color: #1c1f20;
	color: #ffffff;
}

.iosSlider2 .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;
}

.background2 {
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.background3 {
    z-index: 1;
	height:810px;
    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;
}

.logo img{
    z-index: 100;
	width:150px;
	height:100px;
    top: 10px;
    left: 10px;
    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;
}

.caption {
    z-index: 100;
    bottom: 10px;
    right: 20px;
    position: absolute;
	font-family: "Oxygen Light";
	font-size: 20pt;
	font-weight: 300;
	color: #ffffff;
    text-shadow: 1px 1px #000000;
}

.caption2 {
    z-index: 100;
    bottom: 10px;
    right: 20px;
    position: absolute;
	font-family: "Oxygen Light";
	font-size: 10pt;
	font-weight: 300;
	color: #000000;
}

.caption3 {
    z-index: 100;
    bottom: 10px;
    right: 20px;
    position: absolute;
	font-family: "Oxygen Light";
	font-size: 10pt;
	font-weight: 300;
	color: #ffffff;
}

.close_btn {
	z-index: 1000;
	width: 50px;
	height: 50px;
    top: 10px;
    right: 10px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	background-image:url(../images/close_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

.close_btn:hover {
	background-color: rgba(0, 0, 0, 1);
}

.prev {
    z-index: 1000;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: 0px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    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;
	
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.next {
	z-index: 1000;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	right:0px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	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;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

.prev:hover {
	background-color: rgba(0, 0, 0, 1);
}

.next:hover {
	background-color: rgba(0, 0, 0, 1);
}

.prev.unselectable {
	opacity: 0;
}

.next.unselectable {
	opacity: 0;
}

iframe{
	width:100%;
	height:1000px;
}

/***************************************************
			        Mobile
***************************************************/
@media (max-width: 1000px) {
			
.thumb_holder {
	width: 100%;
	height: auto;
}
			
.thumb_text{
	width:100%;
	height:auto;
	margin: 5px 0 5px 0;
}
			
.thumb_text h1{
	font-size: 10pt;
}
			
.thumb_text h2{
	font-size: 8pt;
}
			
.thumb{
	width: 100%;
	height: auto;
}

.thumb li{
	width: 25%;
	height: 80px;
	padding:0;
	margin: 0;
}

.remark {
	width:100%;
	height:25px;
	font-size: 10pt;
}
			
.iosSlider2 {
	bottom: 20px;
}
			
.iosSlider2 .slider .button{
	width: 7px;
	height: 7px;
	padding:10px;
	margin: 0 10px 0 0;
	font-size: 10pt;
	line-height: 5px;
    border-radius:20px;
}

.background3 {
	height:315px;
}

.logo img{
	width:105px;
	height:70px;
    top: 5px;
    left: 5px;
}

.caption {
    bottom: 5px;
    right: 5px;
	font-size: 14pt;
}

.caption2 {
    bottom: 5px;
    right: 5px;
	font-size: 9pt;
}

.caption3 {
    bottom: 5px;
    right: 5px;
	font-size: 9pt;
}

.close_btn {
	width: 40px;
	height: 40px;
    top: 5px;
    right: 5px;	
}

.prev {
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);		
}

.next {
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);	
}

#prev_colour {
	top: calc(50% - 87.5px);
}

#next_colour {
	top: calc(50% - 87.5px);
}

iframe{
	width:100%;
	height:300px;
}

}
