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




@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@import 'https://fonts.googleapis.com/css?family=Chicle';



body{
	width:100%;		
	margin:0;
	padding:0;
	background-color:#FFFFFF;	
}

.flagSize{
	width:25px;
	height:auto;
	margin-bottom:3px;
	margin-left:5px;
	float:right;	
}

.clear{
	clear:both;
}

.left{ float:left; }
.right{ float:right;}

.imgFloatLeft{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}


.imgFloatRight{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}

.hr-black{
	border:#000000 solid thin;	
}

.hr-gray{
	border:#3E4047 solid thin;	
}


.strong{
	font-weight:bold;	
}

header{
	width:100%;
	height:85px;
	z-index:999;
	position:fixed;	
	background-color:#FAF9F2;
	
}

.graybox{
	width:100%;
	height:50px;
	line-height:50px;
	background-color:#3E4047;
	overflow:hidden;
	color:#FFFFFF;
	font-size:16px;
	font-weight:400;
	text-align:center;
}

.imgfixed{
	width:100%;
}

.marginblock10{
	height:10px;
}

.marginblock20{
	height:20px;
}

.marginblock30{
	height:30px;
}

.width100{
	width:100%;	
}


/******* TEXT STYLES *******/

body p{
	font-size:14px;
	font-weight:400;
	text-align:justify;
	font-family: 'Open Sans', sans-serif;
	color:#3E4047;
}

.greenbigtittle{
	font-family: 'Chicle', cursive;
	font-size:42px;
	color:#388E1E;
	font-style:italic;
}


.subtitle{
	font-size:20px;
	font-style:italic;
	color:#388E1E;	
	font-weight:400;
}

.tittle{
	font-size:24px;
	font-weight:700;
}

.slogan{
	font-family: 'Chicle', cursive;
	font-size:34px;
	color:#388E1E;
	font-style:italic;	
}


/******* MENU NAV *******/

.navbar{
	height:113px;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	text-align:center;
	margin:0;
	padding:0;
	background-color:#FAF9F2;
	
	-webkit-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.50);
}


.menuicon{
	height:30px;
	margin:10px;	
}

.navbar a{
	
	color:#FAF9F2;
	font-size:14px;
	
}

.navbar .navbar-nav > li{
	margin:0;
	padding:0;
	background-color:#FAF9F2;
}
.navbar .navbar-nav > li p{
	text-align:center;
}
.navbar .navbar-nav > li > a:hover{
	background-color: #FFFFFF;
	color:#FFFFFF;	
	border-bottom:solid 3px #388E1E;
	-webkit-box-shadow: inset 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
	
}

.navbar .navbar-nav > li > a:focus{
	color:#FFFFFF;
	background-color:#388E1E;	
}

.navbar .navbar-nav li a:focus img{
	-webkit-filter: invert(50%);
	filter: invert(50%);
}


.navbar .navbar-nav .dropdown-menu{
    background-color: #388E1E;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
 	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
 	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.navbar .navbar-nav .dropdown-menu > li > a {
    background-color: #388E1E;
    color:#FAF9F2;
	border:none;
	padding:5px;
	text-align:left;
	min-width:250px;
  }
  
  
  .navbar .navbar-nav .dropdown-menu > li > a:hover {
    background-color: #636363;
    color:#ffffff;
	-webkit-box-shadow: inset 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
  }


/******* HEADER LOGO *******/
.headerLogo{
	position:relative;
	top:-1px;
	width:200px;
	height:200px;
	overflow:hidden;
	
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.32);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.32);
	
}

.headerLogo img{
	width:200px;
	height:200px
}

.headerLogoHorizontal{
	height:170px;
	position:relative;
	top:-3px;
	margin:0;
}



/******* SLIDE *******/

.slide{
	z-index:0;
	margin:0;
	padding:0;	
}

.rslides {
	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
  	padding: 0;
  	margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


.container{
	
}

.slideFixedSize{
	width:100%;
}


/******* SEARCH FILTER *******/

#searchFilter{
	width:100%;
	height:385px;
	background-color:#BABFC2;
	padding:20px;
	position:relative;
}


/******* INDEX CONTENT *******/

#indexDevelopmentWrap{
	width:100%;
	height:385px;
	background-color:#E6E7E8;
}


#indexDevelopmentWrap .developmentLogo{
	width:100%;
	height:65px;
	overflow:hidden;
}

#indexDevelopmentWrap .developmentLogo img{
	height:100%;
	padding:5px;
	margin:0 auto;
	position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
}



#indexDevelopmentWrap .developmentPic{
	width:100%;
	height:180px;
	overflow:hidden;
}

#indexDevelopmentWrap .developmentPic img{
	height:100%;
	margin:0 auto;
	position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
	top:0;
	
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

#indexDevelopmentWrap .developmentPic img:hover{
	 -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}



#indexDevelopmentWrap .developmentPic .statusLabel{

}

#indexDevelopmentWrap .developmentDescription{
	padding:20px;
	text-align:justify;
	font-size:12px;
	height:90px;
	overflow:hidden;
	color:#3E4047;
}

#moreInfoButton .moreInfo{
	float:right;
	font-size:14px;
	font-weight:700;
	padding-right:10px;
	color:#3E4047;
}

#moreInfoButton .moreInfoIcon{
	height:25px;
	width:25px;
	float:right;
	margin-right:20px;
	background-image:url(../images/page-elements/more-arrow.png);
	background-size:25px 25px;
	background-repeat:no-repeat;
	
}

#moreInfoButton:hover .moreInfoIcon{
	background-image:url(../images/page-elements/more-arrow_hover.png);
}


#moreInfoButton:hover .moreInfo{
	color:#018dc4;
}


.welcomeFrame{
	width:100%;
	height:auto;
	background-color:#E6E7E8;
	padding:30px;	
}

.welcomeImg{
	width:350px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}


.letrerovenderorentar{
	width:100%;	
}

/******* PROPIETY LISTING *******/
#listing .listingBox{
	width:100%;
	height:325px;
	background-color:#FFFFFF;
	overflow:hidden;
	margin-bottom:30px;
	border:#DCDCDC thin solid;
	padding:2px;
	text-decoration:none;
	
}

#listing .listingBox:hover{
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.32);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.32);
}

#listing ul{
	list-style:none;
	margin:0;
	padding:0;	
}

#listing li{
	display:inline;
	
}


#listing .listingimgwrap{
	width:100%;
	height:200px;
	overflow:hidden;
}

#listing .listingimgwrap img{
	width:100%;
	min-height:100%;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

#listing .listingimgwrap img:hover{
	 -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

#listing .listingname{
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#3E4047;
	overflow:hidden;
	color:#FFFFFF;
	font-size:16px;
	font-weight:400;
	text-align:center;
	text-decoration:none;
}

#listing .listinginfo{
	width:100%;
	height:80px;	
	padding:15px;
	color:#3E4047;
	
}

#listing .listinginfo p{
	margin:0;
	padding:0;
	line-height:30px;
	text-decoration:none;
}

#listing .listinginfo hr{
	margin:0;
	padding:0;
}

/******* PAGINATION *******/

#container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.btn {
    display: inline-block;
    padding: 10px;
    border-radius: 5px; /*optional*/
    color: #aaa;
    font-size: .875em;
}

.pagination {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
}

.page {
    display: inline-block;
    padding: 3px 9px;
    margin-right: 2px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

/******* DEVELOPMENT CONTENT *******/

.developmentlogo {
	width:100%;
	height:auto;
}

.developmentaddress{
	font-size:16px;
}

.developmentmap{
	width:100%;
	height:200px;
	overflow:hidden;
}

#developmentRight{
	
}

.develpomentPic{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}



#developmentInfo{
	width:100%;
	padding:10px;
	background-color:#3E4047;
	height:auto;
	margin-bottom:20px;
}


#developmentInfo .smallfont{
	font-size:12px;
	color:#929292;
}

#developmentInfo .bigfont{
	font-size:16px;
	color:#FFFFFF;
}

.developmentslides{
	margin:0;
	padding:0;
}

.developmentslide ul{
	list-style:none;
	margin:0;
	padding:0;
}

.developmentslide img{
	width:100%;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.developmentslide img:hover{
	 -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

#developmentListing{
	font-size:12px;
	text-align:center;
	line-height:40px;
}


#developmentListing .floorplan{
	width:100%;
}


.developmentpics ul{
	margin:0;
	padding:0;
	list-style:none;
}

.developmentpics li{
	float:left;
	display:inline-block;
	margin-left:3px;
	margin-bottom:3px;
}

.developmentpics img{
	width:270px;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}


.developmentpics img:hover{
	 -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}



/******* LISTADO DETAILS *******/

.fullscreen{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background-color:rgba(255, 255, 255, 1.00);
	position:absolute;
	top:0;
	left:0;
	z-index:999999;
		
}

.listingtopdetails{
	margin-top:100px;	
}


.detailsheader{
	width:100%;
	height:200px;
	z-index:999;
	position:fixed;	
	background-color:#FFFFFF;	
}

.cerrardetalles{
	float:right;
	position:relative;
	top:0;
	right:0;
	background-color:#3E4047;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
}
.cerrardetalles:hover {
	background-color:#929292;
	color:#FFFFFF;
	text-decoration:none;
}
.cerrardetalles:active {
	position:relative;
	top:1px;
}



.listingslide{
	width:100%;
	max-height:400px;
	overflow:hidden;
}

.listingslide img{
	
}

.mapiframe{
	width:100%;
	height:300px;
	overflow:hidden;
	
}


.detailsinfo{
	padding:20px;
	margin-bottom:30px;	
}

.detailsinfo span{
	float:right;
	font-weight:700;
}


.detailsinfo span .price{
	font-size:16px;
}
.detailsbackground{
	width:100%;
	height:auto;
	background-color:#E1E1E1;	
}

.sharebuttons img{
	height:40px;
	width:auto;
	margin-left:8px;
}





/******* CONTACT *******/
.logocontacto{
	width:200px;
	margin-bottom:20px;
}

.contactaddress{
	font-size:18px;
	margin-bottom:20px;
}

.contactmap{
	width:100%;
	height:300px;
	overflow:hidden;
}


/******* FOOTER *******/
footer{
	width:100%;
	min-height:170px;
	background-color:#388E1E;
}

footer .footerlogo{
	float:left;
	width:100%;
	margin-top:20px;
	margin-right:20px;
}


footer .address{
	margin-top:30px;
	color:#FFFFFF;
}

footer .address p{
	margin:0;
	padding:0;
}

footer .address a{
	color:#018dc4;
	font-size:16px;
}

footer .textfooter{
	text-align:right;
	color:#FFFFFF;
	font-size:14px;	
	margin-top:20px;
}

footer #footerIcons{
	float:right;
	margin-bottom:30px;
}



footer #footerIcons .iconSize{
	width:auto;
	height:40px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:10px;
}

footer #footerMenu{
	float:right;
}

footer #footerMenu ul{
	list-style:none;
}

footer #footerMenu li{
	display:inline-block;
	font-size:14px;
	padding:3px 10px;
	border-left:#FFF solid thin;
}

footer #footerMenu li:first-child{
	border-left:none;
}

footer #footerMenu li a{
	color:#FFFFFF;
	text-decoration:none;
}

footer #footerMenu li a:hover{
	color:#018dc4;
}

footer .copyright{
	float:right;
	font-weight:300;
	font-size:12px;
	color:#FFF;
	text-align:right;
	margin-right:10px;
}


footer .copyright a{
	color:#FFFFFF;
}

footer .copyright a:hover{
	color:#018dc4;
}

/******* FORMS *******/
form {
	margin-top:30px;
	margin-bottom:30px;
}

form ul{
	list-style:none;
	margin:0;
	padding:0;
}

form li{
	display:list-item;
	margin-bottom:10px;	
}

form .formGroup{
	margin-bottom:10px;
}

form input, select, textarea{
	width:100%;	
	font-size:15px;
	
  	display: inline-block;
  	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  
  	margin:0;
  	padding: 10px 0px 10px 10px;
  
  	border: 1px solid #b7b7b7;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  
  	color: rgba(0,142,198,1);
  	-o-text-overflow: clip;
  	text-overflow: clip;

  	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

form .button{
	display: inline-block;
	margin-top:10px;
  	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  	float: right;
  	cursor: pointer;
  	padding: 10px 50px;
  	border: 1px solid #388E1E;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  	color: rgba(255,255,255,0.9);
  	-o-text-overflow: clip;
  	text-overflow: clip;
  	background: #388E1E;
  	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  	text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;
  	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}


form .button:hover{
	background: #727272;
	border-color:#727272;
	color:#FFFFFF;
	text-decoration:none;
}
