/* Our Markets */
.om-container, .om-main, .om-list, .om-item a {
    display: block;
    position: relative;
}

.om-container {
    padding: 130px 0 105px;
    font-size: 0;
}

.om-main-title {
    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;
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 90px;
}

.om-bg canvas {
    opacity: .15;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.om-main-title .global-title, .om-caption {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.om-caption {
    width: calc(100% - 500px);
    text-align: center;
}

.om-caption p {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.050em;
    font-weight: 600;
    color: #222222;
}

.om-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    z-index: 1;
}

.om-main {
    z-index: 5;
}

.om-container .custom-container {
    max-width: 1410px;
}

.om-item {
    display: inline-block;
    vertical-align: top;
    width: 8.142%;
    position: relative;
    padding: 0 4px;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.om-item a {
    overflow: hidden;
    height: 100%;
}

.om-list {
    margin: 0 -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.om-hover-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
    opacity: 0;
    visibility: hidden;
}

.om-hover-logo img {
    max-width: 100%;
    height: auto;
    opacity: .30;
}

.om-hover-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px 58px;
    z-index: 5;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.om-icon {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    z-index: 5;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.om-title {
    position: absolute;
    bottom: 125px;
    left: 0;
    right: 0;
    z-index: 5;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
    display: block;
    text-align: center;
}

.om-img {
    background-color: #000;
    height: 100%;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.om-img canvas {
    min-height: 503px;
}

#content .om-hover-title h2 {
    font-size: 35px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    padding-left: 22px;
    position: relative;
}

.om-hover-title h2 .global-accent-vertical-line:before {
    top: auto;
    bottom: 0;
}

.om-hover-title h2 .global-accent-vertical-line {
    height: 100vh;
    top: auto;
    bottom: 0;
}

#content .om-title h2 {
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    margin: 0 auto;
}

.om-icon img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}

.om-icon:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -3px;
    border: 3px solid rgba(255,255,255,.16);
    border-radius: 50%;
}

.om-btn-icon {
    position: absolute;
    bottom: 56px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
    display: block;
    text-align: center;
}

.om-btn-icon img {
    max-width: 100%;
    height: auto;
}

.om-item.active {
    width: 34.864%;
}

.om-item.active .om-hover-logo {
    opacity: 1;
    visibility: visible;
}

.om-item.active .om-hover-title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.om-item.active .om-title {
    opacity: 0;
    visibility: hidden;
}

.om-item.active .om-icon {
    opacity: 0;
    visibility: hidden;
}

#content .om-hover-title h2 span {
    font-size: 14px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.250em;
    margin-top: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

#content .om-hover-title h2:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100vh;
    background-color: #fff;
}

#content .om-hover-title h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--secondary-color);
}

#content .om-item a:hover .om-hover-title h2 span {
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
    height: 14px;
}

.om-item.view-more a:hover .om-img {
    background-color: var(--secondary-color);
}

.om-item:not(.active) a:hover .om-img img {
    opacity: .20;
}

 #content .om-item.view-more .om-title h2 {
    font-weight: 400;
}

.om-item.view-more .om-title {
    bottom: 105px;
}

.om-item:not(.view-more) .om-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.80)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.80) 100%);
}

html.safari-true .om-bg.attachment-fixed canvas,
html.safari-true .bs-bg.attachment-fixed canvas{
    background-attachment: scroll!important;
    background-position: bottom center!important;
    background-size: cover!important;
}

#inner-page-wrapper > .container {
	width: 100%;
  padding: 0;
}
#content .widgets_on_page ul {
	margin: 0;
}

@media only screen and (min-width: 992px) {
	/* Our Markets */
    .om-container {
        padding: 8.125vw 0 6.563vw;
    }

    .om-main-title {
        max-width: 81.250vw;
        margin: 0 auto 5.625vw;
    }

    .om-caption {
        width: calc(100% - 31.250vw);
    }

    #content .om-caption p {
        font-size: 1vw;
    }

    .om-container .custom-container {
        max-width: 88.125vw;
    }

    .om-item {
        padding: 0 0.250vw;
    }

    .om-list {
        margin: 0 -0.250vw;
    }

    .om-hover-logo img {
        width: 16vw;
        height: 9vw;
    }

    .om-hover-title {
        padding: 0 2.500vw 3.625vw;
    }

    .om-icon {
        bottom: 2.500vw;
        width: 2.875vw;
        height: 2.875vw;
    }

    .om-title {
        bottom: 7.813vw;
    }

    .om-img canvas {
        min-height: 31.438vw;
    }

    #content .om-hover-title h2 {
        font-size: 2.188vw;
        padding-left: 1.375vw;
    }

    #content .om-title h2 {
        font-size: 2.188vw;
    }

    .om-icon img {
        width: 1.625vw;
        height: 0.938vw;
    }

    .om-icon:before {
        margin: -0.188vw;
        border: 0.188vw solid rgba(255,255,255,.16);
    }

    .om-btn-icon {
        bottom: 3.500vw;
    }

    .om-btn-icon img {
        width: 1.750vw;
        height: 1.125vw;
    }

    .om-hover-title h2 span {
        font-size: 0.875vw;
    }

    .om-hover-title h2:after {
        width: 0.188vw;
    }

    .om-item a:hover .om-hover-title h2 span {
        margin-top: 0.500vw;
        height: 0.875vw;
    }

    .om-item.view-more .om-title {
        bottom: 6.563vw;
    }

}

@media only screen and (max-width: 991px) {
	.om-main-title {
        display: block;
        text-align: center;
        margin-bottom: 35px;
    }

    .om-main-title .global-title, .om-caption {
        display: block;
    }

    .om-caption {
        width: 100%;
    }

    .om-main-title .global-title {
        margin-bottom: 25px;
    }

    .om-bg {
        display: none;
    }

    .om-container {
        padding: 80px 0 80px;
    }

    .om-main {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }

    .om-item {
        width: 100%!important;
        padding: 0;
    }

    .om-list {
        display: block;
        margin: 0;
    }

    .om-btn a {
        width: 220px;
        margin: 0 auto;
    }

    .om-btn {
        margin: 33px 0 0;
        display: none !important;
    }

    .om-img canvas {
        height: 90px;
        min-height: 0;
    }

    .om-hover-title {
        padding: 0;
        -webkit-transform: translateY(-50%)!important;
        -ms-transform: translateY(-50%)!important;
        transform: translateY(-50%)!important;
        top: 50%;
        opacity: 1!important;
        visibility: visible!important;
        line-height: 1;
        left: 89px;
        height: auto;
        bottom: auto;
    }

    .om-hover-logo {
        display: none;
    }

    .om-icon {
        bottom: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        left: 18px;
        right: auto;
        opacity: 1!important;
        visibility: visible!important;
    }

    .om-title {
        opacity: 1!important;
        visibility: visible!important;
        bottom: 0;
        display: none;
    }

    #content .om-hover-title h2 {
        padding-left: 0;
        font-size: 30px;
    }

    .om-hover-title h2:before, .om-hover-title h2:after {
        display: none;
    }

    .om-hover-title h2 span {
        display: none;
        margin: 0!important;
        height: 0!important;
    }

    .om-item:not(:last-child) {
        margin-bottom: 7px;
    }

    .om-item:not(.view-more) .om-img:before {
        opacity: .60;
    }

    .om-item.view-more {
        display: none!important;
    }
	 html.safari-true .om-bg.attachment-fixed canvas,
    html.safari-true .bs-bg.attachment-fixed canvas{
        background-attachment: scroll!important;
        background-position: bottom center!important;
        background-size: cover!important;
    }

}

@media only screen and (max-width: 767px) {
	#content .om-caption p {
        font-size: 15px;
        line-height: 1.7;
    }

    .om-container {
        padding: 55px 0 80px;
    }

    .om-icon {
        left: 15px;
    }

    .om-main {
        max-width: 480px;
    }

    .om-main-title {
        margin-bottom: 20px;
    }

    .om-hover-title {
        left: 80px;
    }

    #content .om-hover-title h2 {
        font-size: 23px;
    }

    .om-btn a {
        width: 215px;
    }

    .om-main-title .global-title {
        margin-bottom: 18px;
    }

}