

 /**************************
*
*	GENERAL
*
**************************/


.slider_wrapper {
	padding-top: 17px;
	position: relative;
	text-align: left;
}

.camera_target_content {
	overflow: hidden !important;

}

.camera_wrap {
	display: none;
	position: relative;
	overflow: visible !important;
	z-index: 0;
	margin-bottom: 0 !important;
	border:1px solid #FFF;
	border-radius:15px;
}


.camera_wrap img {
	max-width: 10000px;
	border-radius:10px;
}

.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
}

.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
    background: url(../../Images/img/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: #fff url(../../Images/img/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(../../Images/img/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}

.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_commands > .camera_stop {
	display: none;	
}


.slide_wrapper .camera_prev{
	background: url(../../Images/img/prevnext_bg.png) 0 0 repeat;
	width: 70px;	
	top: 0 !important;
	height: auto !important;
	bottom: 0;
	left: -80px;
	display: block;
	position: absolute;
	opacity: 1 !important;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.slide_wrapper .camera_prev>span {
	background: url(../../Images/img/prev.png) center 0 no-repeat;
	top: 50%;
		
	margin-top: -10px;
	position: absolute;
	display: block;
	height: 20px;
	left: 0;
	right: 0;
}

.slide_wrapper .camera_next>span {
	background: url(../../Images/img/next.png) center 0 no-repeat;
	top: 50%;
	margin-top: -10px;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	height: 20px;
}



.slide_wrapper .camera_next {
	background: url(../../Images/img/prevnext_bg.png) 0 0 repeat;
	width: 70px;	
	top: 0  !important;
	bottom: 0;
	height: auto !important;

	right: -80px;
	display: block;
	position: absolute;
	opacity: 1 !important;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.camera_thumbs_cont {
	z-index: 900;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}


.camera_thumbs_cont > div {
	float: left;
	width: 100%;

}
.camera_thumbs_cont ul {
	background: url(../../Images/img/thumb_bg.png) 0 0 repeat;
	overflow: hidden;
	position: relative;
	width: 100% !important;
	margin: 0 !important;
	margin-left: 0px !important;
	left: 0% !important;
	margin-top: 0px !important;
	text-align: center;
	padding: 10px 0 10px;
}
.camera_thumbs_cont ul li {
	background-color: transparent;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.camera_thumbs_cont ul li+li  {
	margin-left: 11px !important;
}
.camera_thumbs_cont ul li > img {
	cursor: pointer;
	opacity: 1 !important;
	vertical-align:bottom;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}





.camera_thumbs_cont ul li:hover, .camera_thumbs_cont ul li.cameracurrent {
	opacity: 0.5;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
	text-align: right;
}



.caption {
	position: absolute;
	text-align: left;
	left: 0px;
	right: 0;
	bottom: 0px;
	color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:25px;
}

.caption a {
	text-decoration:none;	
}

/*.caption a {
	font: 600 15px/20px 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	background-color: #ffd400;
	padding: 14px 20px 16px;
}

.caption a:hover {
	background-color: #363f45;
}*/

.caption strong{
	font-size:28px;
	font-weight:bold;	
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	line-height:36px;
	text-shadow: rgb(37, 37, 37) 2px 2px 1px;

}

.caption a:hover strong{
	text-decoration:underline;	
}


.caption b{
	font-weight:bold;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}

.caption p{
	margin-top:0px;
	padding-top:0px;
	font-size:23px;
	line-height:32px;
	color:#FFF100;
	/*text-shadow:2px 2px 1px #666666;*/
}

.buttons a{
	padding:12px 20px;
	display:inline-block;
	background:#333;
	color:#FFF;
	border-radius:7px;
	border:2px solid #FFF;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}
.buttons a.chat{
	margin-right:5px;
	background:#FE6601;	
}

.buttons a.reserva{
	margin-left:5px;	
	background:#185DC4;
}

.caption .call{
	font-size:20px;
	color:#000;
	margin-top:15px;	
	font-weight:bold;
}

/**************************
*
*	COLORS & SKINS
*
**************************/




.camera_pag  {
	display: block;
	position: absolute;
	right: 2%;
	margin-left: -40px;
	top: 15px;
	overflow: hidden;
	z-index: 999;
	text-align: left;

}

.camera_pag_ul {
 	overflow: hidden;
	padding:0px;
	margin:0px;
}

.camera_pag ul li {
	float: left;
	list-style:none;
}

.camera_pag ul li+li {
	margin-left: 11px;
}

.camera_pag ul li+li+li {
	margin-left: 12px;
}

.camera_pag ul li span {
	background: url(../../Images/img/pagination.png) right 0 no-repeat;
	display: block;
	width: 19px;
	height: 19px;
	overflow: hidden;
	color: transparent;
	text-indent: -100px;
}

.camera_pag ul li:hover span, .camera_pag ul li.cameracurrent span {
	cursor: pointer;
	background-position: 0 0;
}


/*

.camera_prev, .camera_next {
	display: block;
	position: absolute;
	width: 14px;
	height: 25px;
	right: 58px;
	color: #cdcdce;
	cursor: pointer;
	bottom: 30px;
	z-index: 999;
	background: url(../images/prevnext.png) 0 0 no-repeat;
	
}

.camera_next {
	right: 31px;
	background-position: right bottom;
}

.camera_prev:hover {
	background-position: 0 bottom;
}

.camera_next:hover  {
	background-position: right 0;
}



*/

@media only screen and (max-width: 767px) {
/*@media only screen and (min-width: 768px) and (max-width: 1300px) {*/	
.caption {
	bottom: 70px;
}
.caption strong{
	font-size:25px;
}

.caption p{
	margin-top:0px;
	padding-top:0px;
	font-size:20px;
	line-height:24px;
	text-shadow:2px 2px 1px #666666;
}
.camera_pag  {
	bottom: 26px;
}

.buttons a{
	padding:5px 10px;
	font-size:13px;
	text-decoration:none;
}
.buttons a.chat{
	margin-right:5px;
	background:#FE6601;	
}

.buttons a.reserva{
	margin-left:5px;	
	background:#185DC4;
}

}



@media only screen and (min-width: 768px) and (max-width: 1300px) {
	.caption {
		bottom: 30px;
	}
	
	.caption strong{
		font-size:35px;
	}
	
	.caption p{
		margin-top:0px;
		padding-top:0px;
		font-size:27px;
		line-height:30px;
		text-shadow:2px 2px 1px #666666;
	}
	.camera_pag  {
		bottom: 2px;
	}
}

/*@media only screen and (min-width: 1301px) and (max-width: 1600px) {
	.caption {
		bottom: 100px;
	}
}*/