@import "demo-viewer.css";

body {
    background-color: #fafafa;
    color: #333;
}

.logo-ionews {
    width: 193px;
    height: 40px;
}
.select-pagina {
    height: 27px;
    padding: 2px 10px;
    font-size: 12px !important;
    width: 70px;
    text-align: center;
}
.form-pagina {
    padding-top: 15px;
    text-align: center;
    width: 100%;
}
.input-append .add-on:first-child, .input-append .btn:first-child, .input-append .btn-group:first-child>.dropdown-toggle {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.input-append select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.box-mag {
    position: relative;
    display: inline-block;
    left: 50%;
    margin-top: 10px;
}
#magazine {
    left: 0 !important;
    top: 0;
    margin: 0 0 0 22px !important;
}
.next-button, .previous-button {
    width: 22px;
    height: 600px;
    position: absolute;
    top: 0;
    background: #ccc;
    display: block;
    color: #000;
    font-size: 20px;
    z-index: 9999;
    background-color: rgba(100, 100, 100, 0.1);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    display: none;
}
.next-button {
    right: -22px;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    background-image: url(/img/arrows.png);
    background-position: -38px center;
    background-repeat: no-repeat;
}
.previous-button {
    left: 0px;
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    -ms-border-radius: 15px 0 0 15px;
    -o-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    background-image: url(/img/arrows.png);
    background-position: -4px center;
    background-repeat: no-repeat;
}
.previous-button:hover, .next-button:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 1024px) {
    header>.container_12 .grid_3, header>.container_12 .grid_4, header>.container_12 .grid_5 {
        display: block;
        width: 100%;
        text-align: center;
    }
}
