/* VISORE -begin- */
.visore .visore-ctr {
  position: relative;
  height: 537px;
  background: #f2f2f2;
  z-index: 3; }

.visore .visore-ctr .visore-cnt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 493px;
  background-color: #fff;
  overflow: hidden; }

#wrapper.visore-cnt {
  background-color: #F2F2F2; }

.visore .visore-cnt .caroufredsel_wrapper {
  cursor: default !important; }

.visore .visore-ctr .carousel {
  height: 493px !important;
  overflow: hidden; }

.visore .visore-ctr .carousel .item {
  position: relative;
  display: block;
  float: none;
  margin: 0 auto;
  width: 1126px;
  height: 100%;
  border: 1px solid #fff; }

.visore .visore-ctr .carousel.inizialized .item {
  float: left;
  margin: 0; }

.visore .visore-ctr .controlWrapper {
  position: absolute;
  width: 1126px;
  height: 1px;
  left: 50%;
  bottom: 0;
  margin-left: -563px; }

.visore .visore-ctr #prev,
.visore .visore-ctr #next {
  display: block;
  height: 70px;
  width: 70px;
  position: absolute;
  bottom: 230px;
  z-index: 10;
  background-color: #4C4C4C;
  cursor: pointer; }

.visore .visore-ctr #prev {
  background: transparent url("/resources/gfx/arrow_left.png") no-repeat center center;
  background-size: cover;
  left: -40px; }

.visore .visore-ctr #next {
  background: transparent url("/resources/gfx/arrow_right.png") no-repeat center center;
  background-size: cover;
  right: -40px; }

.visoreLinkOverlay {
  position: absolute;
  left: 70px;
  top: 0;
  right: 70px;
  bottom: 60px;
  display: block;
  z-index: 888; }

.visore .shareOn {
  position: absolute;
  z-index: 1; }

.visore .shareOn .ico-share {
  cursor: pointer; }

.visore .visore-ctr .carousel .item .shareOn aside {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0 10px;
  width: 120px;
  height: 36px;
  background: #000; }

.visore .visore-ctr .carousel .item .shareOn aside {
  width: 120px;
  top: 4px;
  right: -40px; }

.visore .visore-ctr .carousel .item .shareOn aside .close {
  display: block;
  position: absolute;
  top: -10px;
  right: -8px;
  background: url("/resources/gfx/ico/ico-close-shareOn.png") 0 0 no-repeat;
  width: 23px;
  height: 24px; }

.visore .visore-ctr .carousel .item .shareOn aside p {
  position: static;
  width: auto;
  float: left;
  font-size: 12px;
  line-height: 36px;
  font-family: 'Gotham 3r','Gotham A','Gotham B','Gotham-Light',Arial,Helvetica,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: normal;
  color: #fff; }

.visore .visore-ctr .carousel .item .shareOn aside ul {
  float: left;
  margin: 8px 0 0;
  width: 60px;
  overflow: hidden; }

.visore .visore-ctr .carousel .item .shareOn aside ul li {
  float: left;
  margin: 0 0 10px 6px; }

.buttonVisore a {
  text-transform: uppercase;
  color: #fff;
  display: block;
  border: 2px solid #fff;
  padding: 14px 18px 14px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 11px;
  line-height: 0.8em;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif; }

.buttonVisore a span {
  display: inline-block;
  margin-left: 4px; }

.buttonVisore a:hover,
.buttonVisore a:active,
.buttonVisore a:focus {
  text-decoration: none;
  color: #fff; }

.buttonVideo a {
  padding-left: 30px;
  position: relative; }

.buttonVideo a:before {
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid transparent;
  border-left: 4px solid #fff;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 19px;
  top: 14px; }

.buttonShare,
.buttonDownload {
  width: 40px;
  height: 40px; }

.visore .shareOn .ico-share {
  background: transparent url("../../img/ico-share.png") no-repeat center center;
  background-size: cover;
  width: 40px;
  height: 40px; }

.buttonDownload a {
  background: transparent url("../../img/ico-download.png") no-repeat center center;
  background-size: cover;
  width: 40px;
  height: 40px;
  display: block; }

@media screen and (max-width: 1199px) {
  .visore .visore-ctr #prev {
    left: -10px; }

  .visore .visore-ctr #next {
    right: -10px; } }
@media screen and (max-width: 1129px) {
  .visore .visore-ctr #prev {
    left: -25px;
    bottom: 200px; }

  .visore .visore-ctr #next {
    right: -25px;
    bottom: 200px; }

  .visore .visore-ctr .controlWrapper {
    width: 960px;
    margin-left: -480px; } }
@media screen and (max-width: 1023px) {
  .visore .visore-ctr .controlWrapper {
    display: block; }

  .visore .visore-ctr .item img {
    width: 100%;
    max-width: 100%;
    height: auto; }

  .visore .visore-ctr #prev,
  .visore .visore-ctr #next {
    width: 45px;
    height: 45px; }

  .visore .visore-ctr #prev {
    left: -25px;
    bottom: 160px; }

  .visore .visore-ctr #next {
    right: -25px;
    bottom: 160px; }

  .visore .visore-ctr .controlWrapper {
    width: 768px;
    margin-left: -384px; } }
@media screen and (max-width: 820px) {
  .visore .visore-ctr .controlWrapper {
    display: block; }

  .visore .visore-ctr .controlWrapper {
    width: 100%;
    left: 0;
    margin-left: 0; }

  .visore .visore-ctr #prev {
    left: 0px; }

  .visore .visore-ctr #next {
    right: 0px; } }
.visore .visore-ctr .carousel .item .lnk-visore-CNT {
  position: absolute;
  top: 298px;
  left: 62px;
  height: 40px;
  z-index: 999; }
  .visore .visore-ctr .carousel .item .lnk-visore-CNT ul li {
    float: left;
    margin-left: 0;
    overflow: hidden; }
    .visore .visore-ctr .carousel .item .lnk-visore-CNT ul li ~ li {
      margin-left: 10px; }

.visore .visore-ctr .carousel .item p {
  position: absolute;
  color: #fff;
  top: 20px;
  left: 20px;
  width: 100%; }

.visore .visore-ctr .thumbnail-wrapper {
  position: absolute;
  bottom: -3px;
  left: 50%;
  padding: 7px 5px 0;
  margin: 0 0 0 -544px;
  width: 1078px;
  background: #f2f2f2;
  z-index: 10;
  text-align: center;
  display: inline-table; }

.visore .visore-ctr .thumbnail-wrapper .thumb {
  position: relative;
  display: inline-block;
  margin: 0 0.15% 0;
  width: 13.9857%;
  height: 72px;
  cursor: pointer;
  border-bottom: 6px solid;
  border-color: transparent;
  overflow: hidden; }
  .visore .visore-ctr .thumbnail-wrapper .thumb .thumbnail-on {
    display: none; }
  .visore .visore-ctr .thumbnail-wrapper .thumb .thumbnail-off {
    display: inherit; }

@media screen and (min-width: 1025px) {
  .visore .visore-ctr .thumbnail-wrapper .thumb:hover .thumbnail-on {
    display: inherit; }
  .visore .visore-ctr .thumbnail-wrapper .thumb:hover .thumbnail-off {
    display: none; } }
.visore .visore-ctr .thumbnail-wrapper .thumb.selected {
  border-bottom: 6px solid #000;
  background-color: #000; }
  .visore .visore-ctr .thumbnail-wrapper .thumb.selected .thumbnail-on {
    display: none; }
  .visore .visore-ctr .thumbnail-wrapper .thumb.selected .thumbnail-off {
    display: block;
    opacity: 0.5; }

.visore .visore-ctr .thumbnail-wrapper .thumb.selected:after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  content: ""; }

.visore .visore-ctr .thumbnail-wrapper .thumb img {
  position: absolute;
  top: 0;
  left: 0; }

.visore .visore-ctr .thumbnail-wrapper .thumb p {
  position: absolute;
  left: 0;
  top: 20px; }

.visore .visore-ctr #pager {
  display: none !important; }

.lightbox-video-CTR {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%; }
  .lightbox-video-CTR .over-lightbox {
    background: rgba(0, 0, 0, 0.71);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }
  .lightbox-video-CTR .video-CTR {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 999999; }
    .lightbox-video-CTR .video-CTR .video-CNT {
      display: inline-block;
      margin-top: 100px; }
      .lightbox-video-CTR .video-CTR .video-CNT iframe {
        width: 1000px;
        height: 540px; }

/* VISORE -end- */
/* SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - begin */
@media only screen and (min-width: 1024px) and (max-width: 1129px) {
  /* TABLET 1024 Medium screen, non-retina - landscape */
  /* VISORE -begin- */
  .visore .visore-ctr {
    height: 421px !important;
    overflow: visible;
    padding-bottom: 30px; }

  .visore .visore-ctr .visore-cnt {
    height: 423px; }

  .visore .visore-ctr .carousel {
    height: 421px !important;
    overflow: hidden; }

  .visore .visore-ctr .carousel .item {
    width: 960px; }

  .visore .visore-ctr .thumbnail-wrapper {
    margin: 0 0 0 -456px;
    width: 903px;
    bottom: -5px; }

  .visore .visore-ctr .thumbnail-wrapper .thumb {
    width: 125px;
    height: 62px; }

  .visore .visore-ctr .thumbnail-wrapper .thumb img {
    display: block;
    max-width: 100%;
    height: auto; }

  /* VISORE -end- */ }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* TABLET 768 Medium screen, non-retina - portrait */
  /* VISORE -begin- */
  .visore .visore-ctr {
    height: 336px !important;
    overflow: visible;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 0; }

  .visore .visore-ctr .visore-cnt {
    height: 336px !important;
    overflow: hidden; }

  .visore .visore-ctr .carousel {
    height: 336px !important;
    overflow: hidden; }

  .visore .visore-ctr .carousel .item {
    width: 768px; }

  .visore .visore-ctr .thumbnail-wrapper {
    margin: 0 0 0 -323px;
    width: 646px;
    bottom: -10px; }

  .visore .visore-ctr .thumbnail-wrapper .thumb {
    width: 88px;
    height: 44px; }

  .visore .visore-ctr .carousel .item .lnk-visore-CNT {
    top: 264px;
    left: 59px;
    display: block !important; }

  .visore .visore-ctr .item img {
    position: relative;
    top: -80px; }

  /* VISORE -end- */ }
@media only screen and (max-width: 767px) {
  /* SMARTPHONE 320 Small screen, non-retina, portrait */
  /* VISORE -begin- */
  .visore .visore-ctr {
    height: 344px !important;
    overflow: hidden; }

  .visore .visore-ctr .visore-cnt {
    height: 344px !important;
    overflow: hidden; }

  .visore .visore-ctr .carousel {
    height: 344px !important;
    overflow: hidden; }

  .visore .visore-ctr .carousel .item {
    width: 320px; }

  .visore .visore-ctr .thumbnail-wrapper {
    display: none; }

  .visore .visore-ctr #pager {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #f2f2f2;
    text-align: center;
    z-index: 1000;
    height: 15px; }

  .visore .visore-ctr #pager a {
    display: inline-block;
    margin: 0 5px;
    width: 16px;
    height: 15px;
    background: url("../../gfx/spr/navi-visoreHome.png") 0 0 no-repeat;
    text-indent: -9999px; }

  .visore .visore-ctr #pager a.selected {
    background-position: -16px 0; }

  .visore .visore-ctr .carousel .item .lnk-visore-CNT {
    top: 245px;
    left: 15px;
    display: block !important; }

  .buttonVisore a {
    padding: 14px 12px 14px 12px;
    font-size: 9px; }

  .buttonVideo a:before {
    display: none; }

  .visore .visore-ctr .carousel .item .lnk-visore-CNT ul li ~ li {
    margin-left: 5px; }

  .visore .visore-ctr .controlWrapper {
    display: block;
    width: 320px;
    margin-left: -160px;
    z-index: 9999;
    left: 50%; }

  .visore .visore-ctr #prev,
  .visore .visore-ctr #next {
    bottom: 11px;
    height: 13px;
    width: 9px; }

  .visore .visore-ctr #prev {
    left: 10px;
    background: transparent url("../../img/angle-left.png") no-repeat center center/cover; }

  .visore .visore-ctr #next {
    right: 10px;
    background: transparent url("../../img/angle-right.png") no-repeat center center/cover; } }
@media screen and (max-width: 1023px) {
  .visoreLinkOverlay {
    bottom: 30px;
    left: 40px;
    right: 40px; } }
@media screen and (max-width: 767px) {
  .visoreLinkOverlay {
    bottom: 55px;
    left: 10px;
    right: 10px; } }
/*SCREEN MEDIA QUERIES FOR RESPONSIVE BROWSERS - end */

/*# sourceMappingURL=viewer.css.map */
