  #main_menu .container {
    position: relative;
  }
  .mg_edit a {
    display: none;
  }
  .affix {
    position: relative;
  }
/* Estilos generales */
  html {
    position: relative;
    min-height: 100%;
  }
  body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: .1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  .btn, input, select, textarea {
    -webkit-font-smoothing: antialiased;
  }
  .hero {
    height: 480px;
  }
  #index #main_menu {
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
    z-index: 3;
    position: relative;
  }
  .content, .sub-content {
    padding: 40px 0;
    border-top: 5px solid;
  }
  footer.footer {
    padding: 40px 0;
  }
  footer#body_footer {
    padding: 20px 0 15px;
  }
  .user-content h4 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  #main_menu .user-content {
    overflow: visible;
  }
  .user-content h1 {
    margin-bottom: 24px;
  }
  .footer .user-content h1 {
    margin-bottom: 10px;
  }
  .btn-primary {
    background-color: red !important;
  }
  .btn-primary:focus{
    border: 0;
  }
/* Header */
  .top-head {
    padding: 20px 0 10px;
    min-height: 110px;
  }
  .top-head .logo h1 img, .top-head .logo img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .top-head .logo .user-content h1 {
    font-size: 32px;
    font-weight: bold;
  }
  .top-head .logo .user-content h1 a {
    color: inherit;
  }
  .top-head .logo .user-content h1 a:hover {
    text-decoration: none;
  }
  .top-head p {
    margin: 0;
  }
  .top-head .contact .user-content h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    margin: 0;
  }
  .top-head p {
    font-size: 13px;
  }
  .top-head #code_search_form {
    position: relative;
  }
  .top-head #code_search_form input {
    height: 40px;
    line-height: 20px;
    width: 100%;
  }
  #code_search_form input.input-button, .code-search-form input.input-button {
    position: absolute;
    top: 0px;
    right: 5px;
    border: 0;
    font-size: .00001px;
    width: 30px;
    height: 30px;
    margin-top: 5px;
  }
/* menu */
  #main_menu {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    z-index: 10;
    position: static
  }
  #main_menu .container {
    padding-left: 0;
  }
  #main_menu li a {
    border-right: 1px solid;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 900;
  }
  #main_menu .navbar-nav.navbar-right>li>a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  #main_menu li.dropdown:hover .dropdown-menu {
    display: block;
  }
  #main_menu .dropdown-menu {
    min-width: 184px;
    padding: 0;
  }
  #main_menu .dropdown-menu li a {
    border: 0;
    padding: 10px;
    border-bottom: 1px solid;
    font-size: 13px;
  }
  #main_menu .dropdown-menu li:last-child a {
    border-bottom: 0;
  }
/* Footer */
  .social-media a {
    margin-right: 10px;
  }
  #body_footer a {
    text-decoration: underline;
  }
  .phone-mobile {
    text-align: center;
    margin-top: .5rem;
    padding: 2rem;
  }
  .phone-mobile p, .phone-mobile h3 {
    margin: 0;
  }
/* Hero */

  .hero .hero-search {
    padding-top: 385px;
  }
  .hero .hero-search form {
    border-radius: 5px;
    background: rgba(255,255,255,.4);
    padding: 10px;
    text-align: center;
  }
  .hero .hero-search form select {
    height: 45px;
    margin-right: 1%;
    padding: 10px;
  }
  .hero .hero-search form select.operation {
    width: 29%;
  }
  .hero .hero-search form select.listing-type {
    width: 44%;
  }
  .hero .hero-search form .btn {
    height: 45px;
    font-size: 16px;
    padding: 11px 20px;
    font-weight: 900;
    background-color: red !important;
  }
/* Featured properties */
  .featured-properties {
    padding-bottom: 60px;
  }
  .featured-properties .title {
    height: 45px;
  }
  .featured-properties .title h3 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.5px;
    margin: 0 0 20px;
    padding: 0 20px;
    display: inline-block;
  }
  .featured-properties .title span {
    height: 2px;
    display: block;
    margin-top: -25px;
  }
  .thumbnail {
    padding: 0;
    font-size: 16px;
    border: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    margin: 0;
    min-height: 413px;
    position: relative;
  }
  .thumbnail .property-status-badge.sold, .thumbnail .property-status-badge.rented {
    color: #e74c3c;
    background: none;
  }
  .thumbnail .property-status-badge.reserved {
    color: #f1c40f;
    background: none;
  }
  .thumbnail:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.30);
  }
  .thumbnail .title-image {
    overflow: hidden;
    display: block;
  }
  .thumbnail .title-image a img {
    width: auto;
    margin-left: 0;
  }
  .thumbnail .caption {
    padding: 9px 0 60px 0;
  }
  .thumbnail .type {
    border-radius: 5px 5px 0 0;
    padding: 7px;
  }
  .thumbnail p {
    margin: 0;
  }
  .thumbnail p {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
  }
  .thumbnail p.accent-color {
    font-size: 14px;
  }
  .thumbnail h3 {
    margin: 10px 10px 20px;
    font-size: 23px;
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .thumbnail .btn {
    border-radius: 0 0 5px 5px;
    padding: 15px 0;
    font-weight: 900;
    position: absolute;
    bottom: 0;
  }
  .featured-properties .carousel-control {
    width: 5%;
    background: none;
  }
  .carousel-control.right {
    right: 15px;
  }
  .featured-properties .carousel-control .arrow {
    width: 16px;
    height: 26px;
    position: absolute;
    top: 47%;
    z-index: 5;
    display: inline-block;
  }
  .featured-properties .carousel-inner {
    margin: 0 5%;
    width: auto;
  }
  .featured-properties .carousel-control .arrow-left {
    background: url('/assets/sites/urban/img/slider-left.png') no-repeat center center;
  }
  .featured-properties .carousel-control .arrow-right {
    background: url('/assets/sites/urban/img/slider-right.png') no-repeat center center;
  }
  .carousel-indicators {
    bottom: -50px;
  }
  .carousel-indicators li, .carousel-indicators li.active {
    opacity: .5;
  }
/* Listings */
  .mg_filter-bar h3 {
    display: none;
  }
  .mg_filter-bar h4 {
    font-size: 14px;
    border-bottom: 1px solid;
    padding-bottom: 7px;
    font-weight: bold;
  }
  .mg_filter-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .filter-fields ul li a, .filter-fields label {
    font-size: 13px;
  }
  .filter-fields ul .filter-link ul.child-filters {
    margin: 2px 0 2px 13px;
  }
  .filter-fields label {
    margin: 10px 0 0 0;
  }
  .mg_filter-bar .input-button {
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: bold;
    margin-top: 10px;
    font-size: 13px;
  }
  .field-group {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
  }
  .field-group .field:first-child {
    float: left;
    display: inline;
    width: 47%;
    clear: none;
    overflow: hidden;
    margin-right: 3%;
  }
  .field-group .field {
    float: left;
    display: inline;
    width: 50%;
    clear: none;
    overflow: hidden;
  }
  .sort-by {
    float: right;
  }
  .sort-by form {
    width: 68%;
    float: left;
  }
  #mg_property_listings {
    clear: both;
    padding-top: 10px;
  }
  .property-listing, #contact_form_wrapper, .content-box, .mg-notice {
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 15px;
    overflow: hidden;
    position: relative;
  }
  .thumbnail .caption, #contact_form_wrapper h4 {
    border-bottom: 0!important;
  }
  .content-box {
    padding: 25px;
  }
  .property-listing:hover {
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
  }
  .property-listing .view-details {
    display: none;
  }
  .property-listing:hover .view-details {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  .property-listing .view-details a {
    margin-top: 10px;
    padding: 9px 18px;
    border-radius: 5px;
    font-weight: bold;
    line-height: 38px;
  }
  .property-listing .view-details a:hover {
    text-decoration: none;
  }
  .property-listing .property-photo {
    width: 35%;
    float: left;
    position: relative;
    text-align: center;
    padding-right: 15px;
  }
  .property-listing .property-photo img {
    width: 100%;
  }
  .property-listing .property-photo .property-status-badge {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 3px 10px;
    position: absolute;
    top: -8px;
    margin-left: -8px;
    width: 140px!important;
    border-radius: 3px 3px 3px 0;
  }
  .property-listing .property-photo .property-status-badge:after {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    margin-top: 3px;
  }
  .property-listing .property-photo a:hover {
    text-decoration: none;
  }
  .property-listing .property-description {
    float: left;
    width: 65%;
  }
  .property-listing .property-header {
    border-bottom: 1px solid;
    padding-bottom: 7px;
    margin-bottom: 7px;
    overflow: hidden;
  }
  .property-listing .property-header .property-price {
    float: right;
  }
  #vacation_rentals .property-listing .property-header .property-price {
    float: right;
    min-width: 150px;
    margin-left: 30px;
  }

  .property-listing .property-header .property-price ul {
    padding: 0;
    list-style: none;
    font-size: 13px;
  }
  .property-listing .property-header .property-price ul li {
    margin-top: 2px;
    font-size: 17px;
  }
  .property-listing .listing-type-price {
    font-weight: 600;
  }
  .property-listing .property-header .property-price h4 {
    font-size: 18px;
  }
  .property-listing .property-header h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
  }
  .property-listing .property-header h5 {
    margin: 5px 0 0 0;
    font-weight: bold;
    font-size: 12px;
  }
  .property-listing .property-header .property-price h5 {
    font-size: 14px;
  }
  .property-listing .property-info {
    overflow: hidden;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
    margin-left: -10px;
  }
  .property-listing .property-info p {
    float: left;
    padding-left: 10px;
    border-left: 1px solid;
    font-size: 13px;
    margin: 5px 10px 5px 0;
  }
  .property-listing p.agent {
    clear: both;
    border: 0;
  }
  .property-listing p:first-child {
    border-left: 0;
  }
  /* Pagination */
    .pagination {
      border: 1px solid;
      border-radius: 5px;
      overflow: hidden;
      float: right;
      margin: 10px 0 0 0;
    }
    .header-pagination .pagination {
      float: none;
      margin: 0;
    }
    .pagination ul {
      padding: 0;
      margin: 0;
    }
    .pagination ul li {
      display: inline-block;
    }
    .pagination ul li, .pagination ul li.currentpage, .pagination ul li.disablepage, .pagination ul li span, .pagination ul li span {
      display: inline-block;
      padding: 5px 10px;
      font-weight: bold;
      font-size: 13px;
      margin-right: -3px;
      border-right: 1px solid;
    }
/* Applied filters */
  .applied-filters h3, .sort-by span {
    font-size: 12px;
    float: left;
    margin: 6px;
  }
  .applied-filters h3:after {
    content: ':';
  }
  .applied-filters ul {
    padding: 0;
  }
  .applied-filters ul li a {
    padding-right: 15px;
    background: url('/assets/sites/urban/img/close.png')no-repeat right 4px;
  }
  .applied-filters ul li a:hover {
    text-decoration: none;
  }
  .applied-filters ul li a span.title:after {
    content: ':';
    margin-right: 3px;
  }

/* Property detail */
  .contact .print-property {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    color: inherit;
    opacity: .8;
    font-size: 13px;
  }
  .contact .print-property:hover {
    text-decoration: none;
    opacity: 1;
  }
  .contact .print-property img {
    margin-top: -4px;
    margin-right: 8px;
  }
  #overview {
    position: relative;
    margin-bottom: 15px;
  }
  #overview .title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    max-width: 72%;
  }
  #overview .location {
    font-size: 15px;
    margin: 5px 0 0;
  }
  #overview .location a {
    color: inherit;
    text-decoration: underline;
  }
  #overview #prices ul {
    padding: 0;
    list-style: none;
  }
  #overview .property-status-badge {
    border-radius: 5px;
    font-size: 18px;
    padding: 7px 15px;
  }
  #main_features {
    margin-top: 10px;
  }
  #main_features ul {
    padding: 0;
    list-style: 0;
  }
  #main_features ul li, .applied-filters ul li {
    display: inline-block;
    margin: 5px 7px 0 0;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.05);
  }
  .applied-filters ul li {
    margin: 0;
  }
  #main_features ul li:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    background-image: url('/assets/sites/urban/img/icons.png');
  }
  #main_features ul li.property-type:before {
    display: none;
  }
  #main_features ul li.beds:before {
    background-position: -56px 0px;
  }
  #main_features ul li.baths:before {
    background-position: -42px 0px;
  }
  #main_features ul li.lot-size:before {
    background-position: -28px 0px;
  }
  #main_features ul li.space:before {
    background-position: -14px 0px;
  }
  #overview #prices {
    font-size: 24px;
    font-weight: bold;
  }
  .galleria-container {
    height: 500px;
  }
  #description h4, #contact_form_wrapper h4, #amenities h4, #files h4 {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
  }
  .mg-notice {
    border-radius: 4px;
    text-align: center;
    padding: 20px 15px;
  }
  #contact_form_wrapper .mg-notice, .mg_contact-form .mg-notice {
    background: none;
    box-shadow: none;
    border: 0;
    margin-top: 10px;
  }
  .mg_contact-form .mg-notice {
    padding-top: 5px;
    text-align: center;
  }
  #contact_form_wrapper .mg-notice h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  #contact_form_wrapper h4 {
    margin-bottom: 0;
  }
  #contact_form_wrapper .btn.submit.input-button {
    font-weight: bold;
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
  }
  #contact_form_wrapper .empty {
    display: none;
  }
  #contact_form_wrapper .input-group-addon {
    padding-top: 0;
  }
  #contact_form_wrapper .input-group.date .input-group-addon i {
    background: url('/assets/sites/urban/img/date-select.png');
    font-size: .00001px;
    line-height: 16px;
    width: 16px;
  }
  .errorExplanation {
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
  }
  .errorExplanation ul {
    padding-left: 20px;
  }
  .errorExplanation h2 {
    display: none;
  }
  #description, #amenities {
    margin-bottom: 30px;
  }
  #amenities h5 {
    font-weight: bold;
    margin-bottom: 3px;
  }
  #amenities ul, #files ul {
    list-style: none;
    padding: 0;
  }
  #amenities ul li {
    display: inline-block;
  }
  #amenities ul li:after {
    content: ',';
  }
  #amenities ul li:last-child:after {
    display: none;
  }
  #summary h4 {
    display: none;
  }
  #summary table {
    border: 2px solid;
    font-size: 13px;
  }
  #summary table tr:nth-child(even) {
    overflow: hidden;
  }
  #summary table tr:nth-child(odd) {
    overflow: hidden;
  }
  #summary table tr td {
    border: 0;
  }
  #summary table tr td:nth-child(2) {
    font-weight: bold;
  }
  #summary ul {
    list-style: none;
    padding: 0;
  }
  #files ul li {
    margin-bottom: 7px;
  }
  #files ul li a {
    text-decoration: underline;
    font-size: 13px;
  }
  .input-group.date {
    width: 100%;
  }
  .mg_contact-form {
    margin-top: 20px;
  }
  .mg_contact-form input {
    margin-bottom: 10px;
  }
  .mg_contact-form .mg-label {
    font-size: 13px;
    text-align: right;
    padding-right: 15px;
  }
  .mg_contact-form table {
    width: 75%;
  }
  .mg_contact-form input.btn.submit {
    font-weight: bold;
    margin-top: 10px;
  }
  .include-real #overview {
    display: none;
  }
  .nav-tabs {
    border: 0;
  }
  .nav-tabs > li {
    z-index: 2;
    margin-bottom: -1px;
  }
  #map {
    border: 0;
    padding: 10px;
  }
  #video ul {
    list-style: none;
    padding: 0px;
  }
  .multimedia-container > div {
    padding: 10px;
  }
  .multimedia-container iframe {
    height: 450px;
    width: 100%;
    border: 0;
  }
  .galleria-container, #map {
    height: 500px!important;
  }
  .map-container {
    height: 100%;
  }
  .galleria-stage {
    bottom: 120px;
  }
  .galleria-thumbnails-container {
    height: 110px;
  }
  .galleria-thumbnails {
    height: 100px;
  }
  .galleria-thumbnails .galleria-image, .galleria-thumbnails .galleria-image img {
    width: 130px;
    height: 100px;
    border: 0;
  }
  .galleria-carousel .galleria-thumb-nav-left, .galleria-carousel .galleria-thumb-nav-right {
    margin-top: 35px;
  }
  .notouch .galleria-thumb-nav-left:hover, .notouch .galleria-thumb-nav-right:hover {
    background-color: transparent;
  }
  .no-media {
    height: 535px;
    background-image: url('/assets/sites/urban/img/no-media.png');
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 4px;
  }

/* Alert styles */
  .property-status-badge.sold, .property-status-badge.rented {
    background: #e74c3c;
    color: #fff;
  }
  .property-status-badge.reserved {
    background: #f1c40f;
    color: #86600d;
  }
  .property-status-badge.sold:after, .property-status-badge.rented:after {
    background: #e74c3c;
    background: url('/assets/sites/urban/img/status-badge-red.png');
  }
  .property-status-badge.reserved:after {
    background: url('/assets/sites/urban/img/status-badge-yellow.png');
  }
  .errorExplanation {
    background: #fdedeb;
    color: #e74c3c;
  }
  .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background: #000;
    background: rgba(0,0,0,.3);
  }
  .dropdown-menu li a:hover {
    background: #000;
    background: rgba(0,0,0,.1);
  }
   button,  input,  optgroup,  select,  textarea {
    color: #555;
  }
  .LV_validation_message {
    display: none;
  }
  #prices .temporary-rates li {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  }
  .temporary-rates h5 {
    display: none;
  }
  .temporary-rates ul ul li {
    font-weight: bold!important;
    font-size: 16px;
  }
.map-empty-container {
  background: url('/themes/minimaloide/images/map-placeholder.png') center center no-repeat;
  height: 575px;
  text-align: center;
  border: 5px solid #f1f1f1;
}
.map-empty-container .map-text {
  color: #888;
  display: inline-block;
  margin-top: 210px;
  font-size: 26px;
  font-weight: bold;
  max-width: 400px;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
}
.media.agent {
  margin: -15px -20px 10px;
  background: #fcfdfd;
  border-bottom: 1px solid #e4e8eb;
  padding: 15px;
  margin-top: 1px;
}
.agent-image {
  margin-right: 10px;
}
.agent-image img {
  max-width: 75px;
  border: 1px solid #e4e8eb;
}
#contact_form_wrapper .agent-info .agent-name {
  padding-bottom: 0;
  border-bottom: 0;
  margin: 0 0 5px;
}
.agent .phone:before, .agents .phone:before {
  content: ' ';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  background: url('/assets/sites/urban/img/phone.png');
}
.cell:before {
  content: ' ';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  background: url('/assets/sites/urban/img/cell.png');
}

/* Agents */

  .company {
    display: none;
  }
  .company img {
    max-width: 95px;
    margin: 5px 0;
  }
  .modal-dialog {
    z-index: 1050;
  }
  .modal-dialog h4 {
    color: #000;
  }
  .modal-dialog label {
    color: #333;
  }
  .modal-dialog table td {
    padding-right: 15px;
  }
  .modal-dialog table input, .modal-dialog table textarea {
    margin-bottom: 15px
  }
  .modal-dialog .field_with_errors input, .modal-dialog .field_with_errors textarea {
    border: 1px solid #f7887d;
  }
  .modal-dialog .mg-notice {
    background: none;
    box-shadow: none;
    border: 0;
  }
  .modal-dialog .mg-notice h1 {
    margin-top: 0px;
  }
  .agents .user .media-left img {
    width: 75px;
    border: 1px solid #e4e8eb;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.05);
    box-shadow: 1px 1px 2px rgba(0,0,0,.05);
  }
  .agents .btn-default {
    color: #fff;
    font-weight: bold;
  }
  .user-image {
    display: none;
  }
  .editing .user-image .mg_edit {
    top: 20px;
    left: 20px;
    z-index: 2!important;
    position: absolute;
  }
  .editing .user-image img {
    display: none;
  }
  .editing .user-image, .editing .user-image .mg_part {
    display: block;
    width: 100%;
    height: 544px;
    position: absolute;
    z-index: 2;
  }
  #hero {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

/* Social Icons */

  .social-links {
    text-align: right;
    margin-bottom: 5px;
    margin-bottom: 0px;
    margin-top: 12px;
  }
  .social-links a {
    padding: 0!important;
    opacity: .9;
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
  }
  .social-links a:hover {
    opacity: 1;
  }
  .social-links a.facebook {
    background: url("/assets-v2/sites/urban/img/facebook.png");
  }
  .social-links a.twitter {
    background: url("/assets-v2/sites/urban/img/twitter.png");
  }
  .social-links a.youtube {
    background: url("/assets-v2/sites/urban/img/youtube.png");
  }

  .social-links a.instagram {
    background: url("/assets-v2/sites/urban/img/instagram.png");
  }


/* Gallery title */

  .galleria-info-text {
    display: block!important;
  }
  .galleria-info-link, .galleria-info-description {
    display: none!important;
  }
  .galleria-info {
    text-align: center;
    display: block;
    width: 100%;
    bottom: 115px;
    top: auto;
  }
  .galleria-info-text {
    background: none;
    display: inline-block!important;
    min-width: 50px;
    padding: 0;
  }
  .galleria-info-title {
    background: #fff;
    padding: 8px 12px 23px;
    margin: 0;
    color: #000;
    font-weight: normal;
  }
  .galleria-counter {
    opacity: 1!important;
    text-align: center;
    width: 100%;
    color: #666;
    font-size: 9px;
    z-index: 3;
    background-color: #fff;
    bottom: 0;
    width: auto;
    left: 30px;
    right: 0;
    width: 50px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
  }
  .property-sidebar {
    margin-top: 15px;
  }

@media (min-width: 992px) {
  #gallery .royal-image-slideshow:not(.rsFullscreen) {
    height: 550px !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  #gallery .royal-image-slideshow:not(.rsFullscreen) {
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  #gallery .royal-image-slideshow:not(.rsFullscreen) {
    height: 350px !important;
  }
}

/* Contact Modal Styles */

.fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  left: 0;
}
.fixed-bottom .btn {
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  padding: 15px;
}
#contactModal {
  background: #fff;
}
.modal-content {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.modal-content #contact_form_wrapper {
  background: #fff!important;
  border: 0!important;
  box-shadow: none!important;
}
.modal-content .modal-title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
}
.modal-content .form-wrapper .user-content {
  display: none;
}
.modal-content .form-wrapper .media {
  border-bottom: 0;
  margin: 0 0 15px;
  padding: 0;
}
.modal-content .form-wrapper #contact_form_wrapper {
  border: 0;
  margin: 0;
}
.modal-content .form-wrapper #contact_form_wrapper td {
  padding: 0;
}
.modal-content .print-property {
  display: none;
}
.modal-content table {
  width: 100%;
}
.input-group .form-control {
  background-color: #fff;
}

/* New prices */

.property #prices {
  font-size: 18px;
}
.property #prices .listing-type-price {
  font-size: 36px;
}
.property #prices .listing-type li:last-child {
  margin-bottom: 5px;
}
.property #prices li {
  font-size: 24px;
}
.property #prices .period {
  font-size: 16px;
  margin-left: 3px;
}
.property #prices .price-type > .listing-type {
  text-transform: lowercase;
}
.property-listing li {
  list-style: none;
}
#website_translator {
  margin-top: 10px;
}
#virtual_tour iframe {
  width: 100%;
  min-height: 350px;
  border: 0;
  margin-top: 1px;
}
#virtual_tour iframe {
  margin-bottom: 0;
}
.toggle-virtual-full {
  margin: 10px 15px 15px;
}
:-webkit-full-screen #virtual_tour_iframe {
  width: 100%!important;
  height: 100%!important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
}
