/*******************************************************
 *
 * Community Details
 *
 *******************************************************/
 .ip-banner {
   display: none;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    padding: 0;
    width: 100%;
}

.ip-custom-banner {
    display: block;
    position: relative;
    font-size: 0;
}

.ip-custom-banner-img {
    display: block;
    position: relative;
    background-color: #000;
    overflow: hidden;
}

.ip-custom-banner-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}

.ip-custom-banner-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .85;
    min-height: 453px;
}

/* Section 1 */
.ip-cd-container, .ip-cd-img-container, .ip-cd-row, .ip-cd-img-photo, .ip-cd-content-container, .ip-cd-tagline, .ip-cd-content, .ip-cd-btn {
    display: block;
    position: relative;
}

.ip-cd-container {
    padding: 115px 0 0;
    font-size: 0;
    margin-top: -100px;
    z-index: 10;
    pointer-events: none;
    margin-top: -100px;
}

.ip-cd-bg {
    left: auto;
    right: 0;
    width: 68.099%;
    top: 0px;
    border-top-left-radius: 18px;
    pointer-events: none!important;
}

.ip-cd-bg canvas {
    opacity: .20;
    background-position: top center;
    background-size: 100% 100%;
}

.ip-cd-row {
    z-index: 5;
}

.ip-cd-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
    pointer-events: auto;
}

.ip-cd-col:first-child {
    width: 43.019%;
}

.ip-cd-col:last-child {
    width: 56.981%;
}

.ip-cd-accent-bg {
    width: calc(100vw / 2);
    left: calc((100vw - 814px) / -2);
    top: auto;
    height: 617px;
    bottom: 0;
}

.ip-cd-img-photo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

.ip-cd-tagline span {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.050em;
    font-weight: 300;
    color: var(--secondary-color);
    text-transform: uppercase;
}

.ip-cd-content p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.050em;
    font-weight: 300;
    color: #515151;
}

.ip-cd-content p:not(:last-child) {
    margin-bottom: 30px;
}

.ip-cd-tagline {
    margin-bottom: 40px;
    margin-top: 10px;
}

.ip-cd-content {
    margin-top: 30px;
}

.ip-cd-content-container {
    padding-left: 88px;
    padding-bottom: 80px;
    padding-right: 35px;
}

.ip-cd-img-photo {
    border: 10px solid #fff;
    width: 100%;
    height: 100%;
}

.ip-cd-img-container {
    padding-bottom: 89px;
}

.ip-cd-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 23%;
    height: 100%;
    pointer-events: none;
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    z-index: 2;
}

/* Section 2 */
.ip-fp-container, .ip-fp-main, .ip-fp-list, .ip-fp-item a {
    display: block;
    position: relative;
}

.ip-fp-container {
    padding: 95px 0 129px;
    font-size: 0;
}

.ip-fp-main {
    z-index: 5;
}

.ip-fp-main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
}

.ip-fp-bg {
    top: auto;
    bottom: 0;
    height: 856px;
}

.ip-fp-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(25%, rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0) 100%);
}

.ip-fp-bg:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6%;
    pointer-events: none;
    z-index: 2;
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.ip-fp-more-btn a {
    max-width: 100%;
}

.ip-fp-more-btn {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    margin-bottom: 15px;
    width: 361px;
}

.ip-fp-main-title .global-title {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
}

.ip-fp-item {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
    padding: 15px;
}

.ip-fp-item:first-child, .ip-fp-item:last-child {
    width: 57.196%;
}

.ip-fp-item:nth-child(2), .ip-fp-item:nth-child(3) {
    width: 42.804%;
}

.ip-fp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}

.ip-fp-hover-logo {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0.85);
    -ms-transform: translate(-50%,-50%) scale(0.85);
    transform: translate(-50%,-50%) scale(0.85);
    display: block;
    text-align: center;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fp-hover-logo img {
    max-width: 100%;
    height: auto;
}

.ip-fp-item a:hover .ip-fp-hover-logo {
    opacity: .53;
    visibility: visible;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}

.ip-fp-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.ip-fp-hover-address h2 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #515151;
}

.ip-fp-hover-address h2 span {
    display: block;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #515151;
    margin-top: 5px;
}

.ip-fp-hover-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 72px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fp-hover-more-info {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-fp-hover-more-info span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #515151;
    padding: 0 8px;
}

.ip-fp-hover-more-info span:not(:last-child) {
    border-right: 1px solid #000;
}

.ip-fp-hover-more-info span:first-child {
    padding-left: 0;
}

.ip-fp-hover-more-info span:last-child {
    padding-right: 0;
}

.ip-fp-hover-price span {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.050em;
}

.ip-fp-hover-address, .ip-fp-hover-btn, .ip-fp-hover-price, .ip-fp-hover-more-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ip-fp-hover-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 53px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-fp-hover-btn {
    z-index: 2;
    width: 100%;
    height: 100%;
    max-width: 294px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.ip-fp-hover-btn span {
    height: 100%;
    max-width: 100%;
}

.ip-fp-img {
    height: 100%;
    width: 100%;
    background-color: var(--primary-color);
    overflow: hidden;
}

.ip-fp-item a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ip-fp-item a:hover .ip-fp-img img {
    opacity: .22;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.ip-fp-hover-more-info {
    padding-right: 10px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.ip-fp-hover-address {
    padding: 5px 28px;
    height: 100%;
    background-color: #fff;
}

.ip-fp-hover-price {
    padding: 5px 28px;
    background-color: var(--primary-color);
    height: 100%;
}

.ip-fp-hover-address, .ip-fp-hover-price {
    min-width: 310px;
}

.ip-fp-item a:hover .ip-fp-hover-more-info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.ip-fp-item a:hover .ip-fp-hover-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.ip-fp-item a:hover .ip-fp-hover-details {
    background-color: #fff;
}

.ip-fp-item a:hover .ip-fp-hover-info {
    background-color: var(--primary-color);
}

/* Call to Action */
.cta-list {
    display: block;
    position: relative;
    margin: 83px -15px 0;
}

.cta-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    position: relative;
    padding: 0 15px;
}

.cta-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 95px;
    position: relative;
    text-align: center;
    padding: 0 15px;
    background-color: transparent;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.25);
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}

.cta-item a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid;
    -o-border-image: -o-linear-gradient(top, #d2993f, #ffdeb3, #d2993f) 1;
    border-image: -webkit-gradient(linear, left top, left bottom, from(#d2993f), color-stop(#ffdeb3), to(#d2993f)) 1;
    border-image: linear-gradient(180deg, #d2993f, #ffdeb3, #d2993f) 1;
    z-index: 2;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.cta-item a h2 {
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.050em;
    font-weight: 200;
    color: #414141;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 5;
}

.cta-item a h2 span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.150em;
    color: var(--primary-color);
    text-transform: uppercase;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-weight: 200;
}

.cta-item a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-bg);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.cta-item a:hover:after {
    opacity: 1;
    visibility: visible;
}

.cta-item a:hover h2, .cta-item a:hover h2 span {
    color: #fff;
}

/* Section 4 */
.ip-et-container, .ip-et-main, .ip-et-list-holder, .ip-et-list, .ip-et-inner, .ip-et-hover-list-inner, .ip-et-hover-list-inner h2, .ip-et-hover-list-inner ul, .ip-et-hover-list-inner ul li, .ip-et-hover-list-inner ul li a {
    display: block;
    position: relative;
}

.ip-et-container {
    padding: 100px 0 0;
    font-size: 0;
}

.ip-et-main .global-title {
    text-align: center;
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto 55px;
    display: block;
}

.ip-et-bg {
    background-color: #fff;
}

.ip-et-bg canvas {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .10;
}

.ip-et-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 4);
    position: relative;
}

.ip-et-list {
    z-index: 5;
}

.ip-et-hover-img {
    left: 50%;
    width: calc(100% - 4px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    background-color: #000;
    position: relative;
}

.ip-et-hover-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ip-et-hover-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
    opacity: .50;
}

.ip-et-hover-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 5;
    text-align: center;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-et-hover-title span {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #515151;
    display: block;
    -webkit-writing-mode: tb;
    -ms-writing-mode: tb;
    writing-mode: tb;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-weight: 500;
}

.ip-et-item:hover .ip-et-hover-img {
    opacity: 1;
    visibility: visible;
}

.ip-et-hover-list {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    text-align: center;
    z-index: 5;
    width: 100%;
    padding: 50px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    overflow-y: auto;
    height: 100%;
}

.ip-et-item:hover .ip-et-hover-title {
    opacity: 0;
    visibility: hidden;
}

.ip-et-hover-list-inner h2 {
    font-size: 25px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.050em;
    display: block;
    margin-bottom: 25px;
    font-weight: 500;
}

.ip-et-hover-list-inner ul li a {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    display: inline-block;
    position: relative;
}

.ip-et-hover-list-inner {
    text-align: center;
}

.ip-et-hover-list-inner ul li:not(:last-child) {
    margin-bottom: 20px;
}

.ip-et-hover-list-inner ul li a:hover {
    color: var(--primary-color);
}

.ip-et-item:hover .ip-et-hover-list {
    opacity: 1;
    visibility: visible;
}

.ip-et-list:before {
    position: absolute;
    content: '';
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--secondary-color);
    z-index: 2;
}

.ip-et-item:before {
    position: absolute;
    content: '';
    top: 0;
    right: -2px;
    width: 4px;
    height: 100%;
    background: -o-linear-gradient(top, rgba(211,155,72,1) 0%,rgba(251,207,150,1) 25%,rgba(210,153,63,1) 43%,rgba(220,165,80,1) 54%,rgba(255,240,187,1) 75%,rgba(229,180,105,1) 88%,rgba(202,149,55,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(211,155,72,1)),color-stop(25%, rgba(251,207,150,1)),color-stop(43%, rgba(210,153,63,1)),color-stop(54%, rgba(220,165,80,1)),color-stop(75%, rgba(255,240,187,1)),color-stop(88%, rgba(229,180,105,1)),to(rgba(202,149,55,1)));
    background: linear-gradient(to bottom, rgba(211,155,72,1) 0%,rgba(251,207,150,1) 25%,rgba(210,153,63,1) 43%,rgba(220,165,80,1) 54%,rgba(255,240,187,1) 75%,rgba(229,180,105,1) 88%,rgba(202,149,55,1) 100%);
    pointer-events: none;
}

.ip-et-list-holder:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--secondary-color);
    pointer-events: none;
    z-index: 7;
}

section#ip-featured-properties {
    overflow: hidden;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .ip-cd-content-container {
        padding-left: 70px;
        padding-right: 20px;
    }

    .ip-cd-img-photo img {
        min-height: 675px;
    }

    .ip-fp-hover-more-info span {
        font-size: 13px;
    }

    .ip-fp-hover-more-info span {
        padding: 0 6px;
    }

    .ip-fp-hover-btn {
        max-width: 240px;
    }

    .ip-fp-hover-address, .ip-fp-hover-price {
        min-width: 275px;
    }

    .ip-fp-hover-address, .ip-fp-hover-price {
        padding: 5px 20px;
    }

    .ip-et-hover-list-inner h2 {
        font-size: 22px;
    }

    .ip-et-hover-title span {
        font-size: 21px;
    }

    .ip-et-hover-list-inner ul li a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1440px) {
    .ip-fp-hover-logo {
        top: 35%;
    }

    .ip-fp-more-btn {
        width: 320px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-fp-hover-address h2 {
        font-size: 18px;
    }

    .ip-fp-hover-address h2 span {
        font-size: 12px;
    }

    .ip-fp-hover-price span {
        font-size: 27px;
    }

    .ip-fp-hover-address, .ip-fp-hover-price {
        min-width: 250px;
    }

    .ip-fp-hover-btn {
        max-width: 220px;
    }

    .ip-et-hover-list-inner h2 {
        font-size: 20px;
        letter-spacing: 0.020em;
    }

    .ip-et-hover-list-inner ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1280px) {
    .ip-cd-content-container {
        padding-left: 55px;
    }

    .ip-cd-img-photo img {
        min-height: 650px;
    }

    .ip-cd-content p {
        font-size: 14px;
    }

    .ip-fp-hover-address, .ip-fp-hover-price {
        min-width: 230px;
        padding: 5px 15px;
    }

    .ip-fp-hover-address h2 {
        letter-spacing: 0.020em;
        font-size: 17px;
    }

    .ip-fp-hover-btn {
        max-width: 220px;
    }

    .cta-item a h2 {
        font-size: 38px;
    }

    .ip-et-hover-title span {
        font-size: 18px;
        letter-spacing: 0.020em;
    }

    .ip-et-hover-list-inner h2 {
        font-size: 18px;
    }

    .ip-et-hover-list-inner ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .ip-et-hover-img canvas {
        min-height: 400px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ip-cd-tagline span {
        font-size: 25px;
    }

    .ip-cd-content-container {
        padding-left: 40px;
        padding-bottom: 70px;
    }

    .ip-cd-content p {
        font-size: 12px;
    }

    .ip-cd-content p:not(:last-child) {
        margin-bottom: 15px;
    }

    .ip-cd-tagline {
        margin-bottom: 25px;
    }

    .ip-cd-img-photo img {
        min-height: 465px;
    }

    .ip-cd-img-container {
        padding-bottom: 60px;
    }

    .ip-cd-accent-bg {
        left: calc((100vw - 620px) / -2);
        height: 490px;
    }

    .ip-cd-content {
        margin-top: 20px;
    }

    .ip-fp-item {
        padding: 10px;
    }

    .ip-fp-list {
        margin: 0 -10px;
    }

    .ip-fp-img canvas {
        min-height: 320px;
    }

    .ip-fp-item:nth-child(2), .ip-fp-item:nth-child(3) {
        width: 44.804%;
    }

    .ip-fp-item:first-child, .ip-fp-item:last-child {
        width: 55.196%;
    }

    .ip-fp-hover-address, .ip-fp-hover-price {
        min-width: 220px;
    }

    .ip-fp-hover-price span {
        font-size: 25px;
    }

    .ip-fp-hover-address h2 {
        font-size: 16px;
    }

    .ip-fp-hover-more-info span {
        font-size: 11px;
    }

    .ip-fp-hover-details {
        height: 65px;
    }

    .ip-fp-hover-info {
        height: 49px;
    }

    .ip-fp-hover-logo img {
        max-width: 110px;
    }

    .cta-item a h2 {
        font-size: 34px;
    }

    .cta-item a h2 span {
        font-size: 14px;
    }

    .cta-list {
        margin: 50px -15px 0;
    }

    .ip-fp-container {
        padding: 50px 0 80px;
    }

    .ip-fp-more-btn {
        width: 265px;
    }

    .ip-et-hover-list-inner ul li a {
        font-size: 14px;
    }

    .ip-et-hover-list-inner h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .ip-et-hover-title span {
        font-size: 16px;
    }

    .ip-et-hover-img canvas {
        min-height: 358px;
    }

    .ip-et-main .global-title {
        max-width: 880px;
        margin: 0 auto 45px;
    }

    .ip-cd-container {
        padding: 7.339vw 0 0;
        margin-top: -6.422vw;
    }

    .global-accent-curve {
        height: 7.590vw;
    }

    .global-accent-curve canvas {
        background-size: contain;
    }

    .ip-cd-bg canvas {
        background-size: 100%;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-custom-banner {
        margin-top: 70px;
    }

    .ip-cd-container {
        margin-top: -50px;
        padding: 30px 0 0;
    }

    .ip-cd-bg canvas {
        background-size: contain;
    }

    .ip-cd-bg {
        display: none;
    }

    .ip-cd-col {
        width: 100%!important;
        display: block;
    }

    .ip-cd-img-photo img {
        min-height: 0;
    }

    .ip-cd-img-photo {
        max-width: 480px;
        margin: 0 auto;
    }

    .ip-cd-accent-bg {
        left: 0;
        width: auto;
        height: 77%;
        margin: 0 -100px;
        right: 0;
    }

    .ip-cd-img-container {
        padding: 0 0 50px;
        margin-bottom: 40px;
    }

    .ip-cd-content-container {
        padding: 0;
        text-align: center;
    }

    .ip-cd-btn a {
        margin: 0 auto;
    }

    .ip-fp-item {
        width: 100%!important;
        padding: 0;
        display: block;
        max-width: 480px;
        margin: 0 auto;
    }

    .ip-fp-main-title {
        display: block;
        text-align: center;
    }

    .ip-fp-main-title .global-title {
        display: block;
        margin: 0 0 20px;
    }

    .ip-fp-more-btn {
        display: block;
        width: 100%;
        max-width: 255px;
        margin: 0 auto;
    }

    .ip-fp-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .ip-fp-list {
        display: block;
        margin: 0;
    }

    .ip-fp-hover-more-info, .ip-fp-hover-btn {
        opacity: 1!important;
        visibility: visible!important;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        max-width: 100%;
    }

    .ip-fp-img canvas {
        min-height: 361px;
    }

    .ip-fp-hover-details {
        background-color: #fff!important;
    }

    .ip-fp-hover-info {
        background-color: var(--primary-color)!important;
    }

    .ip-fp-hover-address, .ip-fp-hover-price {
        min-width: 50%;
    }

    .ip-fp-hover-btn {
        min-width: 50%;
    }

    .ip-fp-hover-more-info {
        padding-right: 15px;
    }

    .ip-fp-hover-more-info span {
        font-size: 12px;
    }

    .cta-item {
        display: block;
        width: 100%;
        padding: 0;
        max-width: 320px;
        margin: 0 auto;
    }

    .cta-list {
        margin: 50px auto 0;
    }

    .cta-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .ip-et-container {
        margin: 0;
        padding: 70px 0 60px;
    }

    .ip-et-main .global-title {
        text-align: center;
        margin: 0 auto 30px;
    }

    .ip-et-item {
        width: 100%;
        display: block;
    }

    .ip-et-list-holder {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }

    .ip-et-list:before {
        display: none;
    }

    .ip-et-item:before {
        right: 0;
        top: 0;
        left: 0;
        width: 100%;
        background: var(--secondary-color);
        bottom: 0;
        display: none;
    }

    .ip-et-bg canvas {
        opacity: .30;
    }

    .ip-et-item:first-child:before {
        display: none;
    }

    .ip-et-list-holder:before {
        border: 2px solid var(--secondary-color);
        display: none;
    }

    .ip-et-hover-img {
        opacity: 1!important;
        visibility: visible!important;
    }

    .ip-et-hover-list {
        opacity: 1!important;
        visibility: visible!important;
    }

    .ip-et-bg {
        display: none;
    }

    .ip-et-hover-list-inner h2 {
        font-size: 20px;
    }

    .ip-et-item:not(:last-child) {
        margin-bottom: 10px;
    }

    .ip-et-hover-title {
        display: none;
    }

    .ip-et-item:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        pointer-events: none;
        border: 2px solid;
        -o-border-image: -o-linear-gradient(top, #d2993f, #ffdeb3, #d2993f) 1;
        border-image: -webkit-gradient(linear, left top, left bottom, from(#d2993f), color-stop(#ffdeb3), to(#d2993f)) 1;
        border-image: linear-gradient(180deg, #d2993f, #ffdeb3, #d2993f) 1;
    }

    .ip-custom-banner-img canvas {
        opacity: 1;
        min-height: 350px;
    }

    .ip-custom-banner-img:before {
        opacity: 0;
    }

  .global-accent-curve {
    height: 120px;
}

.global-accent-curve canvas {
    background-size: cover;
}
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-fp-hover-info {
        display: block;
        height: auto;
    }

    .ip-fp-hover-price, .ip-fp-hover-btn {
        height: 40px;
    }

    .ip-fp-hover-address,.ip-fp-hover-more-info {
        display: block;
        text-align: center;
    }

    .ip-fp-hover-details {
        display: block;
        height: auto;
    }

    .ip-fp-hover-address {
        padding: 10px 10px 10px;
    }

    .ip-fp-hover-more-info {
        padding: 0 15px 10px;
    }

    .ip-fp-hover-price span {
        font-size: 23px;
    }

    .ip-fp-hover-price {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ip-fp-hover-logo {
        top: 29%;
    }

    .ip-fp-item {
        max-width: 360px;
    }

    .ip-et-hover-img canvas {
        min-height: 300px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-cd-img-photo img {
        min-height: 0;
    }

    .ip-cd-tagline span {
        font-size: 20px;
    }

    .ip-fp-container {
        padding: 60px 0 60px;
    }
}
