﻿/*!
 * VERSION: 1.0
 * DATE: 2015-07-06
 * DOCS AT: http://www.tinycomp.net/
 * 
 * @license Copyright (c) 2014-2015, tinyComp. All rights reserved.
 * 
 * @author: tinyComp, tinycomp@outlook.com
 **/
.overbox * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0;
    margin: 0;
    border: 0;
}

.ob-overbox-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*z-index: 2147483647 !important;*/
z-index: 999 !important;
    background-color: rgba(51, 51, 51, 0.9);
}

.ob-overbox-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.ob-overbox-container-right {
    padding-right: 3.75em;
}

.ob-overbox-container-left {
    padding-left: 3.75em;
}

@media (max-width: 768px) {
    .ob-overbox-container-right {
        padding-right: 0;
    }

    .ob-overbox-container-left {
        padding-left: 0;
    }
}

.ob-overbox-container-cnt {
    position: relative;
    height: 100%;
    width: 100%;
}

.ob-overbox-cnt-info-right {
    padding-right: 20em;
}

.ob-overbox-cnt-info-left {
    padding-left: 20em;
}

@media (max-width: 768px) {
    .ob-overbox-cnt-info-right {
        padding-right: 0;
        padding-bottom: 10em;
    }

    .ob-overbox-cnt-info-left {
        padding-left: 0;
        padding-bottom: 10em;
    }
}

.ob-overbox-cnt-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    overflow: hidden;
}

.ob-overbox-display {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: crosshair;
}

.ob-overbox-display-ajax {
    overflow: auto;
    width: 100%;
    height: 100%;
}

.ob-overbox-fit-width {
    max-width: 100%;
    height: auto;
}

.ob-overbox-fit-height {
    max-height: 100%;
    width: auto;
}

.ob-flash-error {
    position: relative;
    width: 100%;
    height: 100%;
}

    .ob-flash-error p {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        color: #f6f6f6;
        font-family: Arial, Helvetica, sans-serif;
    }

/***************************************************************/
.ob-overbox-container-info {
    position: absolute;
    z-index: 1000;
    width: 0;
    height: 100%;
    background: #333;
    color: #f6f6f6;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.25em;
}

    .ob-overbox-container-info .ob-overbox-control-pagination {
        display: none !important;
    }

@media (min-width: 769px) {
    .ob-cntr-info-right {
        top: 0;
        right: 0;
    }

    .ob-cntr-info-left {
        top: 0;
        left: 0;
    }

    .ob-overbox-ci-open.ob-cntr-info-right {
        right: 3.75em;
        width: 20em;
        padding: 5.75em 2.5em 0.5em 1.10em;
        border-left: 0.15em solid #484848;
    }

    .ob-overbox-ci-open.ob-cntr-info-left {
        left: 3.75em;
        width: 20em;
        padding: 5.75em 1.10em 0.5em 2.5em;
        border-right: 0.15em solid #484848;
    }
}

.ob-overbox-info-caption {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0;
	font-family: Open Sans,Arial,sans-serif;
    font-weight: 100;
}

.ob-overbox-info-controls {
    position: relative;
    padding-top: 0.5em;
}

@media (max-width: 768px) {
    .ob-overbox-container-info {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
    }

    .ob-overbox-ci-open {
        right: 0;
        height: 10em;
        padding: 1em 0.5em 0.5em 1em;
        border-left: 0;
        border-top: 0.15em solid #484848;
    }

    .ob-overbox-info-caption {
        font-size: 12px;
        line-height: 1.6;
    }

    .ob-overbox-container-info .ob-overbox-control-pagination {
        display: block !important;
        text-align: left;
        padding-left: 0;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .ob-overbox-info-caption {
        font-size: 10px;
        line-height: 1.6;
    }

    .ob-overbox-container-info .ob-overbox-control-pagination {
        display: block !important;
        text-align: left;
        padding-left: 0;
        font-size: 10px;
    }
}
/***************************************************************/
.ob-overbox-container-control {
    position: absolute;
    display: block;
    z-index: 1000;
    height: 100%;
    width: 3.75em;
    background: #0b7fdc;
}

.ob-pos-right {
    top: 0;
    right: 0;
    border-left: 0.15em solid #165486;
}

.ob-pos-left {
    top: 0;
    left: 0;
    border-right: 0.15em solid #484848;
}

@media (max-width: 768px) {
    .ob-overbox-container-control {
        display: none;
    }
}

.ob-overbox-control-close {
    padding: 0.25em;
    margin-bottom: 2em;
}

.ob-overbox-area-ctr {
    position: absolute;
    padding: 0.25em;
    display: none;
    top: 0;
}

.ob-overbox-area-close {
    margin-bottom: 0.25em;
}

.ob-overbox-area-pag {
    font-size: 3em;
}

    .ob-overbox-area-pag > div {
        background-color: #333;
    }

        .ob-overbox-area-pag > div > div {
            font-size: 0.3em;
            width: 100%;
            height: 100%;
            text-align: center;
            vertical-align: middle;
            display: inline-block;
            color: #f6f6f6;
        }

@media (max-width: 768px) {
    .ob-overbox-area-ctr {
        display: block;
        opacity: 0;
    }
}

.ob-close-right {
    float: right;
}

.ob-close-left {
    float: left;
}

.ob-overbox-control-pagination {
    padding: 0.25em;
    text-align: center;
    color: #FFF;
    font-family: Open Sans,Arial,sans-serif;
    font-weight: 100;
    font-size: 0.9em;
    line-height: 1em;
}

.ob-overbox-control-next {
    padding: 0.25em;
}

.ob-overbox-control-prev {
    padding: 0.25em;
}

.ob-overbox-control-info {
    margin-top: 2em;
    padding: 0.25em;
}
/*********************ICONS***************************/
@charset "UTF-8";

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

.ob-icon {
    font-family: "linea-arrows-10" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 1020;
    cursor: pointer;
    cursor: hand;
    color: #FFF;
    line-height: 1;
    height: 1em;
    width: 1em;
    background: rgba(72, 72, 72, 0.48);
    border-radius: 50%;
    margin: 0 auto;
}

    .ob-icon:link, .ob-icon:visited {
        background: rgba(72, 72, 72, 0.5);
    }

.ob-no-touch .ob-icon:hover {
    background: rgba(118, 118, 118, 0.5);
}

.ob-icon:active {
    background: rgba(72, 72, 72, 0.5);
}

.ob-icon-disabled {
    background: #333 !important;
    color: #333;
    cursor: default;
}
/* *** ICON NEXT *** */
.ob-icon-next {
    font-size: 3em;
}

    .ob-icon-next:before {
        content: "\e04b";
    }

/* *** ICON PREV *** */
.ob-icon-prev {
    font-size: 3em;
}

    .ob-icon-prev:before {
        content: "\e03f";
    }

/* *** ICON CLOSE *** */
.ob-icon-close {
    font-size: 3em;
}

    .ob-icon-close:before {
        content: "\e04a";
    }

@media (max-width: 768px) {
    .ob-icon-close {
        background-color: #333;
    }
}

.ob-icon-enlarge {
    font-size: 2em;
}

    .ob-icon-enlarge:before {
        content: '\e028';
    }

.ob-icon-compress {
    font-size: 2em;
}

    .ob-icon-compress:before {
        content: '\e051';
    }

/* *** ICON INFORMATION *** */
.ob-icon-information {
    font-family: Georgia, "DejaVu Serif", Times, "Times New Roman", serif !important;
    font-weight: 200;
    font-size: 3em;
}

    .ob-icon-information div {
        font-size: 0.8em;
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
    }

.ob-noscroll {
    overflow: hidden;
}
/* *** Loading *** */
.ob-ploading {
    position: absolute;
    padding: inherit;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1100;
}

.ob-loading {
    position: absolute;
    width: 31px;
    height: 31px;
    background-image: url(../images/loader.gif);
}

.ob-loading3 {
    position: absolute;
    font-size: 8px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    -webkit-animation: loadOB 1.1s infinite linear;
    animation: loadOB 1.1s infinite linear;
}

@-webkit-keyframes loadOB {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #004060, 1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2), 2.5em 0em 0 0em rgba(0, 64, 96, 0.2), 1.75em 1.75em 0 0em rgba(0, 64, 96, 0.2), 0em 2.5em 0 0em rgba(0, 64, 96, 0.2), -1.8em 1.8em 0 0em rgba(0, 64, 96, 0.2), -2.6em 0em 0 0em rgba(0, 64, 96, 0.5), -1.8em -1.8em 0 0em rgba(0, 64, 96, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 64, 96, 0.7), 1.8em -1.8em 0 0em #004060, 2.5em 0em 0 0em rgba(0, 64, 96, 0.2), 1.75em 1.75em 0 0em rgba(0, 64, 96, 0.2), 0em 2.5em 0 0em rgba(0, 64, 96, 0.2), -1.8em 1.8em 0 0em rgba(0, 64, 96, 0.2), -2.6em 0em 0 0em rgba(0, 64, 96, 0.2), -1.8em -1.8em 0 0em rgba(0, 64, 96, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 64, 96, 0.5), 1.8em -1.8em 0 0em rgba(0, 64, 96, 0.7), 2.5em 0em 0 0em #004060, 1.75em 1.75em 0 0em rgba(0, 64, 96, 0.2), 0em 2.5em 0 0em rgba(0, 64, 96, 0.2), -1.8em 1.8em 0 0em rgba(0, 64, 96, 0.2), -2.6em 0em 0 0em rgba(0, 64, 96, 0.2), -1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 64, 96, 0.2), 1.8em -1.8em 0 0em rgba(0, 64, 96, 0.5), 2.5em 0em 0 0em rgba(0, 64, 96, 0.7), 1.75em 1.75em 0 0em rgba(0, 64, 96, 0.2), 0em 2.5em 0 0em rgba(0, 64, 96, 0.2), -1.8em 1.8em 0 0em rgba(0, 64, 96, 0.2), -2.6em 0em 0 0em rgba(0, 64, 96, 0.2), -1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 64, 96, 0.2), 1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2), 2.5em 0em 0 0em rgba(0, 64, 96, 0.5), 1.75em 1.75em 0 0em rgba(0, 64, 96, 0.7), 0em 2.5em 0 0em #004060, -1.8em 1.8em 0 0em rgba(0, 64, 96, 0.2), -2.6em 0em 0 0em rgba(0, 64, 96, 0.2), -1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 64, 96, 0.2), 1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2), 2.5em 0em 0 0em rgba(0, 64, 96, 0.2), 1.75em 1.75em 0 0em rgba(0, 64, 96, 0.5), 0em 2.5em 0 0em rgba(0, 64, 96, 0.7), -1.8em 1.8em 0 0em #004060, -2.6em 0em 0 0em rgba(0, 64, 96, 0.2), -1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 64, 96, 0.2), 1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2), 2.5em 0em 0 0em rgba(0, 64, 96, 0.2), 1.75em 1.75em 0 0em rgba(0, 64, 96, 0.2), 0em 2.5em 0 0em rgba(0, 64, 96, 0.5), -1.8em 1.8em 0 0em rgba(0, 64, 96, 0.7), -2.6em 0em 0 0em #004060, -1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 64, 96, 0.2), 1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2), 2.5em 0em 0 0em rgba(0, 64, 96, 0.2), 1.75em 1.75em 0 0em rgba(0, 64, 96, 0.2), 0em 2.5em 0 0em rgba(0, 64, 96, 0.2), -1.8em 1.8em 0 0em rgba(0, 64, 96, 0.5), -2.6em 0em 0 0em rgba(0, 64, 96, 0.7), -1.8em -1.8em 0 0em #004060;
    }
}

@keyframes loadOB {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #004060, 1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2), 2.5em 0em 0 0em rgba(0, 64, 96, 0.2), 1.75em 1.75em 0 0em rgba(0, 64, 96, 0.2), 0em 2.5em 0 0em rgba(0, 64, 96, 0.2), -1.8em 1.8em 0 0em rgba(0, 64, 96, 0.2), -2.6em 0em 0 0em rgba(0, 64, 96, 0.5), -1.8em -1.8em 0 0em rgba(0, 64, 96, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 64, 96, 0.7), 1.8em -1.8em 0 0em #004060, 2.5em 0em 0 0em rgba(0, 64, 96, 0.2), 1.75em 1.75em 0 0em rgba(0, 64, 96, 0.2), 0em 2.5em 0 0em rgba(0, 64, 96, 0.2), -1.8em 1.8em 0 0em rgba(0, 64, 96, 0.2), -2.6em 0em 0 0em rgba(0, 64, 96, 0.2), -1.8em -1.8em 0 0em rgba(0, 64, 96, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 64, 96, 0.5), 1.8em -1.8em 0 0em rgba(0, 64, 96, 0.7), 2.5em 0em 0 0em #004060, 1.75em 1.75em 0 0em rgba(0, 64, 96, 0.2), 0em 2.5em 0 0em rgba(0, 64, 96, 0.2), -1.8em 1.8em 0 0em rgba(0, 64, 96, 0.2), -2.6em 0em 0 0em rgba(0, 64, 96, 0.2), -1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 64, 96, 0.2), 1.8em -1.8em 0 0em rgba(0, 64, 96, 0.5), 2.5em 0em 0 0em rgba(0, 64, 96, 0.7), 1.75em 1.75em 0 0em rgba(0, 64, 96, 0.2), 0em 2.5em 0 0em rgba(0, 64, 96, 0.2), -1.8em 1.8em 0 0em rgba(0, 64, 96, 0.2), -2.6em 0em 0 0em rgba(0, 64, 96, 0.2), -1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 64, 96, 0.2), 1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2), 2.5em 0em 0 0em rgba(0, 64, 96, 0.5), 1.75em 1.75em 0 0em rgba(0, 64, 96, 0.7), 0em 2.5em 0 0em #004060, -1.8em 1.8em 0 0em rgba(0, 64, 96, 0.2), -2.6em 0em 0 0em rgba(0, 64, 96, 0.2), -1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 64, 96, 0.2), 1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2), 2.5em 0em 0 0em rgba(0, 64, 96, 0.2), 1.75em 1.75em 0 0em rgba(0, 64, 96, 0.5), 0em 2.5em 0 0em rgba(0, 64, 96, 0.7), -1.8em 1.8em 0 0em #004060, -2.6em 0em 0 0em rgba(0, 64, 96, 0.2), -1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 64, 96, 0.2), 1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2), 2.5em 0em 0 0em rgba(0, 64, 96, 0.2), 1.75em 1.75em 0 0em rgba(0, 64, 96, 0.2), 0em 2.5em 0 0em rgba(0, 64, 96, 0.5), -1.8em 1.8em 0 0em rgba(0, 64, 96, 0.7), -2.6em 0em 0 0em #004060, -1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 64, 96, 0.2), 1.8em -1.8em 0 0em rgba(0, 64, 96, 0.2), 2.5em 0em 0 0em rgba(0, 64, 96, 0.2), 1.75em 1.75em 0 0em rgba(0, 64, 96, 0.2), 0em 2.5em 0 0em rgba(0, 64, 96, 0.2), -1.8em 1.8em 0 0em rgba(0, 64, 96, 0.5), -2.6em 0em 0 0em rgba(0, 64, 96, 0.7), -1.8em -1.8em 0 0em #004060;
    }
}
