﻿.welcomeBlockContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100vh;
    padding-top: 80px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.welcomeBlockContent.welcomeBlockContent--top .welcomeBlockContent__border {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.welcomeBlockContent.welcomeBlockContent--middle .welcomeBlockContent__border {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.welcomeBlockContent.welcomeBlockContent--bottom .welcomeBlockContent__border {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.welcomeBlockContent.welcomeBlockContent--left .welcomeBlockContent__group {
    margin-left: 0;
    margin-right: auto
}

.welcomeBlockContent.welcomeBlockContent--left .welcomeBlockContent__description,.welcomeBlockContent.welcomeBlockContent--left .welcomeBlockContent__title {
    text-align: left
}

.welcomeBlockContent.welcomeBlockContent--center .welcomeBlockContent__group {
    margin-left: auto;
    margin-right: auto
}

.welcomeBlockContent.welcomeBlockContent--center .welcomeBlockContent__description,.welcomeBlockContent.welcomeBlockContent--center .welcomeBlockContent__title {
    text-align: center
}

.welcomeBlockContent.welcomeBlockContent--right .welcomeBlockContent__group {
    margin-left: auto;
    margin-right: 0
}

.welcomeBlockContent.welcomeBlockContent--right .welcomeBlockContent__description,.welcomeBlockContent.welcomeBlockContent--right .welcomeBlockContent__title {
    text-align: right
}

.welcomeBlockContent.welcomeBlockContent--white {
    background-color: #000
}

div.welcomeBlockContent.welcomeBlockContent--white .welcomeBlockContent__group {
    color: #fff !important;
}

.welcomeBlockContent.welcomeBlockContent--dark {
    background-color: #fff
}

.welcomeBlockContent.welcomeBlockContent--dark .welcomeBlockContent__group {
    color: #000
}

.welcomeBlockContent__border {
    height: 100%;
    margin: 20px 20px 0;
    border: 2px solid #a36b4f;
    border-bottom: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.welcomeBlockContent__group {
    padding: 90px 60px;
    margin: 0 auto
}

.welcomeBlockContent__title {
    font-family: GenesisSansHeadLight,Arial,sans-serif;
    font-size: 70px;
    text-transform: uppercase;
	color:white;
}

.welcomeBlockContent__title+.welcomeBlockContent__description {
    margin-top: 17px
}

.welcomeBlockContent__description {
    font-family: GenesisSansTextRegular,Arial,sans-serif;
    font-size: 24px;
    opacity: .6;
	color:white;
}

.welcomeBlockContent--tradeIn {
    background-position: left 0 top 80px
}

@media screen and (max-width: 767.99px) {
    .welcomeBlockContent {
        max-height:300px;
        padding-top: 50px
    }

    .welcomeBlockContent__border {
        border: none
    }

    .welcomeBlockContent__group {
        padding: 0
    }

    .welcomeBlockContent__title {
        font-size: 36px
    }

    .welcomeBlockContent__title+.welcomeBlockContent__description {
        margin-top: 10px
    }

    .welcomeBlockContent__description {
        font-size: 14px;
        opacity: 1;
        line-height: 1.6
    }

    .welcomeBlockContent--tradeIn {
        background-position: left 0 top 50px
    }
}

.imageWithText01 {
    max-width: 1220px;
    margin: 60px auto;
    padding: 0 60px
}

.imageWithText01__wrap {
    background-color: #f3f3f3
}

.imageWithText01__image {
    height: 300px;
    background-repeat: no-repeat;
    background-position: 50%
}

.imageWithText01__group {
    padding: 50px
}

.imageWithText01__title {
    color: #000;
    font-family: GenesisSansHeadLight,Arial,sans-serif;
    font-size: 34px;
    text-transform: uppercase
}

.imageWithText01__title+.imageWithText01__description {
    margin-top: 16px
}

.imageWithText01__description {
    color: #000;
    font-size: 16px
}

.imageWithText01__description p:first-child {
    margin-top: 0
}

.imageWithText01__description p:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 767.99px) {
    .imageWithText01 {
        margin-top:20px;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .imageWithText01__image {
        height: 170px;
        background-size: cover
    }

    .imageWithText01__group {
        padding: 20px
    }

    .imageWithText01__title {
        font-size: 24px
    }

    .imageWithText01__description {
        font-size: 16px
    }
}

.imageWithText02 {
    margin: 60px 0
}

.imageWithText02__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #141414
}

.imageWithText02__image {
    width: 50%;
    min-height: 426px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.imageWithText02__group {
    width: 50%;
    padding: 50px
}

.imageWithText02__title {
    color: #fff;
    font-family: GenesisSansHeadLight,Arial,sans-serif;
    font-size: 34px;
    text-transform: uppercase
}

.imageWithText02__title+.imageWithText02__description {
    margin-top: 16px
}

.imageWithText02__description {
    color: #fff;
    font-size: 16px
}

.imageWithText02__description p:first-child {
    margin-top: 0
}

.imageWithText02__description p:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 767.99px) {
    .imageWithText02 {
        margin-top:20px;
        margin-bottom: 20px
    }

    .imageWithText02__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .imageWithText02__image {
        width: 100%;
        min-height: 248px
    }

    .imageWithText02__group {
        width: 100%;
        padding: 20px
    }

    .imageWithText02__title {
        font-size: 24px
    }

    .imageWithText02__description {
        font-size: 16px
    }
}

.ownersPage {
    overflow: hidden;
	box-sizing:border-box;
}
.ownersPage *{
	box-sizing:border-box;
}


























.ownersIconList {
    max-width: 1100px;
    margin: 60px auto;
    padding: 40px 0 60px;
    border-top: 1px solid #d7d7d7
}

.ownersIconList__wrap {
    max-width: 895px;
    margin: 0 auto;
    padding: 0 60px
}

.ownersIconList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0
}

.ownersIconList__itemImage {
    width: 160px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #a36b4f
}

.ownersIconList__itemImage,.ownersIconList__itemImage span {
    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
}

.ownersIconList__itemImage span {
    width: 100px;
    height: 100px
}

.ownersIconList__itemGroup {
    margin-left: 40px;
    padding: 40px 0 30px
}

.ownersIconList__itemTitle {
    color: #141414;
    font-family: GenesisSansHeadLight,Arial,sans-serif;
    font-size: 20px
}

.ownersIconList__itemTitle+.ownersIconList__itemDescription {
    margin-top: 17px
}

.ownersIconList__itemDescription {
    color: #141414;
    font-family: GenesisSansTextRegular,Arial,sans-serif;
    font-size: 16px;
    line-height: 24px
}

.ownersIconList__itemDescription p {
    margin: 0
}

.ownersIconList__itemDescription ul {
    margin: 0;
    padding: 0
}

.ownersIconList__itemDescription li {
    margin-left: 10px;
    margin-top: 1px;
    position: relative
}

.ownersIconList__itemDescription li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
    position: absolute;
    left: -9px;
    top: .6em;
    background-color: #141414
}
.ownersIconList__itemDescription ul {
	list-style-type:none;
}

.ownersIconList__itemDescription-link {
    color: #000;
    text-decoration: underline
}

.ownersIconList__itemDescription-link:hover {
    text-decoration: none
}

.ownersIconList__button {
    margin-top: 60px;
    text-align: center
}

.ownersIconList__button a {
    display: inline-block;
    min-width: 250px;
    padding: 14px 45px 13px;
    background-color: #a36b4f;
    color: #fff;
    font-size: 14px;
    font-family: GenesisSansHeadLight,Arial,sans-serif;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    line-height: inherit;
    text-decoration: none;
    letter-spacing: .06em;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.ownersIconList__afterContent {
    margin-top: 60px;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    border-top: 1px solid #d7d7d7;
    color: #000;
    font-size: 14px
}

@media screen and (max-width: 767.99px) {
    .ownersIconList {
        margin-top:20px;
        margin-bottom: 20px;
        padding: 0 20px 20px;
        border: none
    }

    .ownersIconList__wrap {
        padding: 0
    }

    .ownersIconList__itemImage {
        width: 50px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .ownersIconList__itemImage span {
        width: 30px;
        height: 30px;
        margin-top: 15px
    }

    .ownersIconList__itemGroup {
        margin-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .ownersIconList__itemTitle {
        fotn-size: 18px
    }

    .ownersIconList__itemTitle+.ownersIconList__itemDescription {
        margin-top: 10px
    }

    .ownersIconList__itemDescription {
        font-size: 14px
    }

    .ownersIconList__button {
        margin-top: 30px
    }

    .ownersIconList__button a {
        font-family: GenesisSansHeadRegular,Arial,sans-serif;
        font-size: 13px;
        white-space: normal
    }

    .ownersIconList__afterContent {
        margin-top: 30px;
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
        font-size: 10px
    }
}
