/* Created & copyright by : B-FACTOR */
@font-face {
    font-family: 'Merriweather Sans';
    src: url('../fonts/MerriweatherSans/MerriweatherSans.eot');
    src: url('../fonts/MerriweatherSans/MerriweatherSans.eot#iefix') format('embedded-opentype'),
    url('../fonts/MerriweatherSans/MerriweatherSans.woff2') format('woff2'),
    url('../fonts/MerriweatherSans/MerriweatherSans.woff') format('woff'),
    url('../fonts/MerriweatherSans/MerriweatherSans.ttf') format('truetype'),
    url('../fonts/MerriweatherSans/MerriweatherSans.svg#merriweather') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    font-family: 'Merriweather Sans', sans-serif;
    padding: 0;
    margin: 0;
}
body {
    height: 100%;
}

a {
    text-decoration: none;
}

#canvas {
    position: relative;
}
#printpdf {
    display: none;
    width: 100%;
    height: 100vh;
}
#social-icons-bar {
    display: none;
    position: absolute;
    right: 12px;
    top: 130px;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    z-index: 1800;
}
#social-icons-bar.hidden-state {
    opacity: 0;
    visibility: hidden;
}
#social-icons-bar .social-icon-container {
    list-style: none;
    margin-bottom: 10px;
}
#social-icons-bar .social-icon-container a {
    display: block;
    line-height: 0;
}
#social-icons-bar .social-icon-container a img {
    width: 50px;
}
#social-icons-bar .social-icon-container a svg {
    width: 50px;
}
#social-icons-bar .social-icon-container a svg rect {
    fill: #000!important;
}
#ebook-controlbar {
    background-color: #000;
    height: 64px;
}
#ebook-controlbar .customer-logo {
    display: inline-block;
    margin-top: 14px;
    margin-left: 10px;
}
#ebook-controlbar .customer-logo img {
    width: 98px;
}
#ebook-controlbar .ebook-controlbar-actions {
    float: right;
    margin: 0;
    position: relative;
}
#ebook-controlbar .ebook-controlbar-actions li {
    float: left;
    list-style: none;
}
#ebook-controlbar .ebook-controlbar-actions li.hidden-info {
    display: none;
    position: absolute;
    top: 80px;
    right: 14px;
    width: 240px;
    padding: 16px;
    z-index: 1000;
}
#ebook-controlbar .ebook-controlbar-actions li.hidden-info.show-info {
    display: block;
}
#ebook-controlbar .ebook-controlbar-actions li.hidden-info.show-info p {
    color: #000;
    margin: 0;
    text-align: center;
}
#ebook-controlbar .ebook-controlbar-actions li a {
    display: block;
    line-height: 0;
}
#ebook-controlbar .ebook-controlbar-actions li a svg,
#ebook-controlbar .ebook-controlbar-actions li a span {
    width: 28px;
    padding: 20px;
    fill: #fff;
}
#ebook-controlbar .ebook-controlbar-actions li a #zoomout-img {
    display: none;
}
#ebook-controlbar .ebook-controlbar-actions .toggle-share-buttons {
    width: 68px;
    height: 64px;
}
#ebook-controlbar .ebook-controlbar-actions .toggle-share-buttons a {
    text-decoration: none;
}
#ebook-controlbar .ebook-controlbar-actions .toggle-share-buttons a span {
    height: 24px;
    display: block;
    position: relative;
}
#ebook-controlbar .ebook-controlbar-actions .toggle-share-buttons a span:after {
    content: '\e802';
    font-family: 'brewbook';
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: calc(50% - 10px);
}
/* MOBILE SIZE ONLY */
@media screen and (max-width: 600px) {
    #ebook-controlbar .ebook-controlbar-actions li a:active {
        background-color: rgba(0, 0, 0, 0.2);
    }
    #ebook-controlbar .ebook-controlbar-actions li.hidden-on-mobile {
        display: none;
    }
    #mobile-information {
        position: absolute;
        top: -600px;
        left: 0;
        background-color: #333;
        color: #fff;
        padding: 50px;
        font-size: 20px;
        height: auto;
        z-index: 1900;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    #mobile-information.showme {
        top: 64px;
        height: 100vh;
    }
    #social-icons-bar {
        bottom: 0;
        width: 100%;
        right: 0;
        text-align: center;
        display: inline-block;
        top: auto;
    }
    #ebook-controlbar #mobile-information {
        text-align: center;
        position: absolute;
        width: 100%;
        z-index: 1000;
    }
    #ebook-controlbar .ebook-controlbar-actions {
        position: absolute;
        right: 0;
        top: 0;
    }
}
/* MOBILE AND TABLET SIZES */
@media screen and (max-width: 992px) {

    #social-icons-bar {
        height: 60px;
        padding-top: 10px;
    }

    #social-icons-bar .social-icon-container {
        margin: 0 5px;
        display: inline-block;
    }

    #social-icons-bar .social-icon-container a:hover svg rect {
        fill: none;
    }

    #ebook-controlbar {
        position: relative;
        z-index: 1100;
    }

    #ebook-controlbar .ebook-controlbar-actions li a svg,
    #ebook-controlbar .ebook-controlbar-actions li a span {
        padding: 20px 10px;
    }

    #ebook-controlbar .ebook-controlbar-actions li a span {
        width: auto;
    }

    .thumbnails {
        height: 100% !important;
        width: 30%;
        min-width: 300px!important;
        top: 64px;
        left: -100%;
        bottom: auto;
        z-index: 1200;
        background-color: rgba(255,255,255,0.9);
    }

    .thumbnails span.close:after {
        content: '\e803';
        font-family: 'brewbook';
        padding: 10px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .thumbnails > div {
        width: 100%;
        height: 80%;
    }

    .thumbnails ul {
        height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .thumbnails ul li {
        width: auto;
        min-width: 150px;
        margin: 0 auto 10px auto;
    }

    #social-icons-bar {
        top: 0;
        z-index: 1000;
    }
}
/* TABLET SIZE ONLY */
@media screen and (min-width: 601px) and (max-width: 992px) {
    #mobile-information {
        position: absolute;
        top: -600px;
        left: 0;
        background-color: #333;
        color: #fff;
        padding: 50px;
        font-size: 20px;
        height: auto;
        z-index: 1900;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    #mobile-information.showme {
        top: 64px;
        height: 100vh;
    }
}
/* TABLE AND DESKTOP */
@media screen and (min-width: 601px) {
}
/* DESKTOP ONLY */
@media screen and (min-width: 993px) {
    .mobile-list-item {
        display: none;
    }
    #mobile-information {
        display: none;
    }
    #ebook-controlbar .ebook-controlbar-actions li a:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }
    #social-icons-bar .social-icon-container a:hover svg rect {
        fill: #333!important;
    }
}