/*
Theme Name: DC InsideOut Theme
Theme URI: http://dcinsideout.com/theme/
Description: A custom WordPress Real Estate Portal Site for Coldwell Banker in Washington D.C.
Author: Marcelo Berta
Author URI: http://www.kualitydesign.com
Version: 1.0
Tags: clean, light, 3-column, custom-post-types, custom-fields, real estate

This theme is a custom build for Coldwell Banker in Washington D.C.
*/

html {
  font-size: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

html body {
  min-height: 100%;
  margin-bottom: -50px;
}

html, body {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 7em;
}

h1.test1 {
  font-size: 5em;

}
h1.homeHeroText {
  font-size: 5.5em;
}
h1.singleNeighHdr {
  font-size: 4.5em;
  padding: 18px 0;
}

h2 {
  font-size: 2em;
}

h2.noTopPad {
  padding-top: 0;
  margin-top: 0;
}

h3 {
  font-size: 2em;
}
.featured-hdr h3,
h3#comments,
#respond h3,h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 0.750em;
}

.h1-2 {
  font-size: 6em;
}

h1 {
  position: relative;
  font-family: 'Yanone Kaffeesatz', 'sans serif', 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans Serif';
  clear: both;
  padding: 24px 0;
  margin: 0;
}

h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', 'sans serif', 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans Serif';
  line-height: 150px;
}

.h2-50 {
  width: 55%;
  display: inline-block;
}

.h2-50-last {
  width: 40%;
  display: inline-block;
}

.h3-2 {
  font-family: 'Yanone Kaffeesatz', 'sans serif', 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans Serif';
  margin: 0;
  padding: 0;
  color: #0f5883;
}

.h3-3 {
  padding-bottom: 15px;
}

.h3-article {
  width: 100%;
  line-height: 110%;
  margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  line-height: 0.875em;
  letter-spacing: -1px;
  color: #2e2e2e;
}

p, a {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans Serif';
}

p {
  color: #2e2e2e;
}

a {
  color: #2895d5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

time {
  font-size: 0.9em;
  color: #bababa;
  font-weight: bold;
}

ul li {
  padding: 0 0 10px 0;
  line-height: 30px;
}

.bold {
  font-weight: bolder;
}

.no-margin {
  margin: 0;
}

.no-top-margin {
  margin-top: 0;
}

.no-padding {
  padding: 0;
}

.clear {
  display: block;
  clear: both;
}

.divider-tone-1 {
  float: left;
  margin: 24px 0;
  width: 3%;
  height: 4px;
  background: #2895d5;
}

.divider-tone-2 {
  float: left;
  margin: 24px 0;
  width: 1%;
  height: 4px;
  background: #fff;
}

.divider-tone-3 {
  float: left;
  margin: 24px 0;
  width: 96%;
  height: 4px;
  background: #2e2e2e;
}

.divider-btm {
  display: block;
     margin: -30px 0 24px;
  width: 100%;
  height: 1px;
/*  background: #2e2e2e;*/
}

.tooltip {
  display: inline;
  position: relative;
  opacity: 100%;
}
.tooltipMap {
  display: inline;
  position: relative;
  opacity: 100%;
}

.tooltip:hover:after {
  font-family: inherit;
  font-size: inherit;
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 0;
  color: #fff;
  content: attr(title);
  right: 50px;
  padding: 5px 15px;
  position: absolute;
  z-index: 400;
  min-width: 120px;
  max-width: 280px;
  text-align: center;
}

.tooltipMap:hover:after {
  font-family: inherit;
  font-size: inherit;
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 0;
  color: #fff;
  content: attr(title);
  right: 50px;
  padding: 5px 15px;
  position: absolute;
  z-index: 400;
  min-width: 120px;
  max-width: 280px;
  text-align: center;
}

.tooltip:hover:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #333;
  bottom: 10px;
  content: "";
  left: -17px;
  position: absolute;
  z-index: 400;
}

.tooltipMap:hover:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #333;
  bottom: 10px;
  content: "";
  left: -17px;
  position: absolute;
  z-index: 400;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clearfix {
  clear: both;
}

.button-width-article {
  width: 25%;
}

.button-width-featured {
  width: 65%;
}

.button-style {
  display: block;
 /* width: 25%;*/
  height: 50px;
  background-color: #2895d5;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  border: 1px solid gray;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  -o-border-top-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  padding: 10px;
  font-size: 1em;
  font-weight: bolder;
  float: right;
  margin: 24px 0;
}
.button-style a {
  text-decoration: none;
  color: white;
}

button:hover {
  background-color: #2e2e2e;
}

nav a {
  width: auto;
  height: 100%;
  color: #2e2e2e;
  font-size: 1.438em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

nav ul.sub {
  height: 24px;
}
nav ul.sub li a {
  font-size: 1.1em;
}

nav a:hover {
  border-top: solid 5px #2e2e2e;
  margin: 0 0 10px 0;
  text-decoration: none;
}

.active {
  border-top: solid 3px #2e2e2e;
}

nav ul {
  width: 100%;
  display: inline-block;
  clear: both;
  margin: 0;
  padding: 2px 0;
  height: 36px;
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}
nav ul li {
  width: auto;
  display: inherit;
  margin: 0 15px 0 0;
}
nav ul li a {
  padding: 0 200px 0 0;
}
nav ul li a:last-child {
  margin: 0 0;
  padding: 0 0;
}
nav.mainMenuItems ul li a {
  font-size: 1.25em;
}
nav.secondaryMenuItems ul li a {
  font-size: 1.25em;
}

nav.mobileNav {
  display: none;
}

.li-last {
  float: right;
  text-align: right;
  margin: 0;
  padding: 0;
  text-align: right;
}
.li-last a {
  margin: 0;
  padding: 0;
  text-align: right;
}
.li-last li {
  float: right;
}

.logo {
  display: block;
  float: left;
  margin: 18px 0 12px;
  clear: both;
  width: 222px;
  height: 35px;
  background-image: url("images/img-logo.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  border: 0;
}

.font-condensed {
  font-family: 'Open Sans Condensed', 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans Serif';
}

.container-hdr-home {
  min-width: 960px;
  max-width: 100%;
  height: 760px;
  padding: 0 20px;
  margin: 0 auto;
  background: #2895d5;
}

.container-hdr-neighborhood {
  width: 100%;
  height: auto;
  padding-bottom: 25px;
}


.container-sub-hdr-img {
  width: 100%;
  height: 365px;
}

.container-hdr-neighborhoods {
  width: 100%;
  height: auto;
  background: #2895d5;
}

.container-hdr-places {
  width: 100%;
  height: 394px;
  background: #da88dd;
}

.container-hdr-single {
  width: 100%;
  height: 174px;
  background: #2895d5;
}

.container-hdr-cat {
  width: 100%;
  height: 274px;
  background: #2895d5;
}

.container-cir-nav {
  position: absolute;
  z-index: 0;
  width: 739px;
  height: 598px;
  top: 162px;
  left: 265px;
  background-image: url("images/img-map.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: none;
}

.container-main {
  width: 960px;
  min-height: 400px;
  max-height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  overflow: none;
}

.container-main ul {
  padding: 0 0 0 18px;
}

.container-mobile-main {
  display: none;
}

.container-ftr {
  clear: both;
  width: 960px;
  height: 50px;
  margin: 0 auto;
  padding: 40px 20px 0 20px;
}

.container-space {
  display: block;
  width: 100%;
  height: 30px;
}

.container-sidebar {
  float: right;
  width: 25%;
  min-height: 777px;
  max-height: 100%;
  padding: 0 0 0  25px;
}

.col-hdr::after {
  content:''; position: absolute;
  z-index: -10;
  left: 0;
  top: 0;
  width: 1200px; height: 760px;
  background: #2895d5;
}

.col-hdr {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.col-hdr-internal {
  position: relative;
  width: 960px;
  margin: 0 auto;
}


.col-block-first {
  display: inline-block;
  width: 28%;
  height: auto;
  padding: 0;
  margin: 50px 45px 0 0;
  vertical-align: top;
  border-top: 1px solid #2e2e2e;
}
.col-block-first h2 {
  padding-bottom: 10px;
  line-height: 110%;
}
/*.col-block-first h2:first-letter {
  border-bottom: 4px solid #2895d5;
  padding-bottom: 15%;
}*/

.col-block {
  display: inline-block;
  width: 28%;
  height: auto;
  padding: 0;
  margin: 50px 45px 0 0;
  vertical-align: top;
  border-top: 1px solid #2e2e2e;
}
.col-block h2 {
  padding-bottom: 10px;
}
.col-block h2:first-letter {
  border-bottom: 4px solid #2895d5;
  padding-bottom: 10px;
}

.col-block-last {
  display: inline-block;
  width: 28%;
  height: auto;
  padding: 0;
  margin: 50px 0 0 0;
  vertical-align: top;
  border-top: 1px solid #2e2e2e;
  overflow: hidden;
}
.col-block-last h2 {
  padding-bottom: 10px;
}
.col-block-last h2:first-letter {
  border-bottom: 4px solid #2895d5;
  padding-bottom: 10px;
}

.mobileColBlock {
  display: none;
}

ul.block-one-third {
  list-style-type: normal;
  margin: 0;
  padding: 0 0 0 20px;
}
ul.block-one-third li {
  overflow: normal;
  line-height: 25px;
}

br {
  height: 100px;
}

.img-featured-listings ul {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}
.img-featured-listings ul li {
  display: inline-block;
  list-style-type: none;
  width: 25%;
  height: 120px;
  margin: inherit;
  padding: inherit;
  background: #aaa;
  overflow: hidden;
}
.img-featured-listings ul li img {
  width: 100%;
  height: 120px;
  display: inherit;
  margin: none;
  padding: none;
  overflow: hidden;
}

p.listing-info {
  display: inline-block;
  width: 42%;
  height: auto;
  vertical-align: top;
  float: left;
}

/* ------------------------------------
Gravity Forms
---------------------------------------*/

.gform_wrapper ul { float: right; padding-left: 136px; list-style: none; width: 40%; }

.gform_wrapper li { margin-bottom: 10px }

.gform_wrapper form { margin: 0; padding: 0; }

.gform_wrapper .gfield_required { padding-left: 1px; color: #b94a48 }

.ginput_container {
  width: auto;
  padding: 0;
  margin: 0;
}

.ginput_container input, .ginput_container select, .ginput_container textarea { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; /*color: #555;*/ vertical-align: middle; /*background-color: #fff;*/ border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s }
.ginput_container input:-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
color:#999
}
.ginput_container input::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
color:#999
}
.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
color:#999
}
.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
color:#999
}

.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6) }

.ginput_container input[disabled], .ginput_container select[disabled], .ginput_container textarea[disabled], .ginput_container input[readonly], .ginput_container select[readonly], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea { cursor: not-allowed; background-color: #eee }

textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea { height: auto }

.ginput_container textarea { min-height: 75px; }

.gform_button { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; background-color: #3276b1; border: 1px solid transparent; border-color: #3276b1; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none }

/*.gform_button:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px }

.gform_button:hover, .gform_button:focus { color: #333; text-decoration: none }*/

/*.gform_button:active, .gform_button.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125); box-shadow: inset 0 3px 5px rgba(0,0,0,0.125) }

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button { pointer-events: none; cursor: not-allowed; opacity: .65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none }*/

.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button { color: #fff; background-color: #2e2e2e; /*border-color: #2e2e2e*/ }

.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button { background-image: none }

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active { background-color: #428bca; border-color: #357ebd }

.gform_wrapper .gfield_error .gfield_label { color: #b94a48 }

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea { color: #b94a48; background-color: #f2dede; border-color: #eed3d7 }

.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus { border-color: #b94a48; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(185,74,72,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(185,74,72,0.6) }

.gform_footer {
  float: right;
  width: 18%;
  padding: 0 10px 0 0;
  margin-top: 400px;
    margin-right: -470px;
    
}

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

.validation_error { width: 378px;  float: right; padding: 15px; margin: 20px 10px 0 0; color: #b94a48; background-color: #f2dede; border: 1px solid transparent; border-color: #eed3d7; border-radius: 4px }

.validation_error h4 { margin-top: 0; color: inherit }

.validation_error .alert-link { font-weight: bold }

.validation_error>p, .validation_error>ul { margin-bottom: 0 }

.validation_error>p+p { margin-top: 5px }

.validation_error hr { border-top-color: #e6c1c7 }

.validation_error .alert-link { color: #953b39 }

#gforms_confirmation_message { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px }

#gforms_confirmation_message h4 { margin-top: 0; color: inherit }

#gforms_confirmation_message .alert-link { font-weight: bold }

#gforms_confirmation_message>p, #gforms_confirmation_message>ul { margin-bottom: 0 }

#gforms_confirmation_message>p+p { margin-top: 5px }

ol.col-neigh-title {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ol.col-neigh-title li:nth-child(even) {
  display: inline-block;
  width: 44%;
  margin: 0 0 20px 50px;
}
ol.col-neigh-title li:nth-child(odd) {
  display: inline-block;
  width: 44%;
  margin: 0 0 10px;
}
ol.col-neigh-title a {
  display: inherit;
  width: 100%;
  height: inherit;
  color: #2e2e2e;
  font-family: 'Open Sans Condensed', 'sans serif';
  font-size: 2em;
  font-weight: bolder;
  text-decoration: none;
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
}
ol.col-neigh-title a:hover {
  color: #2895d5;
  text-decoration: inherit;
  background-color: #f1f1f1;
}

ul.about {
  display: inline-block;
  width: 29%;
  height: 100%;
  list-style-type: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
ul.about li {
  list-style-type: inherit;
  line-height: 30px;
}

.icon-padding1 {
  padding: 0 14px 0 0;
  color: #383838;
}

.icon-padding2 {
  padding: 0 10px 0 0;
  color: #383838;
}

div.map {
  display: inline-block;
  width: 70%;
  height: 100%;
  margin: 0 0 24px 0;
}

p.desc {
  width: 100%;
  height: auto;
  padding: 0 0 20px 10px;
  overflow: visible;
}

img.temp {
  width: 200px;
  height: 200px;
  background: #2e2e2e;
}

img.left {
  float: left;
  margin: 0 20px 20px 0;
}

img.right {
  float: right;
  margin: 0 0 20px 20px;
}

img.size-full {
  float: left;
  margin: 0 20px 10px 0;
}

ul.info {
  display:inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}

ul.info li {
  list-style-type: none;
  margin: 0 3% 0 0;
  padding: 0;
}

ul.info li, .excerpt, .post-link {
  float: left;
  text-decoration: none;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans Serif';
}

ul.info a, .post-link {
  font-family: 'Open Sans Condensed', 'sans serif';
}

.blog-intro {
  width: 70%;
  height: auto;
  float: left;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

.blog-featured {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 25px;
}

.blog-article {
  width: 100%;
  height: auto;
  float: left;
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
}
.blog-article img {
  padding: 20px 20px 20px 0;
}

.img-thumb, .img-margin {
  display: inline-block;
  width: 23%;
  height: 200px;
  background: #f1f1f1;
  vertical-align: top;
}

.img-margin {
  margin: 0 0 20px 20px;
}

ul.history li {
  padding: 0 0 10px 0;
  line-height: 30px;
}

.cir {
  display: block;
  overflow: hidden;
  list-style-type: none;
}
.cir li {
  list-style-type: inherit;
}

a.adams-mrgn {
  z-index: 50;
  top: 320px;
  left: 250px;
  width: 36px;
  height: 36px;
  border: 2px solid #2861d5;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.adams-mrgn:hover {
  text-decoration: none;
  background: #2861d5;
}

a.american-u {
  z-index: 10;
  top: 220px;
  left: 80px;
  width: 36px;
  height: 36px;
  border: 2px solid #2c28d5;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.american-u:hover {
  text-decoration: none;
  background: #2c28d5;
}

a.brookland {
  z-index: 50;
  top: 280px;
  left: 460px;
  width: 36px;
  height: 36px;
  border: 2px solid #6528d5;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.brookland:hover {
  text-decoration: none;
  background: #6528d5;
}

a.capital-hill {
  z-index: 110;
  top: 480px;
  left: 400px;
  width: 36px;
  height: 36px;
  border: 2px solid #f7534b;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.capital-hill:hover {
  text-decoration: none;
  background: #f7534b;
}

a.chevy-chase {
  z-index: 10;
  top: 140px;
  left: 180px;
  width: 36px;
  height: 36px;
  border: 2px solid #c328d5;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.chevy-chase:hover {
  text-decoration: none;
  background: #c328d5;
}

a.chinatown {
  z-index: 80;
  top: 440px;
  left: 300px;
  width: 36px;
  height: 36px;
  border: 2px solid #d528b7;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.chinatown:hover {
  text-decoration: none;
  background: #d528b7;
}

a.cleveland-park {
  z-index: 10;
  top: 240px;
  left: 180px;
  width: 36px;
  height: 36px;
  border: 2px solid #d52879;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.cleveland-park:hover {
  text-decoration: none;
  background: #d52879;
}

a.columbia-heights {
  z-index: 40;
  top: 280px;
  left: 290px;
  width: 36px;
  height: 36px;
  border: 2px solid #d52840;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.columbia-heights:hover {
  text-decoration: none;
  background: #d52840;
}

a.dupont {
  z-index: 60;
  top: 380px;
  left: 260px;
  width: 36px;
  height: 36px;
  border: 2px solid #da88dd;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.dupont:hover {
  text-decoration: none;
  background: #da88dd;
}

a.foggy {
  z-index: 70;
  top: 420px;
  left: 230px;
  width: 36px;
  height: 36px;
  border: 2px solid #d59228;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.foggy:hover {
  text-decoration: none;
  background: #d59228;
}

a.georgetown {
  z-index: 30;
  top: 380px;
  left: 140px;
  width: 36px;
  height: 36px;
  border: 2px solid #44f6ca;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.georgetown:hover {
  text-decoration: none;
  background: #44f6ca;
}

a.glover-park {
  z-index: 10;
  top: 340px;
  left: 100px;
  width: 36px;
  height: 36px;
  border: 2px solid #d5d328;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.glover-park:hover {
  text-decoration: none;
  background: #d5d328;
}

a.kalorama {
  z-index: 40;
  top: 360px;
  left: 210px;
  width: 36px;
  height: 36px;
  border: 2px solid #b3d528;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.kalorama:hover {
  text-decoration: none;
  background: #b3d528;
}

a.leDroit {
  z-index: 70;
  top: 340px;
  left: 380px;
  width: 36px;
  height: 36px;
  border: 2px solid #82d528;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.leDroit:hover {
  text-decoration: none;
  background: #82d528;
}

a.logan {
  z-index: 70;
  top: 380px;
  left: 310px;
  width: 36px;
  height: 36px;
  border: 2px solid #34d528;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.logan:hover {
  text-decoration: none;
  background: #34d528;
}

a.mt-pleasant {
  z-index: 30;
  top: 270px;
  left: 240px;
  width: 36px;
  height: 36px;
  border: 2px solid #28d579;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.mt-pleasant:hover {
  text-decoration: none;
  background: #28d579;
}

a.navy {
  z-index: 20;
  top: 540px;
  left: 400px;
  width: 36px;
  height: 36px;
  border: 2px solid #28d5aa;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.navy:hover {
  text-decoration: none;
  background: #28d5aa;
}

a.noma {
  z-index: 100;
  top: 410px;
  left: 400px;
  width: 36px;
  height: 36px;
  border: 2px solid #28d5d3;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.noma:hover {
  text-decoration: none;
  background: #28d5d3;
}

a.observatory {
  z-index: 10;
  top: 330px;
  left: 150px;
  width: 36px;
  height: 36px;
  border: 2px solid #28bfd5;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.observatory:hover {
  text-decoration: none;
  background: #28bfd5;
}

a.palisaides {
  z-index: 10;
  top: 380px;
  left: 90px;
  width: 36px;
  height: 36px;
  border: 2px solid #28aad5;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.palisaides:hover {
  text-decoration: none;
  background: #28aad5;
}

a.petworth {
  z-index: 20;
  top: 200px;
  left: 320px;
  width: 36px;
  height: 36px;
  border: 2px solid #5efaff;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.petworth:hover {
  text-decoration: none;
  background: #5efaff;
}

a.shaw {
  z-index: 90;
  top: 420px;
  left: 350px;
  width: 36px;
  height: 36px;
  border: 2px solid #8628d5;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.shaw:hover {
  text-decoration: none;
  background: #8628d5;
}

a.sw-waterfront {
  z-index: 10;
  top: 520px;
  left: 320px;
  width: 36px;
  height: 36px;
  border: 2px solid #d56528;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.sw-waterfront:hover {
  text-decoration: none;
  background: #d56528;
}

a.takoma {
  z-index: 10;
  top: 80px;
  left: 320px;
  width: 36px;
  height: 36px;
  border: 2px solid #d5b728;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.takoma:hover {
  text-decoration: none;
  background: #d5b728;
}

a.tenleytown {
  z-index: 10;
  top: 190px;
  left: 130px;
  width: 36px;
  height: 36px;
  border: 2px solid #feff5e;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.tenleytown:hover {
  text-decoration: none;
  background: #feff5e;
}

a.ust {
  z-index: 60;
  top: 330px;
  left: 300px;
  width: 36px;
  height: 36px;
  border: 2px solid #aeff5e;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.ust:hover {
  text-decoration: none;
  background: #aeff5e;
}

a.woodley {
  z-index: 10;
  top: 300px;
  left: 190px;
  width: 36px;
  height: 36px;
  border: 2px solid #289565;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-decoration: none;
}

a.woodley:hover {
  text-decoration: none;
  background: #289565;
}

.bg-img-default {
  background-position: center;
  width: auto;
  height: 224px;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-img-place {
  background-image: url("");
}

.bg-home {
  background: #2895d5;
}

.bg-adams-morgan {
  background: #2861d5;
}

.bg-american-university {
  background: #2c28d5;
}

.bg-brookland {
  background: #6528d5;
}

.bg-capital-hill {
  background: #f7534b;
}

.bg-chevy-chase {
  background: #c328d5;
}

.bg-chinatown {
  background: #d528b7;
}

.bg-cleveland-park {
  background: #d52879;
}

.bg-columbia-heights {
  background: #d52840;
}

.bg-dupont-circle {
  background: #da88dd;
}

.bg-foggy-bottom {
  background: #d59228;
}

.bg-georgetown {
  background: #44f6ca;
}

.bg-glover-park {
  background: #d5d328;
}

.bg-kalorama {
  background: #b3d528;
}

.bg-ledroit {
  background: #82d528;
}

.bg-logan-circle {
  background: #34d528;
}

.bg-mount-pleasant {
  background: #28d579;
}

.bg-navy-yard {
  background: #28d5aa;
}

.bg-noma {
  background: #28d5d3;
}

.bg-observatory-cir {
  background: #28bfd5;
}

.bg-palisaides {
  background: #28aad5;
}

.bg-petworth {
  background: #5efaff;
}

.bg-shaw {
  background: #8628d5;
}

.bg-sw-waterfront {
  background: #d56528;
}

.bg-takoma-park {
  background: #d5b728;
}

.bg-tenleytown {
  background: #feff5e;
}

.bg-ust {
  background: #aeff5e;
}

.bg-woodley-park {
  background: #289565;
}

.bg-place {
  background: #da88dd;
}

.ftr-legal {
  float: left;
  width: 50%;
  height: 40px;
  font-size: .750em;
  color: #8a8a8a;
}

span.eh_realtor {
  float: left;
  background:url("images/img-eh_realtor.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 85%;
  height: 50px;
  width: 84px;
  margin-left: 25px;
}

span.coldwellB {
  float: left;
  background:url("images/img-coldwellB.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 70%;
  width: 91px;
  height: 50px;
}

.icns-social {
  float: right;
  margin: 0 25px 0 0;
  padding: 0;
  max-width: 45%;
  min-width: 10%;
  height: 40px;
}

.icon-linked_in:before {
  display: none;
}

.icon-google_plus:before {
  display: none;
}

.icon-twitter:before {
  margin-left: 52px;
}

footer {
  clear: both;
}
footer ul {
  display: block;
}
footer ul li {
  float: left;
  display: inherit;
  margin: 0 0 0 20px;
  width: 20px;
  height: 20px;
  list-style-type: none;
}
footer ul li a {
  text-decoration: none;
  color: #8a8a8a;
  width: inherit;
  height: inherit;
  margin: 0 5px;
  padding: 20px;
}
footer ul li a:hover {
  text-decoration: none;
  color: #2895d5;
}



/*new css start here 31 oct_13*/
div#jcarousel_container .jcarousel-skin-tango .jcarousel-next-horizontal{ display:none !important;}
div#jcarousel_container .jcarousel-skin-tango .jcarousel-prev-horizontal{ display:none !important;}

div.rss-output {
    padding: 8px 0 !important;
}
div.rss-output .body{display:none !important;}

/*new css close here 31 oct_13*/

p.idx-copyright, p.idx-disclaimer {
	display: none !important;
}

/*new css start here 28 aug_14*/

.container-main-home {
  padding: 0 50px;
}

.container-hdr-home-mobile {
  display: none;
}

.alignleft {
  float: left;
  padding-right: 5px;
}

    .contactRealtor {
float: right;
margin-top: -400px;
width: 90%;
margin-right: 200px;
padding-left: 100px;
}

.container-main h2:nth-child(9) {
  display: none;
}

 .clickhere {
display: none;
}

  .pListingInfo {
  	width: 50%;
  }

 

/*new css close here 28 aug_14*/
 
@media (max-width: 480px) {
 
div#teaser-description img{
    width: 294px;
    height: 285px;
}
    
    
  .container-hdr-home {
    width: 100%;
    height: 900px;
    padding: 0 20px;
    margin: 0 auto;
    background: #2895d5;
  }
  
  .col-hdr-internal {
  width: 100%;
  }
  .col-hdr {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  
  .disclaimer {
    font-size: 12px;
    font-style: italic;
    line-height: 1.5px;
}
  
  .icon-twitter:before {
    margin-left: 52px;
  }
  
  .logo {
    display: block;
    float: left;
    margin: 0 0 0 100px;
    clear: both;
    width: 148px;
    height: 35px;
    background-image: url('images/img-logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border: 0;
  }
  nav.mobileNav {
    display: block;
  }

  h1.homeHeroText {
    display: none;
  }
  h3.h3-2 {
    display: none;
  }
  
    .clickhere {
  	margin: 20px 0 0 0;
  	height: 280px;
  	display: inherit;
  }
  
  .container-cir-nav {
    width: 280px;
    height: 227px;
    background: url('images/img-sml-map.png') no-repeat 0 0;
    display: none;
  }
  
    .footer ul.icns-social li {
  padding: 0px;
  margin: 0 0 0 0px !important;
  }
  
  .navbar-default .navbar-toggle {
  display: none;
  }
  
  .icon-twitter:before {
  margin-left: 0px;
  }
  
  .icon-facebook:before {
  margin-left: 0px;
  }
  
  ul.cir {
    display: none;
  }
  .col-block {
    display: none;
  }
  .col-block-last {
    display: none;
  }
  .mobileColBlock {
    display: block;
  }
 .container-main {
    width: 100%;
  }
  .container-mobile-main {
    display: block;
  }
  
  nav.mainMenuItems ul li a {
  	font-size: .8em;
  }
  
  .li-last {
  	display: none;
  }
	
	.container-hdr-home {
	min-width: 90%;
	max-width: 100%;
	}
	
	.container-cir-nav {
	position: relative;
	z-index: 0;
	top: inherit;
	left: inherit;
	margin: 20px 0 0 0;
	height: 280px;
	}
	
	.container-hdr-home {
	height: inherit;
	}
	
	.container-ftr {
	clear: both;
	width: 100%;
	margin: 0 auto;
	height: inherit;
	background: #fff;
	overflow: hidden;
	}
	
	.col-hdr::after {
	content: '';
	width: 100%;
	height: inherit;
	background: #transparent;
	}
	
	span.coldwellB {
	float: right;
	}
	
	.ftr-legal {
	width: 100%;
	height: inherit;
	}
	
	
	div#jcarousel_container, h2.featuredplaces {
	display: none;
	}
}
	