/** Generated by FG **/
@font-face {
    font-family: 'Helvetica-Cond-Obl';
    src: url('fonts/Helvetica-Cond-Obl.eot');
    src: local('☺'), url('fonts/Helvetica-Cond-Obl.woff') format('woff'), url('fonts/Helvetica-Cond-Obl.ttf') format('truetype'), url('fonts/Helvetica-Cond-Obl.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Helvetica-Cond';
    src: url('fonts/Helvetica-Cond.eot');
    src: local('☺'), url('fonts/Helvetica-Cond.woff') format('woff'), url('fonts/Helvetica-Cond.ttf') format('truetype'), url('fonts/Helvetica-Cond.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Helvetica-Cond';
    background: #000;
    color: #fff;;
}

.img img {
    max-width: 100%;
}

.img span {
    display: block;
    color: #fff;
    margin: 5px 0;
    height: 30px;
    line-height: 15px;
    margin-top: 10px;
}

.bottom {
    border-top: solid 1px #aaa;
    color: #aaa;
    margin: 30px 60px 30px 60px;
}

.top img {
    max-width: 100%;
    margin: 20px 0;
}

.lateral-menu {
    background-color: #aaa;
    position: absolute;
    top: 30px;
    width: 300px;
    margin-top: 70px;
    border-radius: 0 0 5px 0;
    background: rgba(200,200,200, .91);
    margin-left: -300px;
    z-index: 9999;
}

.lateral-menu-arrow img {
    height: 22px;
    margin: 7px 11px 5px 11px;
}

.lateral-menu-arrow {
    background: rgba(200,200,200, .91);
    margin-right: -35px;
    position: absolute;
    right: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    height: 35px;
}

.lateral-menu a {
    color: #000 !important;
    font-size: 16px;
    display: block;
    margin: 10px 15px;
}

.lateral-menu-divider {
    border: solid 1px #fff;
    border-width: 0 0 1px 0;
}

.bottom {
    position: relative;
    padding-top: 10px;
}

.bottom {
    color: #fff;
    margin-top: 30px;
}

.officine {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
}

.officine img {
    height: 20px;
}

.img {
    cursor: pointer;
    margin-bottom: 15px;
}
.pswp__caption__center {
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.contacts-image {
    width: 100%;
}
.contacts {
    margin-bottom: 20px;
}
.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px;
}
.social a.social-youtube {
    background-image: url('youtube.png');
}
.social a.social-twitter {
    background-image: url('twitter.png');
}
.social a.social-facebook {
    background-image: url('facebook.png');
}
.social a.social-pinterest {
    background-image: url('pinterest.png');
}
.social a.social-google {
    background-image: url('google.png');
}
.social a.social-instagram {
    background-image: url('instagram.png');
}
.langs a {
    display: inline-block;
    margin: 5px;

}
.langs {
    margin-left: 10px;
}
.container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}
a {
    color: #fff !important;
}
a:hover {
    color: #aaa;
}
.lateral-menu a.current {
    color: #555 !important;
}
.pswp__counter {
    font-size: 15px;
    color: #FFF !important;
}
#privacy_page a {
    color: #000 !important;
}
.pswp__share-tooltip a {
    color: #000 !important;
}
@media (max-device-width: 500px) {
    .gallery-item {
        width: 100%;
    }
}

.pswp__caption__center {
    padding: 10px 100px;
    max-width: none;
}


.pswp__button--autoplay { 
    background: transparent url('/static/js/photoswipe/default-skin/play_icon.png') no-repeat scroll center !important;
} 
.pswp__button--autoplay.stop {
    background: transparent url('/static/js/photoswipe/default-skin/stop_icon.png') no-repeat scroll center !important;
}

.officinebit-logo {
    width: 100px;
    height: 30px;
    background: url('officinebit-logo.png') center no-repeat;
    background-size: 100%;
}
.pswp__button.link {
    height: 44px;
    width: 44px;
    background-image: url('/static/img/link.png');
    background-size: 20px;
    background-position: center;
}

.pswp__button.show_text {
    height: 44px;
    width: 44px;
    background-image: url('/static/img/text-icon.png');
    background-size: 20px;
    background-position: center;
}
.open_overlay_direct {
    position: absolute;
    left: 20px;
    bottom: 58px;
}
a.privacy_link {
    display: inline-block;
}
a.direct-link {
    position: absolute;
    bottom: 60px;
    right: 25px;
}
a.direct-link img {
    height: 32px;
}
.video_box {
    max-width: 80%;
    position: relative;
    margin: 0 auto;
}
.video_box iframe {
    width: 100%;
    position: relative;
    width: 100%;
    height: 40vw;
    margin-bottom: 20px;
}
.video_box .title {
    font-weight: bold;
}

#text_overlay {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    overflow: hidden;
}
#text_overlay .supercontent {
    width: 100%;
    height: 100%;
    padding: 44px 0 44px 0;
    overflow: hidden;
    position: fixed;
}
#text_overlay .content {
    background-color: rgba(255,255,255,0.9);
    bottom: 44px;
    width: 100%;
    top: 44px;
    display: block;
    overflow-y: auto;
    color: black;
    padding: 40px;
    font-size: 16px;
    line-height: 1.3;
    max-width: 800px;
    margin: auto;
    text-align: left;
    height: 100%;
}
#video_play_icon {
    position: absolute;
    display: inline-block;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}
#video_play_icon:hover {
    opacity: 0.8;
}
#video_play_icon img {
    height: 64px;
    width: 64px;
}