@CHARSET "ISO-8859-1";

section#explore {
	margin-bottom: 30px;
}

#explore h2 {
	color: #4d4d4d;
} 

section#explore .placeholder {
	height: 251px;
	margin-bottom: 25px;
}

section#explore .destination p.title {
	font-size: 18px;
}

#explore .visit {
	text-decoration: none;
	color: #4d4d4d;
}

#explore .visit:active,
#explore .visit:hover,
#explore .visit:focus,
#explore .visit:visited {
	outline: none !important;
}

#explore .place-outer {
	background-color: #F4F4F4;
	margin-bottom: 25px;
}

#explore .place-outer .box-img {
	position: relative;
	background-size: cover;
    background-position: 50% 50%;        
    width: 100%;
    padding-top: 66.667%;
}

#explore .place-outer .content-box {
	border-bottom: 2px solid #e0e0e0;
    clear: both;
    overflow: hidden;
    padding: 5px 10px;
    height: 98px;	
}

#explore .place-outer .content-box p,
#explore .place-outer .content-box p {
	margin: 5px 0;
}	

#explore .destination-container .place-outer .content-box p.title {
	font-size: 120%;	
}

#explore .place-outer .content-box .list-star {
	margin: 5px 0;
	line-height: 20px;
	overflow: hidden;
}

#explore .list-star span{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: url(../resource/images/star-off.png);
	margin-right: 4px;
}

#explore .list-star span.active{
	background: url(../resource/images/star-on.png);
}

#explore .place-outer .content-box .remarks {
	color: red;
	font-size: 13px;
	line-height: 20px;
}

#explore .link-list {
	font-size: 110%;
	white-space: nowrap;
	text-decoration: none;
	padding:8px 10px;
	background-color:#70b936;
	color:#fff;
	border-radius:5px;
	transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
}

#explore .link-list:hover {
	background-color:#4d9813;
}

#explore .place-outer .overlay {
	position: relative;
	width: 100%;
	height: 100%;
}

#explore .place-outer .box-img .cost {
	position: absolute;
	bottom: 20px;
	left: 0px;	
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	font-weight:700;
	font-size: 30px;
	background:rgba(0, 0, 0, 0.6);
}

#explore .cost > span {
    display: inline-block;
    font-size: 60%;
    font-weight: 400;
    margin: -4px 4px 0 0;
    vertical-align: top;
}

#explore .cost .fa.fa-bolt {
  color: #f6ae32;	
  font-size: 20px;  
}	

#explore .place-outer .overlay .favourites.active,
#explore .place-outer .overlay .favourites.active.on:hover {
	background: url(../resource/images/icon-favourites-gold.png);
} 

#explore .place-outer .overlay .favourites.off:hover {
	background: url(../resource/images/icon-favourites-white.png);
}

#explore .place-outer .overlay .favourites:hover {
	background: url(../resource/images/icon-favourites-white-hover.png);
}

#explore .place-outer .overlay .favourites {
	display: block;
	z-index: 99;
	width: 24px;
	height: 38px;
	position: absolute;
	top: 0px;
	right: 32px;
	background: url(../resource/images/icon-favourites-white.png);
	cursor: pointer;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}

#explore .place-outer .content-box .left {
	float: left;
	width: 50%;
}

#explore .place-outer .content-box .right {
	float: right;
	width: 50%;
}

.vg-prev {
  left: 10px;
  background: url(../resource/images/controls.png) no-repeat 0 -32px;
}
.vg-prev:hover,
.vg-prev:focus {
  background-position: 0 0;
}
.vg-next {
  right: 10px;
  background: url(../resource/images/controls.png) no-repeat -43px -32px;
}
.vg-next:hover,
.vg-next:focus {
  background-position: -43px 0;
}
.vegas-controls-direction span {
  position: absolute;
  display: none;  
  top: 45%;
  margin-top: 0;
  outline: 0;
  width: 32px;
  height: 0;
  text-indent: -9999px;
  z-index: 9999;
}

.vegas-wrapper .vegas-controls-direction span.active {
	height: 32px;
}


@media (max-width: 568px) {

	#explore h2 {
		font-size: 24px;
	}
	
	.vegas-wrapper .vegas-controls-direction span {
		display: inline-block;
		margin-top: -16px;
		height: 32px;		
	}
	
	p.mobile-hidden {
		display: none;
	}	

	#explore .place-outer .content-box .remarks {		
		font-size: 14px;		
	}
	
	#explore .place-outer .content-box .left {
		width: 100%;
	}
	
	#explore .place-outer .content-box .right {
		width: 100%;
	}
	
	#explore .place-outer .content-box {
		height: 123px;
	}
}
