#content-full {
    margin-top: 0 !important;
}

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

.ip-banner::after {
    /*content: '';
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    opacity: .91;
    position: absolute;
    top: 0;
    left: 0;*/
}

.hdr-main .hdr-logo a,
.hdr-main #nav > li > a,
.hdr-main .hdr-phone a {
    /*color: #fff !important;*/
}

.hdr-main.fixed .hdr-logo a {
    /*color: #45315d !important;
    ;*/
}

.hdr-main.fixed #nav > li > a,
.hdr-main.fixed .hdr-phone a {
    /*color: #000 !important;*/
}

#inner-page-wrapper {
    background: url(../../images/intro-logo.png) right calc(100% - 2vw) no-repeat #291e35;
    background-size: 57.938vw auto;
    background-attachment: fixed;
    margin-bottom: 0;
    overflow: hidden;
}

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

p#breadcrumbs {
    font-size: 0.875vw;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #b2b2b2;
    text-transform: uppercase;
    padding: 0 3.438vw;
}

p#breadcrumbs .breadcrumb_last {
    color: #fff;
}

.blog-wrapper {
    background: #fff;
}

.blog-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 65px 0 0;
    padding: 4.063vw 0 1vw;
    overflow: hidden;
}

.blog-title h2 {
    text-align: center;
    position: relative;
    margin: 0 !important;
    line-height: 1;
    /*padding: 0 6.063vw 1vw 11.25vw;*/
    padding: 0 6.063vw 0 6.375vw;
}

.blog-title h2:before {
    content: '';
    display: block;
    width: 3.625vw;
    height: 3.625vw;
    position: absolute;
    top: .3vw;
    /*transform: translateY(-50%);*/
    left: 0;
    background: url(../../images/title-logo.png) center center no-repeat;
    background-size: cover;
    border-radius: 100%;
}

.blog-title h2:after {
    content: '';
    display: block;
    width: 0.063vw;
    height: 5.2vw;
    background: #000;
    position: absolute;
    left: 1.76vw;
    /*bottom: 7.188vw;*/
    bottom: 4vw;
}

.blog-title h2 em {
    font-family: var(--font-family-title);
    font-style: normal !important;
    /*font-size: 8.125vw;*/
    font-size: 4.375vw;
    font-weight: 400;
    letter-spacing: -0.02em;
    background-image: url(../../images/title-texture.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-clip: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.blog-items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: row wrap;
    padding: 59px 55px 0;
    padding: 3.688vw 3.438vw 0;
    margin: 0 -16px;
    margin: 0 -1vw;
    position: relative;
}

.blog-items:before {
    content: '';
    width: 100%;
    /*height: calc(100% - 262px);*/
    height: calc(100% - 14.688vw);
    background-image: url(../../images/blog/blog-bg.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    top: 235px;
    top: 14.688vw;
    left: 0;
}

.blog-item {
    width: 50%;
    padding: 0 16px;
    padding: 0 1vw;
    margin-bottom: 125px;
    margin-bottom: 7.813vw;
    position: relative;
    z-index: 1;
}

.blog-item-inner {}

.blog-photo {
    position: relative;
    background: rgb(189, 202, 214);
    background: -moz-linear-gradient(left, rgba(189, 202, 214, 1) 0%, rgba(201, 195, 196, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(189, 202, 214, 1) 0%, rgba(201, 195, 196, 1) 100%);
    background: linear-gradient(to right, rgba(189, 202, 214, 1) 0%, rgba(201, 195, 196, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bdcad6', endColorstr='#c9c3c4', GradientType=1);
    padding-bottom: 31px;
    padding-bottom: 1.938vw;
}
.blog-photo a{
    display: block;
    position: relative;
}
.blog-photo a:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #291e35;
    opacity: 0;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.blog-photo a:hover:before{
    opacity: 0.8;
}
.blog-photo canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.blog-info {
    padding-top: 45px;
    padding-top: 2.813vw;
}

.blog-item-title {
    margin-bottom: 24px;
    margin-bottom: 1.500vw;
}

.blog-item-title h2 {
    font-family: var(--font-family-title);
    font-size: 30px !important;
    font-size: 1.875vw !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em;
    line-height: 1.3;
    color: #191b1c;
    margin: 0 !important;
}
.blog-item-title h2 a{
    color: inherit;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.blog-item-title h2 a:hover{
    color:#45315d;
}
.blog-excerpt-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    padding-right: 38px;
    padding-right: 2.375vw;
}

.blog-excerpt {
    width: calc(100% - 175px);
    width: calc(100% - 10.938vw);
}

.blog-excerpt p {
    font-size: 15px;
    font-size: 0.938vw;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 2;
    color: #5b5b5b;
    margin: 0 !important;
}

.blog-button {}

.blog-button .site-bttn-3 {
    flex-flow: row;
}

@media only screen and (max-width: 991px) {
    .hdr-main .hdr-logo a {
        /*color: #45315d !important;*/
    }
    p#breadcrumbs {
        font-size: 14px;
    }
    .blog-title {
        padding: 65px 0 0;
    }
    .blog-title h2 {
        padding: 0;
    }
    .blog-title h2:before,
    .blog-title h2:after {
        display: none;
    }
    .blog-title h2 em {
        font-size: 60px;
        display: block;
        padding: 0 0 10px;
    }
    .blog-items {
        padding: 59px 55px 0;
        margin: 0;
    }
    .blog-item {
        width: 100%;
        margin-bottom: 125px;
        padding: 0;
    }
    .blog-photo {
        padding-bottom: 31px;
    }
    .blog-info {
        padding-top: 45px;
    }
    .blog-item-title {
        margin-bottom: 24px;
    }
    .blog-item-title h2 {
        font-size: 30px !important;
    }
    .blog-excerpt {
        width: 100%;
        margin-bottom: 30px;
    }
    .blog-excerpt p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .blog-items {
        padding: 59px 15px 0;
    }
    .blog-item-title h2 {
        font-size: 24px !important;
    }
}