@font-face {
    font-family: 'arrows';
    src: url('../fonts/arrows/arrows.eot');
    src: url('../fonts/arrows/arrows.eot?#iefix') format('embedded-opentype'), url('../fonts/arrows/arrows.woff') format('woff'), url('../fonts/arrows/arrows.ttf') format('truetype'), url('../fonts/arrows/arrows.svg#arrows') format('svg');
    font-weight: normal;
    font-style: normal;
}

.logo {
    width: 75%;
    margin: 0 auto;
}

.bb-custom-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.bb-custom-wrapper .bb-bookblock {
    width: 100%;
    height: 100%;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}

.bb-custom-side {
    width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    background: url('../images/BG.png') no-repeat scroll center top / cover;
    background-repeat: no-repeat;
    display: block;
    /* Centering with flexbox */
    /* display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center; */
}

.bb-custom-firstpage h1 {
    font-size: 2.625em;
    line-height: 1.3;
    margin: 0;
    font-weight: 300;
    background: #fff;
}

.bb-custom-firstpage h1 span {
    display: block;
    font-size: 60%;
    opacity: 0.3;
    padding: 0 0 0.6em 0.1em;
}

.bb-custom-firstpage {
    text-align: center;
    padding-top: 0;
    width: 50%;
    float: left;
    height: 100%;
    background: url('../images/BG.png') no-repeat scroll center top / cover;
    background-repeat: no-repeat;
    position: relative;
}

.bb-custom-side p {
    padding: 8%;
    font-size: 1.8em;
    font-weight: 300;
}

.bb-custom-wrapper h3 {
    font-size: 1.4em;
    font-weight: 300;
    margin: 0.4em 0 1em;
}

.bb-custom-wrapper>nav {
    width: 100%;
    height: auto;
    margin: 1em auto 0;
    position: fixed;
    bottom: 5vh;
    z-index: 1000;
    text-align: center;
}

.bb-custom-wrapper>nav a {
    display: inline-block;
    width: 10vh;
    height: 10vh;
    text-align: center;
    border-radius: 2px;
    background: #fff;
    color: #000;
    font-size: 0;
    margin: 0.3vw;
    transition: 0.5s;
}

.bb-custom-wrapper>nav a:hover {
    opacity: 0.6;
}

.bb-custom-icon:before {
    font-family: 'arrows';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 4vw;
    line-height: 10vh;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.bb-custom-icon-first:before,
.bb-custom-icon-last:before {
    content: "\e002";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
    content: "\e003";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-first:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* No JS */

.no-js .bb-custom-wrapper {
    height: auto;
}

.no-js .bb-custom-content {
    height: 470px;
}

@media screen and (max-width: 61.75em) {
    .bb-custom-side {
        font-size: 70%;
    }
}

@media screen and (max-width: 33em) {
    .bb-custom-side {
        font-size: 60%;
    }
}

.footer {
    position: absolute;
    bottom: 1.2vh;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.copyright,
.copyright a {
    font-size: 0.7vw;
    color: #fff;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
}

.bb-item .bb-custom-side:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.bb-custom-firstpage .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .bb-bookblock.landscape {
        display: none;
    }
    .bb-bookblock.portrait {
        display: block !important;
    }
    .bb-custom-side,
    .bb-custom-firstpage {
        float: none;
        width: 100%;
    }
    .bb-item .bb-custom-side:nth-child(2) {
        border-left: none;
    }
}

#bb-nav-first.start,
#bb-nav-prev.start,
#bb-nav-next.start,
#bb-nav-last.start {
    pointer-events: none;
    opacity: 0.5;
}

@media only screen and (min-width: 1025px) {
    .copyright,
    .copyright a {
        font-size: 0.66vw;
    }
}