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

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

.ip-banner {
    display: none;
}

#ip-marketing {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.ip-mk-section, .ip-mk-container {
    display: block;
    position: relative;
}

/* Section 1 */
.ip-hero-banner-img, .ip-hero-banner-img canvas, .ip-hero-container {
    display: block;
    position: relative;
}

.slide-spacer {
    display: block;
    width: 100%;
    height: 100%;
}

.ip-hero-banner-img {
    background-color: #000;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ip-hero-container:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0.4) 100%);
}

.ip-hero-banner-img canvas {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-hero-banner-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 5;
    display: block;
    text-align: center;
    padding: 0 15px;
}

.ip-hero-banner-title h1 {
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

/* Section 2 */
.ip-strat-container, .ip-strat-main, .ip-strat-img, .ip-strat-list, .ip-strat-content, .ip-strat-title canvas, .ip-strat-content-text {
    display: block;
    position: relative;
}

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

.ip-strat-container > .custom-container {
    max-width: 1510px;
}

.ip-strat-img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.ip-strat-img {
    margin-bottom: 110px;
    padding-left: 6%;
}

.ip-strat-main .global-title {
    margin-bottom: 65px;
}

.ip-strat-main .global-title h2 {
    text-align: left;
}

.ip-strat-content-text p {
    font-size: 13px;
    line-height: 2.077;
    letter-spacing: 0.030em;
    color: #7d7d7d;
}

.ip-strat-title {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
}

.ip-strat-title canvas {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.13);
}

.ip-strat-title span {
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    text-align: left;
}

.ip-strat-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 4);
    position: relative;
    padding: 0 19px;
    margin-bottom: 80px;
}

.ip-strat-list {
    margin: 0 -19px;
    text-align: center;
}

.ip-strat-content-text {
    text-align: left;
}

/* Section 3 */
.ip-photography-container, .ip-photography-main, .ip-photography-top-content, .ip-photography-slide-content-text, .ip-photography-slide-holder, .ip-photography-slide, .ip-photography-item a {
    display: block;
    position: relative;
}

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

.ip-photography-top-content {
    padding: 0 15px;
    max-width: 1360px;
    margin: 0 auto 20px;
    text-align: right;
}

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

.ip-photography-slide:not(.slick-initialized) .ip-photography-item:nth-child(n+2) ~ div {
    display: none;
}

.ip-photography-container .custom-container {
    max-width: 100%;
    padding: 0;
}

.ip-photography-slide {
    margin: 0 -36px 0 -67%;
}

.ip-photography-slide:not(.slick-initialized), .ip-photography-slide .slick-track {
    padding: 30px 0;
}

.ip-photography-img canvas {
    min-height: 430px;
}

.ip-photography-img {
    -webkit-box-shadow: 10px 6px 5px -4px rgba(0, 0, 0, 0.10);
    box-shadow: 10px 6px 5px -4px rgba(0, 0, 0, 0.10);
}

.ip-photography-img,.ip-photography-img img, .ip-photography-img canvas, .ip-photography-img:before {
    border-radius: 7px;
}

.ip-photography-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: 12px solid #fff;
    z-index: 2;
}

.ip-photography-img:after {
    position: absolute;
    content: '';
    top: calc(100% - 14px);
    right: 0;
    width: 100%;
    height: 52px;
    pointer-events: none;
    background-image: url(../../images/home/shadow-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

.ip-photography-slide-controls, .ip-photography-slide-controls button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-photography-slide-controls button {
    font-size: 20px;
    color: var(--secondary-color);
    line-height: 1;
    border: none;
    padding: 0;
    background-color: transparent;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-photography-slide-controls button.prev {
    margin-right: 44px;
}

.ip-photography-slide-controls button:hover {
    color: #000;
}

.ip-photography-slide-content {
    position: absolute;
    bottom: 42px;
    left: 23.5%;
    padding: 45px 50px;
    background-color: rgba(0,0,0,.40);
    z-index: 5;
    max-width: 610px;
    width: 100%;
    overflow: hidden;
}

.ip-photography-slide-content-text p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.100em;
    color: #fff;
}

.ip-photography-slide-content-text {
    margin: 20px 0 0;
}

/* Section 4 */
.ip-video-container, .ip-video-main, .ip-video-slide, .ip-video-item a, .ip-video-more-btn {
    display: block;
    position: relative;
}

.ip-video-slide {
    margin: 0 -15px;
}

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

.ip-video-slide:not(.slick-initialized) .ip-video-item:nth-child(n+2) ~ div {
    display: none;
}

.ip-video-slide-controls, .ip-video-slide-controls button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-video-slide-controls button {
    font-size: 20px;
    color: var(--secondary-color);
    line-height: 1;
    border: none;
    padding: 0;
    background-color: transparent;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-video-slide-controls button.prev {
    margin-right: 44px;
}

.ip-video-slide-controls button:hover {
    color: #000;
}

.ip-video-top-content {
    display: flex;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto 60px;
    padding: 0 15px;
}

.ip-video-more-btn a {
    margin: 0 auto;
    max-width: 250px;
}

.ip-video-more-btn {
    margin: 64px auto 0;
}

.ip-video-container {
    padding: 0 0 85px;
}

.ip-video-top-content .global-title h2 {
    text-align: left;
}

.ip-video-container > .custom-container {
    max-width: 1510px;
}

.ip-video-img {
    background-color: #000;
}

.ip-video-img img {
    opacity: .60;
}

.ip-video-img span.ai-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 91px;
    height: 91px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 5;
}

.ip-video-img span.ai-play-btn:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 17px solid var(--secondary);
}

.ip-video-item a:hover .ip-video-img img {
    opacity: .75;
}

/* Section 5 */
.ip-social-media-container, .ip-social-media-main, .ip-social-media-list, .ip-social-media-list ul, .ip-social-media-content {
    display: block;
    position: relative;
}

.ip-social-media-main .global-title h2 > small img {
    max-width: 100%;
    height: auto;
}

.ip-social-media-main .global-title em.ai-accent-line {
    top: 18px;
    transform: none;
    right: calc(100% + 35px);
}

.ip-social-media-list ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 59px;
    height: 59px;
}

.ip-social-media-list ul li 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: 100%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.13);
    font-size: 29px;
    line-height: 1;
    color: var(--secondary-color);
}

.ip-social-media-list ul li a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.ip-social-media-list ul li:not(:last-child) {
    margin-right: 49px;
}

.ip-social-media-list {
    text-align: center;
    margin: 45px auto 50px;
}

.ip-social-media-container {
    padding: 0 0 100px;
}

.ip-social-media-content p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.100em;
    color: #7d7d7d;
}

.ip-social-media-content {
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* Section 6 */
.ip-virtual-tours-container, .ip-virtual-tours-main, .ip-virtual-tours-row, .ip-virtual-tours-video, .ip-virtual-tours-video a, .ip-virtual-tour-content, .ip-virtual-tour-content-text {
    display: block;
    position: relative;
}

.ip-virtual-tours-container {
    padding: 107px 0 103px;
}

.ip-virtual-tours-container .custom-container {
    max-width: 1385px;
}

.ip-virtual-tours-bg {
    background-color: var(--secondary);
    height: 551px;
}

.ip-virtual-tours-bg canvas {
    opacity: .27;
}

.ip-virtual-tours-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.ip-virtual-tours-col:first-child {
    width: 61.477%;
}

.ip-virtual-tours-col:last-child {
    width: 38.523%;
}

.ip-virtual-tour-content {
    padding: 95px 0 0 150px;
}

.ip-virtual-tour-content-text p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.100em;
    color: #fff;
}

.ip-virtual-tour-content .global-title h2 {
    text-align: left;
}

.ip-virtual-tour-content-text {
    margin-top: 20px;
    width: 85%;
}

.ip-virtual-tours-video-img,.ip-virtual-tours-video-img img, .ip-virtual-tours-video-img canvas, .ip-virtual-tours-video-img:before {
    border-radius: 7px;
}

.ip-virtual-tours-video-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: 12px solid #fff;
    z-index: 2;
}

.ip-virtual-tours-video-img:after {
    position: absolute;
    content: '';
    top: calc(100% - 14px);
    left: 0;
    width: 100%;
    height: 52px;
    pointer-events: none;
    background-image: url(../../images/home/shadow-bg.png);
    transform: scaleX(-1);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

.ip-virtual-tours-video-img span.ai-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 91px;
    height: 91px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 5;
}

.ip-virtual-tours-video-img span.ai-play-btn:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 17px solid var(--secondary);
}

.ip-virtual-tours-video-img {
    background-color: #000;
    box-shadow: 10px 6px 5px -4px rgba(0, 0, 0, 0.10);
}

.ip-virtual-tours-video-img img {
    opacity: .60;
}

.ip-virtual-tours-video a:hover .ip-virtual-tours-video-img img {
    opacity: .75;
}

.ip-virtual-tour-content .global-title em.ai-accent-line:before {
    background-color: #fff;
}

/* Section 7 */
.ip-about-container, .ip-about-main, .ip-about-row, .ip-about-agent-holder, .ip-about-agent-img, .ip-about-content-container, .ip-about-content {
    display: block;
    position: relative;
}

.ip-about-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.ip-about-container {
    padding: 0 0 122px;
}

.ip-about-container > .custom-container {
    max-width: 1285px;
}

.ip-about-agent-bg {
    background-color: var(--secondary);
    box-shadow: 10px 6px 5px -4px rgba(0, 0, 0, 0.10);
    width: calc(100% - 40px);
    height: calc(100% - 79px);
    top: auto;
    bottom: 0;
}

.ip-about-agent-img {
    z-index: 2;
    margin-left: auto;
    padding-bottom: 60px;
    padding-left: 60px;
}

.ip-about-agent-bg canvas {
    opacity: .27;
}

.ip-about-agent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ip-about-agent-bg,.ip-about-agent-bg canvas, .ip-about-agent-bg:before {
    border-radius: 7px;
}

.ip-about-agent-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: 12px solid #fff;
    z-index: 2;
    transform: scale(1.01);
}

.ip-about-agent-bg:after {
    position: absolute;
    content: '';
    top: calc(100% - 17px);
    right: 0;
    width: 100%;
    height: 52px;
    pointer-events: none;
    background-image: url(../../images/home/shadow-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ip-about-content-container .global-title h2 {
    text-align: left;
}

.ip-about-content-container {
    padding: 0 15px 0 95px;
}

.ip-about-content strong {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.100em;
    font-weight: 700;
    font-style: italic;
    color: #7d7d7d;
    display: block;
    margin: 30px 0 15px;
}

.ip-about-content p {
    font-size: 13px;
    line-height: 2.077;
    letter-spacing: 0.030em;
    color: #7d7d7d;
    display: block;
}

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

.ip-about-col:first-child {
    width: 43.666%;
}

.ip-about-col:last-child {
    width: 56.334%;
}

/* Section 8 */
.ip-hv-container, .ip-hv-main, .ip-hv-form, .ip-hv-form form, .ip-hv-form-row, .ip-hv-subtitle {
    display: block;
    position: relative;
}

.ip-hv-container {
    padding: 130px 0 105px;
}

.ip-hv-bg canvas {
    opacity: .20;
    filter: grayscale(1);
}

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

.ip-hv-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.98) 80%,rgba(255,255,255,0) 100%);
    z-index: 1;
}

.ip-hv-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    padding: 0 15px;
}

.ip-hv-form {
    width: 100%;
    max-width: 945px;
    margin: 56px auto 0;
}

.ip-hv-subtitle span {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
    display: block;
}

.ip-hv-subtitle {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.075em;
    color: #888888;
    text-transform: uppercase;
    margin-bottom: 30px;
    min-height: 44px;
}

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

.ip-hv-field {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    position: relative;
}

.ip-hv-form-row {
    margin: 0 -15px;
}

.ip-hv-form-control {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ip-hv-field.w50 {
    width: calc(50% - 10px);
}

.ip-hv-field.w30 {
    width: calc(33.33% - 10px);
}

.ip-hv-field.full {
    display: block;
    width: 100%;
}

.ip-hv-field input:not([type=submit]), .ip-hv-field select, .ip-hv-field textarea {
    width: 100%;
    height: 62px;
    border: none;
    border-bottom: 1px solid #666666;
    padding: 0;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.075em;
    color: #000;
    text-transform: uppercase;
    background-color: transparent;
}

.ip-hv-field textarea {
    resize: none;
    height: 216px;
    padding: 20px 0;
    padding-right: 40px!important;
}

.ip-hv-form-submit button {
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    background-image: url(../../images/marketing/ai-plane-icon.png);
    background-color: transparent;
}

.ip-hv-form-submit {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 20px;
    height: 20px;
}

.ip-hv-form-submit button:hover {
    filter: invert(1) brightness(0);
}

.ip-hv-field .wpcf7-spinner {
    bottom: -50px;
}

.placeholder label {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.075em;
    color: #000;
    text-transform: uppercase;
}

.placeholder label em {
    font-style: normal;
    color: var(--secondary);
}

.placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 5;
    pointer-events: none;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .ip-hero-banner-title h1 {
        font-size: 65px;
    }

    .ip-video-container > .custom-container, .ip-strat-container > .custom-container {
        max-width: 100%;
        padding: 0 50px;
    }

    .ip-strat-item {
        padding: 0 15px;
    }

    .ip-strat-list {
        margin: 0 -15px;
    }

    .ip-photography-slide-content {
        max-width: 550px;
    }

    .ip-virtual-tour-content-text p, .ip-social-media-content p, .ip-photography-slide-content-text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .ip-virtual-tour-content {
        padding: 95px 0 0 85px;
    }

    .ip-virtual-tours-container .custom-container {
        max-width: 1325px;
    }

    .ip-virtual-tours-bg {
        height: 525px;
    }

    .ip-about-content-container {
        padding: 0 15px 0 70px;
    }

    .ip-about-container > .custom-container {
        max-width: 1230px;
    }

    .ip-photography-item {
        padding: 0 15px;
    }

    .ip-photography-slide {
        margin: 0 -26px 0 -67%;
    }
}

@media only screen and (max-width: 1440px) {
    .ip-strat-img img {
        max-width: 850px;
        width: 100%;
    }

    .ip-strat-title span {
        font-size: 17px;
        margin-left: 15px;
    }

    .ip-strat-title canvas {
        width: 55px;
        height: 55px;
    }

    .ip-strat-title {
        margin-bottom: 20px;
    }

    .ip-strat-content-text p {
        line-height: 1.9;
    }

    .ip-photography-top-content {
        max-width: 100%;
        padding: 0 50px;
    }

    .ip-video-top-content {
        max-width: 1140px;
    }

    .ip-virtual-tours-container .custom-container {
        max-width: 1280px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-hero-banner-title h1 {
        font-size: 55px;
    }

    .ip-strat-img img {
        max-width: 800px;
    }

    .ip-video-container > .custom-container, .ip-strat-container > .custom-container {
        padding: 0 40px;
    }

    .ip-strat-title canvas {
        background-size: 20px;
    }

     .ip-strat-title canvas[style*="icon-6"],
        .ip-strat-title canvas[style*="icon-5"] {
        background-size: 15px;
    }

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

    .ip-photography-slide-content {
        padding: 40px 35px;
        max-width: 520px;
        left: 23%;
    }

    .ip-video-top-content {
        max-width: 1100px;
    }

    .ip-video-item {
        padding: 0 10px;
    }

    .ip-video-slide {
        margin: 0 -10px;
    }

    .ip-social-media-content {
        max-width: 950px;
    }

    .ip-about-container > .custom-container {
        max-width: 1170px;
    }

    .ip-about-content-container {
        padding: 0 0 0 50px;
    }

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

    .ip-about-agent-img {
        padding-bottom: 50px;
        padding-left: 50px;
    }

    .ip-about-agent-bg:after {
        top: calc(100% - 20px);
    }
}

@media only screen and (max-width: 1280px) {
    .ip-video-container > .custom-container, .ip-strat-container > .custom-container {
        padding: 0 30px;
    }

    .ip-strat-content-text p {
        line-height: 1.8;
    }

    .ip-strat-item {
        margin-bottom: 60px;
    }

    .ip-photography-slide-content {
        padding: 30px 30px;
        max-width: 510px;
    }

    .ip-video-top-content {
        max-width: 1010px;
        margin: 0 auto 40px;
    }

    .ip-virtual-tours-container .custom-container {
        max-width: 1140px;
    }

    .ip-virtual-tours-bg {
        height: 475px;
    }

    .ip-virtual-tour-content {
        padding: 60px 0 0 59px;
    }

    .ip-about-content-container {
        padding: 0 0 0 40px;
    }

    .ip-about-container > .custom-container {
        max-width: 1140px;
    }

    .ip-about-agent-bg:after {
        top: calc(100% - 24px);
    }

    .ip-about-content p {
        line-height: 1.9;
    }

    .ip-about-content strong {
        font-size: 15px;
        letter-spacing: 0.050em;
    }

    .ip-hv-bg:before {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.98) 85%, rgba(255, 255, 255, 0) 100%);
    }

    .ip-photography-slide-content-text {
        margin: 15px 0 0;
    }

    .ip-virtual-tour-content-text p, .ip-social-media-content p, .ip-photography-slide-content-text p {
        line-height: 1.6;
    }

    .ip-virtual-tours-video-img span.ai-play-btn, .ip-video-img span.ai-play-btn {
        width: 75px;
        height: 75px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ip-hero-banner-title h1 {
        font-size: 45px;
    }

    .ip-strat-container {
        padding: 50px 0 40px;
    }

    .ip-strat-img img {
        max-width: 750px;
    }

    .ip-strat-img {
        margin-bottom: 70px;
    }

    .ip-strat-main .global-title {
        margin-bottom: 45px;
    }

    .ip-video-container > .custom-container, .ip-strat-container > .custom-container {
        padding: 0 25px;
    }

    .ip-strat-item {
        padding: 0 10px;
        margin-bottom: 44px;
    }

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

    .ip-strat-title span {
        font-size: 13px;
        margin-left: 10px;
    }

    .ip-strat-title canvas {
        width: 50px;
        height: 50px;
    }

    .ip-strat-content-text p {
        font-size: 12px;
        line-height: 1.7;
    }

    .ip-photography-top-content {
        margin: 0 auto 10px;
    }

    .ip-photography-slide-content {
        max-width: 409px;
        left: 24%;
    }

    .ip-virtual-tour-content-text p, .ip-social-media-content p, .ip-photography-slide-content-text p {
        line-height: 1.5;
    }

    .ip-video-top-content {
        max-width: 870px;
        margin: 0 auto 30px;
    }

    .ip-video-more-btn {
        margin: 35px auto 0;
    }

    .ip-video-more-btn a {
        max-width: 195px;
    }

    .ip-social-media-main .global-title h2 > small img {
        max-width: 220px;
    }

    .ip-social-media-main .global-title em.ai-accent-line {
        right: calc(100% + 20px);
        top: 15px;
    }

    .ip-social-media-list ul li:not(:last-child) {
        margin-right: 28px;
    }

    .ip-social-media-list ul li {
        width: 50px;
        height: 50px;
    }

    .ip-social-media-list ul li a {
        font-size: 22px;
    }

    .ip-social-media-content {
        max-width: 850px;
    }

    .ip-social-media-container {
        padding: 0 0 65px;
    }

    .ip-social-media-list {
        margin: 35px auto 40px;
    }

    .ip-virtual-tours-container {
        padding: 70px 0 90px;
    }

    .ip-virtual-tours-bg {
        height: 375px;
    }

    .ip-virtual-tour-content {
        padding: 40px 0 0 35px;
    }

    .ip-virtual-tours-container .custom-container {
        max-width: 960px;
    }

    .ip-virtual-tour-content-text {
        width: 90%;
    }

    .ip-virtual-tours-col:last-child {
        width: 40%;
    }

    .ip-virtual-tours-col:first-child {
        width: 60%;
    }

    .ip-about-agent-img {
        padding-bottom: 30px;
        padding-left: 30px;
    }

    .ip-about-agent-bg {
        width: calc(100% - 30px);
        height: calc(100% - 40px);
    }

    .ip-about-content-container {
        padding: 0 0 0 30px;
    }

    .ip-about-container > .custom-container {
        max-width: 960px;
    }

    .ip-about-content p {
        line-height: 1.5;
    }

    .ip-about-agent-img img {
        height: 488px;
    }

    .ip-about-agent-bg:after {
        /* top: calc(100% - 26px); */
    }

    .ip-about-content strong {
    }

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

    .ip-about-container {
        padding: 0 0 70px;
    }

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

    .ip-hv-field input:not([type=submit]), .ip-hv-field select, .ip-hv-field textarea {
        font-size: 13px;
        letter-spacing: 0.050em;
        height: 55px;
    }

    .ip-hv-field.w50 {
        width: calc(50% - 5px);
    }

    .ip-hv-field.w30 {
        width: calc(33.33% - 5px);
    }

    .ip-hv-col {
        padding: 0 10px;
    }

    .ip-hv-form-row {
        margin: 0 -10px;
    }

    .ip-hv-field textarea {
        height: 195px;
        padding: 20px 0;
    }

    .ip-hv-subtitle span {
        font-size: 18px;
    }

    .ip-hv-subtitle {
        font-size: 11px;
        min-height: 41px;
        margin-bottom: 20px;
    }

    .ip-hv-form {
        max-width: 840px;
        margin: 45px auto 0;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-hero-banner-img canvas {
        min-height: 300px;
    }

    .ip-strat-img {
        padding-left: 6%;
        margin-bottom: 50px;
    }

    .ip-strat-item {
        display: block;
        width: 100%;
        padding: 0;
        max-width: 400px;
        margin: 0 auto;
    }

    .ip-strat-list {
        margin: 0 auto;
    }

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

    .ip-strat-content-text p {
        font-size: 13px;
    }

    .ip-strat-content {
        text-align: center;
    }

    .ip-strat-content-text {
        text-align: center;
    }

    .ip-strat-title {
        justify-content: center;
    }

    .ip-strat-title span {
        font-size: 15px;
        margin-left: 15px;
        line-height: 1.2;
    }

    .ip-video-container > .custom-container, .ip-strat-container > .custom-container {
        padding: 0 15px;
    }

    .ip-photography-top-content {
        text-align: center;
        padding: 0 15px;
    }

    .ip-strat-container {
        padding: 45px 0 55px;
    }

    .ip-photography-slide {
        margin: 0 auto;
        max-width: 567px;
    }

    .ip-photography-slide-content {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        background-color: rgba(0, 0, 0, .60);
        max-width: 400px;
        width: calc(100% - 30px);
        padding: 30px 15px;
    }

    .ip-video-top-content {
        text-align: center;
        flex-direction: column-reverse;
        margin: 0 auto 35px;
    }

    .ip-video-slide-controls {
        margin-top: 25px;
    }

    .ip-video-item {
        width: 100%;
        padding: 0;
    }

    .ip-video-slide {
        margin: 0 auto;
        width: 100%;
        max-width: 500px;
    }

    .ip-video-slide:not(.slick-initialized) .ip-video-item:nth-child(n+2) {
        display: none;
    }

    .ip-social-media-list ul li:not(:last-child) {
        margin-right: 20px;
    }

    .ip-social-media-container {
        padding: 0 0 50px;
    }

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

    .ip-virtual-tours-bg {
        height: 100%;
    }

    .ip-virtual-tours-video {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-virtual-tour-content {
        padding: 40px 0 0;
        text-align: center;
    }

    .ip-virtual-tour-content-text {
        width: 480px;
        margin: 20px auto 0;
        max-width: 100%;
    }

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

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

    .ip-about-agent-holder {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .ip-about-agent-img img {
        height: auto;
    }

    .ip-about-content-container {
        text-align: center;
        padding: 50px 0 0;
        max-width: 750px;
        margin: 0 auto;
    }

    .ip-about-content p {
        line-height: 1.7;
    }

    .ip-about-content-container .global-title h2 {
        text-align: center;
    }

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

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

    .ip-hv-col {
        display: block;
        width: 100%;
        padding: 0;
    }

    .ip-hv-form-row {
        margin: 0 auto;
    }

    .ip-hv-form {
        max-width: 567px;
    }

    .ip-hv-subtitle {
        min-height: 0;
    }

    .ip-hv-col:not(:last-child) {
        margin-bottom: 20px;
    }

    .ip-hv-field textarea {
        height: 115px;
    }

    .ip-hv-field {
        margin-bottom: 10px;
    }

    .ip-video-img canvas {
        min-height: 250px;
    }

    .ip-virtual-tours-video-img canvas {
        min-height: 250px;
    }

    .ip-about-agent-bg {
        box-shadow: -4px -12px -1px 2px rgba(0, 0, 0, 0.10);
    }

    .ip-strat-img img {
        max-width: 650px;
    }

    .ip-virtual-tours-video-img:after {
        top: calc(100% - 30px);
    }

    .ip-photography-img:after {
        top: calc(100% - 20px);
    }

    .ip-about-agent-bg:after {
        top: calc(100% - 30px);
    }

    .ip-photography-slide-controls button.prev, .ip-video-slide-controls button.prev {
        margin-right: 30px;
    }

    .slide-spacer {
        display: none;
    }

    .ip-hero-banner-img {
        position: relative;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-photography-img {
        box-shadow: 5px 4px 14px 0px rgba(0, 0, 0, 0.10);
    }

    .ip-hero-banner-title h1 {
        font-size: 35px;
    }

    .ip-photography-slide-content {
        padding: 20px 15px;
        width: calc(100% - 79px);
        max-width: 300px;
    }

    .ip-photography-slide-content .global-title h2 > span {
        font-size: 25px;
    }

    .ip-photography-slide-content .global-title h2 > small {
        font-size: 16px;
    }

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

    .ip-photography-img:after {
        width: 100%;
        top: calc(100% - 25px);
    }

    .ip-social-media-list ul li:not(:last-child) {
        margin-right: 15px;
    }

    .ip-about-agent-bg {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

    .ip-photography-slide-content-text p {
        font-size: 12px;
    }

    .ip-virtual-tours-video-img span.ai-play-btn, .ip-video-img span.ai-play-btn {
        width: 65px;
        height: 65px;
    }

    .ip-social-media-list ul li {
        width: 45px;
        height: 45px;
    }

    .ip-social-media-list ul li:not(:last-child) {
        margin-right: 10px;
    }

    .ip-social-media-list ul li a {
        font-size: 20px;
    }

    .ip-social-media-main .global-title h2 > small img {
        max-width: 200px;
    }

    .ip-strat-main .global-title {
        margin-bottom: 40px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .ip-virtual-tours-video-img:after, .ip-about-agent-bg:after {
        top: calc(100% - 32px);
    }

    .ip-photography-img:after {
        top: calc(100% - 33px);
    }
}
