@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg'),
        url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype');

    font-weight: normal;
    font-style: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Gotham-Bold';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
blockquote {
    display: block;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

/*-----------------------
    Typography
-----------------------*/
h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 25px 0;
    color: #544c46;
}

h4 {
    font-size: 24px;
    line-height: 30px;
    color: #eee1d9;
    margin: 0;
    background-color: #3f3e3b;
    text-align: center;
    padding: 16px 15px;
}

h5 {
    font-size: 24px;
    line-height: 28px;
    color: black;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}

p.description {
    font-size: 17px;
    line-height: 22px;
    color: #3f3e39;
    margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
}

/*-----------------------
    Header
-----------------------*/
header {
    text-align: center;
    background: url('../images/hero-bckg.png') no-repeat 50% bottom;
    background-size: cover;
}

header .hero {
    padding: 50px 15px 30px 15px;
    background-color: rgba(255, 255, 255, .43);
}

header .hero .release {
    font-size: 20px;
    line-height: 24px;
    color: #e9e0da;
    background: url('../images/new-release-bckg.png') no-repeat 50% top;
    background-size: cover;
    padding: 25px 15px;
    max-width: 930px;
    margin: 30px auto 35px auto;

}

header .hero .release .owner {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 38px;
}

header .hero .release span {
    vertical-align: middle;
}

@media screen and (min-width: 1025px) {
    header .hero {
        padding: 100px 15px 30px 15px;
    }

    header .hero .release .owner {
        text-transform: uppercase;
        font-size: 44px;
        line-height: 48px;
    }
}

/*-----------------------
    About Book
-----------------------*/
.about-book {
    padding: 40px 0 40px 0;
}

.about-book .info {
    padding: 30px 10px 5px 10px;
    margin-bottom: 35px;
}

.about-book .info .expand {
    display: none;
}

.about-book .info .read-more-wrapper {
    text-align: center;
}

.about-book .info .read-more-wrapper a {
    font-size: 20px;
    line-height: 24px;
    color: #b9b7b6;
}

.about-book .info .read-more-wrapper a:hover {
    color: black;
}

.about-book .cover .share {
    margin-top: 20px;
}

.about-book .cover .share img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.about-book .cover .share > div {
    margin-bottom: 15px;
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .about-book .info {
        padding: 40px 20px 5px 100px;
        width: 62%;
        float: left;
        margin-bottom: 0;
    }

    .about-book .cover {
        width: 38%;
        float: left;
    }
}

/*-----------------------
    Download
-----------------------*/
.download {
    padding: 25px 0;
    background-color: #3f3e3b;
    text-align: center;
    margin-bottom: 15px;
}

.download h4 {
    padding: 0;
    background-color: transparent;
    margin: 0 0 15px 0;
}

.download .download-form input[type="text"] {
    border-color: #3f3e3b;
}

@media screen and (min-width: 768px) {
    .download .form .address {
        width: 55%;
        float: left;
        margin-right: 3%;
        margin-bottom: 0;
    }

    .download .form .submit {
        width: 42%;
        float: left;
    }
}

@media screen and (min-width: 1025px) {
    .download .inner {
        max-width: 1020px;
        margin: 0 auto;
    }

    .download h4 {
        width: 40%;
        float: left;
        margin-right: 8%;
        margin-bottom: 0;
        text-align: left;
    }

    .download .form {
        width: 52%;
        float: left;
    }
}

/*-----------------------
    Download Form
-----------------------*/
.download-form input[type="text"],
.download-form input[type="email"] {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background-color: white;
    border: 2px solid #6f6e6c;
    font-size: 16px;
    line-height: 1;
    color: #3f3e39;
    margin-bottom: 15px;
}

.download-form input[type="submit"] {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    border: 2px solid #bdbbbb;
    color: white;
    border-radius: 5px;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    padding: 14px 10px;
    background-color: #3f3e3b;
    cursor: pointer;
}

.download-form input[type="submit"]:hover {
    background-color: white;
    color: #3f3e3b;
}

/*-----------------------
    Interviews
-----------------------*/
.interviews {
    padding: 20px 0;
    text-align: center;
}

.interviews h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.interviews p {
    margin-bottom: 50px;
}

.interviews .videos-row .video-element {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.interviews .videos-row .video-inner {
    padding-bottom: 56.25%;
    position: relative;
}

.interviews .videos-row .video-element iframe,
.interviews .videos-row .video-element video {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .interviews .videos-row {
        display: flex;
        justify-content: space-around;
        margin-bottom: 30px;
    }

    .interviews .videos-row .video-element {
        width: auto;
        flex: 0 0 45%;
        margin-bottom: 0;
    }
}

/*-----------------------
    New Chapters
-----------------------*/
.new-chapters {
    padding: 50px 0;
}

.new-chapters .chapter {
    position: relative;
}

.new-chapters .chapter + .chapter {
    margin-top: 70px;
}

.new-chapters .chapter .cover {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

.new-chapters .chapter h4 {
    padding: 0;
    color: black;
    background-color: transparent;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

@media screen and (min-width: 768px) {
    .new-chapters .chapter {
        position: relative;
        padding-left: 240px;
        min-height: 265px;
    }

    .new-chapters .chapter h4 {
        text-align: left;
    }

    .new-chapters .chapter .cover {
        position: absolute;
        left: 0;
        width: 200px;
        height: auto;
        margin: 0;
    }

    .new-chapters .download-form form {
        display: flex;
    }

    .new-chapters .download-form input[type="email"] {
        flex: 0 0 48%;
        margin-right: 4%;
        margin-bottom: 0;
    }

    .new-chapters .download-form input[type="submit"] {
        flex: 0 0 48%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1025px) {
    .new-chapters {
        padding: 100px 0;
    }

    .new-chapters .inner {
        max-width: 1020px;
        margin: 0 auto;
    }

    .new-chapters .download-form {
        margin-top: 40px;
    }

    .new-chapters .download-form input[type="email"] {
        flex-basis: 350px;
        margin-right: 30px
    }

    .new-chapters .download-form input[type="submit"] {
        flex-basis: 280px;
    }
}

/*-----------------------
    Order
-----------------------*/
.order {
    padding: 100px 0;
    background: url('../images/order-bckg.png') no-repeat 50% 50%;
    background-size: cover;
}

.order .shops {
    padding: 45px 15px;
    background-color: white;
}

.order .shops .shop {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.order .shops .shop:last-child {
    margin-bottom: 0;
}

.order .shops img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
}

@media screen and (min-width: 1025px) {
    .order .shops {
        text-align: center;
        padding: 45px 100px;
    }

    .order .shops .shop {
        width: 22%;
        display: inline-block;
        vertical-align: bottom;
        margin: 0 1%;
    }
}

/*-----------------------
    Authors
-----------------------*/
.authors {
    padding: 100px 0 50px 0;
}

.authors .brothers {
    margin-bottom: 50px;
}

.authors .official-site {
    text-align: center;
}

.authors h5 {
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .authors .brothers {
        width: 47%;
        float: left;
        margin-right: 3%;
        margin-bottom: 0;
    }

    .authors .info {
        width: 50%;
        float: left;
    }

    .authors .official-site {
        text-align: left;
    }

    .authors h5 {
        text-align: left;
    }
}

/*-----------------------
    Footer
-----------------------*/
footer {
    padding: 20px 0;
    text-align: center;
}

footer .copyright {
    font-size: 19px;
    line-height: 23px;
    color: #53380b;
    margin: 0 0 15px 0;
    font-family: 'Open Sans', sans-serif;
}

footer .social a {
    display: inline-block;
    vertical-align: top;
    margin: 2px 5px;
}

footer .social .icon {
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #666666;
    line-height: 46px;
    color: #666666;
    font-size: 30px;
    border-radius: 50%;
    margin-bottom: 3px;
    transition: all 200ms ease-in-out;
}

footer .social a:hover .icon {
    border-color: #53380b;
    color: #53380b;
}

footer .social .name {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 14px;
    color: #53380b;
    font-family: 'Open Sans', sans-serif;
}

/*-----------------------
    Parallax
-----------------------*/
@media screen and (min-width: 1025px) {
    .parallax.attach {
        background-attachment: fixed;
    }
}

/*-----------------------
    Buttons
-----------------------*/
.btn {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    padding: 12px 8px;
    border: 2px solid black;
    text-transform: uppercase;
}

.btn-primary {
    background-color: rgba(255, 255, 255, .66);
    color: #413f3c;
    border-color: #767068;
    transition: all 200ms ease-in-out;
}

.btn-primary:hover {
    background-color: #767068;
    color: white;
}

@media screen and (min-width: 1025px) {
    .btn {
        font-size: 20px;
        line-height: 24px;
        padding: 16px 12px;
    }
}

/*-----------------------
    Helper classes
-----------------------*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both
}

img {
    border: medium none;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.img-center {
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

a {
    text-decoration: none;
    color: inherit;
}

@media screen and (max-width: 420px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1200px) {}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 991px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (min-resolution: 192dpi) and (max-width: 991px),
only screen and (min-resolution: 2dppx) and (max-width: 991px) {}
