@charset "utf-8";
body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background-color: #EBEEF7 ;
	margin: 0; 
	padding: 0;
	color: #000;
	line-height:1.2em;
	}

#container { 
	width: 95%; 
	background:#054BA1  /*#C5D631#ECFFEC*/;
	margin: 20px auto;
	max-width: 1200px;
	border: 1px solid #555;
	-webkit-box-shadow: 0 0 15px 5px #666;
	-moz-box-shadow: 0 0 15px 5px #666;
	box-shadow: 0 0 15px 5px #666;
	text-align: left;
	}

/* START NEW CSS */

#contentwrapper{
float: left;
width: 100%;
}


#contentcolumn{
margin: 10px 10px 10px 10px;
background-color: white;
border: solid 1px #bfb9c5;
float: left;
width: 77%;
}

#rightcolumn{
float: right;
width: 21%;
margin-left: -265px; 
margin-top: 5px;
background: #054BA1;
padding:  0 0 10px 0px;
line-height: 20px;
height: 100%;
}

#rightcolumn h3, #rightcolumn p {
	margin-left: 10px; 
	margin-right: 10px;
	margin-top:0;
	color: #fff;
}

.innertube{
margin: 8px;
}

/* END NEW CSS */



#header {
	padding: 0px;  
	height: 160px;
	background: #C5D631  /* #054BA1*/;
	text-align: center;
	}

#header h1 {
	margin: 0; 
	padding: 10px 0px 0px 0px;
	color: #FFF;
	font-style: italic;
	text-align: center;
	font-size: 130% ;
     text-shadow:6px 6px 4px #000000;
	}

#header h2 {
	margin: 0;
	padding: 10px 0 20px 0; 
	color: #003399;
	font-style: italic;
	}
	
.banner-subtitle {
	font: bolder normal .8em georgia, sans-serif;
	letter-spacing: 1px; 
	color: #FFF;
	margin: 0px;
	text-align:center;
	padding: 10px 0 0 0;
     text-shadow:2px 2px 4px #000000;
	}	

/* If using top menu bar insert <div id="menu"> after <h1> in html and remove Header background image info*/
#menu {
	color:#FFF;
	background-image: url("images/menu5-35.gif");
	background-repeat: repeat-x;
	width:100%;
	}

#footer {
	padding: 0 10px;
	background: #C5D631;
	color: #000;
	}

 #footer p {
	margin: 0;
	padding: 10px 0;
	}

 #footer a {
	color: #000;
	}

.fltrt { 
	float: right;
	margin-left: 8px;
	}

.fltlft { 
	float: left;
	margin-right: 8px;
	}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

p.block {
	padding: 0px;
	margin-left: 25px;
	margin-right: 25px;
}
p.bold {
	margin-left: 25px;
	margin-right: 25px;
	font-weight: 600;
	text-align: left;
}
.center {
	text-align: center;
}
p.center-large {
	text-align: center;
	font-size: 125%;
}
p.indent {
	padding: 0px;
	margin-left: 25px;
	margin-right: 25px;
}
p.kill-counter {
	text-align: left;
	color: red;
	border: 1px solid red;
	background: #c0c0c0;
}
div.center-large {
	text-align: center;
	font-size: 125%;
}

.sup {font-size:xx-small; vertical-align:top;}
strong,b { font-weight: bold; }
em,i { font-style: italic; }

  /*--- Links ---*/
.innertube a:link {
	color: blue; 
	text-decoration: none;
}
.innertube a:visited {
	color: #555; 
	text-decoration: none;
}
.innertube a:hover {
	color: black;	
	text-decoration: underline;
}
.innertube a:focus, .innertube a:active {
	color:#000;	
	text-decoration: underline;
}

/*  a {color: #E22621; background:transparent; text-decoration:none;}
  a:visited  {color: #7E3697 E22621; text-decoration:underline;}
  a:focus,  a:hover,  a:active {color:#930 C60;	text-decoration:underline;	background-color: #FFE6CC;}
*/
#header-text {
	font: italic normal 1.5em georgia, sans-serif;
	letter-spacing: 1px; 
	color: #800080;
	margin: 60px 0px 0px 0px;
	white-space: nowrap;
	}

#rightcolumn ul {
	margin: 0 0 0 10px;
	padding: 0  0 0 10px;
	font-size: 1em;
	}

#rightcolumn li {
	line-height: 1.3em; 
	display: block; 
	padding-top: 2px; 
	margin-bottom: 2px;
	list-style-type: none;
	}

#rightcolumn li a:link {
	color: #ccc;
	text-decoration: none;
	}

#rightcolumn li a:visited {
	color: #F1F1F1;
	}

#rightcolumn li a:hover {
	color: #fff;
	text-decoration: underline;
	}

h1 {
	font-size: 140%;
	letter-spacing: 1px;
	line-height: 110%;
	margin-bottom: 0px; 
	color: #000;
	margin-top: 0px;
	}

h2 {
	font-size: 125%;
	letter-spacing: 1px;
	line-height: 110%;
	color: #666;
	margin: 30px 0px 0px 0px;
	}

h3 {
	font-size: 110%;
	letter-spacing: 1px;
	color: #666;
	margin: 30px 0px 0px 0px;
	}

h6 {  /* use H6 for boxed quotes */																				
	color: #666;
	float: right;
	width: 40%;
	letter-spacing: 1px; 
	border: solid 1px #999;
	padding: 4px;
	margin: 0px 0px 12px 6px;
	background-color: #FFFFF8;
	-webkit-box-shadow: 1px 1px 4px #999;
	-moz-box-shadow: 1px 1px 4px #999;
	box-shadow: 1px 1px 4px #999;
	font: italic normal 100% georgia, sans-serif;
	}

img.shadow {
    -webkit-box-shadow: -6px 8px 10px #999;
	-moz-box-shadow: -6px 8px 10px #999;
	box-shadow: -6px 8px 10px #999;
	margin-left: 14px;
}

img.shadow-r {
    /* -webkit-box-shadow: -6px 8px 10px #999;
	-moz-box-shadow: -6px 8px 10px #999;
	box-shadow: -6px 8px 10px #999; */
	margin-right: 14px;
}

img {
	width: auto; /* for ie 8 */
	max-width: 100%;
	height: auto;	
}

.break-word {
  word-wrap: break-word;
}

table.info {
	width: 100%;
	vertical-align:top;
	text-align: center;
	font-weight: 400;
	/*margin:auto;*/
}
td {
	width: 33%;
	margin-top: 0px;
	vertical-align:top;
}

table.list {
	width: 100%;
	vertical-align: top;
	text-align: left;
}

/* === NEW PHOTO ARRAY CSS === */

.photo-wrapper-100 {
  display: inline-block;
  border: #DDD;
  width: 100px;
  padding: 10px 15px 10px 0px;
  margin: 5px;
  vertical-align: top;
}

.photo-wrapper-100 .title {
  /*font-size:.8em;*/
  font-weight: normal;
  text-align: center;
}

.photo-wrapper-100 a {
  color: #000;
  text-decoration: underline;
}
	
.photo-wrapper-100 a:hover {
  color: #444;
}

.photo-wrapper {
  display: inline-block;
  border: #DDD;
  width: 200px;
  padding: 10px 15px 10px 0px;
  margin: 5px;
  vertical-align: top;
}

.photo-wrapper .title {
  /*font-size:.8em;*/
  font-weight: normal;
  text-align: center;
}

.photo-wrapper a {
  color: #000;
  text-decoration: underline;
}
	
.photo-wrapper a:hover {
  color: #444;
}

/*	
.photo-wrapper .photoview {
  padding-bottom: 15px;
  display: inline-block;
}
	
.photo-wrapper .text-photoview {
  display: inline-block;
}
	
.photo-wrapper .text-photoview > * {
  line-height: 1em;
}
*/	

/* === END NEW PHOTO ARRAY CSS === */

/* === LIST ===*/

.list {
	overflow: hidden;  /*this will clear the float from .item */
	margin-bottom: 15px;

}
.list .item {
	width: 100%;
	margin-right: 5%;
	float: left;
	display: block;
}
.list .item img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.list .item .content {
	overflow: hidden; /* this will clear the float from .item img */
	min-width: 100px;
	margin:0;
	padding: 0;
}
.list h4 {
	font-size: 1.4em;
	margin: 0 0 5px;
	padding: 0;
	color: #666;
}
/* === END LIST ===*/


/* === CELL PHONES ===*/
    @media only screen and (max-width : 500px) and (min-width : 200px) 
{
      /* Smartphone view: 1 tile */
      .list .item img {
	max-width: 80px;
	}
      .banner-subtitle {
	font: italic normal 80% georgia, sans-serif;
	}
      h1 {
	font-size: 120%;
	}
      table.info {
	width: 100%;
	font: 60%;
        }
      table.info img{
	max-width: 100%;
        }		
 /*     table.info td{
	width: 20%;
        }
*/

    table, thead, tbody, th, td, tr {
        display: block;
    }


body  {	font: .76em Verdana, Arial, Helvetica, sans-serif;}

#contentcolumn{
margin: 10px 5px 10px 5px;
background-color: white;
border: solid 1px #bfb9c5;
float: left;
width: 68%;
}

#rightcolumn{
float: right;
width: 28%;
margin-left: -260px; 
background:  #054BA1;
padding:  0 0 10px 4px;
line-height: 20px;
height: 100%;
}

#rightcolumn ul {
margin: 0;
padding: 0 0 0 5px;
}

#rightcolumn li {
line-height: .8em; 
display: block; 
padding-top: 5px; 
margin-bottom: 5px;
list-style-type: none;
}

.photo-wrapper {
  display: inline-block;
  border: #DDD;
  width: 180px;
  padding: 10px 15px 10px 0px;
  margin: 5px;
  vertical-align: top;
}

.photo-wrapper .title {
  font-size:.8em;
}

  /*--- Links ---*/
.innertube a:link {
	line-height: 1.5em;
}
.innertube a:visited {
	line-height: 1.5em;
}
.innertube a:hover {
	line-height: 1.5em;
}
.innertube a:focus, .innertube a:active {
	line-height: 1.5em;
}
		
}

@media only screen and (max-width : 480px) and (min-width : 100px)
{
#header img {
	max-width: 300px;
	}
#nav img {
	max-width: 70px;
	}
}

/* === END CELL PHONES ===*/

/* === SLIDER ===*/

/*=========================================
DETAIL PROPERPERTY PAGE
=========================================*/
.list_image_detail {background-color:#EBEEF7;margin: 0;width: 100%;box-shadow: 0 1px 6px rgba(0,0,0,0.7);-o-box-shadow: 0 1px 6px rgba(0,0,0,0.7);-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.7);-moz-box-shadow: 0 1px 6px rgba(0,0,0,0.7);position: relative;}
.
.list_image_detail ul {margin: 0;padding: 0;list-style: none;display: block;}

.list_image_detail li {font-size: 40px;color:#EBEEF7;text-align: center;background-color: #eee;border: 3px solid #353535;width: 50px;height: 60px;padding: 0;margin: 6px;display: block;float: left;overflow: hidden;}

.list_image_detail li:hover{opacity:0.6;-webkit-transition: all 0.25s ease-out 0s;-moz-transition: all 0.25s ease-out 0s;-ms-transition: all 0.25s ease-out 0s;-o-transition: all 0.25s ease-out 0s;transition: all 0.25s ease-out 0s;}

.list_image_detail.responsive {width: auto;margin-left: 0;}

.prev, .next{position: absolute;padding: 10px;background: gray;bottom: 18px;color: white;text-decoration: none;border: 1px solid transparent;box-shadow: 0 1px 6px rgba(0,0,0,0.7);-o-box-shadow: 0 1px 6px rgba(0,0,0,0.7);-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.7);-moz-box-shadow: 0 1px 6px rgba(0,0,0,0.7);}

.prev:hover, .next:hover{color: white;text-decoration: none;border: 1px solid #141414;background: #8EDADB;}

.prev {   left: -10px;}

.next {right: -14px;}

.big-image{box-shadow: 0 1px 6px rgba(0,0,0,0.7);-o-box-shadow: 0 1px 6px rgba(0,0,0,0.7);-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.7);-moz-box-shadow: 0 1px 6px rgba(0,0,0,0.7);margin-bottom: 20px;background: #054BA1;position: relative;}

.big-image .preloader{position: absolute;top:0;left: 0;width: 100%;height: 100%;display: none;box-shadow: 0 1px 6px rgba(0,0,0,0.7);-o-box-shadow: 0 1px 6px rgba(0,0,0,0.7);-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.7);-moz-box-shadow: 0 1px 6px rgba(0,0,0,0.7);z-index: 2;background: white url(ajax-loader.gif) no-repeat center center;}

 .desc-image{position: absolute;bottom: 0;left: 0;width: 100%;height: auto;color: white;text-align: left;}

.desc-image h3, .desc-image p{display: inline-block;padding: 10px;background: rgba(0,0,0,0.5);}


 
/*============================================================================
Content Css
============================================================================*/
#content{border-bottom:1px solid #858585;margin-bottom: 0px;}
#content .item-agent.panel{padding-bottom: 0;}
#content #main-title-content{height: 200px;border-bottom: 1px solid #858585;position: relative; text-shadow: 0 1px 2px black;color: white;}
#content #main-title-content #bg{position: absolute;width: 100%;z-index: -2;height: 200px;overflow: hidden;top:0;left: 0;}
#content #main-title-content h1{margin: 0; font-size: 3em; font-weight:700; color: white; padding: 20px 0; }
#content #main-title-content p{margin: 0; font-size: 1.1em; font-weight:500; color: white; }
#content #map{margin-top: -20px;border-bottom: 1px solid #858585;}
#content #map-location{margin-top: 0px; padding-bottom: 20px;}
#content .list-items{clear: both;padding-bottom: 10px;}
#content .list-items .item{background: white;clear: both;-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);box-shadow: 0px 1px 1px rgba(0,0,0,0.2);margin-bottom: 10px;}
#content .grid-style-properties{margin-top: 10px;}
#content .grid-style-properties .preview-properties{border: 1px solid #ccc;padding: 10px;}
#content .grid-style-properties .preview-properties p{font-size: 12px;}
#content .grid-style-properties h4{margin: 0;color: white;padding: 10px;background: #325c82;text-align: center;}
#content .grid-style-properties .for_sale_banner, #content .grid-style-properties .for_rent_banner{position: absolute;z-index: 2;width: 60px;height: 50px;top:0;left:0;}
#content .grid-style-properties .for_rent_banner{background: url('../images/forrent.png') no-repeat top left;}
#content .grid-style-properties .for_sale_banner{background: url('../images/forsale.png') no-repeat top left;}
#content .grid-style-properties .price{display: block;padding: 10px;font-size: 18px;}
#content .grid-style-properties .short-detail{margin-bottom: 0;}
#content .grid-style-properties .with-hover img{height: 216px !important; width: auto; }
#content .item-desk .title h3{font-size: 14px;font-weight: bold;margin: 0;line-height: 20px;padding: 0;}
#content .item-desk .price{font-weight: bold;}
#content .item-desk .location{font-size: 80%;}
#content .box-white{background: white; box-shadow:0 1px 1px #858585; ;padding: 10px;margin-bottom: 10px;}
#content .list-items .item .img-preview{float: left;width: 100px;margin-right: 10px;}
#content .list-items .item{-webkit-transition: all 0.25s ease-out 0s;-moz-transition: all 0.25s ease-out 0s;-ms-transition: all 0.25s ease-out 0s;-o-transition: all 0.25s ease-out 0s;transition: all 0.25s ease-out 0s;}
#content .list-items .item:hover{background: #353535;color: #CCC;transform:scale(1.1,1.1) ;-ms-transform:scale(1.1,1.1) ; /* IE 9 */-moz-transform:scale(1.1,1.1) ; /* Moz */-webkit-transform:scale(1.1,1.1) ; /* Safari and Chrome */}
#content .list-items .item:hover a{color: orange;text-decoration: none;}
#content .list-items .item-desk .title h3{font-size: 14px;font-weight: normal;margin: 0;line-height: 20px;padding: 0;padding-top:5px;}
#content .list-items .item-desk .price{font-weight: bold;}
#content .list-items .item-desk .location{font-size: 70%;}
#content .best-rent, #content .featured-grid{margin-bottom: 20px;}

