@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600);
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 13px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  :root .btn:focus, :root .btn.focus, :root .btn:active:focus, :root .btn:active.focus, :root .btn.active:focus, :root .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  :root .btn:hover, :root .btn:focus, :root .btn.focus {
    color: #333;
    text-decoration: none; }
  :root .btn:active, :root .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  :root .btn.disabled, :root .btn[disabled],
  fieldset[disabled] :root .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none; }

:root a.btn.disabled,
fieldset[disabled] :root a.btn {
  pointer-events: none; }

:root .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  :root .btn-default:focus, :root .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  :root .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  :root .btn-default:active, :root .btn-default.active,
  .open > :root .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    :root .btn-default:active:hover, :root .btn-default:active:focus, :root .btn-default:active.focus, :root .btn-default.active:hover, :root .btn-default.active:focus, :root .btn-default.active.focus,
    .open > :root .btn-default.dropdown-toggle:hover,
    .open > :root .btn-default.dropdown-toggle:focus,
    .open > :root .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  :root .btn-default.disabled:hover, :root .btn-default.disabled:focus, :root .btn-default.disabled.focus, :root .btn-default[disabled]:hover, :root .btn-default[disabled]:focus, :root .btn-default[disabled].focus,
  fieldset[disabled] :root .btn-default:hover,
  fieldset[disabled] :root .btn-default:focus,
  fieldset[disabled] :root .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  :root .btn-default .badge {
    color: #fff;
    background-color: #333; }

:root .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  :root .btn-primary:focus, :root .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  :root .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  :root .btn-primary:active, :root .btn-primary.active,
  .open > :root .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74; }
    :root .btn-primary:active:hover, :root .btn-primary:active:focus, :root .btn-primary:active.focus, :root .btn-primary.active:hover, :root .btn-primary.active:focus, :root .btn-primary.active.focus,
    .open > :root .btn-primary.dropdown-toggle:hover,
    .open > :root .btn-primary.dropdown-toggle:focus,
    .open > :root .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  :root .btn-primary.disabled:hover, :root .btn-primary.disabled:focus, :root .btn-primary.disabled.focus, :root .btn-primary[disabled]:hover, :root .btn-primary[disabled]:focus, :root .btn-primary[disabled].focus,
  fieldset[disabled] :root .btn-primary:hover,
  fieldset[disabled] :root .btn-primary:focus,
  fieldset[disabled] :root .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  :root .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

:root .btn-success {
  color: #fff;
  background-color: #26860C;
  border-color: #1f6f0a; }
  :root .btn-success:focus, :root .btn-success.focus {
    color: #fff;
    background-color: #195708;
    border-color: black; }
  :root .btn-success:hover {
    color: #fff;
    background-color: #195708;
    border-color: #0f3605; }
  :root .btn-success:active, :root .btn-success.active,
  .open > :root .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #195708;
    background-image: none;
    border-color: #0f3605; }
    :root .btn-success:active:hover, :root .btn-success:active:focus, :root .btn-success:active.focus, :root .btn-success.active:hover, :root .btn-success.active:focus, :root .btn-success.active.focus,
    .open > :root .btn-success.dropdown-toggle:hover,
    .open > :root .btn-success.dropdown-toggle:focus,
    .open > :root .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #0f3605;
      border-color: black; }
  :root .btn-success.disabled:hover, :root .btn-success.disabled:focus, :root .btn-success.disabled.focus, :root .btn-success[disabled]:hover, :root .btn-success[disabled]:focus, :root .btn-success[disabled].focus,
  fieldset[disabled] :root .btn-success:hover,
  fieldset[disabled] :root .btn-success:focus,
  fieldset[disabled] :root .btn-success.focus {
    background-color: #26860C;
    border-color: #1f6f0a; }
  :root .btn-success .badge {
    color: #26860C;
    background-color: #fff; }

:root .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  :root .btn-info:focus, :root .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  :root .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  :root .btn-info:active, :root .btn-info.active,
  .open > :root .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    :root .btn-info:active:hover, :root .btn-info:active:focus, :root .btn-info:active.focus, :root .btn-info.active:hover, :root .btn-info.active:focus, :root .btn-info.active.focus,
    .open > :root .btn-info.dropdown-toggle:hover,
    .open > :root .btn-info.dropdown-toggle:focus,
    .open > :root .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  :root .btn-info.disabled:hover, :root .btn-info.disabled:focus, :root .btn-info.disabled.focus, :root .btn-info[disabled]:hover, :root .btn-info[disabled]:focus, :root .btn-info[disabled].focus,
  fieldset[disabled] :root .btn-info:hover,
  fieldset[disabled] :root .btn-info:focus,
  fieldset[disabled] :root .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  :root .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

:root .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  :root .btn-warning:focus, :root .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  :root .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  :root .btn-warning:active, :root .btn-warning.active,
  .open > :root .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    :root .btn-warning:active:hover, :root .btn-warning:active:focus, :root .btn-warning:active.focus, :root .btn-warning.active:hover, :root .btn-warning.active:focus, :root .btn-warning.active.focus,
    .open > :root .btn-warning.dropdown-toggle:hover,
    .open > :root .btn-warning.dropdown-toggle:focus,
    .open > :root .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  :root .btn-warning.disabled:hover, :root .btn-warning.disabled:focus, :root .btn-warning.disabled.focus, :root .btn-warning[disabled]:hover, :root .btn-warning[disabled]:focus, :root .btn-warning[disabled].focus,
  fieldset[disabled] :root .btn-warning:hover,
  fieldset[disabled] :root .btn-warning:focus,
  fieldset[disabled] :root .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  :root .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

:root .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  :root .btn-danger:focus, :root .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  :root .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  :root .btn-danger:active, :root .btn-danger.active,
  .open > :root .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    :root .btn-danger:active:hover, :root .btn-danger:active:focus, :root .btn-danger:active.focus, :root .btn-danger.active:hover, :root .btn-danger.active:focus, :root .btn-danger.active.focus,
    .open > :root .btn-danger.dropdown-toggle:hover,
    .open > :root .btn-danger.dropdown-toggle:focus,
    .open > :root .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  :root .btn-danger.disabled:hover, :root .btn-danger.disabled:focus, :root .btn-danger.disabled.focus, :root .btn-danger[disabled]:hover, :root .btn-danger[disabled]:focus, :root .btn-danger[disabled].focus,
  fieldset[disabled] :root .btn-danger:hover,
  fieldset[disabled] :root .btn-danger:focus,
  fieldset[disabled] :root .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  :root .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

:root .btn-link, :root .new-image .single-delete {
  font-weight: 400;
  color: #FF5F00;
  border-radius: 0; }
  :root .btn-link, :root .new-image .single-delete, :root .btn-link:active, :root .new-image .single-delete:active, :root .btn-link.active, :root .new-image .active.single-delete, :root .btn-link[disabled], :root .new-image .single-delete[disabled],
  fieldset[disabled] :root .btn-link,
  fieldset[disabled] :root .new-image .single-delete {
    background-color: transparent;
    box-shadow: none; }
  :root .btn-link, :root .new-image .single-delete, :root .btn-link:hover, :root .new-image .single-delete:hover, :root .btn-link:focus, :root .new-image .single-delete:focus, :root .btn-link:active, :root .new-image .single-delete:active {
    border-color: transparent; }
  :root .btn-link:hover, :root .new-image .single-delete:hover, :root .btn-link:focus, :root .new-image .single-delete:focus {
    color: #E05200;
    text-decoration: underline;
    background-color: transparent; }
  :root .btn-link[disabled]:hover, :root .new-image .single-delete[disabled]:hover, :root .btn-link[disabled]:focus, :root .new-image .single-delete[disabled]:focus,
  fieldset[disabled] :root .btn-link:hover,
  fieldset[disabled] :root .new-image .single-delete:hover,
  fieldset[disabled] :root .btn-link:focus,
  fieldset[disabled] :root .new-image .single-delete:focus {
    color: #777777;
    text-decoration: none; }

:root .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0px; }

:root .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

:root .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

:root .btn-block {
  display: block;
  width: 100%; }

:root .btn-block + .btn-block {
  margin-top: 5px; }

:root input[type="submit"].btn-block,
:root input[type="reset"].btn-block,
:root input[type="button"].btn-block {
  width: 100%; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

:root .progress, :root .new-progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

:root .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

:root .progress-striped .progress-bar,
:root .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

:root .progress.active .progress-bar, :root .active.new-progress .progress-bar,
:root .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

:root .progress-bar-success {
  background-color: #26860C; }
  .progress-striped :root .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

:root .progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped :root .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

:root .progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped :root .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

:root .progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped :root .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

@-ms-viewport {
  width: device-width; }

@font-face {
  font-family: 'icomoon';
  src: url(../fonts/icomoon.eot);
  src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-f0030-twitter:before {
  content: '\f0030'; }

.icon-f0031-facebook:before {
  content: '\f0031'; }

.icon-f0032-share:before {
  content: '\f0032'; }

.icon-f0033-chevron-right:before {
  content: '\f0033'; }

.icon-f0034-chevron-left:before {
  content: '\f0034'; }

.icon-f0035-alert:before {
  content: '\f0035'; }

.icon-f0036-star:before {
  content: '\f0036'; }

.icon-f0037-star-black:before {
  content: '\f0037'; }

.icon-f0038-camera:before {
  content: '\f0038'; }

.icon-f0039-video-camera:before {
  content: '\f0039'; }

.icon-f0040-chevron-right-bold:before {
  content: '\f0040'; }

.icon-f0041-chevron-left-bold:before {
  content: '\f0041'; }

.icon-f0042-lightbox-close:before {
  content: '\f0042'; }

.icon-f0043-simple-close:before {
  content: '\f0043'; }

.icon-f0044-check:before {
  content: '\f0044'; }

.icon-f0045-phone:before {
  content: '\f0045'; }

.icon-f0046-mail:before {
  content: '\f0046'; }

.icon-f0047-whatsapp:before {
  content: '\f0047'; }

.icon-f0048-coin:before {
  content: '\f0048'; }

.icon-f0049-check-square:before {
  content: '\f0049'; }

.icon-f0050-information:before {
  content: '\f0050'; }

.icon-f0051-place:before {
  content: '\f0051'; }

.icon-f0052-speach-bubble:before {
  content: '\f0052'; }

.icon-f0053-chevron-down:before {
  content: '\f0053'; }

.icon-f0054-chevron-up:before {
  content: '\f0054'; }

.icon-f0055-phone-lines:before {
  content: '\f0055'; }

.icon-f0056-mail-lines:before {
  content: '\f0056'; }

.icon-f0057-plus:before {
  content: '\f0057'; }

.icon-f0058-minus:before {
  content: '\f0058'; }

.icon-f0059-menu-open:before {
  content: '\f0059'; }

.icon-f0060-zoom:before {
  content: '\f0060'; }

.icon-f0061-menu-close:before {
  content: '\f0061'; }

.icon-f0062-circle-check:before {
  content: '\f0062'; }

.icon-f0063-drone:before {
  content: '\f0063'; }

.icon-f0064-lock:before {
  content: '\f0064'; }

.icon-f0065-location:before {
  content: '\f0065'; }

.icon-f0066-avaluos:before {
  content: '\f0066'; }

@font-face {
  font-family: 'Oswald';
  src: url(../fonts/hinted-subset-Oswald-Medium.woff2) format("woff2"), url(../fonts/hinted-subset-Oswald-Medium.woff) format("woff"), url(../fonts/hinted-subset-Oswald-Medium.ttf) format("truetype"), url(../fonts/hinted-subset-Oswald-Medium.svg#Oswald-Medium) format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Oswald';
  src: url(../fonts/hinted-subset-Oswald-Regular.woff2) format("woff2"), url(../fonts/hinted-subset-Oswald-Regular.woff) format("woff"), url(../fonts/hinted-subset-Oswald-Regular.ttf) format("truetype"), url(../fonts/hinted-subset-Oswald-Regular.svg#Oswald-Regular) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Oswald';
  src: url(../fonts/hinted-subset-Oswald-SemiBold.woff2) format("woff2"), url(../fonts/hinted-subset-Oswald-SemiBold.woff) format("woff"), url(../fonts/hinted-subset-Oswald-SemiBold.ttf) format("truetype"), url(../fonts/hinted-subset-Oswald-SemiBold.svg#Oswald-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Oswald';
  src: url(../fonts/hinted-subset-Oswald-Light.woff2) format("woff2"), url(../fonts/hinted-subset-Oswald-Light.woff) format("woff"), url(../fonts/hinted-subset-Oswald-Light.ttf) format("truetype"), url(../fonts/hinted-subset-Oswald-Light.svg#Oswald-Light) format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Oswald';
  src: url(../fonts/hinted-subset-Oswald-Bold.woff2) format("woff2"), url(../fonts/hinted-subset-Oswald-Bold.woff) format("woff"), url(../fonts/hinted-subset-Oswald-Bold.ttf) format("truetype"), url(../fonts/hinted-subset-Oswald-Bold.svg#Oswald-Bold) format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Oswald';
  src: url(../fonts/hinted-subset-Oswald-ExtraLight.woff2) format("woff2"), url(../fonts/hinted-subset-Oswald-ExtraLight.woff) format("woff"), url(../fonts/hinted-subset-Oswald-ExtraLight.ttf) format("truetype"), url(../fonts/hinted-subset-Oswald-ExtraLight.svg#Oswald-ExtraLight) format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-Thin.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-Thin.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-Thin.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-Thin.svg#Barlow-Thin) format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-Light.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-Light.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-Light.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-Light.svg#Barlow-Light) format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-ExtraLightItalic.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-ExtraLightItalic.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-ExtraLightItalic.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-ExtraLightItalic.svg#Barlow-ExtraLightItalic) format("svg");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-BoldItalic.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-BoldItalic.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-BoldItalic.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-BoldItalic.svg#Barlow-BoldItalic) format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-SemiBold.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-SemiBold.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-SemiBold.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-SemiBold.svg#Barlow-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-LightItalic.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-LightItalic.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-LightItalic.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-LightItalic.svg#Barlow-LightItalic) format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-Bold.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-Bold.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-Bold.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-Bold.svg#Barlow-Bold) format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-ThinItalic.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-ThinItalic.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-ThinItalic.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-ThinItalic.svg#Barlow-ThinItalic) format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-ExtraLight.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-ExtraLight.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-ExtraLight.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-ExtraLight.svg#Barlow-ExtraLight) format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-MediumItalic.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-MediumItalic.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-MediumItalic.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-MediumItalic.svg#Barlow-MediumItalic) format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-ExtraBoldItalic.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-ExtraBoldItalic.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-ExtraBoldItalic.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-ExtraBoldItalic.svg#Barlow-ExtraBoldItalic) format("svg");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-Black.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-Black.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-Black.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-Black.svg#Barlow-Black) format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-BlackItalic.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-BlackItalic.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-BlackItalic.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-BlackItalic.svg#Barlow-BlackItalic) format("svg");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-Regular.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-Regular.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-Regular.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-Regular.svg#Barlow-Regular) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-ExtraBold.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-ExtraBold.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-ExtraBold.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-ExtraBold.svg#Barlow-ExtraBold) format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-SemiBoldItalic.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-SemiBoldItalic.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-SemiBoldItalic.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-SemiBoldItalic.svg#Barlow-SemiBoldItalic) format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-Medium.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-Medium.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-Medium.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-Medium.svg#Barlow-Medium) format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url(../../fonts/hinted-subset-Barlow-Italic.woff2) format("woff2"), url(../../fonts/hinted-subset-Barlow-Italic.woff) format("woff"), url(../../fonts/hinted-subset-Barlow-Italic.ttf) format("truetype"), url(../../fonts/hinted-subset-Barlow-Italic.svg#Barlow-Italic) format("svg");
  font-weight: normal;
  font-style: italic; }

.thin-text {
  font-weight: 200; }

.lighter-text {
  font-weight: 300; }

.normal-text {
  font-weight: 400; }

.bold-text, :root .fileupload-dropzone .dropzone-instructions p:first-of-type, :root .publish_photos_list .liImage.imagenprincipal .main, :root .pic-tips {
  font-weight: 600; }

.heavy-text {
  font-weight: 800; }

.upper-text {
  text-transform: uppercase; }

.lower-text {
  text-transform: lowercase; }

.reset-case-text {
  text-transform: none; }

.vtop-text {
  display: inline;
  vertical-align: top; }

.vcenter-text {
  display: inline;
  vertical-align: middle; }

.vbottom-text {
  display: inline;
  vertical-align: bottom; }

.light-text {
  color: #4d4d4d; }
  .light-text *:not(a) {
    color: #4d4d4d; }

.dark-text {
  color: black; }
  .dark-text *:not(a) {
    color: black; }

.wrap-text {
  word-break: break-word; }

.text-xsm {
  font-size: 11px; }
  .text-xsm * {
    font-size: 11px; }

.text-sm {
  font-size: 12px; }
  .text-sm * {
    font-size: 12px; }

.text-xmd, :root .progress-text, :root .fileupload-dropzone .dropzone-instructions p:last-of-type, :root .notice-reached-images, :root .new-image .single-delete, :root .publish_photos_list .liImage.imagenprincipal .main {
  font-size: 13px; }
  .text-xmd *, :root .progress-text *, :root .fileupload-dropzone .dropzone-instructions p:last-of-type *, :root .notice-reached-images *, :root .new-image .single-delete *, :root .publish_photos_list .liImage.imagenprincipal .main * {
    font-size: 13px; }

.text-md {
  font-size: 14px; }
  .text-md * {
    font-size: 14px; }

.text-dmd, :root .fileupload-dropzone .dropzone-instructions p:first-of-type, :root .pic-tips, #property-creation-content #divMultimedia .multimedia-photos label {
  font-size: 15px; }
  .text-dmd *, :root .fileupload-dropzone .dropzone-instructions p:first-of-type *, :root .pic-tips *, #property-creation-content #divMultimedia .multimedia-photos label * {
    font-size: 15px; }

.text-lg {
  font-size: 18px; }
  .text-lg * {
    font-size: 18px; }

.text-xlg {
  font-size: 19px; }
  .text-xlg * {
    font-size: 19px; }

.text-bg {
  font-size: 20px; }
  .text-bg * {
    font-size: 20px; }

.text-xbg {
  font-size: 21px; }
  .text-xbg * {
    font-size: 21px; }

.white-text {
  color: #FFFFFF; }
  .white-text * {
    color: #FFFFFF; }

.base-gray-text, :root .fileupload-dropzone .dropzone-instructions, :root .publish_photos_list .liImage.imagenprincipal .main, :root .pic-tips {
  color: #717171; }
  .base-gray-text *, :root .fileupload-dropzone .dropzone-instructions *, :root .publish_photos_list .liImage.imagenprincipal .main *, :root .pic-tips * {
    color: #717171; }

.soft-gray-text {
  color: #F4F4F4; }
  .soft-gray-text * {
    color: #F4F4F4; }

.light-gray-text {
  color: #D1D1D1; }
  .light-gray-text * {
    color: #D1D1D1; }

.dark-gray-text, :root .fileupload-dropzone .dropzone-instructions p:last-of-type, :root .notice-reached-images {
  color: #5A5A5A; }
  .dark-gray-text *, :root .fileupload-dropzone .dropzone-instructions p:last-of-type *, :root .notice-reached-images * {
    color: #5A5A5A; }

.thin-text {
  font-weight: 200; }

.lighter-text {
  font-weight: 300; }

.normal-text {
  font-weight: 400; }

.bold-text, :root .fileupload-dropzone .dropzone-instructions p:first-of-type, :root .publish_photos_list .liImage.imagenprincipal .main, :root .pic-tips {
  font-weight: 600; }

.heavy-text {
  font-weight: 800; }

.upper-text {
  text-transform: uppercase; }

.lower-text {
  text-transform: lowercase; }

.reset-case-text {
  text-transform: none; }

.vtop-text {
  display: inline;
  vertical-align: top; }

.vcenter-text {
  display: inline;
  vertical-align: middle; }

.vbottom-text {
  display: inline;
  vertical-align: bottom; }

.light-text {
  color: #4d4d4d; }
  .light-text *:not(a) {
    color: #4d4d4d; }

.dark-text {
  color: black; }
  .dark-text *:not(a) {
    color: black; }

.wrap-text {
  word-break: break-word; }

.text-xsm {
  font-size: 11px; }
  .text-xsm * {
    font-size: 11px; }

.text-sm {
  font-size: 12px; }
  .text-sm * {
    font-size: 12px; }

.text-xmd, :root .progress-text, :root .fileupload-dropzone .dropzone-instructions p:last-of-type, :root .notice-reached-images, :root .new-image .single-delete, :root .publish_photos_list .liImage.imagenprincipal .main {
  font-size: 13px; }
  .text-xmd *, :root .progress-text *, :root .fileupload-dropzone .dropzone-instructions p:last-of-type *, :root .notice-reached-images *, :root .new-image .single-delete *, :root .publish_photos_list .liImage.imagenprincipal .main * {
    font-size: 13px; }

.text-md {
  font-size: 14px; }
  .text-md * {
    font-size: 14px; }

.text-dmd, :root .fileupload-dropzone .dropzone-instructions p:first-of-type, :root .pic-tips, #property-creation-content #divMultimedia .multimedia-photos label {
  font-size: 15px; }
  .text-dmd *, :root .fileupload-dropzone .dropzone-instructions p:first-of-type *, :root .pic-tips *, #property-creation-content #divMultimedia .multimedia-photos label * {
    font-size: 15px; }

.text-lg {
  font-size: 18px; }
  .text-lg * {
    font-size: 18px; }

.text-xlg {
  font-size: 19px; }
  .text-xlg * {
    font-size: 19px; }

.text-bg {
  font-size: 20px; }
  .text-bg * {
    font-size: 20px; }

.text-xbg {
  font-size: 21px; }
  .text-xbg * {
    font-size: 21px; }

.white-text {
  color: #FFFFFF; }
  .white-text * {
    color: #FFFFFF; }

.base-gray-text, :root .fileupload-dropzone .dropzone-instructions, :root .publish_photos_list .liImage.imagenprincipal .main, :root .pic-tips {
  color: #717171; }
  .base-gray-text *, :root .fileupload-dropzone .dropzone-instructions *, :root .publish_photos_list .liImage.imagenprincipal .main *, :root .pic-tips * {
    color: #717171; }

.soft-gray-text {
  color: #F4F4F4; }
  .soft-gray-text * {
    color: #F4F4F4; }

.light-gray-text {
  color: #D1D1D1; }
  .light-gray-text * {
    color: #D1D1D1; }

.dark-gray-text, :root .fileupload-dropzone .dropzone-instructions p:last-of-type, :root .notice-reached-images {
  color: #383E42; }
  .dark-gray-text *, :root .fileupload-dropzone .dropzone-instructions p:last-of-type *, :root .notice-reached-images * {
    color: #383E42; }

html,
html a {
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

ul.inline-list-items {
  margin: 0px;
  list-style: outside none none;
  line-height: 1.42857; }
  ul.inline-list-items > li {
    display: inline-block;
    vertical-align: middle;
    float: none !important; }
    ul.inline-list-items > li:not(:first-of-type) {
      margin-left: calc(10px); }

ul.list-icons-browse {
  margin: 0px;
  list-style: outside none none; }
  ul.list-icons-browse > li {
    display: inline-block;
    vertical-align: top;
    float: none !important; }
    ul.list-icons-browse > li:not(:first-child) {
      margin-left: calc(10px); }

ul.inline-list-grid {
  width: 100%;
  display: table;
  list-style: outside none none;
  margin: 0; }
  ul.inline-list-grid > li,
  ul.inline-list-grid .base-item-grid {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    float: none; }
    ul.inline-list-grid > li.has-image, ul.inline-list-grid > li.short-col,
    ul.inline-list-grid .base-item-grid.has-image,
    ul.inline-list-grid .base-item-grid.short-col {
      width: 1%; }
      ul.inline-list-grid > li.has-image > img, ul.inline-list-grid > li.short-col > img,
      ul.inline-list-grid .base-item-grid.has-image > img,
      ul.inline-list-grid .base-item-grid.short-col > img {
        max-width: none;
        width: 100%; }
    ul.inline-list-grid > li.no-warp, ul.inline-list-grid > li.no-wrap,
    ul.inline-list-grid .base-item-grid.no-warp,
    ul.inline-list-grid .base-item-grid.no-wrap {
      white-space: nowrap; }
    ul.inline-list-grid > li:not(:last-of-type),
    ul.inline-list-grid .base-item-grid:not(:last-of-type) {
      padding-right: calc(10px); }
    ul.inline-list-grid > li.vtop,
    ul.inline-list-grid .base-item-grid.vtop {
      vertical-align: top; }
    ul.inline-list-grid > li.vcenter,
    ul.inline-list-grid .base-item-grid.vcenter {
      vertical-align: middle; }
    ul.inline-list-grid > li.vbottom,
    ul.inline-list-grid .base-item-grid.vbottom {
      vertical-align: bottom; }
  ul.inline-list-grid.align-top > li,
  ul.inline-list-grid.align-top .base-item-grid, ul.inline-list-grid.valign-top > li,
  ul.inline-list-grid.valign-top .base-item-grid {
    vertical-align: top; }
  ul.inline-list-grid.align-center > li,
  ul.inline-list-grid.align-center .base-item-grid, ul.inline-list-grid.valign-center > li,
  ul.inline-list-grid.valign-center .base-item-grid {
    vertical-align: middle; }
  ul.inline-list-grid.align-bottom > li,
  ul.inline-list-grid.align-bottom .base-item-grid, ul.inline-list-grid.valign-bottom > li,
  ul.inline-list-grid.valign-bottom .base-item-grid {
    vertical-align: bottom; }
  ul.inline-list-grid.no-spacing > li,
  ul.inline-list-grid.no-spacing .base-item-grid {
    padding: 0 !important; }

ul.settings-section-browse {
  width: 100%;
  display: table;
  list-style: outside none none;
  margin: 0;
  margin: calc(20px) calc(0px); }
  ul.settings-section-browse > li,
  ul.settings-section-browse .base-item-grid {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    float: none; }
    ul.settings-section-browse > li.has-image, ul.settings-section-browse > li.short-col,
    ul.settings-section-browse .base-item-grid.has-image,
    ul.settings-section-browse .base-item-grid.short-col {
      width: 1%; }
      ul.settings-section-browse > li.has-image > img, ul.settings-section-browse > li.short-col > img,
      ul.settings-section-browse .base-item-grid.has-image > img,
      ul.settings-section-browse .base-item-grid.short-col > img {
        max-width: none;
        width: 100%; }
    ul.settings-section-browse > li.no-warp, ul.settings-section-browse > li.no-wrap,
    ul.settings-section-browse .base-item-grid.no-warp,
    ul.settings-section-browse .base-item-grid.no-wrap {
      white-space: nowrap; }
    ul.settings-section-browse > li:not(:last-of-type),
    ul.settings-section-browse .base-item-grid:not(:last-of-type) {
      padding-right: calc(10px); }
    ul.settings-section-browse > li.vtop,
    ul.settings-section-browse .base-item-grid.vtop {
      vertical-align: top; }
    ul.settings-section-browse > li.vcenter,
    ul.settings-section-browse .base-item-grid.vcenter {
      vertical-align: middle; }
    ul.settings-section-browse > li.vbottom,
    ul.settings-section-browse .base-item-grid.vbottom {
      vertical-align: bottom; }
  ul.settings-section-browse.align-top > li,
  ul.settings-section-browse.align-top .base-item-grid, ul.settings-section-browse.valign-top > li,
  ul.settings-section-browse.valign-top .base-item-grid {
    vertical-align: top; }
  ul.settings-section-browse.align-center > li,
  ul.settings-section-browse.align-center .base-item-grid, ul.settings-section-browse.valign-center > li,
  ul.settings-section-browse.valign-center .base-item-grid {
    vertical-align: middle; }
  ul.settings-section-browse.align-bottom > li,
  ul.settings-section-browse.align-bottom .base-item-grid, ul.settings-section-browse.valign-bottom > li,
  ul.settings-section-browse.valign-bottom .base-item-grid {
    vertical-align: bottom; }
  ul.settings-section-browse.no-spacing > li,
  ul.settings-section-browse.no-spacing .base-item-grid {
    padding: 0 !important; }

.list-separator {
  list-style-position: inside; }
  .list-separator#user-network-wrap > li:last-of-type {
    border-bottom: 1px solid #E6E6E6; }
  .list-separator > li {
    padding-top: calc(15px);
    padding-bottom: calc(15px);
    border-bottom: 1px solid #E6E6E6; }
    .list-separator > li:last-of-type {
      border-bottom: 0px; }
    .list-separator > li .content-close {
      top: auto; }

.list-highlighted {
  margin: 0;
  list-style-position: inside; }
  .list-highlighted:not(.ordered) {
    list-style: outside none none; }
  .list-highlighted > li {
    padding: calc(10px) calc(15px); }
    .list-highlighted > li:hover {
      background-color: #BBBBBB; }

ul.list-info-data > li {
  line-height: 1.42857; }
  ul.list-info-data > li:not(:last-of-type) {
    padding-bottom: calc(8px); }

img.size25 {
  max-width: calc(unquote('25px')) !important;
  max-height: calc(unquote('25px')) !important;
  width: calc(unquote('25px')) !important;
  height: calc(unquote('25px')) !important; }

img.size30 {
  max-width: calc(unquote('30px')) !important;
  max-height: calc(unquote('30px')) !important;
  width: calc(unquote('30px')) !important;
  height: calc(unquote('30px')) !important; }

img.size35 {
  max-width: calc(unquote('35px')) !important;
  max-height: calc(unquote('35px')) !important;
  width: calc(unquote('35px')) !important;
  height: calc(unquote('35px')) !important; }

img.size40 {
  max-width: calc(unquote('40px')) !important;
  max-height: calc(unquote('40px')) !important;
  width: calc(unquote('40px')) !important;
  height: calc(unquote('40px')) !important; }

img.size45 {
  max-width: calc(unquote('45px')) !important;
  max-height: calc(unquote('45px')) !important;
  width: calc(unquote('45px')) !important;
  height: calc(unquote('45px')) !important; }

img.size50 {
  max-width: calc(unquote('50px')) !important;
  max-height: calc(unquote('50px')) !important;
  width: calc(unquote('50px')) !important;
  height: calc(unquote('50px')) !important; }

img.size55 {
  max-width: calc(unquote('55px')) !important;
  max-height: calc(unquote('55px')) !important;
  width: calc(unquote('55px')) !important;
  height: calc(unquote('55px')) !important; }

img.size60 {
  max-width: calc(unquote('60px')) !important;
  max-height: calc(unquote('60px')) !important;
  width: calc(unquote('60px')) !important;
  height: calc(unquote('60px')) !important; }

img.size65 {
  max-width: calc(unquote('65px')) !important;
  max-height: calc(unquote('65px')) !important;
  width: calc(unquote('65px')) !important;
  height: calc(unquote('65px')) !important; }

img.size70 {
  max-width: calc(unquote('70px')) !important;
  max-height: calc(unquote('70px')) !important;
  width: calc(unquote('70px')) !important;
  height: calc(unquote('70px')) !important; }

img.size75 {
  max-width: calc(unquote('75px')) !important;
  max-height: calc(unquote('75px')) !important;
  width: calc(unquote('75px')) !important;
  height: calc(unquote('75px')) !important; }

img.size80 {
  max-width: calc(unquote('80px')) !important;
  max-height: calc(unquote('80px')) !important;
  width: calc(unquote('80px')) !important;
  height: calc(unquote('80px')) !important; }

img.size85 {
  max-width: calc(unquote('85px')) !important;
  max-height: calc(unquote('85px')) !important;
  width: calc(unquote('85px')) !important;
  height: calc(unquote('85px')) !important; }

img.size90 {
  max-width: calc(unquote('90px')) !important;
  max-height: calc(unquote('90px')) !important;
  width: calc(unquote('90px')) !important;
  height: calc(unquote('90px')) !important; }

img.size95 {
  max-width: calc(unquote('95px')) !important;
  max-height: calc(unquote('95px')) !important;
  width: calc(unquote('95px')) !important;
  height: calc(unquote('95px')) !important; }

img.size100 {
  max-width: calc(unquote('100px')) !important;
  max-height: calc(unquote('100px')) !important;
  width: calc(unquote('100px')) !important;
  height: calc(unquote('100px')) !important; }

img.size105 {
  max-width: calc(unquote('105px')) !important;
  max-height: calc(unquote('105px')) !important;
  width: calc(unquote('105px')) !important;
  height: calc(unquote('105px')) !important; }

img.size110 {
  max-width: calc(unquote('110px')) !important;
  max-height: calc(unquote('110px')) !important;
  width: calc(unquote('110px')) !important;
  height: calc(unquote('110px')) !important; }

img.size115 {
  max-width: calc(unquote('115px')) !important;
  max-height: calc(unquote('115px')) !important;
  width: calc(unquote('115px')) !important;
  height: calc(unquote('115px')) !important; }

img.size120 {
  max-width: calc(unquote('120px')) !important;
  max-height: calc(unquote('120px')) !important;
  width: calc(unquote('120px')) !important;
  height: calc(unquote('120px')) !important; }

img.size125 {
  max-width: calc(unquote('125px')) !important;
  max-height: calc(unquote('125px')) !important;
  width: calc(unquote('125px')) !important;
  height: calc(unquote('125px')) !important; }

img.size130 {
  max-width: calc(unquote('130px')) !important;
  max-height: calc(unquote('130px')) !important;
  width: calc(unquote('130px')) !important;
  height: calc(unquote('130px')) !important; }

img.size135 {
  max-width: calc(unquote('135px')) !important;
  max-height: calc(unquote('135px')) !important;
  width: calc(unquote('135px')) !important;
  height: calc(unquote('135px')) !important; }

img.size140 {
  max-width: calc(unquote('140px')) !important;
  max-height: calc(unquote('140px')) !important;
  width: calc(unquote('140px')) !important;
  height: calc(unquote('140px')) !important; }

img.size145 {
  max-width: calc(unquote('145px')) !important;
  max-height: calc(unquote('145px')) !important;
  width: calc(unquote('145px')) !important;
  height: calc(unquote('145px')) !important; }

img.size150 {
  max-width: calc(unquote('150px')) !important;
  max-height: calc(unquote('150px')) !important;
  width: calc(unquote('150px')) !important;
  height: calc(unquote('150px')) !important; }

img.size155 {
  max-width: calc(unquote('155px')) !important;
  max-height: calc(unquote('155px')) !important;
  width: calc(unquote('155px')) !important;
  height: calc(unquote('155px')) !important; }

img.size160 {
  max-width: calc(unquote('160px')) !important;
  max-height: calc(unquote('160px')) !important;
  width: calc(unquote('160px')) !important;
  height: calc(unquote('160px')) !important; }

img.size165 {
  max-width: calc(unquote('165px')) !important;
  max-height: calc(unquote('165px')) !important;
  width: calc(unquote('165px')) !important;
  height: calc(unquote('165px')) !important; }

img.size170 {
  max-width: calc(unquote('170px')) !important;
  max-height: calc(unquote('170px')) !important;
  width: calc(unquote('170px')) !important;
  height: calc(unquote('170px')) !important; }

img.size175 {
  max-width: calc(unquote('175px')) !important;
  max-height: calc(unquote('175px')) !important;
  width: calc(unquote('175px')) !important;
  height: calc(unquote('175px')) !important; }

img.size180 {
  max-width: calc(unquote('180px')) !important;
  max-height: calc(unquote('180px')) !important;
  width: calc(unquote('180px')) !important;
  height: calc(unquote('180px')) !important; }

img.size185 {
  max-width: calc(unquote('185px')) !important;
  max-height: calc(unquote('185px')) !important;
  width: calc(unquote('185px')) !important;
  height: calc(unquote('185px')) !important; }

img.size190 {
  max-width: calc(unquote('190px')) !important;
  max-height: calc(unquote('190px')) !important;
  width: calc(unquote('190px')) !important;
  height: calc(unquote('190px')) !important; }

img.size195 {
  max-width: calc(unquote('195px')) !important;
  max-height: calc(unquote('195px')) !important;
  width: calc(unquote('195px')) !important;
  height: calc(unquote('195px')) !important; }

img.size200 {
  max-width: calc(unquote('200px')) !important;
  max-height: calc(unquote('200px')) !important;
  width: calc(unquote('200px')) !important;
  height: calc(unquote('200px')) !important; }

img.size205 {
  max-width: calc(unquote('205px')) !important;
  max-height: calc(unquote('205px')) !important;
  width: calc(unquote('205px')) !important;
  height: calc(unquote('205px')) !important; }

img.size210 {
  max-width: calc(unquote('210px')) !important;
  max-height: calc(unquote('210px')) !important;
  width: calc(unquote('210px')) !important;
  height: calc(unquote('210px')) !important; }

img.size215 {
  max-width: calc(unquote('215px')) !important;
  max-height: calc(unquote('215px')) !important;
  width: calc(unquote('215px')) !important;
  height: calc(unquote('215px')) !important; }

img.size220 {
  max-width: calc(unquote('220px')) !important;
  max-height: calc(unquote('220px')) !important;
  width: calc(unquote('220px')) !important;
  height: calc(unquote('220px')) !important; }

img.size225 {
  max-width: calc(unquote('225px')) !important;
  max-height: calc(unquote('225px')) !important;
  width: calc(unquote('225px')) !important;
  height: calc(unquote('225px')) !important; }

img.size230 {
  max-width: calc(unquote('230px')) !important;
  max-height: calc(unquote('230px')) !important;
  width: calc(unquote('230px')) !important;
  height: calc(unquote('230px')) !important; }

img.size235 {
  max-width: calc(unquote('235px')) !important;
  max-height: calc(unquote('235px')) !important;
  width: calc(unquote('235px')) !important;
  height: calc(unquote('235px')) !important; }

img.size240 {
  max-width: calc(unquote('240px')) !important;
  max-height: calc(unquote('240px')) !important;
  width: calc(unquote('240px')) !important;
  height: calc(unquote('240px')) !important; }

img.size245 {
  max-width: calc(unquote('245px')) !important;
  max-height: calc(unquote('245px')) !important;
  width: calc(unquote('245px')) !important;
  height: calc(unquote('245px')) !important; }

img.size250 {
  max-width: calc(unquote('250px')) !important;
  max-height: calc(unquote('250px')) !important;
  width: calc(unquote('250px')) !important;
  height: calc(unquote('250px')) !important; }

img.radius-img {
  border-radius: 4px !important; }

img.radius-top-img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

img.radius-right-img {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

img.radius-bottom-img {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

img.radius-left-img {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

img.rounded-img {
  border-radius: 50% !important; }

/* .editable-profile-circle,
	.wrapper-image-edit.editable-profile-circle,
		.image-area-drop.editable-profile-circle {

	@include icon-circle(
		$font-size: rem-calc(10),
		$padding: rem-calc(0),
		$color: $white,
		$bgcolor: $base
	);
	width: rem-calc(140);
	height: rem-calc(140);
	border: 2px solid $white;
	@include box-shadow(2px 2px 20px rgba($black, .7));
	position: absolute;
	top: auto;
	left: rem-calc(25);
	bottom: rem-calc(-30);

	> img {
		width: 100%;
		height: auto;
	}
} */
img.no-image {
  position: relative;
  background-color: #EEEEEE;
  font-size: calc(400px);
  color: transparent; }
  img.no-image * {
    border: none !important; }
  img.no-image:before {
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    font-size: 1em; }
  img.no-image[data-text]:before {
    left: 70%;
    font-size: 0.7em; }
  img.no-image:after {
    position: absolute;
    content: attr(data-text);
    color: #FFFFFF;
    top: 0px;
    left: 0px;
    font-size: 18px; }

.rounded-thumb {
  display: inline-block;
  border-radius: 50%;
  margin-right: calc(8px); }
  .rounded-thumb:not(.no-outline) {
    border: 2px solid #FFFFFF;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); }
  .rounded-thumb img {
    width: calc(50px);
    height: calc(50px);
    border-radius: 50%; }

:root .btn-primary {
  color: #137EA9;
  background-color: transparent;
  border-color: #137EA9; }
  :root .btn-primary:focus, :root .btn-primary.focus {
    color: #137EA9;
    background-color: rgba(0, 0, 0, 0);
    border-color: #062936; }
  :root .btn-primary:hover {
    color: #137EA9;
    background-color: rgba(0, 0, 0, 0);
    border-color: #0d5572; }
  :root .btn-primary:active, :root .btn-primary.active,
  .open > :root .btn-primary.dropdown-toggle {
    color: #137EA9;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: #0d5572; }
    :root .btn-primary:active:hover, :root .btn-primary:active:focus, :root .btn-primary:active.focus, :root .btn-primary.active:hover, :root .btn-primary.active:focus, :root .btn-primary.active.focus,
    .open > :root .btn-primary.dropdown-toggle:hover,
    .open > :root .btn-primary.dropdown-toggle:focus,
    .open > :root .btn-primary.dropdown-toggle.focus {
      color: #137EA9;
      background-color: rgba(0, 0, 0, 0);
      border-color: #062936; }
  :root .btn-primary.disabled:hover, :root .btn-primary.disabled:focus, :root .btn-primary.disabled.focus, :root .btn-primary[disabled]:hover, :root .btn-primary[disabled]:focus, :root .btn-primary[disabled].focus,
  fieldset[disabled] :root .btn-primary:hover,
  fieldset[disabled] :root .btn-primary:focus,
  fieldset[disabled] :root .btn-primary.focus {
    background-color: transparent;
    border-color: #137EA9; }
  :root .btn-primary .badge {
    color: transparent;
    background-color: #137EA9; }
  :root .btn-primary:hover {
    text-decoration: underline; }

:root .btn-default {
    border-radius: 0;
    color: #FF5F00;
    background-color: #ffffff;
    border-color: #FF5F00;
}
  :root .btn-default:focus, :root .btn-default.focus {
    color: #FFFFFF;
    background-color: #cc6c00;
    border-color: #804400; }
  :root .btn-default:hover {
    color: #FFFFFF;
    background-color: #cc6c00;
    border-color: #c26700; }
  :root .btn-default:active, :root .btn-default.active,
  .open > :root .btn-default.dropdown-toggle {
    color: #FFFFFF;
    background-color: #cc6c00;
    background-image: none;
    border-color: #c26700; }
    :root .btn-default:active:hover, :root .btn-default:active:focus, :root .btn-default:active.focus, :root .btn-default.active:hover, :root .btn-default.active:focus, :root .btn-default.active.focus,
    .open > :root .btn-default.dropdown-toggle:hover,
    .open > :root .btn-default.dropdown-toggle:focus,
    .open > :root .btn-default.dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #a85900;
      border-color: #804400; }
  :root .btn-default.disabled:hover, :root .btn-default.disabled:focus, :root .btn-default.disabled.focus, :root .btn-default[disabled]:hover, :root .btn-default[disabled]:focus, :root .btn-default[disabled].focus,
  fieldset[disabled] :root .btn-default:hover,
  fieldset[disabled] :root .btn-default:focus,
  fieldset[disabled] :root .btn-default.focus {
    background-color: #FF5F00;
    border-color: #FF5F00; }
  :root .btn-default .badge {
    color: #FF5F00;
    background-color: #FFFFFF; }

:root .btn-secondary {
  color: #FFFFFF;
  background-color: #FF5F00;
  border-color: #e67a00; }
  :root .btn-secondary:focus, :root .btn-secondary.focus {
    color: #FFFFFF;
    background-color: #cc6c00;
    border-color: #663600; }
  :root .btn-secondary:hover {
    color: #FFFFFF;
    background-color: #cc6c00;
    border-color: #a85900; }
  :root .btn-secondary:active, :root .btn-secondary.active,
  .open > :root .btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #cc6c00;
    background-image: none;
    border-color: #a85900; }
    :root .btn-secondary:active:hover, :root .btn-secondary:active:focus, :root .btn-secondary:active.focus, :root .btn-secondary.active:hover, :root .btn-secondary.active:focus, :root .btn-secondary.active.focus,
    .open > :root .btn-secondary.dropdown-toggle:hover,
    .open > :root .btn-secondary.dropdown-toggle:focus,
    .open > :root .btn-secondary.dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #a85900;
      border-color: #663600; }
  :root .btn-secondary.disabled:hover, :root .btn-secondary.disabled:focus, :root .btn-secondary.disabled.focus, :root .btn-secondary[disabled]:hover, :root .btn-secondary[disabled]:focus, :root .btn-secondary[disabled].focus,
  fieldset[disabled] :root .btn-secondary:hover,
  fieldset[disabled] :root .btn-secondary:focus,
  fieldset[disabled] :root .btn-secondary.focus {
    background-color: #FF5F00;
    border-color: #e67a00; }
  :root .btn-secondary .badge {
    color: #FF5F00;
    background-color: #FFFFFF; }

:root .btn-action {
  color: black;
  background-color: transparent;
  border-color: transparent;
  text-indent: -0.5em;
  padding-left: 1.5em;
  font-weight: 400;
  font-size: 12px; }
  :root .btn-action:focus, :root .btn-action.focus {
    color: black;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  :root .btn-action:hover {
    color: black;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  :root .btn-action:active, :root .btn-action.active,
  .open > :root .btn-action.dropdown-toggle {
    color: black;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: rgba(0, 0, 0, 0); }
    :root .btn-action:active:hover, :root .btn-action:active:focus, :root .btn-action:active.focus, :root .btn-action.active:hover, :root .btn-action.active:focus, :root .btn-action.active.focus,
    .open > :root .btn-action.dropdown-toggle:hover,
    .open > :root .btn-action.dropdown-toggle:focus,
    .open > :root .btn-action.dropdown-toggle.focus {
      color: black;
      background-color: rgba(0, 0, 0, 0);
      border-color: rgba(0, 0, 0, 0); }
  :root .btn-action.disabled:hover, :root .btn-action.disabled:focus, :root .btn-action.disabled.focus, :root .btn-action[disabled]:hover, :root .btn-action[disabled]:focus, :root .btn-action[disabled].focus,
  fieldset[disabled] :root .btn-action:hover,
  fieldset[disabled] :root .btn-action:focus,
  fieldset[disabled] :root .btn-action.focus {
    background-color: transparent;
    border-color: transparent; }
  :root .btn-action .badge {
    color: transparent;
    background-color: black; }
  :root .btn-action:hover {
    text-decoration: underline; }

:root .new-progress {
  position: relative;
  border-radius: 0px;
  opacity: 1;
  width: 100%;
  height: 10px; }
  :root .new-progress .progress-bar {
    opacity: 1;
    height: 10px;
    background-color: #FF5F00; }

:root .progress-bar-animated {
  background-color: #FF5F00;
  margin-left: 0;
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

:root .progress-text {
  position: absolute;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

:root .progress-hidden {
  visibility: hidden; }

:root .overlay-progress {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 140px;
  background-color: #fdf3ec;
  border: #FF5F00 1px solid;
  opacity: 1;
  text-align: center;
  z-index: 29; }
  :root .overlay-progress .new-progress {
    width: 40%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin-left: auto;
    margin-right: auto;
    z-index: 30; }
  :root .overlay-progress .progress-text {
    position: absolute;
    color: #000; }

:root .no-viewport {
  position: fixed;
  top: 51px;
  height: auto;
  z-index: 9999;
  width: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  padding-bottom: 0px;
  }
  :root .no-viewport .new-progress {
    position: relative;
    top: 0;
    left: 0; }
  :root .no-viewport .progress-text {
    position: relative;
    margin: 10px 0 0; }

:root .new-uploader-dropbox {
  margin-top: 10px; }

:root .fileupload-dropzone {
  position: relative;
  text-align: center;
  border: 2px dashed #FF5F00;
  padding: 40px 12px 12px;
  background-color: #FFFFFF;
  transition: transform 100ms ease-in;
  box-sizing: border-box;
  min-height: 128px; }
  :root .fileupload-dropzone .dropzone-instructions {
    margin-left: auto;
    margin-right: auto; }
    :root .fileupload-dropzone .dropzone-instructions p:first-of-type {
      margin-top: 25px;
      margin-bottom: 40px; }
    :root .fileupload-dropzone .dropzone-instructions p:last-of-type {
      margin: 0; }

:root .is-dragover:not(.reached-images) .fileupload-dropzone {
  background-color: #f2f2f2;
  border-color: #e67a00;
  transform: translate(1px, -2px); }

:root .reached-images .fileupload-dropzone {
  border-color: #717171;
  background-color: #FFFFFF; }

:root .reached-images .fileinput-button {
  display: none; }

:root .reached-images .dropzone-instructions {
  display: none; }

:root .reached-images .notice-reached-images {
  display: block; }

:root .notice-reached-images {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%); }

:root .new-gallery {
  padding-top: 0 !important; }
  :root .new-gallery .images {
    padding: 0; }
    :root .new-gallery .images:before, :root .new-gallery .images:after {
      display: table;
      content: " "; }
    :root .new-gallery .images:after {
      clear: both; }

:root .new-image {
  position: relative;
  border: none;
  opacity: 1;
  box-sizing: border-box;
  background-color: #DDDDDD; }
  :root .new-image img {
    opacity: 1; }
  :root .new-image[data-image-selected="true"], :root .new-image:hover[data-image-selected="true"] {
    border: 2px solid #FF5F00;
    background-color: #FFFFFF;
    opacity: 1; }
    :root .new-image[data-image-selected="true"] img, :root .new-image:hover[data-image-selected="true"] img {
      opacity: .2; }
    :root .new-image[data-image-selected="true"] .single-delete, :root .new-image:hover[data-image-selected="true"] .single-delete {
      align-items: center;
      display: flex;
      gap: 4px;
      margin: auto;
      justify-content: center;
      z-index: 10; }
    :root .new-image[data-image-selected="true"]:before, :root .new-image:hover[data-image-selected="true"]:before {
      bottom: 8px;
      right: 13px;
      width: 6px;
      height: 11px;
      background-color: #FF5F00;
      border-top: 2px solid transparent;
      border-left: 2px solid transparent;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotateZ(37deg);
      transform-origin: 100% 100%;
      z-index: 1; }
    :root .new-image[data-image-selected="true"]:after, :root .new-image:hover[data-image-selected="true"]:after {
      border-color: #FF5F00;
      background-color: #FF5F00; }
  :root .new-image[data-image-selected="false"] {
    border-width: 0px; }
  :root .new-image:hover, :root .new-image:hover[data-image-selected="false"] {
    border: 1px solid #F4F4F4;
    background-color: #FFFFFF; }
    :root .new-image:hover img, :root .new-image:hover[data-image-selected="false"] img {
      opacity: .2; }
    :root .new-image:hover .single-delete, :root .new-image:hover[data-image-selected="false"] .single-delete {
      display: inline-block;
      z-index: 10; }
    :root .new-image:hover:after, :root .new-image:hover[data-image-selected="false"]:after {
      border-color: #F4F4F4; }
  :root .new-image .single-delete {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    border: none;
    background-color: #FFFFFF; }
    :root .new-image .single-delete > i, :root .new-image .single-delete .glyphicon {
      font-size: 12px;
    }
    :root .new-image .single-delete:hover, :root .new-image .single-delete:focus {
      background-color: #FFFFFF;
      z-index: 10; }
  :root .new-image:before, :root .new-image:after {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    background-color: transparent;
    z-index: 0;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, bottom .20s .1s, right .20s .1s; }
  :root .new-image:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    right: 13px;
    bottom: 8px;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%; }

:root .publish_photos_list {
  /*image thumbnails styles*/ }
  :root .publish_photos_list:before, :root .publish_photos_list:after {
    display: table;
    content: " "; }
  :root .publish_photos_list:after {
    clear: both; }
  :root .publish_photos_list .liImage {
    margin: 0px 20px 20px 0px; }
    :root .publish_photos_list .liImage .new-image {
      position: relative;
      overflow: hidden;
      width: 100px;
      height: 75px; }
      :root .publish_photos_list .liImage .new-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: 100%;
        transform: translate(-50%, -50%);
        transition: transform 300ms linear;
        width: 100%;
        height: auto; }
    :root .publish_photos_list .liImage.imagenprincipal .new-image {
      position: relative;
      overflow: hidden;
      width: 230px;
      height: 170px; }
      :root .publish_photos_list .liImage.imagenprincipal .new-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: 100%;
        transform: translate(-50%, -50%);
        transition: transform 300ms linear;
        width: 100%;
        height: auto; }
    :root .publish_photos_list .liImage.imagenprincipal .main {
      background-color: #FFFFFF;
      position: absolute;
      top: 15px;
      right: auto;
      bottom: auto;
      left: 20px;
      padding: 5px 15px;
      border: 1px solid #B2B9BD;
      z-index: 1;
      text-align: center;
      opacity: 1;
      width: auto; }
    :root .publish_photos_list .liImage:active {
      box-shadow: 1px 1px 5px #999999;
      cursor: move; }
      :root .publish_photos_list .liImage:active .new-image {
        border: none; }

:root .pic-tips {
  display: inline-block;
  margin-top: 10px; }

.page-container .btn-success {
  background-color: #FFFFFF;
  border-color: #bababa;
  color: #8c8c8c; }
  .page-container .btn-success:hover, .page-container .btn-success:focus, .page-container .btn-success:active:hover, .page-container .btn-success:active:focus {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #ff8000; }
  .page-container .btn-success:active, .page-container .btn-success.active {
    background-color: #bababa;
    color: #FFFFFF;
    border: 1px solid #ff8000; }

#property-creation-content #divMultimedia .multimedia-photos, .multimedia-photos {
  position: relative;
  margin-top: 0px; }

#property-creation-content #divMultimedia .checkbox {
  color: #717171;
  min-height: 30px; }

#property-creation-content #divMultimedia .videoContent {
  text-align: center;
  margin-top: 15px; }

#property-creation-content .galeriaproyectos_back {
  margin-top: 20px; }

#property-creation-content .multiple-delete > i,
#property-creation-content .multiple-delete .glyphicon {
  font-size: 20px;
  vertical-align: middle; }

#property-creation-content .multimedia-video .input-group {
  width: 100%; }

#property-creation-content .input-youtube-video input[type='text'] {
  border-right: 0; }
  #property-creation-content .input-youtube-video input[type='text']:focus, #property-creation-content .input-youtube-video input[type='text']:active {
    border-right: 0 !important; }
    #property-creation-content .input-youtube-video input[type='text']:focus ~ .input-group-addon, #property-creation-content .input-youtube-video input[type='text']:active ~ .input-group-addon {
      border: 1px solid #FF5F00;
      border-left: 0; }

#property-creation-content .input-youtube-video .input-group-addon {
  background: url(data:image/png;base64,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) no-repeat center/auto;
  box-sizing: content-box;
  padding: 0 5px;
  width: 66px; }

#property-creation-content .input-youtube-video .form-control ~ .input-group-addon {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

#property-creation-content #neighborhood-autocomplete-dropdown {
  z-index: 10 !important; }

#property-creation-content #common-neighborhood-form-control {
  z-index: 20; }

.navbar-nav {
  float: left; }

:root hr {
  border-color: #DDDDDD; }

/*
* Main Container
* --------------
*/

