/* MAP BOX */
#map{
	width:76%;
	height:auto;
	max-width:1280px;
	text-align:center;
    border: none;
    position: relative;
	float:left;
}

	#map article h2{
		color: #4c90fe;
		font-weight: 600;
		font-size: 22px;
		border-bottom: 1px solid #D6D0C1;
		padding: 20px 0;
		margin-bottom: 20px;
	}
	
	#map article h3{
		color: #666;
		font-weight: 300;
		font-size: 34px;
		padding: 20px 0;
		text-align:center;
	}	
	
/*	#map span {
		margin:10px auto;
		color: #4c90fe;
		font-weight: 400;
		font-size: 18px;
		font-style:italic;
		text-align:center;
	}	*/
	
.agent_photo img {

/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}

.property_agent_image {
	border:none;
    border-radius:0;
	width: 150px;
    position: relative;
	margin: 0 auto;
	margin-bottom: 5px;
}
.property_agent_image img {
	border: 1px solid #ccc;
	max-width:150px;
}


#property_mls_disclaimer div {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


.property_panel {
	background-color: #FFFFFF;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 10px;
	position:relative;

	color:#666;
	font-size: 14px;
	clear:both;
}
.property_panel .small {
	position:relative;
	top: -8px;
	width: 100%;
	margin-bottom: -5px;
	right: -8px;
	text-align: right;
	
	color: #999;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.property_panel .small_lft {
	position:relative;
	top: -8px;
	width: 100%;
	margin-bottom: -5px;
    left: -16px;
	text-align: left;
	
	color: #999;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.property_panel h2 {
	font-weight: 600;
	color:#3079ED;
	font-size: 20px;
    line-height: 2em;
}
.property_panel a {
	color: #0099FF;
	text-decoration: none;
}.property_panel a:hover {
	text-decoration:underline;
}
.property_panel p {
	line-height: 1.4em;
}


.property_panel ul {
	margin: 0 -14px;
	padding: 0;
}
.property_panel ul li:last-child {
	border: none;
}
.property_panel>ul>li {
    border-color: #DDD;
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 16px;
    list-style: none outside none;
    margin: 0;
    padding: 6px 20px;
    display: flex;
}
.property_panel_grid {
	background-color:#F2F2F2;
	padding: 0px;
	background-color: transparent; border-color: transparent;
}
.property_panel_grid .small {
	top: 0;
	right: 6px;
}
.property_panel_grid ul {
	margin:0;
	padding:4px;
	padding-bottom: 0px;
}
.property_panel_grid ul li, .property_panel_grid ul li:last-child {
	width: auto;
    background-color: #FFFFFF;
    border: 1px solid #4c90fe;
    border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
    overflow: hidden;
    padding: 0px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	/*padding: 4px 8px;*/
	padding: 0;
	margin: 0;
	margin-right: 4px;
	margin-bottom: 8px;
}
.property_panel_grid ul .name {
    padding: 11px 8px;
    padding-right: 6px;
    display: inline-block;
    border-right: none;
    font-weight: bold;
    text-shadow: none;
    color: #fff;
    background: #4c90fe;
}
.property_panel_grid ul .value, .property_panel ul .value {
	padding: 11px 8px;
	padding-left: 2px;
	display: inline-block;
	color: #3079ED;
	font-weight: bold;
}.property_panel_grid ul .value-only {
	padding-left: 24px;
	font-weight: bold;
	background-image:url("/includes/images/icons/raster/blue/check_12x10.png");
	background-repeat: no-repeat;
	background-position: 8px 0.5em;

}
.property_panel ul li strong {
	font-weight: bold;
}
.property_panel ul li .label {
	color: #999;
	font-size: 0.9em;
	margin-left: 5px;
}

.property_specs {
    margin: 0px 10px 0px 10px;
	padding: 0;
}
.property_specs li:last-child {
	border: none;
}
.property_specs li {
    border-color: #DDD;
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 16px;
    list-style: none outside none;
    margin: 0px 10px 0px 10px;
    padding: 6px 20px;
}
.property_specs li strong {
	font-weight: bold;
	font-size: 19px;
}

.property_specs li strong .sold{
	color:#ed1c24;
}

.property_specs li strong .active{
	color:#089745;
}

.property_specs li strong .pending{
	color:#666;
}

/* 3 COLUMNS */
#property_wrapper #property_box{
	width:auto;
	max-width:1280px;
	margin:0 auto;
    padding: 30px 0px 0px 0px;
    background: #f7f7f7;
}

#property_wrapper #property_box article{
	float:left;
	width:375px;
	margin-right:10px;
	font-size:14px;
}

#property_wrapper #property_box article:nth-child(3){
	margin-right:0px;
}

#property_wrapper #property_box article h3{
	color:#4c90fe;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight:600;
    border-bottom: 1px solid #D6D0C1;
    padding: 20px 0;
    margin-bottom: 20px;	
}

#property_wrapper #property_box article h4{
	color:#4c90fe;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:500;
	margin-bottom:10px;
	margin-top:25px;
}

#property_wrapper #property_box article img{
	float:left;
	width:100%;
}

#property_wrapper #property_box article p{
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
}

#property_wrapper #property_box article .blogtitle{
	color:#4c90fe;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:500;
	margin-top:15px;
}

#property_wrapper #property_box article .blogdate{
	color:#888;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:500;
	margin-bottom:15px;
}

#property_wrapper #property_box article .newswrapper{
	color:#ffffff;
	background:#4c90fe;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:500;
	padding:30px;
	margin-bottom:15px;
    margin-top: 60px;
}

#property_wrapper #property_box article .newswrapper input{
	width:92%;
	padding:7px 12px;
}

#property_wrapper #property_box article .newswrapper h2{
	color:#ffff99;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
}

#property_wrapper #property_box article .newswrapper p{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
    line-height: normal;
}

#property_wrapper #property_box article .news_button {
    width: auto;
    padding: 5px 18px;
    line-height: 25px;
    text-shadow: none;
    cursor: pointer;
    box-shadow: none;
    background: #ffff99;
    color: #666;
}

body {
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

#panelcolumn {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.tab-panels ul {
    margin: 0;
    margin-bottom:-1px;
    padding: 0;
}
.tab-panels ul li {
    list-style-type: none;
    display: -webkit-box;
    margin: 0;
    padding: 5px 12px;
    border: 1px solid #ccc;
    border-bottom: none;
    color: #ccc;
    font-weight: 200;
    cursor: pointer;
    margin-right: -5px;
}
.tab-panels ul li:hover {
    color: #888;
}

.tab-panels ul li.activate {
    color: #666;
    background: #fff;
    
}

.tab-panels .panel {
    display:none;
    background: #fff;
    border:1px solid #ccc;
		width:100%;
}

.tab-panels .panel p{
	padding:20px;
}

.tab-panels .panel.activate {
    display:block;
}

@media(min-width:465px){
	.tab-panels .panel p{
		padding:20px;
	}	
	.tab-panels ul li {
		display:inline-block;
	}
	.property_panel {
		padding:14px;
	}
}
