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

body {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	/*font-family:'Lato', Arial, Helvetica, sans-serif;*/
	font-size:13px;
	color:#000000; 
	line-height:24px;   
	background:#000
	
} 
/*p {
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:300;
	color:#000000;
	line-height:24px;
	padding:3px 10px 0 10px;
	text-align:justify;
}*/

.wrapper {
	margin:0 auto;
	width:100%;
	height:auto;
}

.container
{
	
	margin:0 auto;
	width:1000px;
}

h1{
	font-size:30px;
	color:#44929d;
	font-weight:bold
	/*font-family:'Lato', Arial, Helvetica, sans-serif;*/
	}
	

h2{
	font-size:28px;
	color:#413c3c;
	/*font-family:'Lato', Arial, Helvetica, sans-serif;*/
	}

.hmcontce{
	font-size:30px;
	color:#413c3c;
	text-align:center;
	display:block;
	margin-bottom:12px;
	color:#4f6228;
	font-weight:bold;
	font-family: verdana, Helvetica, sans-serif;
	}

.TopBg{
	height:44px;
	background:#44929d;
	border-bottom:3px solid #FFFFFF;
	color:#FFFFFF;
	}

.TopBgRgt{
	float:right;
	line-height:45px;
	font-size:13px;
	color:#c3f2f9;
	}

.TopBgLft{
	width:500px;
	float:left;
	}


.invLogin a {
	background:#0e4148;
	border:1px solid #71be3e;
	color:#24d2eb;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	/*width:100px;
	height:15px;*/
	line-height:15px;
	text-align:center;
	text-decoration:none;
	padding:3px 22px;
	font-size:14px;
	}
.invLogin a:hover {
	background:#44929d;
	text-decoration:none;
	color:#FFFFFF;
}


/**********Navigation**********/
#cssmenu {
   font-size:13px;
  margin: 0 auto;
  width: 800px;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family:'Open Sans', Arial, Helvetica, sans-serif;
  z-index:1;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
   font-size:13px;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 14px;
  right: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 145px;
  padding: 11px 16px 11px 20px;
}

#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #006700;
  background:#ccc;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #006700;
}
#cssmenu ul li ul li:hover > ul {
  left: 170px;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #ffffff;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: '';
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: '';
  border: 4px solid transparent;
  border-top-color: #007304;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  padding: 15px 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul {
    left: 0;
    position: relative;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #ffffff;
    width: auto;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 20px;
    top: 16px;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 20px;
    top: 26px;
  }
}

/**********Banner Start**********/

.banner {
	width:100%;
	height:400px;
	background-image:url(../images/banner/slider1.jpg);
	background-size:cover;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat
}

#logo{
	background:url(../images/bonitasestate_Logo.png) no-repeat;
	width:476px;
	height:63px;
	position:absolute;
	top:50px;
	margin-left:223px;
	z-index:1
	}

#logoM{
	background:url(../images/bonitasestate_LogoM.png) no-repeat;
	width:37px;
	height:36px;
	position:absolute;
	top:50px;
	left:5px;
	z-index:1
	}


.memori {
	width:98%;
	background:#4f6228;
	height:32px;
	color:#FFFFFF;
	line-height:42px;
	padding:0 10px;
	}

/**********Content**********/

.mainCont{
	margin:15px 0 0 0;
	font-size:14px;
	}

.welcont{
	font-size:18px;
	color:#000000;
	line-height:34px;
	letter-spacing:1px;
	margin-bottom:5px;
	margin-top:15px;
	}

.readmorebtn a {
	background:#44929d;
	color:#fff;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	width:100px;
	height:15px;
	line-height:15px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	padding:6px 33px;
	-moz-transition:background-color 0.8s ease;
	-webkit-transition:background-color 0.8s ease;
	-o-transition:background-color 0.8s ease;
	margin-left:400px;
		}
.readmorebtn a:hover {
	background:#0092de;
	text-decoration:none;
	color:#FFFFFF;
}

/**********Bonitas Nature one**********/
.natureDet{
	width:220px;
	/*height:150px;*/
	float:left;
	border-bottom:10px solid #44929d;
	color:#787878;
	font-size:15px;
	margin-right:30px;
	margin-bottom:28px;
	}
	
.natureDet:hover{
	opacity:0.4;
	filter:alpha(opacity=40);
	}

.natureDet img {
	width:220px;
	height:114px;
	}

.natureDet .nathd{
	background:#a7a7a7; height:10px; width:15px;
	font-size:10px; margin-right:5px; color:#a7a7a7;
	}
	

/**********footer**********/
.footer {
	width:100%;
	background:#41929d;
	height:73px;
	color:#FFFFFF;
	font-size:13px;
	line-height:18px;
	margin-top:25px;	
}

.ftrLeft{
	width:400px;
	float:left;
	margin-top:15px;	
	}

.ftrRght{
	margin-top:10px;	
	float:right;
	border:1px solid #50eece;	
	padding:0 15px;
		}

.footer a:link, .footer a:active link, .footer a:visited {
	text-decoration:underline;
	color:#fff;
}
.footer a:hover {
	text-decoration:none;
	color:#fff;
}


/**********Contact Us**********/

.contactLft{
	width:460px;
	float:left;
	font-size:16px;
	margin-left:15px;
	}
	
.contactRight{
	width:430px;
	float:right;
	}



.contact_address {
    overflow: hidden;
	}
	
.contact_details .icons-marker {
    display: block;
    float: left;
    margin-right: 12px;
    width: 16px;
	}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.icons-marker {
    font-size: 16.8px;
    line-height: 24px;
	
}


.icons-marker fa fa-home {
	background:url(../images/address_icon.jpg) no-repeat;
	width:16px;
	height:13px;
	}

.icons-marker fa fa-phone {
	background:url(../images/phone_Icon.jpg) no-repeat;
	width:14px;
	height:13px;
	}

.icons-marker fa fa-print {
	background: url(../images/fax_Icon.jpg) no-repeat;
	width:14px;
	height:13px;
		}
	


.email {
	font-size:14px;
}
.email a:link, .email a:active link, .email a:visited {
	text-decoration:underline;
	color:#000000;
}
.email a:hover {
	text-decoration:none;
	color:#000000;
}
	

/* .contacusImg{
	background:url(../images/contactusImg.jpg) no-repeat;
	width:420px;
	height:265px;
	margin-top:50px;
	} */
	

/****************************	Feedback ***************************/

.formain{
	
	border:2px solid #6bd8b8;
	margin-top:25px;
	}

.contactform {
	width:750px;
	float:left;
	margin-top:35px;	
	padding:16px;
	position:relative;
	margin:10px 0 0 150px;
	color:#195b64;
	}


.feedhd {
	position:absolute;
	left:135px;
	top:5px;
	/*background:#FFFFFF;*/
	color:#000;
	font-size:14px;
	padding:8px 25px;
}
.feedbackf ul li {
	padding:0 0 10px 0;
	font-weight:bold;
}
.feedbackf input {
	color:#666;
}
.feedbackf label {
	display:block;
	float:left;
	width:140px;
}
.feedbackf ul li .formbtn {
	padding:0 0 0 150px;
}
.feedbackf ul li .btn {
	background-color:#0c5a8a;
	border:1px solid #ffffff;
	color:#fff;
	margin-top:5px;
	width:120px;
	height:35px;
	cursor:pointer;
	font-weight:bold;
	margin-right:25px;
		}
.feedbackf ul li .btn:hover {
	background-color:#51768d;
	color:#fff;
	border:1px solid #ffffff;
	margin-top:5px;
	width:120px;
	height:35px;
	cursor:pointer;
	font-weight:bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.formbtn {
	padding:0 0 0 140px;
}

.btnFrm {
	background-color:#0c5a8a;
	border:1px solid #ffffff;
	color:#fff;
	margin-top:5px;
	height:35px;
	cursor:pointer;
	font-weight:bold;
	margin-right:25px;
	padding:0 50px;
		}
.btnFrm:hover {
	background-color:#51768d;
	color:#fff;
	border:1px solid #ffffff;
	margin-top:5px;
	padding:0 50px;
	height:35px;
	cursor:pointer;
	font-weight:bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

textarea {
	color:#000;
	height:130px;
}
input {
	width:400px;
	height:24px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	border: 1px solid #bfbfc9;
}
textarea {
	/* width:405px; */
	border: 1px solid #bfbfc9;
	color:#966191;
}
select {
	width:245px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border: 1px solid #a3699e;
}
input[type=text]:focus, textarea:focus {
	border:1px solid #fff;/*cursor: pointer; */
	background:#e7f3fa;
}
.input_submit {
	width:140px;
	height:35px;
	margin-left:80px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 2px solid #bfbfc9;
	cursor:pointer;
	background:#0940db;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
}

.input_submit:hover {
	
	cursor:pointer;
	background:#000;
	
}

.input_radio {
	width:20px;
	height:15px;
	position:absolute;
}

.mandt {
	color:#ff0000;
	font-size:15px;
	font-weight:bold;
}

/**********ABOUT US**********/

.abtusLft{
	width:400px;
	float:left;
	border:1px dotted #000000;
	font-size:14px;
	text-align:justify;
	padding:10px;
	color:#1f8503;
	margin-bottom:25px;
	}

.abtusRgt{
	width:400px;
	float:right;
	border:1px dotted #000000;
	font-size:14px;
	text-align:justify;
	padding:10px;
	color:#175f03;
	min-height:340px;
	}	

.about_us h1
{
font-size:30px;
font-weight:normal;
color:#008E47;
padding:5px 0 10px 0;
border-bottom:1px solid #ccc;
text-align:center;
}

.prevbtnPrj{
	float:left;
	}

.nextbtnPrj{
	float:right;
	}

.about_us p
{
font-size:14px;
color:#000;
line-height:24px;
text-align:justify;

}
.about_us h2
{
font-size:18px;
font-weight:normal;
color:#565656;
padding:5px 0 10px 0;
width:215px;
border-bottom:1px solid #ccc;
}
.about_us h3
{
font-size:18px;
font-weight:normal;
color:#565656;
padding:5px 0 10px 0;
width:240px;
border-bottom:1px solid #ccc;
}
.map{
width:953px;
height:395px;
margin:10px 23px;
}

.actvLft{
	width:500px;
	float:left;
	margin-left:25px;
	background:#03633e;
	padding:15px;
	}

.actvRht{
	background:url(../images/activities_Img.png) no-repeat;
	width:301px;
	height:243px;
	float:right;
	margin-left:25px;
	margin-top:15px;	
	}

.actvlist ul li{
	background:url(../images/arrow_Icon.png) no-repeat 0 5px;
	line-height:33px; 
	padding:0 0 15px 35px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	border-bottom:1px dotted #999999;	
		}

.activities p
{
margin-left:20px;
}
.activities span
{
width:10px;
height:10px;
background:#000;color:#009900;
position:absolute;
margin-right:20px;
margin-top:8px;
}

.overviewBg{
	background:url(../images/overviewBg.gif);
	width:950px;
	height:662px;
	margin:10px;
	padding:10px;
	font-size:13px;
	border:2px dotted #CCCCCC;
	}

.overvieLft{
	width:600px;
	float:left;
	}

.overvieRght {
	width:150px;
	float:left;
	}
	

.benfLft{
	width:650px;
	float:left;
	margin-left:10px;
	background:#07854b;
	padding:10px;
	}

.benfRht{
	background:url(../images/benefits_img.png) no-repeat;
	width:275px;
	height:243px;
	float:right;
	margin-left:25px;
	margin-top:50px;	
	}

.benflist ul li{
	background:url(../images/arrow_Icon2.png) no-repeat 0 5px;
	line-height:33px; 
	padding:0 0 15px 35px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	border-bottom:1px dotted #999999;	
		}

.investMeLft{
	background:url(../images/investment_img.jpg) no-repeat;
	width:400px;
	height:289px;
	float:left;
	margin-left:15px;
}		


.investMeRgt{
	width:560px;
	height:180px;
	float:left;
	padding:10px;
	font-size:16px;
	line-height:25px;
	background:#d1f5fa;
	}		

.visitmLft{
	width:920px;
	margin-left:20px;
	background:url(../images/visitBg.jpg);
	border:3px solid #08834e;
	padding:15px;
	}

.visitlist ul li{
	background:url(../images/arrow_Icon3.png) no-repeat 0 5px;
	line-height:33px; 
	padding:0 0 15px 35px;
	font-size:18px;
	color:#000;
			}
		
		/*****************Gallery Start*****************************/

.galleryMain{
	margin:15px;
	}
.content {
	width: 237px;
	float: left;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px#cbcbcb;
	padding: 9px;
	margin: 4px;
}
.content a img {width: 232px;height: 160px;}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #E5E5E5;
	margin-bottom: 20px;
	padding: 0;
}

a img {
	/*border: 1px solid #BBB;*/
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

a img.last {
	margin-right: 0;	
}


/*****************Half Acre Start*****************************/

.acrecontabl{
	margin:3px;
	color:#243208;
	font-size:17px;
	text-align:center;
	}
.acrecontabl .acrtitle{
	font-size:20px;
	font-weight:bold;
	color:#226670;
	}