.header-wrap {
    height: auto;
}

.header.is-transparent {
    color: #f4f4f4;
    background-color: transparent;
    border: none;
}

.header.is-transparent .header-search {
    color: #212529;
}

.header.is-transparent .header-menu {
    border-top: none;
}

.header.is-transparent .header-toggle-menu {
    color: #f4f4f4;
}

.header.is-transparent .burger-container .burger .bar {
    background: #f4f4f4;
}

.header.is-transparent .nbr-btn {
    color: #f4f4f4;
    border-color: #f4f4f4;
}

.header-menu .menu-items .item-group h3 {
    color: var(--maincolor);
}

.header.is-transparent .header-hot-topic a {
    color: #f4f4f4;
}

.footer {
    background-color: #1a1a1a;
}

.header.is-transparent .show-on-transparent + img {
    display: none;
}

.header.is-transparent .show-on-transparent {
    display: block;
}

.header.is-transparent .open-how-to-guide,
.header.is-transparent .go-to-bookmarks,
.header.is-transparent .user-collapsible-icon,
.header.is-transparent .user-collapsible-icon-login {
    border-color: #f4f4f4;
    color: #f4f4f4;
}

.marketplace-intro {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 540px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.marketplace-intro .iframe-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.marketplace-intro .iframe-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 286vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.marketplace-intro .iframe-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.marketplace-intro > .inner {
    position: relative;
    max-width: 1060px;
    z-index: 2;
}

.marketplace-intro h2 {
    font-size: 100px;
    line-height: 0.8;
    text-transform: uppercase;
    margin-bottom: 0;
}

.marketplace-intro h4 {
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.scroll-down {
    position: absolute;
    left: calc(50% - 65px);
    bottom: 30px;
    width: 130px;
    font-weight: 300;
    z-index: 2;
}

.scroll-down:before {
    content: '';
    display: block;
    width: 2px;
    height: 100px;
    position: absolute;
    bottom: calc(100% + 10px);
    left: calc(50% - 1px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.marketplace-discover {
    padding-top: 150px;
    padding-bottom: 150px;
}

.marketplace-discover h3 {
    color: #C19933;
    font-size: 80px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.marketplace-discover h5 {
    text-transform: uppercase;
}

.discover-filter {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

.discover-filter .input-wrap {
    margin-bottom: 0;
    width: 100%;
    margin-right: 10px;
}

.discover-filter .input-wrap .form-control {
    border-radius: 0;
    font-family: freight-display-pro, serif;
    padding: 10px 30px 10px 10px;
    height: auto;
    background-color: #fff;
    font-size: 20px;
    border: 1px solid #c8c8c8;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.discover-filter .select-wrap {
    position: relative;
}

.discover-filter .select-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% + 11px);
    right: 15px;
    border-top: 4px solid #1a1a1a;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.discover-filter .btn {
    border: 1px solid #1a1a1a;
    box-shadow: 0px 0px 0px 1px #fff inset;
    background-color: #1a1a1a;
    min-width: 65px;
    border-radius: 0;
}

.discover-counter {
    font-family: freight-sans-pro, sans-serif;
    margin-top: 50px;
    margin-bottom: 100px;
}

.discover-counter div:nth-child(2) {
    margin-left: 10%;
    margin-right: 10%;
}

.discover-counter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    color: #C19933;
    font-weight: 600;
    margin-left: 5px;
    border: none;
}

.discover-results .show-on-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    color: #f4f4f4;
    background-color: rgba(0, 0, 0, 0.5);
}

.discover-results .show-on-hover span {
    text-shadow: 0px 0px 15px #000;
}

.discover-results .frame:hover .show-on-hover {
    display: block;
}

.discover-results .item {
    margin-bottom: 80px;
}

.discover-results .property-author {
    margin-bottom: 10px;
    font-family: freight-sans-pro, sans-serif;
}

.discover-results .property-author img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.discover-results .property-author .property-author-logo {
    width: 108px;
    height: 30px;
    margin-right: 20px;
    border-right: 1px solid #c8c8c8;
}

.discover-results .property-location {
    color: rgba(26, 26, 26, 0.5);
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}

.discover-results .property-location span:nth-child(n+2) {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #c8c8c8
}

.discover-results .property-title {
    margin-top: 10px;
    margin-bottom: 20px;
}

.discover-results .property-link span {
    position: relative;
    color: #1a1a1a;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.discover-results .property-link span:before,
.discover-results .property-link span:after {
    content: '';
    display: block;
    position: absolute;
}

.discover-results .property-link span:before {
    width: 40px;
    height: 1px;
    background-color: #c19933;
    top: 50%;
    left: calc(100% + 20px);
}

.discover-results .property-link span:after {
    top: calc(50% - 2px);
    left: calc(100% + 60px);
    border-left: 8px solid #c19933;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.show-video,
.show-slideshow {
    cursor: pointer;
}

.marketplace-ad .size-1 {
    color: #c19933;
}

.marketplace-ad a {
    color: #C19933;
    text-decoration: underline;
}

.marketplace-ad .size-3 {
    line-height: 40px;
}

.marketplace-image-slideshow,
.marketplace-video-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
}

.marketplace-image-slideshow.is-active,
.marketplace-video-popup.is-active {
    display: block;
}

.marketplace-image-slideshow .overlay,
.marketplace-video-popup .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.9;
    z-index: 1;
}

.marketplace-image-slideshow .overlay + *,
.marketplace-video-popup .overlay + * {
    position: relative;
    height: 100%;
    z-index: 2;
}

.marketplace-image-slideshow .close-text,
.marketplace-video-popup .close-text {
    position: absolute;
    bottom: 100%;
    right: 0;
    color: rgba(244, 244, 244, 0.5);
    font-family: freight-sans-pro, sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    opacity: 1;
    cursor: pointer;
}

.marketplace-image-slideshow .inner,
.marketplace-video-popup .inner {
    position: relative;
    width: calc(100% - 140px);
    max-width: 860px;
    border: 1px solid rgba(244, 244, 244, 0.5);
    padding: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.marketplace-image-slideshow .prev,
.marketplace-image-slideshow .next {
    width: 29px;
    height: 29px;
    border: 1px solid #c19933;
    user-select: none;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.marketplace-image-slideshow .prev span,
.marketplace-image-slideshow .next span {
    color: #f4f4f4;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.marketplace-video-popup iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.marketplace-image-slideshow .custom-dots {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.marketplace-image-slideshow .custom-dots .item {
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin: 20px 5px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.marketplace-image-slideshow .custom-dots .item.is-active {
    background-color: #c19933;
}

.marketplace-add-property-header {
    padding-top: 85px;
}

.marketplace-add-property-header .go-back {
    color: #1a1a1a;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.marketplace-add-property-header .go-back:hover {
    color: inherit;
    text-decoration: none;
}

.marketplace-add-property-header .go-back span {
    position: relative;
    padding-left: 60px;
}

.marketplace-add-property-header .go-back span:before,
.marketplace-add-property-header .go-back span:after {
    content: '';
    display: block;
    position: absolute;
}

.marketplace-add-property-header .go-back span:before {
    width: 40px;
    height: 1px;
    background-color: #c19933;
    top: 50%;
    left: 8px;
}

.marketplace-add-property-header .go-back span:after {
    top: calc(50% - 2px);
    left: 0;
    border-right: 8px solid #c19933;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.marketplace-add-property-header .title-row {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.marketplace-add-property-header h1 {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.marketplace-property-form h6 {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.marketplace-property-form .input-wrap label {
    color: rgba(26, 26, 26, 0.5);
    font-weight: 500;
}

.marketplace-property-form .input-wrap .form-control {
    font-size: 20px;
    line-height: 1;
    border-radius: 0;
    background-color: #fff;
    height: auto;
    padding: 11px 10px;
}

.marketplace-property-form .select-wrap .form-control {
    position: relative;
}

.marketplace-property-form .select-wrap:after {
    content: '';
    display: block;
    position: absolute;
    bottom: calc(50% - 17px);
    right: 15px;
    border-top: 4px solid #1a1a1a;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.marketplace-property-form .select-wrap .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.drop-area {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px 50px 90px;
    font-family: freight-sans-pro, sans-serif;
    color: #1a1a1a;
    text-align: center;
    background-image: repeating-linear-gradient(to right, #B2B2B2 0%, #B2B2B2 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to right, #B2B2B2 0%, #B2B2B2 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #B2B2B2 0%, #B2B2B2 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #B2B2B2 0%, #B2B2B2 50%, transparent 50%, transparent 100%);
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
}

.drop-area.invalid {
    background-image: repeating-linear-gradient(to right, #c19933 0%, #c19933 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to right, #c19933 0%, #c19933 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #c19933 0%, #c19933 50%, transparent 50%, transparent 100%), repeating-linear-gradient(to bottom, #c19933 0%, #c19933 50%, transparent 50%, transparent 100%);
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
}

.drop-area img {
    display: none;
}

.drop-area input[type=file] {
    background: none;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    padding: 0;
    color: transparent;
    margin: 0 auto;
    left: 1px;
    top: 1px;
    border: none;
    cursor: pointer;
}

.drop-area img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.drop-area label {
    color: #1a1a1a !important;
}

.drop-area input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
}

.drop-area input[type=file]::before {
    content: 'Select File';
    display: flex;
    font-family: freight-sans-pro, sans-serif;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
    box-shadow: 0px 0px 0px 1px #fff inset;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    z-index: 2;
    left: calc(50% - 75px);
    bottom: calc(50% - 50px);
}

.drop-area.has-file input::before {
    display: none;
}

.drop-area.has-file img {
    display: block;
}

.drop-area .deselect-file {
    display: none;
    position: absolute;
    left: 15px;
    bottom: 15px;
    cursor: pointer;
}

.drop-area .deselect-file span {
    color: #f4f4f4;
}

.drop-area.has-file .deselect-file {
    display: block;
}

.drop-area.has-file label {
    display: none;
}

.drop-area.property-video input[type=file]::before {
    display: none;
}

.drop-area.property-video label {
    width: 100%;
}

.drop-area.property-video .vimeo-url-input {
    position: relative;
    z-index: 2;
    width: 100%;
    border: 1px solid #c8c8c8;
    padding: 10px 15px;
}

.drop-area.property-video.has-file .vimeo-url-input {
    display: none;
}

.datepicker + span {
    position: absolute;
    right: 10px;
    bottom: 14px;
    pointer-events: none;
}

.price-input {
    position: relative;
}

.price-input:before {
    content: '$';
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 20px;
    color: rgba(26, 26, 26, 0.5);
}

.price-input input {
    padding-left: 25px !important;
}

.marketplace-form-action {
    margin-top: 50px;
    margin-bottom: 150px;
}

.btn.nbr-btn.nbr-btn-dark {
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    min-width: 200px;
}

.btn.nbr-btn.nbr-btn-dark:hover {
    color: #c19933;
}

.marketplace-form-action .nbr-btn-transparent {
    border: 0;
}

.marketplace-form-action .cancel-form {
    color: #1a1a1a;
    font-family: freight-sans-pro, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.manage-property-list {
    padding-bottom: 150px;
}

.manage-property-list .item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c8c8c8
}

.manage-property-list .item .frame {
    width: 180px;
    margin-right: 40px;
}

.manage-property-list .item .region-info {
    margin-bottom: 5px;
}

.manage-property-list .item .region-info span {
    color: rgba(26, 26, 26, 0.5);
    font-weight: 500;
}

.manage-property-list .item .region-info span:nth-child(n+2) {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #c8c8c8
}

.manage-property-list .item .date {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}

.marketplace-user-aciton {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 20px;
    z-index: 1;
}

.marketplace-user-aciton .nbr-btn {
    color: #f4f4f4;
    text-transform: uppercase;
    background-color: #C19933;
    width: 146px;
    border: 1px solid #c19933;
    box-shadow: 0px 0px 0px 1px rgba(26, 26, 26, 0.5) inset;
    padding: 13px 25px;
    border-radius: 23px;
}

.action {
    display: block;
    border: 1px solid #c8c8c8;
    color: rgba(26, 26, 26, 0.5);
    width: 30px;
    height: 30px;
    text-align: center;
}

.action span {
    font-size: 16px;
    line-height: 30px;
}

.action.publish-action {
    border: 1px solid green;
    color: green;
}

.action.publish-action.is-active {
    border: 2px solid red;
    color: red;
}

.action.publish-action.is-active span {
    position: relative;
    top: -2px;
}

.property-video .status {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: var(--maincolor);
}

.agent-logo-frame {
    position: relative;
    color: #999;
    width: 140px;
    height: 50px;
    border: 1px dashed #c8c8c8;
    margin-right: 10px;
    text-transform: uppercase;
}

.agent-logo-frame img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.agent-logo-frame.has-file {
    border: 0;
}

.agent-logo-frame.has-file img {
    display: block;
}

.agent-logo-frame.has-file span {
    display: none;
}

.images .disabled {
    display: none;
}

.images .owl-stage-outer {
    overflow: hidden;
    line-height: 0;
}

.images .owl-item {
    display: inline-block;
}

.marketplace-paginator {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 100px;
}

.marketplace-paginator a,
.marketplace-paginator div {
    font-family: freight-sans-pro, sans-serif;
    color: #555;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    width: 30px;
    height: 30px;
    font-weight: 600;
    user-select: none;
    margin-left: 10px;
    margin-right: 10px;
}

.marketplace-paginator .current {
    position: relative;
}

.marketplace-paginator .current:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #c19933;
    transform: rotate(45deg);
}

.property-actions .is-active {
    color: #0c5460;
}

.manageListingGuideButtons {
    cursor: pointer;
    padding-bottom: 3px;
    color: #555;
}

.manageListingGuideButtons:hover {
    text-decoration: none;
    color: #0c5460;
}

.popup-guide {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.popup-guide.is-active {
    display: block;
}

.popup-guide .popup-guide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
    z-index: 1;
}

.popup-guide > .inner {
    height: 100%;
    overflow: auto;
}

.popup-guide .guide-box {
    position: relative;
    z-index: 2;
}

.popup-guide .popup-guide-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #1a1a1a;
    border-radius: 50%;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}

.popup-guide .frame-landscape {
    width: 100vw;
    max-width: 840px;
    height: 100vw;
    max-height: 472.5px;
}

.popup-guide .popup-guide-content {
    background-color: #fff;
    padding: 15px;
    position: absolute;
    bottom: -76px;
}

.popup-guide .popup-guide-content .size-2 {
    margin-bottom: 0;
}

.popup-guide .downloadPdfButtonGuide {
    background-color: #1a1a1a;
    color: white;
    padding: 10px;
}

.searchMarketplaceButton {
    height: 52px;
}

.editorsDropdownWrapper ul {
    list-style: none;
    padding: 15px;
    max-height: 45vmin;
    overflow-y: auto;
    margin: 0;
    background-color: white;
    color: black;
    position: absolute;
    width: 200px;
}

.editorsDropdownWrapper li:hover {
    background-color: #f4f4f4;
    color: #0c5460;
}

.mobile-pvnx {
    position: absolute;
    top: calc(100% + 50px);
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .marketplace-intro h2,
    .marketplace-discover h3 {
        font-size: calc(9vw + 9px);
        padding-left: 10px;
        padding-right: 10px;
    }

    .marketplace-image-slideshow .inner,
    .marketplace-video-popup .inner {
        width: calc(100% - 20px);
    }
}


.delete-slider-image {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -5px;
    right: -5px;
    background-color: #c72b2b;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.delete-slider-image span {
    font-size: 16px;
    line-height: 30px;
}

.marketLoaderScreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .7;
    background-color: black;
    z-index: 20;
    overflow: hidden;
}

.marketLoaderScreen .loader {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 20px;
    color: white;
    font-weight: bold;
}
