/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */



/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0px;
}

.bx-wrapper #bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	width:100%;
	position:absolute; bottom:4px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	float: left;
	background: url(../../images/bg_pager.png) no-repeat 0 -21px;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 0px;
	margin-right: 0px;
	padding: 0px 0 0 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-position: 0 0;
	text-decoration: none; color:#7a8285;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	outline:none;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../images/controls.png)no-repeat 0 0;
}

.bx-wrapper .bx-prev:before  {
	left: 0px;
	opacity:0; display:none;
	
}


.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../images/controls.png) no-repeat -52px 0px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -51px;
}

.bx-wrapper .bx-next:hover {
	background-position: -52px -51px;
}



.bx-wrapper .bx-controls-direction a {
	
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	z-index: 998;
	opacity: 1;
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.bx-wrapper:hover .bx-controls-direction a {
	opacity: 1;
}





.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



.bx_pager a {
	float: left;
	background: url(../images/bg_pager.png) no-repeat 0 -21px;
	width: 14px;
	height: 17px;
	color: #fff;
	font-size: 0px;
	margin-right: 0px;
	padding: 4px 0 0 6px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.bx_pager a:hover, .bx_pager a.active {
	background-position: 0 0;
	text-decoration: none; color:#7a8285;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@keyframes animatetxt { /* flame pulses */
  0%   { margin:-50px 0px 0px 0px }
  50%  {  margin:-25px 0px 0px 0px }
  100% {  margin:0px 0px 0px 0px }
}



ul.slider1{ margin:0px; padding:0px;}
ul.slider1 li{ background:url(../../images/slider_bg.jpg) center top no-repeat;}
ul.slider1 li .imgbx{ margin:0px; padding:22px 22px 22px 94px; float:left;}
ul.slider1 li .slider_content{ margin:0px; padding:0px 0px 0px 32px; float:left; width:820px;}
ul.slider1 li .slider_content h1{font-family: 'Open Sans', sans-serif; color:#ed2024; font-size:35px; font-style:italic; text-transform:none; margin:55px 0px 0px 0px; padding:0px; text-align:left;
 float:left;
 -webkit-animation-name: animatetxt;
 -webkit-animation-duration: 13s;
 
/* animation: animatetxt 1s infinite;*/
 
 }
ul.slider1 li .slider_content p{ float:left; font-family: 'Open Sans', sans-serif; font-size:20px; color:#231f20; margin:18px 0px 7px 0px; width:630px; clear:both;}

a.readmorebtn:link, a.readmorebtn:visited{ margin:0px; padding:0px; float:left; text-decoration:none; clear:both; color:#48711e; font-size:18px; text-transform:uppercase; font-family: 'Open Sans', sans-serif; }
a.readmorebtn:hover{ color:#ed2024;}

.slider4 a {border-right:1px solid #828282;}


.slider4{ margin:0px; padding:0px;  }

.slider4  a.car_parking_icon:link{ margin:0px; color:#9f9d9d; height:64px; font-family:'helvetica-75-bold',Sans-Serif; width:99%; padding:0px;  background:url(../../images/car_parking_icon.jpg) center top no-repeat; float:left; text-align:center; text-decoration: none; color:#7a8285; font-size:12px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
.slider4  a.car_parking_icon:hover{ margin:0px; height:64px;  font-family:'helvetica-75-bold',Sans-Serif; width:99%; padding:0px;   background:url(../../images/car_parking_icon_hover.jpg) center top no-repeat; float:left; text-align:center; text-decoration: none; color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
	
.slider4 .car_parking_text{ position:absolute; bottom:0px; text-align:center; font-weight:bold; width:100%; color:#9f9d9d;}


.slider4  a.spacious_apartments_icon:link{ margin:0px; color:#9f9d9d; height:64px; font-family:'helvetica-75-bold',Sans-Serif; width:99%; padding:0px;  background:url(../../images/spacious_apartments_icon.jpg) center top no-repeat; float:left; text-align:center; text-decoration: none; color:#7a8285; font-size:12px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
.slider4  a.spacious_apartments_icon:hover{ margin:0px; height:64px;  font-family:'helvetica-75-bold',Sans-Serif; width:99%; padding:0px;  
background:url(../../images/spacious_apartments_icon_hover.jpg) center top no-repeat; float:left; text-align:center; text-decoration: none; color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
	
.slider4 .spacious_apartments_text{ position:absolute; bottom:0px; font-weight:bold; text-align:center; width:100%; color:#9f9d9d;}	




.slider4  a.power_backup_icon:link{ margin:0px; color:#9f9d9d; height:64px; font-family:'helvetica-75-bold',Sans-Serif; width:99%; padding:0px;  background:url(../../images/power_backup_icon.jpg) center top no-repeat; float:left; text-align:center; text-decoration: none; color:#7a8285; font-size:12px; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
.slider4  a.power_backup_icon:hover{ margin:0px; height:64px;  font-family:'helvetica-75-bold',Sans-Serif; width:99%; padding:0px; 
background:url(../../images/power_backup_icon_hover.jpg) center top no-repeat; float:left; text-align:center; text-decoration: none; color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
	
.slider4 .power_backup_text{ position:absolute; bottom:0px; font-weight:bold; text-align:center; width:100%; color:#9f9d9d;}		



.slider4  a.best_fittings_icon:link{ margin:0px; color:#9f9d9d; height:64px; font-family:'helvetica-75-bold',Sans-Serif; width:99%; padding:0px;  
background:url(../../images/best_fittings_icon.jpg) center top no-repeat; float:left; text-align:center; text-decoration: none; color:#7a8285; font-size:12px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
.slider4  a.best_fittings_icon:hover{ margin:0px; height:64px;  font-family:'helvetica-75-bold',Sans-Serif; width:99%; padding:0px;  
background:url(../../images/best_fittings_hover.jpg) center top no-repeat; float:left; text-align:center; text-decoration: none; color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
	
.slider4 .best_fittings_text{ position:absolute; font-weight:bold; bottom:0px; text-align:center; width:100%; color:#9f9d9d;}	



.slider4  a.paved_landscape_icon:link{ margin:0px; color:#9f9d9d; height:64px; font-family:'helvetica-75-bold',Sans-Serif; width:99%; padding:0px;  
background:url(../../images/paved_landscape_icon.jpg) center top no-repeat; float:left; text-align:center; text-decoration: none; color:#7a8285; font-size:12px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
.slider4  a.paved_landscape_icon:hover{ margin:0px; height:64px;  font-family:'helvetica-75-bold',Sans-Serif; width:99%; padding:0px;  
background:url(../../images/paved_landscape_icon_hover.jpg) center top no-repeat; float:left; text-align:center; text-decoration: none; color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
	
.slider4 .paved_landscape_text{ position:absolute; font-weight:bold; bottom:0px; text-align:center; width:100%; color:#9f9d9d;}



.slider4  a.paved_landscape_icon:link{ margin:0px; color:#9f9d9d; height:64px; font-family:'helvetica-75-bold',Sans-Serif; width:99%; padding:0px;  
background:url(../../images/paved_landscape_icon.jpg) center top no-repeat; float:left; text-align:center; text-decoration: none; color:#7a8285; font-size:12px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
.slider4  a.paved_landscape_icon:hover{ margin:0px; height:64px;  font-family:'helvetica-75-bold',Sans-Serif; width:99%; padding:0px;  
background:url(../../images/paved_landscape_icon_hover.jpg) center top no-repeat; float:left; text-align:center; text-decoration: none; color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
	
.slider4 .paved_landscape_text{ position:absolute; font-weight:bold; bottom:0px; text-align:center; width:100%; color:#9f9d9d;}		






.slider4  a.water_supply_icon:link{ margin:0px; color:#9f9d9d; height:64px; font-family:'helvetica-75-bold',Sans-Serif; width:99%; padding:0px;  
background:url(../../images/water_supply_icon.jpg) center top no-repeat; float:left; text-align:center; text-decoration: none; color:#7a8285; font-size:12px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
.slider4  a.water_supply_icon:hover{ margin:0px; height:64px;  font-family:'helvetica-75-bold',Sans-Serif; width:99%; padding:0px;  
background:url(../../images/water_supply_icon_hover.jpg) center top no-repeat; float:left; text-align:center; text-decoration: none; color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
	
.slider4 .water_supply_text{ position:absolute; font-weight:bold; bottom:0px; text-align:center; width:100%; color:#9f9d9d;}	









/*Added by me*/
.bx-controls-direction .bx-prev:after{visibility:hidden;}
.bx-viewport{width:100% !important; }
/*ends*/