/*-------------------------
    Simple reset
--------------------------*/

* {
    margin: 0;
    padding: 0;
}
/*-------------------------
    General Styles
--------------------------*/

html {
    background-color: #fcfcfc;
    height: 100%;
}
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
a, a:visited {
    text-decoration: none;
    outline: none;
    color: #54a6de;
}
a:hover {
    text-decoration: underline;
}
section, footer {
    display: block;
}
/*----------------------------
    Styling the magazine
-----------------------------*/

#magazine {
    width: 832px;
    height: 520px;
    margin: 10px 0 0 280px;
    position: relative;
    left: 50%;
    opacity: 0;
    -moz-transition: 0.3s left;
    -webkit-transition: 0.3s left;
    transition: 0.3s left;
}
#magazine .page {
    : hidden;
}
/* Center the magazine when the cover is shown */

#magazine.centerStart {}
/* Center the magazine when the last page is shown */

#magazine.centerEnd {}
.page {
    background: url(/img/loading.gif) center center no-repeat #fff;
}
.centerStart .turn-page-wrapper:first-child {
    box-shadow: 0 0 5px #666;
}
.turn-page {
    border: solid 1px #ccc;
}
/* Page Numbers */

.page a.link-zoom {
    position: absolute;
    top: 35%;
    left: 35%;
    width: 40%;
    height: 40%;
    display: none;
}
span.pageNum {
    display: none;
}
.container-fluid {
    padding: 19px 0px 23px 0;
    height: 100%;
}
.container_12 {
    position: relative;
}
.row-fluid {
    height: 100%;
}
aside {
    width: 250px;
    float: left;
    box-shadow: inset -2px -2px 5px rgba(0, 0, 0, .1);
    padding: 0;
    margin: 0;
    display: inline-block;
    position: absolute;
    overflow: auto;
}
.navbar {
    margin-bottom: 0;
}
.navbar h2 {
    font-size: 14px;
    padding: 0 0 0 10px;
    margin: 0;
    float: left;
    margin-left: 10px;
}
.navbar .first {
    margin-top: 30px;
    width: 302px;
}
.options-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.options-menu li {
    padding: 8px;
    margin: 0;
    float: left;
    border: solid 1px transparent;
}
.options-menu li:hover {
    border-color: #ccc;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}
.thumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    overflow: auto;
}
.thumbs li {
    display: inline-block;
    padding: 5px 0;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}
.thumbs li.primeiro, .thumbs li.ultimo {
    width: 77px;
}
.thumbs li img {
    border: solid 1px #ccc;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    width: 78px;
    height: 100px;
}
.thumbs li.active img {
    border-color: #00ccdd;
}
.thumbs li .number {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    bottom: 5px;
    right: 0;
    font-size: 10px;
    padding: 3px 7px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.theBig {
    position: fixed;
    background: url(/img/loading.gif) center center no-repeat #fff;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999;
    left: 0;
    text-align: center;
    display: none;
    overflow: auto;
    background: #f4f4f4;
}
.theBig div.page {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    background: #cfcfcf;
    clear: both;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.theBig div.page img {
    /*width: 100%;
    height: 100%;*/
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
}
.theBig .loader {
    width: 32px !important;
    height: 32px !important;
    top: 200px;
    left: 50%;
    position: absolute;
    box-shadow: none !important;
}
.theBig .menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    background: #fff;
    height: 80px;
    border-bottom: solid 1px #999;
}
.btn-info {
    color: #fff !important;
}
#zoom-box {
    overflow: auto;
}
.logo-min img {
    margin: 7px;
}
#magazine .page .imagem img {
    width: 100%;
    height: 100%;
}
