@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Global Footer Styles */
.global-footer {
  border-top: 1px solid #dcdcdc;
}
.global-footer ul {
  display: inline-block;
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}
.global-footer ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .global-footer ul { width: 33.333%; }
}
@media screen and (max-width: 450px) {
  .global-footer ul { width: 100%; }
}

/* Overrides */
.content .wrap {
  background: #fff;
}
.header, .search {
  margin: 0;
}
.page.landing {
  padding: 0;
  position: relative;
}
.page.landing .header, .page.landing .search {
  margin: 0;
}
.page.landing .search {
  border-bottom: 1px solid #468100;
}
.page.landing .cpyrt {
  padding-right: 1em;
}
.search {
  height: 53px;
}
h1 {
  text-align: left;
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 53em) {
  .footer .footer-links>div {
    margin-left: 3em;
  }
}
#search_bar ul ul {
  display: none !important;
}
.social-media-ul li {
  cursor: pointer;
}
.breadcrumbs>span:nth-child(n+4) {
  display: inline-block;
}
.content {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 0 1em;
}
.containment {
  border: 0;
}
.header {
  border-bottom: 1px solid #C3C3C3;
}
.footer {
  border-top: 0;
}
.breadcrumbs .pipe, .breadcrumbs>span { margin: 0; }
.breadcrumbs .icon-chevron-right { margin: 0 2px 0 5px; color: #ccc; font-size: 13px; height: auto; }
.breadcrumbs .icon-chevron-right:before {
  font-family: "FontAwesome";
  content: "\f054";
}

/* Advertisement */
.gpt-ad {
  margin-top: 18px;
}
.gpt-ad iframe {
  width: 100%;
}
#advertisement {
  background: #1F98D5;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  padding: 10px 0;
}
  #advertisement h2 {
    display: inline-block;
    vertical-align: top;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }
    #advertisement h2:after {
      font-family: FontAwesome;
      content: "\f061";
      margin: 0 6px 0 8px;
      font-weight: normal;
      font-size: 15px;
      position: relative;
      top: -1px;
    }
  #advertisement ul {
    display: inline-block;
  }
    #advertisement ul li {
      display: inline-block;
      width: 120px;
    }
    #advertisement ul li img {
      position: relative;
      top: 3px;
    }
#advertisement-right {
  background: #1F98D5;
  padding: 20px 15px 15px;
  text-align: center;
  margin: 20px 0 0;
  border-radius: 5px;
  color: #fff;
}
  #advertisement-right .phones {
    margin: 10px 0;
  }
  #advertisement-right h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #advertisement-right ul {
    white-space: nowrap;
  }
  #advertisement-right ul li {
    width: 50%;
    display: inline-block;
    padding: 0 3px;
    max-width: 130px;
  }
  #advertisement-right ul li a:hover {
    background: transparent;
  }
    
@media screen and (max-width: 720px) {
  #advertisement h2 {
    line-height: 18px;
    margin-bottom: 5px;
    display: block;
  }
    #advertisement h2:after {
      display: none;
    }
}
@media screen and (max-width: 390px) {
  #advertisement h2 {
    font-size: 15px;
  }
  #advertisement ul li {
    width: 80px;
  }
}

/* Icons */
.icon:before {
  font-family: "FontAwesome";
}

/* Header */
.header .decorationLine {
  width: 100%;
  height: 4px;
  margin-top: 5px;
}
  .header .decorationLine span {
    display: inline-block;
    height: 4px;
    width: 25%;
    vertical-align: top;
    float: left;
  }
  .header .decorationLine .span1 { background-color: #1F98D5; }
  .header .decorationLine .span2 { background-color: #ED1C24; }
  .header .decorationLine .span3 { background-color: #AACD38; }
  .header .decorationLine .span4 { background-color: #FFC712; }
.header-title {
  position: relative;
  top: 18px;
  width: 0;
  left: 20px;
}
  .header-title .pipe {
    border: 1px solid;
    height: 25px;
    display: block;
    width: 0;
    position: absolute;
    margin: -2px 0 0 -10px;
    border-radius: 40px;
    color: #ccc;
    border-width: 1px;
    transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -webkit-transition: margin 0.2s;
  }
  .header-title h2 {
    color: #999;
    width: 80px;
    line-height: 110%;
    font-size: 90%;
    position: relative;
    top: -4px;
  }
    .header-title h2 a, .header-title h2 a:hover {
      color: #999;
      text-decoration: none;
    }

/* Average Price Bar */
.average-price {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	padding: 1em 0 .79em .25em;
	background-color: #eee;
  margin-bottom: 1em;
  height: 53px;
}
	.average-price h2 {
		color: #333;
		padding-left: 10px;
	}
		.average-price h2 span {
			font-weight: bold;
		}
    
/* Social */
.social {
  float: right;
  margin-top: -3.25em;
}
  .social ul {
    margin-right: 20px;
  }
    .social ul li {
      display: inline-block;
      max-width: 90px;
      vertical-align: top;
    }
    .social ul li.socialtitle {
      font-size: 14px;
      font-weight: bold;
      margin-top: -1px;
    }
    .social ul li.facebook {
      margin-top: -4px;
    }
.landing .social {
  float: none;
  margin: 0;
  padding: 10px 0 5px;
  text-align: center;
  background: #A5D5EE;
}

/* Map */
#map_canvas img { max-width: none; }
.map-wrap {
  margin-top: 20px;
}
#map_canvas {
  border-radius: 5px;
}

/* Tabs */
.tabs-wrapper .label {
  display: none;
  line-height: 40px;
  padding: 0 10px;
  color: white;
}
  .tabs-wrapper.tabs-statistics .label {
    line-height: 56px;
  }
  .tabs-wrapper .label span {
    font-weight: bold;
  }
#tabs-bedrooms li { width: 20%; }
.tabs-menu {
  width: 100%;
  background-color: #1F98D5;
  position: relative;
  z-index: 2;
}
.tabs-menu li {
  background-color: #1F98D5;
  display: inline-block;
  width: 25%;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  vertical-align: top;
}
  .tabs-menu li:hover {
    background-color: #4BACDD;
  }
.tabs-menu li.current {
  position: relative;
  background-color: #78C1E5;
  z-index: 5;
}
.tabs-menu li a {
  color: #fff;
  text-decoration: none;
  padding: 12px 10px;
  display: block;
}
  .tabs-menu li a[href="#tab-rent"] {
    padding: 20px 10px;
  }
  .tabs-menu li a:hover {
    background: transparent;
    color: #fff;
  }
  .tabs-menu li a:active,
  .tabs-menu li a:focus {
    background: transparent;
    color: #fff;
  }
.tabs-menu li h2 {
  font-size: 15px;
  padding: 0;
  background: transparent;
  text-transform: none;
  line-height: 16px;
  white-space: normal;
  max-width: 120px;
  margin: 0 auto;
}
.tab {
  background-color: #fff;
  width: auto;
}
  .tab h2 {
    color: #999;
    margin: 5px 10px 0;
    font-size: 14px;
  }
.tab-content {
  width: 100%;
  padding: 20px 20px 0;
  display: none;
  height: 250px;
}
  .tab-content h2 {
    background: transparent;
    text-align: left;
    color: #333;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    position: relative;
    z-index: 2;
    margin: 0;
  }
  .tab-content h3 {                        
    margin-bottom: 5px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    font-size: 90px;
    line-height: 100px;
  }
  .tab-content p {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    font-weight: bold;
  }
  .tab-content img {
    position: absolute;
    z-index: 1;
  }
#rent-2 {
 display: block;   
}
.tab-body {
  float: right;
  text-align: center;
  position: relative;
  top: 5px;
}

/* Statistics Table */
.table-statistics {
  background: #1F98D5;
  margin: 1em 0;
}
  .table-statistics thead tr {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .table-statistics thead tr.mainTitle {
    border-left: 1px solid #1F98D5;
    border-right: 1px solid #1F98D5;
    border-radius: 5px 5px 0 0;
  }
  .table-statistics thead tr.mainTitle td {
    color: #fff;
  }
  .table-statistics thead tr td {
    font-weight: bold;
  }
  .table-statistics thead tr:first-child td {
    padding: 10px 0;
  }
  .table-statistics tr td {
    text-align: center;
    padding: 5px 0;
  }
  .table-statistics tbody {
    background: #eee;
    border: 1px solid #ddd;
    border-top: 0;
  }
  .table-statistics .title,
  .table-statistics tbody tr .highlight {
    background: #fff;
  }
  .table-statistics tbody tr td:first-child {
    text-align: left;
    padding-left: 20px;
  }

/* Content */
.content-section {
  margin-top: 1em;
}
.content-left {
  display: inline-block;
  width: 68%;
  padding-right: 20px;
  vertical-align: top;
  position: relative;
}
.content-right {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
}

/* Housing Market */
.market-wrapper {
  margin: 0 auto;
  padding-bottom: 15px;
  border: 1px solid #ddd;
  border-top: 0;
}
.housing-market {
  margin-top: 1em;
  background: #fff;
}
  .housing-market h2 {
    background: #1F98D5;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    position: relative;
  }
  .housing-market .gauge-wrapper {
    width: 100%;
    position: relative;
    height: 215px;
    display: block;
    top: -10px;
  }
  .housing-market .description {
    width: 100%;
    text-align: center;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 400px;
  }
  
/* Tooltips */
#tooltip {
	padding: 3px 5px;
	background-color: #000;
	z-index: 100;
	color: #fff;
	box-shadow: 0 0 3px #555;
	opacity: .7;
	filter: alpha(opacity=70);
	border: 2px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  text-transform: capitalize;
  position: absolute;
  margin-top: -5px;
  top: -100px;
}

/* Graphs */
.content-graph {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}
  .content-graph h2 {
    text-align: center;
    font-weight: bold;
    padding-left: 50px;
  }
.content-description {
  width: 34%;
  display: inline-block;
  vertical-align: top;
  padding-top: 60px;
  white-space: normal;
}

/* Buttons */
.price-button {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
  color: #000;
  border: 1px solid #c7c7c7;
  font-weight: 700;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius :5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  font-weight: normal;
}
  .price-button:hover {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
  }
  .price-button:active {
    background: #dddddd; /* Old browsers */
    background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  }
  .content-right .price-button {
    margin-bottom: 10px;
    color: #333;
  }
 

/* Homepage find bar */
.find-bar .button {
  display: block;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

/* Sidebar */
.sidebar-bucket {
  margin: 20px 0;
  border-radius: 5px;
  white-space: normal;
}
  .sidebar-bucket h3 {
    background: #1F98D5;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border-radius: 5px 5px 0 0;
  }
.sidebar-bucket ul li {
  white-space: nowrap;
  height: 34px;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 6px 7px;
  background: #fff;
  transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  font-size: 14px;
}
  .sidebar-bucket ul li:last-child {
    border-radius: 0 0 5px 5px;
  }
  .sidebar-bucket ul li:hover {
    background-color: #fbf5db;
  }

/* Popular */
.popular ul li a {
  display: block;
}
  .popular ul li a:after {
    font-family: "FontAwesome";
    content: "\f0da";
    color: #78C1E5;
    float: right;
    transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
  }
    .popular ul li a:hover:after {
      color: #1F98D5;
    }

/* Statistics */
  .statistics h2 {
    padding: 12px 0 0 34px;
    border-radius: 5px 5px 0 0;
    font-weight: 700;
    margin-bottom: -5px;
  }
    .statistics h2:before {
      font-family: "FontAwesome";
      content: "\f080";
      font-size: 25px;
      font-weight: 300;
      color: #468100;
      position: absolute;
      margin: -6px 0 0 -34px;
    }
      .statistics ul li.title {
        background: #eee;
      }
      .statistics ul li a {
        text-transform: capitalize;
        font-size: 14px;
      }
        .statistics ul li a:hover {
          background-color: transparent;
        }
      .statistics ul li p {
        margin: 0;
        width: 30%;
        float: left;
        height: 30px;
        font-size: 14px;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
      }
     .statistics ul li p.first {
        text-align: left;
        width: 40%;
      }
      .statistics ul li.title p {
        font-weight: bold;
        font-size: 11px;
        line-height: 24px;
      }
      
/* Related ads */
.related-ads {
  margin: 20px 0;
  border-radius: 5px;
  white-space: normal;
}
  .related-ads h3 {
    background: #1F98D5;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border-radius: 5px 5px 0 0;
  }
.related-ads .toggle {
  border: 1px solid #ddd;
  border-top: 0;
}
.related-ads .toggle li {
  width: 50%;
  display: inline-block;
  background-color: #4BACDD;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  color: #333;
  padding: 8px 10px;
  color: #fff;
}
  .related-ads .toggle li:hover {
    background-color: #78C1E5;
  }
  .related-ads .toggle li.current {
    background-color: #78C1E5;
  }
.related-ads h3 {
  text-align: left;
  padding: 10px;
}
.related-ads .ad-list {
  border: 1px solid #ddd;
  border-top: 0;
}
  .related-ads .ad-list li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: background 0.2s;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    background: #fff;
  }
    .related-ads .ad-list li:hover {
      background: #fbf5db;
    }
    .related-ads .ad-list li:last-child {
      border-bottom: 0;
    }
    .related-ads .ad-list li img {
      width: 20%;
      display: inline-block;
      vertical-align: top;
      height: 85px;
    }
    .related-ads .ad-list li div {
      width: 80%;
      display: inline-block;
      padding-left: 10px;
    }
    .related-ads .ad-list li h4 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .related-ads .ad-list li a:hover {
      background: transparent;
      text-decoration: none;
    }
    .related-ads .ad-list li .price {
      margin: 0;
      font-size: 14px;
      font-weight: bold;
    }
    .related-ads .ad-list li .description {
      margin: 0;
      font-size: 13px;
      height: 36px;
      overflow: hidden;
    }
   
 
/* Landing Styles */
.landing h1 {
  display: none;
}
.landing h2.title {
  text-shadow: 1px 1px #fffee0;
  border-top: 1px solid #fffee0;
  padding: 40px 10px 45px;
  font-size: 28px;
  text-align: center;
  line-height: 45px;
  background:#ebeeb9;
  color: #333;
  background:-moz-linear-gradient(top,#D4D7A7 0,#FFFEE0 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#D4D7A7),color-stop(100%,#FFFEE0));
  background:-webkit-linear-gradient(top,#D4D7A7 0,#FFFEE0 100%);
  background:-o-linear-gradient(top,#D4D7A7 0,#FFFEE0 100%);
  background:-ms-linear-gradient(top,#D4D7A7 0,#FFFEE0 100%);
  background:linear-gradient(to bottom,#D4D7A7 0,#FFFEE0 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D7A7',endColorstr='#FFFEE0',GradientType=0);
}
.landing .wrap {
  padding: 0 20px;
}
.landing .content {
  min-height: 0;
}
.content-full {
  padding-top: 50px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.bullet-item {
  width: 30.5%;
  display:inline-block;
  text-align: center;
  border: 5px solid #eee;
  margin: 0 1%;
  padding: 20px 0;
  background: #f9f9f9;
  border-radius: 5px;
}
  .bullet-item .icon {
    display: block;
    margin-bottom: 20px;
  }
  .bullet-item .icon:before {
    font-size: 65px;
    color: #fff;
    padding: 20px;
    border-radius: 55px;
    background: #1F98D5;
  }
  .bullet-item .history:before {
    padding: 20px 25px;
  }
  .bullet-item p {
    margin: 0 10px;
    color: #6a6a6a;
    font-size: 14px;
    padding: 6px 0;
    border-top: 1px dashed #ddd;
  }
    .bullet-item p.last {
      border-bottom: 1px dashed #ddd;
    }
    .bullet-item p:before {
      font-size: 18px;
      color: #AACD38;
      font-family: "FontAwesome";
      content: "\f00c";
      position: relative;
      left: -7px;
      top: 1px;
    }
.find-bar {
  background: #1F98D5;
  padding: 10px;
  text-align: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
  .find-bar select {
    padding: 9px;
    width: 24%;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2) inset;
  }
  .find-bar select.error {
    border-color: #e54a34;
    background: #fff0f0;
    color: red;
  }
    .find-bar select:disabled {
      background: #f2f2f2;
    }
  .find-bar .button  {
    display: inline-block;
    width: 24%;
    padding: 7px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    background: #78C1E5;
    color: #fff;
    font-weight: normal;
  }
  .find-bar .button:hover {
    text-decoration: none;
  }
.find-bar-title {
  padding: 15px 0 15px 34px;
  border-radius: 5px 5px 0 0;
  font-weight: 700;
  margin-bottom: -5px;
}
  .find-bar-title:before {
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 25px;
    font-weight: 300;
    color: #aacd38;
    position: absolute;
    margin: -8px 0 0 -32px;
  }
.find-bar-sidebar {
  background: #1F98D5;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}
  .find-bar-sidebar select {
    padding: 8px;
    width: 100%;
    border: 0;
    border-radius: 5px;
    margin: 0 0 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2) inset;
  }
  .find-bar-sidebar select.error {
    border-color: #e54a34;
    background: #fff0f0;
    color: red;
  }
    .find-bar-sidebar select:disabled {
      background: #f2f2f2;
    }
  .find-bar-sidebar .button {
    display: block;
    padding: 7px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    background: #78C1E5;
    color: #fff;
    font-weight: normal;
  }
    .find-bar-sidebar #find-ads {
      margin-top: 10px;
    }
    .find-bar-sidebar .button:hover,
    #slider li .button:hover {
      text-decoration: none;
      background: #4BACDD;
    }
.top-section {
  width: 45%;
  display: inline-block;
  margin: 35px 15px;
  border-radius: 5px;
  border: 5px solid #eee;
}
.top-statistics {
  padding: 20px 0;
  text-align: center;  
}
  .top-statistics h2 {
    text-align: center;
    font-size: 22px;
    margin: 0;
    color: #fff;
    background: #1F98D5;
    padding: 10px 0;
  }
  .top-statistics ul {
    max-width: 980px;
    margin: 0 auto;
    border-radius: 5px;
  }
    .top-statistics ul li {
      white-space: nowrap;
      height: 60px;
      display: table;
      width: 100%;
      border-bottom: 1px solid #eee;
      border-top: 1px solid #fff;
      padding: 0 10px;
    }
      .top-statistics ul li:last-child {
        border-bottom: 0;
      }
      .top-statistics ul li p {
        margin: 0;
        width: 25%;
        font-size: 15px;
        line-height: 16px;
        color: #6a6a6a;
        padding: 10px 0;
        white-space: normal;
        display: table-cell;
        vertical-align: middle;
      }
        .top-statistics ul li.title {
          height: 45px;
        }
        .top-statistics ul li.title p {
          padding: 5px 0;
        }
        .top-statistics ul li p a {
          max-height: 33px;
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
        }
        .top-statistics ul li p.model a {
          font-weight: bold;
        }
        .top-statistics ul li p span {
          font-size: 10px;
        }
        .top-statistics ul li p a span {
          font-size: 12px;
          display: block;
          font-weight: normal;
        }
        .top-statistics ul li p .fire { color: red; }
        .top-statistics ul li p .hot { color: red; }
        .top-statistics ul li p .warm { color: #FDBD48; }
      .top-statistics ul li .price-button {
        padding: 7px 0;
        width: 100%;
        font-size: 12px;
        color: #000;
      }
        .top-statistics ul li div {
          display: table-cell;
          vertical-align: middle;
        }
        .top-statistics ul li .price-button:hover {
          text-decoration: none;
        }
    .top-statistics ul li.title {
      background: #f9f9f9;
      font-weight: bold;
      border-bottom: 0;
      border-top: 0;
    }
.sitemap .title {
  margin: 10px 0 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 15px;
  padding-left: 10px;
}
  .sitemap .title h2 {
    font-size: 22px;
    color: #1F98D5;
    font-weight: 700;
    padding-bottom: 5px;
  }
    .sitemap .title h2 span {
      font-size: 13px;
      position: relative;
      top: -4px;
      left: 2px;
    }
  .sitemap .title p {
    margin: 0;
    font-size: 13px;
  }
.car-category-list {
  padding: 0;
  margin: 0;
  list-style:none;
  width:100%;
  margin-left: -10px;
  -moz-column-count: 7;
  -webkit-column-count: 7;
  column-count: 7;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}
  .car-category-list .car-category {
    margin: 0 20px 20px;
    padding-bottom: 20px; 
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 89%;
  }
  .car-category-list .label-region {
    font-weight: bold;
    margin: 0 20px;
    padding-bottom: 10px;
    display: block;
    font-size: 115%;
    line-height: 115%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .car-category-list .car-category .label {
    font-weight: 700;
    font-size: 110%;
    line-height: 110%;
    margin-bottom: 10px;
    display: block;
  }

.table-tabs {
  margin-top: 1em;
  position: relative;
  z-index: 100;
  background: #1F98D5;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: none;
}
  .table-tabs li {
    display: inline-block;
    width: 50%;
    padding: 10px 0;
    transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
  }
  .table-tabs li:hover {
    background-color: #4BACDD;
  }
  .table-tabs li.current {
    background: #78C1E5;
  }
  
.see-properties {
  float: right;
  margin-top: -47px;
  text-align: right;
  font-size: 14px;
}
  .see-properties a {
    display: block;
  }
  .see-properties a:hover {
    background: transparent;
  }
  
/* Icons */
.icon:before {
  font-family: "FontAwesome";
}
.bullet-item .history:before { content: "\f1da"; }
.bullet-item .home:before { content: "\f015"; padding: 20px 23px; }
.bullet-item .chart:before { content: "\f080"; }

@media screen and (max-width: 1030px) {
  .bullet-item p {
    font-size: 16px;
  }
  .top-statistics ul li .price-button {
    font-size: 10px;
  }
  .car-category-list {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
  }
  .content-left, .content-right {
    width: 100%;
    display: block;
    margin-left: 0;
    padding: 0;
  }
}
      
@media screen and (max-width: 960px) {
  .average-price h2 {
    font-size: 14px;
  }
  .top-statistics ul li p {
    font-size: 14px;
  }
  .bullet-item p {
    font-size: 14px;
  }
  #content-left .content-section {
    margin: 0;
  }
  .car-category-list {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
  #content-left h3.heading,
  #content-left #similar-make,
  #articles {
    margin-right: 0;
  }
  #content-left .content-footer {
    padding: 15px 10px 10px;
  }
  .see-properties {
    float: none;
    display: table;
    margin: -5px auto 10px;
  }
  h1 {
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .tab-body {
    float: none;
  }
  .tab-content h3 {
    font-size: 70px;
  }
}

@media screen and (max-width: 650px) {
  .tab-content {
    position: relative;
    padding: 0;
  }
  .tab-content img {
    bottom: -2px;
  }
  .landing .content {
    padding-bottom: 20px;
  }
  .top-statistics {
    padding-top: 0;
  }
  .content-full {
    padding-top: 10px;
  }
  #slider li .box-right {
    float: none;
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
  .bullet-item {
    width: 100%;
    margin: 30px 0 0;
  }
  .content-graph h2 {
    padding: 0;
  }
  .content-graph {
    display: block;
    width: 100%;
  }
  .content-description {
    padding: 15px 20px 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
  }
  .average-price .social-links {
    display: none;
  }
  .top-section {
    width: 94%;
    margin-bottom: 0;
  }
  .find-bar .button {
    display: block;
    width: 100%;
  }
  .find-bar select {
    margin: 0 0 8px;
    width: 100%;
  }
  .find-bar #find-prices {
    margin-bottom: 8px;    
  }
  .car-category-list {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .social ul li.socialtitle {
    display: none;
  }
  #relative-ads p {
    margin: 0;
    font-size: 13px;
    line-height: 17px;
  }
  .breadcrumbs {
    padding: 0.5em 0 0.25em;
  }
  .breadcrumbs .icon-chevron-right {
    margin: -1px 0 0 4px;
  }
  .breadcrumbs .pipe, .breadcrumbs>span {
    margin: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 560px) {
  .header-title {
    display: none;
  }
  .tab-content h3 {
    font-size: 60px;
  }
  #slider li .box-right h2 {
    font-size: 20px;
    padding: 0 10px 10px;
  }
    #slider li .box-right h2 span {
      font-size: 22px;
    }
  .car-category-list {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .header-title {
    margin: -43px 0 0 60px;
    width: 85px;
    line-height: 100%;
  }
    .header-title .pipe {
      height: 40;
      margin: -2px 0 0 -10px;
    }
    .header-title h2 {
      font-size: 100%;
    }
}

@media screen and (max-width: 480px) {
  .table-tabs {
    display: block;
  }
  .table-statistics {
    margin-top: 0;
  }
  .table-statistics .mainTitle {
    display: none;
  }
  .table-statistics .squaremeters {
    display: none;
  }
  .page {
    padding: 0;
  }
  .tab-content {
    height: 214px;
  }
  .tab-content p {
    font-size: 13px;
    padding: 0 20px;
  }
  .tab-content h3 {
    font-size: 38px;
    line-height: 60px;
  }
  .tab-content img {
    max-height: 210px;
  }
  .tabs-wrapper {
    height: 40px;
    background: #1F98D5;
    z-index: 100;
    position: relative;
  }
  .tabs-wrapper.tabs-statistics {
    height: 56px;
  }
    .tabs-wrapper .label {
      display: block;
    }
    .tabs-wrapper .label:after {
      font-family: FontAwesome;
      content: "\f0da";
      float: right;
      font-weight: normal;
      position: relative;
      top: 1px;
    }
  .tabs-menu {
    position: absolute;
    top: 40px;
    left: 0;
    opacity: 0;
    margin: 0;
    padding-left: 0;
    -webkit-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
  }
    .tabs-wrapper.tabs-statistics .tabs-menu {
      top: 56px;
    }
  .tabs-menu li {
    display: block;
    list-style: none;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s ease 0s;
    -moz-transition: height 0.5s ease 0s;
    -ms-transition: height 0.5s ease 0s;
    -o-transition: height 0.5s ease 0s;
    transition: height 0.5s ease 0s;
    border-top: 1px solid #4BACDD;
  }
  .tabs-menu li h2 {
    max-width: none;
  }
  .tabs-wrapper.hover .label:after {
    content: "\f0d7";
    top: 2px;
    left: 1px;
  }
  .tabs-wrapper.hover ul {
    opacity: 1;
  }
  .tabs-wrapper.hover ul li {
    height: 40px;
    overflow: visible;
  }
  .tabs-wrapper.hover ul li a {
    -webkit-transition: background-color 0.5s ease 0s;
    -moz-transition: background-color 0.5s ease 0s;
    -ms-transition: background-color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
  }
  .tabs-wrapper.hover ul li a:hover {
    background-color: #4BACDD;
  }
  .tabs-wrapper.hover ul li.current a {
    background-color: #78C1E5;
  }
  #tabs-bedrooms li,
  #tabs-statistics li{
    width: 100%;
  }
  #slider li.slide {
    padding: 0 20px;
  }
  .landing .social ul li.socialtitle {
    display: none;
  }
  .content-graph .graph div.xAxis div.tickLabel, 
  .content-graph .graph div.yAxis div.tickLabel {
    font-size: 11px;
  }
  .average-price h2 {
    font-size: 14px;
  }
  .box-left {
    text-align: center;
  }
  .content-full {
    width: 100%;
  }
  .landing .wrap {
    padding: 0;
  }
  .landing .content {
    padding-bottom: 0;
  }
  .bullet-item {
    margin: 15px 0;
  }
  .top-section {
    width: 100%;
    margin: 10px 0;    
  }
  .top-statistics ul li {
    padding: 0 10px;
    display: table;
    width: 100%;
    height: auto;
  }
    .top-statistics ul li p {
      font-size: 12px;
      line-height: 12px;
      white-space: normal;
      float: none;
    }
    .top-statistics ul li p a {
      max-height: inherit;
    }
    .top-statistics ul li p a span{
      font-size: 11px;
    }
    .top-statistics ul li .price-button {
      width: 100%;
    }
    .top-statistics ul li.title p {
      white-space: nowrap;
    }
    .top-statistics ul li div,
    .top-statistics ul li p {
      display: inline-block;
      width: 25%;
    }
  .car-category-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .sitemap h2 {
    font-size: 20px;
  }
  .landing .social {
    width: 100%;
    text-align: center;
  }
  #articles img {
    display: none;
  }
  #articles .accordion-toggle span {
    margin-left: 0;
  }
  #content-left .content-footer h2 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #content-left .content-footer ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  #relative-ads img {
    display: none;
  }
  #relative-ads div {
    width: 100%;
  }
  #gauge {
    margin-top: -20px;
  }
}

@media screen and (max-width: 350px) {
  .landing .social ul {
    margin: 0;
  }
  #gauge {
    margin-top: -35px;
  }
}