.ip-banner {
    display: none;
}

section {
    line-height: normal;
}

#el-section-1 {
    position: relative;
}

.el-slideshow {}

.el-slideshow-inner {}

.el-slideshow-slides {}

.el-slideshow-slide {
    position: relative;
    overflow: hidden;
}

.el-slideshow-slide canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.el-slideshow-slide canvas:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 105%;
    transform: translate(-50%, -50%);
    background-size: cover;
    filter: blur(10px);
    z-index: -1;
}

.el-slideshow-info-1 {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
}

.el-slideshow-info-1-inner {}

.el-slideshow-info-1-inner .el-address h2 {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.el-slideshow-info-1-inner .el-address span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 14px 0 0;
}

.el-slideshow-info-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 63px 0 44px;
}

.el-slideshow-info-2-inner {}

.el-slideshow-info-2-inner .el-address h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.el-slideshow-info-2-inner .el-address span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 0 0 0 0.1em;
    text-align: center;
    text-transform: uppercase;
    margin: 7px 0 0;
}

.el-slideshow-info-2-inner .el-details {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 39px 0 0;
}

.el-slideshow-info-2-inner .el-details span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 0 15px 0 calc(15px + 0.1em);
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.el-slideshow-info-2-inner .el-details span:not(:first-child)::before {
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
    opacity: .5;
    position: absolute;
    top: 0;
    left: -1px;
}

#el-section-2 {
    padding: 75px 0;
}

.el-desc {}

.el-desc-inner {}

.el-desc-inner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.1;
    color: #fff;
    text-align: center;
}

.el-credits {
    margin: 27px 0 0;
}

.el-credits-inner {}

.el-credits span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #616161;
    text-align: center;
    text-transform: uppercase;
}

.el-offered-price {
    margin: 55px 0 0;
}

.el-offered-price-inner {}

.el-offered-price span {
    display: block;
    font-size: 37px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.el-buttons {
    margin: 37px 0 0;
}

.el-buttons-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.el-buttons-inner a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 246px;
    max-width: 100%;
    height: 56px;
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
        background-image: linear-gradient( to right, #00cfbe, #00b9df, #009dff, #0077ff, #002cff) !important;
    border-image-source: linear-gradient( to right, #00cfbe, #00b9df, #009dff, #0077ff, #002cff) !important;
    border: 0;
    color: #fff !important;
}

.el-buttons-inner a:last-child {
    width: 353px
}

.el-buttons-inner a:not(:first-child) {
    margin: 0 0 0 26px;
}

#el-section-3 {}

#el-section-3 .gradientLine {
    position: relative;
}

.el-video {}

.el-video-inner {
    position: relative;
}

.el-video-inner a {
    display: block;
}

.el-video-inner canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.el-video-play-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.el-video-play-btn i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    margin: 0 10px 0 0;
    padding: 0 0 0 3px;
}

.el-video-play-btn span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.el-video-play-btn span::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

#el-section-4 {
    padding: 54px 0 68px;
}

#el-section-4 .gradientLine {
    position: relative;
}

.el-gallery {}

.el-gallery-inner {}

.el-gallery-slider {
/*
    max-width: 1000px;
    margin: 0 auto;
*/
    position: relative;
}

.el-gallery-slider::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,1) 100%);
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
opacity: .8;
    z-index: 1;
}

.el-gallery-slides {
/*    padding: 0 95px;*/
}

.el-gallery-slide {}

.el-gallery-slide canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.el-gallery-arrow {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}

.el-gallery-arrow.next {
    left: auto;
    right: 50px;
}

#el-section-5 {
/*    background: #000;*/
    padding: 0 0 72px;
}

.listings-contact {
    display: flex;
    position: relative;
    align-items: center;
}

.listings-form {
    position: relative;
    z-index: 999;
    background-image: linear-gradient( to right, #00cfbe, #00b9df, #009dff, #0077ff, #002cff);
    border-image-source: linear-gradient( to right, #00cfbe, #00b9df, #009dff, #0077ff, #002cff);
    width: 514px;
    padding: 79px 38px 78px;
    box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.04);
}

.listings-form:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 22px;
    background: transparent url(../images/details-form-bg-shadow.png) no-repeat;
    background-size: 100% 100%;
    background-position: top left;
}

.listings-form h2,
.listings-form form {
    display: block;
    width: 977px;
    max-width: 100%;
}

.listings-form h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.listings-form h2 span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 5px 0;
}

.listings-form form {
    margin: 37px auto 0;
    padding: 0;
}

.listings-form .listings-row {
    margin-left: -5px;
    margin-right: -5px;
}

.listings-form .listings-field {
    padding: 5px;
    position: relative;
}

.listings-form .listings-field.submit {
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 0;
}

.listings-form input[type=text],
.listings-form input[type=email],
.listings-form input[type=tel],
.listings-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: transparent;
    display: block;
    width: 100%;
    height: 51px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.025em;
    color: #fff;
    padding: 0;
    border-bottom: 1px solid #fff;
}

.listings-form textarea {
    height: 123px;
    padding-top: 15px;
    resize: none;
}

.listings-form button[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    outline: none;
    background: transparent;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.listings-form button[type=submit]:hover {
    color: #ccc;
}

.listings-form input[type=submit]:hover {
    background: #515050;
    color: var(--aios-ihf-template-details-page-primary-color);
}

.listings-form .wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

.listings-form span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.listings-form div.wpcf7-response-output {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
}

.listings-form .ajax-loader {
    position: absolute;
    margin: 0;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.listings-map {
    position: relative;
    z-index: 1;
    height: 640px;
    flex-grow: 1;
    margin-left: -220px;
    width: 100%;
    box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.04);
}

.listings-map.full {
    margin-left: 0;
}

.listings-map iframe {
    display: block;
    width: 100%;
}

.listings-map canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#el-section-5 .el-buttons {
    margin: 72px 0 0;
}

#el-section-5 .el-buttons a {
    width: 326px;
}

.button-element:hover {
    background-image: linear-gradient( to right, #00cfbe, #00b9df, #009dff, #0077ff, #002cff) !important;
    border-image-source: linear-gradient( to right, #00cfbe, #00b9df, #009dff, #0077ff, #002cff) !important;
    border: 0;
    color: #fff !important;
}

@media only screen and (max-width: 991px) {
    #el-section-1 > div {
        position: relative;
    }
    .el-slideshow-info-1 {
        top: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .el-slideshow-info-1-inner .el-address h2,
    .el-slideshow-info-1-inner .el-address span {
        text-align: center;
    }
    .el-slideshow-info-2 {
        position: relative;
        background: #000;
    }
    .el-buttons-inner a:last-child {
        margin: 26px 0 0;
    }
    #el-section-5 .el-buttons a {
        margin: 0;
    }
    .el-gallery-slides {
        padding: 0;
    }
    .el-gallery-arrow {
        left: 10px;
    }
    .el-gallery-arrow.next {
        left: auto;
        right: 10px;
    }
    .listings-contact {
        flex-flow: column;
    }
    .listings-form {
        width: 100%;
    }
    .listings-map {
        width: 100%;
        height: auto;
        margin: 50px 0 0;
    }
}

@media only screen and (max-width: 480px) {
    .el-buttons-inner a:not(:first-child) {
        margin: 26px 0 0;
    }
    
}