/**
* @version   $Id: popup.css 26608 2015-02-16 01:40:46Z arifin $
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
* @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

/* Features - Layout popup - Core */
.layout-popup-novita {background: url('/images/oci/novita3.png') no-repeat; width: 104px; height: 104px; position: absolute; right: 0px; top: 0px; z-index: 7777;}
.layout-popup-eventi {background: url('/images/oci/n_eventi.png') no-repeat; width: 104px; height: 104px; position: absolute; right: 0px; top: 0px; z-index: 7777;}
.layout-popup-papers {background: url('/images/oci/n_papers.png') no-repeat; width: 104px; height: 104px; position: absolute; right: 0px; top: 0px; z-index: 7777;}
.layout-popup-video {background: url('/images/oci/n_video.png') no-repeat; width: 104px; height: 104px; position: absolute; right: 0px; top: 0px; z-index: 7777;}
.rokbox-counter	{float: right; width:22px; height:22px; border-radius:30%; font-size: 12px; line-height:22px; text-align:center; background:red; display: none;}
.layout-popup {position: relative;margin: 0 0px;-webkit-transform: translateZ(0);}
.layout-popup:after {display: table;content: "";*zoom: 1;clear: both;}
.layout-popup ul {list-style: none !important;margin: 0;margin-left: 0px;margin-right: 0px;padding: 0;}

/* Features - Layout popup - Content */
.pagination-active {margin-bottom: 35px;}
.layout-popup .sprocket-features-list {position: relative;overflow: hidden;padding: 0 !important;margin: 0 -40px;}
.layout-popup .sprocket-features-list li {position: absolute;top: auto;left: auto;opacity: 0;width: 100%;height: 100%;display: none;}
.layout-popup .sprocket-features-list li.active {position: static;height: auto;opacity: 1;display: block;}
.layout-popup ul.sprocket-features-list {margin-left: 0px; margin-right: 0px;}
.layout-popup .sprocket-features-content, .layout-popup .sprocket-features-img-container {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0 15px;}
.layout-popup .sprocket-features-img-container {float: right;width: 30%;text-align: right;padding-right: 0px;}
.layout-popup .sprocket-features-content {float: left;width: 70%;padding-left: 0px;}
.layout-popup .sprocket-features-title {font-size: 1.8em;margin: 0;padding: 0;line-height: 28px;}
.layout-popup .sprocket-features-desc {font-size: 1.2em;line-height: 22px;margin-top: 10px;text-align: justify;}
.layout-popup .readon {margin: 15px 0 0 0;display: table;}

/* Features - Layout popup - Navigation */
.layout-popup .sprocket-features-arrows .arrow {position: absolute;display: block;width: 40px;height: 40px;top: 50%;margin-top: -12px;cursor: pointer;z-index: 10;text-align: center;font-size: 24px;line-height: 38px;opacity: 0.7;-webkit-transform: translateZ(0);-webkit-backface-visibility: hidden;}
.layout-popup .sprocket-features-arrows .arrow span {display: none;}
.layout-popup .sprocket-features-arrows .prev {left: -80px;}
.layout-popup .sprocket-features-arrows .next {right: -80px;}
.layout-popup .sprocket-features-arrows .arrow:hover {opacity: 1;}
.layout-popup .sprocket-features-arrows .arrow.next:before {content: '\f105';font-family: FontAwesome;}
.layout-popup .sprocket-features-arrows .arrow.prev:before {content: '\f104';font-family: FontAwesome;}
.sprocket-features.arrows-onhover .sprocket-features-arrows .arrow {opacity: 0;}
.sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow {opacity: 1;}
.layout-popup .sprocket-features-pagination {position: absolute;left: 50%;margin-left: -20px;margin-top: 15px;z-index: 10;}
.layout-popup .sprocket-features-pagination-hidden {display: none;}
.layout-popup .sprocket-features-pagination li {display: inline-block;padding: 5px;margin: 0 2px;opacity: 0.8;border-radius: 1em;cursor: pointer;}
.layout-popup .sprocket-features-pagination li.active {opacity: 1;}
.layout-popup .sprocket-features-pagination li span {display: none;font-size: 0.85em;line-height: 1em;}

/* Features - Layout popup - Transitions */
.layout-popup .sprocket-features-pagination li, .layout-popup .sprocket-features-arrows .arrow {-webkit-transition: opacity 0.2s ease-in;-moz-transition: opacity 0.2s ease-in;-o-transition: opacity 0.2s ease-in;transition: opacity 0.2s ease-in;}

/* Custom */
.layout-popup .sprocket-features-arrows .arrow {color: #ffffff;background: rgba(0, 0, 0, 0.5);}
.layout-popup .sprocket-features-pagination li {background: rgba(0, 0, 0, 0.7);}
.layout-popup .sprocket-features-pagination li.active {background: #000000;}