/*------------------------------------------------------------------
[TABLE OF CONTENT ]

1. FRAMEWORK

2. REFERENCES
  2.1. Color Variables
  2.2. Fonts Variables
  2.3. Breakpoint Variables
  2.4. Mixins

3. GENERAL
  3.1. Base Style
  3.2. Typography

4. MODULES
  4.1. Header / .header
  4.2. Footer / .footer
  4.3. Section / .section__header
  4.4. Slick Navigation / .slick__navigation
  4.5. Blog Column
  4.6. Blog Widget / .widget
  4.7. Contact Form / .contact-form
  4.8. Main Slider / .main-slider
  4.9. Item Grid / .item-grid
  4.10. New Listing / .new-listing
  4.11. Slick Dot Indicators / .slick-dots
  4.12. Features / .features
  4.13. Featured Listing / .featured-listing
  4.14. Listing / .listing
  4.15. Main Listing / .main-listing
  4.16. Testimonial / .testimonial
  4.17. Famous Agents / .famous-agents
  4.18. Newsletter / .newsletter
  4.19. Popular Links / .popular-links
  4.20. Partners / .partners
  4.21. News (Blog) / .news
  4.22. News (Blog) Navigation
  4.23. News (Blog) / Comment
  4.24. Breadcrumbs/ .ht-breadcrumbs
  4.25. Agents With Info / .agents-with-info
  4.26. Agents With Button / .agents-with-button
  4.27. Agency / .agency
  4.28. Single / .single
  4.29. Agents Single / .agents-single
  4.30. Agencies Single / .agencies-single
  4.31. About Us / .about-us
  4.32. Contact / .contact
  4.33. Error 404 / .error-404
  4.34. Pagination / .pagination
  4.35. Blog 
  4.36. Listing Search / .listing-search
  4.37. Listing Sort / .listing-sort
  4.38. Google Maps
  4.39. Property / .property
  4.40. Coming Soon / .coming-soon
  4.41. Package / .package
  4.42. Bookmarked Listing / .bookmarked-listing
  4.43. My Property / .my-property
  4.44. Sign-up / .sign-up
  4.45. Back to Top / .back-to-top
  4.46. My Profile / .my-profile
  4.47. Submit Property / .submit-property
-------------------------------------------------------------------*/
/* 1. FRAMEWORK
***********************/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

a:hover, a:active, a:focus { color:#daae270; background: transaparent;}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-menu {
    width: 85% !important;
  }

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* 2. REFERENCES */
/* 3. GENERAL
***********************/
/* 3.1. Base Style
***********************/
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
.h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------
Initial Setup
----------------------------------------------*/
a {
  text-decoration: none;
}
input:focus,
textarea:focus {
  outline: none;
}
img,
video {
  max-width: 100%;
  vertical-align: top;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
h1,
h2,
.h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
select {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
[type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url],
[type=week],
[type=time],
[type=submit],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  padding: 10px 15px;
  border-radius: 4px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
input:focus,
textarea:focus {
  border: 1px solid #00303e;
}
input::placeholder,
textarea::placeholder {
  color: #666666;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* 3.2. Typography
***********************/
body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3 {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  color: #333333;
  font-weight: 700;
  line-height: 1;
}
h1 {
  font-size: 32px;
}
h2, .h2 {
  font-size: 28px;
}
h3, .h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  margin-bottom: 10px;
}
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}
blockquote p {
  margin-bottom: 1.6667em;
}
blockquote > p:last-child {
  margin-bottom: 0;
}
blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
address {
  font-style: italic;
  margin: 0 0 1.6em;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}
mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin: 15px 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 1.6em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.6em;
}
table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 0.4em;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
figure {
  margin: 0;
  max-width: 100%;
}
del {
  opacity: 0.8;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}
textarea {
  max-width: 100%;
}
/* 4. MODULES
***********************/
/* 4.1. Header / .header
***********************/
.header--blue {
  background-color: rgba(0, 48, 62, 1); 
}
.header--top {
  position: fixed; /*absolute*/
  top: 0;
  z-index: 9;
  width: 100%;
}
.header__main {
  position: relative;
  padding: 10px 0;
}

.header__logo img {
    height: 140px;/*100px;*/
    margin-top: 0px;/*15px;*/
  }

@media only screen and (min-width: 992px) {
  .header__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
}
.header--coming-soon {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .header--coming-soon {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .header__logo img {
   width: 45px;
   height: auto;
  }
  .header__nav-link {
      border-bottom: none !important;
  }
}
.header__cta {
  /*display: none;*/
  padding: 5px 10px !important;
  background: #cae4db;
  color: #00303e !important;
  /*background: #1fc341;*/
  font-size: 13px;
  font-weight: 500px;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
}

.header__cta.back {
      padding: 10px 35px !important;
}

.header__cta:hover{
    color: #fff;
    background: #799c95;
    text-decoration: underline;    
}

.header__nav .header__nav-item > a.active{
    color: #daae27;
}

.header__nav .header__nav-item > a:hover,
.header__nav .header__nav-item > a:focus
{
    color: #cae4db;
}

.header__user-menu .setting a.setting__link:hover,
.header__user-menu .setting a.setting__link:focus ,
.header__user-menu .setting a.setting__link:hover .setting__icon,
.header__user-menu .setting a.setting__link:focus .setting__icon{
    color: #799c95;
}

.setting__link.favoritos {
    color: brown;
    font-size: 20px;
    padding: 0 5px;
}

.setting__link.admin {
    color: bisque;
    font-size: 20px;
    padding: 0 5px;
}

.setting__link.property {
    color: #799c95;
    font-size: 20px;
    padding: 0 5px;
}

.setting__link.admin:hover,
.setting__link.admin:focus
{
    color: #daae27;
}

.setting__link.favoritos:hover,
.setting__link.favoritos:focus
{
    color: red;
}

.setting__link.property:hover,
.setting__link.property:focus
{
    color: #cae4db;
}

@media only screen and (min-width: 992px) {
  .header__cta {
    display: inline-block;
  }
}
.header__cta--outline {
  border: 1px solid #1fc341;
  background: transparent;
  color: #1fc341;
}
@media (max-width: 991px) {
  .header__menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    width: 100%;
    padding: 0 10px 20px;
    border-top: 3px solid #799c95;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 992px) {
  .header__menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .header__menu .topbar__user {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .header__menu .topbar__user li:after {
    color: #666666;
  }
}
@media (max-width: 991px) {
  .header__menu .topbar__user a {
    color: #666666;
    text-transform: uppercase;
    transition: 0.3s color ease-out;
  }
  .header__menu .topbar__user a:hover {
    color: #cae4db;
  }
  
}
@media only screen and (min-width: 992px) {
  .header__menu--v1 .topbar__user,
  .header__menu--v4 .topbar__user {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .header__nav {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__nav {
    margin-right: 0;/*80px;*/
  }
}
@media only screen and (min-width: 992px) {
  .header__nav-item {
    display: inline-block;
  }
}
.header__nav li {
  position: relative;
}
.header__nav li ul {
  position: absolute;
  left: -9999px;
  padding-left: 10px;
}
@media only screen and (min-width: 992px) {
  .header__nav li ul {
    width: 13em;
    padding-left: 0;
    border-top: 3px solid #799c95;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  }
}
.header__nav li ul a {
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
  color: #666666;
}
.header__nav > li.hover > ul {
  left: 0;
  top: auto;
  z-index: 20;
}
@media (max-width: 991px) {
  .header__nav > li.hover > ul {
    position: static;
  }
}
.header__nav li li.hover ul {
  left: 100%;
  top: 0;
  z-index: 20;
}
@media (max-width: 991px) {
  .header__nav li li.hover ul {
    position: static;
  }
}
.header__nav a {
  display: block;
  padding: 10px 0;
  transition: 0.3s color ease-out;
}
@media only screen and (min-width: 992px) {
  .header__nav a {
    padding: 10px 10px;
  }
}
.header__nav a:hover {
  color: #799c95;
}
.header__nav a:not(:only-child) {
  position: relative;
}
@media (max-width: 991px) {
  .header__nav a:not(:only-child):after {
    position: absolute;
    right: 2px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
  }
}
@media only screen and (min-width: 992px) {
  .header__nav .header__nav-item > a {
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .header__nav a.active:not(:only-child):after {
    content: "\f106";
  }
}
.header__nav-link {
  border-bottom: 1px solid #eeeeee;
  color: #666666;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .header__nav-link {
    border-bottom: 0;
    color: #ffffff;
  }
}
.header__nav-link--v2 {
  text-transform: capitalize !important;
}
@media only screen and (min-width: 992px) {
  .header__nav-link--mine-shaft {
    color: #333333 !important;
  }
}
.header__user {
  position: absolute;
  top: 10px;
  right: 40px;
}
@media only screen and (min-width: 992px) {
  .header__user {
    position: static;
  }
}
.header__user-inner {
  position: relative;
}
.header__user-menu {
  position: absolute;
  min-width: 180px;
  right: 0;
  padding: 10px;
  border-top: 3px solid #799c95;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s all ease-out;
  transform: scale(1.05);
}
.header__user-menu.is-visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 999;
}
.header__user-name {
  display: none;
  margin-left: 5px;
  color: #ffffff;
  font-size: 11px;
}

.header__user-avatar{
    width: 33px;
}

.avatar {
    width: 33px;
    height: 33px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .header__user-name {
    display: inline-block;
  }
}
.topbar {
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.topbar--sea-shell {
  background: #f1f1f1;
}
.topbar li {
  display: inline-block;
}
.topbar__icon {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.topbar__icon--gray {
  color: #888888;
}
.topbar__link {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s color ease-out;
}
.topbar__link--white {
  color: #ffffff;
}
.topbar__link--mine-shaft {
  color: #333333;
}
.topbar__link--gray {
  color: #888888;
}
.topbar__link:hover {
  color: #cae4db;
  text-decoration: underline;
}
.topbar__contact {
  padding-right: 70px;
}
.topbar__contact li {
  padding-right: 30px;
}
.topbar__contact li:last-child {
  padding-right: 0;
}
.topbar__contact a {
  display: inline-block;
  padding-left: 5px;
}
.topbar__social {
  padding-right: 70px;
  font-size: 14px;
}
.topbar__social li {
  padding-right: 15px;
}
.topbar__social li:last-child {
  padding-right: 0;
}
.topbar__user--uppercase {
  text-transform: uppercase;
}
header .topbar__user-icon , header .log-out .topbar__link{
  padding-right: 5px;
  color: #00303E;/*rgba(255, 255, 255, 0.5);*/
  font-size: 16px;
}


.topbar__user-icon {
  padding-right: 5px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.topbar__user li {
  display: inline-block;
  padding: 10px 0;
}
.topbar__user li:after {
  /*content: "|";*/
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 5px;
}
.topbar__user li:last-child:after {
  display: none;
}
.topbar__user--mine-shaft li:after {
  color: #333333;
}
.topbar__user--gray li:after {
  color: #888888;
}
.topbar__user--gray .topbar__user-icon {
  color: #888888;
}

.topbar__user.login-btn .topbar__link, .topbar__user.login-btn span {
    color: #daae27;
}


.nav-mobile {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
@media only screen and (min-width: 992px) {
  .nav-mobile {
    display: none;
  }
}
.nav-toggle {
  position: absolute;
  /*top: 15px;*/
  top: -30px;
  right: 0;
  display: block;
  padding: 10px 25px 0 0;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  position: absolute;
  display: block;
  width: 30px;
  height: 5px;
  border-radius: 10px;
  background-color: #ffffff;
  content: "";
  cursor: pointer;
  transition: 0.2s all ease-out;
}
.nav-toggle--secondary span,
.nav-toggle--secondary span:before,
.nav-toggle--secondary span:after {
  background-color: #666666;
}
.nav-toggle span:before {
  top: -8px;
}
.nav-toggle span:after {
  bottom: -8px;
}
.nav-toggle.active span {
  background-color: transparent;
}
.nav-toggle.active span:before,
.nav-toggle.active span:after {
  top: 0;
}
.nav-toggle.active span:before {
  transform: rotate(45deg);
}
.nav-toggle.active span:after {
  transform: rotate(-45deg);
}
/* 4.2. Footer
***********************/
.footer  {
    background: #00303e;/*rgba(51, 51, 51, 1);*/
    color: #fff;
}

.footer__links {
  border-bottom: 1px solid #666666;
  padding: 60px 0;
}
.footer__title {
  margin-bottom: 15px;
  color: #fff;/*#333333;*/
  font-size: 18px;
}
.footer__copyright{
    background: #daae27;
}

@media only screen and (min-width: 992px) {
  .footer__title {
    margin-bottom: 30px;
  }
}
.footer__logo {
  margin-bottom: 15px;
}
.footer__desc {
  max-width: 600px;
  margin: 0 auto 25px;
}
.footer__links-single {
  margin-bottom: 30px;
}
.footer__links-single:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .footer__links-single {
    margin-bottom: 0;
  }
}
.footer--highlighted {
  color: #fff;/*#333333;*/
  font-weight: 500;
}
.footer--highlighted-v2 {
  color: #1fc341;
}
.footer__list li {
  margin-bottom: 10px;
  color: #cae4db;
}
.footer__list li .fa{ 
    color: #fff }
.footer__list li:last-child {
  margin-bottom: 0;
}
.footer__list a {
  color: #cae4db;
  transition: 0.3s color ease-out;
}
.footer__list .footer--highlighted {
  display: inline-block;
  min-width: 70px;
}
.footer__main {
  border-bottom: 1px solid #666666;
  padding: 45px 0;
  color: #888888;
  text-align: center;
}
.footer__main--v2 {
  border-bottom: 0;
  background-color: #282828;
}
.footer__social li{
    display: inline-block;
    border-radius: 4px;
    width: 39px;
    text-align: center;
    background-color: #fff;
    color: #00303e;
}

.footer__social li.facebook:hover,  .footer__social li.facebook:hover .footer__social li.facebook a{ background-color: #3b5998; color:#fff;}
.footer__social li.twitter:hover  { background-color: #00b2ff; color:#fff;}
.footer__social li.instagram:hover  { background-color: #8a49a1; color:#fff;}


.footer__social a {
  color: #999999;
  font-size: 22px;
  transition: 0.3s color ease-out;
  padding: 5px 11px;
}
.footer__social a:hover, .footer__list a:hover {
  color: #daae27;
}
.footer__social--coming-soon a {
  color: rgba(153, 153, 153, 0.65);
}
.footer__copyright--v2 {
  background-color: #222222;
}
.footer__copyright-inner {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  .footer__copyright-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__copyright-desc {
  color: #00303e;
}
@media only screen and (min-width: 992px) {
  .footer__copyright-desc {
    margin-bottom: 0;
  }
}
.footer__copyright-list li {
  display: inline-block;
}
.footer__copyright-list li:after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
  color: #00303e;
}
.footer__copyright-list li:last-child:after {
  display: none;
}
.footer__copyright-list a {
  color: #00303e;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.3s color ease-out;
}
.footer__copyright-list a:hover {
  color: #799c95;
}
.footer--coming-soon {
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .footer--coming-soon {
    padding-bottom: 30px;
  }
}
/* 4.3. Section / .section__header
***********************/
.section__header {
  background-image: url('../images/uploads/section_header.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section__header-overlay {
  padding: 47px 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.section__header .section__title {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 30px;
}
.section__header .ht-breadcrumbs__item:after,
.section__header .ht-breadcrumbs__link,
.section__header .ht-breadcrumbs__page {
  color: #ffffff;
}
.section__title {
  margin-bottom: 30px;
  color: #333333;
  font-size: 26px;
}
.section__title--large {
  font-size: 36px;
}
.section__title--b-margin {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .section__title--b-margin {
    margin-bottom: 0;
  }
}
.section__title--t-margin-at-xs {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section__title--t-margin-at-xs {
    margin-top: 0;
  }
}
.section__title--centered {
  text-align: center;
  padding: 15px 0 30px;
  color: #00303e;
}
.section__title--b-margin-40 {
  margin-bottom: 40px;
}

.section__title--centered.white {
    color:#fff;
    padding: 15px 0 30px;
}
/* 4.4. Slick Navigation / .slick__navigation
***********************/
.slick__navigation li {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-left: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s all ease-out;
}
.slick__navigation li:hover {
  border-color: #888888;
}
.slick__navigation i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #888888;
  font-size: 18px;
}
/* 4.5. Blog Column
***********************/
.col-md-main {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .col-md-main:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #eeeeee;
    right: -45px;
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .col-md-sidebar {
    padding-left: 105px;
  }
}
/* 4.6. Blog Widget
***********************/
.widget {
  margin-bottom: 60px;
}
.widget--wild-sand {
  background-color: #f6f6f6;
}
.widget--white {
  background-color: #ffffff;
}
.widget--padding-20 {
  padding: 20px;
}
.widget__title {
  margin-bottom: 30px;
  font-size: 18px;
}
.widget__title--uppercase {
  text-transform: uppercase;
}
.widget__news-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.widget__news-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.widget__news a {
  color: #666666;
  transition: 0.3s color ease-out;
}
.widget__news a:hover {
  color: #1fc341;
}
.widget__news span {
  display: block;
}
.search-form {
  position: relative;
}
.search-form__field {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
}
.search-form__submit {
  position: absolute;
  right: 10px;
  top: 50%;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #333333;
  font-size: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}
.widget_list li {
  margin-bottom: 15px;
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 15px;
}
.widget_list li:before {
  content: "\f0c8";
  display: inline-block;
  padding-right: 15px;
  color: #333333;
  font-family: "FontAwesome";
  font-size: 6px;
  line-height: 14px;
}
.widget_list li:last-child {
  margin-bottom: 0;
}
.widget_list a {
  color: #333333;
  transition: 0.3s color ease-out;
}
.widget_list a:hover {
  color: #1fc341;
}
.widget_list span {
  display: inline-block;
  padding-left: 10px;
  color: #999999;
}
.widget_thumbnail__item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.widget_thumbnail__img {
  flex-shrink: 0;
  height: auto;
}
.widget_thumbnail__content {
  padding-left: 20px;
}
.widget_thumbnail__title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.widget_thumbnail__link {
  color: #333333;
  transition: 0.3s color ease-out;
}
.widget_thumbnail__link:hover {
  color: #1fc341;
}
.widget_thumbnail__date {
  color: #adadad;
  font-size: 12px;
}
.tag-cloud__item {
  position: relative;
  display: inline-block;
  height: 24px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #f7f7f7;
  padding: 2px 25px;
  color: #999999;
  font-size: 13px;
  transition: 0.3s color ease-out;
}
.tag-cloud__item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -6px;
  border-right: 6px solid #f7f7f7;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.tag-cloud__item:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: -1px -1px 2px #eeeeee;
}
.tag-cloud__item:hover {
  color: #333333;
}
.widget_gallery ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.widget_gallery li {
  width: 32%;
  margin-bottom: 5px;
}
/* 4.7. Contact Form / .contact-form
***********************/
.contact-form {
  padding: 20px;
}
.contact-form--no-padding {
  padding: 0;
}
.contact-form--bordered {
  border: 1px solid #eeeeee;
}
.contact-form--wild-sand {
  background-color: #f6f6f6;
}
.contact-form--white {
  background-color: #ffffff;
}
.contact-form__header {
  margin-bottom: 20px;
}
.contact-form__title {
  font-size: 18px;
}
.contact-form__body {
  padding-bottom: 10px;
}
.contact-form__field {
  margin-bottom: 10px;
  color: #333333;
  border: 1px solid #eeeeee;
}
.contact-form__field--contact {
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0;
}
.contact-form__comment {
  resize: none;
}
.contact-form__submit {
  background-color: #daae27;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-clip: padding-box;
display: block;
width: 100%;
border: 1px solid transparent;
padding: 10px 15px;
border-radius: 4px;
font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.contact-form__submit--contact {
  max-width: 275px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 0;
}
/* 4.8. Main Slider / .main-slider
***********************/
.main-slider {
  position: relative;
}
/* 4.9. Item Grid / .item-grid
***********************/
.item-grid {
  position: relative;
  padding: 40px 0 100px;
  background-color: #f6f6f6;
}
@media only screen and (min-width: 768px) {
  .item-grid {
    padding: 105px 0 100px; /*170px 0 100px;*/
  }
}
.item-grid__container {
  margin-bottom: 30px;
}
.item-grid--centered {
  text-align: center;
}
.item-grid__image-container {
  position: relative;
  overflow: hidden;
}
.item-grid__image-container img {
  transition: 0.3s transform ease-out;
}
@media only screen and (min-width: 992px) {
  .item-grid__image-list {
    width: 41.6%;
  }
}
@media only screen and (min-width: 992px) {
  .item-grid__content-list {
    width: 58.4%;
  }
}
.item-grid__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s background ease-out;
}
.item-grid__image-container:hover .item-grid__image-overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.item-grid__image-container:hover img {
  transform: scale(1.1);
}
@media only screen and (min-width: 992px) {
  .item-grid__image-container--v2 {
    position: relative;
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .item-grid__image-container--open-houses {
    position: relative;
    flex: 1 0 35%;
  }
}
@media only screen and (min-width: 992px) {
  .item-grid__content-container--v2 {
    width: 60%;
  }
}
@media only screen and (min-width: 992px) {
  .item-grid__content-container--open-houses {
    width: 60%;
  }
}
.item-grid__load-more {
  display: inline-block;
  margin-top: 30px;
  padding: 11px 54px;
  background-color: #1fc341;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
}
.item__label {
  position: absolute;
  top: 70px;
  right: 20px;
  /*left: 20px;*/
  padding: 0 12px;
  display: inline-block;
  background-color: #c300ff;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  border-radius: 3px;
}

.item__label.premium {
    top: 36px;
    left: -241px;
    padding: 0 60px;
    background-color: #ff9d00;
    color: #ffffff;
    font-size: 25px;
-webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg); 
}

#resultado .item__label {
  top: 20px;
  left: 20px;
  right: 60%;
 }
 
 #resultado .item__label.premium {
     top: 42px;
    left: -60px;
 }

/* 4.10. New Listing
***********************/
/*.new-listing {
  padding: 100px 0;
}*/
.new-listing--b-border {
  padding-top: 100px;
}
.new-listing__inner {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 99px;
}
.new-listing__header {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .new-listing__header {
    display: flex;
    justify-content: space-between;
  }
}
.new-listing__all {
  color: #1fc341;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .new-listing__container {
    display: flex;
    justify-content: space-between;
  }
}
.new-listing--col-md-6 {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .new-listing--col-md-6 {
    width: 48.7%;
  }
}
@media only screen and (min-width: 992px) {
  .new-listing__parent {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.new-listing__single,
.new-listing__block {
  position: relative;
  overflow: hidden;
}
.new-listing__single img,
.new-listing__block img {
  transition: 0.3s transform ease-out;
}
.new-listing__single:hover img,
.new-listing__block:hover img {
  transform: scale(1.1);
}
.new-listing__single {
  height: 420px;
}
.new-listing__block {
  height: 200px;
}
@media only screen and (min-width: 992px) {
  .new-listing__block {
    height: auto;
  }
}
.new-listing__block,
.new-listing__single {
  overflow: hidden;
}
.new-listing__block:hover .new-listing__bg,
.new-listing__single:hover .new-listing__bg {
  transform: scale(1.2);
}

.new-listing__single.similar-home {
    height: 230px;
}


.new-listing__bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.3s all ease-out;
}
.new-listing__bg--new-york-1 {
  background-image: url('../images/uploads/new_york_1.jpg');
}
.new-listing__bg--ohio-1 {
  background-image: url('../images/uploads/ohio_1.jpg');
}
.new-listing__bg--san-diego-1 {
  background-image: url('../images/uploads/san_diego_1.jpg');
}
.new-listing__bg--new-jersey-1 {
  background-image: url('../images/uploads/new_jersey_1.jpg');
}
.new-listing__bg--new-york-2 {
  background-image: url('../images/uploads/new_york_2.jpg');
}
.new-listing__bg--san-diego-2 {
  background-image: url('../images/uploads/san_diego_2.jpg');
}
.new-listing__bg--new-jersey-2 {
  background-image: url('../images/uploads/new_jersey_2.jpg');
}
.new-listing--large:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 73.68421053%;
}
.new-listing--wide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 35.0877193%;
}
.new-listing--small:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 70.37037037%;
}
.new-listing__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff; /*rgba(0, 0, 0, 0.4);*/
  color: #ffffff;
}
.new-listing__title {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}
.new-listing__desc {
  margin-bottom: 0;
}
/* 4.11. Slick Dots Indicators / .slick-dots
***********************/
.slick-dots {
  margin-top: 25px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
.slick-dots__icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(51, 51, 51, 0.3);
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots__icon:hover {
  background-color: #cae4db;
}
.slick-active .slick-dots__icon {
  background-color: #cae4db;
}
/* 4.12. Features / .features
***********************/
.features {
  background-image: url('../images/uploads/features_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
}

.features.quienes-somos {
    background-image: none;
      background-color: rgba(11, 33, 76, 0.9);
}

.features.home-vender,.features.home-vender .features__overlay {
    background-image: none;
    background-color: white;
}

.features__overlay.perfil {
    background-color: #daae27;
}

.features.home-vender .feature__title {
    color: #799c95;
}
.features.home-vender .feature__desc {
    color: #333;
}


.title-page .features__overlay {
    padding: 190px 0 75px;
}

.features__overlay {
  padding: 95px 0;
  background-color: rgba(0, 48, 62, 0.95);/*rgba(11, 33, 76, 0.9);*/
}
.feature {
  margin-bottom: 32px;
  text-align: center;
}
/*@media only screen and (min-width: 768px) {
  .feature {
    margin-bottom: 0;
  }
}*/
.feature__icon {
  display: inline-block;
  margin-bottom: 22px;
}
.feature__title {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 18px;
}
.feature__desc {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}
/* 4.13. Featured Listing / .featured-listing
***********************/
.featured-listing {
  padding: 90px 0;
  background-color: #f3f3f3;
}
.featured-listing--white {
  background-color: #ffffff;
}
.featured-listing__container {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .featured-listing__container {
    margin-bottom: 0;
  }
}
.featured-listing__wrapper {
  position: relative;
}
.featured-listing__nav {
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .featured-listing__nav .slick-current .featured-listing__single {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 1200px) {
  .featured-listing__nav {
    padding: 10px 53% 10px 0;
    width: 100%;
  }
  .featured-listing__nav .slick-current .featured-listing__single:before,
  .featured-listing__nav .slick-current .featured-listing__single:after {
    display: block;
  }
}
.featured-listing__item.slick-slide {
  border: 0;
}
.featured-listing__single {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 5px;
}

.slick-active.slick-current .featured-listing__single::after{
    border-left: 15px solid #5a3048;
}
.slick-active.slick-current .featured-listing__single {
    background-color: #5a3048;
}
.slick-active.slick-current .featured-listing__single h3 {
    color:#fff;
}

.featured-listing__item {
    width: auto !important;
}
.slick-list {
    height: 100% !important;
}
.featured-listing__nav{
    height: auto !important;
}
@media only screen and (min-width: 768px) {
  .featured-listing__single {
    padding: 15px;
    margin: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-listing__single {
    margin: 5px 28px 5px 5px;
  }
  .featured-listing__single:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }
  .featured-listing__single:hover:before {
    display: inline-block;
  }
  .featured-listing__single:hover:after {
    display: inline-block;
  }
}
.featured-listing__single:before {
  display: none;
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 20px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.featured-listing__single:after {
  display: none;
  position: absolute;
  z-index: 1;
  height: 0;
  width: 0;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-left: 15px solid #ffffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.featured-listing__img {
  width: 30%;
}
.featured-listing__content {
    width: 100%;
    padding-left: 15px;
  /*width: 70%;
  padding-left: 20px;*/
}
@media only screen and (min-width: 1200px) {
  .featured-listing__videos {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 63%;
  }
}
.featured-listing__video {
  position: relative;
}
.featured-listing__video img {
  transition: 0.3s transform ease-out;
  height: 460px;

width: auto;

margin: auto;
}
.featured-listing__video:hover img {
  transform: scale(1.1);
}
.featured-listing__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
/* 4.14. Listing / .listing
***********************/
.listing {
  position: relative;
  background-color: #00303e;
  transition: 0.3s all ease-out;
}
.listing:hover {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 992px) {
  .listing--v2 {
    display: flex;
    align-items: center;
  }
}
.listing img {
  width: 100%;
}
.listing__logo {
  max-width: 100%;
  width: auto !important;
}
.listing__favorite {
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.93);
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.listing__favorite i {
  color: #bbbbbb;
  font-size: 16px;
  line-height: 40px;
}
.listing__favorite i:hover{
    color:red;
}
.listing__content {
  padding: 10px 20px 20px;
}
.listing__content--absolute {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.listing__content--v2 {
  padding: 15px 30px;
}
.listing__content--open-houses {
  padding: 8px 25px;
}
.listing__content--bg {
  background: -webkit-linear-gradient(90deg, #050606 0%, rgba(5, 6, 6, 0.99) 1%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(90deg, #050606 0%, rgba(5, 6, 6, 0.99) 1%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(90deg, #050606 0%, rgba(5, 6, 6, 0.99) 1%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(90deg, #050606 0%, rgba(5, 6, 6, 0.99) 1%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #050606 0%, rgba(5, 6, 6, 0.99) 1%, rgba(0, 0, 0, 0) 100%);
}
.listing__content--less-b-padding {
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .listing__content--less-b-padding {
    padding-bottom: 20px;
  }
}
.listing__type {
  display: inline-block;
  color: #1fc341;
  font-size: 11px;
  text-transform: uppercase;
}
.listing__header {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .listing__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.listing__header--no-b-margin {
  margin-bottom: 0;
}
.listing__location {
  margin-bottom: 8px;
  color: #799c95;
  font-size: 16px;
}

.prop-user .listing__location {
     font-size: 12px; 
}

#resultado .listing__location, .new-listing__single .listing__location {
    font-size: 12px;
}

.listing__location strong{
    font-weight: 900;
}

.listing__location--no-b-margin {
  margin-bottom: 0;
}
.listing__price {
  margin-bottom: 20px;
  color: #daae27;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.listing__price a {
  color: #daae27;
}
.listing__price--small {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.listing__price--no-b-margin {
  margin-bottom: 0;
}
.listing__price--open-houses {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .listing__details {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.listing__details--v2 {
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}
.listing__desc {
  margin-bottom: 0;
  color: #888888;
}
.listing__title {
  margin-bottom: 8px;
}
.listing__title a {
  color: #cae4db;
  font-size: 16px;
  transition: 0.3s color ease-out;
  text-transform: uppercase;
}


#propiedades .listing-sort__inner, #favoritos .listing-sort__inner, #preferencias .listing-sort__inner, #usuarios .listing-sort__inner{
    float:right;
}

#propiedades .listing__title a, #favoritos .listing__title a, #preferencias .listing__title a, #usuarios .listing__title a {
  color: #00303e;
}

.listing__title a:hover, #propiedades .listing__title a:hover, #favoritos .listing__title a:hover, #preferencias .listing__title a:hover, #usuarios .listing__title a:hover  {
  color: #daae27;
}
.listing__title--white a {
  color: #ffffff;
}
.listing__stats {
  margin-bottom: 10px;
  color: #cae4db;
  font-size: 10px;
  text-transform: uppercase;
}
.listing__stats .fa, .listing__stats .fas {
    font-size: 13px;
}
.listing__stats .listing__figure .fa {
    font-size: 19px;
}


@media only screen and (min-width: 768px) {
  .listing__stats {
    margin-bottom: 0;
  }
}
.listing__stats--absolute {
  position: absolute;
  top: 20px;
  left: 20px;
}
.listing__stats--secondary {
  margin-bottom: 0;
  padding: 7px 20px;
  color: #ffffff;
  background: #1fc341;
  border-radius: 4px;
}
.listing__stats li {
  display: inline-block;
  margin-right: 15px;
}
.listing__stats li:last-child {
  margin-right: 0;
}
.listing__figure {
  display: block;
  font-size: 20px;
}
.listing__btn {
  flex-shrink: 0;
  display: inline-block;
  border: 1px solid #daae27;
  padding: 8px 35px;
  color: #daae27;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 40px;
  transition: 0.3s all ease-out;
}
.listing__btn:hover {
  color: #00303e;
  background: #daae27;
}
.listing__btn-icon {
  padding-left: 3px;
}

.price-manage-list {
    text-align: center;
    color: #cae4db;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    background: #00303e;
}

/* 4.15. Main Listing / .main-listing
***********************/
.main-listing__main {
  padding: 40px 0 60px;
  background-color: #f6f6f6;
}
.main-listing__widget {
  margin-bottom: 30px;
  padding: 30px 20px;
  background-color: #ffffff;
}
.main-listing__wrapper {
  margin-bottom: 15px;
}
.main-listing__form-title {
  display: inline-block;
  margin-bottom: 5px;
  color: #333333;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.main-listing__form-select {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.main-listing__form-label {
  display: inline-block;
  color: #333333;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}
.main-listing__form-label:hover {
  color: #1fc341;
}
.main-listing__form-label:before {
  content: "\f10c";
  display: inline-block;
  margin-right: 10px;
  font-family: "FontAwesome";
  font-weight: 14px;
}
.main-listing__form-radio {
  display: none;
}
.main-listing__form-radio:checked ~ .main-listing__form-label {
  color: #1fc341;
}
.main-listing__form-radio:checked ~ .main-listing__form-label:before {
  content: "\f192";
}
.main-listing__form-radio:disabled ~ .main-listing__form-label:before {
  content: "\f111";
  color: #888888;
}
.main-listing__form-desc {
  margin-left: auto;
  font-size: 12px;
  color: #888888;
}
.main-listing__form-container {
  display: flex;
  justify-content: space-between;
}
.main-listing__form-container .main-listing__form-field {
  width: 48%;
  margin-bottom: 0;
}
.main-listing__form-field {
  height: 41px;
  border-color: #eeeeee;
  color: #666666;
  font-size: 13px;
}
.main-listing__form-field::placeholder {
  font-size: 13px;
  color: #666666;
}
.main-listing__form-field .dk-selected {
  border-color: #eeeeee;
  color: #666666;
}
.main-listing__form-field .dk-selected:hover,
.main-listing__form-field .dk-selected:focus {
  border-color: #00303e;
}
.main-listing__form-field .dk-select-options {
  color: #666666;
}
.main-listing__form-more-filter {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #799c95;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.main-listing__form-more-filter:hover {
    color: #00303e;
}

.main-listing__form-expand {
  display: none;
  padding-bottom: 5px;
}
.main-listing__form-reset {
  display: block;
width: 100%;
border: 1px solid transparent;
padding: 6px 15px;
background-color: transparent;
color: #799c95;
border-radius: 4px;
font-family: 'Roboto', Helvetica, Arial, sans-serif;
font-size: 14px !important;
font-weight: 500;
text-transform: uppercase;
text-align: center;
cursor: pointer;
margin-top: 15px;
}
.main-listing__form-reset:hover {
    color:#00303e;
}

@media only screen and (min-width: 992px) {
  .main-listing__container {
    display: flex;
  }
}
.main-listing--col-md-6 {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .main-listing--col-md-6 {
    width: 50%;
  }
}
.main-listing--col-md-6 .map-container--sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}
.main-listing__inner {
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .main-listing__inner {
    padding: 40px;
  }
}
.main-listing--wild-sand {
  background: #f6f6f6;
}
.main-listing__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 13px;
}
.main-listing__result {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 2px;
  color: mine-shaft;
}
.main-listing__list {
  margin-right: 30px;
}
.main-listing__tag {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 5px;
  padding: 6px 18px;
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #666666;
}
.main-listing__tag:last-child {
  margin-right: 0;
}
.main-listing__tag-label {
  display: inline-block;
  color: #adadad;
  margin-right: 3px;
}
.main-listing__tag-close {
  display: inline-block;
  margin-left: 20px;
  color: #666666;
  font-size: 16px;
}
.main-listing__tag-close:hover {
  color: #1fc341;
}

.main-listing__tag.search:hover{
    background: #00303e;
}
#clear-search.main-listing__clear{
    color:#799c95;
}


.main-listing__clear {
  font-size: 14px;
  color: #1fc341;
}
@media only screen and (min-width: 768px) {
  .main-listing__item-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .main-listing__item-grid .item-grid__container {
    width: 48%;
  }
}
.main-listing__item-grid--t-margin {
  margin-top: 40px;
}
.open-houses__btn {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 8px;
  background-color: #22355b;
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .open-houses__btn {
    padding: 6px 20px;
  }
}
.open-houses__desc {
  display: block;
  color: #999999;
  font-size: 12px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .open-houses__desc {
    text-align: right;
  }
}
.open-houses__agency {
  color: #333333;
  text-transform: uppercase;
}
.main-listing__grid {
  padding: 50px 0 100px;
  background-color: #f6f6f6;
}
/* 4.16. Testimonial / .testimonial
***********************/
.testimonial__container {
  padding: 100px 0;
}
.testimonial__container--bordered {
  position: relative;
  border: 1px solid #eeeeee;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .testimonial__container--bordered {
    padding: 50px;
  }
}
.testimonial--b-border {
  border-bottom: 1px solid #eeeeee;
}
.testimonial__icon-wrapper {
  position: absolute;
  z-index: 2;
  top: -30px;
  width: 58px;
  height: 58px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
}
.testimonial__icon-wrapper img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial__navigation {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .testimonial__navigation {
    right: 50px;
    bottom: 50px;
  }
}
.testimonial__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.testimonial__desc {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #f3f3f3;
  color: #666666;
}
.testimonial__desc:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  width: 0;
  height: 0;
  border-top: 15px solid #f3f3f3;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.testimonial--centered {
  text-align: center;
}
.testimonial__icon {
  display: inline-block;
  margin-bottom: 25px;
}
.testimonial__icon-2 {
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .testimonial__wrapper {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .testimonial__detail {
    padding-left: 40px;
  }
}
.testimonial__slider img {
  display: inline-block !important;
}
.testimonial__slider--top {
  max-width: 810px;
  margin: 0 auto 25px;
  color: #666666;
  font-size: 16px;
}
.testimonial__desc--v3 {
  margin-bottom: 20px;
  color: #666666;
  font-size: 16px;
}
.testimonial__list {
  max-width: 200px;
  margin: 0 auto 20px;
}
.testimonial__list .slick-slide {
  cursor: pointer;
  opacity: .5;
}
.testimonial__list .slick-slide img {
  transform: scale(0.9);
}
.testimonial__list .slick-current {
  opacity: 1;
}
.testimonial__list .slick-current img {
  transform: scale(1);
}
.testimonial__video {
  position: relative;
  margin-bottom: 20px;
  line-height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .testimonial__video {
    margin-bottom: 0;
  }
}
.testimonial__video-img {
  transition: 0.3s transform ease-out;
}
.testimonial__video:hover .testimonial__video-img {
  transform: scale(1.1);
}
.play-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 55px;
  transition: 0.3s color ease-out;
  transform: translate(-50%, -50%);
}
.play-icon:hover {
  color: #1fc341;
}
.testimonial__customer {
  display: flex;
}
.testimonial__customer-profile {
  padding-left: 20px;
}
.testimonial__customer-name {
  margin-bottom: 5px;
  color: #333333;
  font-size: 17px;
}
.testimonial__customer-company {
  color: #999999;
  margin-bottom: 5px;
}
.testimonial__customer-avatar {
  flex: 1 0 auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .testimonial__customer-avatar {
    margin-bottom: 0;
  }
}
.testimonial__customer-avatar img {
  margin: 0 auto;
}
/* 4.17. Famous Agents / .famous-agents
***********************/
.famous-agents {
  padding: 80px 0;
  background-color: #f3f3f3;
}
.famous-agents__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.famous-agents__navigation {
  margin-bottom: 30px;
}
.famous-agents__single {
  background-color: #ffffff;
}
.famous-agents__header {
  position: relative;
  text-align: center;
}
.famous-agents__social {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 0;
  background: rgba(11, 33, 76, 0.9);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-out;
  transform: translate3d(0, 40px, 0);
}
.famous-agents__social li {
  display: inline-block;
  padding: 0 10px;
}
.famous-agents__social a {
  color: #ffffff;
  font-size: 16px;
  transition: 0.3s color ease-out;
}
.famous-agents__social a:hover {
  color: #1fc341;
}
.famous-agents__content {
  padding: 15px 20px 20px;
}
.famous-agents__name {
  margin-bottom: 5px;
  font-size: 18px;
}
.famous-agents__name a {
  color: #333333;
  transition: 0.3s color ease-out;
}
.famous-agents__name a:hover {
  color: #1fc341;
}
.famous-agents__position {
  display: inline-block;
  margin-bottom: 15px;
  color: #999999;
  font-size: 11px;
  text-transform: uppercase;
}
.famous-agents__contact a , .famous-agents__contact span {
  font-size: 13px;
  display: inline-block;
  padding-left: 5px;
  color: #666666;
  transition: 0.3s color ease-out;
}
.famous-agents__contact a:hover {
  color: #1fc341;
}
.famous-agents__contact i {
  color: #666666;
  font-size: 12px;
}
.famous-agents__single:hover .famous-agents__content {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.12);
}
.famous-agents__single:hover .famous-agents__social {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.famous-agents__wrapper .slick-list {
  margin: 0 -15px;
}
.famous-agents__wrapper .slick-slide {
  margin: 0 15px;
}
.famous-agents__wrapper .slick-slide img {
  margin: 0 auto;
}

.slick-slide img {
    margin: auto;
}
/* 4.18. Newsletter
***********************/
.newsletter {
  padding: 40px 0;
  background-color: #00303e;
}
.newsletter.light{
    background-color: #cae4db;
}

.newsletter__content {
  display: flex;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .newsletter__content {
    margin-bottom: 0;
  }
}
.newsletter__icon {
  flex-shrink: 0;
  height: 100%;
}
.newsletter__text-content {
  margin-left: 20px;
}
.newsletter__title {
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 22px;
}

.light .newsletter__title, .light .newsletter__desc{
    color: #00303e;
}

.light .fa {
    font-size: 60px;
    color: #00303e;
    margin-top: -10px;
}


.newsletter__desc {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}
.newsletter__form {
  display: flex;
}
.newsletter__field {
  width: 60%;
}

.newsletter__submit:hover {
    background-color: #00303e;
    
}
@media only screen and (min-width: 768px) {
  .newsletter__field {
    width: 70%;
  }
}
.newsletter__field {
    vertical-align: middle !important;
    height: 39px !important;
  }
.newsletter__submit {
  position: relative;
  z-index: 2;
  right: 1px;
  width: 40%;
  background-color: #daae27;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .newsletter__submit {
    width: 30%;
  }
}
/* 4.19. Popular Links / .popular-links
***********************/
.popular-links {
  padding: 90px 0 70px;
}
.popular-links__header {
  margin-bottom: 25px;
  color: #333333;
  font-size: 18px;
}
.popular-links__single {
  padding-bottom: 20px;
}
#js-expand {
  color: #1fc341;
}
.popular-links__list li {
  margin-bottom: 5px;
}
.popular-links__list a {
  color: #666666;
  transition: 0.3s color ease-out;
}
.popular-links__list a:hover {
  color: #1fc341;
}
/* 4.20. Partners / .partners
***********************/
.partners {
  padding: 20px 0;
  background-color: #eeeeee;
}
.partners__list {
  display: flex;
  flex-wrap: wrap;
}
.partners__list li {
  padding: 0 15px;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .partners__list li {
    width: 33.33%;
  }
}
@media only screen and (min-width: 992px) {
  .partners__list li {
    width: 20%;
  }
}
/* 4.21. News (Blog) / .news
***********************/
.news {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) {
  .news {
    padding-bottom: 100px;
  }
}
.news__single {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .news__single {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .news__single {
    margin-bottom: 0;
  }
}
.news__single--v2 {
  transition: 0.3s box-shadow ease-out;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .news__single--v2 {
    margin-bottom: 0;
  }
}
.news__single--v2:hover {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.12);
}
.news__single--b-margin {
  margin-bottom: 30px;
}
.news__time {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .news__time {
    flex: 1 0 auto;
    align-self: baseline;
    margin-bottom: 0;
    border-right: 1px solid #dddddd;
    padding-right: 35px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .news__main {
    padding-left: 35px;
  }
}
.news__content {
  border: 1px solid #f3f3f3;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .news__content {
    padding: 10px 25px 25px;
  }
}
.news__thumbnail {
  position: relative;
  overflow: hidden;
}
.news__thumbnail img {
  transition: 0.3s transform ease-out;
}
.news__thumbnail:hover img {
  transform: scale(1.1);
}
.news__thumbnail:hover .news__thumbnail-overlay {
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
}
.news__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}
.news__date,
.news__my {
  display: block;
  color: #333333;
}
.news__date {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
.news__my {
  font-size: 16px;
  font-weight: 500;
}
.news__meta {
  display: inline-block;
  margin-bottom: 20px;
  color: #888888;
  font-size: 12px;
}
.news__meta-time {
  margin-bottom: 8px;
}
.news__meta-time img {
  padding-right: 4px;
  padding-bottom: 3px;
}
.news__meta-comments {
  margin-bottom: 0;
}
.news__excerpt {
  margin-bottom: 25px;
  color: #666666;
}
.news__readmore {
  display: inline-block;
  border: 1px solid #1fc341;
  padding: 7px 23px;
  color: #1fc341;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px;
  transition: 0.3s all ease-out;
}
.news__readmore:hover {
  background-color: #1fc341;
  color: #ffffff;
}
.news__thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s background ease-out;
}
.news__title {
  margin-bottom: 8px;
  font-size: 18px;
}
.news__title a {
  color: #333333;
  transition: 0.3s color ease-out;
}
.news__title a:hover {
  color: #1fc341;
}
.news__thumbnail--single {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .news__wrapper {
    display: flex;
  }
}
.news__share {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .news__share {
    margin-right: 60px;
    margin-bottom: 0;
  }
}
.news__share-text {
  display: inline-block;
  color: #767676;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .news__share-text {
    display: block;
    margin-right: 0;
  }
}
.news__share-list {
  display: inline-block;
  background-color: #f6f6f6;
  padding: 10px 23px;
}
@media only screen and (min-width: 992px) {
  .news__share-list {
    padding: 27px 23px;
  }
}
.news__share-item {
  display: inline-block;
  margin-right: 10px;
}
.news__share-item:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .news__share-item {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .news__share-item:last-child {
    margin-bottom: 0;
  }
}
.news__share-link {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  color: #666666;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
  line-height: 34px;
  transition: 0.3s color ease-out;
}
.news__share-link:hover {
  color: #1fc341;
}
.news__cat {
  display: inline-block;
  margin-bottom: 15px;
  padding: 2px 11px;
  background-color: #ff9d00;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .news__cat {
    margin-bottom: 27px;
  }
}
.news__title--single {
  margin-bottom: 10px;
  font-size: 36px;
}
.news__desc {
  display: block;
  margin-bottom: 14px;
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.news__header {
  padding-bottom: 30px;
}
.news__header .news__meta {
  margin-right: 20px;
}
.news__entry {
  padding-bottom: 30px;
}
.news__entry p {
  margin-bottom: 20px;
  color: #666666;
}
.news__author {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 39px 0;
}
@media only screen and (min-width: 768px) {
  .news__author {
    display: flex;
    align-items: center;
  }
}
.news__author-image {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .news__author-image {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.news__author-name {
  margin-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
}
.news__author-desc {
  color: #666666;
}
.news__author-more {
  color: #333333;
  text-decoration: underline;
}
.news__tags {
  padding-top: 20px;
  color: #666666;
}
.news__tags-icon {
  padding-right: 5px;
  color: #333333;
  font-size: 18px;
}
.news__tag {
  color: #666666;
  transition: 0.3s color ease-out;
}
.news__tag:hover {
  color: #1fc341;
}
/* 4.22. News (Blog) Navigation
***********************/
.news__navigation {
  padding: 50px 0 30px;
}
@media only screen and (min-width: 992px) {
  .news__navigation {
    padding: 100px 0 80px;
  }
}
.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-previous {
  float: left;
}
@media only screen and (min-width: 768px) {
  .nav-previous {
    padding-right: 15px;
  }
}
.nav-previous .nav-content {
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .nav-previous .nav-content {
    padding-left: 25px;
  }
}
.nav-next {
  float: right;
}
@media only screen and (min-width: 768px) {
  .nav-next {
    padding-left: 15px;
  }
}
.nav-next .nav-content {
  padding-right: 10px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .nav-next .nav-content {
    padding-right: 25px;
  }
}
.nav-previous,
.nav-next {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .nav-previous,
  .nav-next {
    width: 50%;
    align-items: flex-start;
  }
}
.nav-title {
  margin-bottom: 5px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .nav-title {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 992px) {
  .nav-title {
    margin-bottom: 10px;
  }
}
.nav-subtitle {
  color: #999999;
}
.nav-subtitle-icon {
  font-size: 16px;
}
/* 4.23. News (Blog) Comment
***********************/
.comments-area {
  padding-bottom: 50px;
}
.comments-title {
  margin-bottom: 40px;
  font-size: 22px;
  text-transform: uppercase;
}
.comment {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .comment-wrapper {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .comment-main {
    flex: 1;
    margin-left: 30px;
  }
}
.comment-avatar {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .comment-avatar {
    margin-bottom: 0;
  }
}
.comment-avatar img {
  border: 5px solid #f6f6f6;
  border-radius: 50%;
}
.comment-meta {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .comment-meta {
    display: flex;
    align-items: center;
  }
}
.comment-content {
  padding: 30px;
  background-color: #f6f6f6;
}
.comment-author {
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .comment-author {
    margin-right: 80px;
    margin-bottom: 0;
  }
}
.comment-author a {
  color: #333333;
}
.comment-date {
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
}
.comment-reply a {
  display: inline-block;
  margin-left: 15px;
  border: 1px solid #333333;
  padding: 1px 11px;
  color: #333333;
  font-weight: 500;
}
.comment-respond-title {
  margin-bottom: 20px;
  font-size: 22px;
  text-transform: uppercase;
}
.comment-form-field {
  margin-bottom: 30px;
  border-bottom: 1px dotted #dddddd;
  border-radius: 0;
}
.comment-form-submit {
  display: inline-block;
  border: 0;
  padding: 15px 40px;
  background-color: #1fc341;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
}
/* 4.24. Breadcrumbs / ht.breadcrumbs
***********************/
.ht-breadcrumbs--centered {
  text-align: center;
}
.ht-breadcrumbs--y-padding {
  padding: 20px 0;
}
.ht-breadcrumbs--b-border {
  border-bottom: 1px solid #dddddd;
}
.ht-breadcrumbs--b-margin {
  margin-bottom: 20px;
}
.ht-breadcrumbs__item {
  display: inline-block;
  padding-right: 5px;
  font-size: 12px;
}
.ht-breadcrumbs__item:after {
  content: '\f105';
  display: inline-block;
  padding-left: 7px;
  font-family: 'FontAwesome';
}
.ht-breadcrumbs__item:last-child:after {
  display: none;
}
.ht-breadcrumbs__link {
  color: #888888;
  transition: 0.3s color ease-out;
}
.ht-breadcrumbs__link:hover {
  color: #1fc341;
}
.ht-breadcrumbs__page {
  color: #333333;
}
/* 4.25. Agents With Info / .agents-with-info
***********************/
.agents-with-info {
  background-color: #f3f3f3;
  padding-bottom: 60px;
}
.agents-with-info .famous-agents__single {
  margin-bottom: 20px;
}
/* 4.26. Agents With Button / .agents-with-button
***********************/
.agent-with-button {
  padding: 100px 0 80px;
}
.agent-with-button__single {
  border: 1px solid #f6f6f6;
  margin-bottom: 20px;
}
.agent-with-button__wrapper {
  display: flex;
  align-items: center;
}
.agent-with-button__wrapper img {
  width: 37%;
}
.agent-with-button__agent {
  width: 63%;
  padding-left: 30px;
}
.agent-with-button__agent-name {
  font-size: 18px;
  margin-bottom: 4px;
}
.agent-with-button__agent-position {
  display: block;
  margin-bottom: 1px;
  color: #999999;
  font-size: 12px;
}
.agent-with-button__cta {
  display: block;
  padding: 12px 0;
  background-color: #1fc341;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
}
/* 4.27. Agency / .agency
***********************/
.agency__wrapper {
  padding: 30px 0 40px;
}
.agency {
  margin-bottom: 60px;
  border: 1px solid #eeeeee;
}
.agency__thumbnail {
  text-align: center;
}
.agency__detail {
  border-top: 1px solid #eeeeee;
  padding: 20px;
}
.agency__name {
  margin-bottom: 10px;
  font-size: 18px;
}
.agency__social {
  margin-bottom: 20px;
}
.agency__social li {
  display: inline-block;
  padding-right: 10px;
}
.agency__social a {
  color: #adadad;
  font-size: 16px;
  transition: 0.3s color ease-out;
}
.agency__social a:hover {
  color: #1fc341;
}
.agency__contact li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 20px;
  color: #666666;
}
.agency__contact li:before {
  position: absolute;
  left: 0;
  color: #bbbbbb;
  font-family: 'FontAwesome';
}
.agency__contact-phone:before {
  content: "\f095";
}
.agency__contact-website:before {
  content: "\f0ac";
}
.agency__contact-cif:before {
  content: "\f2c2";
    font-family: "Font Awesome 5 Free" !important;
}
.agency__contact-email:before {
  content: "\f003";
  font-size: 13px;
}
.agency__contact-address:before {
  content: "\f041";
  font-size: 16px;
}
.agency__contact a {
  color: #799c95;
}
.agency__contact a:hover {
  color: #00303e;
}
.agency__properties {
  margin-bottom: 0;
  padding: 15px 20px;
  background-color: #f3f3f3;
  color: #adadad;
}
/* 4.28. Single / .single
***********************/
.single__wrapper {
  padding: 30px 0 50px;
}
.single__inner {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .single__inner {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .single__inner {
    margin-bottom: 0;
  }
}
.single__avatar {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .single__avatar {
    width: 25%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .single__detail {
    width: 75%;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .single__detail {
    padding-left: 40px;
  }
}
/* 4.29. Agents Single / .agents-single
***********************/
.agents-single__name {
  margin-bottom: 5px;
  font-size: 24px;
}
.agents-single__contact {
  margin-bottom: 10px;
}
.agents-single__social {
  margin-bottom: 40px;
}
.agents-single__desc {
  margin-bottom: 0;
  color: #666666;
}
/* 4.30. Agencies Single / .agencies-single
***********************/
.agencies-single__avatar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 198px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
}
.agencies-single__avatar img {
  width: 155px;
}
.agencies-single__name {
  margin-bottom: 15px;
  font-size: 24px;
}
.agencies-single__social {
  margin-bottom: 15px;
}
.agencies-single__contact {
  margin-bottom: 25px;
}
.agencies-single li {
  margin-bottom: 5px;
}
.agencies-single__desc {
  margin-bottom: 0;
  color: #666666;
}
/* 4.31. About Us / .about-us
***********************/
.about-us__main {
  padding: 40px 0 70px;
}
.about-us p {
  margin-bottom: 30px;
  color: #333333;
}
.about-us__img {
  margin-bottom: 30px;
}
.about-us__title {
  margin-bottom: 15px;
  font-size: 24px;
}
/* 4.32. Contact / .contact
***********************/
.contact__main {
  padding: 40px 0 100px;
}
.contact__map-container {
  position: relative;
  min-height: 430px;
  margin-bottom: 40px;
}
.contact__title {
  padding: 20px 0 10px;
  font-size: 24px;
}
.contact__desc {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .contact__desc {
    margin-bottom: 30px;
  }
}
.contact p {
  margin-bottom: 0;
  color: #666666;
}
#contact-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 4.33. Error 404/ .error-404
***********************/
.error-404__main {
  padding: 100px 0;
}
.error-404__title {
  margin-bottom: 15px;
  font-size: 45px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .error-404__title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
.error-404__detail {
  margin-bottom: 30px;
}
.error-404__explain {
  margin-bottom: 5px;
  font-size: 24px;
}
.error-404__desc {
  color: #666666;
}
.error-404__cta {
  display: block;
  max-width: 370px;
  border: 2px solid #eeeeee;
  padding: 13px 0;
  color: #bbbbbb;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s all ease-out;
}
.error-404__cta:hover {
  border-color: #1fc341;
  background-color: #1fc341;
  color: #ffffff;
}
/* 4.34. Pagination / .pagination
***********************/
.pagination--t-margin {
  margin-top: 20px;
}
.pagination--t-margin {
  margin-bottom: 20px;
}
.pagination__item {
  display: inline-block;
  margin: 0 2px;
}
.pagination__link {
  display: inline-block;
  color: #333333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: 0.5s all ease-out;
}
.pagination__link--selected {
  background-color: #1fc341;
  color: #ffffff;
}
.pagination__link:hover {
  border: 1px solid #dddddd;
}
.pagination__link--selected:hover {
  border: 1px solid transparent;
}
/* 4.35. Blog
***********************/
.blog__main,
.blog-single__main {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* 4.36. Listing Search / .listing-search
***********************/
.main-search {
  background-color: #f6f6f6;
}
.main-search--static {
  padding-top: 60px;
}
.main-search--static + .item-grid {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .main-search--absolute {
    position: absolute;
    left: 0;
    bottom: -125px;
    z-index: 5;
    width: 100%;
    background-color: transparent;
  }
  
  .main-search--absolute.botones {
      bottom: -25px;
  }
}
.main-search__container {
  position: relative;
}
.main-search__container:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 5;
  width: 0;
  height: 0;
  border-top: 15px solid #cae4db;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
.listing-search {
    padding: 20px 15px;
 /* padding: 10px 15px 0;*/
  background-color: #cae4db;/*#22355b;*/
}
.listing-search__label {
  display: block;
  margin-bottom: 5px;
  color: #00303e;
  font-size: 12px;
  text-transform: uppercase;
}
.listing-search__label--hidden {
  opacity: 0;
  visibility: hidden;
}
.ht-field {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 13px;
}
#form-search-property .search__btn {
    width: 45%;
    display: inline !important;
    padding: 4px;
}
#form-search-property .btn-reset:hover{
    background-color: red;
     cursor: pointer;
}

.listing-search__btn, .search__btn {
  height: 41px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #799c95;
  color: #ffffff;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

#eliminar-preferencias-btn.search__btn:hover {
    background-color: red;
}

.listing-search__btn:hover, .search__btn:hover {
     background-color: #00303e;
     cursor: pointer;
}
.listing-search__field {
  height: 41px;
  margin-bottom: 20px;
  font-size: 13px;
}
.listing-search__field::placeholder {
  color: #333333;
  font-size: 13px;
}


.search-field .submit-property__unit {
    bottom: 30px;
    right: 23px;
}


.listing-search__advance, #mensaje, #mensaje-usu {
  display: none;
}
.listing-search__advance.home {
  display: block;
}

.listing-search__amount {
  margin-bottom: 6px;
  color: #799c95;
  font-size: 12px;
  text-align: center;
}
.listing-search__slider {
  height: 5px;
  margin: 0 9px 20px 9px;
}
.listing-search__slider .ui-widget-header {
  background-color: #00303e;
}
.listing-search__slider .ui-slider-handle {
  top: -7px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  background-color: #00303e;
  border-radius: 50%;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
.listing-search__slider .ui-state-hover,
.listing-search__slider .ui-state-focus,
.listing-search__slider .ui-state-active {
  border-color: #799c95;
}
.ui-widget-content {
  border: 0 !important;
  background-color: #ffffff !important;
}
.listing-search__more {
  padding: 10px 0 20px;
}
.listing-search__more-inner {
  display: none;
}
.listing-search__more-btn {
  display: inline-block;
  margin-bottom: 20px;
  color: #799c95;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.listing-search__more-btn:hover {
    color: #00303e;
}

.listing-search__more-btn:after {
  content: "\f105";
  display: inline-block;
  padding-left: 5px;
  font-family: "FontAwesome";
  transition: 0.3s all ease-out;
  transform-origin: 100% 70%;
}
.listing-search__more-btn--show:after {
  transform: rotate(90deg);
}
.listing-search__more-wrapper {
  margin-bottom: 10px;
}
.listing-search__more-field {
  display: none;
}
.listing-search__more-label {
  display: inline-block;
  color: #00303e;
  font-size: 13px;
  cursor: pointer;
}
.listing-search__more-label:before {
  content: "\f0c8";
  display: inline-block;
  margin-right: 10px;
  font-family: "FontAwesome";
}
.listing-search__more-field:checked ~ .listing-search__more-label:before {
  content: "\f14a";
  color: #799c95;
}
.listing-search__more-field:disabled ~ .listing-search__more-label:before {
  content: "\f0c8";
  color: #666666;
}
/* 4.37. Listing Sort / .listing-sort
***********************/
.listing-sort {
  position: relative;
  padding: 15px;
  background-color: #ffffff;
  color: #333333;
  font-size: 13px;
}
.listing-sort--main-listing {
  margin-bottom: 20px;
  padding: 15px;
}
.listing-sort--main-listing:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .listing-sort__inner {
    display: flex;
    align-items: center;
  }
}
.listing-sort__list {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .listing-sort__list {
    margin-bottom: 0;
    margin-right: auto;
  }
}
.listing-sort__item {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
}
.listing-sort__item:last-child {
  margin-right: 0;
}
.listing-sort__link {
  color: #bbbbbb;
}
.listing-sort__link:hover {
  color: #333333;
}
.listing-sort__link--active {
  color: #333333;
}
.listing-sort__result {
  display: inline-block;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .listing-sort__result {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
.listing-sort__sort {
  margin-bottom: 0;
}
.listing-sort__label {
  display: inline-block;
  margin-right: 5px;
}
.listing-sort__field {
  display: inline-block;
  width: 180px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .listing-sort__field {
    width: 210px;
  }
}
.listing-sort__field .dk-selected {
  padding: 6px 15px;
  font-size: 13px;
  background-color: #eeeeee;
}
/* 4.36. Google Maps
***********************/
.map-container {
  position: relative;
  width: 100%;
  height: 500px;
}
.map-full-width {
  position: fixed !important;
  height: 100% !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.map--default {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.map-controls {
  position: absolute;
  top: 10px;
  right: 10px;
}
.map-control {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.55);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all ease-out;
}
@media only screen and (min-width: 768px) {
  .map-control {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.map-control:hover {
  background-color: #1fc341;
}
.map-control:last-child {
  margin-bottom: 0;
  box-shadow: none;
}
.map-control__icon {
  display: block;
  color: #ffffff;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .map-control__icon {
    font-size: 20px;
  }
}


#map_canvas, #map-canvas-propiedad {
    width: 100%; height: 450px;
    margin-bottom: 25px;
}


.listing-box img {
  max-width: 100% !important;
}
.listing-box__container {
  position: relative;
}
.listing-box__container:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.listing-box__container .listing__favorite {
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
}
.listing-box__container .listing__favorite i {
  font-size: 14px;
  line-height: 30px;
}
.listing-box__container .listing__close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.listing-box__container .listing__close:hover {
  color: #1fc341;
}
.listing-box__container .listing__content {
  padding: 15px;
}
.listing-box__container .listing__title {
  max-width: 190px;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.listing-box__container .listing__price {
  margin-bottom: 0;
  font-weight: normal;
}
/* 4.39. Property / .property
***********************/
.property__header {
  padding: 30px 0;
}
.property__header--v3 {
  padding: 0 0 45px;
}
.property__title--b-margin {
  margin-bottom: 20px;
}
.property__price--b-margin {
  margin-bottom: 25px;
}
.property__meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.property__offer {
  display: inline-block;
  margin-right: 15px;
  padding: 2px 18px;
  border-radius: 4px;
  background-color: #ff9d00;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.property__type {
  display: inline-block;
  color: #799c95;
font-size: 13px;
  text-transform: uppercase;
}
.property__name {
  margin-bottom: 8px;
  font-size: 25px;
}
.property__address {
  color: #888888;
}
.property__address-icon {
  margin-right: 5px;
  font-size: 16px;
}
.property__stat {
  display: ruby-text; /*inline-block;*/
  margin-right: 20px;
  color: #888888;
  font-size: 20px;
  text-transform: uppercase;
}
.property__stat:last-child {
  margin-right: 0;
}
.property__figure {
  display: block;
  margin-bottom: -2px;
  color: #333333;
  font-size: 24px;
}
.property__price-primary {
  margin-bottom: 2px;
  color: #daae27;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
  display: ruby-base;
}

.handsomeHtml .property__price-primary {
    font-size: 38px;
    
}

.property__price-secondary {
  color: #888888;
}
.property__item {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  display: ruby-base;
}
@media only screen and (min-width: 1200px) {
  .property__item {
    margin-right: 30px;
  }
}
.property__item:last-child {
  margin-right: 0;
}
.property__item-desc {
  display: inline-block;
  text-align: center;
  color: #999999;
}
.property__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.property__link i:hover, .property__link.delete-favorito i, .form-cambiar-estado .cancelar:hover, .delete-favorito-page.btn-action:hover,
.manage-list__action a.delete-all-favoritos:hover, .manage-list__action a.delete-all-prop-preferencias:hover, .delete-prop-pref-page.btn-action:hover,
.remove-all-prop:hover, .remove-all-prop:active, .remove-all-prop:focus,
.remove-users:hover, .remove-users:active, .remove-users:focus,
.manage-list__action a.delete-user:hover, .manage-list__action a.delete-user:focus{
background-color: red;
color: white;
}

a.edit-estado{
    background: transparent;
    color: #00303e;
}
 a.edit-estado:hover { color:#daae27 }
 a.edit-estado, a.cancelar, a.save { color: #00303e;}

.form-cambiar-estado .save:hover  {
background-color: #00303e;
color: white;
}

.form-cambiar-estado {display: none;}

.form-cambiar-estado button { display: inline-block;}

.property__link.print i:hover {
background-color: #00303e;
color: white;
    
}

.property__link i {
  font-size: 18px;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  border-radius: 50%;
  background-color: #cae4db;
  color: #799c95;
  line-height: 50px;
  text-align: center;
}

.property__link .fa{
    line-height: 50px;
}
@media only screen and (min-width: 992px) {
  .property__main {
    display: flex;
    align-items: center;
  }
}
.property__main-item {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .property__main-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
    padding-right: 20px;
  }
  .property__main-item:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 80px;
    background-color: #dddddd;
  }
  .property__main-item:last-child {
    padding-right: 33px;
    margin-right: 0;
  }
  .property__main-item:last-child:after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .property__main-item {
    margin-right: 39px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .property__header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.property__container {
  padding-bottom: 20px;
  background-color: #f6f6f6;
}
.property__container .widget {
  transition: 0.3s all ease-out;
}
.property__container .widget:hover {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
.property__feature-container {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .property__feature-container {
    padding: 0 0 50px;
  }
}
.widget__container {
  padding-top: 50px;
}

.property__feature.form {
    background-color: #cae4db;
}
.property__feature {
  margin-bottom: 30px;
  padding: 15px 20px;
  background-color: #ffffff;
  transition: 0.5s box-shadow ease-out;
}
.property__feature:hover {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .property__feature {
    padding: 25px 40px;
  }
}
.property__feature p {
  color: #666666;
}
.property__feature-title {
  font-size: 20px;
  padding-bottom: 10px;
}
.property__feature-title--b-spacing {
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}
.property__feature-schedule {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .property__feature-schedule {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.property__feature-cta {
  display: inline-block;
  padding: 10px 42px;
  background-color: #22355b;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .property__feature-cta {
    flex-shrink: 0;
  }
}
.property__feature-time-list {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .property__feature-time-list {
    margin-bottom: 0;
  }
}
.property__feature-time-item {
  display: inline-block;
  margin-right: 10px;
  color: #666666;
}
.property__feature-open-maps {
  color: #1fc341;
}
@media only screen and (min-width: 768px) {
  .property__details-list {
    columns: 2;
    column-gap: 40px;
  }
}
.property__details-item {
  position: relative;
  color: #666666;
  margin-bottom: 5px;
  padding-left: 20px;
}
.property__details-item:before {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  content: "\f042";
  font-family: "FontAwesome";
  font-size: 8px;
}
.property__details-item--cat {
  color: #333333;
  font-weight: 500;
}
@media only screen and (min-width: 30em) {
  .property__features-list {
    columns: 2;
    column-gap: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .property__features-list {
    columns: 3;
    column-gap: 20px;
  }
}
.property__features-item {
  margin-bottom: 10px;
  color: #666666;
}
.property__features-icon {
  display: inline-block;
  margin-right: 10px;
  color: #333333;
}
.property__accordion-header {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cae4db;
  background-color: #cae4db;/*#f6f6f6;*/
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .property__accordion-header {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .property__accordion-header {
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .property__accordion-textcontent {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.property__accordion-title {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .property__accordion-title {
    min-width: 150px;
  }
}
.property__accordion-figure {
  position: relative;
  color: #666666;
}
@media only screen and (min-width: 768px) {
  .property__accordion-figure {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
  }
  .property__accordion-figure:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .property__accordion-figure:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 5px;
  }
  .property__accordion-figure:last-child:after {
    display: none;
  }
}
.property__accordion-figure--cat {
  color: #333333;
  font-weight: 500;
}
.property__accordion-expand {
  color: #888888;
}
.property__accordion-content {
  display: none;
  text-align: center;
}
.property__accordion-content--active {
  display: block;
}
@media only screen and (min-width: 992px) {
  .property__feature-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
  }
}
.property__tab {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #666666;
  transition: 0.3s all ease-out;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}
.property__tab:hover {
  color: #333333;
  border-bottom: 3px solid #1fc341;
}
.property__tab--active {
  color: #333333;
  border-bottom: 3px solid #1fc341;
}
@media only screen and (min-width: 992px) {
  .property__tab {
    margin: 0 0 0 15px;
    padding-bottom: 10px;
  }
}
.property__tab-container {
  overflow-x: auto;
}
.property__tab-content {
  display: none;
  margin: 5px 0 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .property__tab-content {
    margin: 15px 0 0;
  }
}
.property__tab-content td,
.property__tab-content th {
  border: 0;
  border-bottom: 1px solid #eeeeee;
  min-width: 150px;
}
.property__tab-content td {
  color: #333333;
  padding: 15px 0;
}
.property__tab-content th {
  padding: 5px 0;
  color: #666666;
  font-weight: 400;
}
.property__tab-content.is-visible {
  display: table;
}
.list-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #adadad;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
.property__form-field {
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  color: #666666;
}
.property__form-field:focus {
  border-color: #1fc341;
}
.property__form-field::placeholder {
  color: #666666;
}
.property__form-wrapper {
  position: relative;
}
.property__form-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #adadad;
  font-size: 18px;
}
.property__form-submit {
  max-width: 250px;
  background: #1fc341;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  border-radius: 4px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.contact-form__header-container {
  display: flex;
  align-items: center;
}
.contact-form__header-container img {
    width: 70px;
}

.contact-info {
  margin-left: 10px;
}
.contact-company {
  color: #888888;
  font-size: 12px;
}
.contact-name {
  font-size: 18px;
}
.contact-name a {
  color: #333333;
  transition: 0.3s color ease-out;
}
.contact-name a:hover {
  color: #1fc341;
}
.contact-number {
  color: #333333;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.3s color ease-out;
}
.contact-number:hover {
  color: #1fc341;
}
.similar-home {
  position: relative;
  margin-bottom: 20px;
}
div.similar-home:last-of-type {
  margin-bottom: 0;
}
.similar-home__image img {
  width: 100%;
}
.similar-home__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: -moz-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: -o-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: -ms-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: linear-gradient(0deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
}
.similar-home__favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.93);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.similar-home__favorite .fa {
  color: #bbbbbb;
  font-size: 12px;
}
.similar-home__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px 5px;
}
.similar-home__title {
  color: #ffffff;
  font-size: 15px;
  transition: 0.3s color ease-out;
}
.similar-home__price {
  color: #daae27;
}
@media only screen and (min-width: 1200px) {
  .form-calculator__wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.form-calculator__group {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.form-calculator__group .ht-field {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .form-calculator__group--larger {
    width: 57%;
  }
}
@media only screen and (min-width: 1200px) {
  .form-calculator__group--smaller {
    width: 40%;
  }
}
.form-calculator__label {
  color: #999999;
  font-size: 12px;
}
.form-calculator__icon {
  position: absolute;
  bottom: 18px;
  color: #999999;
  font-size: 16px;
}
.form-calculator__field {
  color: #333333;
}
.form-calculator__percent {
  right: 20px;
}
.form-calculator__currency {
  left: 20px;
}
.form-calculator__submit {
  background-color: #1fc341;
  color: #ffffff;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.form-calculator__result {
  display: none;
  margin-top: 10px;
}
.mortgage-payment {
  font-size: 16px;
  line-height: 1.5;
}
.mortgage-payment span {
  color: #666666;
}
.property__slider {
  margin-bottom: 50px;
}
.property__slider--v2 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .property__slider-container--vertical {
    display: flex;
  }
}
.property__slider-main {
  position: relative;
}
.property__slider-main:hover .image-navigation {
  opacity: 1;
  visibility: visible;
}
.image-navigation {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-out;
}
.image-navigation li {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .image-navigation li {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .property__slider-main--vertical {
    width: 88%;
  }
}
.property__slider-info {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 3px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
}
.property__slider-info i {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}
.property__slider-info .sliderInfo {
  display: inline-block;
  font-size: 13px;
}
.property__slider-nav {
  position: relative;
  padding: 20px 25px;
}
@media only screen and (min-width: 768px) {
  .property__slider-nav {
    padding: 30px 25px;
  }
}
.property__slider-nav .slick-slide {
  margin: 0 5px;
  border: 2px solid transparent;
}
.property__slider-nav .slick-current {
  border-color: #00303e;
}
.property__slider-nav .slick-arrow {
  color: #888888;
  font-size: 16px;
  cursor: pointer;
}
.property__slider-nav .slick-arrow:hover {
  color: #1fc341;
}
.property__slider-nav .slick-disabled,
.property__slider-nav .slick-disabled:hover {
  color: #e5e5e5;
}
.property__slider-nav .slick-horizontal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.property__slider-nav .slick-horizontal-prev-arrow {
  left: 10px;
}
.property__slider-nav .slick-horizontal-next-arrow {
  right: 10px;
}
.property__slider-nav .slick-vertical-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.property__slider-nav .slick-vertical-prev-arrow {
  top: 5px;
}
.property__slider-nav .slick-vertical-next-arrow {
  bottom: 5px;
}
.property__slider-nav--vertical {
  background-color: #f3f3f3;
}
@media only screen and (min-width: 1200px) {
  .property__slider-nav--vertical {
    width: 12%;
    max-height: 515px;
  }
}
@media only screen and (min-width: 1200px) {
  .property__slider-nav--vertical .slick-slide {
    margin: 5px 0;
  }
}
.property__slider-nav--horizontal {
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .property__slider-nav--horizontal {
    padding: 20px 25px;
  }
}
.property__slider-item:hover {
  cursor: pointer;
}
.property__placeholder {
  position: relative;
  min-height: 600px;
  background-image: url('../images/uploads/single_property.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.property__controls {
  position: relative;
  z-index: 10;
  top: 30px;
  display: flex;
  justify-content: flex-end;
}
.property__control {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all ease-out;
}
.property__control:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .property__control {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.property__control:hover {
  background-color: #1fc341;
}
.property__control--active {
  background-color: #1fc341;
}
.property__control-icon {
  display: block;
  color: #ffffff;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .property__control-icon {
    font-size: 24px;
  }
}
#property-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.property__map {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.property__map--visible {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
/* 4.40. Coming Soon / .coming-soon
***********************/
.coming-soon {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/uploads/coming_soon.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #f3f3f3;
}
.coming-soon__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.coming-soon__container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.coming-soon__title {
  margin-bottom: 16px;
  color: #f3f3f3;
  font-size: 40px;
  font-weight: 800;
}
@media only screen and (min-width: 992px) {
  .coming-soon__title {
    margin-bottom: 25px;
    font-size: 72px;
  }
}
.coming-soon__subtitle {
  margin-bottom: 15px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .coming-soon__subtitle {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
.coming-soon__form {
  position: relative;
  max-width: 500px;
}
.coming-soon__field {
  max-width: 500px;
  background-color: transparent;
  border: 1px solid #f3f3f3;
  border-radius: 0;
  color: #f3f3f3;
}
.coming-soon__field::placeholder {
  color: #f3f3f3;
}
.coming-soon__submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: 0;
  background-color: transparent;
  color: #f3f3f3;
  cursor: pointer;
  transition: 0.2s all ease-out;
}
.coming-soon__submit:hover {
  right: 5px;
  color: #1fc341;
}
.coming-soon__submit-icon {
  font-size: 18px;
}
.coming-soon__countdown {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .coming-soon__countdown {
    margin-bottom: 30px;
  }
}
.coming-soon__placeholder {
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .coming-soon__placeholder {
    margin-right: 50px;
  }
}
.coming-soon__placeholder:last-child {
  margin-right: 0;
}
.coming-soon__time {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .coming-soon__time {
    font-size: 36px;
  }
}
.coming-soon__unit {
  text-transform: uppercase;
}
/* 4.41. Package / .package
***********************/
.packages__container {
  padding: 0 0 80px;
}
.packages__headline {
  margin-bottom: 45px;
  font-size: 30px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.package {
  margin-bottom: 30px;
  padding: 35px;
  background-color: #f6f6f6;
  border-radius: 3px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .package {
    text-align: left;
  }
}
.package--featured {
  transform: scale(1);/*scale(1.02);*/
  background-color: #ffffff;
  box-shadow: 0px 10px 28.5px 1.5px rgba(0, 0, 0, 0.2);
}
.package__name,
.package__price {
  margin-bottom: 5px;
  font-size: 25px;
}
.package__price {
  color: #daae27;
  font-style: italic;
}
.package__description {
  margin-bottom: 15px;
  color: #171717;
}
.package__features {
  border-top: 1px dashed #bbbbbb;
  border-bottom: 1px dashed #bbbbbb;
}
.package__feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #bbbbbb;
}
.package__feature:last-child {
  border-bottom: 0;
}
.package__feature span {
  color: #666666;
}
.package__cta {
  display: inline-block;
  margin-top: 45px;
  padding: 14px 38px;
  background-color: #666666;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.package__cta--featured {
  background-color: #daae27;
  color: #fff !important;
}
.package__cta--featured:hover, .package__cta:hover{
     text-decoration: underline;
}
/* 4.42. Bookmarked Listing / .bookmarked-listing
***********************/
.bookmarked-listing__container {
  padding: 40px 0 80px;
}
.bookmarked-listing__headline {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}
.settings-block {
  padding: 20px 0 15px;
  border-bottom: 1px solid #dddddd;
}
.settings-block:last-of-type {
  border-bottom: 0;
}
.settings-block__title {
  display: inline-block;
  margin-bottom: 12px;
  color: #888888;
  font-size: 13px;
}
.setting {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.setting__icon {
  position: absolute;
  left: 0;
  display: inline-block;
  color: #333333;
  font-size: 16px;
}
.setting:hover .setting__icon,
.setting--current .setting__icon {
  color: #1fc341;
}
.setting__link {
  color: #333333;
}
.setting:hover .setting__link,
.setting--current .setting__link {
  color: #1fc341;
}
.manage-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #eeeeee;
  border-radius: 3px;
}
.manage-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.manage-list__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.manage-list__item.nueva {
background: rgba(218,174,39,0.2 );
}

.manage-list__item-container {
  display: flex;
  /*align-items: center;*/
}

#resultado-usuarios .manage-list__item-container{
    flex: 1;
}

@media screen and (max-width: 769px){
    .manage-list__item-container,.manage-list__item {
      display: block;
     }
     
     .manage-list__item-img img {
         width: 100%;
        
     }
     
     .manage-list__item-img{
          margin-bottom: 20px;
     }
     
     .listing-sort__sort {
    margin-bottom: 40px;
}
     
    .manage-list__action a {

    display: inline-grid !important;
    margin-top: 20px;
    height: 50px;

}
     
     .ads_Checkbox, .ads_Checkbox_user {
    width: 100% !important;
    margin: auto;
    }
    .main-slider {
    margin-top: 120px;
    }
     
}

.manage-list__item-container .listing__price {
  margin-bottom: 0;
}
.manage-list__item-img {
  display: block;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .manage-list__item-img {
    display: block;
    margin-right: 30px;
  }
}
.manage-list__action {
  flex-shrink: 0;
  padding-left: 10px;
}
.manage-list__action a {
  display: block;
  color: #00303e;
  font-weight: 500;
}
.manage-list__action a:hover {
  background: #1fc341;
  color: #fff;
}
.manage-list__action a.edit:hover, .contactar.btn-action:hover {
  background: #2f73c8;
  color: #fff;
}
.manage-list__action .remove:hover {
  background: red;
  color: #fff;
}
a.remove-img.btn-action, .remove-div , .rotate-div, a.rotate-img.btn-action {
    background: red;
  color: #fff;
  text-align: center;
    padding: 10px;
}

.rotate-div,  a.rotate-img.btn-action {
     background: lightskyblue;
}


a.remove-img.btn-action, a.rotate-div.btn-action{
    padding: 3% 0% !important;
}
.manage-list__action a.pausar:hover {
  background: orange;
  color: #fff;
}
/* 4.43. My Property / .my-property
***********************/
.my-property__container {
  padding: 40px 0 80px;
}
.manage-list--my-property .manage-list__title:first-child {
  flex: 1 0 60%;
}
.manage-list--my-property .manage-list__title:last-child {
  display: none;
}
@media only screen and (min-width: 768px) {
  .manage-list--my-property .manage-list__title:last-child {
    flex: 1 0 40%;
    display: inline;
  }
}
.manage-list--my-property .manage-list__item-container {
  flex-basis: 60%;
}
.manage-list--my-property .manage-list__action {
  flex-basis: 40%;
}
@media only screen and (min-width: 768px) {
  .manage-list--my-property .manage-list__action {
    flex-basis: 15%;
  }
}
.manage-list--my-property .manage-list__expire-date {
  display: block;
}
@media only screen and (min-width: 768px) {
  .manage-list--my-property .manage-list__expire-date {
    flex-basis: 25%;
    display: block;
  }
}
/* 4.44. Sign-up / .sign-up
***********************/
.sign-up__container {
  padding: 40px 0 80px;
}
.sign-up__textcontent {
  margin-bottom: 50px;
  color: #666666;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.sign-up__textcontent span {
  font-size: 18px;
  font-weight: 400;
}
.sign-up__tab {
  color: #666666;
}
.sign-up__tab.is-active {
  color: #daae27;
  font-weight: 700;
  /*border-bottom: 1px solid #1fc341;*/
}
.sign-up__label {
  display: block;
  margin-bottom: 8px;
  color: #333333;
  font-weight: 700;
}
.sign-up__field {
  margin-bottom: 25px;
  border: 1px solid #dddddd;
}
.sign-up__submit {
  display: inline-block;
  width: auto;
  margin-bottom: 25px;
  padding: 11px 64px;
  border: 1px solid transparent;
  background-color: #799c95;
  color: #ffffff;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 3px;
}
.sign-up__submit:hover {
    background-color: #00303e;
}
.sign-up__wrapper {
  margin-bottom: 35px;
}
.sign-up__link {
  display: inline-block;
  color: #999999;
}
.sign-up__link:hover {
  color: #cae4db;
}
.sign-up__desc {
  color: #999999;
}
.sign-up__desc a {
  color: #333333;
  border-bottom: 1px solid #daae27;
}
.sign-up__form {
  display: none;
}
.sign-up__form.is-visible {
  display: block;
}
/* 4.45. Back to Top / .back-to-top
***********************/
.back-to-top, .btn-help-flotant {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 10px;
  bottom: 95px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #cae4db;
  border-radius: 3px;
  color: #00303e;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s all ease-out;
}
@media only screen and (min-width: 768px) {
  .back-to-top {
    right: 20px;
    bottom: 90px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.back-to-top:hover {
  opacity: 1 !important;
}
.back-to-top.is-visible {
  visibility: visible;
  opacity: 1;
}
.back-to-top.is-fade-out {
  opacity: 0.5;
}

.btn-help-flotant  {
    left: 0;
    width: 140px;
    opacity: 1;
    visibility: visible;
    height: 40px;
    line-height: 40px;
}

.btn-help-flotant:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .btn-help-flotant{
        display: none;
    }
    
}
/* 4.46. My Profile / .my-profile
***********************/
.my-profile__container {
  padding: 40px 0 80px;
}
.my-profile__label {
  display: block;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 500;
}
.my-profile__field {
  margin-bottom: 25px;
  border: 1px solid #dddddd;
  background-color: #f7f7f7;
  color: #000;
}
.my-profile__submit {
  display: inline-block;
  width: auto;
  padding: 10px 55px;
  background-color: #1fc341;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.my-profile__wrapper {
  position: relative;
  margin-bottom: 25px;
  padding: 10px 0;
  border: 2px dashed #dddddd;
  color: #888888;
  text-align: center;
  border-radius: 3px;
}
.my-profile__wrapper input[type=file] {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
/* 4.46. Submit Property / .submit-property
***********************/
.submit-property__container {
  padding: 40px 0 80px;
}
.submit-property__group {
  position: relative;
  margin-bottom: 25px;
}
.submit-property__group .dk-selected {
  background-color: #eeeeee !important;
  height: 40px;
}
.submit-property__headline {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  color: #799c95;
}
.submit-property__field {
  background-color: #eeeeee;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 45px;
}
.submit-property__label {
  display: inline-block;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 500;
}
.submit-property__unit {
  position: absolute;
  bottom: 9px;
  right: 9px;
  color: #888888;
}
.submit-property__submit {
  display: inline-block !important;
  width: auto;
  padding: 11px 75px !important;
  color: #ffffff;
  font-weight: 500 !important;
  cursor: pointer;
}
.submit-property__submit:hover {
    text-decoration: underline;
}

.submit-property__submit.cancel{
    padding: 8px 75px !important;
    border: 2px solid darkred;
    color: darkred;
}

.submit-property__submit.cancel:hover{
    background-color: darkred;
}

.submit-property__wrapper {
  display: inline-block;
  margin-right: 30px;
}
.submit-property__checkbox {
  display: none;
}
.submit-property__feature {
  font-weight: 400;
  cursor: pointer;
}
.submit-property__feature:before {
  content: "\f0c8";
  display: inline-block;
  margin-right: 10px;
  color: #eeeeee;
  font-family: "FontAwesome";
}
.submit-property__checkbox:checked ~ .submit-property__feature:before {
  content: "\f14a";
  color: #00303e;
}
.submit-property__checkbox:disabled ~ .submit-property__feature:before {
  content: "\f0c8";
  color: #666666;
}
#submit-property-map {
  width: 100%;
  height: 450px;
}
.submit-property__upload {
  position: relative;
  border: 2px dashed #dddddd;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #888888;
}

.submit-property__upload.images {
     border-top: 2px dashed #dddddd;
     border-left: 2px dashed #dddddd;
    border-right:  2px dashed #dddddd;
    border-bottom: none;
}

#preview-gallery{
     border-bottom: 2px dashed #dddddd;
      border-left: 2px dashed #dddddd;
    border-right:  2px dashed #dddddd;
    padding: 30px;
}
.submit-property__upload input[type=file] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.submit-property__icon {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}
#submit-property-wysiwyg-icons {
  display: none;
}
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.sk-folding-cube {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 50px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  position: relative;
  float: left;
  width: 50%;
  height: 50%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00303e;
  -webkit-animation: sk-fold 2.4s infinite linear both;
  animation: sk-fold 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#page-loader.dimissloader {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 0s 1s;
}
@-webkit-keyframes sk-fold {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-fold {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
html.hidescrollbar {
  overflow: hidden;
}
html.hidescrollbar body {
  overflow: hidden;
}

/*____ botones______*/

.btn-default {
    display: block;
    max-width: 370px;
    border: 2px solid #799c95;/*#1fc341;*/
    padding: 13px 0;
    color: #799c95;/*#1fc341;*/
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    transition: 0.3s all ease-out;
     margin-left: auto;
    margin-right: auto;
    background: rgba(255,255,255,0.9);
}

.btn-default.activo {
    background: #799c95;
    color: #fff;
}

.btn-default.min {
     margin: 0;
     font-size: 15px;
     max-width: 210px;
border: 1px solid #799c95;
padding: 7px 0;

}

.btn-default.min.center-block {
    margin: auto;
}

.btn-default.min:hover {
    text-decoration: underline;
}

.listing__btn {
  flex-shrink: 0;
  display: inline-block;
  border: 1px solid #daae27;
  padding: 8px 35px;
  color: #daae27;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 40px;
  transition: 0.3s all ease-out;
}
.listing__btn:hover {
  color: #00303e;
  background: #daae27;
}

.btn-default:hover{
  background: #799c95;
  color: #cae4db;
}

.listing__btn-icon {
  padding-left: 3px;
}

.btn-action {
    background-color: #cae4db;
    font-size: 14px !important;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    padding: 5px 2px !important;
    text-align: center;
    margin-bottom: 5px;
    border: none;
}

.btn-action.contact-users {
    color: #000;
}
.btn-action.contact-users:hover {
    color: #fff;
}


.btn-action.remove-all-prop, .btn-action.export_prop, .btn-action.import_prop, .btn-action.remove-users, .btn-action.contact-users {
    font-size: 16px !important;
    padding: 6px !important;
    width: 100px;
    margin-bottom: 30px;
}

/*______ espacios __*/
.pt-125 {padding-top: 125px;}
.pt-165 {padding-top: 165px;}
.pt-90 { padding-top: 90px;}
.pt-50 { padding-top: 50px;}
.pt-45 { padding-top: 45px;}
.pt-40 { padding-top: 40px;}
.pt-30 { padding-top: 30px;}
.pt-25 { padding-top: 25px;}
.pt-20 { padding-top: 20px;}
.pt-10 { padding-top: 10px;}
.pt-15 { padding-top: 15px;}
.pt-6cien { padding-top: 6%; }

.ptb-20 {padding: 20px 0;}

.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-40 {padding-bottom: 40px;}
.pb-70 {padding-bottom: 70px;}

.pl-15 { padding-left: 15px;}

.plr-15 { padding-left: 15px; padding-right: 15px;}

.mt-15 { margin-top: 15px;}
.mt-30 { margin-top: 30px;}
.mt-50 {    margin-top: 50px;}

.ml-15 { margin-left: 15px;}

.mb-2 {    margin-bottom: 2px; }
.mb-15 { margin-bottom: 15px;}
.mb-45 { margin-bottom: 45px;}
.fontsize16{
    font-size: 16px;
}

.fontsize14{
    font-size: 14px;
}

.color-yellow {
    color: #daae27 !important;
}
.search__btn.color-yellow{
    background: #daae27;
    color: #fff;
}
.colorvino {
    color: #5a3048;
}

.search__btn.colorvino{
    background: #5a3048;
    color: #fff;
}
.colorazulito {
    color: #54c4d2;
}
.search__btn.colorazulito{
    background: #54c4d2;
    color: #fff;
}

.search__btn.colorvino:hover,.search__btn.colorazulito:hover,.search__btn.color-yellow:hover{
    background: #00303e;
}

.saber-mas {
    text-align: center;
    font-size: 50px;
    color:#fff;
    padding: 15px 0 30px;
}

/**______ menu lenguage _____ **/
ul#menu {
 display: inline-block;
 padding: 5px;
}
  
ul#menu li {
 color: #fff;
 list-style: none;
}
  
ul#menu li:hover{
 color: #aaa073;
 cursor:pointer;
}
  
ul#menu ul {
 display: none;
 position: absolute;
 top: 29px;
 background: rgba(255, 255, 255, 0.7);
 color: #fff;
 padding: 5px 5px 5px 5px;
 margin: 0;
 }
  
ul#menu ul li{
 float: left;
 color: #fff;
 width:100%;
 margin:2% 0%;
}
 
 
ul#menu ul li a{
 color: #fff;
}
  
ul#menu ul li a:hover{
 color: #aaa073;
 cursor:pointer;
}
  
ul#menu li:hover ul ul,ul#menu li:hover ul ul ul,ul#menu li.iehover ul ul,ul#menu li.iehover ul ul ul {
 display: none;
 cursor:pointer;
}
  
ul#menu li:hover ul,ul#menu ul li:hover ul,ul#menu ul ul li:hover ul,ul#menu li.iehover ul,ul#menu ul li.iehover ul,ul#menu ul ul li.iehover ul {
 display: block;
 cursor:pointer;
}



/*__________ tabs ____________*/

.grid {
  list-style: none;
  margin-left: -40px;
}

.gc {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 40px;
  vertical-align: top;
}

.gc--1-of-3 {
  width: 13%;/*33.33333%;*/
}

.gc--2-of-3 {
  width: 87%;
}


.naccs .menu div, .naccs-2 .menu-2 div  {
  padding: 15px 20px 15px 40px;
  margin-bottom: 10px;
  /*color: #303F9F;*/
  background: #333;/*#3F51B5;*/
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  font-size: 35px;
}

.naccs .menu div:hover,.naccs-2 .menu-2 div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.naccs .menu div span.light, .naccs-2 .menu-2 div span.light {
 /* height: 10px;
  width: 10px;*/
 height: 0;
 width: 0;
  position: absolute;
  top: 24px;
  left: 15px;
  background-color: #303F9F;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div.active span.light,
.naccs-2 .menu-2 div.active span.light{
  background-color: #FBC02D;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}

.naccs .menu div.active,
.naccs-2 .menu-2 div.active {
  color: #FBC02D;
  padding: 15px 20px 15px 20px;
}

.naccs .menu div.active.lightblue {
    color: lightblue;
    background: white;
}
.naccs .menu div.active.lightblue  span.light {
    background-color: lightblue;
}

.naccs .menu div.active.lightcoral {
    color: lightcoral;
    background: white;
}
.naccs .menu div.active.lightcoral  span.light {
    background-color: lightcoral;
}

.naccs .menu div.active.lightgreen {
    color: lightgreen;
    background: white;
}
.naccs .menu div.active.lightgreen  span.light {
    background-color: lightgreen;
}

.naccs .menu div.active.lightgoldenrodyellow {
    color: lightgoldenrodyellow;
    background: white;
}
.naccs .menu div.active.lightgoldenrodyellow  span.light {
    background-color: lightgoldenrodyellow;
}



ul.nacc {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
    color: #333;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
  transition-delay: .3s;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

ul.nacc li p {
  margin: 0;
}


#sec-quienes-somos.features__overlay {
    background-color: lightblue;
}

@media screen and (max-width: 1000px){
    .naccs .menu div {
    padding: 15px 22px 15px 9px;
    font-size: 13px;
    }
    
}

.naccs .feature,.naccs-2 .feature {
    margin-bottom: 32px;
    text-align: center;
    background: white;
    border-radius: 8px;
    height: auto;
}

.naccs .feature::after, .naccs-2 .feature::after{
content: "";

position: absolute;

top: 86%;

left: 46%;

width: 0px;

height: 0;

border-top: 16px solid #daae27;

border-left: 20px solid transparent;

border-right: 20px solid transparent;

}

.naccs .feature .feature__title,
.naccs-2 .feature .feature__title{
margin-bottom: 15px;

color: #fff;

font-size: 18px;

width: 100%;

background: #daae27;

padding: 22px;

min-height: 82px;

border-radius: 0 0px 6px 6px;
}

.naccs .feature .feature__icon,
.naccs-2 .feature .feature__icon {
    width: 85px;
    padding-top: 35px;
}

.naccs .play-icon, .naccs-2 .play-icon  {font-size: 100px;}

.naccs .title-over,
.naccs-2 .title-over{
    font-size: 66px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 10px;
}

/****************************** ACORDEON ****************************/

 /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
.transition, p, ul.accordion li i:before, ul.accordion li i:after {
  transition: all 0.25s ease-in-out;
}

.flipIn, h1, ul.accordion li {
  animation: flipdown 0.5s ease both;
}

.no-select, h2, .h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul.accordion {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
ul.accordion li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}
ul.accordion li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul.accordion li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul.accordion li:nth-of-type(3) {
  animation-delay: 1s;
}
ul.accordion li:last-of-type {
  padding-bottom: 0;
}
ul.accordion li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
ul.accordion li i:before, ul.accordion li i:after {
  content: "";
  position: absolute;
  background-color: #1fc341;
  width: 3px;
  height: 9px;
}
ul.accordion li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
ul.accordion li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
ul.accordion li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
ul.accordion li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
ul.accordion li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
ul.accordion li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}



/*________ iconos _______*/

.social .fa {
    font-size: 40px;
    color: #333
}

.social .fa:hover {
    color: #1fc341;
}


.faqs__container {
    padding: 100px 10%;
    color: #fff;
    background-color: #799c95;/*#22355b;*/
    margin-bottom: 0;
}

.faqs__container-2 {
     padding: 100px 10%;
     margin-bottom: 0;
}

.faqs__container h3{
    color: #fff;
}

.faqs__container h3 span,  .faqs__container-2 h3 span {
    font-size: 12px;
    font-weight: normal;
} 

.faqs__container .property__accordion-content,  .faqs__container-2 .property__accordion-content {
    text-align: left;
    padding: 15px;
}

.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}
.text-consentimiento {
    text-align: left;
    padding-top: 15px;
}

.text-min{
    font-size: 8px;
}


/**
 * Material Modal CSS
 */
.modal {
  will-change: visibility, opacity;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal-full .modal__dialog, .modal-full .modal__content--active {
    width: 100%;
    max-width: none;
    height: 100%;
}
.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal--align-top {
  align-items: flex-start;
}
.modal__bg {
  background: transparent;
}
.modal__dialog {
  max-width: 600px;
  padding: 0.2rem;
}
.modal__content {
  will-change: transform, opacity;
  position: relative;
  padding: 2.4rem;
  background: #00303e;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  display: none;
  color: #fff;
}

.recomendaciones .modal__content {
    color: #00303e;
}

.modal__content h1 {
    color: #fff;
}

.modal__content--active {
  opacity: 1;
  display: block;
}

.modal__close {
  cursor: pointer;
}
.modal__close .X-close {

  border: 1px solid #fff;
  border-radius: 50%;
padding: 7px 11px;

font-size: 15px;
}



.modal__close:hover {
    color: #000;
    border-color: #000;
}

.modal__trigger {
    position: relative;
    display: inline-block;
    padding: 0.2rem 0.4rem;
    color: rgba(0,0,0,0.7);
    line-height: 1;
    cursor: pointer;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 40px;
    opacity: 1;
}

.modal__trigger.saber-mas {
    color: #daae27;
}

.modal__trigger.btn-default.min {
    width: 100%;
    color: #cae4db;
}

.modal__trigger--active {
  z-index: 10;
  opacity: 0;
}
.modal__trigger:hover, .modal__trigger:active {
  background: transparent;/*#1fc341;*/
  color: white;
}

.contact .modal__trigger:hover,.contact .modal__trigger:active {
  background: #00303e;
  color: white;
}

#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00303e;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}


.demo-btns .link {
  font-size: 20px;
}
.demo-btns .modal__trigger {
  margin-right: 3px;
}
@media (max-width: 640px) {
  .demo-btns .modal__trigger {
    margin-bottom: 0.8rem;
  }
}
.demo-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3.2rem;
  padding: 1.3rem;
  background: #00303e;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.demo-close svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}
.demo-close:hover {
  background: rgba(0,0,0,0.6);
}


/* __________________ toggle full screen ________________ */

#modal .grid {
  list-style: none;
  margin-left: -40px;
}

#modal .gc {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 40px;
  vertical-align: top;
}

#modal .gc--1-of-3 {
  width: 30%;/*33.33333%;*/
}

#modal .gc--2-of-3 {
  width: 87%;/*66.66666%;*/
}

#modal .naccs, #modal .naccs-2 {
  position: relative;
  max-width: 100%;
  margin: auto 0;
}

#modal .menu, #modal .menu-2 {
  /*  background-image: url("https://pbonlineassets.azureedge.net/web-images/marketingWebsite/home-2017/features/feaures-nav-back-a.png");
background-position: 0 calc(50% + 5px);
background-repeat: no-repeat;
background-size: 2px 740px;*/
color: #fff;
display: block;
height: 300px;
position: fixed;
right: 22px;
top: calc(50% - 150px);
z-index: 10;
}

#modal .naccs .menu div,
#modal .naccs-2 .menu-2 div{
  padding: 15px 20px 15px 40px;
  margin-bottom: 10px;
  color: #fff;/*#303F9F;*/
  background: transparent;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  font-size: 15px;
}

#modal .naccs .menu div:hover,
#modal .naccs-2 .menu-2 div:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#modal .naccs .menu div span.light,
#modal .naccs-2 .menu-2 div span.light{
  height: 10px;
  width: 10px;
  position: absolute;
  top: 40%;/*24px;*/
  left: 15px;
  background-color: #fff;/*#303F9F;*/
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

#modal .naccs .menu div.active span.light,
#modal .naccs-2 .menu-2 div.active span.light{
  background-color: #CAE4DB;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}

#modal .naccs .menu div.active,
#modal .naccs-2 .menu-2 div.active{
  color: #CAE4DB;
  padding: 15px 20px 15px 20px;
}

#modal ul.nacc {
  position: relative;
  /*height: 0px;*/
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  height: 86vh;
}

#modal ul.nacc li {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

#modal ul.nacc li.active {
              max-width: 1250px;
margin: 0 auto;
position: relative;
width: 100%;
top: calc(50% - 300px);
  transition-delay: .3s;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
          
}

#modal ul.nacc li div.preface {
    z-index: 1;
}

#modal ul.nacc li .app-slider::before {

    width: 1021px;/*890px;*/
    height: 680px;
    background: #000;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    content: '';
    display: block;
    left: -18%;
    opacity: .50;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    overflow: hidden;

}

.sliding-background {
  background: url("../images/uploads/real-people.jpg") repeat-x;
  height: 560px;
  width: 5076px;
  animation: slide 60s linear infinite;
}

@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-1692px, 0, 0);
  }
}

#modal ul.nacc li .inner{
background-color: #fff;
    border-radius: 5px;
    color: #424242;
    padding: 44px 25px;

}

#modal ul.nacc li p {
  margin: 0;
}

#modal .modal__content {
    background-image: url("../images/uploads/back-explain-suscripcion.jpg");
    background-size: cover;
    background-color: rgba(0,0,0,0.7);
}

#modal .modal__content li{
    height: 100%;
max-width: 1250px;
margin: 0 auto;
position: relative;
}

#modal-contacto .modal__content {

    background-image: none;
    background-size: cover;
    background-color: #cae4db;

}

#modal-contacto .contact-form__header-container img {
    width: 35px;
}


/*______________ stylos prueba colores ______________________

.header--blue.home-comprar {
    background-color: #fff;
}

.home-comprar .header__nav-link, .home-comprar .topbar__link {
    color: #373737;
}

.home-comprar .header__cta, .home-comprar.back-to-top {
    background: #daae27;
}

.header__nav a:hover {
    color: #daae27;
}

.home-comprar .listing__price , .home-comprar .listing__price a,
.home-comprar .topbar__user.login-btn .topbar__link,
.home-comprar .topbar__user.login-btn span,
.home-comprar .modal__trigger{
    color: #daae27
}
 

.home-comprar .listing-search {
    background-color: #597648;
}

.home-comprar .btn-default.activo, .home-comprar .listing__btn:hover, .home-comprar .modal__trigger:hover {
    background: transparent;
    border-color: transparent;
          color: #ffffff;
}

.home-comprar .btn-default, .home-comprar .listing__btn {

    border: 2px solid #597648;
    color: #597648;
}

.home-comprar .btn-default:hover {
    color: #ffffff;
    background: #597648;
}

.home-comprar .btn-default.min {
    border: 1px solid #597648;
}

.home-comprar .btn-default.activo {
    background: #597648;
}

.home-comprar .listing-search__slider .ui-widget-header, .home-comprar .search__btn, .home-comprar .dk-select-options .dk-option-highlight, .home-comprar .dk-select-open-up .dk-selected::before, .dk-select-open-down .dk-selected::before {
    background-color: #daae27;
}

.home-comprar .dk-select-open-up .dk-selected::before, .dk-select-open-down .dk-selected::before {
    border-bottom-color: #daae27;
}

.home-comprar.footer {
    background: #597648;
}

.home-comprar .footer__list a, .home-comprar .footer__social a, .home-comprar .footer__main  {
    color: #fff;
}

*/

/********* ___ sigue __________*/

#pass-input, #passwordact, #password2, #password{
    margin-bottom: 0;
}

meter {
    /* Reset the default appearance */
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
            
	margin: 0 auto 1em;
	width: 100%;
	height: .5em;
    
    /* Applicable only to Firefox */
	background: none;
	background-color: rgba(0,0,0,0.1);
}

meter::-webkit-meter-bar {
	background: none;
	background-color: rgba(0,0,0,0.1);
}

meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: orange; }
meter[value="4"]::-moz-meter-bar { background: green; }


/*_____ alerts ______*/

.alert {
    text-align: center;
    padding: 14px;
    border: 1px solid;
    border-radius: 5px;
    display: none;
}
.alert-info{color:#2f73c8;background-color:#d9e7f9;border-color:#2f73c8}
.alert-success{color:#30B661;background-color:#E8F7ED;border-color:#30B661}
.alert-danger{color:#E40000;background-color:rgba(228,0,0, 0.4);border-color:#E40000;margin-bottom:15px;}

.message-alert {
    text-align: center;
    padding: 14px;
    border: 1px solid;
    border-radius: 5px;
}

.forgot-link {
    display: inline-block;
}

select {
    
margin: -0.125em 0.75em 0 0;
border-radius: 4px !important;
background-color: #eeeeee;
}
select:hover {
    border: 1px solid #333333;
}

  select.search.select:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    z-index: 5;
    pointer-events: none;
  }
  .select select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    appearance: none;
   cursor: pointer;
  }
  
  .select.search {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 12px 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  
  select.select:hover {
    border: 1px solid #333333;
}


#dk6-property-region,
#dk7-property-localidad,
#dk8-property-pedania, 
#dk8-property-region,
#dk7-property-region, 
#dk8-property-localidad,
#dk9-property-pedania,
#dk9-property-localidad,
#dk3-property-region,
#dk4-property-localidad,
#dk5-property-pedania,
#dk2-property-region,
#dk3-property-localidad,
#dk4-property-pedania,
#dk10-property-pedania,
#dk11-property-region,
#dk12-property-localidad,
#dk13-property-pedania,
#dk16-property-region,
#dk17-property-localidad,
#dk18-property-pedania,
#dk0-property-region,
#dk11-property-region,
#dk12-property-localidad,
#dk13-property-pedania,
#dk4-property-region,
#dk5-property-localidad,
#dk9-property-region,
#dk10-property-localidad,
#dk11-property-pedania,
#dk10-property-region,
#dk11-property-localidad,
#dk12-property-pedania,
#dk6-property-pedania,
#dk4-property-region2,
#dk5-property-localidad2,
#dk5-property-region,
#dk6-property-localidad,
#dk7-property-pedania
{
    display: none !important;
}

#property-region, #property-localidad, #property-pedania, .search-prop #dk0-property-region, #property-region2, #property-localidad2 {
    display: block !important;
}

.search-prop #property-region{
    display: none !important;
}


.tooltip {
    position: relative;
    display: inline-block;
    color: #799c95;
    cursor: help;
}

.tooltip:hover {
    color: #00303e;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    /*margin-left: -60px;*/
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.listing__location.info{
    display: inline;
}

.listing__estado {
  margin-bottom: 20px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
 /* text-transform: uppercase;*/
  color: #00303e;
  }

.listing__estado .estado {
    color: #1fc341;
    font-weight: 700;
    background: transparent;
}

.listing__estado .estado.negociaciones { color: blue; background: transparent;}
.listing__estado .estado.Reservada { color: orange; background: transparent; }
.listing__estado .estado.Vendida { color: red; background: transparent; }

/* ESTADOS */
.Disponible {background-color: limegreen}
.negociaciones {background-color: blue}
.Vendida {background-color: red}



/* Load more */
.load-more, .load-more-mis-propiedades, .load-more-favoritos, .load-more-preferencias, .load-more-admin-propiedades, .load-more-admin-users, .load-more-prop-user{
    width: 99%;
    background: #cae4db;
    text-align: center;
    color: white;
    padding: 10px 0px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
}

.load-more:hover, .load-more-mis-propiedades:hover, .load-more-favoritos:hover ,.load-more-preferencias:hover, .load-more-admin-propiedades:hover, .load-more-admin-users:hover, .load-more-prop-user:hover{
    cursor: pointer;
    background: #00303e;
}
/* more link */
.more{
    color: blue;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 16px;
}



#filtro-tipo,
#filtro-tipo-mostrar, 
#filtro-precio, 
#filtro-dorm, 
#filtro-aseo, 
#filtro-anyo, 
#clear-filtros, 
#filtro-numplantas, 
#filtro-lugar, 
#filtro-idlugar, 
#filtro-piscina, 
#filtro-garaje, 
#filtro-amueblado,
#filtro-jardin
{display: none;}

#piscina-valor,
#garaje-valor,
#amueblado-valor,
#jardin-valor{
    visibility: hidden;
}

.delete-favorito .fa {color: brown;}

.fa.activa{
    color: lime;
    font-size: 52px;
    position: absolute;
    left: 0;
    margin-top: -6px;
}
.fa.no-activa{
    color: red;
    font-size: 52px;
    position: absolute;
    left: 0;
    margin-top: -6px;
}

.manage-list--my-property .manage-list__expire-date .importante{ color: red; }
.manage-list--my-property .manage-list__expire-date .manage-list__action { padding: 0px; }
.manage-list--my-property .manage-list__expire-date .manage-list__action a.renovar{ width: 90%; }

.manage-list__item-detail .listing__title .ref { color: #daae27}

/* cookie */

#overbox3.active {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;

}
#overbox3{
    display: none;
} 

#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: auto;
    width: 100%;
    text-align:center;
    background-color: #eeeeee;
}
#infobox3 p {
    line-height:25px;
    font-size:12px;
    text-align:center;
    padding: 1%;
    margin: 0;
    color:#000;
   background-color: rgba(175,238,238,0.5) ;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
}


/**** spinner ****/
#spinner-carga, #spinner-carga-fav, #spinner-carga-pref, #spinner-carga-user {display: none;}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #00303e;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 25px;/*42px;*/
  margin-top: -23px;
}
.lds-ellipsis div {
  position: absolute;
  top: 13px;/*27px;*/
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #00303e;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}


section.preferencias {
    background-color: #cae4db;
    padding: 50px 0;
}

#form-contact-vendedor .g-recaptcha, #form-contact-vendedor-prop .g-recaptcha {
    overflow: hidden;
}


.buttons .fa-facebook-square{
    color:#3b5998;
}


.slick-slide.similar-home.col-md-4 {
   width: 32.333%;

padding-left: 0;

padding-right: 0;

display: block;

margin: 5px;
}

.manage-list--my-property .admin .manage-list__title {
    flex: 1 0 33%;
    display: inline;
}

li.property__details ul.property__stats {
    display: -webkit-inline-flex ;
}


@media screen and (max-width: 1280px){
     #modal.info-app, .saber-mas.info-app {
         display: none;
     }
}

@media screen and (max-width: 992px){
    .header__user {
         display: none;
     }
     
     .topbar__user li{
      display: block;
  }
  
  .header__main{
      text-align: center;
  }
}

@media screen and (max-width: 769px){

    #destacados {display: none !important;}
    .property__main .property__figure {
        font-size: 50px;
        margin-bottom: -15px;
    }
    .property__main .property__stat {
        font-size: 50px;
        width: 30%;
    }
    .property__main .property__price, .property__header-container ul.property__list{
        text-align: center;
    }
    
    #slide-2-layer-2, #slide-12-layer-2, #slide-3-layer-2 {
        padding: 67px 0px 0px !important;
    }
    
    #sec-quienes-somos ul.nacc { height: 725px }
    
    .btn.btn-2.btn-2g.btn-normal {margin-top: 25px;}
    
    .flags{
        margin:25px 0px !important;
    }
    
    .new-listing__single {
       height: 460px;
    }
    
    .my-property__container .sign-up__textcontent .sign-up__tab {
        display: block; padding-bottom: 12px;
    }
    
    .my-property__container .sign-up__textcontent span { 
        display: none;
    }
    
    #mc_embed_signup input.email, #mc_embed_signup select {
        display: block !important;
    width: 100% !important;
    margin-bottom: 5px;
    }
  

}

#mc_embed_signup .newsletter__submit {
    width: auto;
}


/*__________________ FLAGS ____________*/

.flags{
  font-size:6em;
  line-height:0;
  margin:0;
  
}
.flag{
  box-sizing:content-box;
  display:inline-block;
  position:relative;
  width: 0.5em; 
  height: 0.5em;
  margin:0;
  background:#fff;
  border-radius:50%;
  border:solid #eee;
  overflow:hidden;
  box-shadow:0;
  opacity:.5;
  transition: 1s;
}
.flag:hover, .flag.active{
  border-radius:50%;
  box-shadow:0 0 .2em #666;
  opacity:1;
  transform:rotate(-360deg);
}
/* UK */
.en{
  background:rgb(200,10,10);
}

.en:after{

}
.en:before{
  display:block;
  content:"";
  width:0;
  height:0;
  position:absolute;
  left: 0.3em;
  border-style: solid;
  border-width: 0 0 0.3em 0.3em;
  /*left:.5em;
  border-style: solid;
  border-width: 0 0 .5em 1em;*/
  border-color: transparent  transparent  transparent rgb(10,100,150);
  box-shadow:0 0 0 .125em #fff;
}
.en:after{
  display:block;
  content:"";
  position:absolute;
  background:#fff;
  width: 0.125em;
  height: 0.35em;
  left: 69%;
  /*width:.125em;
  height:.65em;
  left:66%;*/
  transform:rotate(60deg);
}

.flag.es{
  background:rgb(255,200,0);
}
.es:before{
  background:rgb(200,10,10);
  display:block;
  position:absolute;
  bottom:0;
  content:"";
  width: 64px;
  height: 12px;;
}
.es:after{
  display:block;
  content:"";
  width: 42px;
  height: 12px;
  background:rgb(200,10,10);
}

.iti-flag.es:before, .iti-flag.es:after{
  background: transparent !important;
}


/**** notif ****/

.notif-nuevas, .notif-final {
    position: relative;
    top: -15px;
    padding: 2px 7px 2px 8px;
    background-color: #799c95;
    color: white;
    font-size: 0.65em;
    border-radius: 50%;
    box-shadow: 1px 1px 1px gray;
    left: -11px;
}

.tooltip.notif-final  .tooltiptext {
    left: -48px;
}

.notif-final {
    background-color: red;
    box-shadow: 1px 1px 1px red;
     cursor: help;
}

#someHtml {
      display: none;
}

.handsomeHtml {
 /* background: red;*/
  /*text-align: center;*/
  width: 780px;
  height: 1125px !important;
  position: relative;

}

.text {
    width: 220px;
}


.textinfo-header, .textinfo-footer{
    background-color: #00303e;
    text-align: center;
padding: 10px;
height: 100px;
}
.textinfo-footer .agency__contact li {
    color: #fff;
    display: inline-block;
padding-right: 15px;
padding-bottom: 15px;
font-size: 12px;

}

.textinfo-footer{
 height: 40px;
 position: absolute;
 bottom: 0;
width: 800px;
}
/*.textinfo-header{
    float: right;
    width: 250px;
}*/

/*.textinfo-header .agency__contact{
    text-align: left;
    font-size: 12px;
}

.textinfo-header .agency__contact li{ color:#00303e}*/

.logocolor {
    width: 80px;
   /* float: left;*/
   /* padding: 15px;*/
}

.cuerpo {
    clear: both;
    padding: 0 25px;

    /*margin-top: 50px;*/
}

#someHtml .property__main-item {
    margin-right: 12px; /*22px;*/
    padding-right: 12px; /*22px;*/
}

#someHtml .property__main, #someHtml .property__title {
    width: 100%;
}

#someHtml .property__details {
    width: 51%;
}
#someHtml .property__price {
    text-align: center;
    width: 100%;
}
#someHtml .property__name {
    font-size: 23px;
}
#someHtml .property__address {
    font-size: 11px;
}
#someHtml .property__feature-container {
    padding: 0;
}
#someHtml .property__feature {
    margin-bottom: 0;
    padding: 15px 40px 0px;
    box-shadow: none !important;
    border: none !important;
}

#someHtml .property__container {
    background-color: transparent;
}

.crazyFrog {
  /*background: url('http://e-cdn-images.deezer.com/images/artist/01eb92fc47bb8fb09adea9f763bb1c50/500x500.jpg');*/
  /*height: 500px;*/
  max-width: 810px;
  width: 98%;
padding-left: 10px;
}

.ads_Checkbox {
    cursor: pointer;
    width: 8%;
}

.ads_Checkbox_user {
    cursor: pointer;
    width: 14%;
}

.ads_Checkbox_all {
    cursor: pointer;
}

#mc_embed_signup_scroll {
    width: 100%;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 15px 20px !important;
	display: inline-block;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 2 */
.btn-2 {
	background: #cb4e4e;
	color: #fff;
	box-shadow: 0 5px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2g */
.btn-2g {
	border-radius: 40px;
}

.btn-2g:hover {
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

.btn-2g:active {
	box-shadow: 0 0 #ab3c3c;
	top: 6px;
}

.btn-yellow {
    background: #daae27;
    box-shadow: 0 5px #8a7c27;
        padding: 25px 40px !important;
    font-size: 20px;
    border-radius: 15px;
}

.btn-yellow:hover {
	box-shadow: 0 4px #8a7c27;
	top: 2px;
}

.btn-yellow:active {
	box-shadow: 0 0 #8a7c27;
	top: 6px;
}


.btn-normal {
    background: #cae4db;
    color: #799c95;
    box-shadow: 0 5px #799c95;
        padding: 25px 40px !important;
    font-size: 20px;
    border-radius: 15px;
    margin-left: 2%;
}

.btn-normal:hover {

	box-shadow: 0 4px #799c95;
	top: 2px;
}

.btn-normal:active {

	box-shadow: 0 0 #799c95;
	top: 6px;
}

.text-iva {
    font-size: 10px;
    font-weight: 100;
    padding-top: 5px;
}

.cookie-item {
    border-bottom: 1px solid lightgray;
    padding: 5px;
}

#aplicarDESC { 
    width: 100%;
    padding: 4px !important;
    font-size: 12px;
}

#btn-activar-sinpagar { display: none !important; }

a.translate {
    color: #799c95;
    padding-left: 10px;
}

a.translate:hover {
    text-decoration: underline;
}

.property__slider-main {

    position: relative;
    background-color: #f3f3f3;

}

img.rotate, img.normal, img.rotate90  {
    height: 100px;
   margin-right: 5px;
margin-bottom: 5px;
}

.rotate90 {
   -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
}

.normal {
   -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
}


.img-hover {
	position: relative;
	display: inline-block;
}

.img-hover:hover .edit {
	display: block;
}

.img-hover .edit {
position: absolute;
top: 0;
display: none;
left: 0;
width: 100%;
height: 100%;
text-align: center;
background: rgba(255,255,255,0.2);
}

.img-hover .edit .fa {
    padding-top: 35px;
font-size: 40px;
	color: rgba(0, 48, 62, 1);
}


/*___________ REORDENAR _________*/


#reordenar ul, #reordenar ol, #reordenar li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.reorder_link {
    color: #3675B4;
    border: solid 2px #3675B4;
    border-radius: 3px;
    text-transform: uppercase;
    background: #fff;
    padding: 10px 20px;
    margin: 0px 15px 15px 0px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    white-space: nowrap;
}
.reorder_link:hover {
    color: #fff;
    border: solid 2px #3675B4;
    background: #3675B4;
    box-shadow: none;
}
#reorder-helper{
    margin: 18px 10px;
    padding: 10px;
}
#reordenar .light_box {
    background: #efefef;
    padding: 20px;
    margin: 15px 0;
    text-align: center;
    font-size: 1.2em;
}

.image_link {
    max-width: 250px;
}
/* image gallery */
#reordenar .gallery{ width:100%; float:left; }
#reordenar .gallery ul{ margin:0; padding:0; list-style-type:none;}
#reordenar .gallery ul li{ padding:7px; border:2px solid #ccc; float:left; margin:10px 7px; background:none; width:auto; height:auto;}
#reordenar .gallery img{ width:250px;}

/* notice box */
#reordenar .notice, .notice a{ color: #fff !important; }
#reordenar .notice { z-index: 8888;padding: 10px;margin-top: 20px; }
#reordenar .notice a { font-weight: bold; }
#reordenar .notice_error { background: #E46360; }
#reordenar .notice_success { background: #657E3F; }


.delete-all-images{
    float: right;
    border: 2px solid red;
    color: red;
}

.delete-all-images:hover{
    background: red;
    color: white;
}

#myProgress {
  width: 100%;
  background-color: grey;
  border-radius: 36px;
  margin-bottom: 15px;
  display: none;
}

#myBar {
  width: 0%;
  height: 23px;
background-color: #4CAF50;
text-align: center;
line-height: 26px;
color: white;
border-radius: 10px; 
}

.oferta {
    color: #fff;line-height: 14px;
  height:75px;
  margin: 0px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  font-size: 14px;
}

.bg-oferta {
    background-image: url('/Views/images/bg-offer2.png'); background-repeat: no-repeat;background-size: contain;
}

.text-explorer-aviso, .text-offer-aviso {
    position: relative;
top: 35%;
}

.text-offer-aviso h1 {
    color: rgb(253, 217, 65);
    font-size: 55px;
}

.text-offer-aviso .text-1 {
    color: rgb(253, 217, 65);
    letter-spacing: 11px;
}
.text-offer-aviso .text-2 {
    color: #cae4db;
    letter-spacing: 9px;
    font-weight: 100;
}

.text-offer-aviso .text-3 {
    color: #799c95;
}



.modal-full #modal__content-offer.modal__content--active {

    width: 80%;
    max-width: none;
    height: 100%;
    /*top: 10%;*/
    left: 10%;
    background: url('/Views/images/offerbg.png'); background-repeat: no-repeat;background-size: contain;background-position: center;
    box-shadow: none;
}

#modal-offer {
    background: rgba(253,217,65,0.7);
}

#modal__content-newsletter {
    background: url('/Views/images/ladrillos.jpg'); background-repeat: no-repeat;background-size: cover;background-position: center;
    /*background-color: rgba(0, 48, 62, 0.91);*/
}
.newsletter__text-content {
    margin-left: 20px;
    width: 100%;
}

#modal__content-newsletter .newsletter__title.text-1 {
    color:#00303e;
text-transform: uppercase;
font-size: 40px;
}

@media screen and (max-width: 769px){
    .bg-oferta { background-size: cover !important; text-align: center;}
    .text-explorer-aviso { top: 0 }
    
    .modal-full #modal__content-offer.modal__content--active {
        background: transparent;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .text-offer-aviso {
        position: relative;
        top: 15%;
        left: 0;
    }
    .text-offer-aviso h1 {
        font-size: 40px;
    }
    #modal-offer {
        background-image: url('/Views/images/offerbg.png'); background-repeat: no-repeat;background-size: cover;background-position: center;
    }
    
    #modal__content-newsletter .newsletter__title.text-1 {
        font-size: 17px;
    }
}


input[data-readonly] {
  pointer-events: none;
}


/************* pagination ************/

.pagination, .pagination-admin , .pagination-users {
  text-align: center;
}

.pagination a, .pagination-admin a, .pagination-users a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd; /* Gray */
   margin: 0 4px;
   border-radius: 5px;
}

.pagination .page-item.active a, .pagination-admin .page-item.active a, .pagination-users .page-item-users.active a{
  background-color: rgba(0, 48, 62, 1);
  color: white;
}

.pagination a:hover:not(.active), .pagination-admin a:hover:not(.active), .pagination-users a:hover:not(.active) {background-color: #ddd;}

.text-redes {
    font-family: 'Oswald', sans-serif;font-size: 15px;line-height: 25px;font-style: normal;font-weight: 400;letter-spacing: 5px;text-transform: uppercase;
}

.link-redes {
    color:#fff;width: 100%
}

.link-redes:hover{ 
    color: #cae4db;
}

.border-bottom {
    padding-bottom: 10px;
border-bottom: 3px dotted #799c95;
}