@charset "UTF-8";
/* CSS Document */

h3{
	//margin-top:5px;
	padding-top:0;
}
img.hotel-thumbnail{
	margin-bottom:10px;
}

/*Photo section*/
/*carousel slide controller to left and right altered from bootstrap3*/
a.carousel-control {
  width:30px;
  position: absolute;
  z-index: 10;
  top: 45%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.photo-wrapper a.carousel-control{ top:40%;}
.carousel-control.left {
  background-image: none;
  left:0;
}

.carousel-control.right {
  background-image: none;	
  right:-3px;
}

.photo-wrapper .carousel-control.right{right:-5px;}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/*end altered carousel from bootstrap3*/

/* image gallery from: http://tympanus.net/Tutorials/ResponsiveImageGallery*/
.rg-view{margin-top: 10px; height:30px;}
.rg-view a{
	text-decoration:none;
	display:block;
	float:right;
	width:22px;
	height:20px;
	margin-right:3px;
	background:#464646 url(../img/profile/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;}
.rg-view a.rg-view-thumbs{ background-position:0 -16px;}
.rg-view a.rg-view-selected{ background-color:#6f6f6f; border-bottom-color:#6f6f6f;}	

.jk-carousel-wrapper{
	background: #101010;
	padding:10px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	position:relative;
	margin-bottom:20px;
}
.jk-carousel{
	overflow:hidden;
	xbackground:#000;
	height:100px;
	width:100%;
}
.jk-carousel ul{text-align:center;}
.jk-carousel ul li{
	float:left;
	display:block;
	width:104px;
	height:100px;
	text-align:center;
}
.jk-carousel ul li a{
	position:relative;
	display:block;
	border:solid #999 2px;
	opacity:0.8;
	background:#333;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width:100px;
	height:100px;
	display: table-cell;
	vertical-align: middle
}
.jk-carousel ul li.selected a{
	border:#fff 2px solid;
	opacity:1.0;
	background:#000;
}
.jk-carousel ul li a:hover{
	border:#fff 2px solid;
	opacity:1.0;
	background:#000;
}
.jk-carousel ul li a img{
	display:block;
	border:none;
	max-width:100%;
	max-height:100%;
	margin:auto;}
	
.photo-wrapper{
	background: #666;
	padding:10px 0 25px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	position:relative;
	margin-bottom:0px;
	padding:30px 25px 25px 25px;
	min-height:100px;
	text-align: center;
}	
.photo-wrapper .carousel-control.right {
  background-image: none;	
  right:0;
}
.photo-wrapper .img-cover{
	position:relative;
	margin:0 auto;
	background:#999;
}
/*end of photo section*/
/*rate section*/
.table {
	width:100%;
	margin-top:15px;
}
.th {
	background:#ccc;
}
/*end of rate section*/