body.custom-background {
    background: url("../img/main-bg.jpg") no-repeat 50% bottom #000;
    background-size:cover;
    background-attachment:fixed;
}
body {
    font-family:'Roboto';
    font-weight:300;
}
.header_wrap,
html > body > div.site > section.under_nav,
html > body > div.site > div.wrapper .post-info,
footer.entry-meta,
footer[role="contentinfo"] {
    display: none;
}


html > body > div.site {
    background: none;
    color: #fff;
}

html > body > div.site {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.gow-top-b {
    height: 204px;
    background: url("../img/gow-top-b.jpg") no-repeat 50% 0;
}

.max-width {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding:0 20px;
}
.site-content {
    float: none;
    width: auto;
}
.gow-menu {
    background: #000;

    margin-bottom: 86px;
}
.gow-menu__inner {
    display: flex;
    align-items: center;
    height: 46px;
}
.gow-menu__menu {
    display: flex;
    justify-content: center;
    width: 100%;
}
.gow-menu__menu div {
    margin: 0 15px;
}
.gow-menu__menu a {
    text-transform: uppercase;
    color: #a6a6a6;
    font-size: 24px;
    font-family: 'Cuprum', sans-serif;
    text-decoration: none;
}
.gow-menu__menu a:hover {
    color: #fff;
}
header.post-title h1 {
    text-align: center;
    font-size: 44px;
    color: #9a0000;
    font-family:inherit;
    font-weight: 300;
    background: url("../img/h1-bg.png") no-repeat 50% 50%;
    padding:25px 0 34px;
}
html > body > div.site > div.wrapper .site-content100 .entry-content {
    text-align: center;
    font-family:inherit;
    font-weight:inherit;
}

.gow-content {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    font-family:inherit;
    margin-bottom: 54px;
}
.gow-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 36px;
}
.gow-content p {
    margin-bottom: 10px;
    font-family:inherit;
    font-weight:inherit;

}
.gow-content a {
    color: #9a0000;
}
.gow-post__title {
    font-size: 33px;
    line-height: 43px;
    color: #9a0000;
    font-weight: 300;
    font-family:inherit;
    text-align: center;
}

.line {
    background: url("../img/line.png") no-repeat 50% bottom;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.gow-slider-wp {
    position: relative;
    max-width: 690px;
    margin: 0 auto;
    height: 151px;
    overflow: hidden;
    margin-bottom: 20px;
}
.gow-slider-arrow {
    position: absolute;
    left: 0;
    top: 40px;
    cursor: pointer;
    background: url("../img/arrow.png") no-repeat;
    width: 49px;
    height: 80px;
    z-index: 5;
}
.gow-slider-arrow_right {
    left: auto;
    right: 0;
    transform: rotateY(-180deg);
}
.gow-slider {
    max-width: 600px;
    margin: 0 auto 0;
}
.gow-slider__item {
    width: 300px;
    display: inline-block;
}

.gow-slider__item  img {
    display: block;
    margin: 0 auto;
    transform: scale(0.8);
    opacity: 0.7;
    transition: all 0.3s;
}
.slick-current .gow-slider__item  img  {
    opacity: 1;
    transform: scale(1);
}
.gow-bottom-nav {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    position: relative;
    background: url("../img/nav-line.png") no-repeat 50% bottom;
}
.gow-bottom-nav span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    color: #a3a3a3;
    font-weight: 300;
    margin: 0 10px 10px;
    cursor: pointer;
}
.gow-bottom-nav span:hover {
    opacity: 0.7;
}
.gow-bottom-nav span.active {
    color: #9a0000;
    cursor: default;
}
.gow-bottom-nav span.active:hover {
    opacity: 1;
}
.up-btn {
    text-align: center;
    color: #9a0000;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 56px;
    margin-top: 40px;
}
.up-btn span {
    cursor: pointer;
}
.fow-footer {
    text-align: center;
    color: #858585;
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 1.4;
}
.fow-footer div {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}
.fow-footer div a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    html > body > div.site > .wrapper {
        padding: 0 0;
    }


    .gow-top-b {
        height: 100px;
        background-size:auto 100%;
    }
    .gow-menu {
        margin-bottom: 40px;
    }

    .gow-menu__inner {
        display: block;
        height: auto;
        padding: 5px 0;
    }

    .gow-menu__inner img {
        display: block;
        margin: 0 auto 6px;
    }

    header.post-title h1 {
        margin: 0 -20px;
        padding: 25px 20px 34px;
    }

    .gow-slider-wp {
        margin: 0 -20px 20px;
    }
}
