/* CSS Document */

/* ************************** Main Structure ************************** */
/* ************************** Main Structure ************************** */
#homecontent{
	position:absolute;
	top:180px;
	bottom:100px;
	right:10px;
	left:10px;
	overflow:hidden;
}

#homecontent #leftCol{
	float:left;
	width:40%;
	height:100%;
}
 
 
 
/* ************************** Featured ************************** */
/* ************************** Featured ************************** */
#featuredVillas{
	height:45%;
	width:100%;
	border-radius:20px;
	overflow:hidden;
	position:relative;
}

#featuredVillas h1{
	position:absolute;
	z-index:10;
	top:0;
	background:url(../images/back-trans-black.png);
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	padding:10px;
	margin:0;
	width:100%;
	text-align:center;
}

#featurePrev{ display:none; }
#featureNext{ display:none; }

#featuredVillas .containerFeat{
	display:table;
	width:100%;
	height:100%;
}

#featuredVillas .containerFeat .villaFeat{
	display:table-cell;
	padding:0 2px;
	min-width:33%;
	max-width:100%;
	height:100%;
	float:none;
}

#featuredVillas .containerFeat .villaFeat:first-child{
	padding:0 3px 0 0;
}

#featuredVillas .containerFeat .villaFeat:last-child{
	padding:0 0 0 3px;
}

#featuredVillas .containerFeat .villaFeat a{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	background-size:cover;
	background-position:center center;
	position:relative;
	animation:all 200ms ease-in 0;
}

#featuredVillas .containerFeat .villaFeat a h2{
	position:absolute;
	bottom:15px;
	width:100%;
	height:16px;
	line-height:16px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	background:url(../images/back-trans-white.png);
	padding:4px 0;
	margin:0;
}

#featuredVillas .containerFeat .villaFeat a p{
	position:absolute;
	bottom:42px;
	width:100%;
	height:14px;
	line-height:14px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background:url(../images/back-trans-brown.png);
	padding:4px 0;
	margin:0;
}

#featuredVillas .containerFeat .villaFeat a:hover h2{
	background:url(../images/back-trans-sand.png);
}

#featuredVillas .containerFeat .villaFeat a:hover p{
	background:url(../images/back-trans-bronze.png);
}
				
		
		
				
/* ************************** Things to Do and Management************************** */
/* ************************** Things to Do and Management ************************** */
.servicesHolder{
	width:100%;
	height:55%;
	position:relative;
}

.servicesLocator{
	position:absolute;
	top:20px;
	bottom:0px;
	width:100%;
}

.servicesHolder .servicesLocator .botHolder{
	width:50%;
	float:left;
	height:100%;
	position:relative;
}

.servicesHolder .servicesLocator .botHolder a{
	position:absolute;
	height:100%;
	display:block;
	overflow:hidden;
	border-radius:20px;
	text-decoration:none;
	background-size:cover;
	background-position:center center;
}

.servicesHolder .servicesLocator #thingsToDo a{
	left:0;
	right:5px;
}

.servicesHolder .servicesLocator #propManagement a{
	left:5px;
	right:0;
}

.servicesHolder .servicesLocator .botHolder a h1{
	margin:0;
	padding:8px;
	text-align:center;
	font-size:13.5px;
	font-weight:bold;
	background:url(../images/back-trans-black.png);
	line-height:20px;
	height:20px;
	position:absolute;
	width:100%;
	width:calc(100% - 16px);
	bottom:31px;
	text-decoration:none;
	text-transform:uppercase;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	.servicesHolder .servicesLocator .botHolder a h1{
		font-size:12px;
	}
}

.servicesHolder .servicesLocator .botHolder a h2{
	margin:0;
	padding:4px;
	text-align:center;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	height:20px;
	position:absolute;
	width:100%;
	bottom:0px;
	text-decoration:none;
	letter-spacing: -.5px
}

.servicesHolder .servicesLocator .botHolder a h2 img{
	vertical-align:middle;
	margin: -5px 0 0 5px;
}

.servicesHolder .servicesLocator #thingsToDo a h2{ background:url(../images/back-trans-sand.png); }
.servicesHolder .servicesLocator #propManagement a h2{ background:url(../images/back-trans-coper.png); }




/* ************************** Main Rotative ************************** */
/* ************************** Main Rotative ************************** */


#homecontent #mainRotative{
	float:left;
	width:60%;
	height:100%;
}

#homecontent #mainRotative .RotaholderMargin{
	padding:0 0 0 20px;
	height:100%;
}

#homecontent #mainRotative #Rotative{
	width:100%;
	height:100%;
	border-radius:20px;
	overflow:hidden;
	position:relative;
}

#Rotative .arrow-left{
	left:0;
}

#Rotative .arrow-right{
	right:0;
}

#Rotative .arrowCaja{
	width:35px;
	height:35px;
	width:35px;
	height:35px;
	z-index:9999;
	display:block;
	padding:10px;
	top:50px;
	background:url(../images/back-trans-white.png);
	position:absolute;
	text-decoration:none;
	text-align:center;
}

#Rotative .arrowConte{
	font-size:12px;	
}

#Rotative .arrowConte p{
	margin:0;
	text-decoration:none;
}


#Rotative .royalSlider,
.rsContainer,
.rsOverflow,
.rsSlide,
.rsMainSlideImage{
	border-radius:20px;
	overflow:hidden;
}

#Rotative .rsNav {
    position: absolute !important;
    bottom: 50px;
	right:20px;
}

#Rotative .rsThumb{
	display:block;
	width:55px !important;
	height:55px !important;
	border-radius:28px;
	overflow:hidden;
}

#Rotative .rsThumbsHor{
	width:auto !important;
	height:auto !important;
	background:transparent !important;
}

#Rotative .swiper-wrapper{
	width:100%;
	height:100%;
	overflow:hidden;
	transform:none;
}

#Rotative .swiper-slide{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}

#Rotative .swiper-slide h1{
	position:absolute;
	top:0;
	width:100%;
	background:url(../images/back-trans-black.png);
	height:20px;
	padding:10px;
	font-size:18px;
	line-height:20px;
	text-align:center;
	z-index:900;
	margin:0;
	text-transform:uppercase;
}

#Rotative .swiper-slide .priceholder{
	position:absolute;
	z-index:20;
	margin:0;
	line-height:28px;
	height:28px;
	font-size:28px;
	background:url(../images/back-trans-bronze.png);
	bottom:31px;
	width:100%;
	padding:4px 0;
	font-weight:bold;
}

#Rotative .swiper-slide .priceholder a{
	text-decoration:none;
}

#Rotative .swiper-slide .priceholder span{
	display:block;
	float:left;
	margin:1px 20px 0;
	font-size:11px;
	line-height:11px;
	font-weight:normal;
}
								
#Rotative .swiper-slide .iconsStatsHolder{
	position:absolute;
	z-index:900;
	bottom:0;
	margin:0;
	height:30px;
	width:100%;
	overflow:hidden;
}

#Rotative .swiper-slide .iconsStats{
	padding:0;
}

#Rotative .swiper-slide .iconsStats tr{
	padding:0;
}

#Rotative .swiper-slide .iconsStats tr td{
	text-align:center;
	vertical-align:middle;
	height:16px;
	line-height:16px;
	padding:5px 0;
	width:20%;
	font-size:13.5px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	#Rotative .swiper-slide .iconsStats tr td{
		font-size:10.5px;
		letter-spacing: -.5px;
	}
}

#Rotative .swiper-slide .iconsStats tr td img{
	margin: 0 5px 0 0;
}

#Rotative .swiper-slide .iconsStats tr td span{
	margin: 0 5px;
	font-weight:bold;
}

#Rotative .MainLink{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	z-index:19;
	top:0;
	left:0;
}