/* line 5,  */
h1, h2, h3, h4, h5, h6 {
  color: #507327;
  font-weight: 700;
  margin: 0 0 25px;
}
/* line 9,  */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #5F4C3F;
}
/* line 11,  */
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus {
  color: #5F4C3F;
}

/* line 16,  */
h1, h2 {
  font-size: 1.2em;
  margin: 5px 0 32px;
  text-transform: uppercase;
}

/* line 22,  */
h3 {
  font-size: 1.285em;
  font-weight: 400;
}

/* line 27,  */
h4 {
  font-size: 1em;
}

/* line 31,  */
p, ul, ol {
  margin: 0 0 25px;
}

/* line 35,  */
a {
  color: #09c;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 38,  */
a:hover, a:focus {
  color: #333333;
  outline: none;
  text-decoration: none;
}

/* line 45,  */
input, button, select, textarea {
  background: white;
  border: 1px solid #dddddd;
}

/* line 50,  */
textarea {
  resize: none;
}

/* line 55,  */
blockquote p {
  line-height: 1.8;
}
/* line 57,  */
blockquote p:before {
  content: "\'\' ";
}
/* line 61,  */
blockquote p:after {
  content: " \'\'";
}
/* line 65,  */
blockquote footer:before {
  display: none;
}

/* icons */
/* line 71,  */
.icons {
  background: url(../../../imgs/icons.png) no-repeat;
  display: block;
  height: 50px;
  width: 50px;
}

/* line 77,  */
.icon-left {
  background-position: 0 0;
}

/* line 80,  */
.icon-right {
  background-position: -50px 0;
}

/* line 83,  */
.icon-submit {
  background-position: -100px 0;
}

/* line 86,  */
.icon-up {
  background-position: -140px 0;
}

/* line 89,  */
.icon-bedroom, .icon-bathroom, .icon-location {
  display: inline-block;
  height: 17px;
  width: 22px;
}

.icon-bathroom {
  display: inline-block;
  height: 23px;
  width: 27px;
}



/* line 94,  */
.icon-bedroom {
  background-position: 0 -43px;
}

/* line 97,  */
.icon-bathroom {
  background-position: 1px -48px;
}

/* line 100,  */
.icon-location {
  background-position: -100px -47px;
  height: 20px;
}

/* line 104,  */
.icon-hand, .icon-home, .icon-chart {
  display: inline-block;
  height: 60px;
  width: 60px;
}

/* line 109,  */
.icon-hand {
  background-position: 0 -100px;
}

/* line 112,  */
.icon-home {
  background-position: -140px -100px;
}

/* line 115,  */
.icon-chart {
  background-position: -70px -100px;
}

/* form */
/* line 120,  */
.form-control {
  border-color: #dddddd;
  border-radius: 0;
  box-shadow: none;
  color: #666666;
  height: 40px;
}
/* line 126,  */
.form-control:focus {
  border-color: #333333;
  box-shadow: none;
}

/* buttons */
/* line 133,  */
.btn {
  border-radius: 0;
  font-weight: 700;
  height: 40px;
  line-height: 1.8;
  padding: 6px 12px;
  text-transform: uppercase;
}

/* line 142,  */
.btn-submit {
  padding: 0;
  width: 40px;
}
/* line 145,  */
.btn-submit:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

/* line 151,  */
.btn-default {
  border: 2px solid #333333;
  color: #333333;
}
/* line 154,  */
.btn-default:hover, .btn-default:focus {
  background-color: transparent;
  border-color: #09c;
  color: #09c;
}

/* line 161,  */
.btn-primary {
  background-color: #09c;
  border-color: #09c;
}
/* line 164,  */
.btn-primary:hover, .btn-primary:focus {
  background-color: #507327;
  border-color: #507327;
  color: white;
}

/* line 171,  */
.btn-sm {
  line-height: 2;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 177,  */
.btn-lg {
  font-size: .857em;
  height: 50px;
  padding: 13px 20px;
}

/* bg color */
/* line 184,  */
.pgl-bg-dark {
  background-color: #333333;
  color: #aaa;
}

/* line 189,  */
.pgl-bg-grey {
  background-color: #fff;





}

/* line 193,  */
.pgl-bg-light, .pgl-property {
  background-color: white;
}

/* divider */
/* line 198,  */
hr {
  border-color: #dddddd;
}

/* line 201,  */
.divider {
  background-color: #444;
  display: block;
  height: 1px;
  margin: 0 auto 30px;
  width: 100px;
}

/* line 209,  */
.divider-quote-sign span {
  color: #aaa;
  display: block;
  font-family: 'Rochester', cursive;
  font-size: 5.142em;
  height: 30px;
  line-height: .4;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100px;
}
/* line 220,  */
.divider-quote-sign span:after, .divider-quote-sign span:before {
  border-top: 1px solid #444;
  content: "";
  position: absolute;
  top: 0;
  width: 35px;
}
/* line 227,  */
.divider-quote-sign span:after {
  right: 0;
}
/* line 230,  */
.divider-quote-sign span:before {
  left: 0;
}

/* line 235,  */
.mid {
  margin-bottom: 33px;
  margin-top: 40px;
}

/* line 239,  */
.top-tall {
  margin-bottom: 0;
  margin-top: 40px;
}

/* line 243,  */
.short {
  margin-bottom: 0;
  margin-top: 30px;
}

/* line 247,  */
.min-wide {
  min-width: 197px;
}

/* img */
/* line 252,  */
.img-thumbnail {
  border: none;
  padding: 0;
}

/* line 257,  */
.img-thumbnail-small {
  margin-bottom: 18px;
}

/* blockquote */
/* line 262,  */
.testimonial {
  border-left: none;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* pgl-midnarrow-row */
/* line 271,  */
.pgl-midnarrow-row {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 274,  */
.pgl-midnarrow-row .col-xs-1, .pgl-midnarrow-row .col-sm-1, .pgl-midnarrow-row .col-md-1, .pgl-midnarrow-row .col-lg-1, .pgl-midnarrow-row .col-xs-2, .pgl-midnarrow-row .col-sm-2, .pgl-midnarrow-row .col-md-2, .pgl-midnarrow-row .col-lg-2, .pgl-midnarrow-row .col-xs-3, .pgl-midnarrow-row .col-sm-3, .pgl-midnarrow-row .col-md-3, .pgl-midnarrow-row .col-lg-3, .pgl-midnarrow-row .col-xs-4, .pgl-midnarrow-row .col-sm-4, .pgl-midnarrow-row .col-md-4, .pgl-midnarrow-row .col-lg-4, .pgl-midnarrow-row .col-xs-5, .pgl-midnarrow-row .col-sm-5, .pgl-midnarrow-row .col-md-5, .pgl-midnarrow-row .col-lg-5, .pgl-midnarrow-row .col-xs-6, .pgl-midnarrow-row .col-sm-6, .pgl-midnarrow-row .col-md-6, .pgl-midnarrow-row .col-lg-6, .pgl-midnarrow-row .col-xs-7, .pgl-midnarrow-row .col-sm-7, .pgl-midnarrow-row .col-md-7, .pgl-midnarrow-row .col-lg-7, .pgl-midnarrow-row .col-xs-8, .pgl-midnarrow-row .col-sm-8, .pgl-midnarrow-row .col-md-8, .pgl-midnarrow-row .col-lg-8, .pgl-midnarrow-row .col-xs-9, .pgl-midnarrow-row .col-sm-9, .pgl-midnarrow-row .col-md-9, .pgl-midnarrow-row .col-lg-9, .pgl-midnarrow-row .col-xs-10, .pgl-midnarrow-row .col-sm-10, .pgl-midnarrow-row .col-md-10, .pgl-midnarrow-row .col-lg-10, .pgl-midnarrow-row .col-xs-11, .pgl-midnarrow-row .col-sm-11, .pgl-midnarrow-row .col-md-11, .pgl-midnarrow-row .col-lg-11, .pgl-midnarrow-row .col-xs-12, .pgl-midnarrow-row .col-sm-12, .pgl-midnarrow-row .col-md-12, .pgl-midnarrow-row .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

/* pgl-narrow-row */
/* line 281,  */
.pgl-narrow-row {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 284,  */
.pgl-narrow-row .col-xs-1, .pgl-narrow-row .col-sm-1, .pgl-narrow-row .col-md-1, .pgl-narrow-row .col-lg-1, .pgl-narrow-row .col-xs-2, .pgl-narrow-row .col-sm-2, .pgl-narrow-row .col-md-2, .pgl-narrow-row .col-lg-2, .pgl-narrow-row .col-xs-3, .pgl-narrow-row .col-sm-3, .pgl-narrow-row .col-md-3, .pgl-narrow-row .col-lg-3, .pgl-narrow-row .col-xs-4, .pgl-narrow-row .col-sm-4, .pgl-narrow-row .col-md-4, .pgl-narrow-row .col-lg-4, .pgl-narrow-row .col-xs-5, .pgl-narrow-row .col-sm-5, .pgl-narrow-row .col-md-5, .pgl-narrow-row .col-lg-5, .pgl-narrow-row .col-xs-6, .pgl-narrow-row .col-sm-6, .pgl-narrow-row .col-md-6, .pgl-narrow-row .col-lg-6, .pgl-narrow-row .col-xs-7, .pgl-narrow-row .col-sm-7, .pgl-narrow-row .col-md-7, .pgl-narrow-row .col-lg-7, .pgl-narrow-row .col-xs-8, .pgl-narrow-row .col-sm-8, .pgl-narrow-row .col-md-8, .pgl-narrow-row .col-lg-8, .pgl-narrow-row .col-xs-9, .pgl-narrow-row .col-sm-9, .pgl-narrow-row .col-md-9, .pgl-narrow-row .col-lg-9, .pgl-narrow-row .col-xs-10, .pgl-narrow-row .col-sm-10, .pgl-narrow-row .col-md-10, .pgl-narrow-row .col-lg-10, .pgl-narrow-row .col-xs-11, .pgl-narrow-row .col-sm-11, .pgl-narrow-row .col-md-11, .pgl-narrow-row .col-lg-11, .pgl-narrow-row .col-xs-12, .pgl-narrow-row .col-sm-12, .pgl-narrow-row .col-md-12, .pgl-narrow-row .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}

/* tabs */
/* line 290,  */
.nav-tabs {
  border-bottom: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  font-weight: 700;
  max-width: 500px;
  position: relative;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
/* line 310,  */
.nav-tabs li {
  display: block;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 317,  */
.nav-tabs li a {
  border-radius: 0;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* pgl-pro-tabs */
/* line 329,  */
.pgl-pro-tabs {
  font-size: .857em;
  margin-bottom: 40px;
  text-transform: uppercase;
}
/* line 334,  */
.pgl-pro-tabs > li > a {
  border-width: 2px;
  color: #333333;
  margin-right: -2px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 340,  */
.pgl-pro-tabs > li > a:hover, .pgl-pro-tabs > li > a:focus {
  border-color: #333333;
}
/* line 344,  */
.pgl-pro-tabs > li.active > a, .pgl-pro-tabs > li.active > a:hover, .pgl-pro-tabs > li.active > a:focus {
  background-color: transparent;
  border-color: #333333;
  border-width: 2px;
}

/* nav-top */
/* line 354,  */
.text-note {
  margin: 10px 0 0 260px;
  font-family:Montserrat;
  font-size:12px;
}
/* line 356,  */
.text-note .fa {
  margin-right: 5px;
}

/* line 360,  */
.nav-top {
  border-right: 0px solid #222;
}
/* line 362,  */
.nav-top > li {
  border-left: 0px solid #222;
}
/* line 364,  */
.nav-top > li > a {
  border-radius: 0;
  color: #aaa;
  padding: 8px 4px 7px;
}
/* line 368,  */
.nav-top > li > a:hover, .nav-top > li > a:focus {
  background-color: #09c;
  color: white;
}

/* advanced search */
/* line 377,  */
.chosen-container {
  font-size: .928em;
  width: 100% !important;
}
/* line 380,  */
.chosen-container .chosen-drop {
  border-color: #dddddd;
  border-right-color: #dddddd;
  box-shadow: none;
}
/* line 385,  */
.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}
/* line 388,  */
.chosen-container .chosen-results li {
  padding: 8px 7px;
}
/* line 390,  */
.chosen-container .chosen-results li.highlighted {
  background-color: #333333;
  background-image: none;
}

/* line 398,  */
.chosen-container-single .chosen-search {
  display: none;
}
/* line 401,  */
.chosen-container-single .chosen-default {
  color: #666666;
}
/* line 404,  */
.chosen-container-single .chosen-single {
  background: white;
  border-color: #dddddd;
  border-radius: 0;
  box-shadow: none;
  color: #666666;
  height: 40px;
  line-height: 2.8;
  padding: 0 0 0 7px;
}
/* line 413,  */
.chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b {
  background-image: url("../images/chosen-sprite.png");
}
/* line 416,  */
.chosen-container-single .chosen-single div {
  right: 7px;
  width: 16px;
}
/* line 421,  */
.chosen-container-single .chosen-drop {
  border-radius: 0;
}

/* line 426,  */
.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  border-color: #dddddd;
  box-shadow: none;
}

/* line 431,  */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background-image: url("../images/chosen-sprite.png");
}

/* pgl-property */
/* line 436,  */
.label {
  background-color: #5F4C3F;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-size: 1em;
  margin-right: -4px;
  padding: 12px 20px;
}
/* line 444,  */
.label a {
  color: white;
}
/* line 446,  */
.label a:hover, .label a:focus {
  color: #09c;
}

/* line 451,  */
.price {
  background-color: #09c;
}

/* line 454,  */
.pgl-property {
  margin-bottom: 30px;
   -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
/* line 457,  */
.pgl-property:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* line 461,  */
.property-thumb-info, .property-thumb-info-image, .pgl-team-item .img-thumbnail-medium {
  overflow: hidden;
  position: relative;
}

/* line 465,  */
.property-thumb-info-image img, .pgl-team-item .img-thumbnail-medium img {
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);

}

/* line 473,  */
.pgl-property:hover .property-thumb-info-image img, .pgl-team-item:hover .img-thumbnail-medium img {
  opacity: 0.7;
  filter: alpha(opacity=70);
 /* -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);*/
}

/* line 478,  */

div.vendido {
	 top:20px;
  left: 0;
  position: absolute;
  padding:5px 50px;
  font-size:15px;
  color:#fff;
  background-color:#507327;
  text-align:center;
}

.clearboth{
	clear:both;}

.property-thumb-info-image .property-thumb-info-label {
  top: 0;
  right: 0;
  position: absolute;
}


/*.property-thumb-info-label .label{
-webkit-border-radius: 1px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius: 1px;
-moz-border-radius-bottomleft: 40px;
border-radius: 1px;
border-bottom-left-radius:40px;

-webkit-box-shadow: -8px 11px 11px -7px rgba(56,56,56,0.62);
-moz-box-shadow: -8px 11px 11px -7px rgba(56,56,56,0.62);
box-shadow: -8px 11px 11px -7px rgba(56,56,56,0.62);
}*/


.property-thumb-info-label .label {
    -webkit-border-radius: 1px;
   
    -webkit-box-shadow: -8px 11px 11px -7px rgba(56,56,56,0.62);
    -moz-box-shadow: -8px 11px 11px -7px rgba(56,56,56,0.62);
    box-shadow: -8px 11px 11px -7px 
    rgba(56,56,56,0.62);
	background-color:#fff;
}



/* line 483,  */
.property-thumb-info-content {
  padding: 20px 10px 0px;
}
/* line 485,  */
.property-thumb-info-content h3 {
  margin-bottom: 8px;
}
/* line 488,  */
.property-thumb-info-content address {
  margin-bottom: 10px;
  font-size:12px;
}
/* line 491,  */
.property-thumb-info-content p {
  margin: 0;
}

/* line 495,  */
.amenities {
  border-top: 0px solid #eee;
  padding: 5px 10px;
}
/* line 498,  */
.amenities address {
  margin-bottom: 0;
}
/* line 501,  */
.amenities ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 505,  */
.amenities ul li {
  display: inline;
}
/* line 507,  */
.amenities ul li + li {
  padding-left: 2px;
}

/* line 514,  */
.featured-item {
  margin-bottom: 20px;
}
/* line 516,  */
.featured-item .property-thumb-info-content {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: none;
  bottom: 0;
  color: white;
  left: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  width: 100%;
}
/* line 527,  */
.featured-item h3 {
  font-size: 1em;
  text-transform: uppercase;
}
/* line 530,  */
.featured-item h3 a {
  color: white;
}
/* line 532,  */
.featured-item h3 a:hover, .featured-item h3 a:focus {
  color: #09c;
}
/* line 537,  */
.featured-item p {
  margin: 0;
}
/* line 540,  */
.featured-item .property-thumb-info-content, .featured-item p {
  -webkit-transform: translate3d(0, 40%, 0);
  transform: translate3d(0, 40%, 0);
}
/* line 543,  */
.featured-item .property-thumb-info-content, .featured-item h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
/* line 547,  */
.featured-item p {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
/* line 552,  */
.featured-item:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 556,  */
.featured-item:hover .property-thumb-info-content, .featured-item:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 559,  */
.featured-item:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

/* agent-item */
/* line 565,  */
.pgl-agent-item {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  padding: 20px;
}
/* line 569,  */
.pgl-agent-item:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* line 575,  */
.pgl-agent-info h4 {
  text-transform: uppercase;
}
/* line 578,  */
.pgl-agent-info p, .pgl-agent-info h4 {
  margin-bottom: 10px;
}
/* line 581,  */
.pgl-agent-info address {
  line-height: 2;
}

/* accordion */
/* line 587,  */
.panel-group {
  margin-bottom: 0;
}
/* line 589,  */
.panel-group .pgl-panel {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
/* line 593,  */
.panel-group .pgl-panel + .pgl-panel {
  margin-top: 10px;
}
/* line 596,  */
.panel-group .pgl-panel .panel-title {
  font-size: .857em;
  text-transform: uppercase;
}
/* line 599,  */
.panel-group .pgl-panel .panel-title a {
  display: block;
}

/* line 605,  */
.pgl-panel {
  border: none;
}
/* line 607,  */
.pgl-panel > .panel-heading {
  background-color: transparent;
  border: none;
  padding: 0;
}
/* line 612,  */
.pgl-panel .panel-body {
  border: 1px solid #333333;
  padding: 0 20px;
}
/* line 615,  */
.pgl-panel .panel-body p {
  margin-bottom: 15px;
}
/* line 618,  */
.pgl-panel .panel-body ul {
  list-style: none;
  padding: 0;
}
/* line 622,  */
.pgl-panel .panel-body li {
  padding: 8px 20px;
}
/* line 624,  */
.pgl-panel .panel-body li:nth-child(even) {
  background-color: #fafafa;
}
/* line 628,  */
.pgl-panel .panel-body .pgl-agent-item {
  border: none;
  margin-bottom: 30px;
  padding: 0;
}
/* line 632,  */
.pgl-panel .panel-body .pgl-agent-item:hover {
  box-shadow: none;
}
/* line 638,  */
.pgl-panel .panel-title a {
  border: 1px solid #333333;
  border-bottom: none;
  padding: 18px 20px;
}
/* line 642,  */
.pgl-panel .panel-title a:after {
  content: "-";
  float: right;
  font-size: 2.5em;
  font-weight: 400;
  line-height: .3;
}
/* line 650,  */
.pgl-panel .panel-title .collapsed {
  border: 1px solid #dddddd;
}
/* line 652,  */
.pgl-panel .panel-title .collapsed:after {
  content: "+";
}
/* line 657,  */
.pgl-panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
/* line 660,  */
.pgl-panel .collapse.in .panel-body {
  border-top: none;
}

/* form-newsletter */
/* line 666,  */
.pgl-form-newsletter {
  position: relative;
}
/* line 668,  */
.pgl-form-newsletter .form-group {
  width: 100%;
}
/* line 671,  */
.pgl-form-newsletter .form-control {
  width: 100%;
}
/* line 674,  */
.pgl-form-newsletter .btn {
  border-color: #dddddd;
  border-left: none;
  position: absolute;
  right: 0;
  top: 0;
}

/* Scroll to Top */
/* line 684,  */
.scroll-to-top {
  background-color: #abcd6f;
  border-radius: 50%;
  bottom: 20px;
  color: white;
  display: block;
  font-size: 1.285em;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 1040;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 701,  */
.scroll-to-top .icon-up {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 704,  */
.scroll-to-top:hover, .scroll-to-top:focus {
  background-color: #43621f;
  color: white;
}
/* line 707,  */
.scroll-to-top:hover .icon-up, .scroll-to-top:focus .icon-up {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 711,  */
.scroll-to-top.visible {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* pagination */
/* line 717,  */
.pagination {
  margin: 10px 0 40px;
}
/* line 719,  */
.pagination li {
  display: inline-block;
  font-weight: 700;
  margin: 0 8px 0 0;
  text-align: center;
}
/* line 727,  */
.pagination li > a,
.pagination li > span {
  background-color: transparent;
  border-color: #333333;
  border-width: 2px;
  color: #333333;
  line-height: 35px;
  padding: 0 14px;
}
/* line 741,  */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #333333;
}
/* line 746,  */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 751,  */
.pagination li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 765,  */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #333333;
  color: white;
  border-color: #333333;
}

/* pgl-main-slide */
/* line 774,  */
.owl-theme .owl-controls {
  margin-top: 0;
}
/* line 777,  */
.owl-theme .owl-controls .owl-page span {
  background: rgba(255, 255, 255, 0.5);
  height: 10px;
  margin: 0 6px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 10px;
}
/* line 785,  */
.owl-theme .owl-controls .owl-page.active span {
  background: white;
  height: 14px;
  margin-top: 2px;
  width: 14px;
}
/* line 793,  */
.owl-theme .owl-controls .owl-buttons div {
  background-color: #999;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 800,  */
.owl-theme .owl-controls .owl-buttons div .icons {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 805,  */
.owl-theme .owl-controls.clickable .owl-buttons div:hover .icons, .owl-theme .owl-controls.clickable .owl-buttons div:focus .icons {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 813,  */
.pgl-main-slide .item {
  position: relative;
}
/* line 816,  */
.pgl-main-slide .item-caption {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 822,  */
.pgl-main-slide .item-caption .container {
  display: table;
  height: 100%;
}
/* line 826,  */
.pgl-main-slide .item-caption .property-info {
  display: table-cell;
  padding-right: 50%;
  vertical-align: middle;
}
/* line 831,  */
.pgl-main-slide .item-caption .property-thumb-info-content {
  background-color: white;
  opacity:0.8;
  border-bottom: none;
  padding: 16px 5px 16px 10px;
}
/* line 836,  */
.pgl-main-slide .item-caption h2 {
  font-size: 1.1em;
  margin-bottom: 8px;
  text-transform: none;
}
/* line 841,  */
.pgl-main-slide
 .item-caption p {
	 font-size: 1em;
  margin: 0;
}
/* line 845,  */
.pgl-main-slide .owl-pagination {
  left: 0;
  position: absolute;
  width: 100%;
}
/* line 850,  */
.pgl-main-slide .owl-pagination {
  bottom: 23px;
}
/* line 855,  */
.pgl-main-slide .owl-controls .owl-buttons div {
  margin-top: -25px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
}
/* line 861,  */
.pgl-main-slide .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}
/* line 864,  */
.pgl-main-slide .owl-controls .owl-buttons .owl-next {
  right: 20px;
}
/* line 869,  */
.pgl-main-slide .owl-controls.clickable .owl-buttons div:hover, .pgl-main-slide .owl-controls.clickable .owl-buttons div:focus {
  background-color: #09c;
}
/* line 875,  */
.pgl-main-slide:hover .owl-controls .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* pgl-pro-slide */
/* line 883,  */
.pgl-pro-slide .owl-controls {
  position: absolute;
  right: 15px;
  top: -72px;
}
/* line 889,  */
.pgl-pro-slide .owl-controls .owl-buttons div {
  background-color: transparent;
  border-radius: 0;
}
/* line 892,  */
.pgl-pro-slide .owl-controls .owl-buttons div .icons {
  background: none;
  border: 2px solid #333333;
  color: #333333;
  font-style: normal;
  height: 40px;
  line-height: 38px;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  width: 40px;
}
/* line 902,  */
.pgl-pro-slide .owl-controls .owl-buttons div .icons:hover, .pgl-pro-slide .owl-controls .owl-buttons div .icons:focus {
  background-color: #333333;
  color: white;
}
/* line 906,  */
.pgl-pro-slide .owl-controls .owl-buttons div .icons:after {
  font-family: 'FontAwesome';
  font-size: 1.166em;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
/* line 917,  */
.pgl-pro-slide .owl-controls .owl-buttons div .icon-left:after {
  content: "\f053";
}
/* line 920,  */
.pgl-pro-slide .owl-controls .owl-buttons div .icon-right:after {
  content: "\f054";
}
/* line 924,  */
.pgl-pro-slide .owl-controls .owl-buttons .owl-next {
  margin-left: 10px;
}

/* listing-header */
/* line 931,  */
.listing-header {
  background-color: white;
  border: 1px solid #dddddd;
  margin-bottom: 40px;
  padding: 9px 4px;
}

/* line 937,  */
.list-icons {
  margin: 0;
}
/* line 939,  */
.list-icons li {
  padding-right: 0;
}
/* line 942,  */
.list-icons a {
  border: 1px solid #dddddd;
  color: #333333;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
/* line 951,  */
.list-icons .active a, .list-icons a:hover, .list-icons a:focus {
  background-color: #333333;
  border-color: #333333;
  color: white;
}

/* line 957,  */
.list-sort {
  margin: 0;
}
/* line 959,  */
.list-sort label {
  display: inline-block;
}

/* content */
/* line 965,  */

/* line 967,  */
.content .pgl-featured, .content .pgl-properties {
  padding-top: 0;
}


/* line 974,  */
.about-item .post-mid {
  margin-bottom: 0;
}

/* line 978,  */
.pgl-group-faqs {
  margin-bottom: 70px;
}

/* 404 */
/* line 982,  */
.pgl-error {
  padding: 74px 0 125px;
}

/* line 985,  */
.error-title {
  font-size: 17.143em;
  margin-bottom: 10px;
}

/* line 989,  */
.error-msg {
  font-size: 1.285em;
  margin-bottom: 40px;
  text-transform: uppercase;
}

/* sidebar */
/* line 996,  */

/* line 998,  */
.sidebar h3 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 17px;
  text-transform: uppercase;
}
/* line 1004,  */
.sidebar .block {
  margin-bottom: 30px;
  padding: 10px 10px ;
}
/* line 1008,  */
.sidebar .pgl-advanced-search {
  border-bottom: none;
}
/* line 1012,  */
.sidebar .pgl-pro-slide .owl-controls {
  right: 0;
  top: -34px;
}
/* line 1018,  */
.sidebar .pgl-pro-slide .owl-controls .owl-buttons div .icons {
  height: 20px;
  line-height: 16px;
  width: 20px;
}
/* line 1022,  */
.sidebar .pgl-pro-slide .owl-controls .owl-buttons div .icons:after {
  font-size: .583em;
}
/* line 1029,  */
.sidebar .pgl-agent-item {
  border: none;
  padding: 0;
}
/* line 1030,  */
.sidebar .pgl-agent-item .img-thumbnail-medium {
  margin-bottom: 10px;
}
/* line 1035,  */
.sidebar .pgl-agent-item:hover {
  box-shadow: none;
}
/* line 1039,  */
.sidebar .pgl-testimonials {
  padding: 0;
}
/* line 1042,  */
.sidebar .pgl-testimonial {
  height: auto;
}
/* line 1044,  */
.sidebar .pgl-testimonial .owl-item > div {
  padding-left: 0;
  padding-right: 0;
}
/* line 1049,  */
.sidebar .pgl-testimonial .owl-controls .owl-buttons .owl-prev {
  left: 10px;
}
/* line 1052,  */
.sidebar .pgl-testimonial .owl-controls .owl-buttons .owl-next {
  right: 10px;
}
/* line 1057,  */
.sidebar .blk-search {
  background-color: #111;
  padding: 20px;
}
/* line 1061,  */
.sidebar .blk-ads {
  padding: 0;
}

/* line 1065,  */
.form-search {
  position: relative;
}
/* line 1067,  */
.form-search .form-group, .form-search .form-control {
  width: 100%;
}
/* line 1070,  */
.form-search .form-control {
  border-color: white;
}
/* line 1073,  */
.form-search .btn {
  background: none;
  position: absolute;
  right: 0;
  top: 0;
}

/* list-cat */
/* line 1081,  */
.list-cat {
  margin-bottom: 15px;
}
/* line 1083,  */
.list-cat li + li {
  border-top: 1px solid #f5f5f5;
  margin-top: 5px;
  padding-top: 5px;
}
/* line 1088,  */
.list-cat a {
  color: #333333;
}
/* line 1090,  */
.list-cat a:hover, .list-cat a:focus {
  color: #09c;
}
/* line 1094,  */
.list-cat span {
  color: #999;
}

/* line 1098,  */
.second-tabs {
  font-size: .929em;
  margin-bottom: 20px;
  margin-left: -3px;
  margin-right: -3px;
  /* end li */
}
/* line 1103,  */
.second-tabs li {
  margin: 0 3px 10px;
  position: relative;
  z-index: 1;
}
/* line 1107,  */
.second-tabs li a {
  background: #f0f0f0;
  border: none;
  color: #333333;
  margin-right: 0;
  padding: 10px;
}
/* line 1115,  */
.second-tabs li.active:after {
  bottom: -5px;
  height: 0;
  border-top: 5px solid #09c;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
/* line 1118,  */
.second-tabs li.active a {
  background-color: #09c;
  border: none;
  color: white;
}
/* line 1122,  */
.second-tabs li.active a:hover, .second-tabs li.active a:focus {
  background-color: #09c;
  border: none;
  color: white;
}

/* properties-listing */
/* line 1133,  */
.properties-listing .property-thumb-info {
  padding-right: 30px;
}
/* line 1136,  */
.properties-listing .property-thumb-info-content, .properties-listing .amenities {
  padding-left: 0;
  padding-right: 0;
}
/* line 1140,  */
.properties-listing .property-thumb-info-content {
  height: 198px;
  overflow: hidden;
}
/* line 1144,  */
.properties-listing .property-thumb-info-image .property-thumb-info-label {
  bottom: auto;
  top: 20px;
}

/* grid-agents */
/* line 1151,  */
.grid-agents {
  padding: 33px 0 40px;
}
/* line 1153,  */
.grid-agents .img-thumbnail-medium {
  margin-bottom: 10px;
}

/* about */
/* line 1161,  */
.pgl-intro {
  margin-bottom: 53px;
  padding-top: 70px;
}
/* line 1164,  */
.pgl-intro .lead {
  font-size: 1.285em;
  line-height: 1.6;
  padding: 45px 85px;
}
/* line 1168,  */
.pgl-intro .lead p {
  margin: 0;
}

/* line 1174,  */
.pgl-img-slide .item-caption {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: white;
  left: 0;
  padding: 30px;
  position: absolute;
  width: 100%;
}
/* line 1182,  */
.pgl-img-slide .item-caption p {
  margin: 0;
}
/* line 1186,  */
.pgl-img-slide .owl-controls {
  bottom: 15px;
  right: 30px;
  top: auto;
}
/* line 1191,  */
.pgl-img-slide .owl-controls .owl-buttons div .icons {
  border-color: white;
  color: white;
}
/* line 1194,  */
.pgl-img-slide .owl-controls .owl-buttons div .icons:hover {
  background-color: #09c;
  border-color: #09c;
}

/* pgl-offer */
/* line 1204,  */
.pgl-offer {
  padding-bottom: 45px;
}

/* line 1207,  */
.offer-item {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 80px 25px 45px;
  position: relative;
  text-align: center;
}
/* line 1213,  */
.offer-item * {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 1216,  */
.offer-item .offer-item-inner {
  position: relative;
  z-index: 2;
}
/* line 1220,  */
.offer-item h3 {
  color: #09c;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 1226,  */
.offer-item .icons {
  margin: 0 auto;
}
/* line 1229,  */
.offer-item:after {
  background-color: #09c;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
/* line 1242,  */
.offer-item:hover {
  color: white;
}
/* line 1244,  */
.offer-item:hover h3 {
  color: white;
}
/* line 1247,  */
.offer-item:hover .icon-hand {
  background-position: 0 -180px;
}
/* line 1250,  */
.offer-item:hover .icon-home {
  background-position: -140px -180px;
}
/* line 1253,  */
.offer-item:hover .icon-chart {
  background-position: -70px -180px;
}
/* line 1256,  */
.offer-item:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

/* line 1263,  */
.pgl-offer.pgl-bg-dark {
  padding-bottom: 15px;
  padding-top: 73px;
}
/* line 1266,  */
.pgl-offer.pgl-bg-dark h2 {
  color: white;
}
/* line 1269,  */
.pgl-offer.pgl-bg-dark .offer-item {
  padding-bottom: 0;
  padding-top: 45px;
}
/* line 1272,  */
.pgl-offer.pgl-bg-dark .offer-item h3 {
  color: white;
}
/* line 1275,  */
.pgl-offer.pgl-bg-dark .offer-item .icon-hand {
  background-position: 0 -260px;
}
/* line 1278,  */
.pgl-offer.pgl-bg-dark .offer-item .icon-home {
  background-position: -140px -260px;
}
/* line 1281,  */
.pgl-offer.pgl-bg-dark .offer-item .icon-chart {
  background-position: -70px -260px;
}
/* line 1285,  */
.pgl-offer.pgl-bg-dark .offer-item:hover h3 {
  color: #09c;
}
/* line 1288,  */
.pgl-offer.pgl-bg-dark .offer-item:hover .icon-hand {
  background-position: 0 -180px;
}
/* line 1291,  */
.pgl-offer.pgl-bg-dark .offer-item:hover .icon-home {
  background-position: -140px -180px;
}
/* line 1294,  */
.pgl-offer.pgl-bg-dark .offer-item:hover .icon-chart {
  background-position: -70px -180px;
}
/* line 1297,  */
.pgl-offer.pgl-bg-dark .offer-item:hover:after {
  display: none;
}

/**/
/* line 1304,  */
.pgl-testimonials-full {
  margin-bottom: 70px;
}
/* line 1306,  */
.pgl-testimonials-full .pgl-testimonial {
  height: auto;
  padding-top: 60px;
}
/* line 1309,  */
.pgl-testimonials-full .pgl-testimonial .owl-controls .owl-buttons {
  text-align: left;
  top: 86px;
}
/* line 1312,  */
.pgl-testimonials-full .pgl-testimonial .owl-controls .owl-buttons > div {
  top: 90px;
}
/* line 1318,  */
.pgl-testimonials-full .pgl-testimonial .owl-controls .owl-buttons .owl-next {
  left: 272px;
  right: auto;
}
/* line 1324,  */
.pgl-testimonials-full .testimonial {
  font-size: 1.285em;
  font-weight: 100;
  padding-top: 30px;
  text-align: left;
}

/* pgl-team */
/* line 1333,  */
.pgl-teams {
  padding-bottom: 60px;
}

/* line 1336,  */
.social-links {
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 1340,  */
.social-links li {
  display: inline-block;
}
/* line 1343,  */
.social-links a {
  border: 2px solid white;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 35px;
  width: 40px;
}
/* line 1350,  */
.social-links a:hover, .social-links a:focus {
  border-color: #09c;
  color: #09c;
}

/* line 1356,  */
.pgl-team-item {
  margin-bottom: 30px;
}
/* line 1358,  */
.pgl-team-item .img-thumbnail-medium:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 1369,  */
.pgl-team-item .social-links {
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}
/* line 1376,  */
.pgl-team-item .social-links li {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(-110px, 0, 0);
  transform: translate3d(-110px, 0, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
/* line 1384,  */
.pgl-team-item:hover .img-thumbnail-medium:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1387,  */
.pgl-team-item:hover .social-links li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

/* line 1395,  */
.pgl-team-info {
  padding: 30px;
}
/* line 1397,  */
.pgl-team-info h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 1401,  */
.pgl-team-info p {
  margin-bottom: 15px;
}
/* line 1404,  */
.pgl-team-info .text-muted {
  color: #999;
}
/* line 1407,  */
.pgl-team-info a {
  border-bottom: 1px solid #dddddd;
  color: #333333;
}
/* line 1410,  */
.pgl-team-info a:hover, .pgl-team-info a:focus {
  border-bottom-color: #09c;
  color: #09c;
}

/* pgl-pro-detail */
/* line 1418,  */
.pgl-pro-detail {
  margin-bottom: 33px;
}

/* flexslider */
/* line 1423,  */
.flex-control-thumbs {
  margin: 30px 25px;
  width: auto;
}
/* line 1426,  */
.flex-control-thumbs li {
  padding: 0 5px;
  width: 20%;
}

/* line 1432,  */
.flex-direction-nav a {
  border: 2px solid #09c;
  bottom: 181px;
  color: #09c;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  text-indent: -9999em;
  text-shadow: none;
  top: auto;
}
/* line 1441,  */
.flex-direction-nav a:before {
  font-size: 1em;
  height: 100%;
  line-height: 36px;
  left: 0;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 100%;
}
/* line 1452,  */
.flex-direction-nav a:hover, .flex-direction-nav a:focus {
  border-color: #09c !important;
  color:  #09c !important;;
}
/* line 1457,  */
.flex-direction-nav .flex-prev {
  left: auto;
  right: 70px;
}
/* line 1461,  */
.flex-direction-nav .flex-next {
  right: 20px;
  text-align: left;
}

/* line 1466,  */
.flexslider {

  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
/* line 1471,  */
.flexslider .slides > li {
  position: relative;
}
/* line 1474,  */
.flexslider .property-thumb-info-label {
  bottom: 0;
  left: 0;
  position: absolute;
}
/* line 1479,  */
.flexslider:hover .flex-prev {
  left: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1483,  */
.flexslider:hover .flex-next {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 20px;
}



/* line 1491,  */
#slider .flex-direction-nav a {
  bottom: 20px;
}

/* line 1497,  */
#carousel {
	margin:10px 0;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  padding: 20px;
}
/* line 1501,  */
#carousel .slides li {
  margin-right: 10px;
}
/* line 1505,  */
#carousel .flex-direction-nav a {
  bottom: 50%;
  margin-bottom: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 1510,  */
#carousel .flex-direction-nav .flex-prev {
  left: 60px;
  right: auto;
}
/* line 1514,  */
#carousel .flex-direction-nav .flex-next {
  right: 60px;
}
/* line 1520,  */
#carousel:hover .flex-direction-nav a {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* amenities-detail */
/* line 1528,  */
.datospropiedad, .amenities-detail {
  border: 1px solid #ccc;
  padding: 20px 10px 10px;
  margin-bottom:20px;
}

.logobig{
	text-align:center;
vertical-align:middle;
 border: 1px solid #ccc;
  padding: 20px 20px 10px;
}

.amenities-detail li{
	font-size:13px;
}

/* line 1533,  */
.pgl-detail {
  padding: 0 30px 30px;
}
/* line 1535,  */
.pgl-detail h2 {
  font-size: 2.142em;
  text-transform: none;
}
/* line 1539,  */
.pgl-detail h2, .pgl-detail p {
  margin-bottom: 15px;
}
/* line 1542,  */
.pgl-detail h3 {
  font-weight: 700;
  text-transform: uppercase;
}

/* pgl-property-thumb */
/* line 1549,  */
.properties-listing .pgl-property-thumb .property-thumb-info {
  padding-right: 20px;
}
/* line 1552,  */
.properties-listing .pgl-property-thumb .property-thumb-info-content {
  height: 136px;
  padding-top: 25px;
}

/* form-contact */
/* line 1558,  */
.form-contact {
  padding-top: 15px;
}



span.iconproperty{float:right; text-align:left; margin-left:10px; margin-top:10px; font-size:11px; }








html{
	background-color: #ffffff;
}


body {
  color: #5F4C3F;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.8;
  
}



header{
background: #fff;
}





/* page */
/* header */
/* line 15,  */
#top {
  background-color: none;
  color: #333;
  font-size: .928em;
}

/* line 21,  */
.navbar-header {
  position: relative;
}

/* line 24,  */
.logo {
  background-color:transparent;
  height: 140px;
  left: 0;
  position: absolute;
  text-align: center;
  top: -60px;
  width: 210px;
}
/* line 32,  */
.logo img {
  margin-top: 30px;
}

/* pgl-navbar-main */
/* line 38,  */
.dropdown-menu {
  background-color: #f9f4e7; 
  border: none;
  border-radius: 0;
  font-size: 1.083em;
  padding: 10px 10px;
  text-transform: none;
}
/* line 46,  */
.dropdown-menu > li > a {
  color: #666;
  padding: 15px;
}
/* line 49,  */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #09c;
  color: white;
}
/* line 54,  */
.dropdown-menu > li + li {
  border-top: 1px solid #151515;
}
/* line 58,  */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #09c;
}
/* line 61,  */
.dropdown-menu .dropdown-menu {
  left: 100%;
  margin: 0 0 0 20px;
  top: 0;
}

/* line 67,  */
.pgl-navbar-main {
  background-color:transparent;
  border-color: transparent;
  border-width: 0;
  border-radius: 0;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/
  min-height: 60px;
  margin-bottom: 0;
  z-index: 1;
}
/* line 76,  */
.pgl-navbar-main .navbar-collapse {
  border-color: transparent;
  font-size: .857em;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 84,  */
.pgl-navbar-main .navbar-nav > li > a {
  padding: 10px 15px;
}
.pgl-navbar-main .navbar-nav > li > a.nopadding{padding-right:0;}

.navbar-right {
    margin-right: 12px;
}


/* line 86,  */
.pgl-navbar-main .navbar-nav > li > a:hover, .pgl-navbar-main .navbar-nav > li > a:focus {
  background-color: none;
  color: #507327;
}
/* line 92,  */
.pgl-navbar-main .navbar-nav > .active > a, .pgl-navbar-main .navbar-nav > .active > a:hover, .pgl-navbar-main .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #507327;
}
/* line 98,  */
.pgl-navbar-main .navbar-nav > .open > a,
.pgl-navbar-main .navbar-nav > .open > a:hover,
.pgl-navbar-main .navbar-nav > .open > a:focus {
  background-color: #f9f4e7;
  color: #9cce69;
}

/* line 104,  */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #09c;
  border-color: transparent;
  color: white;
}

/* line 109,  */
.navbar-default .navbar-toggle {
  border: none;
  border-radius: 0;
  margin: 26px 0 0;
  padding: 0;
  
}
/* line 114,  */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333333;
  width: 20px;
}
/* line 118,  */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
/* line 120,  */
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #09c;
}

/* page-top */
/* line 127, 
.page-top {
  background: url(../images/bg-page-top.jpg) no-repeat #333333;
} */
/* line 129,  */
.page-top .container {
  display: table;
  height: 350px;
  
}
/* line 133,  */
.page-top .page-top-in {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
/* line 138,  */
.page-top h2 {
  font-size: 2.571em;
  margin: 0;
  text-transform: uppercase;
}
/* line 142,  */
.page-top h2 span {
  background-color: white;
  display: inline-block;
  padding: 24px 27px;
}

/* pgl-advanced-search */
/* line 151,  */
.chosen-select {
  height: 40px;
  padding: 0 10px;
  width: 100%;
}

/* line 156,  */
.pgl-advanced-search {
  padding: 0px 0 0px;
  
  /*background-color: #fff;*/
}
/* line 159,  */
.pgl-advanced-search .form-group {
  margin-bottom: 20px;
}

/* pgl-featured */
/* line 165,  */
.pgl-featured {
  padding-bottom: 20px;
  padding-top: 60px;
}
/* line 168,  */
.pgl-featured h2 {
  margin-right: 100px;
}

/* line 172,  */
.pgl-featured-bottom {
  padding-bottom: 60px;
}

/* pgl-properties */
/* line 176,  */
.pgl-properties {
  padding-bottom: 20px;
  padding-top: 40px;
}
/* line 179,  */


/* pgl-agents */
/* line 185,  */
.pgl-agents {
  padding-top: 53px;
}

/* testimonial */
/* line 190,  */
.pgl-testimonial {
  height: 388px;
  padding: 30px 15px;
  position: relative;
  text-align: center;
}
/* line 195,  */
.pgl-testimonial h4 {
  color: #09c;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 201,  */
.pgl-testimonial .owl-controls .owl-buttons > div {
  background-color: transparent;
  position: absolute;
  top: 60px;
}
/* line 206,  */
.pgl-testimonial .owl-controls .owl-buttons .owl-prev {
  left: 58px;
}
/* line 209,  */
.pgl-testimonial .owl-controls .owl-buttons .owl-next {
  right: 58px;
}

/* pgl-about */
/* line 216,  */
.pgl-about {
  padding-top: 54px;
  margin-bottom: 10px;
}

/* map */
/* line 222,  */
.pgl-properties-map {
  padding-top: 53px;
}


/* line 225,  */
.map {
  height: 525px;
}

/* line 228,  */
.contact {
  margin-bottom: 60px;
}

/* line 231,  */
#contact-map {
  height: 305px;
  margin-bottom: 37px;
  width: 100%;
}

/* footer */
/* line 237,  */
.pgl-footer {
	text-align:center;
background: transparent;
  color: #666666;
  padding: 20px 0 20px;
}
/* line 241,  */
.pgl-footer h2 {
  color: #9cce69;
  font-size: 1em;
  margin-bottom: 25px;
}


/* line 250,  */
.pgl-upper-foot {
  margin-bottom: 12px;
}
/* line 252,  */
.pgl-upper-foot a {
  color: #666666;
}
/* line 254,  */
.pgl-upper-foot a:hover, .pgl-upper-foot a:focus {
  color: #09c;
}
/* line 258,  */
.pgl-upper-foot p {
  margin-bottom: 15px;
}
/* line 261,  */
.pgl-upper-foot address {
  line-height: 2.2;
  
}

.datoscontact{
	padding-bottom:20px;
	border-bottom: 0px solid #ccc;
}
/* line 265,  */
.pgl-copyrights {
  padding-top: 15px;
  text-align:center;
  font-size:11px;
}
/* line 268,  */
.pgl-copyrights a {
  color: #09c;
}
/* line 270,  */
.pgl-copyrights a:hover, .pgl-copyrights a:focus {
  color: #666666;
}














/* line 4,  */
a {
  color: #09c;
}
/* line 6,  */
a:hover, a:focus {
  color: inherit;
}

/* line 12,  */
.label a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .list-cat a:hover, .post-content .post-meta a:hover, .post-info a:hover, .post-action a:hover, .pgl-upper-foot a:hover, .label a:focus, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, .list-cat a:focus, .post-content .post-meta a:focus, .post-info a:focus, .post-action a:focus, .pgl-upper-foot a:focus {
  color: #9cce69;
}

/* line 22,  */
.btn-default:hover, .btn-default:focus {
  border-color: #9cce69;
  color: #9cce69;
}

/* line 28,  */
.btn-primary {
  background-color: #9cce69;
  border-color: #9cce69;
}
/* line 31,  */
.btn-primary:hover, .btn-primary:focus {
  background-color: #507327;
  border-color: #507327;
}

/* line 36,  */
.logo {
  background-color:transparent;
}

/* line 42,  */
.nav-top > li > a:hover, .nav-top > li > a:focus {
  background-color: #fff;
  
}



/* pgl-navbar-main */
/* line 53,  */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #507327;
}
/* line 58,  */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #507327;
}

/* line 64,  */
.pgl-navbar-main .navbar-nav > .active > a, .pgl-navbar-main .navbar-nav > .active > a:hover, .pgl-navbar-main .navbar-nav > .active > a:focus {
  color: #507327;
}

/* line 69,  */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #9cce69;
}

/* line 74,  */
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #507327;
}

/* pgl-property */
/* line 81,  */

/* line 92,  */
.pgl-main-slide .owl-controls.clickable .owl-buttons div:hover, .pgl-main-slide .owl-controls.clickable .owl-buttons div:focus {
  background-color: #9cce69;
}

/* list-cat */
/* line 102,  */
.second-tabs {
  /* end li */
}
/* line 105,  */
.second-tabs li.active:after {
  border-top-color: #9cce69;
}
/* line 108,  */
.second-tabs li.active a {
  background-color: #9cce69;
}
/* line 110,  */
.second-tabs li.active a:hover, .second-tabs li.active a:focus {
  background-color: #9cce69;
}

/* line 121,  */
.pgl-img-slide .owl-controls .owl-buttons div .icons:hover {
  background-color: #9cce69;
  border-color: #9cce69;
}

/* line 130,  */
.offer-item h3 {
  color: #9cce69;
}
/* line 133,  */
.offer-item:after {
  background-color: #9cce69;
}

/* line 140,  */
.pgl-offer.pgl-bg-dark .offer-item:hover h3 {
  color: #9cce69;
}

/* line 148,  */
.social-links a:hover, .social-links a:focus {
  border-color: #9cce69;
  color: #9cce69;
}

/* line 156,  */
.pgl-team-info a:hover, .pgl-team-info a:focus {
  border-bottom-color: #9cce69;
  color: #9cce69;
}

/* line 164,  */
.flex-direction-nav a:hover, .flex-direction-nav a:focus {
  border-color: #9cce69;
  color: #9cce69;
}

/* line 170,  */
.post-date {
  background-color: #9cce69;
}

/* testimonial */
/* line 186,  */
.pgl-testimonial h4 {
  color: #9cce69;
}

/* line 194,  */
.pgl-copyrights a {
  color: #666;
  /*text-decoration:underline;*/
}

/* Scroll to Top */
/* line 200,  */
.scroll-to-top:hover, .scroll-to-top:focus {
  background-color: #9cce69;
}


ul.pull-left
{
  margin-top:5px;
}

.row1{
	margin-left:-13px;
	margin-right:10px;
}

.row3{
	margin-left:0px;
	margin-right:0px;
}

.clearboth{
	clear:both;
}









#paginacion{
	position:relative;
	width: 100%;
	height:50px;
	margin-top:0;
	clear:both;
	margin-bottom:0px;
	margin-left:-25px;
	overflow:hidden;
	
}




.txtseccion{
	margin-bottom:30px;
	border-top:1px dashed #ccc;
	padding-top:20px;
}

.preciodetail{
	font-weight:normal;
	color:#666;
}

.verde{
	color:#9cce69;
}


#redessociales{
	position:relative;
	width:100%;
	height:35px;
}



span.zona{
	font-weight:normal;
	font-size:13px;}
	
	
#printpdf{
	float:left;
	width:130px;
	height:35px;
	border:none;	
}

.tit{
	font-size: 1.5em;
}




#policytext{display:inline; float:left; margin-right:7px;}

ul.list-cat li.active{color: #9cce69;}
ul.list-cat li a.active{color: #9cce69;}


#popup-cookies{
  position: fixed;
  bottom: 0px;
  left: 0px;
  border: solid 1px #dddddd;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  font: 14px "Montserrat", Helvetica, Arial;
  z-index: 10000;
  width: 100%;
  height:auto;
  text-align:center;
}

#popup-cookies a {
	color:#666;
	text-decoration:underline;
}



#popup-cookies #cerrar{
  cursor: pointer;
  position: relative;
 text-align:center;
  width:80px;
  height:30px;
  font: 13px "Montserrat", Helvetica, Arial;
  
  margin:0 auto;
}


a.referencia, a.referencia:hover{
	color:#09c;
	font-size:11px;
	padding: 9px 15px;
}

ul.nobottom{
	margin-bottom:0;
}

.noleft{padding-left:0;}
.noright{padding-right:0}

.sileft{padding-left:15px;}
.siright{padding-right:15px}

span.sortby{margin-right:10px; margin-top:5px; display:inline-block;}

span.titfooter, span.direccion, span.telefono, span.email{
	margin-right:20px;
}

span.titfooter{text-transform:uppercase; font-weight:bold; font-size:15px; color: #9cce69;}


.price {
  color: #9cce69;
  background-color: #fff;
}

a.negro{color:#666;}

.error{color:#C00;}

.nopadding{padding-top:0;}


input#referencia{
	z-index:999999;
	
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  clear: both;
  float: left;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  height: 32px;
  line-height: 30px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  text-align: center !important;
   width: 100%;
    margin-bottom:10px;
}


.navbar-default .navbar-nav > li > a{
	
	color: #999;
}






ul.share-buttons{
	margin-top:20px;
	width:100%;
	position:relative;
  list-style: none;
  padding: 0;
  margin-bottom:10px;
}

ul.share-buttons li{
  display: inline;
  margin-right:10px;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.iconprop{margin-top:-10px;}
.save{margin-top:-30px;font-size:13px; }
.save i{font-size:16px;}

a.myfavorites{color:#666;}
a.myfavorites:hover, a.rojo{color:#C00;}

.main{min-height:700px;}

.nomarginleft{margin-left:0;}

.search{font-size:11px;}

