.hidden {
    display: none;
}

body {
    background: #6f6f6e!important;
}

.documentWrapper {
    width: 900px;
    height: 750px;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
    transform: translateX(-20px);
}

@media screen and (min-width: 1440px) {
    .documentWrapper {
        width: 1200px;
        height: 1000px;
    }
}

.flexpaper_viewer_container, div#documentViewer, div#pagesContainer_documentViewer_panelRight, div#pagesContainer_documentViewer_panelLeft, div#toolbar_documentViewer_wrap {
    background: transparent!important;
    position: relative;
    z-index: 9999;
}

div#documentViewer {
    z-index: 999;
}

div#toolbar_documentViewer {
    background: #9c9b9b!important;
    border: 0!important;
}

.flexpaper_page_zoomIn {
    left: 35px;
}

img#toolbar_documentViewer_barViewMode, img#toolbar_documentViewer_barPrint, img#toolbar_documentViewer_barNavTools {
    display: none!important;
}

.flexpaper_tbtextinput {
    border: 0;
    color: #b3b1b2;
}

.flexpaper_tbbutton:hover {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.flexpaper_slider {
    top: 12px;
    width: 108px;
    background: #fff;
    height: 1px;
    margin: 3px 11px 3px 4px;
}

.flexpaper_slider .flexpaper_handle {
    top: -5px;
}

div#pagesContainer_documentViewer_arrowrightbottom, div#pagesContainer_documentViewer_arrowright {
    border-left-color: #b3b1b2!important;
}

div#pagesContainer_documentViewer_arrowrightbottom:hover, div#pagesContainer_documentViewer_arrowright:hover {
    border-left-color: #999!important;
}

div#pagesContainer_documentViewer_arrowrightbottommarker, div#pagesContainer_documentViewer_arrowleftbottommarker {
    border-bottom-color: #b3b1b2!important;
    border-top-color: #b3b1b2!important;
    border-right-color: #b3b1b2!important;
}

div#pagesContainer_documentViewer_arrowrightbottommarker:hover, div#pagesContainer_documentViewer_arrowleftbottommarker:hover {
    border-bottom-color: #999!important;
    border-top-color: #999!important;
    border-right-color: #999!important;
}

div#pagesContainer_documentViewer_arrowleft, div#pagesContainer_documentViewer_arrowleftbottom {
    border-right-color: #b3b1b2!important;
}

div#pagesContainer_documentViewer_arrowleft:hover, div#pagesContainer_documentViewer_arrowleftbottom:hover {
    border-right-color: #999!important;
}

div#toolbar_documentViewer {
    margin-top: 50px!important;
    margin-bottom: 25px;
    border-radius: 6px!important;
    padding-left: 10px;
    padding-right: 10px;
}

.logo {
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -390px;
    z-index: -1;
}

.onglets {
    height: 100%;
    font-family: Georgia, Times, "Times New Roman", serif;
    z-index: 600;
    position: absolute;
    right: -1px;
}

.onglets ul {
    padding: 0;
    margin: 0;
    height: 100%;
    font-size: 14px;
}

.onglets ul li {
    list-style: none;
    height: 16.66%;
    min-width: 20px;
}

.onglets ul li a {
    display: block;
    height: 100%;
    color: #000;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #000;
}

.onglets ul li:hover a {
    overflow: visible;
}

.onglets ul li a .over_element {
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: -moz-linear-gradient(left, rgba(22, 22, 22, .9) 0%, rgba(55, 55, 55, 1) 50%);
    background: -webkit-linear-gradient(left, rgba(22, 22, 22, .9) 0%, rgba(55, 55, 55, 1) 50%);
    background: linear-gradient(to right, rgba(22, 22, 22, .9) 0%, rgba(55, 55, 55, 1) 50%);
}

.onglets ul li:hover a .over_element {
    background: -moz-linear-gradient(left, rgba(228, 58, 43, .9) 25%, rgba(0, 0, 0, .8) 125%);
    background: -webkit-linear-gradient(left, rgba(228, 58, 43, .9) 25%, rgba(0, 0, 0, .8) 125%);
    background: linear-gradient(to right, rgba(228, 58, 43, .9) 25%, rgba(0, 0, 0, .8) 125%);
}

.onglets ul li a .over_element::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 6px 9.5px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
}

.onglets ul li a .wrapper {
    height: 100%;
    background-color: rgba(228, 58, 43, .9);
    width: 180px;
    padding-right: 20px;
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    transform: translateX(100%);
    z-index: 1;
    right: 0;
    transition: transform .6s;
    text-align: center;
}

.onglets ul li:hover a .wrapper {
    transform: translateX(0%);
}

.onglets ul li a .wrapper span.vertical-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
}

#pagesContainer_documentViewer_parent {
    overflow: hidden;
    padding-right: 0;
    position: relative;
}

div#pagesContainer_documentViewer_panelRight {
    left: 20px!important;
    margin-top: 0!important;
    z-index: 601;
    border-radius: 0!important;
    height: 100%!important;
}

div#pagesContainer_documentViewer_panelLeft {
    height: 100%!important;
    margin-top: 0!important;
}

.flexpaper_viewer_container, div#documentViewer {
    overflow: visible!important;
}

.flexpaper_zine_page_right {
    background-image: linear-gradient(right, rgba(255, 255, 255, 0) 93%, rgba(29, 29, 29, 0.15) 100%);
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 93%, rgba(29, 29, 29, 0.15) 100%);
    background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 93%, rgba(29, 29, 29, 0.15) 100%);
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 93%, rgba(29, 29, 29, 0.15) 100%);
    background-image: -ms-linear-gradient(right, rgba(255, 255, 255, 0) 96%, rgba(29, 29, 29, 0.15) 100%);
    background-image: -webkit-gradient( linear, right bottom, left bottom, color-stop(0.93, rgba(255, 255, 255, 0)), color-stop(1, rgba(29, 29, 29, 0.15)));
}

.flexpaper_zine_page_left {
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 93%, rgba(29, 29, 29, 0.15) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 93%, rgba(29, 29, 29, 0.15) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 93%, rgba(29, 29, 29, 0.15) 100%);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 93%, rgba(29, 29, 29, 0.15) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 96%, rgba(29, 29, 29, 0.15) 100%);
    background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.93, rgba(255, 255, 255, 0)), color-stop(1, rgba(29, 29, 29, 0.15)));
}
