a:hover {
  color: #df5400;
}

::-moz-selection {
  background: #ec894d;
  color: white;
  text-shadow: none;
}

::selection {
  background: #ec894d;
  color: white;
  text-shadow: none;
}

.only-for-print {
  display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

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

a img.alignnone {
  margin: 5px 20px 20px 0;
}

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

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 0;
  text-align: center;
}

.gallery-caption {
  font-size: 11px;
  line-height: 18px;
  padding: 5px 0;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.alert-wrapper {
  margin-bottom: 80px;
}
.clearboth {
  clear: both;
}

/*------------------------------------------------------*/
/*  Real Btn
/*------------------------------------------------------*/
.real-btn, .btn-blue, .btn-grey {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: white;
  text-align: center;
  margin-bottom: 0;
  padding: 8px 16px;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  background-color: #ec894d;
}
.real-btn:hover, .btn-blue:hover, .btn-grey:hover, .real-btn.current, .current.btn-blue, .current.btn-grey {
  background-color: #e3712c;
  color: white;
}

.btn-mini {
  padding: 8px 29px;
  font-size: 14px;
}

.btn-small {
  padding: 11px 36px;
  font-size: 18px;
}

.btn-large {
  padding: 12px 48px;
  font-size: 20px;
}

.btn-blue {
  font-weight: bold;
  background-color: #58caec;
}
.btn-blue:hover, .btn-blue.current {
  background-color: #18aad5;
}

.btn-grey {
  font-weight: bold;
  background-color: #aeadad;
}
.btn-grey:hover, .btn-grey.current {
  background-color: #838181;
}

body a,
.container a {
  text-decoration: none;
}

/*------------------------------------------------------*/
/* Body
/*------------------------------------------------------*/
body {
  background-color: whitesmoke;
}

/*------------------------------------------------------*/
/* Layouts
/*------------------------------------------------------*/
.contents {
  margin-bottom: 45px;
}

.main {
  margin-bottom: 30px;
}

.items-wrapper {
	float: left;
}

.sidebar-wrap {
  float: right;
  width: 220px;
}

.sidebar {
  margin-bottom: 30px;
}

#property-details-link {
	background-color: #fff;
    font-size: 17px;
    padding: 10px;
    text-align: center;
}

#property-details-link {
	background-color: #fff;
    font-size: 17px;
    padding: 10px;
    text-align: center;
    margin-bottom: 13px;
}
#property-details-link .fa-sign-in {
    margin-left: 5px;
}
#ad-widget-1 {
	padding: 12px 10px;
    text-align: center;
}
#breadcrumb {
	background-color: #fbfbfb;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
    margin: 0 0 16px 30px;
    padding: 10px 11px 11px 19px;
    color: #ec894d;
    clear: both;
}

#breadcrumb span {
    padding: 0 5px;
    color: #8b9293;
}

.fixpanel {
    border: 0;
}

.error {
    background-color: #ffffcc;
    border: 1px solid #cc0000;
    color: #c00000;
    display: inline;
    margin: 0 6px 0 0;
    padding: 3px;
}

#tabs {
	background: none;
    border: 0 none;
    border-radius: 0;
    color: #8b9293;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding: 0;
}
#tabs ul {
    background: none;
    border: 0 none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 17px;
}
#tabs .ui-tabs-nav li a {
    padding: 6px;
}
#tabs .ui-tabs-panel {
    padding: 0;
    color: #8b9293;
}
#tabs h2 {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 4px 0 0;
    color: #8b9293;
}
#tabs .loc-list {
    color: #8b9293;
    float: left;
    line-height: 17px;
    margin-top: 15px;
    width: 24%;
}
#tabs .ui-tabs-nav li {
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0;
    margin: 1px 0.3em 0 0;
}
#tabs .ui-tabs-nav li.ui-tabs-active {
    border-bottom: 1px solid #AAAAAA;
}
#tabs a {
    color: #8b9293;
}
#tabs a:hover {
  color: #df5400;
  text-decoration: underline;
}

div.article
{
	margin-bottom:20px;
}

div.article .title
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

div.article .preview
{
	padding: 8px 12px 12px 0;
}

div.article .preview img
{
	float: left;
    margin-right: 7px;
    border: 3px solid #f1f1f1;
}
div.article .preview .intro
{
    margin-bottom: 3px;
}
div.article .preview .tag
{
    font-size: 12px;
}
ol#property-search
{
}
ol#property-search li
{
	position: relative;
}
ol#property-search ol
{
	list-style: none;
	margin-bottom: 15px;
}
ol#property-search li div#result1
{
	position: absolute;
}

/*------------------------------------------------------*/
/* Header
/*------------------------------------------------------*/
.header-wrapper {
  background-color: #252a2b;
}

.disable-responsive .header-wrapper {
  min-width: 940px;
}

/*  Header
-------------------------------------------------------------------------*/
#header {
  position: relative;
}

/*  Header Top
-------------------------------------------------------------------------*/
#header-top {
  border-bottom: 1px solid #343a3b;
  margin-bottom: 40px;
}
#header-top #lang_sel {
  float: left;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
}
#header-top #lang_sel a {
  background-color: #252A2B;
  border-color: #343A3B;
  color: #929A9B;
}
#header-top #lang_sel a:hover {
  color: #788182;
}
#header-top #lang_sel ul ul {
  border-top-color: #343A3B;
}
#header-top #lang_sel img.iclflag {
  top: 0;
}
#header-top #lang_sel_click {
  float: left;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
}
#header-top #lang_sel_click a {
  background-color: #252A2B;
  border-color: #343A3B;
  color: #929A9B;
}
#header-top #lang_sel_click a:hover {
  color: #788182;
}
#header-top #lang_sel_click ul ul {
  border-top-color: #343A3B;
}
#header-top #lang_sel_click img.iclflag {
  top: 0;
}
#header-top #lang_sel_list {
  float: left;
}
#header-top #lang_sel_list.lang_sel_list_vertical {
  width: auto;
  margin-top: 11px;
}
#header-top #lang_sel_list.lang_sel_list_vertical ul {
  border: none;
  border-top-color: #343A3B;
}
#header-top #lang_sel_list.lang_sel_list_vertical ul li {
  width: auto;
}
#header-top #lang_sel_list.lang_sel_list_vertical a:visited,
#header-top #lang_sel_list.lang_sel_list_vertical a {
  border: none;
  background-color: #252A2B;
  border-color: #343A3B;
}
#header-top #lang_sel_list.lang_sel_list_horizontal {
  height: auto;
  margin-top: 14px;
}
#header-top #lang_sel_list ul li a {
  background: transparent;
}
#header-top #lang_sel_list ul li a.lang_sel_sel {
  color: #b5b5b5;
}
#header-top #lang_sel_list ul li a.lang_sel_other {
  color: #858585;
}
#header-top #lang_sel_list img.iclflag {
  top: -1px;
}

/*  Contact Email
-------------------------------------------------------------------------*/
#contact-email {
  font-size: 14px;
  line-height: 20px;
  color: #929a9b;
  float: left;
  font-weight: normal;
  padding: 13px 0;
  margin: 0 0 0 6px;
  /*i{
    margin-right: 6px;
    font-size: 15px;
  }*/
}
#contact-email .email {
  background: url(/images/icon-mail.png) no-repeat left 0;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 8px;
  vertical-align: top;
}
#contact-email a {
  color: #929a9b;
}
#contact-email a:hover {
  color: #b0b8b9;
}

/*  Social Networks
-------------------------------------------------------------------------*/
.single article .header-links {
  margin: 0;
}

.header-links {
  float: right;
  list-style: none;
  margin: 0 48px 0 0;
  padding: 0;
}
.header-links li {
  display: inline-block;
  border: none;
  margin: 0 0 0 -4px;
}
.header-links li a {
  color: #929a9b;
  font-size: 15px;
  display: block;
  text-align: center;
  line-height: 44px;
  width: 49px;
  height: 46px;
  margin: 0px;
  padding: 0;
  outline: none;
  border-left: 1px solid #343a3b;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-links li a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: white;
}
.header-links li i.fa-lg {
  font-size: 1em;
}
.header-links li.publish i.fa-lg {
    font-size: 16px;
}
.header-links li.publish a {
  color: #fff;
  width: 155px;
  background-color: #1A8AA6;
  font-size: 1em;
  font-weight: bold;
  padding: 0 5px 0 2px;
  border-right: 1px solid #343a3b;
}
.header-links li.publish a:hover {
  background-color: #22ACCA;
}


/* User Nav
--------------------------------------------------------------------------*/
.user-nav {
  float: left;
  padding: 0;
  margin: 14px 10px 10px 0;
}
.user-nav a {
  display: inline-block;
  color: #929a9b;
  font-size: 1em;
  line-height: 18px;
  padding: 0 10px 1px 39px;
  margin: 0;
  font-weight: bold;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.user-nav a:hover {
  color: #b0b8b9;
}
.user-nav a#es {
    background: url("/images/spain-flag.png") no-repeat scroll 10px center rgba(0, 0, 0, 0);
}

.user-nav a#en {
    background: url("/images/us-flag.png") no-repeat scroll 10px center rgba(0, 0, 0, 0);
}

/*  Logo
-------------------------------------------------------------------------*/
#logo {
  float: left;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}
#logo a, #logo img {
  display: inline-block;
  max-width: 100%;
}
#logo h2 {
  margin: 30px 0 10px;
  line-height: 28px;
  font-size: 30px;
}
#logo h2 a {
  color: #fff;
}
#logo h2 a:hover {
  color: #4dc7ec;
}
#logo h2.logo-heading {
  position: relative;
  left: 2px;
}

/*  Tag Line
-------------------------------------------------------------------------*/
.tag-line {
  margin-top: 6px;
  font-size: 11px;
  margin-left: 0px;
  text-align: left;
}
.tag-line span {
  display: inline-block;
  background-color: #343a3b;
  padding: 0 11px 1px;
}
/*  header search box
-------------------------------------------------------------------------*/
#search-box-top {
    position: absolute;
    right: 0;
    top: 6px;
}
#search-box-top input {
background: url("/images/search-icon.png") no-repeat scroll 10px 11px white;
padding-left: 32px;
width: 300px;
}
/*  add listing button
-------------------------------------------------------------------------*/
#add-listing {
    position: absolute;
    right: 340px;
    top: 6px;
    background-color: #ec894d;
    padding: 7px 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

#add-listing:hover {
    background-color: #e3712c;
}

/*  Menu and Contact Wrap
-------------------------------------------------------------------------*/
.menu-and-contact-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*  Main Nav
-------------------------------------------------------------------------*/
.main-menu {
  margin-top: 42px;
  float: right;
}
.main-menu ul {
  list-style: none;
  margin: 0;
}
.main-menu ul li {
  float: left;
  position: relative;
}
.main-menu ul li.current-menu-ancestor > a, .main-menu ul li.current-menu-parent > a, .main-menu ul li.current-menu-item > a, .main-menu ul li.current_page_item > a, .main-menu ul li:hover > a {
  color: white;
  background-color: #ec894d;
}
.main-menu ul li a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #afb4b5;
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding: 10px;
}
.main-menu ul li ul {
  display: none;
  background-color: #ec894d;
  width: 220px;
  padding: 0;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 888;
}
.main-menu ul li ul li {
  float: none;
  margin: 0;
}
.main-menu ul li ul li:hover > a {
  background-color: #dc7d44;
}
.main-menu ul li ul li a {
  font-size: 13px;
  padding: 10px 10px 12px;
  color: white;
}
.main-menu ul li ul li ul {
  background-color: #dc7d44;
  top: 0px;
  left: 220px;
}
.main-menu ul li ul li ul li:hover > a {
  background-color: #d0743d;
}
.main-menu .responsive-nav {
  display: none;
  margin: 0px auto;
  width: 100%;
  padding: 5px;
}

/*  Contact Number
-------------------------------------------------------------------------*/
.contact-number {
  float: right;
  position: relative;
  margin: 42px 0 0;
  font-size: 20px;
  color: #e7eff7;
  min-height: 48px;
  line-height: 42px;
  background-color: #4dc7ec;
}
.contact-number .fa-phone {
  background-color: #37b3d9;
  margin-right: 10px;
  padding: 12px 15px 12px 15px;
  font-size: 24px;
  position: relative;
  /*top: 1px;*/
}
.contact-number .outer-strip {
  display: block;
  width: 88%;
  height: 100%;
  position: absolute;
  right: -88%;
  bottom: 0;
  background-color: #4dc7ec;
}

/* Home FlexSlider
-------------------------------------------------------------------------*/
.home-flexslider {
  height: auto;
}
.home-flexslider .flexslider {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.home-flexslider .flexslider .slides {
  list-style: none;
  margin: 0;
}
.home-flexslider .flexslider .slides .container {
  position: relative;
}
.home-flexslider .flexslider img {
  width: 100%;
  display: block;
}

/* Slide Description
-------------------------------------------------------------------------*/
.desc-wrap {
  width: 940px;
  margin: auto;
  position: relative;
}

.slide-description {
  position: absolute;
  left: 62px;
  top: 78px;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #fff\9;
  padding: 2px 23px 16px;
  width: 440px;
}
.slide-description h3 {
  font-size: 24px;
  margin-bottom: 4px;
}
.slide-description h3 a {
  color: #394041;
  text-decoration: none;
}
.slide-description h3 a:hover {
  color: #df5400;
}
.slide-description p {
  margin-bottom: 14px;
}
.slide-description span {
  font-size: 18px;
  color: #df5400;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.slide-description .know-more {
  text-decoration: none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: -34px;
  left: 0;
  display: inline-block;
  background-color: #37b3d9;
  padding: 6px  13px 8px;
  font-size: 13px;
  color: white;
}
.slide-description .know-more:hover {
  background-color: #2aa6cc;
}

/* Slider Nav
-------------------------------------------------------------------------*/
.disable-responsive #home-flexslider {
  min-width: 940px;
}

#home-flexslider .flex-direction-nav li a {
  display: block;
  text-indent: -999em;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 150;
  cursor: pointer;
}
#home-flexslider .flex-direction-nav li a.flex-next {
  background: url(/images/slider-nav-right.png) no-repeat 0px 0px;
  right: 30px;
}
#home-flexslider .flex-direction-nav li a.flex-next:hover {
  background-position: bottom;
}
#home-flexslider .flex-direction-nav li a.flex-prev {
  background: url(/images/slider-nav-left.png) no-repeat 0px 0px;
  left: 30px;
}
#home-flexslider .flex-direction-nav li a.flex-prev:hover {
  background-position: bottom;
}

/*------------------------------------------------------*/
/* Advance Search
/*------------------------------------------------------*/
.advance-search {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  position: relative;
  background-color: white;
  border: 1px solid #dedede;
  margin: 15px 0;
}
.advance-search .as-form-wrap {
  padding: 10px 30px 0;
}
.advance-search .search-heading {
  background-color: #394041;
  color: #dedee0;
  font-size: 21px;
  line-height: 48px;
  margin: 0;
  padding-right: 50px;
  position: absolute;
  top: -53px;
  left: 0;
  text-transform: capitalize;
  z-index: 9999;
}
.advance-search .search-heading .fa-search {
  padding: 13px 20px 15px;
  padding-bottom: 16px\9;
  margin-right: 20px;
  background-color: #252a2b;
}
.advance-search .option-bar {
  float: left;
}
.advance-search .option-bar a.tran
{
	background-color: #ffffff;
	background-repeat:no-repeat;
	background-position:12px center;
    padding: 6px 0 6px 50px;
    text-decoration: none;
    text-transform: uppercase;
}
.advance-search .option-bar a.tran-sub
{
	padding-left: 51px;
	font-size: 12px;
}

.advance-search .option-bar #for-sale-link
{
	background-image: url("/images/tran-sale.png");
}

.advance-search .option-bar #for-rent-link
{
	background-image: url("/images/tran-rent.png");
}

.advance-search .option-bar #pre-link
{
	background-image: url("/images/preconstruct.png");
}
.advance-search .option-bar #property-id-txt {
  width: 150px;
}
.advance-search #quick-search {
  border-left: 1px dotted #dedede;
    float: left;
    margin-left: 60px;
    padding: 0 60px;
}
.advance-search #quick-search #popular-locs {
  font-size: 11px;
  font-family: verdana;
}
.advance-search #quick-search p {
  margin: 5px 0 0;
}
.advance-search #quick-search select {
  width: 206px;
}
.advance-search #quick-search select.price {
  width: 233px;
}
.advance-search #quick-search input.auto {
  width: 460px;
}
.ui-helper-hidden-accessible {
  position: absolute; left:-999em;
}
.advance-search label {
  color: #394041;
  cursor: text;
  margin-bottom: 10px;
}
.advance-search label span {
  color: #758385;
  font-size: 11px;
  line-height: 17px;
}
.advance-search .real-btn, .advance-search .btn-blue, .advance-search .btn-grey {
  font-size: 13px;
  padding: 5px 20px;
  padding-top: 7px\9;
  padding-bottom: 7px\9;
  -webkit-padding-before: 7px;
  -webkit-padding-after: 7px;
}

@-moz-document url-prefix() {
  .advance-search .search-heading .fa-search {
    padding-bottom: 16px;
  }
}
.confirmation-field
{
	display: none;
}
#submit-property textarea {
	width:500px; 
	height: 150px;
}
#submit-property-request {
	padding: 25px;
    text-align: center;
}
#submit-property-request .real-btn {
	font-size: 15px;
    font-weight: bold;
}

/*------------------------------------------------------*/
/* Input Styles
/*------------------------------------------------------*/
input[type="number"],
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="text"],
input[type="password"],
select,
textarea {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  box-shadow: inset 0 0 2px #e9e9e9;
  border: 1px solid #cdcdcd;
  height: 24px;
  color: #394041;
  border-radius: 0;
}
input[type="number"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
  border-color: #dedede;
  box-shadow: none;
}
textarea,
select {
  height: auto;
}

.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="text"] {
  width: 60%;
}
.wpcf7 textarea {
  width: 90%;
}
.wpcf7 .wpcf7-select {
  border-radius: 0;
  border: 1px solid #cdcdcd;
  box-shadow: inset 0 0 2px #e9e9e9;
}

/*------------------------------------------------------*/
/* Select Box
/*------------------------------------------------------*/
.selectwrap {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  position: relative;
  display: block;
}
.selectwrap input {
  width: auto;
  height: 24px;
  padding-right: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  color: #7b8283;
  background: url(/images/dropdown-arrow.png) no-repeat right top;
}
.selectwrap input[disabled] {
  background-color: #EEEEEE;
  cursor: not-allowed;
}

.selectbox-wrapper {
  width: 100%;
  position: absolute;
  top: 33px;
  left: 0px;
  z-index: 1800;
}
.selectbox-wrapper ul {
  list-style: none;
  background-color: white;
  border: 1px solid #dedede;
  margin: 0;
}
.selectbox-wrapper ul li {
  cursor: pointer;
  color: #7b8283;
  font-size: 14px;
  padding: 6px 8px;
  border-bottom: 1px solid #dedede;
}
.selectbox-wrapper ul li:hover {
  background-color: #f7f7f7;
}

.small input[type="text"],
.large input[type="text"] {
  width: 190px;
}
.small .selectwrap input,
.large .selectwrap input {
  width: 166px;
}

/*------------------------------------------------------*/
/* Locations
/*------------------------------------------------------*/

div.loc-p {
    float: left;
    margin: 15px 20px 10px 0;
}
div.loc-p h2 {
    font-size: 17px;
    margin: 0 0 1px;
    padding: 0;
}
div.loc-p .box {
    background-color: #f8f8f8;
    border: 1px dotted #e9e9e9;
    height: 461px;
    padding: 10px 15px;
    text-align: center;
}
div.loc-p p {
    margin: 0 0 10px;
}

div.loc-p ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.loc-p li {
    background: url("/images/bullet_red.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    font-family: verdana;
    margin-bottom: 5px;
    padding-left: 18px;
    text-align: left;
}
div.location-pic {
    float: right;
    margin: 0 0 10px 10px;
}
div.location-pic img {
    width: 270px;
    height: 203px;
    border: 3px solid #f1f1f1;
}

div.location-pic p {
    margin: 3px 0 0 0;
    text-align: center;
}
/*------------------------------------------------------*/
/* Property Item
/*------------------------------------------------------*/
.zoom_img_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.narrative {
  padding: 0 30px;
}

.property-items,
.content-items,
.content-items2 {
  background: white;
    border: 1px solid #dedede;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 15px;
    width: 713px;
}
#related-properties {
    border-bottom: 1px solid #dedede;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.content-items {
	background: url("/images/container-gradient.png") repeat-x scroll 0 0 white;
    width: 948px;
}

.content-items2 {
	background: url("/images/container-gradient.png") repeat-x scroll 0 0 white;
}

.content-items2 .narrative {
    padding: 0 40px;
    position: relative;
}
.content-items2 .narrative h1,
.content-items .narrative h1 {
    border-bottom: 1px solid #dedede;
    font-size: 26px;
    margin-bottom: 28px;
    margin-top: 15px;
    padding-bottom: 5px;
}
.content-items2 .narrative h1#article-title {
    margin-bottom: 42px;
}
.content-items2 .narrative h2 {
    font-size: 21px;
}
.content-items2 .narrative a,
#overview .property-item .content a {
  color: #df5400;
  text-decoration: underline;
}
.content-items2 .narrative a:hover,
#overview .property-item .content a:hover {
  color: #df5400;
  text-decoration: none;
}
.content-items2 .narrative .social-icons {
    position: absolute;
    top: 5px;
    right:45px;
}
.content-items2 .narrative .social-icons2 {
    margin-bottom: 20px;
}
.content-items2 .narrative .bottom-ad {
   border-top: 1px solid #dedede;
    margin-top: 15px;
    padding-top: 20px;
}
.content-items2 .narrative .bottomfix {
   border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.content-items2 .narrative .article-pic,
#overview #latest-article div {
    float: right;
    margin: 10px 0 5px 10px;
}
.content-items2 .narrative .article-pic img,
#overview #latest-article div {
border: 3px solid #f1f1f1;
}

.property-items .span6 {
  width: 440px;
  margin-left: 19.3px;
}
.property-items .carousel-title {
  padding: 1px 0 3px 7px;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid #eee;
    width: 658px;
}
.property-items .carousel-title span {
  float: right;
    font-size: 12px;
}
.property-items .title,
.advance-search .title,
.featured-properties-carousel .title,
.most-popular .title {
  margin-bottom: 25px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 16px;
  padding: 13px 11px 14px 19px;
  border-bottom: 1px solid #dedede;
  background-color: white;
  line-height: 20px;
  background-color: #fbfbfb;
  text-align: left;
}
#quick-search .fa-info-circle {
	margin-left: 5px;
    vertical-align: 3px;
}
.property-items .narrative {
  padding: 42px 40px;
  margin-bottom: 16px;
}
.property-items .narrative h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

.property-items .narrative p,
.content-items .narrative p {
  line-height: 24px;
}

.page-template-template-search-php .property-items {
  border-bottom: 1px solid #dedede;
}

.property-item {
  text-align: left;
  border: 1px solid #dedede;
  background-color: white;
  padding: 10px 10px 0;
  margin-bottom: 30px;
}
.property-item h4, .property-item h4 a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #394041;
  text-transform: capitalize;
  margin: 0 0 17px;
  font-size: 18px;
}
.property-item h4 a.type {
  font-size: 14px;
}

.property-item h4 a:hover {
  color: #df5400;
}
.property-item figure {
  position: relative;
  float: left;
  margin: 0 0 20px 0;
  width: 200px;
}
.property-item figure img {
  display: block;
}
.property-item figure figcaption,
.property-item figure figcaption.inactive {
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 13px;
  padding: 2px 9px;
  background-color: #ec894d;
}

.property-item figure figcaption.inactive {
  background-color: #FF0000;
  text-transform: uppercase;
}
.property-item .detail {
  float: right;
  width: 49.6%;
  padding-left: 10px;
  min-height: 175px;
}
.property-item .price {
  padding: 8px 8px 10px 11px;
  margin: 0 0 15px -11px;
  color: white;
  font-size: 16px;
  font-weight: normal;
  background-color: #4dc7ec;
}
.property-item .price small {
  font-size: 14px;
  color: white;
  text-transform: capitalize;
  white-space: nowrap;
}
.property-item p {
  font-size: 12px;
  overflow: hidden;
}
#property-nav {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  background-color: #f5f5f5;
  margin-left: 30px;
  padding: 0;
  display: inline-block;
}
#property-nav span {
  font-size: 13px;
  display: inline-block;
  border-right: 1px solid #dedede;
   padding: 7px 15px;
  font-weight: 500;
}
#property-nav span i {
	padding-right: 4px;

}
#property-nav .active {
  background-color: #fbfbfb;
}
.property-item .property-meta {
  overflow: hidden;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-top: 1px solid #dedede;
  background-color: #f5f5f5;
  margin: 0 -10px;
  padding: 0 10px;
  clear: both;
}
.property-item .property-meta span {
  float: left;
  font-size: 11px;
  color: #394041;
  display: inline-block;
  border-right: 1px solid #dedede;
  padding: 10px 6px 11px 0;
  margin-right: 6px;
}
.property-item .property-meta span:last-child,
.property-nav span:last-child {
  border: none;
  margin-right: 0;
}
.property-item .property-meta span [class^="icon-"], .property-item .property-meta span [class*=" icon-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: -5px;
}
.property-item .property-meta span .fa-map-marker {
  margin-right: 8px;
}
.property-item .property-meta span .icon-area {
  background: url(/images/icon-size.png) no-repeat left center;
}
.property-item .property-meta span .icon-bed {
  background: url(/images/icon-bed.png) no-repeat left center;
}
.property-item .property-meta span .icon-bath {
  background: url(/images/icon-bath.png) no-repeat left center;
}
.property-item .property-meta span .icon-garage {
  background: url(/images/icon-garage.png) no-repeat left center;
}
.property-item .fav-delete {
  border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    color: #ff0000;
    font-size: 25px;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.property-item .fav-delete a {
  color: #ff0000;
}
.more-details {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #394041;
  display: inline-block;
  margin-bottom: 10px;
}
.more-details .fa-caret-right {
  font-size: 10px;
  margin-left: 6px;
  vertical-align: 1px;
}
.more-details:hover {
  color: #df5400;
}

.ad-banner {
    padding: 10px 0;
    text-align: center;
}

/*------------------------------------------------------*/
/* Pagination
/*------------------------------------------------------*/
.pagination {
    clear: both;
    margin: 0 0 20px;
    text-align: center;
}

.pagination-photos {
  margin: 0;
}

.pagination a,
.pagination-photos a {
  padding: 7px 13px;
  margin: 0 1px;
  background-color: #dedede;
  color: #8b9293;
}

.pagination-photos a {
  padding: 2px 8px;
  line-height: 25px;
}
.pagination a.next {
  padding-left: 33px;
  padding-right: 33px;
}
.pagination a.previous {
  padding-left: 22px;
  padding-right: 22px;
}

.pages-nav a {
  margin-right: 10px;
}

/*------------------------------------------------------*/
/* Carousel For Featured Properties
/*------------------------------------------------------*/
.featured-properties-carousel,
.most-popular {
  background: white;
  overflow: hidden;
  border: 1px solid #dedede;
  margin-bottom: 15px;
  clear: both;
}
.featured-properties-carousel .narrative {
  padding: 0 54px 13px;
}
.featured-properties-carousel .narrative h1 {
  font-size: 24px;
  margin-bottom: 3px;
}

.es-carousel-wrapper {
  position: relative;
  padding: 0 50px;
}
.es-carousel-wrapper .es-carousel {
  height: 255px;
  overflow: hidden;
  padding-top: 13px;
}
.es-carousel-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.es-carousel-wrapper ul li {
  float: left;
  width: 187px !important;
  margin-right: 14px !important;
  position: relative;
}
.es-carousel-wrapper ul li figure {
  margin: 0 0 7px 0;
}
.es-carousel-wrapper ul li h4, .es-carousel-wrapper ul li .property-item h4 a, .property-item h4 .es-carousel-wrapper ul li a {
  font-size: 14px;
  margin-bottom: 3px;
    margin-top: 5px
}
.es-carousel-wrapper ul li h4, .es-carousel-wrapper ul li .property-item h4 a, .property-item h4 .es-carousel-wrapper ul li a, .es-carousel-wrapper ul li h4 a, .property-item h4 .es-carousel-wrapper ul li a a {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #394041;
}
.es-carousel-wrapper ul li h4:hover, .es-carousel-wrapper ul li .property-item h4 a:hover, .property-item h4 .es-carousel-wrapper ul li a:hover, .es-carousel-wrapper ul li h4 a:hover, .property-item h4 .es-carousel-wrapper ul li a a:hover {
  color: #df5400;
}
.es-carousel-wrapper ul li img {
  border: 3px solid #f1f1f1;
    height: 163px;
}
.es-carousel-wrapper ul li p {
  font-size: 12px;
    line-height: 19px;
    margin-bottom: 10px;
    width: 90%;
}
.es-carousel-wrapper ul li p a {
  color: #394041;
}
.es-carousel-wrapper ul li p a:hover {
  color: #df5400;
}
.es-carousel-wrapper ul li .price {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 7px;
  color: #f6f6f6;
  font-size: 13px;
  background-color: #4dc7ec;
  position: absolute;
    right: 28px;
    top: 140px;
}
#city-latest,
#beach-latest,
#mountain-latest,
#commercial-latest
{
  padding: 0;
}
.most-popular #mp-wrap {
  padding: 10px 20px 15px 45px;
}
.most-popular #mp-wrap ul li {
  width: 247px !important;
    margin-right: 45px !important;
    height: 250px;
}
.most-popular #mp-wrap ul li .price {
    right: 0;
}

/*------------------------------------------------------*/
/* Carousel  Nav
/*------------------------------------------------------*/
.es-nav span {
  width: 25px;
  height: 37px;
  display: block;
  cursor: pointer;
  text-indent: -999em;
  position: absolute;
  top: 28%;
}
.es-nav span:hover {
  background-color: #394041;
  background-position: center -14px;
}
.es-nav .es-nav-prev {
  left: 0;
  background: url(/images/carousel-nav-left.png) #dedede no-repeat center 15px;
}
.es-nav .es-nav-next {
  right: 0;
  background: url(/images/carousel-nav-right.png) #dedede no-repeat center 15px;
}

/*------------------------------------------------------*/
/* Footer
/*------------------------------------------------------*/
#footer-wrapper {
  background-color: #FAFAFA;
  border-top: 1px solid #D6D6D6;
  padding-top: 50px;
  margin-top: 100px;
}
#footer #text-3 i {
background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px 10px 0;
    vertical-align: middle;
}
#footer #text-3 i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}
#footer #text-3 a {
color: #df5400;
    font-weight: bold;
}
#footer #contact-details {
    width: 315px;
    margin-right: 50px;
    margin-left: 0;
}
#footer #text-3 p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
#footer #text-3 p span {
    display: block;
    font-weight: normal;
    line-height: 2;
}
#footer .footer-icons {
    margin-top: 25px;
}
#footer .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}
.disable-responsive #footer-wrapper {
  min-width: 940px;
}

#footer .widget {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  background: none;
  margin-bottom: 30px;
  border: none;
  min-height: 210px;
}
#footer .widget .title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 26px;
  font-weight: normal;
  font-size: 20px;
  padding: 0;
  border: none;
  background: none;
}
#footer .widget ul {
  font-size: 13px;
  padding: 0;
  margin-left: 2px;
}
#footer .widget ul li {
  padding: 0;
  margin-bottom: 10px;
  background: none;
  border: none;
}
#footer .widget ul .children {
  margin-top: 10px;
}
#footer .widget .textwidget {
  padding: 0;
}
#footer .widget.quick-links ul li {
  margin-bottom: 10px;
}

#footer .widget.advance-search {
  background: white;
}
#footer .widget.advance-search .title {
  background-color: #394041;
  color: white;
  font-size: 18px;
  position: static;
  padding: 0 0 0 15px;
  margin-bottom: 0;
}
#footer .widget.advance-search .title .fa-search {
  float: right;
  margin: 0 0 0 10px;
  color: #c7d2d3;
  padding-left: 15px;
  padding-right: 15px;
}
#footer .widget.advance-search .as-form-wrap {
  padding-bottom: 1px;
}
#footer .widget.advance-search .selectwrap ul li {
  background: none;
  margin-bottom: 0;
  padding: 6px 8px;
  border-bottom: 1px solid #dedede;
}
#footer .widget.advance-search .selectwrap ul li:hover {
  background-color: #f7f7f7;
}

#footer-bottom {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-top: 1px solid #dedede;
  padding: 25px 0;
  margin-top: 38px;
}
#footer-bottom p {
  font-size: 13px;
  margin-bottom: 0;
}

/*------------------------------------------------------*/
/* widgets
/*------------------------------------------------------*/
.widget {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  background-color: #f2f2f2;
  margin: 0 0 22px 0;
  border: 1px solid #dedede;
}
.widget h3 {
  line-height: 20px;
}
.widget .title {
  margin-bottom: 25px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 16px;
  padding: 13px 11px 14px 15px;
  border-bottom: 1px solid #dedede;
  background-color: white;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 5px 18px 20px 21px;
}
.widget ul li,
.widget ul li.active {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #75797;
  background: url(/images/feature-list-bullet.png) no-repeat 2px 15px;
  border-bottom: 1px solid #dedede;
  padding: 8px 0 8px 14px;
}
.widget ul li.type-cat,
.widget ul li.info
{
    background: none;
    padding: 10px 0 5px 0;
    border-top: 1px solid #dedede;
    margin-top: 10px;
    font-size: 15px;
    border-bottom: 0;
}
.widget ul li.info
{
    padding: 5px 0;
    border: 0;
    margin: 0;
}
.widget ul li.type-cat i,
.widget ul li.info i
{
        padding-right: 5px;
}
.widget ul li.subcat
{
  background: none;
    padding: 0 20px;
    border: 0;
}
.widget ul li.tag {
  background: none;
  padding: 5px 0;
}
.widget ul li.active {
  background: url(/images/feature-list-bullet-active.png) no-repeat 2px 15px;
}
.widget ul li.child {
  background: none;
}
.widget ul li.parent {
  background: url(/images/feature-list-bullet-active.png) no-repeat 2px 15px;
  color: #df5400;
}
.widget ul li.current a {
  font-weight: bold;
  color: #ec894d;
}
.widget ul li a {
  color: #75797A;
}
.widget ul li a:hover {
  color: #dc7d44;
}
.widget ul li:first-child {
  border-top: 0;
    margin: 0;
}
.widget ul li.type-cat:first-child {
    padding-top: 0;
}
.widget ul ul.children {
  padding: 8px 0 0 0;
}
.widget ul ul.children li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget .textwidget {
  padding: 5px 18px 49px 22px;
}
.widget p {
  margin-bottom: 23px;
}
.widget.icl_languages_selector {
  border: none;
  background: transparent;
}
.widget.icl_languages_selector #lang_sel {
  display: block;
}
.widget.icl_languages_selector #lang_sel ul,
.widget.icl_languages_selector #lang_sel ul ul {
  width: auto;
}
.widget.icl_languages_selector #lang_sel li {
  float: none;
}
.widget.icl_languages_selector #lang_sel_click ul li {
  background: none;
  border: none;
  padding: 0;
}
.widget.icl_languages_selector #lang_sel_list ul li {
  background: transparent;
  border: none;
}
.widget.icl_languages_selector #lang_sel_list ul li a {
  background: transparent;
  margin-right: 5px;
}
.widget.icl_languages_selector #lang_sel_list ul li img.iclflag {
  top: 0;
}
.widget.icl_languages_selector #lang_sel_list.lang_sel_list_vertical ul li a {
  margin-right: 0;
}

/*------------------------------------------------------*/
/* Search Widget
/*------------------------------------------------------*/
.widget #searchform {
  position: relative;
  width: 190px;
  margin: 0 auto 20px;
}
.widget #searchform label {
  display: none;
}
.widget #s {
  padding-right: 30px;
  width: 152px;
  margin-top: 20px;
  margin-bottom: 0;
}
.widget #searchsubmit {
  position: absolute;
  background: url(/images/icon-lense.png) white no-repeat center 7px;
  width: 30px;
  height: 30px;
  right: 2px;
  top: 22px;
  border: none;
  font-size: 0px;
  padding: 0;
}
.widget #searchsubmit:hover {
  background-position: center -25px;
}

/*------------------------------------------------------*/
/* Tagcloud Widget
/*------------------------------------------------------*/
.sidebar .widget .tagcloud {
  padding: 5px 18px 49px 22px;
}

.tagcloud a {
  display: block;
  float: left;
  padding: 6px 10px 7px 18px;
  position: relative;
  color: #fff;
  background-color: #4dc7ec;
  font-size: 0.78em;
  line-height: 1.2em;
  margin: 0 1px 1px 0;
  text-decoration: none;
}

.tagcloud a:hover {
  background: #df5400;
}

.tagcloud a:after {
  background: #fff;
  content: "";
  height: 4px;
  position: absolute;
  left: 7px;
  top: 11px;
  width: 4px;
  z-index: 999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/*------------------------------------------------------*/
/* Social Network Widget
/*------------------------------------------------------*/
.widget.social_network .title {
  margin-bottom: 0;
}
.widget.social_network .social_networks {
  margin: 0 0 0 4px;
  padding: 0;
  float: none;
}
.widget.social_network .social_networks li {
  border: none;
  background: none;
  padding: 0;
}
.widget.social_network .social_networks li:first-child a {
  border-left: none;
}
.widget.social_network .social_networks li a {
  width: 42.7px;
  border: none;
  border-left: 1px solid #dedede;
}
.widget.social_network .social_networks li a:hover {
  color: white;
}
.widget.social_network .social_networks li a i {
  width: auto;
}
.widget.social_network .social_networks li a i.icon-twitter:before {
  left: 1px;
  position: relative;
  top: 0px;
}
.widget.social_network .social_networks li a i.icon-google-plus:before {
  left: 1px;
  position: relative;
  top: 0px;
}

/*------------------------------------------------------*/
/*  Advance Search  Widget
/*------------------------------------------------------*/
.widget.advance-search {
  background: white;
}
.widget.advance-search .title {
  background-color: #394041;
  color: white;
  font-size: 18px;
  position: static;
  padding: 0 0 0 15px;
  margin-bottom: 0;
}
.widget.advance-search .title .fa-search {
  margin: 0 10px 0 0;
  color: #c7d2d3;
  padding-left: 15px;
  padding-right: 15px;
}
.widget.advance-search .as-form-wrap {
  padding: 18px 14px 18px;
}
.widget.advance-search .advance-search-form {
  margin: 0 0 0 -15px;
}
.widget.advance-search .option-bar {
  float: left;
  margin-left: 15px;
  height: auto;
  margin-bottom: 5px;
}
.widget.advance-search .option-bar div#selected-loc {
  color: #f6931f;
    font-weight: bold;
    font-size: 14px;
}
.widget.advance-search .option-bar select {
  width: 184px;
}
.widget.advance-search .option-bar .ui-widget {
  margin: 0 8px 10px;
}
.widget.advance-search #send-results {
  
}
.widget.advance-search label {
  color: #7b8283;
  margin-bottom: 0;
}
.widget.advance-search .large .auto {
  width: 170px;
}
.widget.advance-search .small .selectwrap input,
.widget.advance-search .large .selectwrap input {
  width: 150px;
}
.widget.advance-search .selectwrap input {
  color: #7b8283;
  margin-bottom: 10px;
}
.widget.advance-search ul li {
  background: none;
  margin-bottom: 0;
  padding-left: 10px;
}
.widget.advance-search ul li:hover {
  background-color: #f7f7f7;
}
.widget.advance-search .real-btn, .widget.advance-search .btn-blue, .widget.advance-search .btn-grey {
  margin: 0;
  padding: 8px 30px;
}

/*------------------------------------------------------*/
/* Featured Properties Widget
/*------------------------------------------------------*/
#footer .widget ul.featured-properties,
ul.featured-properties {
  padding: 0 15px;
}
#footer .widget ul.featured-properties li,
ul.featured-properties li {
  background: none;
  border: none;
  margin-bottom: 0;
  padding: 0 0 40px 0;
}
#footer .widget ul.featured-properties li:last-child,
ul.featured-properties li:last-child {
  padding-bottom: 25px;
}
#footer .widget ul.featured-properties li:first-child,
ul.featured-properties li:first-child {
  border-top: none;
}
#footer .widget ul.featured-properties li figure,
ul.featured-properties li figure {
  margin: 0 0 8px;
}
#footer .widget ul.featured-properties li h4, #footer .widget ul.featured-properties li .property-item h4 a, .property-item h4 #footer .widget ul.featured-properties li a,
ul.featured-properties li h4,
ul.featured-properties li .property-item h4 a,
.property-item h4 ul.featured-properties li a {
  margin: 0 0 3px;
}
#footer .widget ul.featured-properties li h4, #footer .widget ul.featured-properties li .property-item h4 a, .property-item h4 #footer .widget ul.featured-properties li a, #footer .widget ul.featured-properties li h4 a, .property-item h4 #footer .widget ul.featured-properties li a a,
ul.featured-properties li h4,
ul.featured-properties li .property-item h4 a,
.property-item h4 ul.featured-properties li a,
ul.featured-properties li h4 a,
.property-item h4 ul.featured-properties li a a {
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #394041;
}
#footer .widget ul.featured-properties li h4:hover, #footer .widget ul.featured-properties li .property-item h4 a:hover, .property-item h4 #footer .widget ul.featured-properties li a:hover, #footer .widget ul.featured-properties li h4 a:hover, .property-item h4 #footer .widget ul.featured-properties li a a:hover,
ul.featured-properties li h4:hover,
ul.featured-properties li .property-item h4 a:hover,
.property-item h4 ul.featured-properties li a:hover,
ul.featured-properties li h4 a:hover,
.property-item h4 ul.featured-properties li a a:hover {
  color: #df5400;
}
#footer .widget ul.featured-properties li p,
ul.featured-properties li p {
  margin-bottom: 5px;
}
#footer .widget ul.featured-properties li .price,
ul.featured-properties li .price {
  font-size: 14px;
  font-weight: bold;
  color: #4dc7ec;
}

#footer .widget ul.featured-properties {
  padding: 0;
}

/*------------------------------------------------------*/
/* Page Head
/*------------------------------------------------------*/
.page-head {
  margin-bottom: 35px;
  padding-top: 42px;
  min-height: 147px;
}
.page-head .container {
  position: relative;
}
.page-head .wrap {
  float: left;
}
.page-head span, .page-head p {
  margin: 0;
}
.page-head h1.page-title {
  font-size: 24px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0;
}
.page-head h1.page-title span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: white \9;
  padding: 7px 38px 7px 18px;
}
.page-head p {
  background-color: rgba(55, 179, 217, 0.9);
  background-color: #37b3d9 \9;
  padding: 17px 20px 17px 18px;
  color: white;
}

.page-template-template-search-php .page-head,
.page-template-template-home-php .page-head {
  margin-bottom: 95px;
}

.disable-responsive .page-head {
  min-width: 940px;
}

/*------------------------------------------------------*/
/* panel
/*------------------------------------------------------*/

.panel-user-list {
	
}
.panel-user-list td {
	background-color: #f2f2f2;
    border: 0;
    font-size: 25px;
    padding: 15px;
    text-align: center;
}
.panel-user-list td a {
	color: #4dc7ec;
}
.panel-user-list td a:hover {
  color: #df5400;
}

.panel-user-list th {
    border: 0;
    text-align: center;
}
.panelfix1 {
	border: 0;
}
.panelfix2 {
	border-bottom: 1px solid #dedede;
}
#panel-search-box {
	
    width: 100%;
    margin: 0;
}

#panel-search-box input {
	
	background: url("/images/search-icon.png") no-repeat scroll 10px 11px white;
    padding-left: 32px;
    width: 179px;
}

#propertyForm {
	
    margin: 0;
}

#propertyForm div.loc-field {
	display: inline;
    margin-bottom: 5px;
}

#overview .property-item .republish {
    background-color: white;
    border-left: 1px solid #dedede;
    border-right: 0;
    display: inline-block;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

/*------------------------------------------------------*/
/* Agent Listing Page
/*------------------------------------------------------*/
.lisitng-grid-layout .main {
  margin: 52.5px 0 64px;
}
.lisitng-grid-layout .title-heading {
  text-transform: capitalize;
  background-color: #394041;
  position: absolute;
  font-size: 21px;
  line-height: 48px;
  min-height: 53px;
  margin: 0;
  padding: 0 30px 0 20px;
  top: -53px;
  left: 0;
  color: white;
  left: -1px;
}
.lisitng-grid-layout .pagination {
  clear: both;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 20px 0 0;
}

.tax-property-feature .lisitng-grid-layout .main,
.tax-property-city .lisitng-grid-layout .main,
.tax-property-type .lisitng-grid-layout .main,
.tax-property-status .lisitng-grid-layout .main {
  margin-top: 35px;
}

.list-container {
  padding: 25px 22px;
}

#ad-banner {
  border-top: 1px solid #dedede;
  text-align: center;
}

#ad-banner-home-1,
#ad-banner-home-2 {
  padding: 15px 0;
  text-align: center;
}
#ad-banner-home-2 {
  width: 948px;
}
#ad-banner-home-3 {
  width: 100%;
  border: 0;
  padding: 0;
}
.sort-controls {
  margin: 0 0 25px;
}

.sort-controls select {
    border-radius: 0;
    margin: 0;
    outline: medium none;
    width: auto;
}

.page-carousel .brands-carousel {
  border: 1px solid #dedede;
  margin-bottom: 60px;
}

.listing-layout {
  position: relative;
  background-color: white;
  border: 1px solid #dedede;
}
.listing-layout .about-agent {
  padding: 16px 20px 0;
  border: 1px solid #dedede;
  margin-bottom: 30px;
}
.listing-layout .about-agent figure {
  width: 150px;
}
.listing-layout .about-agent .detail {
  float: right;
  width: 71.5%;
  margin-bottom: 10px;
}
.listing-layout .about-agent.agent-single figure {
  width: auto;
}
.listing-layout .about-agent.agent-single .detail {
  float: none;
  width: auto;
  margin-bottom: 10px;
}
.listing-layout .about-agent.agent-single .detail ul, .listing-layout .about-agent.agent-single .detail ol {
  list-style-position: inside;
}
.listing-layout .about-agent.agent-single .agent-pic {
  float: left;
}
.listing-layout h4, .listing-layout .property-item h4 a, .property-item h4 .listing-layout a, .listing-layout h4 a, .property-item h4 .listing-layout a a {
  font-size: 20px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #394041;
}
.listing-layout h4:hover, .listing-layout .property-item h4 a:hover, .property-item h4 .listing-layout a:hover, .listing-layout h4 a:hover, .property-item h4 .listing-layout a a:hover {
  color: #df5400;
}
.listing-layout h4, .listing-layout .property-item h4 a, .property-item h4 .listing-layout a {
  margin: 0 0 15px;
}
.listing-layout figure {
  float: left;
  margin: 4px 23px 15px 0;
}
.listing-layout img {
  border: 1px solid #dedede;
  display: block;
}
.listing-layout p {
  line-height: 24px;
  font-size: 13px;
}
.listing-layout .contact-types {
  color: #394041;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.listing-layout em {
  margin-right: 13px;
  font-style: normal;
}
.listing-layout .follow-agent {
  border-top: 1px solid #dedede;
  margin: 40px -20px 0;
  clear: both;
}
.listing-layout .real-btn.btn, .listing-layout .btn.btn-blue, .listing-layout .btn.btn-grey {
  float: right;
  padding: 12px 25px;
}
.listing-layout .social_networks li a {
  border-color: #dedede;
  height: 44px;
}
.listing-layout .social_networks li a i {
  width: auto;
}
.listing-layout .social_networks li a i.icon-twitter:before {
  left: 1px;
  position: relative;
  top: 1px;
}
.listing-layout .social_networks li a i.icon-google-plus:before {
  left: 2px;
  position: relative;
  top: 1px;
}
.listing-layout .social_networks li a i.icon-linkedin:before {
  left: 1px;
  position: relative;
  top: 0px;
}

/*------------------------------------------------------*/
/* Agent Listing Detail Page
/*------------------------------------------------------*/
.listing-layout .span6 {
  width: auto;
  float: none;
  margin: 0 0 30px;
  position: relative;
}
.listing-layout .property-item {
  padding-bottom: 0;
}
.listing-layout .property-item .price {
  margin: 0 -11px 10px -18px;
  padding: 8px 20px 10px 13px;
}
.listing-layout .property-item figure {
  margin: 0 0 20px;
  background-color: #F2F2F2;
}
.listing-layout .property-item img {
  border: none;
  margin-right: auto;
  margin-left: auto;
}
.listing-layout .property-item .detail {
  width: 414px;
}
.listing-layout .property-by .title-heading {
  float: left;
  position: static;
}

/*------------------------------------------------------*/
/* Property Listing View
/*------------------------------------------------------*/
.view-type {
  border-bottom: 1px solid #dedede;
  background-color: white;
}
.view-type a {
  display: block;
  float: left;
  height: 34px;
  width: 39px;
  margin: 0;
  cursor: pointer;
}
.view-type a.list {
  background: url(/images/icon-listing.png) no-repeat center 9px;
  border-right: 1px solid #dedede;
}
.view-type a.grid {
  background: url(/images/icon-grid.png) no-repeat center 9px;
}
.view-type a.list.active, .view-type a.grid.active, .view-type a:hover {
  background-position: center -27px;
}

/*------------------------------------------------------*/
/* Property Grid View
/*------------------------------------------------------*/
.property-grid .list-container {
  margin-left: -30px;
}
.property-grid .property-item {
  margin: 0 0 30px 30px;
  padding: 0;
  float: left;
  border: 0;
  width: 196px;
  min-height: 340px;
  height: auto !important;
  height: 340px;
}
.property-grid .property-item figure {
  margin: 0 0 18px;
  width: auto;
  float: none;
}
.property-grid .property-item h4, .property-grid .property-item h4 a, .property-grid .property-item h4 a {
  font-size: 14px;
}
.property-grid .property-item h4, .property-grid .property-item h4 a {
  margin-bottom: 4px;
}
.property-grid .property-item span {
  color: #4dc7ec;
  font-weight: bold;
}
.property-grid .property-item .more-details .fa-caret-right {
  margin-left: 5px;
  vertical-align: middle;
}

/*------------------------------------------------------*/
/* Blog Page
/*------------------------------------------------------*/
.page-template-template-home-php .inner-wrapper {
  border-top: none;
  margin-bottom: 0;
}
.page-template-template-home-php .inner-wrapper .hentry {
  margin-bottom: 0;
}

.inner-wrapper {
  padding: 16px 20px 25px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: white;
  margin-bottom: 52px;
}
.inner-wrapper figure,
.inner-wrapper .post-video {
  position: relative;
  margin: 0 0 32px;
}
.inner-wrapper .hentry {
  margin-bottom: 15px;
  overflow: hidden;
  color: #75797a;
}
.inner-wrapper .hentry p {
  line-height: 27px;
  margin-bottom: 20px;
}
.inner-wrapper .hentry p.wp-caption-text {
  margin-bottom: 0;
  padding-bottom: 0;
}
.inner-wrapper .hentry strong {
  color: #252626;
}
.inner-wrapper .hentry li {
  line-height: 27px;
}
.inner-wrapper .hentry a.real-btn, .inner-wrapper .hentry a.btn-blue, .inner-wrapper .hentry a.btn-grey {
  margin: 0px 0 30px;
}
.inner-wrapper .hentry.sticky {
  background: url(/images/sticky-pin.png) no-repeat right 62px;
}
.inner-wrapper .pagination {
  margin: -21px -20px 15px;
  padding: 22px 20px 0;
  border-top: 1px solid #dedede;
}
.inner-wrapper .pagination a {
  margin-left: 2px;
}

p.wp-caption-text {
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-title, .post-title a {
  font-size: 27px;
  line-height: 36px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #394041;
  word-spacing: -1px;
}

.post-title a:hover {
  color: #df5400;
}

.post-title, .post-title a {
  margin: 0 0 17px;
}

.post-meta {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-top: 1px solid #dedede;
  border-bottom: 5px solid #4dc7ec;
  color: #394041;
  padding: 16px 0 23px;
  line-height: 18px;
}
.post-meta span {
  color: #394041;
}
.post-meta a {
  color: #ec894d;
}
.post-meta a:hover {
  color: #394041;
}
.post-meta .date {
  color: #a4a4a4;
  border-right: 1px solid #dedede;
  margin-right: 6px;
  padding-right: 6px;
}
.post-meta span.author-link a {
  color: #394041;
}
.post-meta span.author-link a:hover {
  color: #ec894d;
}

.post-meta.thumb-not-exist {
  border-bottom: none;
}

.post-meta.format-video {
  border-bottom: 5px solid #4dc7ec;
}

.format-icon {
  display: block;
  width: 50px;
  height: 44px;
  position: absolute;
  top: -49px;
  right: 0;
}

.format-image .format-icon.image {
  background: url(/images/icon-image.png) #4dc7ec no-repeat center center;
}

.format-video .format-icon.video {
  background: url(/images/icon-video.png) #4dc7ec no-repeat center center;
}

.format-gallery .format-icon.gallery {
  background: url(/images/icon-gallery.png) #4dc7ec no-repeat center center;
}

.format-video a {
  position: relative;
}
.format-video a:hover .play-btn {
  display: block;
}
.format-video .play-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -51px;
  margin-left: -51px;
  height: 102px;
  width: 102px;
  background: url(/images/play-btn.png) no-repeat center center;
}

.post-video .video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 40%;
}
.post-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.listing-slider {
  position: relative;
  margin: 0 0 32px;
}
.listing-slider .slides, .listing-slider .flex-control-nav, .listing-slider .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.listing-slider .flex-control-paging {
  bottom: 5px;
  left: 0px;
}
.listing-slider .flex-control-paging li a {
  background: #4dc7ec;
  box-shadow: none;
  height: 11px;
  width: 11px;
  z-index: 1600;
  cursor: default;
}
.listing-slider .flex-control-paging li a:hover, .listing-slider .flex-control-paging li a.flex-active {
  background: white;
}
.listing-slider .flex-direction-nav a {
  height: 50px;
  top: 50%;
  width: 32px;
  opacity: 1;
}
.listing-slider .flex-direction-nav a.flex-next {
  background: url(/images/flex-arrow-right.png) no-repeat center center;
  background-color: rgba(77, 199, 236, 0.9);
  background-color: #4dc7ec \9;
  right: 0;
}
.listing-slider .flex-direction-nav a.flex-prev {
  background: url(/images/flex-arrow-left.png) no-repeat center center;
  background-color: rgba(77, 199, 236, 0.9);
  background-color: #4dc7ec \9;
  left: 0;
}
.listing-slider .flex-direction-nav a:hover {
  background-color: #4dc7ec;
}
.listing-slider .flex-direction-nav a:focus {
  outline: 0;
}

/*------------------------------------------------------*/
/* Contact Page
/*------------------------------------------------------*/
.contact-page {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.contact-page .inner-wrapper {
  padding: 30px 25px;
}
.contact-page .contact-form {
  padding: 0 7px;
}
.contact-page #contact-form #comment,
.contact-page #contact-form input[type="text"] {
  font-size: 13px;
}

.contact-form #contact-loader {
  display: none;
}

.contact-form input.error,
.contact-form textarea.error,
#overview .contact-form input[type="text"].error,
#overview .contact-form textarea.error {
  border: 1px solid #ff1a3a;
  box-shadow: inset 0 0 1px #ff1a3a;
}

.error-container {
  margin-bottom: 15px;
}

.error-container label {
  cursor: text;
}

#contact-form .error-container label.error {
  color: #ff1a3a;
}

.error-container, #message-sent {
  padding-left: 8px;
}

#message-sent {
  color: #ff1a3a;
}
#message-sent .success-message {
  color: #394041;
}

.agent-detail .error-container,
.agent-detail #message-sent {
  padding-left: 0;
  color: #ff1a3a;
}

.agent-detail label.error {
  color: #ff1a3a;
}

.map-container {
  margin-bottom: 25px;
}

#map_canvas {
  border: 1px solid #dedede;
  height: 418px;
  width: 100%;
}
#map_canvas iframe {
  height: 100%;
  width: 100%;
  display: block;
}

.contact-details {
  font-size: 13px;
  margin-bottom: 20px;
  padding: 0 23px;
}
.contact-details h3 {
  font-size: 21px;
  margin: 0 0 12px;
}
.contact-details address {
  float: left;
  line-height: 23px;
  padding-left: 25px;
  margin-right: 170px;
  width: 195px;
  color: #686665;
  background: url(/images/icon-location.png) no-repeat left 6px;
  border-left: none;
  padding-top: 0;
  font-size: 14px;
}
.contact-details .contacts-list {
  margin-bottom: 20px;
  color: #686665;
  float: left;
  font-size: 14px;
}
.contact-details .contacts-list li {
  padding-left: 33px;
  margin-bottom: 9px;
}
.contact-details .contacts-list li a {
  color: #686665;
}
.contact-details .contacts-list li a:hover {
  color: #ec894d;
}
.contact-details .contacts-list li.phone {
  background: url(/images/icon-phone2.png) no-repeat 2px center;
  border-top: none;
}
.contact-details .contacts-list li.mobile {
  background: url(/images/icon-mobile.png) no-repeat 3px center;
}
.contact-details .contacts-list li.email {
  background: url(/images/icon-mail2.png) no-repeat left center;
}

.form-heading {
  padding: 10px 0;
  margin: 0 0 26px;
}

.contact-form #recaptcha_widget_div .recaptchatable * {
  font-size: 6pt;
}
.contact-form #recaptcha_widget_div #recaptcha_response_field {
  font-size: 10pt;
}

/*------------------------------------------------------*/
/* About Us Page
/*------------------------------------------------------*/
.about-us {
  font-size: 13px;
}
.about-us .inner-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}
.about-us h3 {
  font-size: 24px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 20px;
}
.about-us ul {
  list-style: none;
}

.why-chose-us, .our-services {
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.disc-bullet-list {
  list-style: none;
  margin: 0 0 20px;
}
.disc-bullet-list li {
  line-height: 23px;
  padding-left: 30px;
  background: url(/images/icon-disc.png) no-repeat left 6px;
  margin-bottom: 22px;
}

.services-list {
  padding: 12px 0 0;
  list-style: none;
  margin: 0 0 0 -40px;
}
.services-list li {
  float: left;
  width: 304px;
  min-height: 120px;
  margin: 0 0 50px 40px;
}
.services-list li img {
  margin-right: 16px;
}
.services-list li .title {
  margin: 0 0 7px;
  font-size: 18px;
  font-size: 16px\9;
  line-height: 36px;
}
.services-list li .title span {
  vertical-align: middle;
  display: inline-block;
}
.services-list li .title a {
  color: #394041;
}
.services-list li .title a:hover {
  color: #ec894d;
}
.services-list li p {
  line-height: 23px;
}

.how-we-work {
  padding-top: 10px;
  margin-bottom: 20px;
}
.how-we-work h3 {
  margin-bottom: 15px;
}
.how-we-work p {
  line-height: 24px;
}
.how-we-work ol {
  font-weight: bold;
  overflow: hidden;
  margin-left: -60px;
  font-size: 18px;
  color: #394041;
  padding-top: 22px;
}
.how-we-work ol li {
  float: left;
  width: 269px;
  min-height: 82px;
  margin: 0 0 22px 81px;
  padding-left: 4px;
}
.how-we-work ol li p {
  font-size: 13px;
  color: #8b9293;
  font-weight: normal;
}

/*------------------------------------------------------*/
/* Detail Page
/*------------------------------------------------------*/
#page-title,
#page-title2 {
  background-color: #fbfbfb;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 21px;
    font-weight: normal;
    padding: 15px 11px 10px 15px;
    margin: 0;
    line-height: 23px;
}
#page-title2 {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #dedede;
}
#property-title {
    background-color: #f2f2f2;
    margin: 0 0 10px 30px;
    padding: 10px 10px 10px 19px;
}
#property-title h1,
#property-title h2 {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    line-height: 25px;
    margin: 0;
}
#property-title h1#title {
    font-size: 24px;
    font-weight: bold;
}
#property-title h2#subtitle {
    font-size: 17px;
    font-weight: normal;
}
#property-featured-image {
  position: relative;
  background-color: #fbfbfb;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
#property-featured-image #status-inactive {
	background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    left: 0;
    opacity: 0.9;
    padding: 7px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}

#property-featured-image #nav-links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#property-featured-image #nav-links .prev,
#property-featured-image #nav-links .next {
	background-color: #37b3d9;
	color: #fff;
    opacity: 0.9;
    padding: 7px 16px;
}

#property-featured-image #nav-links .prev {
	float: left;
}

#property-featured-image #nav-links .next {
    float: right;
}

#property-featured-image img {
  width: 100%;
  height: auto;
}

#property-detail-flexslider {
  background-color: #292d2d;
  overflow: hidden;
  height: 349px;
}
#property-detail-flexslider .flex-viewport {
  float: left;
  overflow: hidden;
  width: 607px;
  height: 349px;
}
#property-detail-flexslider .flexslider .slides img {
  width: auto;
}
#property-detail-flexslider .flex-control-thumbs li {
  float: none;
  margin-bottom: 5px;
  width: 100%;
  height: 55px;
}
#property-detail-flexslider .flex-control-thumbs li img {
  height: 100%;
}
#property-detail-flexslider .jcarousel-container-vertical {
  float: right;
  width: 77px;
  padding: 7px;
  background-color: #292d2d;
  margin: 0;
}
#property-detail-flexslider .jcarousel-clip-vertical {
  overflow: hidden;
  height: 300px;
}
#property-detail-flexslider .jcarousel-next,
#property-detail-flexslider .jcarousel-prev {
  margin: 6px 0 2px;
  text-indent: -999em;
  display: block;
  width: 38px;
  height: 28px;
  cursor: pointer;
}
#property-detail-flexslider .jcarousel-next:hover,
#property-detail-flexslider .jcarousel-prev:hover {
  background-position: center -28px;
}
#property-detail-flexslider .jcarousel-prev {
  background: url(/images/slideshow-nav-right.png) #141616 no-repeat center 6px;
  float: left;
}
#property-detail-flexslider .jcarousel-next {
  background: url(/images/slideshow-nav-left.png) #141616 no-repeat center 6px;
  float: right;
}
#listing-price {
  float: left;
    border-top: 1px solid #dedede;
    padding: 15px 5px 5px 30px;
    background-color: #fbfbfb;
    width: 200px;
    margin-bottom: 20px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
#listing-price p.status {
  margin: 0 0 5px;
    font-size: 14px;
}
#listing-price p.price {
    color: #f6931f;
    font-weight: bold;
    font-size: 26px;
}
#listing-price span {
     text-decoration: underline;
}
#listing-price sub {
    font-size: 12px;
    color: #8b9293;
    vertical-align: top;
    top: 5px;
}
#listing-price .rental-info {
	margin: 0 0 10px;
	font-size: 0.95em;
}
#listing-price .rental-info a {
	display: block;
}
#overview {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background-color: white;
  border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    width: 713px;
    float: left;
}
#overview .property-item {
  padding: 0;
  border: none;
  margin-bottom: 0;
}
#overview .property-item .wrap {
  background-color: #dedede;
  margin-bottom: 16px;
}
#overview .property-item .title {
  float: left;
  margin-bottom: 0;
  padding: 0 0 0 16px;
  font-size: 14px;
  line-height: 40px;
}
#overview .property-item .pic-title {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 19px;
  padding: 8px;
  text-align: center;
}
#overview .property-item .price {
  background: url(/images/arrow-black.png) no-repeat left 0;
  float: right;
  margin: 0;
  padding: 0 0 0 15px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 17px;
}
#overview .property-item .price span {
  display: inline-block;
  background-color: #4DC7EC;
  padding: 11px 10px 11px 14px;
  margin-right: -1px;
  color: white;
}
#overview .property-item .price .status-label {
  margin-right: -5px;
  padding-right: 28px;
  padding-left: 7px;
  background: url(/images/arrow-left.png) #292d2d no-repeat right 0;
}
#overview .property-item .price small {
  vertical-align: 1px;
}
#overview .property-item .property-meta {
  border: 1px solid #dedede;
  margin: 5px 17px 18px;
  padding: 0;
}
#overview .property-item .property-meta span {
  margin: 0 0 0 15px;
  padding-top: 11px;
}
#overview .property-item .printer-icon {
  display: inline-block;
  float: right;
  background: url(/images/icon-printer.png) white no-repeat 18px 13px;
  padding-left: 41px;
  padding-right: 18px;
  padding-bottom: 12px;
  border-left: 1px solid #dedede;
}
#overview .property-item .printer-icon a {
  color: #394041;
}
#overview .property-item .printer-icon a:hover {
  color: #ec894d;
}
#overview .property-item .content {
  padding: 0 20px;
  margin-bottom: 26px;
  font-size: 12px;
  line-height: 22px;
}
#overview .property-item h4.additional-title,
#overview .property-item h4 a.additional-title {
  font-weight: 500;
}
#overview .property-item .content .desc {
    padding: 0px 10px;
    overflow: auto;
    border: 0;
    height: 250px;
}
#overview .property-item ul.additional-details {
  list-style: none;
  border-top: 1px solid #f1f1f1;
    margin: 0 0 20px;
  
}
#overview #latest-article {
  padding: 0 20px;
}
#overview #latest-article h3 {
  margin-top: 0;
}
#overview .property-item ul#location-list {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  border: 0;
}
#overview .property-item ul.additional-details li {
  padding: 6px 5px 6px 10px;
  border-bottom: 1px solid #eee;
  margin: 0;
  font-size: 14px;
}
#overview .property-item ul.additional-details li.tags {
  font-size: 12px;
}
#overview .property-item ul.additional-details li:hover {
  background-color: #f1f1f1;
}
#overview .property-item ul.additional-details li strong {
  display: inline-block;
  font-weight: 500;
  color: #394041;
  margin-right: 10px;
  text-transform: uppercase;
}
#overview .property-item .features {
  background-color: #fbfbfb;
  padding-bottom: 20px;
}
#overview .property-item .submit-listing-form,
#sidebar .submit-listing-form,
.submit-custom-search {
background-color: #fbfbfb;
    border-top: 1px solid #dedede;
    padding: 25px;
    text-align: center;
}
#overview .property-item .ads,
#overview .property-item .ads-pic
 {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 10px;
}

#overview .property-item .ads-pic {
  border-top: 0;
  text-align: center;
}

#overview .property-item .features h4, #overview .property-item .features h4 a, #overview .property-item h4 .features a {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #f8f8f8;
  float: none;
  padding: 9px 20px 10px;
  line-height: 20px;
}
#overview .property-item .features .arrow-bullet-list {
  margin: 10px 10px 2px;
}
#overview .property-item .features .arrow-bullet-list li {
  background: url(/images/feature-list-bullet.png) no-repeat 10px 12px;
  float: left;
  width: 25%;
  margin: 0 27px 2px 0;
  padding-left: 25px;
  list-style: none;
  line-height: 15px;
}
#overview .property-item .features .arrow-bullet-list li a {
  display: block;
  color: #636464;
  padding: 7px 2px 7px 0px;
}
#overview .property-item .features .arrow-bullet-list li.selected, #overview .property-item .features .arrow-bullet-list li:hover {
  background-color: #f1f1f1;
}
#overview .property-video {
  border-bottom: 1px solid #dedede;
  padding: 24px 25px;
  position: relative;
}
#overview .property-video img {
  margin-bottom: 0;
}
#overview .property-video .play-btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  height: 74px;
  width: 74px;
  background: url(/images/play-btn2.png) no-repeat center center;
}
#overview .share-label,
#overview .common-label,
#overview .video-label,
#overview .map-label {
  background-color: #586162;
  display: inline-block;
  padding: 6px 17px 8px 14px;
  color: white;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
#overview .map-wrap {
  padding: 24px 25px 0;
  position: relative;
  border-bottom: 1px solid #dedede;
}
#overview #property_map {
  border: none;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}
#overview #property_map img {
  max-width: none;
}
#overview .map-label {
  padding-left: 20px;
  padding-right: 25px;
  z-index: 1000;
}
#overview .share-networks {
  margin: 0 0 14px;
  border: 1px solid #dedede;
  background-color: #f5f5f5;
}
#overview .share-networks a {
  font-size: 13px;
  color: #394041;
}
#overview .share-networks a:hover {
  color: #dc7d44;
}
#overview .share-networks a [class^="fa-"], #overview .share-networks a [class*=" fa-"] {
  margin: 0 9px 0 12px;
  color: #929a9b;
}
#overview .share-networks span {
  display: block;
  float: left;
  padding: 11px 23px 11px 0;
  border-right: 1px solid #dedede;
}
#overview .share-networks span:last-of-type {
  border-right: none;
}
#overview .share-networks .share-label {
  position: static;
  margin: -1px 6px -1px -1px;
  padding: 12px 21px 13px 17px;
  border-right: none;
}
#overview .agent-detail {
  border-bottom: 1px solid #dedede;
  background-color: white;
  padding: 16px 24px;
  position: relative;
}
#overview .agent-detail h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 3px;
  text-transform: capitalize;
}
#overview .agent-detail p {
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 20px;
}
#overview .left-box {
  float: right;
  width: 100%;
}
#overview .left-box figure {
  float: left;
  margin: 4px 27px 20px 0;
  width: 212px;
  height: auto;
}
#overview .left-box figure img {
  border: 1px solid #dedede;
  width: 210px;
  height: auto;
}
#overview .left-box p a.real-btn, #overview .left-box p a.btn-blue, #overview .left-box p a.btn-grey {
  margin-top: 10px;
}
#overview .contacts-list {
  color: #394041;
  float: left;
  border-bottom: 1px solid #dedede;
  margin-bottom: 8px;
  width: 61.5%;
}
#overview .contacts-list li {
  border-top: 1px solid #dedede;
  padding: 7px 0 7px 22px;
}
#overview .contacts-list li.office {
  background: url(/images/icon-phone.png) no-repeat left center;
  border-top: none;
}
#overview .contacts-list li.mobile {
  background: url(/images/icon-mobile.png) no-repeat left center;
}
#overview .contacts-list li.fax {
  background: url(/images/icon-fax.png) no-repeat left center;
}
#overview .contact-form {
  float: left;
  width: 100%;
}
#overview .contact-form h3 {
  margin-bottom: 6px;
}
#overview .contact-form form {
  margin: 0 0 14px;
}
#overview .contact-form textarea,
#overview .contact-form input[type="text"],
#overview .contact-form select {
  color: #7b8283;
  border: 1px solid #dedede;
  margin-bottom: 18px;
  background-color: white;
  width: 96.6%;
  padding: 3px 10px 5px;
}
#overview .contact-form textarea {
  height: 64px;
  resize: none;
  margin-bottom: 15px;
}
#overview .contact-form .real-btn, #overview .contact-form .btn-blue, #overview .contact-form .btn-grey {
  padding: 8px 26px;
}
#overview .contact-form form span {
  position: absolute;
  right: 290px;
}
#overview .contact-form form span#name,
#overview .contact-form form span#nombre {
  top: 65px;
}
#overview .contact-form form span#email {
  position: absolute;
  top: 117px;
}
#overview .contact-form form span#message,
#overview .contact-form form span#mensaje {
  top: 221px;
}
#overview .contact-form form label {
  display: none;
}
.contacts-list {
  list-style: none;
  margin: 0;
  color: #394041;
}

.page-carousel .featured-properties-carousel {
  border: 1px solid #dedede;
  background: white;
  padding: 16px 0 15px;
  margin-bottom: 80px;
}
.page-carousel .featured-properties-carousel .narrative {
  padding-bottom: 13px;
}
.page-carousel .featured-properties-carousel .carousel {
  margin-bottom: 4px;
}
.page-carousel .featured-properties-carousel .es-carousel-wrapper ul li .price {
  background: none;
  color: #37b3d9;
  font-size: 14px;
}

/*------------------------------------------------------*/
/* Columns Style
/*------------------------------------------------------*/
.columns {
  line-height: 24px;
}
.columns h1.title, .columns h2.title, .columns h3.title, .columns h4.title, .columns .property-item h4 a.title, .property-item h4 .columns a.title, .columns h5.title, .columns h6.title {
  color: #ec894d;
}

.columns {
  margin: 0px 0px 0px -2%;
  overflow: hidden;
}

.columns .one-third {
  width: 31.33%;
  margin: 0px 0px 0px 2%;
  float: left;
}

.columns .two-third {
  width: 64.66%;
  margin: 0px 0px 0px 2%;
  float: left;
}

.columns .one-fourth {
  width: 23%;
  margin: 0px 0px 0px 2%;
  float: left;
}

.columns .three-fourth {
  width: 73%;
  margin: 0px 0px 0px 2%;
  float: left;
}

.columns .one-half {
  width: 48%;
  margin: 0px 0px 0px 2%;
  float: left;
}

.columns .single-col {
  width: 98%;
  margin: 0px 0px 0px 2%;
}

.lt-ie8 .columns {
  margin: 0px 0px 0px 0;
}

.lt-ie8 .columns .one-fourth {
  width: 22%;
  margin: 0px 0px 0px 2%;
  float: left;
}

/*------------------------------------------------------*/
/* Gallery Template
/*------------------------------------------------------*/
#filter-by {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin: 30px 0 0;
  text-align: center;
}
#filter-by a {
  display: inline-block;
  color: #586162;
  font-size: 13px;
  margin: 0 0 3px;
  padding: 7px 17px 8px;
  border: 1px solid #dedede;
  background-color: #eaeaea;
  cursor: pointer;
}
#filter-by a:focus, #filter-by a.active, #filter-by a:hover {
  outline: 0;
  color: #fff;
  border-color: #ec894d;
  background-color: #ec894d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#gallery-container {
  padding: 30px;
}

.gallery-item {
  float: left;
  margin-bottom: 18px;
  overflow: hidden;
}
.gallery-item figure {
  margin: 0 0 18px;
  position: relative;
  float: none;
}
.gallery-item img {
  margin-bottom: 0;
  border: none;
}
.gallery-item .media_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(84, 200, 236, 0.9);
  background: #54c8ec \9;
  display: none;
}
.gallery-item .media_container a {
  opacity: 1.0;
  z-index: 250;
  display: block;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
}
.gallery-item .media_container a:hover {
  background-color: #f5f5f5;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.gallery-item .media_container a.link {
  right: 0;
  background-image: url(/images/icon-link.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.gallery-item .media_container a.zoom {
  left: 0;
  background-image: url(/images/icon-zoom.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.gallery-item .item-title {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.gallery-item .item-title a {
  color: #394041;
}
.gallery-item .item-title a:hover {
  color: #ec894d;
}

.gallery-2-columns,
.gallery-3-columns,
.gallery-4-columns {
  margin-left: -30px;
}

.gallery-2-columns .gallery-item,
.gallery-3-columns .gallery-item,
.gallery-4-columns .gallery-item {
  margin-left: 30px;
}

.gallery-2-columns .gallery-item {
  width: 424px;
}

.gallery-3-columns .gallery-item {
  width: 272px;
}

.gallery-4-columns .gallery-item {
  width: 197px;
}

/*------------------------------------------------------*/
/* Isotope Styles
/*------------------------------------------------------*/
table {
  border-width: 1px;
  border-spacing: 1px;
  border-style: solid;
  border-color: #cecece;
  border-collapse: collapse;
  background-color: transparent;
}
table th {
  border-width: 1px;
  padding: 5px;
  border-style: solid;
  border-color: #cecece;
  background-color: white;
}
table td {
  border-width: 1px;
  padding: 5px;
  border-style: solid;
  border-color: #cecece;
  background-color: white;
}

/*------------------------------------------------------*/
/* Isotope Styles
/*------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*------------------------------------------------------*/
/* Features page
/*------------------------------------------------------*/
p .icon-remove {
  float: right;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 15px;
}

p.info {
  border: 1px solid #bbe7f2;
  background-color: #d9f5fc;
  color: #38b6d7;
  padding: 12px 35px 12px 22px;
  margin-bottom: 18px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
}

p.tip {
  border: 1px solid #d5cb61;
  background-color: #f1e884;
  color: #6b6631;
  padding: 12px 35px 12px 22px;
  margin-bottom: 18px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
}

p.success {
  border: 1px solid #6bb53e;
  background-color: #87d05b;
  color: #284b13;
  padding: 12px 35px 12px 22px;
  margin-bottom: 18px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
}

p.error {
  border: 1px solid #c22b26;
  background-color: #d74c47;
  color: #7e1613;
  padding: 12px 35px 12px 22px;
  margin-bottom: 18px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*	31. Print Styles
/*-----------------------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  [class*="span"] {
    width: auto;
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  /*
  * Theme specific css
  */
  body .container,
  .page .container,
  .single .container {
    width: auto;
    margin-bottom: 0;
  }

  .page .inner-wrapper,
  .single .inner-wrapper {
    padding: 0;
    border: none;
    margin-bottom: 0;
  }

  .only-for-print {
    display: block;
  }

  .only-for-print.inline {
    display: inline;
  }

  .only-for-print.inline-block {
    display: inline-block;
  }

  /* Header Top */
  #header-top {
    display: none;
  }

  /* Logo */
  #logo {
    display: none;
  }
  
  #print-logo {
    position:absolute;
    right: 0;
    top:60px;
  }


  /* Header */
  #header .contact-number {
    margin-top: 0;
  }
  #header .contact-number .fa-phone {
    margin: 0;
    position: relative;
    top: 3px;
    padding: 10px;
  }
  #header .tag-line {
    text-align: left;
    margin: 0;
  }
  #header .tag-line span {
    margin: 0;
    padding: 0;
  }
  #breadcrumb,
  #related-properties,
  #gallery-link,
  #full-main-pic,
  #search-box-top,
  #sb-search,
  #property-nav,
  #header-links,
  #listing-price,
  .agent-detail,
  .ads,
  .property-meta {
    display: none;
  }
  #overview {
    border-left: 0;
    border-right: 0;
  }
  
  #overview .property-item .content .desc {
	overflow: visible;
    height: auto;
  }
  .pid-img {
	  margin-left:19px;
  }
  span9.main-wrap {
    width: 100%;
  }

  .main {
    padding-top: 10px;
    border: none;
  }

  /* Post Detail Page */
  .page .hentry .post-title, .page .hentry .post-title a, .post-title .page .hentry a, .page .hentry .post-title a, .post-title .page .hentry a a,
  .single-post .hentry .post-title,
  .single-post .hentry .post-title a,
  .post-title .single-post .hentry a,
  .single-post .hentry .post-title a,
  .post-title .single-post .hentry a a {
    margin: 0 0 5px;
  }
  .page .hentry .post-meta,
  .single-post .hentry .post-meta {
    border: none;
    padding: 0 0 10px;
  }
  .page .hentry img, .page .hentry pre, .page .hentry blockquote,
  .single-post .hentry img,
  .single-post .hentry pre,
  .single-post .hentry blockquote {
    page-break-inside: avoid;
  }

  /* Property Detail Page */
  #property-title {
	  padding: 0;
	  border: 0;
  }
  
  #property-detail-flexslider {
    display: none;
  }

  .detail #overview .property-item .wrap {
    margin-bottom: 5px;
    page-break-inside: avoid;
  }
  .detail #overview .property-item .title {
    padding: 0;
    float: none;
    margin: 0;
    font-weight: bold;
  }
  .detail #overview .property-item .price {
    float: none;
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 14px;
  }
  .detail #overview .property-item .price span {
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .detail #overview .property-item .price .status-label {
    padding: 0 10px 0 0;
  }
  .detail #overview .property-item .property-meta {
    border: none;
    margin: 0 0 10px 0;
  }
  .detail #overview .property-item .property-meta span {
    border: none;
    margin-left: 0;
    padding: 0 15px 0 0;
    float: left;
  }
  .detail #overview .property-item .property-meta span i {
    display: none;
  }
  .detail #overview .property-item .content {
    padding: 0;
    margin-bottom: 0;
  }
  .detail #overview .property-item .features {
    border: none;
    page-break-inside: avoid;
  }
  .detail #overview .property-item .features ul.arrow-bullet-list {
    margin: 0px;
  }
  .detail #overview .property-item .features ul.arrow-bullet-list li {
    width: 200px;
    margin: 0 0 0 20px;
    padding: 0;
    float: left;
    list-style-type: circle;
  }
  .detail #overview .property-item .features h4, .detail #overview .property-item .features h4 a, .detail #overview .property-item h4 .features a {
    border: none;
    padding: 0px;
    margin-bottom: 15px;
  }
  .detail #overview .property-item .features .arrow-bullet-list li {
    background: url(/images/feature-list-bullet.png) no-repeat 10px 14px !important;
  }
  .detail #overview .map-wrap {
    padding: 0px;
    border: none;
  }
  .detail #overview .map-wrap .map-label {
    display: none;
  }
  .detail #overview .map-wrap #property_map {
    width: auto;
    page-break-inside: avoid;
  }
  .detail #overview .agent-detail {
    padding: 0;
    margin: 0;
    page-break-inside: avoid;
  }
  .detail #overview .agent-detail .left-box {
    width: auto;
    float: none;
  }
  .detail #overview .agent-detail .left-box figure img {
    border: none;
  }
  .detail #overview .agent-detail .left-box .contacts-list {
    float: none;
    width: auto;
    border: none;
  }
  .detail #overview .agent-detail .left-box .contacts-list li {
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .detail #overview .agent-detail .left-box .real-btn, .detail #overview .agent-detail .left-box .btn-blue, .detail #overview .agent-detail .left-box .btn-grey {
    display: none;
  }
  .detail #overview .agent-detail .contact-form {
    display: none;
  }

  /* Single Agent */
  .single-agent .listing-layout {
    border: none;
  }
  .single-agent .listing-layout .about-agent {
    border: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
  }

  .lisitng-grid-layout .title-heading {
    padding: 0;
    position: static;
    top: auto;
    left: auto;
    border-top: 1px solid #dedede;
  }

  .lisitng-grid-layout .main {
    margin: 20px 0 0;
    padding: 0;
  }

  .listing-layout {
    border: none;
  }
  .listing-layout .list-container {
    border-top: 1px solid #dedede;
    padding: 10px 0 0;
  }
  .listing-layout .list-container .property-item {
    padding: 0;
    border: none;
    page-break-inside: avoid;
  }
  .listing-layout .list-container .property-item figure {
    margin: 0 10px 10px 0;
  }
  .listing-layout .list-container .property-item figure figcaption {
    background: #fff !important;
    color: #000 !important;
  }
  .listing-layout .list-container .property-item .detail {
    width: auto;
    float: none;
  }
  .listing-layout .list-container .property-item .property-meta {
    margin: 0;
    padding: 0;
    border: 1px solid #dedede;
  }
  .listing-layout .list-container .property-item .property-meta span {
    padding: 5px 10px;
  }
  .listing-layout .list-container .property-item .property-meta span i {
    display: none;
  }
  .listing-layout .list-container .property-item .more-details {
    display: none;
  }

  .home .narrative {
    padding: 10px;
  }
  .home .property-items .span6 {
    width: auto;
  }
  .home .property-items .property-item {
    page-break-inside: avoid;
  }
  .home .property-items .property-item h4, .home .property-items .property-item h4 a, .home .property-items .property-item h4 a {
    margin-bottom: 10px;
  }
  .home .property-items .property-item figure {
    margin: 0 10px 10px 0;
  }
  .home .property-items .property-item figure figcaption {
    background: #fff !important;
    color: #000 !important;
  }
  .home .property-items .property-item .detail {
    width: auto;
    float: none;
  }
  .home .property-items .property-item .property-meta span {
    padding: 5px 10px;
  }
  .home .property-items .property-item .property-meta span i {
    display: none;
  }

  /* Common */
  #header-top #lang_sel,
  .user-nav,
  .advance-search,
  .pagination,
  .view-type,
  .follow-agent,
  .detail .listing-layout.property-grid,
  .page-head,
  .social_networks,
  .main-menu,
  .property-item .printer-icon,
  .property-item .printer-icon a,
  .property-video,
  .share-networks,
  .sidebar,
  #comments,
  .featured-properties-carousel,
  #footer-wrapper,
  .brands-carousel {
    display: none;
  }
}