header,
footer {
    opacity: 0;
    pointer-events: none;
}

#main-wrapper {}

#inner-page-wrapper > .container {}

#breadcrumbs {
    display: block !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    letter-spacing: .130em;
}

.ip-banner::after {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    height: 192px;
    background-image: url(../../images/listing-details/ip-det-lay1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.ip-banner canvas {
    min-height: 419px;
}

.ip-breadcrumbs {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(22, 188, 178, 0.95);
    color: #fff;
    z-index: 2;
    padding: 34px 0;
}

.ip-banner .container {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
}

.ip-banner span.breadcrumb_last {
    font-weight: 700;
    color: #1b2759;
    text-transform: uppercase;
}

.ip-banner::before {
    display: none;
}

#content .entry {
    margin: 0 calc(calc(-100vw + 100%) / 2);
}

#content .entry-title {
    display: block !important;
}

.el-items {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -6px;
    padding: 0 20px;
}

.el-item {
    width: 50%;
    padding: 0 6px;
    margin: 0 0 69px;
}

.el-item-inner {}

.el-video {}

.el-video a {
    display: block;
    position: relative;
}

.el-video a::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.el-video-inner {}

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

.el-video-inner i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 94px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    padding: 0 0 0 10px;
}

.el-video-inner i::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 29px;
    border-color: transparent transparent transparent #fff;
}

.el-button {
    display: flex;
    justify-content: center;
}

.el-button a.r-more-d {
    margin: 30px 0 0;
}


/*** Intro Video ***/

.intro-video {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

body.intro-ended .intro-video {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    right: 0;
}

body {
    overflow: hidden;
}

body.intro-ended {
    overflow: visible;
}

body.intro-ended header,
body.intro-ended footer {
    opacity: 1;
    pointer-events: auto;
}

.intro-inner {
    position: relative;
}

.intro-video canvas {
    display: block;
    width: 100%;
    height: auto;
}

.intro-video video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro-video a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    text-shadow: 0 0 10px #000;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 991px) {
    .el-items {
        padding: 0 15px;
    }
    .el-item {
        width: 100%;
    }
}