    #parent {
    overflow: hidden;
    position: relative;
}

#propertyThumbnails {
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

@media (min-width: 1200px) {
    #propertyThumbnails {
        margin-bottom: -65px;
        margin-top: -40px;
        max-height: 910px;
        overflow: hidden;
    }
}

#propertyThumbnails img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 1200px) {
    #propertyThumbnails [class*="col-12"]:nth-child(2) {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    #propertyThumbnails [class*="col-12"]:nth-child(2n+1) {
        margin-top: -50px;
    }
}

#propertyThumbnails [class*="col-12"]:first-child {
    margin-top: 0;
}

@media (min-width: 1200px) {
    #propertyThumbnails [class*="col-12"]:last-child {
        margin-bottom: 25px;
    }
}


/* modal */
.modal.show,
.modal-open {
    padding-right: 0 !important;
}

.modal-backdrop.show {
    background-color: #031221;
    opacity: 0.9;
}

.modal#login-form img,
.modal#contact-form img {
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal-content {
    border-radius: 1px;
}

.modal-content [class*="col-"]:last-child {
    margin-bottom: 0;
}
         
/*
**photoswipe
* http://photoswipe.com/
*
*/
/* pswp = photoswipe */
.pswp {
    /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: hidden;
    position: absolute;
    -webkit-text-size-adjust: 100%;
    top: 0;
    touch-action: none;
    width: 100%;
    z-index: 1500;
}

.pswp * {
    box-sizing: border-box;
}

.pswp img {
    max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
    /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
    opacity: 0.001;
    /* for open/close transition */
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    will-change: opacity;
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; 
}

.pswp--zoomed-in .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    /* autoprefixer: off */
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
    -webkit-backface-visibility: hidden;
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    will-change: opacity;
}

.pswp__scroll-wrap {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.pswp__container,
.pswp__zoom-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    touch-action: none;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__zoom-wrap {
    position: absolute;
    transform-origin: left top;
    /* for open/close transition */
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    width: 100%;
}

.pswp__bg {
    /* for open/close transition */
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    will-change: opacity;
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

.pswp__item {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.pswp__img {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
}

/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

/*
    div element that matches size of large image
    large image loads on top of it
*/
.pswp__img--placeholder--blank {
    background: #222;
}

.pswp--ie .pswp__img {
    height: auto !important;
    left: 0;
    top: 0;
    /*width: 100% !important;*/
}

/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
*/
.pswp__error-msg {
    color: #ccc;
    font-size: 14px;
    left: 0;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

    Contents:

    1. Buttons
    2. Share modal and links
    3. Index indicator ("1 of X" counter)
    4. Caption
    5. Loading indicator
    6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
    
    1. Buttons

 */
/* <button> css reset */
.pswp__button {
    -webkit-appearance: none;
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    float: right;
    height: 44px;
    margin: 0;
    opacity: 0.75;
    overflow: visible;
    padding: 0;
    position: relative;
    transition: opacity 0.2s;
    width: 44px;
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}

.pswp__button:active {
    opacity: 0.9;
    outline: none;
}

.pswp__button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    height: 44px;
    width: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/default-skin.svg);
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    background-position: -88px 0;
    display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}
 
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
} 
.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    height: 100px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 70px;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 30px;
    position: absolute;
    top: 35px;
    width: 32px;
}

.pswp__button--arrow--left:before {
    background-position: -138px -44px;
    left: 6px;
}

.pswp__button--arrow--right:before {
    background-position: -94px -44px;
    right: 6px;
} 
.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    -webkit-backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    transition: opacity 0.25s ease-out;
    width: 100%;
    will-change: opacity;
    z-index: 1600;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    -webkit-backface-visibility: hidden;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    display: block;
    position: absolute;
    right: 44px;
    top: 56px;
    transform: translateY(6px);
    transition: transform 0.25s;
    width: auto;
    will-change: transform;
    z-index: 1620;
}

.pswp__share-tooltip a {
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px;
    text-decoration: none;
}

.pswp__share-tooltip a:hover {
    color: #000;
    text-decoration: none;
}

.pswp__share-tooltip a:first-child { 
    border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
    opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0);
}
 
.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    border: 6px solid rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    content: "";
    display: block;
    height: 0;
    -moz-pointer-events: none;
    pointer-events: none;
    -webkit-pointer-events: none;
    position: absolute;
    right: 15px;
    top: -12px;
    width: 0;
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff;
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff;
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d;
}

a.pswp__share--download:hover {
    background: #ddd;
} 
.pswp__counter {
    color: #fff;
    font-size: 13px;
    height: 44px;
    left: 0;
    line-height: 44px;
    opacity: 0.75;
    padding: 0 10px;
    position: absolute;
    top: 0;
} 
.pswp__caption {
    bottom: 0;
    left: 0;
    min-height: 44px;
    position: absolute;
    width: 100%;
}

.pswp__caption small {
    color: #bbb;
    font-size: 11px;
}

.pswp__caption__center {
    color: #ccc;
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 420px;
    padding: 10px;
    text-align: left;
}

.pswp__caption--empty {
    display: none;
}
 
.pswp__caption--fake {
    visibility: hidden;
} 
.pswp__preloader {
    direction: ltr;
    height: 44px;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.25s ease-out;
    width: 44px;
    will-change: opacity;
}

.pswp__preloader__icn {
    height: 20px;
    margin: 12px;
    width: 20px;
}

.pswp__preloader--active {
    opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
     
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    height: 14px;
    left: 15px;
    margin: 0;
    opacity: 0.75;
    position: absolute;
    top: 15px;
    width: 14px;
}

.pswp--css_animation .pswp__preloader__cut {
    height: 14px;
    overflow: hidden; 
    position: relative;
    width: 7px;
}

.pswp--css_animation .pswp__preloader__donut {
    background: none;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    height: 14px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 14px;
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        float: right;
        left: auto;
        margin: 0;
        position: relative;
        top: auto;
    }
}

@keyframes clockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes donut-rotate {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(-140deg);
    }

    100% {
        transform: rotate(0);
    }
}
 
.pswp__ui {
    -webkit-font-smoothing: auto;
    opacity: 1;
    visibility: visible;
    z-index: 1550;
}
 
.pswp__top-bar {
    height: 44px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    will-change: opacity;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}
 
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { 
    opacity: 0.001;
}
 
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

.pswp__zoom-wrap .embed-responsive {
    margin: auto;
    max-width: 90%;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 1200px) {
    .pswp__zoom-wrap .embed-responsive {
        max-width: 50%;
    }
} 

/* vertical media item */
.vertical-item .item-media + .item-content {
    padding-top: 40px;
}

.vertical-item.content-padding .item-content {
    padding: 55px 50px;
}

@media (max-width: 1199px) {
    .vertical-item.content-padding .item-content {
        padding: 40px;
    }
}

.vertical-item.content-padding.padding-small .item-content {
    padding: 40px 40px 40px;
}

@media (max-width: 1199px) {
    .vertical-item.content-padding.padding-small .item-content {
        padding: 30px;
    }
}

.vertical-item.content-absolute {
    position: relative;
}

.vertical-item.content-absolute .item-content {
    bottom: 0;
    left: 0;
    padding: 20px 30px 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.vertical-item.content-absolute.vertical-center .item-content {
    top: 0;
}

.vertical-item + .item-title {
    padding: 10px 30px;
}

.vertical-item + .item-title h2,
.vertical-item + .item-title h3,
.vertical-item + .item-title h4 {
    margin: 0;
}
 
[class*="-item"] .links-wrap a {
    /*border: 2px solid transparent;*/
    display: inline-block;
    font-size: 26px;
    height: 60px;
    line-height: 58px;
    opacity: 0;
    position: relative;
    text-align: center;
    top: -100px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    width: 60px;
    z-index: 5;
}

[class*="-item"] .links-wrap a.link-zoom {
    background-color: #150036;
    border-color: #150036;
    color: #fff;
}

[class*="-item"] .links-wrap a.link-zoom:hover {
    background-color: #ff0051;
    border-color: #ff0051;
    color: #fff;
    opacity: 1;
}

[class*="-item"] .links-wrap a.link-anchor {
    background-color: #fff;
    border-color: #fff;
    color: #150036;
    transition-delay: 0.1s;
}

[class*="-item"] .links-wrap a.link-anchor:hover {
    background-color: #e7c900;
    border-color: #e7c900;
    color: #fff;
    opacity: 1;
}

[class*="-item"] .links-wrap a:before {
    content: "\ef1e";
    font-family: IcoFont !important;
    font-weight: lighter;
}

[class*="-item"] .links-wrap a.link-anchor:before {
    content: "\f041";
}

[class*="-item"]:hover .links-wrap a {
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}

[class*="-item"]:hover .media-links div {
    filter: alpha(opacity=100);
    opacity: 1;
}
 
.item-content h6 a
{
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #150036;
} .item-content h6:hover a
{
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #ff0051;
} 
.shortcode-gallery {
    /***ITEM Gallery***/
}

.shortcode-gallery .item-gallery.content-absolute .item-content {
    background-color: rgba(255, 234, 0, 0.7);
    
}

.shortcode-gallery .item-gallery.content-absolute .item-content h6 {
    margin-bottom: 0.7em;
}
  

.content-show-hover {
    overflow: hidden;
}

.content-show-hover .item-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.content-show-hover .item-content h4 {
    letter-spacing: 0.15em;
    line-height: 1;
    margin-bottom: 1.4em;
}

.content-show-hover .item-content h4 span {
    display: block;
    font-weight: 900;
}

.content-show-hover:hover .item-content {
    opacity: 1;
    transform: scale(1);
}

.item-gallery {
    background: transparent;
    overflow: hidden;
    position: relative;
}

.item-gallery .item-content h4,
.item-gallery .item-content h5,
.item-gallery .item-content h6 {
    opacity: 0;
    transform: scale(0);
    transition: all 0.15s ease-in-out;
    z-index: 5;
}

.item-gallery:hover .item-content h4,
.item-gallery:hover .item-content h5,
.item-gallery:hover .item-content h6 {
    opacity: 1;
    transform: scale(1);
}