/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../bundles/lpapp/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */.ekko-lightbox-container{position:relative}.ekko-lightbox-nav-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}.ekko-lightbox-nav-overlay a{z-index:100;display:block;width:49%;height:100%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.ekko-lightbox-nav-overlay a:empty{width:49%}.ekko-lightbox a:hover{text-decoration:none;opacity:1}.ekko-lightbox .glyphicon-chevron-left{left:0;float:left;padding-left:15px;text-align:left}.ekko-lightbox .glyphicon-chevron-right{right:0;float:right;padding-right:15px;text-align:right}.ekko-lightbox .modal-footer{text-align:left}
@charset "UTF-8";
/*
 * blueimp Gallery Indicator CSS 1.1.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}
.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}
.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .indicator {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-single > .indicator {
  display: none;
}
.blueimp-gallery > .indicator {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* IE7 fixes */
*+html .blueimp-gallery > .indicator > li {
  display: inline;
}

@charset "UTF-8";
/*
 * blueimp Gallery Video Factory CSS 1.3.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery > .slides > .slide > .video-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
    -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blueimp-gallery > .slides > .slide > .video-content > iframe {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.blueimp-gallery > .slides > .slide > .video-playing{
	max-width: 80%;
	max-height: 80%;
}
  
.blueimp-gallery > .slides > .slide > .video-playing > iframe {
  top: 0;

}
.blueimp-gallery > .slides > .slide > .video-content > a {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url(../bundles/lpapp/images/blueimp-gallery/video-play.png) center no-repeat;
  opacity: 0.8;
  cursor: pointer;
}
.blueimp-gallery > .slides > .slide > .video-content > a:hover {
  opacity: 1;
}
.blueimp-gallery > .slides > .slide > .video-playing > a,
.blueimp-gallery > .slides > .slide > .video-playing > img {
  display: none;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
  display: none;
}
.blueimp-gallery > .slides > .slide > .video-playing > video {
  display: block;
}
.blueimp-gallery > .slides > .slide > .video-loading > a {
  background: url(../bundles/lpapp/images/blueimp-gallery/loading.gif) center no-repeat;
  background-size: 64px 64px;
}

body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
  background-image: url(../bundles/lpapp/images/blueimp-gallery/video-play.svg);
}

*+html .blueimp-gallery > .slides > .slide > .video-content {
  height: 100%;
}
*+html .blueimp-gallery > .slides > .slide > .video-content > a {
  left: 50%;
  margin-left: -64px;
}

@charset "UTF-8";
/*
 * blueimp Gallery CSS 2.11.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
 .blueimp-gallery > .description {
   position: absolute;
   top: 30px;
   left: 15px;
   color: #fff;
   display: none;
 }
 .blueimp-gallery-controls > .description {
   display: block;
 }
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
     -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
       -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
     -moz-transition: opacity 0.5s linear;
      -ms-transition: opacity 0.5s linear;
       -o-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url('/images/blueimp-gallery/loading.gif') center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url('/images/blueimp-gallery/error.png') center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url('/images/blueimp-gallery/play-pause.png') 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
/*body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url('/images/blueimp-gallery/error.svg');
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url('/images/blueimp-gallery/play-pause.svg');
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
} */

/* IE7 fixes */
*+html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
*+html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}

@charset "UTF-8";
/* Helvetica Font */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=3b980cb0-c431-4cc4-91e5-8c1301178c87");
@font-face {
  font-family: "HelveticaLight";
  src: url("../bundles/lpapp/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/7732d6de-bd05-4c17-ae43-99e9a02edf31.woff2") format("woff2"), url("../bundles/lpapp/Fonts/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"), url("../bundles/lpapp/Fonts/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype"), url("../bundles/lpapp/Fonts/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853") format("svg"); }
@font-face {
  font-family: "HelveticaRoman";
  src: url("../bundles/lpapp/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/b4cd926c-1a31-4785-b261-1db1a68c521e.woff2") format("woff2"), url("../bundles/lpapp/Fonts/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"), url("../bundles/lpapp/Fonts/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"), url("../bundles/lpapp/Fonts/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg"); }
@font-face {
  font-family: "HelveticaMedium";
  src: url("../bundles/lpapp/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/9f93e286-eeaa-4077-b0b2-0e6901920f74.woff2") format("woff2"), url("../bundles/lpapp/Fonts/5b4a262e-3342-44e2-8ad7-719998a68134.woff") format("woff"), url("../bundles/lpapp/Fonts/4a3ef5d8-cfd9-4b96-bd67-90215512f1e5.ttf") format("truetype"), url("../bundles/lpapp/Fonts/58ab5075-53ea-46e6-9783-cbb335665f88.svg#58ab5075-53ea-46e6-9783-cbb335665f88") format("svg"); }
@font-face {
  font-family: "HelveticaBold";
  src: url("../bundles/lpapp/Fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/2a5cf81d-ffbe-4c76-8982-270592fb36b0.woff2") format("woff2"), url("../bundles/lpapp/Fonts/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"), url("../bundles/lpapp/Fonts/db5f9ba6-05a4-433a-9461-0a6f257a0c3a.ttf") format("truetype"), url("../bundles/lpapp/Fonts/25e09910-ffc3-4fc4-b0d1-db9a95dface8.svg#25e09910-ffc3-4fc4-b0d1-db9a95dface8") format("svg"); }
@font-face {
  font-family: "generali";
  src: url("../bundles/lpapp/Fonts/generali.eot");
  src: url("../bundles/lpapp/Fonts/generali.eot?#iefix") format("embedded-opentype"), url("../bundles/lpapp/Fonts/generali.woff") format("woff"), url("../bundles/lpapp/Fonts/generali.ttf") format("truetype"), url("../bundles/lpapp/Fonts/generali.svg#generali") format("svg");
  font-weight: normal;
  font-style: normal; }
.iconVarie-sprite, .iconVarie-add-outlook, .iconVarie-arrow-down-white, .iconVarie-arrow-list-lang-closed, .iconVarie-arrow-list-lang-opened, .iconVarie-arrow-menu-closed-black, .iconVarie-arrow-menu-opened-red, .iconVarie-arrow-up-white, .iconVarie-audio-icon, .iconVarie-backtotop, .iconVarie-bullet-archivio, .iconVarie-bullet-list-big, .iconVarie-bullet-list-empty, .iconVarie-bullet-list, .iconVarie-bullet-matrix-off-red, .iconVarie-bullet-matrix-off-white, .iconVarie-canhelp, .iconVarie-cassetto-aperto-archivio, .iconVarie-cassetto-chiuso-archivio, .iconVarie-cassetto-titolo-closed, .iconVarie-cassetto-titolo-opened, .iconVarie-close-modal-matrix, .iconVarie-contrast-mobile, .iconVarie-contrast, .iconVarie-corp-app-icon, .iconVarie-default-icon-white, .iconVarie-default-icon, .iconVarie-email-icon-contact, .iconVarie-get-updates-icon, .iconVarie-ico-btn-fullsize, .iconVarie-ico-btn-next, .iconVarie-ico-btn-prev, .iconVarie-ico-tool-close, .iconVarie-ico-tool-open, .iconVarie-logo-footer, .iconVarie-logo-white, .iconVarie-logo, .iconVarie-mobile-logo, .iconVarie-mobile-menu-btn-normal, .iconVarie-mobile-menu-btn-opened, .iconVarie-mobile-search-btn, .iconVarie-mobile-switch-bg, .iconVarie-mobile-switch-point, .iconVarie-mobile-world-btn, .iconVarie-owl-video-play, .iconVarie-pdf-icon, .iconVarie-plu_rosso, .iconVarie-plus_bianco, .iconVarie-podcast-icon, .iconVarie-rss-feeds-icon, .iconVarie-search-icon, .iconVarie-see-all-icon-black, .iconVarie-see-all-icon-white, .iconVarie-see-all-icon, .iconVarie-star-hover, .iconVarie-star-nonselezionata, .iconVarie-star-selezionata, .iconVarie-telephone-icon-contact, .iconVarie-video-ext-icon, .iconVarie-video-icon, .iconVarie-webcast-icon, .iconVarie-webpage-icon, .iconVarie-xls-icon, .iconVarie-youtube-icon, .view-event .view-rows .dx-event .event-subtitle span, .view-event .view-rows .dx-event .add-to-outlook {
  background-image: url('../bundles/lpapp/images/system/iconVarie-sd75e609034.png');
  background-repeat: no-repeat; }

.iconVarie-add-outlook {
  background-position: 0 0; }

.iconVarie-arrow-down-white {
  background-position: 0 -40px; }

.iconVarie-arrow-list-lang-closed {
  background-position: 0 -66px; }

.iconVarie-arrow-list-lang-opened {
  background-position: 0 -92px; }

.iconVarie-arrow-menu-closed-black {
  background-position: 0 -118px; }

.iconVarie-arrow-menu-opened-red {
  background-position: 0 -151px; }

.iconVarie-arrow-up-white {
  background-position: 0 -180px; }

.iconVarie-audio-icon {
  background-position: 0 -206px; }

.iconVarie-backtotop {
  background-position: 0 -255px; }

.iconVarie-bullet-archivio {
  background-position: 0 -339px; }

.iconVarie-bullet-list-big {
  background-position: 0 -366px; }

.iconVarie-bullet-list-empty {
  background-position: 0 -397px; }

.iconVarie-bullet-list {
  background-position: 0 -428px; }

.iconVarie-bullet-matrix-off-red {
  background-position: 0 -459px; }

.iconVarie-bullet-matrix-off-white {
  background-position: 0 -504px; }

.iconVarie-canhelp {
  background-position: 0 -549px; }

.iconVarie-cassetto-aperto-archivio {
  background-position: 0 -588px; }

.iconVarie-cassetto-chiuso-archivio {
  background-position: 0 -620px; }

.iconVarie-cassetto-titolo-closed {
  background-position: 0 -654px; }

.iconVarie-cassetto-titolo-opened {
  background-position: 0 -710px; }

.iconVarie-close-modal-matrix {
  background-position: 0 -766px; }

.iconVarie-contrast-mobile {
  background-position: 0 -852px; }

.iconVarie-contrast {
  background-position: 0 -899px; }

.iconVarie-corp-app-icon {
  background-position: 0 -935px; }

.iconVarie-default-icon-white {
  background-position: 0 -976px; }

.iconVarie-default-icon {
  background-position: 0 -1014px; }

.iconVarie-email-icon-contact {
  background-position: 0 -1053px; }

.iconVarie-get-updates-icon {
  background-position: 0 -1090px; }

.iconVarie-ico-btn-fullsize {
  background-position: 0 -1126px; }

.iconVarie-ico-btn-next {
  background-position: 0 -1182px; }

.iconVarie-ico-btn-prev {
  background-position: 0 -1238px; }

.iconVarie-ico-tool-close {
  background-position: 0 -1294px; }

.iconVarie-ico-tool-open {
  background-position: 0 -1342px; }

.iconVarie-logo-footer {
  background-position: 0 -1390px; }

.iconVarie-logo-white {
  background-position: 0 -1431px; }

.iconVarie-logo {
  background-position: 0 -1485px; }

.iconVarie-mobile-logo {
  background-position: 0 -1578px; }

.iconVarie-mobile-menu-btn-normal {
  background-position: 0 -1650px; }

.iconVarie-mobile-menu-btn-opened {
  background-position: 0 -1722px; }

.iconVarie-mobile-search-btn {
  background-position: 0 -1794px; }

.iconVarie-mobile-switch-bg {
  background-position: 0 -1831px; }

.iconVarie-mobile-switch-point {
  background-position: 0 -1907px; }

.iconVarie-mobile-world-btn {
  background-position: 0 -1982px; }

.iconVarie-owl-video-play {
  background-position: 0 -2054px; }

.iconVarie-pdf-icon {
  background-position: 0 -2130px; }

.iconVarie-plu_rosso {
  background-position: 0 -2178px; }

.iconVarie-plus_bianco {
  background-position: 0 -2230px; }

.iconVarie-podcast-icon {
  background-position: 0 -2282px; }

.iconVarie-rss-feeds-icon {
  background-position: 0 -2319px; }

.iconVarie-search-icon {
  background-position: 0 -2358px; }

.iconVarie-see-all-icon-black {
  background-position: 0 -2395px; }

.iconVarie-see-all-icon-white {
  background-position: 0 -2424px; }

.iconVarie-see-all-icon {
  background-position: 0 -2453px; }

.iconVarie-star-hover {
  background-position: 0 -2482px; }

.iconVarie-star-nonselezionata {
  background-position: 0 -2526px; }

.iconVarie-star-selezionata {
  background-position: 0 -2570px; }

.iconVarie-telephone-icon-contact {
  background-position: 0 -2614px; }

.iconVarie-video-ext-icon {
  background-position: 0 -2652px; }

.iconVarie-video-icon {
  background-position: 0 -2692px; }

.iconVarie-webcast-icon {
  background-position: 0 -2741px; }

.iconVarie-webpage-icon {
  background-position: 0 -2790px; }

.iconVarie-xls-icon {
  background-position: 0 -2831px; }

.iconVarie-youtube-icon {
  background-position: 0 -2880px; }

.iconInfographics-sprite, .iconInfographics-close-modal-matrix, .iconInfographics-matrix-cassetto-close, .iconInfographics-matrix-cassetto-open, .iconInfographics-matrix-cassetto-red, .iconInfographics-matrix-cassetto-white, .iconInfographics-matrix-close-modal, .iconInfographics-matrix-desk-red-off, .iconInfographics-matrix-desk-red-on, .iconInfographics-matrix-desk-white-off, .iconInfographics-matrix-desk-white-on, .iconInfographics-matrix-tooltip-bg, .iconInfographics-timeline-arrow-left-event, .iconInfographics-timeline-arrow-right-event, .iconInfographics-timeline-close, .iconInfographics-timeline-nav-item, .iconInfographics-timeline-open, .iconInfographics-timeline-point-active, .iconInfographics-timeline-point-normal {
  background-image: url('../bundles/lpapp/images/system/iconInfographics-sbed2805eb2.png');
  background-repeat: no-repeat; }

.iconInfographics-close-modal-matrix {
  background-position: 0 0; }

.iconInfographics-matrix-cassetto-close {
  background-position: 0 -52px; }

.iconInfographics-matrix-cassetto-open {
  background-position: 0 -93px; }

.iconInfographics-matrix-cassetto-red {
  background-position: 0 -136px; }

.iconInfographics-matrix-cassetto-white {
  background-position: 0 -194px; }

.iconInfographics-matrix-close-modal {
  background-position: 0 -252px; }

.iconInfographics-matrix-desk-red-off {
  background-position: 0 -304px; }

.iconInfographics-matrix-desk-red-on {
  background-position: 0 -349px; }

.iconInfographics-matrix-desk-white-off {
  background-position: 0 -401px; }

.iconInfographics-matrix-desk-white-on {
  background-position: 0 -446px; }

.iconInfographics-matrix-tooltip-bg {
  background-position: 0 -498px; }

.iconInfographics-timeline-arrow-left-event {
  background-position: 0 -519px; }

.iconInfographics-timeline-arrow-right-event {
  background-position: 0 -584px; }

.iconInfographics-timeline-close {
  background-position: 0 -649px; }

.iconInfographics-timeline-nav-item {
  background-position: 0 -736px; }
  .iconInfographics-timeline-nav-item:hover, .iconInfographics-timeline-nav-item.timeline-nav-item-hover {
    background-position: 0 -701px; }

.iconInfographics-timeline-open {
  background-position: 0 -771px; }

.iconInfographics-timeline-point-active {
  background-position: 0 -823px; }

.iconInfographics-timeline-point-normal {
  background-position: 0 -872px; }

.front h2 {
  font-family: "HelveticaLight";
  color: #000; }

body {
  /* Titolo tra le fasce in HP */ }
  body .section-title-little {
    text-align: center;
    font-family: "HelveticaLight"; }
    body .section-title-little h2 {
      font-family: "HelveticaLight";
      font-size: 2em;
      font-weight: normal;
      text-transform: uppercase;
      margin: 0; }
    body .section-title-little hr {
      width: 200px;
      margin: 20px auto; }
    body .section-title-little h3 {
      font-family: "HelveticaLight";
      font-size: 1.125em;
      font-weight: normal;
      color: #666666;
      margin: 0; }
  body .category-story {
    font-family: "HelveticaMedium";
    font-size: 0.875em;
    text-transform: uppercase; }
  body .story-title {
    font-family: "HelveticaMedium";
    font-size: 1em;
    text-transform: uppercase; }
    body .story-title a {
      color: #000; }
  body .story-abstract {
    font-size: 0.75em;
    font-family: "HelveticaLight"; }
    body .story-abstract a {
      color: #000; }
  body .wrapper-publications .link-see-more,
  body .sub-publications .link-see-more {
    display: inline; }

/** Home Page **/
/* Carosello prima fascia */
#owl-key-message {
  background-color: #F5F5F5; }
  #owl-key-message .overlay-bckg-slider {
    background: url("../bundles/lpapp/images/system/bckg-overlay-slider.png") 0 0 repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5; }

.owl-carousel {
  clear: both; }
  .owl-carousel.home-slider {
    height: 650px; }
    .owl-carousel.home-slider .owl-item, .owl-carousel.home-slider .owl-stage-outer, .owl-carousel.home-slider .owl-stage {
      height: 100%;
      width: 100%; }
    .owl-carousel.home-slider .item {
      height: 100%;
      position: relative;
      overflow: hidden; }
      .owl-carousel.home-slider .item img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        max-width: inherit;
        min-height: 100%;
        min-width: 100%;
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }
  .owl-carousel .owl-caption {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    /*font-family: 'Ubuntu', sans-serif;*/
    font-family: "HelveticaLight";
    text-align: center;
    text-shadow: none;
    background-color: #f5f5f5; }
    .owl-carousel .owl-caption .owl-caption-inner {
      margin: 0;
      padding: 20px 0;
      width: 100%; }
      .owl-carousel .owl-caption .owl-caption-inner .centering-carousel {
        width: 95%;
        margin: 0 auto; }
        .owl-carousel .owl-caption .owl-caption-inner .centering-carousel.right-carousel {
          margin: 0;
          left: 50%;
          position: relative;
          text-align: left;
          width: 50%; }
        .owl-carousel .owl-caption .owl-caption-inner .centering-carousel.left-carousel {
          margin: 0;
          left: 15%;
          position: relative;
          text-align: left;
          width: 50%; }
        .owl-carousel .owl-caption .owl-caption-inner .centering-carousel hr {
          width: 55%;
          margin: inherit; }
        .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-title {
          font-size: 2em;
          line-height: 46px;
          margin-bottom: 15px;
          margin-top: 0; }
        .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-description {
          font-size: 1.125em;
          line-height: 30px;
          margin: 15px 0 20px; }
        .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .link-see-more-white {
          margin: 8px 0 0; }
          .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .link-see-more-white a {
            font-size: 0.875em;
            color: #e53138;
            border: 1px solid #e53138;
            padding: 10px 8px; }
            .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .link-see-more-white a span {
              background: url("../bundles/lpapp/images/system/iconVarie/see-all-icon.png") right center no-repeat; }
            .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .link-see-more-white a:hover {
              color: #fff;
              background-color: #e53138;
              border: 1px solid #fff; }
              .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .link-see-more-white a:hover span {
                background: url("../bundles/lpapp/images/system/iconVarie/see-all-icon-white.png") right center no-repeat; }
  .owl-carousel .owl-controls .owl-nav {
    position: inherit; }
    .owl-carousel .owl-controls .owl-nav .owl-prev {
      position: absolute;
      top: 75px;
      left: 0;
      width: 60px;
      height: 60px;
      opacity: 0.7;
      background: url("../bundles/lpapp/images/system/slide-prev.png") center center no-repeat #e53138; }
      .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
        background: url("../bundles/lpapp/images/system/slide-prev-hover.png") center center no-repeat #fff; }
    .owl-carousel .owl-controls .owl-nav .owl-next {
      position: absolute;
      top: 75px;
      right: 0;
      width: 60px;
      height: 60px;
      opacity: 0.7;
      background: url("../bundles/lpapp/images/system/slide-next.png") center center no-repeat #e53138; }
      .owl-carousel .owl-controls .owl-nav .owl-next:hover {
        background: url("../bundles/lpapp/images/system/slide-next-hover.png") center center no-repeat #fff; }

/* Eventi seconda Fascia - 3 colonne */
.view-events.view-event .view-rows .dx-event .event-title {
  font-family: "HelveticaMedium"; }

.view-event {
  background-color: #f0f0f0;
  padding: 20px; }
  .view-event .view-header {
    margin-bottom: 35px;
    height: 40px; }
    .view-event .view-header .view-title {
      float: left;
      font-family: "HelveticaBold";
      font-size: 1.125em;
      text-transform: uppercase;
      margin: 0; }
    .view-event .view-header .view-see-more {
      float: right;
      margin: 0;
      padding: 8px;
      border: 1px solid #e53138; }
      .view-event .view-header .view-see-more a {
        font-family: "HelveticaBold";
        font-size: 0.75em;
        color: #e53138;
        text-transform: uppercase;
        padding-right: 15px;
        background: url("../bundles/lpapp/images/system/iconVarie/see-all-icon.png") right center no-repeat; }
  .view-event .view-rows {
    clear: both;
    display: inline-block;
    margin-bottom: 20px;
    min-height: 70px; }
    .view-event .view-rows:last-child {
      margin-bottom: 0; }
    .view-event .view-rows .sx-date {
      float: left;
      border-right: 1px solid #e53138;
      padding-right: 11px;
      margin-right: 11px;
      font-family: "HelveticaLight"; }
      .view-event .view-rows .sx-date .date-number {
        font-size: 1.625em;
        line-height: 20px;
        margin-bottom: 0; }
      .view-event .view-rows .sx-date .date-month-year {
        font-size: 0.688em;
        text-transform: uppercase;
        text-align: right; }
      .view-event .view-rows .sx-date .date-time {
        font-family: "HelveticaBold";
        font-size: 0.688em;
        font-style: italic;
        margin-top: 4px;
        margin-bottom: 3px; }
    .view-event .view-rows .dx-event {
      float: left;
      max-width: 75%; }
      .view-event .view-rows .dx-event .event-subtitle, .view-event .view-rows .dx-event .add-to-outlook {
        font-family: "HelveticaBold";
        font-size: 0.625em;
        color: #e53138;
        text-transform: uppercase;
        margin: 0 0 5px; }
      .view-event .view-rows .dx-event .event-subtitle span {
        /*border: 1px solid #e53138;
        border-radius: 10px;
        background-color: #e53138;*/
        background-position: 0 -428px;
        width: 9px;
        height: 9px;
        float: left;
        margin-right: 10px;
        margin-top: 2px; }
      .view-event .view-rows .dx-event .event-title {
        font-size: 0.813em;
        text-transform: uppercase;
        margin-bottom: 3px; }
        .view-event .view-rows .dx-event .event-title a {
          color: #000;
          text-decoration: none; }
          .view-event .view-rows .dx-event .event-title a:hover {
            color: #e53138; }
            .view-event .view-rows .dx-event .event-title a:hover:hover {
              text-decoration: underline;
              text-decoration-style: dotted;
              -moz-text-decoration-style: dotted;
              -webkit-text-decoration-style: dotted; }
      .view-event .view-rows .dx-event .add-to-outlook {
        background-position: 0 0; }
        .view-event .view-rows .dx-event .add-to-outlook a {
          display: block;
          padding: 3px 0 3px 30px;
          color: #e53138; }

.view-event.view-press-releases .view-header h3.view-title {
  max-width: 140px; }

/* FS 12.09.2015 - Modifica fatta poiché il titolo "Share Price" del box grigio non fa più parte dell'iframe, ma è un elemento separato. Rimuovere se il titolo dovesse tornare dentro l'iframe */
.view-event.iframe-container .view-header {
  margin-bottom: 0px;
  height: 25px; }

/* column storia */
.story-container {
  position: relative;
  float: none;
  margin: 0 auto 20px;
  max-width: 420px; }
  .story-container .story-title {
    margin-bottom: 0px;
    height: 62px;
    overflow: hidden; }

/* wrapper immagine storia */
.image-story-wrapper {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  max-height: 100%; }
  .image-story-wrapper .story-icon-content {
    position: absolute;
    right: 10px;
    top: 10px; }

/* testo su immagine storiq */
.caption-overlay-story {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  padding: 10px 15px;
  background: url("../bundles/lpapp/images/system/bckg-caption-slide.png") 0 0 repeat; }
  .caption-overlay-story a {
    display: block;
    width: 100%;
    height: 100%; }
  .caption-overlay-story p, .caption-overlay-story span {
    margin: 0 0 5px 0; }
    .caption-overlay-story p.category-story, .caption-overlay-story span.category-story {
      color: #e53138; }
    .caption-overlay-story p.link-see-more, .caption-overlay-story p.link-see-more-white, .caption-overlay-story span.link-see-more, .caption-overlay-story span.link-see-more-white {
      margin: 0; }
    .caption-overlay-story p.story-abstract, .caption-overlay-story span.story-abstract {
      margin-bottom: 0; }
  .caption-overlay-story span {
    display: inline-block;
    width: 100%;
    color: #000; }
  .caption-overlay-story .link-see-more span {
    margin-bottom: 0; }

.three-columns-template .image-story-block-component .caption-overlay-story p.link-see-more {
  position: absolute;
  bottom: 15px;
  left: 15px; }

/* Load More Storie */
.load-more-stories,
.load-more-stories-2,
.filter-stories {
  height: 70px;
  width: 100%;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e53138;
  text-align: center;
  cursor: pointer;
  margin-top: 3px; }
  .load-more-stories p,
  .load-more-stories-2 p,
  .filter-stories p {
    font-size: 0.875em;
    color: #e53138;
    text-transform: uppercase;
    line-height: 70px;
    margin: 0;
    padding-right: 25px;
    display: inline-block; }
    .load-more-stories p.loading-stories,
    .load-more-stories-2 p.loading-stories,
    .filter-stories p.loading-stories {
      background-position: right center; }

.filter-stories {
  margin-top: 0;
  margin-bottom: 10px;
  cursor: default; }
  .filter-stories h5 {
    color: #e53138;
    display: inline-block;
    margin: 0;
    line-height: 70px; }
  .filter-stories ul {
    margin: -5px 0; }
    .filter-stories ul li {
      margin-left: 10px; }
      .filter-stories ul li.active-filter a {
        font-weight: bold; }
      .filter-stories ul li a {
        padding: 5px;
        color: #000; }

/* Highlights 4 Fascia HP */
.wrapper-highlights {
  /* carosello 1 column */
  /* comunicati 2 column */ }
  .wrapper-highlights .internal-column {
    padding: 50px 15px 30px; }
    .wrapper-highlights .internal-column:first-child {
      /*background: url("../images/content/highlights-background.jpg") center top no-repeat;*/ }
    .wrapper-highlights .internal-column .section-title-little h2 {
      font-size: 2.375em; }
  .wrapper-highlights .owl-carousel .owl-content {
    text-align: center;
    max-width: 300px;
    margin: 0 auto 40px auto; }
    .wrapper-highlights .owl-carousel .owl-content p {
      margin: 0; }
      .wrapper-highlights .owl-carousel .owl-content p.highlights-first-amount {
        font-size: 2.125em;
        margin: 15px 0 0; }
      .wrapper-highlights .owl-carousel .owl-content p.highlights-second-amount {
        font-size: 1.625em; }
    .wrapper-highlights .owl-carousel .owl-content h2.highlights-title {
      font-size: 2.125em;
      text-transform: uppercase;
      margin: 0; }
    .wrapper-highlights .owl-carousel .owl-content figure.highlights-icon {
      margin: 15px auto;
      max-width: 110px;
      float: left; }
  .wrapper-highlights .wrapper-publications {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 2px solid #e53138; }
    .wrapper-highlights .wrapper-publications .publication {
      text-align: center;
      /* classe errata, ma è così online - lascio il vecchio stile che non si sa mai */ }
      .wrapper-highlights .wrapper-publications .publication p {
        margin: 0; }
      .wrapper-highlights .wrapper-publications .publication:first-child .col-sm-3 {
        margin-bottom: 0; }
      .wrapper-highlights .wrapper-publications .publication .publication-title {
        font-family: "HelveticaMedium";
        font-size: 0.938em;
        text-transform: uppercase;
        margin: 15px 0 20px; }
      .wrapper-highlights .wrapper-publications .publication h4.titolo-publication {
        margin-top: 15px; }
  .wrapper-highlights .sub-publications {
    clear: both;
    text-align: center; }
    .wrapper-highlights .sub-publications p {
      margin: 0; }
      .wrapper-highlights .sub-publications p.description-publications {
        font-size: 0.875em;
        margin-bottom: 15px; }

/* column 5 Fascia HP */
.blocks-columns {
  height: 380px;
  color: #fff;
  text-align: center; }
  .blocks-columns .wrapper-blocks-ourpeople {
    height: 100%;
    max-height: 100%;
    position: relative; }
  .blocks-columns .intro-story-title {
    font-size: 1.125em;
    font-family: "HelveticaMedium";
    text-transform: uppercase;
    margin: 0;
    padding-top: 20px; }
  .blocks-columns .intro-story-icon {
    margin: 25px 0; }
  .blocks-columns .caption-overlay-story {
    height: 45%; }
    .blocks-columns .caption-overlay-story .story-title {
      margin: 5px 0; }
    .blocks-columns .caption-overlay-story .story-abstract {
      margin: 5px 0 15px; }
    .blocks-columns .caption-overlay-story span {
      margin-bottom: 0; }

body.fontsize-big .blocks-columns .caption-overlay-story .story-abstract {
  margin: 5px 0 5px; }

/* Blocco centrale */
.blocks-columns.cover-block {
  color: #000;
  text-align: left; }
  .blocks-columns.cover-block .column-wrapper {
    height: 100%; }
    .blocks-columns.cover-block .column-wrapper .image-story-wrapper {
      height: 100%; }
      .blocks-columns.cover-block .column-wrapper .image-story-wrapper .image-story {
        margin: 0;
        height: 100%; }
    .blocks-columns.cover-block .column-wrapper .caption-overlay-story .link-see-more {
      position: absolute;
      bottom: 15px;
      left: 15px; }

.block-send-cv .wrapper-blocks-ourpeople {
  background-color: #e53138; }
  .block-send-cv .wrapper-blocks-ourpeople .caption-overlay-story {
    background: none; }
    .block-send-cv .wrapper-blocks-ourpeople .caption-overlay-story .link-see-more-white {
      position: absolute;
      bottom: 23px;
      left: 0;
      right: 0;
      margin: 0 auto; }
      .block-send-cv .wrapper-blocks-ourpeople .caption-overlay-story .link-see-more-white a {
        display: inline;
        padding: 9px 8px; }

.block-linkedin .wrapper-blocks-ourpeople {
  background-color: #5fadd6; }
  .block-linkedin .wrapper-blocks-ourpeople .caption-overlay-story {
    background: none; }
  .block-linkedin .wrapper-blocks-ourpeople .link-see-more-white {
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .block-linkedin .wrapper-blocks-ourpeople .link-see-more-white a {
      display: inline;
      padding: 9px 8px; }

.lt-ie9 .set-events-height {
  height: 462px !important; }

/* MEDIA QUERIES */
@media (min-width: 360px) {
  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 269px; } }
@media (min-width: 500px) {
  .owl-carousel .item {
    min-height: none; }
    .owl-carousel .item .img-fallback {
      min-height: inherit;
      overflow: hidden; }
  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 239px; } }
@media (min-width: 600px) {
  .owl-controls .owl-nav .owl-prev,
  .owl-controls .owl-nav .owl-next {
    top: 193px; } }
@media (max-width: 767px) {
  .wrapper-highlights {
    background: none !important; } }
@media (min-width: 768px) {
  body .section-title-little h2 {
    font-size: 3.125em; }
  body .section-title-little h3 {
    font-size: 1.25em; }
  body .category-story {
    font-size: 1em; }
  body .story-title {
    font-size: 1.125em; }
  body .story-abstract {
    font-size: 0.875em; }

  .owl-carousel .owl-caption {
    height: 100%;
    border-top: 0 none;
    position: absolute;
    top: 10%;
    left: 0;
    margin-top: 0;
    background-color: transparent; }
    .owl-carousel .owl-caption .owl-caption-inner {
      margin: 0;
      padding: 0;
      height: 100%;
      width: 100%; }
      .owl-carousel .owl-caption .owl-caption-inner .centering-carousel {
        width: 52%;
        color: #fff; }
        .owl-carousel .owl-caption .owl-caption-inner .centering-carousel.right-carousel {
          margin: 0;
          left: 50%;
          position: relative;
          text-align: left; }
        .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-title {
          font-size: 2.125em;
          color: #fff;
          line-height: 40px;
          margin-bottom: 14px; }
        .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-description {
          font-size: 1.125em;
          line-height: 30px;
          margin: 14px 0 20px; }
        .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .link-see-more-white {
          margin: 15px 0 0; }
          .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .link-see-more-white a {
            font-size: 1em;
            color: #fff;
            border: 1px solid #fff;
            padding: 14px 12px; }
            .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .link-see-more-white a span {
              background: url("../bundles/lpapp/images/system/iconVarie/see-all-icon-white.png") right center no-repeat; }
            .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .link-see-more-white a:hover {
              color: #e53138;
              background-color: #fff;
              border: 1px solid #e53138; }
              .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .link-see-more-white a:hover span {
                background: url("../bundles/lpapp/images/system/iconVarie/see-all-icon.png") right center no-repeat; }
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    top: 40%; }
  .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 40%; }

  .blocks-columns {
    height: 400px; }
    .blocks-columns .intro-story-title {
      font-size: 1.375em; }

  .view-event {
    padding: 25px; }
    .view-event .view-header .view-title {
      font-size: 1.375em; }
    .view-event .view-header .view-see-more {
      padding: 12px; }
      .view-event .view-header .view-see-more a {
        font-size: 0.813em; }
    .view-event .view-rows {
      margin-bottom: 35px;
      width: 100%; }
      .view-event .view-rows .sx-date .date-number {
        font-size: 1.875em;
        line-height: 23px; }
      .view-event .view-rows .sx-date .date-month-year, .view-event .view-rows .sx-date .date-time {
        font-size: 0.75em; }
      .view-event .view-rows .dx-event {
        max-width: 77%; }
        .view-event .view-rows .dx-event .event-subtitle, .view-event .view-rows .dx-event .add-to-outlook {
          font-size: 0.688em; }
        .view-event .view-rows .dx-event .event-subtitle span {
          width: 10px;
          height: 10px; }
        .view-event .view-rows .dx-event .event-title {
          font-size: 0.938em; }

  .view-event.iframe-container .view-header {
    margin-bottom: 11px;
    height: 30px; }

  .story-container {
    float: left;
    margin: 0;
    padding-bottom: 10px;
    max-width: none; }
    .story-container.even {
      padding-left: 0;
      padding-right: 5px; }
    .story-container.odd {
      padding-left: 5px;
      padding-right: 0; }
    .story-container.last.even {
      float: none;
      clear: both;
      margin: 0 auto;
      padding: 0; }
    .story-container .story-title {
      height: 69px; }

  .wrapper-highlights {
    /*background: url("../images/content/highlights-background.jpg") center top no-repeat;*/ }
    .wrapper-highlights .internal-column {
      padding: 50px 30px 30px; }
      .wrapper-highlights .internal-column:first-child {
        background: none !important; }
    .wrapper-highlights .owl-carousel .owl-content {
      max-width: 200px;
      margin: 0 auto; }
      .wrapper-highlights .owl-carousel .owl-content p.highlights-first-amount {
        font-size: 2.5em;
        margin: 0; }
      .wrapper-highlights .owl-carousel .owl-content p.highlights-second-amount {
        font-size: 1.875em; }
      .wrapper-highlights .owl-carousel .owl-content h2.highlights-title {
        font-size: 2.5em; }
      .wrapper-highlights .owl-carousel .owl-content figure.highlights-icon {
        float: none; }
    .wrapper-highlights .wrapper-publications .publication {
      clear: both;
      text-align: left; }
      .wrapper-highlights .wrapper-publications .publication:first-child .column-1 {
        margin-bottom: 35px; }
      .wrapper-highlights .wrapper-publications .publication .column-1 {
        margin-right: 5%;
        width: 35%; }
      .wrapper-highlights .wrapper-publications .publication .column-2 {
        width: 60%; }
      .wrapper-highlights .wrapper-publications .publication h4.titolo-publication {
        font-size: 1em;
        margin-top: 10px;
        margin-bottom: 10px; }
      .wrapper-highlights .wrapper-publications .publication h4.publication-title {
        font-size: 1em;
        margin: 15px 0; }
    .wrapper-highlights .sub-publications {
      text-align: left; }
      .wrapper-highlights .sub-publications p.description-publications {
        font-size: 1em; }
      .wrapper-highlights .sub-publications p.link-ext-video {
        font-size: 0.688em; }
        .wrapper-highlights .sub-publications p.link-ext-video a {
          padding: 5px 0 5px 45px; } }
@media (min-width: 1024px) {
  .owl-carousel .owl-caption {
    top: 15%; }
    .owl-carousel .owl-caption .owl-caption-inner .centering-carousel {
      width: 52%; }
      .owl-carousel .owl-caption .owl-caption-inner .centering-carousel.right-carousel {
        margin: 0;
        left: 50%;
        position: relative;
        text-align: left; }
      .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-title {
        font-size: 3.125em;
        line-height: 50px;
        margin-bottom: 20px; }
      .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-description {
        font-size: 1.25em;
        line-height: 32px;
        margin: 20px 0 26px; }
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    top: 43%;
    width: 70px;
    height: 70px; }
  .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 43%;
    width: 70px;
    height: 70px; }

  .wrapper-highlights .wrapper-publications .publication .column-1 {
    margin-right: 3%;
    width: 25%; }
  .wrapper-highlights .wrapper-publications .publication .column-2 {
    width: 72%; }
  .wrapper-highlights .wrapper-publications .publication h4.titolo-publication {
    font-size: 1.125em;
    margin-top: 15px;
    margin-bottom: 15px; }
  .wrapper-highlights .wrapper-publications .publication h4.publication-title {
    margin: 20px 0 35px; }

  .story-container.last.even {
    float: left;
    clear: none; }
  .story-container.column-sx-responsive-up {
    margin-bottom: 10px; }
  .story-container.column-dx-responsive-up {
    margin-bottom: 10px; }
  .story-container.unique-column-responsive-down {
    margin-bottom: 10px; }
  .story-container.story-sx {
    padding-left: 0;
    padding-right: 4px; }
  .story-container.central-story {
    padding-right: 2px;
    padding-left: 2px; }
  .story-container.story-dx {
    padding-right: 0 !important;
    padding-left: 4px !important; }
  .story-container .story-title {
    height: 69px; }

  .set-events-height {
    height: 495px !important; } }
@media (min-width: 1040px) {
  .story-container .story-title {
    margin-bottom: 0; } }
@media (min-width: 1080px) {
  .set-events-height {
    height: 462px !important; } }
@media (min-width: 1150px) {
  .owl-carousel .owl-caption {
    top: 20%; } }
@media (min-width: 1230px) {
  .view-event.view-press-releases .view-header h3.view-title {
    max-width: none; }

  .owl-carousel .owl-caption {
    top: 20%; }
    .owl-carousel .owl-caption .owl-caption-inner .centering-carousel {
      width: 40%; }
      .owl-carousel .owl-caption .owl-caption-inner .centering-carousel.right-carousel {
        margin: 0;
        left: 50%;
        position: relative;
        text-align: left; }
      .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-title {
        font-size: 3.125em;
        line-height: 53px;
        margin-bottom: 25px; }
      .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .slide-description {
        line-height: 35px;
        margin: 25px 0 30px; }
      .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .link-see-more-white {
        margin: 15px 0 0; }
        .owl-carousel .owl-caption .owl-caption-inner .centering-carousel .link-see-more-white a {
          font-size: 1.125em;
          padding: 15px 12px; }

  .story-container .story-title {
    margin-bottom: 5px;
    height: 75px; }

  .wrapper-highlights .wrapper-publications .publication .column-1 {
    margin-right: 0;
    width: 25%; }
  .wrapper-highlights .wrapper-publications .publication .column-2 {
    width: 75%; } }
@media (min-width: 1450px) {
  .owl-carousel .owl-caption {
    top: 27%; } }
@media (max-width: 768px) {
  .owl-carousel {
    background: #f2f2f2; }
    .owl-carousel.home-slider {
      height: 560px; }
      .owl-carousel.home-slider .item .item-thumbnail-slider, .owl-carousel.home-slider .item .home-slider-video {
        position: relative;
        overflow: hidden;
        height: 300px; }
        .owl-carousel.home-slider .item .item-thumbnail-slider img, .owl-carousel.home-slider .item .item-thumbnail-slider video, .owl-carousel.home-slider .item .home-slider-video img, .owl-carousel.home-slider .item .home-slider-video video {
          position: absolute;
          transform: none;
          max-width: none;
          max-height: none;
          min-height: 0px;
          min-width: 0px;
          top: 50%;
          left: 50%;
          width: 100%;
          height: auto;
          z-index: 1;
          transform: translateX(-50%) translateY(-50%); }
          .owl-carousel.home-slider .item .item-thumbnail-slider img.ratioH, .owl-carousel.home-slider .item .item-thumbnail-slider video.ratioH, .owl-carousel.home-slider .item .home-slider-video img.ratioH, .owl-carousel.home-slider .item .home-slider-video video.ratioH {
            height: 100%;
            width: auto; }
          .owl-carousel.home-slider .item .item-thumbnail-slider img.ratioL, .owl-carousel.home-slider .item .item-thumbnail-slider video.ratioL, .owl-carousel.home-slider .item .home-slider-video img.ratioL, .owl-carousel.home-slider .item .home-slider-video video.ratioL {
            height: auto;
            width: 100%; }
      .owl-carousel.home-slider .overlay-bckg-slider {
        display: none; }
      .owl-carousel.home-slider .owl-caption {
        position: relative;
        padding: 20px 0px; }
        .owl-carousel.home-slider .owl-caption .centering-carousel.left-carousel {
          margin: 0 auto;
          left: 0;
          position: relative;
          text-align: center;
          width: 80%;
          color: #333; }
          .owl-carousel.home-slider .owl-caption .centering-carousel.left-carousel .slide-title {
            color: #e53138; }
          .owl-carousel.home-slider .owl-caption .centering-carousel.left-carousel .link-see-more-white a {
            color: #e53138;
            border-color: #e53138; }
            .owl-carousel.home-slider .owl-caption .centering-carousel.left-carousel .link-see-more-white a:hover {
              color: #FFF; }
      .owl-carousel.home-slider .owl-controls .owl-nav .owl-prev, .owl-carousel.home-slider .owl-controls .owl-nav .owl-next {
        top: 150px; } }
@media (max-width: 420px) {
  .owl-carousel.home-slider .item .item-thumbnail-slider, .owl-carousel.home-slider .item .home-slider-video {
    height: 250px; } }

/* Helvetica Font */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=3b980cb0-c431-4cc4-91e5-8c1301178c87");
@font-face {
  font-family: "HelveticaLight";
  src: url("../bundles/lpapp/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/7732d6de-bd05-4c17-ae43-99e9a02edf31.woff2") format("woff2"), url("../bundles/lpapp/Fonts/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"), url("../bundles/lpapp/Fonts/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype"), url("../bundles/lpapp/Fonts/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853") format("svg"); }
@font-face {
  font-family: "HelveticaRoman";
  src: url("../bundles/lpapp/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/b4cd926c-1a31-4785-b261-1db1a68c521e.woff2") format("woff2"), url("../bundles/lpapp/Fonts/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"), url("../bundles/lpapp/Fonts/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"), url("../bundles/lpapp/Fonts/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg"); }
@font-face {
  font-family: "HelveticaMedium";
  src: url("../bundles/lpapp/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/9f93e286-eeaa-4077-b0b2-0e6901920f74.woff2") format("woff2"), url("../bundles/lpapp/Fonts/5b4a262e-3342-44e2-8ad7-719998a68134.woff") format("woff"), url("../bundles/lpapp/Fonts/4a3ef5d8-cfd9-4b96-bd67-90215512f1e5.ttf") format("truetype"), url("../bundles/lpapp/Fonts/58ab5075-53ea-46e6-9783-cbb335665f88.svg#58ab5075-53ea-46e6-9783-cbb335665f88") format("svg"); }
@font-face {
  font-family: "HelveticaBold";
  src: url("../bundles/lpapp/Fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/2a5cf81d-ffbe-4c76-8982-270592fb36b0.woff2") format("woff2"), url("../bundles/lpapp/Fonts/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"), url("../bundles/lpapp/Fonts/db5f9ba6-05a4-433a-9461-0a6f257a0c3a.ttf") format("truetype"), url("../bundles/lpapp/Fonts/25e09910-ffc3-4fc4-b0d1-db9a95dface8.svg#25e09910-ffc3-4fc4-b0d1-db9a95dface8") format("svg"); }
@font-face {
  font-family: "generali";
  src: url("../bundles/lpapp/Fonts/generali.eot");
  src: url("../bundles/lpapp/Fonts/generali.eot?#iefix") format("embedded-opentype"), url("../bundles/lpapp/Fonts/generali.woff") format("woff"), url("../bundles/lpapp/Fonts/generali.ttf") format("truetype"), url("../bundles/lpapp/Fonts/generali.svg#generali") format("svg");
  font-weight: normal;
  font-style: normal; }
.iconVarie-sprite, .iconVarie-add-outlook, .iconVarie-arrow-down-white, .iconVarie-arrow-list-lang-closed, .iconVarie-arrow-list-lang-opened, .iconVarie-arrow-menu-closed-black, .iconVarie-arrow-menu-opened-red, .iconVarie-arrow-up-white, .iconVarie-audio-icon, .iconVarie-backtotop, .iconVarie-bullet-archivio, .iconVarie-bullet-list-big, .iconVarie-bullet-list-empty, .iconVarie-bullet-list, .iconVarie-bullet-matrix-off-red, .iconVarie-bullet-matrix-off-white, .iconVarie-canhelp, .iconVarie-cassetto-aperto-archivio, .iconVarie-cassetto-chiuso-archivio, .iconVarie-cassetto-titolo-closed, .iconVarie-cassetto-titolo-opened, .iconVarie-close-modal-matrix, .iconVarie-contrast-mobile, .iconVarie-contrast, .iconVarie-corp-app-icon, .iconVarie-default-icon-white, .iconVarie-default-icon, .iconVarie-email-icon-contact, .iconVarie-get-updates-icon, .iconVarie-ico-btn-fullsize, .iconVarie-ico-btn-next, .iconVarie-ico-btn-prev, .iconVarie-ico-tool-close, .iconVarie-ico-tool-open, .iconVarie-logo-footer, .iconVarie-logo-white, .iconVarie-logo, .iconVarie-mobile-logo, .iconVarie-mobile-menu-btn-normal, .iconVarie-mobile-menu-btn-opened, .iconVarie-mobile-search-btn, .iconVarie-mobile-switch-bg, .iconVarie-mobile-switch-point, .iconVarie-mobile-world-btn, .iconVarie-owl-video-play, .iconVarie-pdf-icon, .iconVarie-plu_rosso, .iconVarie-plus_bianco, .iconVarie-podcast-icon, .iconVarie-rss-feeds-icon, .iconVarie-search-icon, .iconVarie-see-all-icon-black, .iconVarie-see-all-icon-white, .iconVarie-see-all-icon, .iconVarie-star-hover, .iconVarie-star-nonselezionata, .iconVarie-star-selezionata, .iconVarie-telephone-icon-contact, .iconVarie-video-ext-icon, .iconVarie-video-icon, .iconVarie-webcast-icon, .iconVarie-webpage-icon, .iconVarie-xls-icon, .iconVarie-youtube-icon {
  background-image: url('../bundles/lpapp/images/system/iconVarie-sb5f701c958.png');
  background-repeat: no-repeat; }

.iconVarie-add-outlook {
  background-position: 0 0; }

.iconVarie-arrow-down-white {
  background-position: 0 -40px; }

.iconVarie-arrow-list-lang-closed {
  background-position: 0 -66px; }

.iconVarie-arrow-list-lang-opened {
  background-position: 0 -92px; }

.iconVarie-arrow-menu-closed-black {
  background-position: 0 -118px; }

.iconVarie-arrow-menu-opened-red {
  background-position: 0 -151px; }

.iconVarie-arrow-up-white {
  background-position: 0 -180px; }

.iconVarie-audio-icon {
  background-position: 0 -206px; }

.iconVarie-backtotop {
  background-position: 0 -255px; }

.iconVarie-bullet-archivio {
  background-position: 0 -339px; }

.iconVarie-bullet-list-big {
  background-position: 0 -366px; }

.iconVarie-bullet-list-empty {
  background-position: 0 -397px; }

.iconVarie-bullet-list {
  background-position: 0 -428px; }

.iconVarie-bullet-matrix-off-red {
  background-position: 0 -455px; }

.iconVarie-bullet-matrix-off-white {
  background-position: 0 -500px; }

.iconVarie-canhelp {
  background-position: 0 -545px; }

.iconVarie-cassetto-aperto-archivio {
  background-position: 0 -584px; }

.iconVarie-cassetto-chiuso-archivio {
  background-position: 0 -616px; }

.iconVarie-cassetto-titolo-closed {
  background-position: 0 -650px; }

.iconVarie-cassetto-titolo-opened {
  background-position: 0 -706px; }

.iconVarie-close-modal-matrix {
  background-position: 0 -762px; }

.iconVarie-contrast-mobile {
  background-position: 0 -848px; }

.iconVarie-contrast {
  background-position: 0 -895px; }

.iconVarie-corp-app-icon {
  background-position: 0 -931px; }

.iconVarie-default-icon-white {
  background-position: 0 -972px; }

.iconVarie-default-icon {
  background-position: 0 -1010px; }

.iconVarie-email-icon-contact {
  background-position: 0 -1049px; }

.iconVarie-get-updates-icon {
  background-position: 0 -1086px; }

.iconVarie-ico-btn-fullsize {
  background-position: 0 -1122px; }

.iconVarie-ico-btn-next {
  background-position: 0 -1178px; }

.iconVarie-ico-btn-prev {
  background-position: 0 -1234px; }

.iconVarie-ico-tool-close {
  background-position: 0 -1290px; }

.iconVarie-ico-tool-open {
  background-position: 0 -1338px; }

.iconVarie-logo-footer {
  background-position: 0 -1386px; }

.iconVarie-logo-white {
  background-position: 0 -1427px; }

.iconVarie-logo {
  background-position: 0 -1481px; }

.iconVarie-mobile-logo {
  background-position: 0 -1574px; }

.iconVarie-mobile-menu-btn-normal {
  background-position: 0 -1646px; }

.iconVarie-mobile-menu-btn-opened {
  background-position: 0 -1718px; }

.iconVarie-mobile-search-btn {
  background-position: 0 -1790px; }

.iconVarie-mobile-switch-bg {
  background-position: 0 -1827px; }

.iconVarie-mobile-switch-point {
  background-position: 0 -1903px; }

.iconVarie-mobile-world-btn {
  background-position: 0 -1978px; }

.iconVarie-owl-video-play {
  background-position: 0 -2050px; }

.iconVarie-pdf-icon {
  background-position: 0 -2126px; }

.iconVarie-plu_rosso {
  background-position: 0 -2174px; }

.iconVarie-plus_bianco {
  background-position: 0 -2226px; }

.iconVarie-podcast-icon {
  background-position: 0 -2278px; }

.iconVarie-rss-feeds-icon {
  background-position: 0 -2315px; }

.iconVarie-search-icon {
  background-position: 0 -2354px; }

.iconVarie-see-all-icon-black {
  background-position: 0 -2391px; }

.iconVarie-see-all-icon-white {
  background-position: 0 -2420px; }

.iconVarie-see-all-icon {
  background-position: 0 -2449px; }

.iconVarie-star-hover {
  background-position: 0 -2478px; }

.iconVarie-star-nonselezionata {
  background-position: 0 -2522px; }

.iconVarie-star-selezionata {
  background-position: 0 -2566px; }

.iconVarie-telephone-icon-contact {
  background-position: 0 -2610px; }

.iconVarie-video-ext-icon {
  background-position: 0 -2648px; }

.iconVarie-video-icon {
  background-position: 0 -2688px; }

.iconVarie-webcast-icon {
  background-position: 0 -2737px; }

.iconVarie-webpage-icon {
  background-position: 0 -2786px; }

.iconVarie-xls-icon {
  background-position: 0 -2827px; }

.iconVarie-youtube-icon {
  background-position: 0 -2876px; }

.iconInfographics-sprite, .iconInfographics-close-modal-matrix, .iconInfographics-matrix-cassetto-close, .iconInfographics-matrix-cassetto-open, .iconInfographics-matrix-cassetto-red, .iconInfographics-matrix-cassetto-white, .iconInfographics-matrix-close-modal, .iconInfographics-matrix-desk-red-off, .iconInfographics-matrix-desk-red-on, .iconInfographics-matrix-desk-white-off, .iconInfographics-matrix-desk-white-on, .iconInfographics-matrix-tooltip-bg, .iconInfographics-timeline-arrow-left-event, .iconInfographics-timeline-arrow-right-event, .iconInfographics-timeline-close, .iconInfographics-timeline-nav-item, .iconInfographics-timeline-open, .iconInfographics-timeline-point-active, .iconInfographics-timeline-point-normal {
  background-image: url('../bundles/lpapp/images/system/iconInfographics-sbed2805eb2.png');
  background-repeat: no-repeat; }

.iconInfographics-close-modal-matrix {
  background-position: 0 0; }

.iconInfographics-matrix-cassetto-close {
  background-position: 0 -52px; }

.iconInfographics-matrix-cassetto-open {
  background-position: 0 -93px; }

.iconInfographics-matrix-cassetto-red {
  background-position: 0 -136px; }

.iconInfographics-matrix-cassetto-white {
  background-position: 0 -194px; }

.iconInfographics-matrix-close-modal {
  background-position: 0 -252px; }

.iconInfographics-matrix-desk-red-off {
  background-position: 0 -304px; }

.iconInfographics-matrix-desk-red-on {
  background-position: 0 -349px; }

.iconInfographics-matrix-desk-white-off {
  background-position: 0 -401px; }

.iconInfographics-matrix-desk-white-on {
  background-position: 0 -446px; }

.iconInfographics-matrix-tooltip-bg {
  background-position: 0 -498px; }

.iconInfographics-timeline-arrow-left-event {
  background-position: 0 -519px; }

.iconInfographics-timeline-arrow-right-event {
  background-position: 0 -584px; }

.iconInfographics-timeline-close {
  background-position: 0 -649px; }

.iconInfographics-timeline-nav-item {
  background-position: 0 -736px; }
  .iconInfographics-timeline-nav-item:hover, .iconInfographics-timeline-nav-item.timeline-nav-item-hover {
    background-position: 0 -701px; }

.iconInfographics-timeline-open {
  background-position: 0 -771px; }

.iconInfographics-timeline-point-active {
  background-position: 0 -823px; }

.iconInfographics-timeline-point-normal {
  background-position: 0 -872px; }

/* Highlights 4 Fascia HP */
.wrapper-highlights-2itm {
  padding: 20px 15px 5px;
  overflow: hidden;
  /* carosello 1 column */ }
  @media (min-width: 1025px) {
    .wrapper-highlights-2itm {
      padding: 20px 15px !important; } }
  .wrapper-highlights-2itm .img-fallback-hide {
    display: none; }
  .wrapper-highlights-2itm .owl-carousel .owl-content {
    text-align: center;
    max-width: 300px;
    margin: 0 auto 40px auto; }
    .wrapper-highlights-2itm .owl-carousel .owl-content p {
      margin: 0; }
      .wrapper-highlights-2itm .owl-carousel .owl-content p.highlights-first-amount {
        font-size: 1.9em;
        margin: 15px 0 0; }
      .wrapper-highlights-2itm .owl-carousel .owl-content p.highlights-second-amount {
        font-size: 1.5em; }
    .wrapper-highlights-2itm .owl-carousel .owl-content h2.highlights-title {
      font-size: 1.9em;
      text-transform: uppercase;
      margin: 0;
      min-height: 85px; }
    .wrapper-highlights-2itm .owl-carousel .owl-content figure.highlights-icon {
      margin: 15px auto;
      max-width: 110px; }

.lt-ie9 .column-sx-responsive-down .owl-highlights-2itm,
.lt-ie9 .column-sx-responsive-down .owl-highlights-2itm .owl-stage-outer,
.lt-ie9 .column-dx-responsive-down .owl-highlights-2itm,
.lt-ie9 .column-dx-responsive-down .owl-highlights-2itm .owl-stage-outer {
  max-height: 340px; }

.lt-ie9 .column-sx-responsive-down .backstretch,
.lt-ie9 .column-dx-responsive-down .backstretch {
  max-height: 420px; }

.lt-ie9 .big-column-left .owl-highlights-2itm .owl-stage-outer,
.lt-ie9 .big-column-left .owl-highlights-2itm {
  max-height: 425px; }

.lt-ie9 .big-column-left .wrapper-highlights-2itm {
  max-height: 475px !important;
  overflow: hidden; }

html.lt-ie9 body.ir-frontpage .big-column-left .wrapper-highlights-2itm {
  max-height: 900px !important; }

html.lt-ie10 body.ir-frontpage .big-column-left .wrapper-highlights-2itm {
  min-height: 0px; }

.transparent {
  background-color: transparent !important; }

.list-2itm-component {
  padding: 10px 15px;
  background-color: #F0F0F0;
  margin-bottom: 8px; }
  .list-2itm-component .item {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .list-2itm-component .item.last {
      border-bottom: 0 none;
      margin-bottom: 0; }
  .list-2itm-component .list-2itm-title {
    font-family: "HelveticaMedium";
    font-size: .9em;
    text-transform: uppercase;
    color: #e53138;
    margin: 0; }
  .list-2itm-component .list-2itm-subtitle {
    font-family: "HelveticaRoman";
    font-size: 0.75em;
    text-transform: uppercase;
    margin: 0; }

.centered-component {
  position: relative;
  text-align: center;
  height: 410px; }
  .centered-component .centered-wrapper {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    max-height: 100%; }
  .centered-component .centered-overlay {
    font-family: "HelveticaRoman";
    position: absolute;
    top: 22%;
    margin: 0 10%;
    width: 80%;
    color: white; }
    .centered-component .centered-overlay .titolo {
      font-weight: normal !important;
      font-size: 30px;
      margin: 1.5em 0 0; }
    .centered-component .centered-overlay .link-see-more-white {
      margin-top: 30px; }

.lt-ie9 .centered-component {
  height: 400px; }

@media (min-width: 500px) {
  .centered-component .centered-overlay {
    top: 27%; } }
@media (min-width: 1024px) {
  .centered-component {
    height: auto; } }
.front h2 {
  font-family: "HelveticaLight";
  color: #000; }

body {
  /* Titolo tra le fasce in HP */
  /* Testo sotto contatti */ }
  body .section-title-little h3 {
    font-family: "HelveticaLight";
    font-size: 1.125em;
    font-weight: normal;
    color: #666666;
    margin: 0; }
  body .section-title-little.white h2 {
    color: #fff; }
  body .story-title {
    font-family: "HelveticaMedium";
    font-size: 1em;
    text-transform: uppercase; }
    body .story-title a {
      color: #000; }
  body .section-text-little {
    font-size: .875em;
    line-height: 1.3em;
    text-align: center; }

/* Eventi seconda Fascia - 3 colonne */
.view-events.view-event .view-rows .dx-event .event-title {
  font-family: "HelveticaMedium"; }

.view-event.iframe-container,
.view-event.iframe-container iframe {
  min-height: 400px; }

.lt-ie9 .view-event.iframe-container iframe {
  margin-top: 21px; }

/*.view-press-releases.view-event {
	height: auto !important;
}*/
.whole-column .view-event {
  padding: 15px !important; }

.whole-column .view-event .view-header {
  height: 25px; }

.little-column-right .view-event .view-header .link-see-more {
  padding: 6px 0; }
  .little-column-right .view-event .view-header .link-see-more a {
    display: block;
    padding: 8px 4px; }

/* Contact */
.contact-media-container {
  background-color: #f0f0f0; }
  .contact-media-container .contact-header {
    padding: 20px 20px 20px 20px;
    height: 90px; }
    .contact-media-container .contact-header .view-title {
      float: left;
      font-family: "HelveticaBold";
      font-size: 1.125em;
      text-transform: uppercase;
      margin: 0; }
    .contact-media-container .contact-header .link-see-more {
      float: right; }
  .contact-media-container .contact-photo {
    position: relative;
    overflow: hidden; }
    .contact-media-container .contact-photo .contact-overlay-abstract {
      display: none; }
  .contact-media-container .contact-text {
    padding: 20px 20px 25px 20px; }
  .contact-media-container .contact-email {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #d2d2d2; }

/* wrapper immagine storia */
.image-story-block-component {
  position: relative; }
  .image-story-block-component .caption-overlay-story h4.story-title.black-text {
    display: none; }

.little-column-right .image-story-wrapper {
  max-height: 197px; }

/* testo su immagine storiq */
.caption-overlay-story h4.story-title {
  margin: 0;
  font-size: 0.78em;
  color: #e53138; }
.caption-overlay-story p.category-story, .caption-overlay-story span.category-story {
  color: #e53138;
  text-transform: none; }
.caption-overlay-story p.link-see-more, .caption-overlay-story span.link-see-more {
  margin: 0; }
.caption-overlay-story p.link-see-more-white a, .caption-overlay-story span.link-see-more-white a {
  padding: 8px; }
.caption-overlay-story p.story-abstract, .caption-overlay-story span.story-abstract {
  margin-bottom: 0; }

.block-linkedin h4.story-title {
  color: #fff; }

.little-column-right .image-story-block-component .caption-overlay-story {
  height: 54%; }

.banner-lat-media .link-see-more {
  float: left; }
.banner-lat-media figure.fright-img {
  float: right; }
.banner-lat-media figure img {
  max-width: none; }

.unique-column-banner,
.banner-lat-media-sx,
.banner-lat-media-dx,
.big-column-left,
.little-column-right {
  margin-bottom: 10px; }

.big-column-left,
.little-column-right {
  padding-left: 0;
  padding-right: 0; }

.bckg-img-with-overlay-text {
  position: relative;
  height: 700px;
  max-width: 100%;
  overflow: hidden;
  background-color: #c5281c; }
  .bckg-img-with-overlay-text .fig-to-hide > img {
    visibility: hidden; }
  .bckg-img-with-overlay-text .wrapper-overlayed-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 3% 0; }
    .bckg-img-with-overlay-text .wrapper-overlayed-text .white-object-column {
      float: none;
      width: 100%;
      padding: 0 2% 15px;
      border-top: 1px solid #fff;
      font-family: "HelveticaMedium";
      font-size: 0.875em;
      color: #fff;
      text-align: center; }
      .bckg-img-with-overlay-text .wrapper-overlayed-text .white-object-column:first-child {
        border-top: 0 none; }
      .bckg-img-with-overlay-text .wrapper-overlayed-text .white-object-column figure {
        margin-top: 10px;
        margin-bottom: 10px; }

.lt-ie9 .bckg-img-with-overlay-text {
  height: 410px; }

.lt-ie9 .bckg-img-with-overlay-text .wrapper-overlayed-text .white-object-column {
  max-height: 320px; }

html.lt-ie9 body.csr-frontpage .cover-publication-component {
  min-height: 135px; }

.lt-ie9 .big-column-left .image-story-block-component .image-story-wrapper {
  max-height: 567px; }

.cover-publication-component {
  padding: 15px;
  background-color: #f0f0f0;
  min-height: 207px; }
  .cover-publication-component .column-with-image {
    float: left;
    width: 28%;
    margin-right: 2%; }
    .cover-publication-component .column-with-image figure img {
      max-width: 100%; }
  .cover-publication-component .column-with-data {
    float: left;
    width: 70%; }
    .cover-publication-component .column-with-data h4.cover-publ-title {
      font-size: 0.875em;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 5px; }
    .cover-publication-component .column-with-data div.file-size-archive p {
      font-size: 0.688em; }
    .cover-publication-component .column-with-data p {
      margin: 0; }
      .cover-publication-component .column-with-data p.cover-publ-description {
        margin: 0 0 10px;
        font-size: 0.78em; }
      .cover-publication-component .column-with-data p.pdf-icon {
        margin: 0 10px 0 0; }
      .cover-publication-component .column-with-data p.download-link-publ {
        font-size: 0.688em; }
      .cover-publication-component .column-with-data p.download-link-publ {
        font-family: "HelveticaBold";
        text-transform: uppercase; }
      .cover-publication-component .column-with-data p.download-link-publ a {
        color: #e53138;
        text-decoration: none;
        display: block; }

.separated-column .cover-publication-component {
  padding: 37px 15px; }

.whole-column .cover-publication-component {
  min-height: 0;
  padding: 10px 15px 25px 15px; }

html.lt-ie9 body.ir-frontpage .cover-publication-component {
  min-height: 159px; }

html.lt-ie9 body.ir-frontpage .separated-column .cover-publication-component {
  padding: 15px 15px; }

.whole-column {
  background-color: #f0f0f0; }

/* column storia */
.story-container {
  position: relative;
  float: none;
  margin: 0 auto 20px;
  max-width: 420px; }
  .story-container .story-title {
    margin-bottom: 5px; }

/* Load More Storie */
.load-more-stories,
.load-more-stories-2 {
  height: 70px;
  width: 100%;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e53138;
  display: block;
  text-align: center;
  cursor: pointer;
  margin-top: 3px; }
  .load-more-stories p,
  .load-more-stories-2 p {
    font-size: 0.875em;
    color: #e53138;
    text-transform: uppercase;
    line-height: 70px;
    margin: 0;
    padding-right: 25px;
    display: inline-block; }
    .load-more-stories p.loading-stories,
    .load-more-stories-2 p.loading-stories {
      background-position: right center; }

.publication-in-front {
  position: relative;
  text-align: center; }
  .publication-in-front .overlay-object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center; }
    .publication-in-front .overlay-object .internal-overlay {
      width: 100%;
      margin: 0 auto; }
      .publication-in-front .overlay-object .internal-overlay h3 {
        font-family: "HelveticaBold";
        font-size: 1em;
        text-transform: uppercase;
        margin-bottom: 10px;
        margin-top: 10px; }
      .publication-in-front .overlay-object .internal-overlay .brief-descr-publ {
        font-family: "HelveticaRoman";
        text-transform: uppercase;
        margin-bottom: 10px;
        height: 66px; }

.intro-section-component {
  position: relative;
  display: table;
  height: 136px;
  width: 100%;
  margin-top: 6px;
  padding: 30px;
  color: #fff; }
  .intro-section-component:first-child {
    margin-top: 0; }
  .intro-section-component.orange-color {
    background-color: #3b91e4; }
  .intro-section-component.red-color {
    background-color: #1166c2; }
  .intro-section-component.bordeaux-color {
    background-color: #0053aa; }
  .intro-section-component a {
    color: #fff;
    text-decoration: none; }
  .intro-section-component .visible-part {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 280px;
    padding-top: 11px; }
    .intro-section-component .visible-part figure {
      display: inline-block;
      vertical-align: middle;
      margin-right: 6%;
      width: 24%;
      max-width: 50px; }
      .intro-section-component .visible-part figure img {
        vertical-align: bottom; }
    .intro-section-component .visible-part h5 {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      width: 70%; }
  .intro-section-component .hidden-part {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../bundles/lpapp/images/system/bckg-overlay-slider.png") 0 0 repeat;
    padding: 20px; }
    .intro-section-component .hidden-part p {
      margin: 0; }

.lt-ie9 .col-sm-6 .fixed-image-incolumn .backstretch {
  /*height: 100% !important;*/
  max-height: none; }

/* MEDIA QUERIES */
@media (min-width: 500px) {
  .owl-carousel .item {
    min-height: none; }
    .owl-carousel .item .img-fallback {
      min-height: inherit;
      overflow: hidden; } }
@media (min-width: 768px) {
  .column-dx-responsive-down {
    text-align: center; }

  .column-dx-responsive-down .view-press-releases {
    text-align: left; }

  .block-linkedin.blocks-columns {
    height: 480px; }

  .story-container {
    float: left;
    margin: 0;
    padding-bottom: 10px;
    max-width: none; }
    .story-container.even {
      padding-left: 0;
      padding-right: 5px; }
    .story-container.odd {
      padding-left: 5px;
      padding-right: 0; }
    .story-container.last.even {
      float: none;
      clear: both;
      margin: 0 auto;
      padding: 0; }

  body .section-title-little h3 {
    font-size: 1.25em; }
  body .section-title-little .intro-title-text {
    font-size: 1.25em; }
  body .story-title {
    font-size: 1.125em; }

  .view-event {
    max-height: 495px; }

  .view-press-releases.view-event .view-rows.view-row-1,
  .view-news.view-event .view-rows.view-row-1 {
    border-bottom: 4px double #d2d2d2;
    padding-bottom: 13px;
    width: 100%; }
  .view-press-releases.view-event .view-rows.view-row-4, .view-press-releases.view-event .view-rows.view-row-5,
  .view-news.view-event .view-rows.view-row-4,
  .view-news.view-event .view-rows.view-row-5 {
    margin-bottom: 0; }

  .view-event .view-header .link-see-more {
    padding: 6px 0; }
    .view-event .view-header .link-see-more a {
      display: block;
      padding: 8px; }

  .bckg-img-with-overlay-text {
    position: relative;
    height: auto;
    min-height: inherit;
    background-color: transparent; }
    .bckg-img-with-overlay-text .fig-to-hide > img {
      visibility: hidden;
      min-height: inherit; }
    .bckg-img-with-overlay-text .wrapper-overlayed-text {
      height: 100%;
      padding: 6% 0; }
      .bckg-img-with-overlay-text .wrapper-overlayed-text .white-object-column {
        float: left;
        width: 25%;
        height: 100%;
        border-top: 0 none;
        border-left: 1px solid #fff;
        padding-bottom: 0; }
        .bckg-img-with-overlay-text .wrapper-overlayed-text .white-object-column:first-child {
          border-left: 0 none; }
        .bckg-img-with-overlay-text .wrapper-overlayed-text .white-object-column figure {
          margin-top: 35px;
          margin-bottom: 25px; }
        .bckg-img-with-overlay-text .wrapper-overlayed-text .white-object-column p {
          height: 80px; }
          .bckg-img-with-overlay-text .wrapper-overlayed-text .white-object-column p.link-see-more-white {
            height: auto; }

  .image-story-block-component .caption-overlay-story h4.story-title.black-text {
    display: block;
    min-height: 50px; }

  .contact-media-container .contact-photo .contact-overlay-abstract {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 10px;
    background: url("../bundles/lpapp/images/system/bckg-caption-slide.png") 0 0 repeat; }
    .contact-media-container .contact-photo .contact-overlay-abstract p {
      margin: 0;
      font-family: "HelveticaMedium";
      font-size: 0.85em; }
  .contact-media-container .contact-header {
    padding: 25px 20px 20px 20px; }
    .contact-media-container .contact-header .view-title {
      font-size: 1.375em; }
  .contact-media-container .contact-text {
    padding: 20px 20px 25px 20px; }

  .unique-column-banner,
  .big-column-left,
  .little-column-right {
    padding-left: 0;
    padding-right: 0; }

  .caption-overlay-story h4.story-title,
  .cover-publication-component .column-with-data h4.cover-publ-title {
    font-size: 0.9em; }

  .block-linkedin h4.story-title {
    font-size: 1.125em; }

  .intro-section-component .visible-part h5 {
    font-size: 1.1em; }

  .publication-in-front .overlay-object {
    padding: 25px; }
    .publication-in-front .overlay-object .internal-overlay {
      width: 80%; }
    .publication-in-front .overlay-object h3 {
      font-size: 1.1em;
      margin-bottom: 30px; }
    .publication-in-front .overlay-object .brief-descr-publ {
      margin-bottom: 25px; }

  .col-sm-6 .fixed-image-incolumn {
    height: 480px; }
    .col-sm-6 .fixed-image-incolumn img {
      height: 480px; } }
@media (min-width: 1024px) {
  .story-container.last.even {
    float: left;
    clear: none; }
  .story-container.column-sx-responsive-up {
    margin-bottom: 10px; }
  .story-container.column-dx-responsive-up {
    margin-bottom: 10px; }
  .story-container.unique-column-responsive-down {
    margin-bottom: 10px; }
  .story-container.story-sx {
    padding-left: 0;
    padding-right: 4px; }
  .story-container.central-story {
    padding-right: 2px;
    padding-left: 2px; }
  .story-container.story-dx {
    padding-right: 0 !important;
    padding-left: 4px !important; }

  .bckg-img-with-overlay-text .fig-to-hide img,
  .big-column-left .image-story-block-component .image-story .backstretch,
  .big-column-left .image-story-block-component .image-story img {
    height: 100% !important;
    min-height: inherit; }

  .unique-column-banner,
  .big-column-left {
    padding-right: 2px; }

  .little-column-right {
    padding-left: 4px; }

  .banner-lat-media-sx {
    margin-bottom: 6px;
    padding-right: 0;
    padding-left: 0; }

  .banner-lat-media-dx {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }

  .contact-media-container .contact-photo .contact-overlay-abstract {
    padding: 10px 6px; }
    .contact-media-container .contact-photo .contact-overlay-abstract p {
      font-size: 0.8em; }

  .publication-in-front {
    max-height: 420px;
    overflow: hidden; }
    .publication-in-front figure img {
      height: 100%; }

  .block-linkedin.blocks-columns {
    height: 495px; }

  .col-sm-6 .fixed-image-incolumn, .fixed-image-incolumn {
    height: 495px; }
    .col-sm-6 .fixed-image-incolumn img, .fixed-image-incolumn img {
      height: 495px; }

  .videoblock-component, .videoblock-component .videoblock-wrapper, .videoblock-component .videoblock-wrapper .video-item-container {
    min-height: inherit;
    /* Se ancora problemi di scalino su Chrome provare con position absolute sul contenitore esterno .videoblock-component */ }

  .videoblock-component .backstretch, .videoblock-component .backstretch img {
    height: 100% !important;
    min-height: inherit; }

  body.workwithus-frontpage .little-column-right .image-story-block-component .caption-overlay-story {
    height: 65%; } }
@media (min-width: 1080px) {
  .block-linkedin.blocks-columns {
    height: 462px; }

  .col-sm-6 .fixed-image-incolumn, .fixed-image-incolumn {
    height: 462px; }
    .col-sm-6 .fixed-image-incolumn img, .fixed-image-incolumn img {
      height: 462px; }

  .videoblock-component {
    /*max-height: 378px;*/
    overflow: hidden; } }
@media (min-width: 1230px) {
  .contact-media-container .contact-photo .contact-overlay-abstract {
    padding: 10px; }
    .contact-media-container .contact-photo .contact-overlay-abstract p {
      font-size: 0.938em; }

  .contact-header {
    padding: 25px 25px 20px 25px; }

  .contact-text {
    padding: 20px 25px 25px 25px; }

  .whole-column {
    height: 100%;
    background-color: #f0f0f0; }

  body.workwithus-frontpage .little-column-right .image-story-block-component .caption-overlay-story {
    height: 54%; } }
@media (max-width: 767px) {
  .column-sx-responsive-up,
  .column-dx-responsive-up,
  .unique-column-responsive-down {
    padding-left: 0;
    padding-right: 0; } }
html.lt-ie9 body.ir-frontpage .banner-lat-media-dx {
  margin-bottom: 0; }

html.lt-ie9 body.whoweare-frontpage .banner-lat-media-dx {
  margin-bottom: 0; }

html.lt-ie9 body.whatwedo-frontpage .banner-lat-media-dx {
  margin-bottom: 0; }

/*@media (min-width: 1281) and (max-width: 1400px) {
	html.lt-ie9 body.whoweare-frontpage{
		.col-md-8 big-column-left {
			min-height: 378px !important;
		}
	}
}*/

/* Helvetica Font */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=3b980cb0-c431-4cc4-91e5-8c1301178c87");
@font-face {
  font-family: "HelveticaLight";
  src: url("../bundles/lpapp/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/7732d6de-bd05-4c17-ae43-99e9a02edf31.woff2") format("woff2"), url("../bundles/lpapp/Fonts/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"), url("../bundles/lpapp/Fonts/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype"), url("../bundles/lpapp/Fonts/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853") format("svg"); }
@font-face {
  font-family: "HelveticaRoman";
  src: url("../bundles/lpapp/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/b4cd926c-1a31-4785-b261-1db1a68c521e.woff2") format("woff2"), url("../bundles/lpapp/Fonts/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"), url("../bundles/lpapp/Fonts/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"), url("../bundles/lpapp/Fonts/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg"); }
@font-face {
  font-family: "HelveticaMedium";
  src: url("../bundles/lpapp/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/9f93e286-eeaa-4077-b0b2-0e6901920f74.woff2") format("woff2"), url("../bundles/lpapp/Fonts/5b4a262e-3342-44e2-8ad7-719998a68134.woff") format("woff"), url("../bundles/lpapp/Fonts/4a3ef5d8-cfd9-4b96-bd67-90215512f1e5.ttf") format("truetype"), url("../bundles/lpapp/Fonts/58ab5075-53ea-46e6-9783-cbb335665f88.svg#58ab5075-53ea-46e6-9783-cbb335665f88") format("svg"); }
@font-face {
  font-family: "HelveticaBold";
  src: url("../bundles/lpapp/Fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/2a5cf81d-ffbe-4c76-8982-270592fb36b0.woff2") format("woff2"), url("../bundles/lpapp/Fonts/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"), url("../bundles/lpapp/Fonts/db5f9ba6-05a4-433a-9461-0a6f257a0c3a.ttf") format("truetype"), url("../bundles/lpapp/Fonts/25e09910-ffc3-4fc4-b0d1-db9a95dface8.svg#25e09910-ffc3-4fc4-b0d1-db9a95dface8") format("svg"); }
@font-face {
  font-family: "generali";
  src: url("../bundles/lpapp/Fonts/generali.eot");
  src: url("../bundles/lpapp/Fonts/generali.eot?#iefix") format("embedded-opentype"), url("../bundles/lpapp/Fonts/generali.woff") format("woff"), url("../bundles/lpapp/Fonts/generali.ttf") format("truetype"), url("../bundles/lpapp/Fonts/generali.svg#generali") format("svg");
  font-weight: normal;
  font-style: normal; }
.iconVarie-sprite, .iconVarie-add-outlook, .iconVarie-arrow-down-white, .iconVarie-arrow-list-lang-closed, .iconVarie-arrow-list-lang-opened, .iconVarie-arrow-menu-closed-black, .iconVarie-arrow-menu-opened-red, .iconVarie-arrow-up-white, .iconVarie-audio-icon, .iconVarie-backtotop, .iconVarie-bullet-archivio, .iconVarie-bullet-list-big, .iconVarie-bullet-list-empty, .iconVarie-bullet-list, .iconVarie-bullet-matrix-off-red, .iconVarie-bullet-matrix-off-white, .iconVarie-canhelp, .iconVarie-cassetto-aperto-archivio, .iconVarie-cassetto-chiuso-archivio, .iconVarie-cassetto-titolo-closed, .iconVarie-cassetto-titolo-opened, .iconVarie-close-modal-matrix, .iconVarie-contrast-mobile, .iconVarie-contrast, .iconVarie-corp-app-icon, .iconVarie-default-icon-white, .iconVarie-default-icon, .iconVarie-email-icon-contact, .iconVarie-get-updates-icon, .iconVarie-ico-btn-fullsize, .iconVarie-ico-btn-next, .iconVarie-ico-btn-prev, .iconVarie-ico-tool-close, .iconVarie-ico-tool-open, .iconVarie-logo-footer, .iconVarie-logo-white, .iconVarie-logo, .iconVarie-mobile-logo, .iconVarie-mobile-menu-btn-normal, .iconVarie-mobile-menu-btn-opened, .iconVarie-mobile-search-btn, .iconVarie-mobile-switch-bg, .iconVarie-mobile-switch-point, .iconVarie-mobile-world-btn, .iconVarie-owl-video-play, .iconVarie-pdf-icon, .iconVarie-plu_rosso, .iconVarie-plus_bianco, .iconVarie-podcast-icon, .iconVarie-rss-feeds-icon, .iconVarie-search-icon, .iconVarie-see-all-icon-black, .iconVarie-see-all-icon-white, .iconVarie-see-all-icon, .iconVarie-star-hover, .iconVarie-star-nonselezionata, .iconVarie-star-selezionata, .iconVarie-telephone-icon-contact, .iconVarie-video-ext-icon, .iconVarie-video-icon, .iconVarie-webcast-icon, .iconVarie-webpage-icon, .iconVarie-xls-icon, .iconVarie-youtube-icon, .download-list .panel-group.drawer .panel-default > .panel-heading .panel-title a span, .download-list .panel-group.drawer .panel-default > .panel-heading .panel-title a.collapsed span, .download-list .panel-group.drawer .panel-default > .panel-heading p.panel-title a span, .download-list .panel-group.drawer .panel-default > .panel-heading p.panel-title a.collapsed span, .download-list .file-list-archive .arc-row div .price-sensitive {
  background-image: url('../bundles/lpapp/images/system/iconVarie-sb5f701c958.png');
  background-repeat: no-repeat; }

.iconVarie-add-outlook {
  background-position: 0 0; }

.iconVarie-arrow-down-white {
  background-position: 0 -40px; }

.iconVarie-arrow-list-lang-closed {
  background-position: 0 -66px; }

.iconVarie-arrow-list-lang-opened {
  background-position: 0 -92px; }

.iconVarie-arrow-menu-closed-black {
  background-position: 0 -118px; }

.iconVarie-arrow-menu-opened-red {
  background-position: 0 -151px; }

.iconVarie-arrow-up-white {
  background-position: 0 -180px; }

.iconVarie-audio-icon {
  background-position: 0 -206px; }

.iconVarie-backtotop {
  background-position: 0 -255px; }

.iconVarie-bullet-archivio {
  background-position: 0 -339px; }

.iconVarie-bullet-list-big {
  background-position: 0 -366px; }

.iconVarie-bullet-list-empty {
  background-position: 0 -397px; }

.iconVarie-bullet-list {
  background-position: 0 -428px; }

.iconVarie-bullet-matrix-off-red {
  background-position: 0 -455px; }

.iconVarie-bullet-matrix-off-white {
  background-position: 0 -500px; }

.iconVarie-canhelp {
  background-position: 0 -545px; }

.iconVarie-cassetto-aperto-archivio {
  background-position: 0 -584px; }

.iconVarie-cassetto-chiuso-archivio {
  background-position: 0 -616px; }

.iconVarie-cassetto-titolo-closed {
  background-position: 0 -650px; }

.iconVarie-cassetto-titolo-opened {
  background-position: 0 -706px; }

.iconVarie-close-modal-matrix {
  background-position: 0 -762px; }

.iconVarie-contrast-mobile {
  background-position: 0 -848px; }

.iconVarie-contrast {
  background-position: 0 -895px; }

.iconVarie-corp-app-icon {
  background-position: 0 -931px; }

.iconVarie-default-icon-white {
  background-position: 0 -972px; }

.iconVarie-default-icon {
  background-position: 0 -1010px; }

.iconVarie-email-icon-contact {
  background-position: 0 -1049px; }

.iconVarie-get-updates-icon {
  background-position: 0 -1086px; }

.iconVarie-ico-btn-fullsize {
  background-position: 0 -1122px; }

.iconVarie-ico-btn-next {
  background-position: 0 -1178px; }

.iconVarie-ico-btn-prev {
  background-position: 0 -1234px; }

.iconVarie-ico-tool-close {
  background-position: 0 -1290px; }

.iconVarie-ico-tool-open {
  background-position: 0 -1338px; }

.iconVarie-logo-footer {
  background-position: 0 -1386px; }

.iconVarie-logo-white {
  background-position: 0 -1427px; }

.iconVarie-logo {
  background-position: 0 -1481px; }

.iconVarie-mobile-logo {
  background-position: 0 -1574px; }

.iconVarie-mobile-menu-btn-normal {
  background-position: 0 -1646px; }

.iconVarie-mobile-menu-btn-opened {
  background-position: 0 -1718px; }

.iconVarie-mobile-search-btn {
  background-position: 0 -1790px; }

.iconVarie-mobile-switch-bg {
  background-position: 0 -1827px; }

.iconVarie-mobile-switch-point {
  background-position: 0 -1903px; }

.iconVarie-mobile-world-btn {
  background-position: 0 -1978px; }

.iconVarie-owl-video-play {
  background-position: 0 -2050px; }

.iconVarie-pdf-icon {
  background-position: 0 -2126px; }

.iconVarie-plu_rosso {
  background-position: 0 -2174px; }

.iconVarie-plus_bianco {
  background-position: 0 -2226px; }

.iconVarie-podcast-icon {
  background-position: 0 -2278px; }

.iconVarie-rss-feeds-icon {
  background-position: 0 -2315px; }

.iconVarie-search-icon {
  background-position: 0 -2354px; }

.iconVarie-see-all-icon-black {
  background-position: 0 -2391px; }

.iconVarie-see-all-icon-white {
  background-position: 0 -2420px; }

.iconVarie-see-all-icon {
  background-position: 0 -2449px; }

.iconVarie-star-hover {
  background-position: 0 -2478px; }

.iconVarie-star-nonselezionata {
  background-position: 0 -2522px; }

.iconVarie-star-selezionata {
  background-position: 0 -2566px; }

.iconVarie-telephone-icon-contact {
  background-position: 0 -2610px; }

.iconVarie-video-ext-icon {
  background-position: 0 -2648px; }

.iconVarie-video-icon {
  background-position: 0 -2688px; }

.iconVarie-webcast-icon {
  background-position: 0 -2737px; }

.iconVarie-webpage-icon {
  background-position: 0 -2786px; }

.iconVarie-xls-icon {
  background-position: 0 -2827px; }

.iconVarie-youtube-icon {
  background-position: 0 -2876px; }

.iconInfographics-sprite, .iconInfographics-close-modal-matrix, .iconInfographics-matrix-cassetto-close, .iconInfographics-matrix-cassetto-open, .iconInfographics-matrix-cassetto-red, .iconInfographics-matrix-cassetto-white, .iconInfographics-matrix-close-modal, .iconInfographics-matrix-desk-red-off, .iconInfographics-matrix-desk-red-on, .iconInfographics-matrix-desk-white-off, .iconInfographics-matrix-desk-white-on, .iconInfographics-matrix-tooltip-bg, .iconInfographics-timeline-arrow-left-event, .iconInfographics-timeline-arrow-right-event, .iconInfographics-timeline-close, .iconInfographics-timeline-nav-item, .iconInfographics-timeline-open, .iconInfographics-timeline-point-active, .iconInfographics-timeline-point-normal {
  background-image: url('../bundles/lpapp/images/system/iconInfographics-sbed2805eb2.png');
  background-repeat: no-repeat; }

.iconInfographics-close-modal-matrix {
  background-position: 0 0; }

.iconInfographics-matrix-cassetto-close {
  background-position: 0 -52px; }

.iconInfographics-matrix-cassetto-open {
  background-position: 0 -93px; }

.iconInfographics-matrix-cassetto-red {
  background-position: 0 -136px; }

.iconInfographics-matrix-cassetto-white {
  background-position: 0 -194px; }

.iconInfographics-matrix-close-modal {
  background-position: 0 -252px; }

.iconInfographics-matrix-desk-red-off {
  background-position: 0 -304px; }

.iconInfographics-matrix-desk-red-on {
  background-position: 0 -349px; }

.iconInfographics-matrix-desk-white-off {
  background-position: 0 -401px; }

.iconInfographics-matrix-desk-white-on {
  background-position: 0 -446px; }

.iconInfographics-matrix-tooltip-bg {
  background-position: 0 -498px; }

.iconInfographics-timeline-arrow-left-event {
  background-position: 0 -519px; }

.iconInfographics-timeline-arrow-right-event {
  background-position: 0 -584px; }

.iconInfographics-timeline-close {
  background-position: 0 -649px; }

.iconInfographics-timeline-nav-item {
  background-position: 0 -736px; }
  .iconInfographics-timeline-nav-item:hover, .iconInfographics-timeline-nav-item.timeline-nav-item-hover {
    background-position: 0 -701px; }

.iconInfographics-timeline-open {
  background-position: 0 -771px; }

.iconInfographics-timeline-point-active {
  background-position: 0 -823px; }

.iconInfographics-timeline-point-normal {
  background-position: 0 -872px; }

.menu-archive-wrapper {
  min-height: 105px; }

/* FS 12.08.2015 - dopo TT aggiunto min-height per problemi al download center */
.menu-archive-wrapper.only1level {
  min-height: 50px; }

/* FS 12.08.2015 - dopo TT aggiunto min-height per problemi al download center */
.nav-arc {
  position: relative;
  text-align: center;
  width: 100%;
  background: url('../bundles/lpapp/images/system/navbar-border.png?1481016958') repeat-x 0 100%; }

ul.first-archive-level {
  margin: 0; }
  ul.first-archive-level li {
    margin-right: 3px;
    margin-bottom: 5px;
    width: auto;
    float: left;
    font-size: 1em; }
    ul.first-archive-level li:last-child {
      margin-right: 0; }
    ul.first-archive-level li a {
      padding: 11px 10px;
      display: block;
      background-color: #ebebeb;
      color: #000; }
      ul.first-archive-level li a:hover, ul.first-archive-level li a.active-item {
        background-color: #c5281c;
        color: #fff; }
    ul.first-archive-level li nav {
      position: absolute;
      left: 0;
      margin-top: 20px;
      width: 100%; }
      ul.first-archive-level li nav ul.second-archive-level {
        background: url('../bundles/lpapp/images/system/navbar-border.png?1481016958') repeat-x 0 100%;
        padding: 0 2%; }
        ul.first-archive-level li nav ul.second-archive-level li a {
          padding: 9px 11px;
          display: block;
          background-color: transparent; }
          ul.first-archive-level li nav ul.second-archive-level li a:hover, ul.first-archive-level li nav ul.second-archive-level li a.active-item {
            background-color: transparent;
            border-bottom: 5px solid #c5281c;
            color: #c5281c;
            padding: 9px 11px 4px 11px; }

.menu-years-archive nav {
  text-align: center; }
  .menu-years-archive nav ul {
    margin: 0; }
    .menu-years-archive nav ul li {
      background: #ebebeb;
      padding: 9px 12px;
      margin-left: 3px;
      margin-bottom: 5px;
      font-family: "HelveticaLight";
      cursor: pointer; }
      .menu-years-archive nav ul li:first-child {
        margin-left: 0; }
      .menu-years-archive nav ul li:hover, .menu-years-archive nav ul li.active-tab, .menu-years-archive nav ul li:hover a, .menu-years-archive nav ul li.active-tab a {
        background: #c5281c;
        font-family: "HelveticaBold";
        color: #fff; }
      .menu-years-archive nav ul li.active-tab, .menu-years-archive nav ul li.active-tab a {
        cursor: default; }
      .menu-years-archive nav ul li a {
        color: #000; }

.arc-page #content {
  margin-bottom: 35px; }

.download-list {
  padding: 15px 10px;
  clear: both;
  background-color: #f2f2f2; }
  .download-list .archive-introduction {
    font-family: "HelveticaMedium";
    font-size: 0.875em;
    margin-bottom: 30px; }
    .download-list .archive-introduction p {
      margin: 0; }

.arc-page .download-list {
  padding: 15px 0; }

.menu-archive-desktop,
.menu-years-arc-desktop {
  display: none; }

.deselected-element-dropdown,
.active-element-dropdown,
.dropdown-container {
  width: 100%;
  margin-bottom: 20px; }

/* Lista download */
.download-list h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px; }
  .download-list h3.h3-underlined {
    margin-bottom: 10px;
    padding-right: 0; }
.download-list .panel-group.drawer .panel-default > .panel-heading .panel-title {
  font-size: 1em; }
  .download-list .panel-group.drawer .panel-default > .panel-heading .panel-title a, .download-list .panel-group.drawer .panel-default > .panel-heading .panel-title a.collapsed {
    padding-bottom: 0;
    border-bottom: 0 none;
    color: #000; }
    .download-list .panel-group.drawer .panel-default > .panel-heading .panel-title a span, .download-list .panel-group.drawer .panel-default > .panel-heading .panel-title a.collapsed span {
      width: 28px;
      height: 28px;
      display: inline-block; }
  .download-list .panel-group.drawer .panel-default > .panel-heading .panel-title a span {
    background-position: 10px -576px; }
  .download-list .panel-group.drawer .panel-default > .panel-heading .panel-title a.collapsed span {
    background-position: 10px -608px; }
.download-list .panel-group.drawer .panel-default > .panel-heading p.panel-title {
  padding-right: 30px; }
  .download-list .panel-group.drawer .panel-default > .panel-heading p.panel-title a span {
    background-position: 10px -569px; }
  .download-list .panel-group.drawer .panel-default > .panel-heading p.panel-title a.collapsed span {
    background-position: 10px -601px; }
.download-list .file-list-archive .arc-row {
  clear: both;
  border-bottom: 1px solid #bcbcbc; }
  .download-list .file-list-archive .arc-row.row {
    margin-left: 0;
    margin-right: 0; }
  .download-list .file-list-archive .arc-row .col-arc {
    padding: 20px 0 25px 10px; }
    .download-list .file-list-archive .arc-row .col-arc:first-child {
      padding: 20px 10px 25px 0; }
  .download-list .file-list-archive .arc-row .main-doc, .download-list .file-list-archive .arc-row .related-doc {
    margin: 0;
    padding: 0;
    width: 100%; }
    .download-list .file-list-archive .arc-row .main-doc li, .download-list .file-list-archive .arc-row .related-doc li {
      list-style: none;
      display: table;
      width: 99%; }
  .download-list .file-list-archive .arc-row .related-doc {
    margin: 0 0 15px 0; }
  .download-list .file-list-archive .arc-row .main-doc li {
    height: 65px; }
  .download-list .file-list-archive .arc-row .related-doc div {
    padding: 5px 10px; }
    .download-list .file-list-archive .arc-row .related-doc div.file-title-archive .title-arc {
      padding-left: 20px;
      background: url("../bundles/lpapp/images/system/iconVarie/bullet-archivio.png") left center no-repeat; }
  .download-list .file-list-archive .arc-row p {
    margin: 0; }
  .download-list .file-list-archive .arc-row div {
    padding: 10px;
    height: 100%; }
    .download-list .file-list-archive .arc-row div:first-child {
      padding-left: 0;
      padding-right: 0; }
    .download-list .file-list-archive .arc-row div.file-date-archive {
      font-size: 0.75em;
      font-style: italic;
      text-transform: uppercase;
      width: 40px;
      display: table-cell;
      vertical-align: baseline; }
      .download-list .file-list-archive .arc-row div.file-date-archive .time-archive {
        font-size: 0.9em;
        text-align: right; }
      .download-list .file-list-archive .arc-row div.file-date-archive .calendar-category {
        font-family: "HelveticaBold";
        font-style: italic;
        font-size: 0.9em;
        color: #e53138;
        text-transform: none; }
    .download-list .file-list-archive .arc-row div.file-title-archive {
      font-size: 0.85em;
      display: table-cell;
      vertical-align: baseline; }
      .download-list .file-list-archive .arc-row div.file-title-archive .category-arc {
        font-family: "HelveticaMedium"; }
      .download-list .file-list-archive .arc-row div.file-title-archive .calendar-title {
        font-size: 0.9em; }
      .download-list .file-list-archive .arc-row div.file-title-archive .calendar-location {
        font-family: "HelveticaMedium";
        color: #e53138;
        font-size: 0.8em; }
      .download-list .file-list-archive .arc-row div.file-title-archive .title-arc {
        font-family: "HelveticaLight"; }
      .download-list .file-list-archive .arc-row div.file-title-archive .panel-group .title-arc {
        margin-bottom: 5px; }
      .download-list .file-list-archive .arc-row div.file-title-archive .dossier-description {
        font-size: 0.75em; }
      .download-list .file-list-archive .arc-row div.file-title-archive .desc-arc {
        font-size: 0.7em; }
      .download-list .file-list-archive .arc-row div.file-title-archive div {
        padding: 0;
        height: auto; }
    .download-list .file-list-archive .arc-row div.file-other-download-archive {
      font-size: 0.65em;
      width: 30px;
      display: table-cell;
      vertical-align: middle;
      padding-left: 0;
      padding-right: 0; }
      .download-list .file-list-archive .arc-row div.file-other-download-archive a {
        display: block;
        color: #000;
        text-align: center;
        text-decoration: none; }
      .download-list .file-list-archive .arc-row div.file-other-download-archive p {
        margin: 0 auto;
        float: right; }
    .download-list .file-list-archive .arc-row div.file-size-archive {
      font-size: 0.75em;
      font-style: italic;
      text-align: right;
      width: 85px;
      display: none; }
    .download-list .file-list-archive .arc-row div.archive-file-download {
      padding-right: 0;
      padding-left: 0;
      width: 30px;
      display: table-cell;
      vertical-align: middle;
      					/*a {
      						display: block;
      						float: right;
      
      						width: 22px;
      						height: 25px;
      
      						text-decoration: none;
      
      						@include iconVarie-sprite(pdf-icon);
      
      						&:hover {
      							-webkit-transform: scale(1.1);
      							-moz-transform: scale(1.1);
      							-o-transform: scale(1.1);
      							transform: scale(1.1);
      							-webkit-transition-duration: 1s;
      							transition-duration: 1s;
      						}
      					}*/ }
      .download-list .file-list-archive .arc-row div.archive-file-download p {
        float: right; }
        .download-list .file-list-archive .arc-row div.archive-file-download p a {
          display: block;
          padding: 3px;
          text-decoration: none; }
    .download-list .file-list-archive .arc-row div.add-send-calendar {
      display: table-cell;
      vertical-align: middle;
      padding: 0;
      font-family: "HelveticaBold";
      color: #e53138;
      text-transform: uppercase;
      text-align: left; }
      .download-list .file-list-archive .arc-row div.add-send-calendar div {
        padding: 0;
        height: auto; }
      .download-list .file-list-archive .arc-row div.add-send-calendar .add-to-calendar {
        padding: 10px 0;
        margin-bottom: 5px;
        font-size: 0.6em; }
        .download-list .file-list-archive .arc-row div.add-send-calendar .add-to-calendar a {
          background: url("../bundles/lpapp/images/system/iconVarie/add-outlook.png") right center no-repeat;
          padding: 10px 40px 10px 0;
          text-decoration: none;
          display: inline-block; }
    .download-list .file-list-archive .arc-row div .price-sensitive {
      font-size: 0.65em;
      color: #e53138;
      text-transform: none;
      margin: 0 0 5px;
      padding-left: 10px;
      background-position: 0 -428px; }
  .download-list .file-list-archive .arc-row .download-file-bollettino {
    float: right;
    padding: 0;
    margin-bottom: 20px; }
    .download-list .file-list-archive .arc-row .download-file-bollettino div {
      padding-bottom: 0;
      padding-top: 0; }
      .download-list .file-list-archive .arc-row .download-file-bollettino div.file-size-archive {
        display: table-cell; }
  .download-list .file-list-archive .arc-row .list-text-bollettino {
    clear: both; }
    .download-list .file-list-archive .arc-row .list-text-bollettino strong {
      font-family: "HelveticaMedium";
      font-size: 1.1em;
      font-weight: normal;
      margin: 0; }
    .download-list .file-list-archive .arc-row .list-text-bollettino ul {
      margin-top: 0; }
  .download-list .file-list-archive .arc-row .release-number {
    text-align: center;
    margin-bottom: 20px; }
  .download-list .file-list-archive .arc-row .cover-bollettino {
    text-align: center; }
  .download-list .file-list-archive .arc-row h4 {
    margin: 0; }
.download-list .check-email-container {
  height: 70px; }
  .download-list .check-email-container .general-checkboxes,
  .download-list .check-email-container .submit-email-send {
    float: right;
    clear: both; }

.list-title-alone .file-list-archive .arc-row div.file-title-archive .title-arc {
  font-family: "HelveticaMedium"; }

.list-title-alone.download-list .file-list-archive .arc-row .release-number {
  text-align: left; }

.style-search-press .search-datepicker {
  margin-left: 5px; }
.style-search-press .button-link-see-more {
  margin-left: 0; }
  .style-search-press .button-link-see-more.margin-left-15 {
    margin-left: 15px; }
.style-search-press .general-text-form {
  width: auto; }
  .style-search-press .general-text-form.search-free-text {
    width: 78%; }
.style-search-press select, .style-search-press .button-link-see-more, .style-search-press .search-datepicker {
  margin-top: 15px; }
.style-search-press .first-element-search-row {
  margin-right: 13px; }
.style-search-press .checkbox-black {
  display: inline-block;
  margin-top: 15px; }

@media (min-width: 450px) {
  .style-search-press .checkbox-black {
    margin-left: 10px; } }
@media (min-width: 500px) {
  .dropdown-container {
    margin: 0 auto 20px auto; }

  .menu-archive-mobile .deselected-element-dropdown,
  .menu-archive-mobile .active-element-dropdown,
  .menu-archive-mobile .dropdown-container {
    width: 55%; }

  .menu-years-arc-mobile .deselected-element-dropdown,
  .menu-years-arc-mobile .active-element-dropdown,
  .menu-years-arc-mobile .dropdown-container {
    width: 35%; } }
@media (min-width: 600px) {
  /*.style-search-press {
  	select, .button-link-see-more {
  		margin-top: 0;
  	}
  }*/ }
@media (min-width: 768px) {
  .menu-archive-desktop,
  .menu-years-arc-desktop {
    display: block; }

  .menu-archive-mobile,
  .menu-years-arc-mobile {
    display: none; }

  .download-list {
    padding: 20px; }
    .download-list .archive-introduction {
      font-size: 1em; }

  .arc-page .download-list {
    padding: 40px 0; }

  ul.first-archive-level li {
    font-size: 0.9em; }
    ul.first-archive-level li a {
      padding: 11px 8px; }

  .download-list .panel-group.drawer .panel-default > .panel-heading .panel-title {
    font-size: 1.25em; }
  .download-list .panel-group.drawer .panel-default > .panel-heading p.panel-title {
    padding-right: 0; }
  .download-list .file-list-archive .arc-row div:first-child {
    padding-left: 0;
    padding-right: 10px; }
  .download-list .file-list-archive .arc-row div.file-date-archive {
    width: 85px; }
  .download-list .file-list-archive .arc-row div.file-title-archive {
    font-size: 1.125em; }
    .download-list .file-list-archive .arc-row div.file-title-archive .calendar-title {
      font-size: 1.111em; }
    .download-list .file-list-archive .arc-row div.file-title-archive .calendar-location {
      font-size: 1em; }
    .download-list .file-list-archive .arc-row div.file-title-archive .panel-group {
      font-size: 0.875em; }
    .download-list .file-list-archive .arc-row div.file-title-archive .dossier-description {
      font-size: 0.875em; }
    .download-list .file-list-archive .arc-row div.file-title-archive .desc-arc {
      font-size: 0.75em; }
  .download-list .file-list-archive .arc-row div.file-size-archive {
    display: table-cell;
    vertical-align: middle; }
  .download-list .file-list-archive .arc-row div.add-send-calendar {
    width: 170px;
    text-align: right; }
    .download-list .file-list-archive .arc-row div.add-send-calendar .add-to-calendar {
      font-size: 0.688em; }
  .download-list .file-list-archive .arc-row .list-text-bollettino strong {
    font-size: 1.125em; }
  .download-list .file-list-archive .arc-row .release-number {
    float: left; }
  .download-list .file-list-archive .arc-row .cover-bollettino {
    text-align: right;
    clear: both; }

  .style-search-press .general-text-form.search-free-text {
    width: auto;
    max-width: 320px; }
  .style-search-press .first-element-search-row {
    margin-left: 10px;
    margin-right: 0; }
  .style-search-press .clear-toggle {
    display: none; }
  .style-search-press select, .style-search-press .search-datepicker {
    margin-top: 0; }
  .style-search-press .checkbox-black {
    margin-left: 0; } }
@media (min-width: 900px) {
  .style-search-press .checkbox-black {
    margin-left: 10px; } }
@media (min-width: 1024px) {
  .arc-page .download-list table.file-list-download tbody tr td.file-title-download {
    font-size: 1.125em; }

  ul.first-archive-level li {
    font-size: 1em; }
    ul.first-archive-level li a {
      padding: 11px 10px; }

  .style-search-press .first-element-search-row {
    margin-left: 0;
    margin-right: 13px; }
  .style-search-press .clear-toggle {
    display: block; }
  .style-search-press select, .style-search-press .search-datepicker {
    margin-top: 20px; }

  /*.style-search-press {
  	select, .button-link-see-more {
  		margin-top: 20px;
  	}
  }*/ }
@media (min-width: 1230px) {
  .style-search-press .clear-toggle {
    display: none; }
  .style-search-press .first-element-search-row {
    margin-left: 10px;
    margin-right: 0; }
  .style-search-press select, .style-search-press .search-datepicker {
    margin-top: 0; }

  /*.style-search-press {
  	select, .button-link-see-more {
  		margin-top: 0;
  	}
  }*/ }

/**
Tendina customizzata
**/
/* Import Sass mixins, variables, Compass modules, etc. */
/* Helvetica Font */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=3b980cb0-c431-4cc4-91e5-8c1301178c87");
@font-face {
  font-family: "HelveticaLight";
  src: url("../bundles/lpapp/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/7732d6de-bd05-4c17-ae43-99e9a02edf31.woff2") format("woff2"), url("../bundles/lpapp/Fonts/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"), url("../bundles/lpapp/Fonts/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype"), url("../bundles/lpapp/Fonts/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853") format("svg"); }
@font-face {
  font-family: "HelveticaRoman";
  src: url("../bundles/lpapp/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/b4cd926c-1a31-4785-b261-1db1a68c521e.woff2") format("woff2"), url("../bundles/lpapp/Fonts/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"), url("../bundles/lpapp/Fonts/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"), url("../bundles/lpapp/Fonts/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg"); }
@font-face {
  font-family: "HelveticaMedium";
  src: url("../bundles/lpapp/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/9f93e286-eeaa-4077-b0b2-0e6901920f74.woff2") format("woff2"), url("../bundles/lpapp/Fonts/5b4a262e-3342-44e2-8ad7-719998a68134.woff") format("woff"), url("../bundles/lpapp/Fonts/4a3ef5d8-cfd9-4b96-bd67-90215512f1e5.ttf") format("truetype"), url("../bundles/lpapp/Fonts/58ab5075-53ea-46e6-9783-cbb335665f88.svg#58ab5075-53ea-46e6-9783-cbb335665f88") format("svg"); }
@font-face {
  font-family: "HelveticaBold";
  src: url("../bundles/lpapp/Fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/2a5cf81d-ffbe-4c76-8982-270592fb36b0.woff2") format("woff2"), url("../bundles/lpapp/Fonts/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"), url("../bundles/lpapp/Fonts/db5f9ba6-05a4-433a-9461-0a6f257a0c3a.ttf") format("truetype"), url("../bundles/lpapp/Fonts/25e09910-ffc3-4fc4-b0d1-db9a95dface8.svg#25e09910-ffc3-4fc4-b0d1-db9a95dface8") format("svg"); }
@font-face {
  font-family: "generali";
  src: url("../bundles/lpapp/Fonts/generali.eot");
  src: url("../bundles/lpapp/Fonts/generali.eot?#iefix") format("embedded-opentype"), url("../bundles/lpapp/Fonts/generali.woff") format("woff"), url("../bundles/lpapp/Fonts/generali.ttf") format("truetype"), url("../bundles/lpapp/Fonts/generali.svg#generali") format("svg");
  font-weight: normal;
  font-style: normal; }
.iconVarie-sprite, .iconVarie-add-outlook, .iconVarie-arrow-down-white, .iconVarie-arrow-list-lang-closed, .iconVarie-arrow-list-lang-opened, .iconVarie-arrow-menu-closed-black, .iconVarie-arrow-menu-opened-red, .iconVarie-arrow-up-white, .iconVarie-audio-icon, .iconVarie-backtotop, .iconVarie-bullet-archivio, .iconVarie-bullet-list-big, .iconVarie-bullet-list-empty, .iconVarie-bullet-list, .iconVarie-bullet-matrix-off-red, .iconVarie-bullet-matrix-off-white, .iconVarie-canhelp, .iconVarie-cassetto-aperto-archivio, .iconVarie-cassetto-chiuso-archivio, .iconVarie-cassetto-titolo-closed, .iconVarie-cassetto-titolo-opened, .iconVarie-close-modal-matrix, .iconVarie-contrast-mobile, .iconVarie-contrast, .iconVarie-corp-app-icon, .iconVarie-default-icon-white, .iconVarie-default-icon, .iconVarie-email-icon-contact, .iconVarie-get-updates-icon, .iconVarie-ico-btn-fullsize, .iconVarie-ico-btn-next, .iconVarie-ico-btn-prev, .iconVarie-ico-tool-close, .iconVarie-ico-tool-open, .iconVarie-logo-footer, .iconVarie-logo-white, .iconVarie-logo, .iconVarie-mobile-logo, .iconVarie-mobile-menu-btn-normal, .iconVarie-mobile-menu-btn-opened, .iconVarie-mobile-search-btn, .iconVarie-mobile-switch-bg, .iconVarie-mobile-switch-point, .iconVarie-mobile-world-btn, .iconVarie-owl-video-play, .iconVarie-pdf-icon, .iconVarie-plu_rosso, .iconVarie-plus_bianco, .iconVarie-podcast-icon, .iconVarie-rss-feeds-icon, .iconVarie-search-icon, .iconVarie-see-all-icon-black, .iconVarie-see-all-icon-white, .iconVarie-see-all-icon, .iconVarie-star-hover, .iconVarie-star-nonselezionata, .iconVarie-star-selezionata, .iconVarie-telephone-icon-contact, .iconVarie-video-ext-icon, .iconVarie-video-icon, .iconVarie-webcast-icon, .iconVarie-webpage-icon, .iconVarie-xls-icon, .iconVarie-youtube-icon {
  background-image: url('../bundles/lpapp/images/system/iconVarie-sd75e609034.png');
  background-repeat: no-repeat; }

.iconVarie-add-outlook {
  background-position: 0 0; }

.iconVarie-arrow-down-white {
  background-position: 0 -40px; }

.iconVarie-arrow-list-lang-closed {
  background-position: 0 -66px; }

.iconVarie-arrow-list-lang-opened {
  background-position: 0 -92px; }

.iconVarie-arrow-menu-closed-black {
  background-position: 0 -118px; }

.iconVarie-arrow-menu-opened-red {
  background-position: 0 -151px; }

.iconVarie-arrow-up-white {
  background-position: 0 -180px; }

.iconVarie-audio-icon {
  background-position: 0 -206px; }

.iconVarie-backtotop {
  background-position: 0 -255px; }

.iconVarie-bullet-archivio {
  background-position: 0 -339px; }

.iconVarie-bullet-list-big {
  background-position: 0 -366px; }

.iconVarie-bullet-list-empty {
  background-position: 0 -397px; }

.iconVarie-bullet-list {
  background-position: 0 -428px; }

.iconVarie-bullet-matrix-off-red {
  background-position: 0 -459px; }

.iconVarie-bullet-matrix-off-white {
  background-position: 0 -504px; }

.iconVarie-canhelp {
  background-position: 0 -549px; }

.iconVarie-cassetto-aperto-archivio {
  background-position: 0 -588px; }

.iconVarie-cassetto-chiuso-archivio {
  background-position: 0 -620px; }

.iconVarie-cassetto-titolo-closed {
  background-position: 0 -654px; }

.iconVarie-cassetto-titolo-opened {
  background-position: 0 -710px; }

.iconVarie-close-modal-matrix {
  background-position: 0 -766px; }

.iconVarie-contrast-mobile {
  background-position: 0 -852px; }

.iconVarie-contrast {
  background-position: 0 -899px; }

.iconVarie-corp-app-icon {
  background-position: 0 -935px; }

.iconVarie-default-icon-white {
  background-position: 0 -976px; }

.iconVarie-default-icon {
  background-position: 0 -1014px; }

.iconVarie-email-icon-contact {
  background-position: 0 -1053px; }

.iconVarie-get-updates-icon {
  background-position: 0 -1090px; }

.iconVarie-ico-btn-fullsize {
  background-position: 0 -1126px; }

.iconVarie-ico-btn-next {
  background-position: 0 -1182px; }

.iconVarie-ico-btn-prev {
  background-position: 0 -1238px; }

.iconVarie-ico-tool-close {
  background-position: 0 -1294px; }

.iconVarie-ico-tool-open {
  background-position: 0 -1342px; }

.iconVarie-logo-footer {
  background-position: 0 -1390px; }

.iconVarie-logo-white {
  background-position: 0 -1431px; }

.iconVarie-logo {
  background-position: 0 -1485px; }

.iconVarie-mobile-logo {
  background-position: 0 -1578px; }

.iconVarie-mobile-menu-btn-normal {
  background-position: 0 -1650px; }

.iconVarie-mobile-menu-btn-opened {
  background-position: 0 -1722px; }

.iconVarie-mobile-search-btn {
  background-position: 0 -1794px; }

.iconVarie-mobile-switch-bg {
  background-position: 0 -1831px; }

.iconVarie-mobile-switch-point {
  background-position: 0 -1907px; }

.iconVarie-mobile-world-btn {
  background-position: 0 -1982px; }

.iconVarie-owl-video-play {
  background-position: 0 -2054px; }

.iconVarie-pdf-icon {
  background-position: 0 -2130px; }

.iconVarie-plu_rosso {
  background-position: 0 -2178px; }

.iconVarie-plus_bianco {
  background-position: 0 -2230px; }

.iconVarie-podcast-icon {
  background-position: 0 -2282px; }

.iconVarie-rss-feeds-icon {
  background-position: 0 -2319px; }

.iconVarie-search-icon {
  background-position: 0 -2358px; }

.iconVarie-see-all-icon-black {
  background-position: 0 -2395px; }

.iconVarie-see-all-icon-white {
  background-position: 0 -2424px; }

.iconVarie-see-all-icon {
  background-position: 0 -2453px; }

.iconVarie-star-hover {
  background-position: 0 -2482px; }

.iconVarie-star-nonselezionata {
  background-position: 0 -2526px; }

.iconVarie-star-selezionata {
  background-position: 0 -2570px; }

.iconVarie-telephone-icon-contact {
  background-position: 0 -2614px; }

.iconVarie-video-ext-icon {
  background-position: 0 -2652px; }

.iconVarie-video-icon {
  background-position: 0 -2692px; }

.iconVarie-webcast-icon {
  background-position: 0 -2741px; }

.iconVarie-webpage-icon {
  background-position: 0 -2790px; }

.iconVarie-xls-icon {
  background-position: 0 -2831px; }

.iconVarie-youtube-icon {
  background-position: 0 -2880px; }

.iconInfographics-sprite, .iconInfographics-close-modal-matrix, .iconInfographics-matrix-cassetto-close, .iconInfographics-matrix-cassetto-open, .iconInfographics-matrix-cassetto-red, .iconInfographics-matrix-cassetto-white, .iconInfographics-matrix-close-modal, .iconInfographics-matrix-desk-red-off, .iconInfographics-matrix-desk-red-on, .iconInfographics-matrix-desk-white-off, .iconInfographics-matrix-desk-white-on, .iconInfographics-matrix-tooltip-bg, .iconInfographics-timeline-arrow-left-event, .iconInfographics-timeline-arrow-right-event, .iconInfographics-timeline-close, .iconInfographics-timeline-nav-item, .iconInfographics-timeline-open, .iconInfographics-timeline-point-active, .iconInfographics-timeline-point-normal {
  background-image: url('../bundles/lpapp/images/system/iconInfographics-sbed2805eb2.png');
  background-repeat: no-repeat; }

.iconInfographics-close-modal-matrix {
  background-position: 0 0; }

.iconInfographics-matrix-cassetto-close {
  background-position: 0 -52px; }

.iconInfographics-matrix-cassetto-open {
  background-position: 0 -93px; }

.iconInfographics-matrix-cassetto-red {
  background-position: 0 -136px; }

.iconInfographics-matrix-cassetto-white {
  background-position: 0 -194px; }

.iconInfographics-matrix-close-modal {
  background-position: 0 -252px; }

.iconInfographics-matrix-desk-red-off {
  background-position: 0 -304px; }

.iconInfographics-matrix-desk-red-on {
  background-position: 0 -349px; }

.iconInfographics-matrix-desk-white-off {
  background-position: 0 -401px; }

.iconInfographics-matrix-desk-white-on {
  background-position: 0 -446px; }

.iconInfographics-matrix-tooltip-bg {
  background-position: 0 -498px; }

.iconInfographics-timeline-arrow-left-event {
  background-position: 0 -519px; }

.iconInfographics-timeline-arrow-right-event {
  background-position: 0 -584px; }

.iconInfographics-timeline-close {
  background-position: 0 -649px; }

.iconInfographics-timeline-nav-item {
  background-position: 0 -736px; }
  .iconInfographics-timeline-nav-item:hover, .iconInfographics-timeline-nav-item.timeline-nav-item-hover {
    background-position: 0 -701px; }

.iconInfographics-timeline-open {
  background-position: 0 -771px; }

.iconInfographics-timeline-point-active {
  background-position: 0 -823px; }

.iconInfographics-timeline-point-normal {
  background-position: 0 -872px; }

.dropdown-container {
  position: relative; }

.deselected-element-dropdown,
.active-element-dropdown {
  height: 37px;
  font-family: "HelveticaMedium";
  font-weight: normal;
  color: #303030 !important;
  text-transform: initial;
  text-decoration: none !important;
  line-height: 35px;
  text-indent: 10px;
  border: 1px solid #d4d4d4;
  display: block;
  clear: both;
  margin: 0 auto; }

.deselected-element-dropdown {
  background: url('../bundles/lpapp/images/system/arrow-select-filtri.png?1426854424') right center no-repeat #ebebeb; }

.active-element-dropdown {
  background: url('../bundles/lpapp/images/system/arrow-select-filtri-opened.png?1426854412') right center no-repeat #ebebeb; }

.dropdown-hidden {
  display: none; }

.dropdown-visible {
  width: 100%;
  max-height: 230px;
  overflow-y: scroll;
  border: 0 none;
  background: #f0f0f0;
  margin: 0;
  padding: 0; }
  .dropdown-visible li {
    font-size: 0.8em;
    text-transform: uppercase;
    list-style: none;
    border-bottom: 1px solid #bfbfbf; }
    .dropdown-visible li:hover {
      background: #dddddd;
      outline: none; }
      .dropdown-visible li:hover a, .dropdown-visible li:hover p {
        color: #c5281c !important; }
    .dropdown-visible li:last-child {
      border-bottom: none; }
    .dropdown-visible li a, .dropdown-visible li p, .dropdown-visible li option {
      padding: 10px 15px;
      margin: 0;
      display: block;
      font-family: "HelveticaMedium";
      font-weight: normal;
      color: #303030 !important;
      text-decoration: none !important;
      cursor: pointer;
      text-transform: initial; }

/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=3f750d5d55c95bc99e58)
 * Config saved to config.json and https://gist.github.com/3f750d5d55c95bc99e58
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 708px;

	padding-left: 30px;
	padding-right: 30px;
  }
  .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
  }
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 964px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-sm-1, .col-md-1, .col-lg-1, .col-sm-2, .col-md-2, .col-lg-2, .col-sm-3, .col-md-3, .col-lg-3, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-md-5, .col-lg-5, .col-sm-6, .col-md-6, .col-lg-6, .col-sm-7, .col-md-7, .col-lg-7, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-sm-10, .col-md-10, .col-lg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;

  position: relative;
  min-height: 1px;

  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1230px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .form-horizontal .form-group {
	margin-left: -30px;
	margin-right: -30px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 30px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 35px 0 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #c12017;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: 10px;
}
.pagination > li.previous a:hover,
.pagination > li.next a:hover {
	text-decoration: none;
}
/*.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}*/
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #c12017;
  border-color: #c12017;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #c12017;
  border-color: #c12017;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 640px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1229px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1229px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1229px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1229px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1229px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1230px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=3f750d5d55c95bc99e58)
 * Config saved to config.json and https://gist.github.com/3f750d5d55c95bc99e58
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
/* line 8, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

/* line 16, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu .mm-hidden {
  display: none;
}

/* line 23, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

/* line 30, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

/* line 40, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
/* line 47, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
/* line 61, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel.mm-opened {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
/* line 65, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}
/* line 69, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}
/* line 76, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu .mm-list {
  padding: 20px 0;
}
/* line 80, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-list {
  padding-bottom: 0;
}
/* line 84, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu > .mm-list:after {
  content: '';
  display: block;
  height: 40px;
}

/* line 92, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 97, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-panel > .mm-list:first-child {
  padding-top: 0;
}

/* line 103, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

/* line 111, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list {
  font: inherit;
  font-size: 14px;
}
/* line 116, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}
/* line 122, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li {
  position: relative;
}
/* line 126, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
/* line 27, ../sass/mmenu/inc/_mixins.scss */
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 143, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}
/* line 153, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
/* line 27, ../sass/mmenu/inc/_mixins.scss */
.mm-list a.mm-subopen:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 166, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}
/* line 170, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}
/* line 176, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}
/* line 186, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}
/* line 192, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}
/* line 201, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}
/* line 209, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}
/* line 221, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-spacer {
  padding-top: 40px;
}
/* line 225, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}
/* line 232, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
}
/* line 241, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}
/* line 247, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}

/* line 259, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
/* line 264, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}
/* line 269, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}
/* line 275, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px;
}
/* line 278, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 16px;
  bottom: auto;
}
/* line 286, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 291, ../sass/mmenu/jquery.mmenu.oncanvas.scss */
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px;
}

/* line 7, ../sass/mmenu/inc/_colors.scss */
html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 11, ../sass/mmenu/inc/_colors.scss */
.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6);
}
/* line 18, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 26, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
/* line 31, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
/* line 36, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 44, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
/* line 50, ../sass/mmenu/inc/_colors.scss */
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}
/* line 60, ../sass/mmenu/inc/_colors.scss */
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
/* line 9, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
.mm-page {
  box-sizing: border-box;
  position: relative;
}

/* line 14, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

/* line 22, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
html.mm-opened {
  overflow: hidden;
  position: relative;
}
/* line 27, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
html.mm-opened body {
  overflow: hidden;
}

/* line 33, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
html.mm-background .mm-page {
  background: inherit;
}

/* line 37, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

/* line 51, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

/* line 60, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
/* line 65, ../sass/mmenu/addons/jquery.mmenu.offcanvas.scss */
.mm-menu.mm-current {
  display: block;
}

/* line 5, ../sass/mmenu/inc/_sizing.scss */
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

/* line 13, ../sass/mmenu/inc/_sizing.scss */
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  /* line 21, ../sass/mmenu/inc/_sizing.scss */
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  /* line 30, ../sass/mmenu/inc/_sizing.scss */
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}

@charset "UTF-8";
/**
	Stili secondo regola "Mobile First"
**/
/** Stili generici pagina - Parti comuni - Struttura **/
/* Helvetica Font */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=3b980cb0-c431-4cc4-91e5-8c1301178c87");
@font-face {
  font-family: "HelveticaLight";
  src: url("../bundles/lpapp/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/7732d6de-bd05-4c17-ae43-99e9a02edf31.woff2") format("woff2"), url("../bundles/lpapp/Fonts/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"), url("../bundles/lpapp/Fonts/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype"), url("../bundles/lpapp/Fonts/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853") format("svg"); }
@font-face {
  font-family: "HelveticaRoman";
  src: url("../bundles/lpapp/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/b4cd926c-1a31-4785-b261-1db1a68c521e.woff2") format("woff2"), url("../bundles/lpapp/Fonts/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"), url("../bundles/lpapp/Fonts/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"), url("../bundles/lpapp/Fonts/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg"); }
@font-face {
  font-family: "HelveticaMedium";
  src: url("../bundles/lpapp/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/9f93e286-eeaa-4077-b0b2-0e6901920f74.woff2") format("woff2"), url("../bundles/lpapp/Fonts/5b4a262e-3342-44e2-8ad7-719998a68134.woff") format("woff"), url("../bundles/lpapp/Fonts/4a3ef5d8-cfd9-4b96-bd67-90215512f1e5.ttf") format("truetype"), url("../bundles/lpapp/Fonts/58ab5075-53ea-46e6-9783-cbb335665f88.svg#58ab5075-53ea-46e6-9783-cbb335665f88") format("svg"); }
@font-face {
  font-family: "HelveticaBold";
  src: url("../bundles/lpapp/Fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/2a5cf81d-ffbe-4c76-8982-270592fb36b0.woff2") format("woff2"), url("../bundles/lpapp/Fonts/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"), url("../bundles/lpapp/Fonts/db5f9ba6-05a4-433a-9461-0a6f257a0c3a.ttf") format("truetype"), url("../bundles/lpapp/Fonts/25e09910-ffc3-4fc4-b0d1-db9a95dface8.svg#25e09910-ffc3-4fc4-b0d1-db9a95dface8") format("svg"); }
@font-face {
  font-family: "generali";
  src: url("../bundles/lpapp/Fonts/generali.eot");
  src: url("../bundles/lpapp/Fonts/generali.eot?#iefix") format("embedded-opentype"), url("../bundles/lpapp/Fonts/generali.woff") format("woff"), url("../bundles/lpapp/Fonts/generali.ttf") format("truetype"), url("../bundles/lpapp/Fonts/generali.svg#generali") format("svg");
  font-weight: normal;
  font-style: normal; }
.iconVarie-sprite, .iconVarie-add-outlook, .iconVarie-arrow-down-white, .iconVarie-arrow-list-lang-closed, .iconVarie-arrow-list-lang-opened, .iconVarie-arrow-menu-closed-black, .iconVarie-arrow-menu-opened-red, .iconVarie-arrow-up-white, .iconVarie-audio-icon, .iconVarie-backtotop, .iconVarie-bullet-archivio, .iconVarie-bullet-list-big, .iconVarie-bullet-list-empty, .iconVarie-bullet-list, .iconVarie-bullet-matrix-off-red, .iconVarie-bullet-matrix-off-white, .iconVarie-canhelp, .iconVarie-cassetto-aperto-archivio, .iconVarie-cassetto-chiuso-archivio, .iconVarie-cassetto-titolo-closed, .iconVarie-cassetto-titolo-opened, .iconVarie-close-modal-matrix, .iconVarie-contrast-mobile, .iconVarie-contrast, .iconVarie-corp-app-icon, .iconVarie-default-icon-white, .iconVarie-default-icon, .iconVarie-email-icon-contact, .iconVarie-get-updates-icon, .iconVarie-ico-btn-fullsize, .iconVarie-ico-btn-next, .iconVarie-ico-btn-prev, .iconVarie-ico-tool-close, .iconVarie-ico-tool-open, .iconVarie-logo-footer, .iconVarie-logo-white, .iconVarie-logo, .iconVarie-mobile-logo, .iconVarie-mobile-menu-btn-normal, .iconVarie-mobile-menu-btn-opened, .iconVarie-mobile-search-btn, .iconVarie-mobile-switch-bg, .iconVarie-mobile-switch-point, .iconVarie-mobile-world-btn, .iconVarie-owl-video-play, .iconVarie-pdf-icon, .iconVarie-plu_rosso, .iconVarie-plus_bianco, .iconVarie-podcast-icon, .iconVarie-rss-feeds-icon, .iconVarie-search-icon, .iconVarie-see-all-icon-black, .iconVarie-see-all-icon-white, .iconVarie-see-all-icon, .iconVarie-star-hover, .iconVarie-star-nonselezionata, .iconVarie-star-selezionata, .iconVarie-telephone-icon-contact, .iconVarie-video-ext-icon, .iconVarie-video-icon, .iconVarie-webcast-icon, .iconVarie-webpage-icon, .iconVarie-xls-icon, .iconVarie-youtube-icon, .helpyou-btn span:after, .helpyou-btn-mobile span:after, .helpyou-btn span.opened:after, .helpyou-btn-mobile span.opened:after, #header .region-header .header-top-right .search-form .search-btn, #header .region-header .header-top-right .search-form .search-container input.search-form-btn, #header .region-header .header-top-right .contrast-wrapper a, .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .overview .link-see-more-black a:hover span, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .overview .link-see-more-black a:hover span, .main-menu-wrapper ul.menu li .menu-second-part .overview .link-see-more-white a:hover span, #mobilemenu-left .add-item .linker-row.contrast-wrapper a, #mobilemenu-left .add-item .languages-row.contrast-wrapper a, #mobilemenu-left .add-item .search-row.contrast-wrapper a, #mobilemenu-left .add-item .linker-row .mobLangSwitch, #mobilemenu-left .add-item .languages-row .mobLangSwitch, #mobilemenu-left .add-item .search-row .mobLangSwitch, #mobilemenu-left .add-item .linker-row .mobLangPoint, #mobilemenu-left .add-item .languages-row .mobLangPoint, #mobilemenu-left .add-item .search-row .mobLangPoint, body.touch-device .main-menu-wrapper li.first-level-menu .frecciaTogPrimoLiv:after, body.touch-device .main-menu-wrapper li.first-level-menu .frecciaTogPrimoLiv.opened:after, body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv:after, body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv.opened:after, body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv:hover:after, .img-fullsize, p.default-icon, .contact-email a span, .contact-number span, .owl-controls .owl-dot span, .owl-controls .owl-dot.active span, .panel-group.drawer .panel-default > .panel-heading h3.panel-title a span, .panel-group.drawer .panel-default > .panel-heading h3.panel-title a.collapsed span, #backtotop, body .sidebar-menu li.hasChildren a.deploy-link:before, body .accordion-wrapper .accordion-panel span.deploy-btn:before, body.highc .link-see-more a:hover span, body.highc .link-see-more a span, body.highc .link-see-more-white a:hover span, body .link-see-more a span, body .link-see-more a:hover span, body .link-see-more-white a span, body .link-see-more-white a:hover span, body .link-see-more-black a span, body .link-see-more-black a:hover span, .download-list table.file-list-download tbody tr td.pdf-icon-download span, .download-list table.file-list-download tbody tr td p.price-sensitive, .view-event .view-rows .dx-event .event-subtitle span, .view-event .view-rows .dx-event .add-to-outlook, .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-fullsize, .media-gallery-carousel .overlay-abstract-gallery .archive-file-download p.default-icon, .video-item-container .owl-video-play-icon, .headerBanner .bannerSub #tools-btn, .headerBanner .bannerSub #tools-btn.opened {
  background-image: url('../bundles/lpapp/images/system/iconVarie-s364ccfb570.png');
  background-repeat: no-repeat; }

.iconVarie-add-outlook {
  background-position: 0 0; }

.iconVarie-arrow-down-white {
  background-position: 0 -40px; }

.iconVarie-arrow-list-lang-closed {
  background-position: 0 -66px; }

.iconVarie-arrow-list-lang-opened {
  background-position: 0 -92px; }

.iconVarie-arrow-menu-closed-black {
  background-position: 0 -118px; }

.iconVarie-arrow-menu-opened-red {
  background-position: 0 -151px; }

.iconVarie-arrow-up-white {
  background-position: 0 -180px; }

.iconVarie-audio-icon {
  background-position: 0 -206px; }

.iconVarie-backtotop {
  background-position: 0 -255px; }

.iconVarie-bullet-archivio {
  background-position: 0 -339px; }

.iconVarie-bullet-list-big {
  background-position: 0 -366px; }

.iconVarie-bullet-list-empty {
  background-position: 0 -397px; }

.iconVarie-bullet-list {
  background-position: 0 -428px; }

.iconVarie-bullet-matrix-off-red {
  background-position: 0 -455px; }

.iconVarie-bullet-matrix-off-white {
  background-position: 0 -500px; }

.iconVarie-canhelp {
  background-position: 0 -545px; }

.iconVarie-cassetto-aperto-archivio {
  background-position: 0 -584px; }

.iconVarie-cassetto-chiuso-archivio {
  background-position: 0 -616px; }

.iconVarie-cassetto-titolo-closed {
  background-position: 0 -650px; }

.iconVarie-cassetto-titolo-opened {
  background-position: 0 -706px; }

.iconVarie-close-modal-matrix {
  background-position: 0 -762px; }

.iconVarie-contrast-mobile {
  background-position: 0 -848px; }

.iconVarie-contrast {
  background-position: 0 -895px; }

.iconVarie-corp-app-icon {
  background-position: 0 -931px; }

.iconVarie-default-icon-white {
  background-position: 0 -972px; }

.iconVarie-default-icon {
  background-position: 0 -1010px; }

.iconVarie-email-icon-contact {
  background-position: 0 -1049px; }

.iconVarie-get-updates-icon {
  background-position: 0 -1086px; }

.iconVarie-ico-btn-fullsize {
  background-position: 0 -1122px; }

.iconVarie-ico-btn-next {
  background-position: 0 -1178px; }

.iconVarie-ico-btn-prev {
  background-position: 0 -1234px; }

.iconVarie-ico-tool-close {
  background-position: 0 -1290px; }

.iconVarie-ico-tool-open {
  background-position: 0 -1338px; }

.iconVarie-logo-footer {
  background-position: 0 -1386px; }

.iconVarie-logo-white {
  background-position: 0 -1427px; }

.iconVarie-logo {
  background-position: 0 -1481px; }

.iconVarie-mobile-logo {
  background-position: 0 -1574px; }

.iconVarie-mobile-menu-btn-normal {
  background-position: 0 -1646px; }

.iconVarie-mobile-menu-btn-opened {
  background-position: 0 -1718px; }

.iconVarie-mobile-search-btn {
  background-position: 0 -1790px; }

.iconVarie-mobile-switch-bg {
  background-position: 0 -1827px; }

.iconVarie-mobile-switch-point {
  background-position: 0 -1903px; }

.iconVarie-mobile-world-btn {
  background-position: 0 -1978px; }

.iconVarie-owl-video-play {
  background-position: 0 -2050px; }

.iconVarie-pdf-icon {
  background-position: 0 -2126px; }

.iconVarie-plu_rosso {
  background-position: 0 -2174px; }

.iconVarie-plus_bianco {
  background-position: 0 -2226px; }

.iconVarie-podcast-icon {
  background-position: 0 -2278px; }

.iconVarie-rss-feeds-icon {
  background-position: 0 -2315px; }

.iconVarie-search-icon {
  background-position: 0 -2354px; }

.iconVarie-see-all-icon-black {
  background-position: 0 -2391px; }

.iconVarie-see-all-icon-white {
  background-position: 0 -2420px; }

.iconVarie-see-all-icon {
  background-position: 0 -2449px; }

.iconVarie-star-hover {
  background-position: 0 -2478px; }

.iconVarie-star-nonselezionata {
  background-position: 0 -2522px; }

.iconVarie-star-selezionata {
  background-position: 0 -2566px; }

.iconVarie-telephone-icon-contact {
  background-position: 0 -2610px; }

.iconVarie-video-ext-icon {
  background-position: 0 -2648px; }

.iconVarie-video-icon {
  background-position: 0 -2688px; }

.iconVarie-webcast-icon {
  background-position: 0 -2737px; }

.iconVarie-webpage-icon {
  background-position: 0 -2786px; }

.iconVarie-xls-icon {
  background-position: 0 -2827px; }

.iconVarie-youtube-icon {
  background-position: 0 -2876px; }

.iconInfographics-sprite, .iconInfographics-close-modal-matrix, .iconInfographics-matrix-cassetto-close, .iconInfographics-matrix-cassetto-open, .iconInfographics-matrix-cassetto-red, .iconInfographics-matrix-cassetto-white, .iconInfographics-matrix-close-modal, .iconInfographics-matrix-desk-red-off, .iconInfographics-matrix-desk-red-on, .iconInfographics-matrix-desk-white-off, .iconInfographics-matrix-desk-white-on, .iconInfographics-matrix-tooltip-bg, .iconInfographics-timeline-arrow-left-event, .iconInfographics-timeline-arrow-right-event, .iconInfographics-timeline-close, .iconInfographics-timeline-nav-item, .iconInfographics-timeline-open, .iconInfographics-timeline-point-active, .iconInfographics-timeline-point-normal {
  background-image: url('../bundles/lpapp/images/system/iconInfographics-sbed2805eb2.png');
  background-repeat: no-repeat; }

.iconInfographics-close-modal-matrix {
  background-position: 0 0; }

.iconInfographics-matrix-cassetto-close {
  background-position: 0 -52px; }

.iconInfographics-matrix-cassetto-open {
  background-position: 0 -93px; }

.iconInfographics-matrix-cassetto-red {
  background-position: 0 -136px; }

.iconInfographics-matrix-cassetto-white {
  background-position: 0 -194px; }

.iconInfographics-matrix-close-modal {
  background-position: 0 -252px; }

.iconInfographics-matrix-desk-red-off {
  background-position: 0 -304px; }

.iconInfographics-matrix-desk-red-on {
  background-position: 0 -349px; }

.iconInfographics-matrix-desk-white-off {
  background-position: 0 -401px; }

.iconInfographics-matrix-desk-white-on {
  background-position: 0 -446px; }

.iconInfographics-matrix-tooltip-bg {
  background-position: 0 -498px; }

.iconInfographics-timeline-arrow-left-event {
  background-position: 0 -519px; }

.iconInfographics-timeline-arrow-right-event {
  background-position: 0 -584px; }

.iconInfographics-timeline-close {
  background-position: 0 -649px; }

.iconInfographics-timeline-nav-item {
  background-position: 0 -736px; }
  .iconInfographics-timeline-nav-item:hover, .iconInfographics-timeline-nav-item.timeline-nav-item-hover {
    background-position: 0 -701px; }

.iconInfographics-timeline-open {
  background-position: 0 -771px; }

.iconInfographics-timeline-point-active {
  background-position: 0 -823px; }

.iconInfographics-timeline-point-normal {
  background-position: 0 -872px; }

.deploy-version {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 0.875em;
  color: grey; }
  .deploy-version p {
    margin: 0; }

#header {
  position: relative; }

.mobile-search-btn {
  background-color: #fff; }

.dropdown-profile-url {
  display: none; }

.tool-logo #tool-logo {
  height: auto;
  display: block;
  margin: 40px auto;
  width: 80px; }
  .tool-logo #tool-logo img {
    height: 100%;
    width: 100%; }

/* How can we help you */
.helpyou {
  background: #004a99;
  display: none;
  float: left;
  width: 100%; }
  .helpyou .tool-help {
    display: none; }
    .helpyou .tool-help ul.tool-nav-wrapper li.tool-li-first:hover > ul.tool-nav-inner {
      display: block; }
    .helpyou .tool-help .tool-nav ul {
      padding-left: 0; }
      .helpyou .tool-help .tool-nav ul.tool-nav-wrapper {
        height: 60px;
        margin: 0 auto 40px;
        width: 980px;
        -moz-transition-property: height;
        -o-transition-property: height;
        -webkit-transition-property: height;
        transition-property: height;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s; }
        .helpyou .tool-help .tool-nav ul.tool-nav-wrapper.opened {
          height: 360px; }
    .helpyou .tool-help .tool-nav li {
      height: 60px;
      display: inline-block;
      padding: 15px 10px 0 10px;
      width: auto; }
      .helpyou .tool-help .tool-nav li a {
        font-family: "HelveticaMedium";
        font-size: 1.125em;
        font-weight: normal;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none; }
      .helpyou .tool-help .tool-nav li span.arrow-down {
        border-left: 5px solid transparent;
        border-top: 8px solid #004a99;
        border-right: 5px solid transparent;
        display: none;
        height: 5px;
        width: 10px;
        margin: 5px auto; }
      .helpyou .tool-help .tool-nav li.active, .helpyou .tool-help .tool-nav li:hover {
        background-color: #fff; }
        .helpyou .tool-help .tool-nav li.active a, .helpyou .tool-help .tool-nav li:hover a {
          color: #004a99; }
        .helpyou .tool-help .tool-nav li.active span.arrow-down, .helpyou .tool-help .tool-nav li:hover span.arrow-down {
          display: block; }
    .helpyou .tool-help .tool-nav .tool-nav-inner {
      display: none;
      position: absolute;
      left: 0;
      padding-top: 40px;
      width: 100%; }
      .helpyou .tool-help .tool-nav .tool-nav-inner li {
        margin: 10px auto;
        padding: 0;
        height: 40px;
        line-height: 40px;
        display: block;
        text-align: center;
        width: 100%;
        max-width: 270px;
        position: relative; }
        .helpyou .tool-help .tool-nav .tool-nav-inner li a {
          font-family: "HelveticaMedium";
          font-size: 1em;
          font-weight: normal;
          color: #fff;
          text-transform: uppercase;
          text-decoration: none; }
        .helpyou .tool-help .tool-nav .tool-nav-inner li.active, .helpyou .tool-help .tool-nav .tool-nav-inner li:hover {
          background-color: #fff; }
          .helpyou .tool-help .tool-nav .tool-nav-inner li.active a, .helpyou .tool-help .tool-nav .tool-nav-inner li:hover a {
            color: #004a99; }
            .helpyou .tool-help .tool-nav .tool-nav-inner li.active a:after, .helpyou .tool-help .tool-nav .tool-nav-inner li:hover a:after {
              border-left: 8px solid #004a99;
              border-top: 5px solid transparent;
              border-bottom: 5px solid transparent;
              content: '';
              display: block;
              position: absolute;
              right: 20px;
              top: 50%;
              margin-top: -5px; }
    .helpyou .tool-help .scroll-down {
      text-align: center; }
      .helpyou .tool-help .scroll-down p {
        font-family: "HelveticaMedium";
        font-size: 1em;
        font-weight: normal;
        color: #fff; }
      .helpyou .tool-help .scroll-down .icon-scroll {
        height: 35px;
        width: 35px;
        margin: 20px auto; }

.helpyou-btn {
  height: 35px;
  position: absolute;
  z-index: 100;
  width: 100%;
  text-align: center;
  font-size: 16px; }

.helpyou-btn-mobile {
  margin-bottom: 20px; }

.helpyou-btn, .helpyou-btn-mobile {
  text-align: center; }
  .helpyou-btn svg, .helpyou-btn-mobile svg {
    fill: #fff;
    height: 19px;
    width: 19px;
    position: absolute;
    left: 15px; }
  .helpyou-btn span, .helpyou-btn-mobile span {
    width: 181px;
    height: 35px;
    margin: 0 auto;
    background: url("../bundles/lpapp/images/system/background-openbutton-tool.png") 0 0 no-repeat;
    font-family: "HelveticaLight";
    color: #FFF;
    display: inline-block;
    padding: 5px 20px 7px;
    cursor: pointer;
    font-size: 0.938em;
    position: relative; }
    .helpyou-btn span:after, .helpyou-btn-mobile span:after {
      content: '';
      display: inline-block;
      width: 9px;
      height: 6px;
      vertical-align: middle;
      margin: 0 0 0 10px;
      background-position: 0 -40px; }
    .helpyou-btn span.opened:after, .helpyou-btn-mobile span.opened:after {
      background-position: 0 -180px; }

/* Header */
#header {
  padding-top: 20px;
  padding-bottom: 10px; }
  #header .wrapper-logo {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
    width: 25%;
    text-align: center;
    position: relative;
    top: -20px; }
  #header .region-header {
    width: 90%;
    padding-bottom: 10px;
    float: right; }
    #header .region-header .header-top-right {
      float: right; }
    #header .region-header .header-top-left {
      float: left; }
    #header .region-header .header-top-left {
      /* Link archivio e contatti */ }
      #header .region-header .header-top-left .link-archive {
        float: left; }
      #header .region-header .header-top-left .link-archive {
        margin-right: 35px; }
        #header .region-header .header-top-left .link-archive a {
          font-size: 0.813em;
          color: #828282;
          text-transform: uppercase;
          margin-left: 20px; }
          #header .region-header .header-top-left .link-archive a:first-child {
            margin-left: 0; }
          #header .region-header .header-top-left .link-archive a.active-item-link {
            padding: 8px 12px;
            background: #e53138;
            color: #fff;
            cursor: default;
            text-decoration: none; }
    #header .region-header .header-top-right {
      /* Switch di lingua */
      /* Form di ricerca */ }
      #header .region-header .header-top-right .language-switch, #header .region-header .header-top-right .search-form {
        float: left; }
      #header .region-header .header-top-right .language-switch {
        border-right: 1px solid #004a99;
        margin: 0;
        padding-right: 15px;
        /*padding-top: 3px; - vecchio switch*/
        height: 25px;
        position: relative;
        /* nuovo switch */ }
        #header .region-header .header-top-right .language-switch p {
          margin: 0; }
          #header .region-header .header-top-right .language-switch p a {
            font-size: 0.85em;
            font-family: "HelveticaBold";
            color: #000000;
            text-transform: uppercase;
            min-width: 37px; }
      #header .region-header .header-top-right .search-form {
        position: relative; }
        #header .region-header .header-top-right .search-form .search-btn {
          display: block;
          cursor: pointer;
          height: 17px;
          width: 18px;
          padding: 15px 10px 15px 10px;
          margin: 0 5px 0 20px;
          position: relative;
          background-position: 1px -2348px; }
          @media all and (max-width: 950px) {
            #header .region-header .header-top-right .search-form .search-btn {
              padding: 23px 7px 21px 7px; } }
        #header .region-header .header-top-right .search-form .search-container {
          display: none;
          position: absolute;
          right: 0;
          top: 30px;
          z-index: 999;
          height: 45px;
          width: 220px;
          background-color: #fff;
          border: 1px solid #000;
          padding: 10px; }
          #header .region-header .header-top-right .search-form .search-container .search-form-text {
            background-image: none;
            /*border-width: 0 0 1px 0;
            border-style: solid;
            border-color: #000;*/
            border: 0 none;
            background-color: #f0f0f0;
            /*font-family: 'Ubuntu', sans-serif;*/
            font-family: "HelveticaRoman";
            font-style: italic;
            text-indent: 15px;
            height: 25px;
            width: 166px;
            margin: 0;
            float: left; }
          #header .region-header .header-top-right .search-form .search-container input.search-form-btn {
            display: block;
            width: 30px;
            height: 25px;
            border: 0 none;
            font-size: 0;
            float: right;
            background-position: 7px -1785px; }
      #header .region-header .header-top-right .access-key-help-wrapper {
        margin: 0 15px 0 0;
        float: left; }
        #header .region-header .header-top-right .access-key-help-wrapper a {
          font-size: 0.813em;
          color: #000;
          text-transform: uppercase; }
      #header .region-header .header-top-right .font-resize-wrapper {
        float: left;
        margin: 0 15px 0 0;
        padding-right: 15px;
        border-right: 1px solid #004a99;
        line-height: 22px; }
        #header .region-header .header-top-right .font-resize-wrapper a {
          color: #000;
          text-decoration: none; }
          #header .region-header .header-top-right .font-resize-wrapper a.font-small-header {
            font-size: 0.7em; }
          #header .region-header .header-top-right .font-resize-wrapper a.font-middle-header {
            font-size: 1em; }
          #header .region-header .header-top-right .font-resize-wrapper a.font-big-header {
            font-size: 1.2em; }
      #header .region-header .header-top-right .contrast-wrapper {
        float: left;
        margin: 5px 15px 0 0; }
        #header .region-header .header-top-right .contrast-wrapper a {
          display: block;
          width: 16px;
          height: 16px;
          text-decoration: none;
          background-position: 0 -895px; }

/* Main Menu - Header */
.main-menu-wrapper {
  float: left;
  clear: both;
  width: 100%;
  /*ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }*/
  /* Mega Menu (Yamm 3) - 3 livelli a scomparsa + Overview - Header*/ }
  .main-menu-wrapper .navbar-default {
    background: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none; }
  .main-menu-wrapper .navbar-nav {
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    background: url('../bundles/lpapp/images/system/navbar-border.png?1472546187') repeat-x 0 100%; }
  .main-menu-wrapper .nav > li {
    position: inherit; }
  .main-menu-wrapper .navbar-brand, .main-menu-wrapper .navbar-nav > li > a {
    text-shadow: none; }
  .main-menu-wrapper .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .dropdown-menu {
    background-color: #004a99;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none; }
  .main-menu-wrapper .mid-1 .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .mid-1 .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .mid-1 .dropdown-menu {
    background-color: #004a99; }
  .main-menu-wrapper .mid-2 .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .mid-2 .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .mid-2 .dropdown-menu {
    background-color: #2570c9; }
  .main-menu-wrapper .mid-3 .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .mid-3 .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .mid-3 .dropdown-menu {
    background-color: #3a8ae8; }
  .main-menu-wrapper .mid-4 .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .mid-4 .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .mid-4 .dropdown-menu {
    background-color: #c24159; }
  .main-menu-wrapper .mid-5 .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .mid-5 .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .mid-5 .dropdown-menu {
    background-color: #e53138; }
  .main-menu-wrapper .mid-6 .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .mid-6 .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .mid-6 .dropdown-menu {
    background-color: #d7d7d7; }
  .main-menu-wrapper .mid-7 .navbar-default .navbar-nav > .open > a, .main-menu-wrapper .mid-7 .navbar-default .navbar-nav > .active > a, .main-menu-wrapper .mid-7 .dropdown-menu {
    background-color: #d7d7d7; }
  .main-menu-wrapper ul.menu li.open a {
    background-color: #004a99;
    border-bottom: 5px solid #004a99 !important;
    color: #fff; }
  .main-menu-wrapper ul.menu li.open ul li a, .main-menu-wrapper ul.menu li.open ul li a:hover {
    border-bottom: 0 none !important; }
  .main-menu-wrapper ul.menu li ul li a:hover {
    border-bottom: 0 none !important; }
  .main-menu-wrapper ul.menu li:last-child a {
    margin-right: 0; }
  .main-menu-wrapper ul.menu li.mid-1.hovered a, .main-menu-wrapper ul.menu li.mid-1.opened a {
    background-color: #004a99;
    color: #fff; }
  .main-menu-wrapper ul.menu li.mid-1 a {
    border-bottom: 5px solid #004a99; }
  .main-menu-wrapper ul.menu li.mid-1 a:hover {
    background-color: #004a99; }
  .main-menu-wrapper ul.menu li.mid-2.hovered a, .main-menu-wrapper ul.menu li.mid-2.opened a {
    background-color: #2570c9;
    color: #fff; }
  .main-menu-wrapper ul.menu li.mid-2 a {
    border-bottom: 5px solid #2570c9; }
  .main-menu-wrapper ul.menu li.mid-2 a:hover {
    background-color: #2570c9; }
  .main-menu-wrapper ul.menu li.mid-3.hovered a, .main-menu-wrapper ul.menu li.mid-3.opened a {
    background-color: #3a8ae8;
    color: #fff; }
  .main-menu-wrapper ul.menu li.mid-3 a {
    border-bottom: 5px solid #3a8ae8; }
  .main-menu-wrapper ul.menu li.mid-3 .menu-second-part {
    min-height: auto; }
  .main-menu-wrapper ul.menu li.mid-3 a:hover {
    background-color: #3a8ae8; }
  .main-menu-wrapper ul.menu li.mid-4.hovered a, .main-menu-wrapper ul.menu li.mid-4.opened a {
    background-color: #c24159;
    color: #fff; }
  .main-menu-wrapper ul.menu li.mid-4 a {
    border-bottom: 5px solid #c24159; }
  .main-menu-wrapper ul.menu li.mid-4 .menu-second-part {
    min-height: auto; }
  .main-menu-wrapper ul.menu li.mid-4 a:hover {
    background-color: #c24159; }
  .main-menu-wrapper ul.menu li.mid-5.hovered a, .main-menu-wrapper ul.menu li.mid-5.opened a {
    background-color: #e53138;
    color: #fff; }
  .main-menu-wrapper ul.menu li.mid-5 a {
    border-bottom: 5px solid #e53138; }
  .main-menu-wrapper ul.menu li.mid-5 a:hover {
    background-color: #e53138; }
  .main-menu-wrapper ul.menu li.mid-6.hovered a.dropdown-toggle, .main-menu-wrapper ul.menu li.mid-6.opened a.dropdown-toggle, .main-menu-wrapper ul.menu li.mid-7.hovered a.dropdown-toggle, .main-menu-wrapper ul.menu li.mid-7.opened a.dropdown-toggle {
    background-color: #d7d7d7;
    border-bottom: 5px solid #d7d7d7;
    color: #000; }
  .main-menu-wrapper ul.menu li.mid-6.hovered ul li a, .main-menu-wrapper ul.menu li.mid-6.hovered ul li a.dropdown-toggle, .main-menu-wrapper ul.menu li.mid-7.hovered ul li a, .main-menu-wrapper ul.menu li.mid-7.hovered ul li a.dropdown-toggle {
    border-bottom: 0 none; }
  .main-menu-wrapper ul.menu li.mid-6 a, .main-menu-wrapper ul.menu li.mid-7 a {
    border-bottom: 5px solid #ebebeb; }
    .main-menu-wrapper ul.menu li.mid-6 a:hover, .main-menu-wrapper ul.menu li.mid-7 a:hover {
      color: #000; }
  .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .menu-container-li .yamm-content, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .menu-container-li .yamm-content {
    border-right: 1px solid #000; }
    .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .menu-container-li .yamm-content ul li .dropdown-menu, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .menu-container-li .yamm-content ul li .dropdown-menu {
      border-left: 1px solid #000; }
    .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .menu-container-li .yamm-content ul li.dropdown a, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .menu-container-li .yamm-content ul li.dropdown a {
      background: url('../bundles/lpapp/images/system/iconVarie/see-all-icon-black.png?1472546187') right center no-repeat; }
  .main-menu-wrapper ul.menu li.mid-6 .menu-second-part li a, .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .overview .section-abstract,
  .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li a,
  .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li a, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part li a, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .overview .section-abstract,
  .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li a,
  .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li a {
    color: #000; }
  .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .overview .link-see-more-black a, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .overview .link-see-more-black a {
    border-bottom: 1px solid #000 !important; }
    .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .overview .link-see-more-black a:hover, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .overview .link-see-more-black a:hover {
      background-color: transparent !important;
      text-decoration: underline;
      border: 1px solid #000 !important; }
      .main-menu-wrapper ul.menu li.mid-6 .menu-second-part .overview .link-see-more-black a:hover span, .main-menu-wrapper ul.menu li.mid-7 .menu-second-part .overview .link-see-more-black a:hover span {
        background-position: 0 -2391px; }
  .main-menu-wrapper ul.menu li a {
    padding: 8px 16px;
    margin-right: 3px;
    border-bottom: 5px solid #ebebeb;
    font-size: 1em;
    color: #000000;
    text-decoration: none; }
    .main-menu-wrapper ul.menu li a:hover {
      background-color: #ebebeb;
      color: #fff; }
  .main-menu-wrapper ul.menu li .menu-second-part {
    width: 100%;
    min-height: auto;
    padding: 55px 0;
    font-size: 15px; }
    .main-menu-wrapper ul.menu li .menu-second-part.dropdown-menu {
      top: 122px;
      margin: 0; }
    .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content {
      width: 33%;
      position: relative;
      float: left;
      padding-bottom: 20px;
      border-right: 1px solid #fff; }
      .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul {
        padding: 0;
        margin: 0; }
        .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li {
          padding: 0; }
          .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.dropdown {
            position: inherit; }
            .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.dropdown a {
              background: url('../bundles/lpapp/images/system/iconVarie/see-all-icon-white.png?1472546187') right center no-repeat; }
          .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.dropdown.open a, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.dropdown:hover a {
            background: url('../bundles/lpapp/images/system/iconVarie/see-all-icon.png?1472546187') right center no-repeat #FFF; }
          .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li a {
            padding: 8px 0;
            margin-right: 15px;
            display: block; }
          .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li ul li {
            padding: 0; }
            .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li ul li a {
              margin-left: 0;
              margin-right: 0;
              background: none !important; }
          .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover {
            background-color: #fff; }
            .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open a, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover a {
              color: #e53138;
              background-color: transparent; }
              .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open a:hover, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover a:hover {
                background-color: transparent; }
            .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li {
              background-color: transparent; }
              .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content {
                float: none;
                width: auto;
                height: 100%;
                border-right: 0 none;
                padding-bottom: 0; }
                .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li {
                  background-color: transparent;
                  color: #fff;
                  padding: 0; }
                  .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li a, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li a {
                    color: #fff; }
                  .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li.open, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li:hover, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li.open, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li:hover {
                    background-color: #f0f0f0; }
                    .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li.open a, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li:hover a, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li.open a, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li:hover a {
                      color: #e53138;
                      background-color: transparent; }
                      .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li.open a:hover, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li.open ul li .yamm-content ul li:hover a:hover, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li.open a:hover, .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li:hover ul li .yamm-content ul li:hover a:hover {
                        background-color: transparent; }
          .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li .dropdown-menu {
            width: 100%;
            height: 100%;
            top: 0;
            left: 100% !important;
            border-left: 1px solid #fff; }
            .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li .dropdown-menu li ul li {
              padding-left: 60px !important; }
              .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li .dropdown-menu li ul li a {
                font-size: 0.95em; }
          .main-menu-wrapper ul.menu li .menu-second-part .menu-container-li .yamm-content ul li a {
            margin-left: 15%; }
    .main-menu-wrapper ul.menu li .menu-second-part li {
      float: none; }
      .main-menu-wrapper ul.menu li .menu-second-part li a {
        border-bottom: 0;
        color: #fff; }
    .main-menu-wrapper ul.menu li .menu-second-part .overview {
      float: right;
      width: 32%;
      margin-right: 1%; }
      .main-menu-wrapper ul.menu li .menu-second-part .overview .wrapper-img {
        position: relative;
        text-align: right; }
        .main-menu-wrapper ul.menu li .menu-second-part .overview .wrapper-img .section-title {
          position: absolute;
          top: 5%;
          left: 20px;
          width: 60%;
          font-size: 1.875em;
          font-family: "HelveticaLight";
          text-transform: uppercase;
          text-align: left; }
      .main-menu-wrapper ul.menu li .menu-second-part .overview .section-abstract {
        font-size: 0.813em;
        font-family: "HelveticaLight";
        color: #fff;
        text-transform: uppercase; }
      .main-menu-wrapper ul.menu li .menu-second-part .overview .link-see-more-white a {
        border: 1px solid #fff !important; }
        .main-menu-wrapper ul.menu li .menu-second-part .overview .link-see-more-white a:hover {
          background-color: transparent !important;
          text-decoration: underline; }
          .main-menu-wrapper ul.menu li .menu-second-part .overview .link-see-more-white a:hover span {
            background-position: 0 -2420px; }

.mobile-header {
  position: relative;
  float: left;
  width: 100%;
  margin: 20px 0; }
  .mobile-header .mobile-menu-wrapper {
    padding: 0px; }
    @media (min-width: 500px) {
      .mobile-header .mobile-menu-wrapper {
        padding: 0px 15px; } }
    .mobile-header .mobile-menu-wrapper #mobile-menu-btn {
      width: 45px;
      height: 52px;
      cursor: pointer; }
      .mobile-header .mobile-menu-wrapper #mobile-menu-btn:before {
        font-family: "generali" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "a";
        color: #004a99;
        font-size: 45px;
        display: inline-block; }
      .mobile-header .mobile-menu-wrapper #mobile-menu-btn:before {
        margin-top: 3px; }
      .mobile-header .mobile-menu-wrapper #mobile-menu-btn:hover:before, .mobile-header .mobile-menu-wrapper #mobile-menu-btn.opened:before {
        font-family: "generali" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "i";
        color: #004a99;
        font-size: 45px;
        display: inline-block; }
  .mobile-header .mobile-header-wrapper {
    text-align: center;
    padding: 0px;
    transform: translateY(-35px); }
    @media (min-width: 500px) {
      .mobile-header .mobile-header-wrapper {
        padding: 0px 15px; } }
    .mobile-header .mobile-header-wrapper #mobile-header-logo {
      display: inline-block;
      width: 110px;
      height: 100px;
      padding: 13px 0; }
  .mobile-header .mobile-world-wrapper {
    text-align: right;
    padding: 0px; }
    @media (min-width: 500px) {
      .mobile-header .mobile-world-wrapper {
        padding: 0px 15px; } }
    .mobile-header .mobile-world-wrapper #mobile-world-btn {
      display: inline-block;
      width: 50px;
      height: 52px;
      cursor: pointer; }
      .mobile-header .mobile-world-wrapper #mobile-world-btn:before {
        font-family: "generali" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "b";
        color: #004a99;
        font-size: 45px;
        display: inline-block; }
      .mobile-header .mobile-world-wrapper #mobile-world-btn:before {
        margin-top: 3px;
        margin-right: 2px; }
  .mobile-header #mobilemenu-left {
    display: none; }

.profile-mobile {
  background: #004a99 !important;
  display: none; }
  .profile-mobile .menu-fatca-file-list {
    width: 80%; }
  .profile-mobile .tool-nav-mobile .dropdown-hidden {
    display: none !important; }
  .profile-mobile .tool-nav-mobile .dropdown-visible {
    background-color: #fff;
    padding: 0; }
    .profile-mobile .tool-nav-mobile .dropdown-visible li:after {
      display: none !important; }
  .profile-mobile .tool-nav-mobile .deselected-element-dropdown {
    background: url('../bundles/lpapp/images/system/iconVarie/arrow-list-lang-closed.png?1472546187') right 20px center no-repeat #fff;
    font-family: "HelveticaMedium";
    font-weight: normal; }
  .profile-mobile .tool-nav-mobile .active-element-dropdown {
    background: url('../bundles/lpapp/images/system/iconVarie/arrow-list-lang-opened.png?1472546187') right 20px center no-repeat #fff; }

#mobilemenu-left {
  background: #004a99 !important; }
  #mobilemenu-left .mm-panel {
    width: 100%;
    margin: 40px 0px 0px 0px;
    padding: 0px 4% !important; }
  #mobilemenu-left .mm-list {
    padding: 0px; }
  #mobilemenu-left .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    border-bottom: none !important; }
  #mobilemenu-left .mm-list:not(.add-item) > li:hover a, #mobilemenu-left .mm-list li.mm-selected a {
    color: #eb373f; }
  #mobilemenu-left .mm-list:not(.add-item) > li:hover a.mm-subopen:after, #mobilemenu-left .mm-list:not(.add-item) > li:hover a.mm-subclose:before, #mobilemenu-left .mm-list li.mm-selected a.mm-subopen:after, #mobilemenu-left .mm-list li.mm-selected a.mm-subclose:before {
    border-color: #eb373f; }
  #mobilemenu-left .mm-list:not(.add-item) > li:hover a:not(.mm-subopen), #mobilemenu-left .mm-list:not(.add-item) > li:hover span, #mobilemenu-left .mm-list li.mm-selected a:not(.mm-subopen), #mobilemenu-left .mm-list li.mm-selected span {
    background: none; }
  #mobilemenu-left .mm-list > li > a, #mobilemenu-left .mm-list > li > span {
    font-family: "HelveticaLight";
    font-size: 1.125em;
    font-weight: lighter;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase; }
  #mobilemenu-left .mm-list a.mm-subopen:before {
    border-left: none; }
  #mobilemenu-left .mm-list > li > a.mm-subopen:after, #mobilemenu-left .mm-list > li > a.mm-subclose:before {
    border-color: white; }
  #mobilemenu-left li.mm-subtitle a.mm-subclose {
    background: #FFFFFF;
    color: #004a99;
    font-weight: normal; }
  #mobilemenu-left li.mm-subtitle a.mm-subopen:after, #mobilemenu-left li.mm-subtitle a.mm-subclose:before {
    border-color: #eb373f; }
  #mobilemenu-left .primary-menu {
    width: 100%;
    margin: 0px;
    border-left: 1px solid #fff; }
  #mobilemenu-left .add-item {
    width: 100%;
    margin: 40px 0 0 0; }
    #mobilemenu-left .add-item .linker-row, #mobilemenu-left .add-item .languages-row, #mobilemenu-left .add-item .search-row {
      padding: 20px 0px;
      text-align: center;
      border-top: 1px solid #FFFFFF; }
      #mobilemenu-left .add-item .linker-row.languages-row, #mobilemenu-left .add-item .languages-row.languages-row, #mobilemenu-left .add-item .search-row.languages-row {
        padding: 10px 0px 0px 0px; }
      #mobilemenu-left .add-item .linker-row.search-row, #mobilemenu-left .add-item .languages-row.search-row, #mobilemenu-left .add-item .search-row.search-row {
        border-bottom: 1px solid #FFFFFF; }
      #mobilemenu-left .add-item .linker-row a, #mobilemenu-left .add-item .linker-row span, #mobilemenu-left .add-item .languages-row a, #mobilemenu-left .add-item .languages-row span, #mobilemenu-left .add-item .search-row a, #mobilemenu-left .add-item .search-row span {
        display: inline-block;
        padding: 0px; }
      #mobilemenu-left .add-item .linker-row span, #mobilemenu-left .add-item .languages-row span, #mobilemenu-left .add-item .search-row span {
        padding: 0px 20px; }
      #mobilemenu-left .add-item .linker-row input.mobile-search-text, #mobilemenu-left .add-item .languages-row input.mobile-search-text, #mobilemenu-left .add-item .search-row input.mobile-search-text {
        width: 90%;
        height: 37px;
        padding: 0px 40px 0px 10px;
        font-size: 0.875em;
        line-height: 37px;
        color: #004a99;
        border: none; }
      #mobilemenu-left .add-item .linker-row input.mobile-search-btn, #mobilemenu-left .add-item .languages-row input.mobile-search-btn, #mobilemenu-left .add-item .search-row input.mobile-search-btn {
        display: block;
        position: absolute;
        top: 30px;
        right: 10%;
        width: 20px;
        height: 20px;
        background-image: url('../bundles/lpapp/images/system/library-loupe-dark.png?1482226626');
        background-position: 0% 0%;
        background-size: 20px;
        border: 0 none;
        font-size: 0; }
      #mobilemenu-left .add-item .linker-row.contrast-wrapper a, #mobilemenu-left .add-item .languages-row.contrast-wrapper a, #mobilemenu-left .add-item .search-row.contrast-wrapper a {
        display: block;
        width: 27px;
        height: 27px;
        text-decoration: none;
        margin: 0 auto;
        background-position: 0 -848px; }
      #mobilemenu-left .add-item .linker-row.font-resize-wrapper, #mobilemenu-left .add-item .languages-row.font-resize-wrapper, #mobilemenu-left .add-item .search-row.font-resize-wrapper {
        padding: 15px 0; }
        #mobilemenu-left .add-item .linker-row.font-resize-wrapper a, #mobilemenu-left .add-item .languages-row.font-resize-wrapper a, #mobilemenu-left .add-item .search-row.font-resize-wrapper a {
          color: #fff;
          text-decoration: none;
          margin-left: 15px; }
          #mobilemenu-left .add-item .linker-row.font-resize-wrapper a.font-small-header, #mobilemenu-left .add-item .languages-row.font-resize-wrapper a.font-small-header, #mobilemenu-left .add-item .search-row.font-resize-wrapper a.font-small-header {
            font-size: 0.9em;
            line-height: 16px; }
          #mobilemenu-left .add-item .linker-row.font-resize-wrapper a.font-middle-header, #mobilemenu-left .add-item .languages-row.font-resize-wrapper a.font-middle-header, #mobilemenu-left .add-item .search-row.font-resize-wrapper a.font-middle-header {
            font-size: 1.25em;
            line-height: 20px; }
          #mobilemenu-left .add-item .linker-row.font-resize-wrapper a.font-big-header, #mobilemenu-left .add-item .languages-row.font-resize-wrapper a.font-big-header, #mobilemenu-left .add-item .search-row.font-resize-wrapper a.font-big-header {
            font-size: 1.75em;
            line-height: 26px; }
      #mobilemenu-left .add-item .linker-row .mobLangIta, #mobilemenu-left .add-item .linker-row .mobLangEng, #mobilemenu-left .add-item .languages-row .mobLangIta, #mobilemenu-left .add-item .languages-row .mobLangEng, #mobilemenu-left .add-item .search-row .mobLangIta, #mobilemenu-left .add-item .search-row .mobLangEng {
        display: block;
        position: relative;
        float: left;
        height: 56px;
        line-height: 56px; }
        #mobilemenu-left .add-item .linker-row .mobLangIta a, #mobilemenu-left .add-item .linker-row .mobLangEng a, #mobilemenu-left .add-item .languages-row .mobLangIta a, #mobilemenu-left .add-item .languages-row .mobLangEng a, #mobilemenu-left .add-item .search-row .mobLangIta a, #mobilemenu-left .add-item .search-row .mobLangEng a {
          color: #FFFFFF; }
      #mobilemenu-left .add-item .linker-row .mobLangSwitchLinker, #mobilemenu-left .add-item .languages-row .mobLangSwitchLinker, #mobilemenu-left .add-item .search-row .mobLangSwitchLinker {
        display: block;
        position: relative;
        float: left;
        margin: 0px 20px; }
      #mobilemenu-left .add-item .linker-row .mobLangSwitch, #mobilemenu-left .add-item .languages-row .mobLangSwitch, #mobilemenu-left .add-item .search-row .mobLangSwitch {
        display: block;
        position: relative;
        float: left;
        width: 84px;
        height: 56px;
        margin: 0px;
        background-position: 0 -1827px; }
      #mobilemenu-left .add-item .linker-row .mobLangPoint, #mobilemenu-left .add-item .languages-row .mobLangPoint, #mobilemenu-left .add-item .search-row .mobLangPoint {
        position: absolute;
        top: 1px;
        width: 54px;
        height: 55px;
        background-position: 0 -1903px; }
        #mobilemenu-left .add-item .linker-row .mobLangPoint.currIta, #mobilemenu-left .add-item .languages-row .mobLangPoint.currIta, #mobilemenu-left .add-item .search-row .mobLangPoint.currIta {
          left: 0px; }
        #mobilemenu-left .add-item .linker-row .mobLangPoint.currEng, #mobilemenu-left .add-item .languages-row .mobLangPoint.currEng, #mobilemenu-left .add-item .search-row .mobLangPoint.currEng {
          right: 0px; }

@media (min-width: 500px) {
  #header .wrapper-content {
    padding-left: 8px; } }
@media (min-width: 1024px) {
  #header {
    float: left;
    width: 100%; }
    #header .wrapper-content {
      padding-left: 8px;
      padding-right: 0;
      padding-top: 15px; }
    #header .region-header {
      width: 75%; }

  body.touch-device #header .region-header {
    width: 88%; }
  body.touch-device #header .wrapper-logo {
    width: 12%; } }
@media (min-width: 1150px) {
  .main-menu-wrapper ul.menu li .menu-second-part .overview .wrapper-img .section-title {
    position: absolute;
    top: 10%;
    left: 25px;
    width: 50%; } }
@media (min-width: 1024px) {
  .helpyou {
    display: block; }

  .profile-mobile {
    display: block; }

  .wrapper-logo {
    height: 97px;
    line-height: 97px; }
    .wrapper-logo a.header-logo {
      display: inline-block;
      width: 252px;
      height: 77px;
      margin: 0 auto;
      position: relative;
      line-height: normal;
      vertical-align: middle; }
      .wrapper-logo a.header-logo img {
        max-width: 40%; } }
@media (min-width: 1230px) {
  .wrapper-logo {
    text-align: left !important; }

  .main-menu-wrapper ul.menu li .menu-second-part .overview .wrapper-img .section-title {
    position: absolute;
    top: 20%;
    left: 30px;
    width: 50%; } }
body.not-touch-device .main-menu-wrapper ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block; }
body.not-touch-device .main-menu-wrapper ul.menu li a {
  margin-right: 2px; }
body.not-touch-device .main-menu-wrapper .frecciaTogPrimoLiv, body.not-touch-device .main-menu-wrapper .frecciaTogSecondoLiv {
  display: none; }

body.touch-device .main-menu-wrapper ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: none; }
body.touch-device .main-menu-wrapper ul.menu li a {
  padding: 10px 7px;
  font-size: 0.8em; }
body.touch-device .main-menu-wrapper li.first-level-menu > a {
  margin-right: 0px;
  float: left; }
body.touch-device .main-menu-wrapper li.first-level-menu .frecciaTogPrimoLiv {
  display: block;
  position: relative;
  float: left;
  width: 27px;
  height: 40px;
  cursor: pointer; }
  body.touch-device .main-menu-wrapper li.first-level-menu .frecciaTogPrimoLiv:after {
    display: block;
    position: absolute;
    top: 17px;
    left: 8px;
    content: "";
    width: 10px;
    height: 6px;
    background-position: 0 -66px; }
  body.touch-device .main-menu-wrapper li.first-level-menu .frecciaTogPrimoLiv.opened:after {
    background-position: 0 -92px; }
body.touch-device .main-menu-wrapper ul.menu-second-part .menu-container-li .yamm-content ul li a {
  padding: 9px 0 8px;
  display: inline-block;
  /*width: 70%;*/
  position: relative;
  margin-right: 0 !important; }
body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown > a {
  background: none !important; }
body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown.openedParent {
  background: #FFF; }
  body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown.openedParent > a {
    color: #e53138; }
body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 34px;
  cursor: pointer;
  /*background-color: #DDD;*/
  float: right; }
  body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv:after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 15px;
    width: 6px;
    height: 10px;
    background-position: 0 -2420px;
    /*@include iconVarie-sprite(see-all-icon);*/ }
  body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv.opened, body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv:hover {
    /*background-color: #aaa;*/ }
    body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv.opened:after, body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .frecciaTogSecondoLiv:hover:after {
      background-position: 0 -2449px; }
body.touch-device .main-menu-wrapper ul.menu-second-part li.dropdown .yamm-content.openme {
  border-right: 0 none;
  float: none;
  height: 100%;
  padding-bottom: 0;
  width: auto; }

#footer {
  margin-top: 50px;
  clear: both;
  display: inline-block;
  width: 100%;
  /*1 riga Footer */
  /*1 riga Footer per la versione mobile (solo logo) */
  /* 2 riga Footer */ }
  #footer .wrapper-content {
    padding: 20px 0 30px;
    border-top: 2px solid #e53138;
    text-align: center; }
  #footer .menu-container {
    float: none;
    margin: 0 auto;
    width: 90%; }
  #footer .collapse {
    visibility: visible;
    display: block; }
  #footer .first-row {
    display: inline-block;
    width: 100%;
    height: 42px;
    margin-top: 25px;
    padding-top: 10px;
    clear: both; }
    #footer .first-row ul.service-menu-footer {
      margin-top: 5px;
      margin-bottom: 0; }
      #footer .first-row ul.service-menu-footer li {
        margin: 10px auto;
        float: left;
        text-align: left; }
        #footer .first-row ul.service-menu-footer li:first-child {
          margin-left: 0;
          margin-right: 10px; }
        #footer .first-row ul.service-menu-footer li a {
          padding: 5px 4px 5px 0;
          font-family: "HelveticaLight";
          font-size: 0.813em;
          color: #004A99;
          cursor: pointer; }
          #footer .first-row ul.service-menu-footer li a span {
            display: inline-block;
            vertical-align: middle;
            margin-right: 6px; }
          #footer .first-row ul.service-menu-footer li a.first img {
            fill: #004a99;
            height: 24px;
            width: 26px; }
          #footer .first-row ul.service-menu-footer li a.second img {
            fill: #004a99;
            height: 24px;
            width: 24px; }
          #footer .first-row ul.service-menu-footer li a:hover {
            text-decoration: underline; }
    #footer .first-row .logo-footer {
      float: none; }
  #footer .first-row-mobile {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 25px;
    padding-top: 10px;
    clear: both; }
    #footer .first-row-mobile .logo-footer {
      float: none; }
  #footer .second-row {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    clear: both;
    float: right; }
    #footer .second-row ul.menu-footer {
      margin: 0; }
      #footer .second-row ul.menu-footer li {
        margin: 0;
        text-align: left; }
        #footer .second-row ul.menu-footer li:first-child {
          margin-left: 0; }
        #footer .second-row ul.menu-footer li a {
          padding: 0 4px;
          font-size: 0.813em;
          font-family: "HelveticaLight";
          color: #000;
          cursor: pointer; }
          #footer .second-row ul.menu-footer li a:hover {
            text-decoration: underline; }
        #footer .second-row ul.menu-footer li.align-center {
          margin-bottom: 20px;
          display: block;
          width: 100%; }
          #footer .second-row ul.menu-footer li.align-center ul {
            margin: 0 auto;
            width: 130px;
            padding-left: 0; }
            #footer .second-row ul.menu-footer li.align-center ul.big {
              width: 250px; }
        #footer .second-row ul.menu-footer li.footer-social {
          margin-bottom: 20px;
          display: block;
          width: 100%; }
          #footer .second-row ul.menu-footer li.footer-social ul {
            margin: 0 auto;
            width: 110px;
            padding-left: 0; }
            #footer .second-row ul.menu-footer li.footer-social ul li {
              margin-right: 20px; }
              #footer .second-row ul.menu-footer li.footer-social ul li:last-child {
                margin-right: 0; }
    #footer .second-row .copyright {
      color: #e53138;
      float: none;
      font-size: 0.813em;
      font-family: "HelveticaMedium";
      text-transform: uppercase;
      display: block;
      padding-top: 5px; }
      #footer .second-row .copyright p {
        margin: 0; }

@media (min-width: 500px) {
  #footer {
    padding-left: 10px;
    padding-right: 10px;
    /* 2 riga Footer */ }
    #footer .second-row .ftItmLeft {
      float: left !important;
      width: 50%;
      text-align: right !important;
      padding-right: 10px; }
    #footer .second-row .ftItmRight {
      float: right !important;
      width: 50%;
      text-align: left !important;
      padding-left: 10px; } }
/* Versione tablet-desktop con footer sempre visibile */
@media (min-width: 1024px) {
  #footer {
    padding: 0;
    min-height: 140px;
    /*background: url("../images/system/footer-left-margin.png") left top no-repeat;*/
    /*1 riga Footer */
    /* 2 riga Footer */
    /* Non deve essere mai in collapse */ }
    #footer .wrapper-content {
      padding: 0px 10px 30px 10px;
      text-align: left; }
    #footer .menu-container {
      float: left;
      width: 100%; }
    #footer .col-xs-5, #footer .col-xs-7 {
      padding-left: 5px;
      padding-right: 5px; }
    #footer .first-row {
      margin-top: 40px;
      padding-top: 0px; }
      #footer .first-row ul.service-menu-footer li {
        margin: 0 10px;
        float: left; }
        #footer .first-row ul.service-menu-footer li:first-child {
          margin-right: 0; }
      #footer .first-row .logo-footer {
        float: right;
        position: relative; }
    #footer .second-row ul.menu-footer li {
      margin: 0 5px 0 0; }
      #footer .second-row ul.menu-footer li:first-child {
        margin: 0 5px 0 0; }
      #footer .second-row ul.menu-footer li.align-center {
        margin-bottom: 20px;
        display: inline-block;
        width: auto; }
        #footer .second-row ul.menu-footer li.align-center ul {
          width: auto; }
          #footer .second-row ul.menu-footer li.align-center ul.big {
            width: auto; }
      #footer .second-row ul.menu-footer li.footer-social {
        margin-bottom: 20px;
        display: inline-block;
        width: auto; }
        #footer .second-row ul.menu-footer li.footer-social ul {
          width: auto; }
          #footer .second-row ul.menu-footer li.footer-social ul li {
            margin-right: 20px; }
            #footer .second-row ul.menu-footer li.footer-social ul li:last-child {
              margin-right: 0; }
    #footer .second-row .ftItmLeft, #footer .second-row .ftItmRight {
      float: left !important;
      width: auto;
      text-align: left;
      padding-left: 0px;
      padding-right: 0px; }
    #footer .second-row .copyright {
      float: right;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-top: 0px; }
    #footer #collapseOne {
      display: block !important;
      padding-bottom: 0px;
      visibility: visible !important; } }
@media (min-width: 1230px) {
  #footer .wrapper-content {
    padding-left: 0;
    padding-right: 0; } }
.ccc {
  display: none; }

/* Firefox - tabelle responsive - vedi: http://getbootstrap.com/css/#tables-responsive */
@-moz-document url-prefix() {
  fieldset {
    display: table-cell; } }
.align-right {
  text-align: right;
  margin: auto; }
  .align-right img {
    position: relative;
    left: 0px;
    width: 99%;
    display: block;
    margin: auto; }

.margin-top-10 {
  margin-top: 10px; }

.caption-merge {
  position: absolute;
  top: 85px; }

.container {
  padding-left: 5px;
  padding-right: 5px; }

/* Access Key */
#hotkeys-access,
#hotKeyFunctionBuffer {
  display: none; }

.wrapper-content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }

.wrapper-content.access-key {
  padding: 0 20px 20px; }

.internal-wrapper-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.pagination-wrapper {
  text-align: center; }

.menu-container {
  float: left; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-35-imp {
  margin-bottom: 35px !important; }

.margin-lat-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.margin-lat-5 {
  margin-left: 5px;
  margin-right: 5px; }

.margin-left-15 {
  margin-left: 15px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-top-100 {
  margin-top: 100px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-lat-0 {
  padding-left: 0;
  padding-right: 0; }

.padding-lat-5 {
  padding-left: 5px;
  padding-right: 5px; }

.padding-left-0 {
  padding-left: 0; }

.padding-right-0 {
  padding-right: 0; }

.padding-left-10 {
  padding-left: 10px; }

.padding-right-10 {
  padding-right: 10px; }

.padding-left-15 {
  padding-left: 15px; }

.padding-right-15 {
  padding-right: 15px; }

.column-sx-responsive-up {
  margin-bottom: 20px; }

.column-dx-responsive-up {
  margin-bottom: 20px; }

.unique-column-responsive-up {
  margin-bottom: 20px; }

.column-sx-responsive-down {
  margin-bottom: 20px; }

.column-sx-internal {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px; }

.column-dx-internal {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px; }

.unique-column-internal {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px; }

.second-column-dx-two {
  margin-top: 25px;
  padding-left: 0;
  padding-right: 0; }

.first-column-sx-two {
  padding-left: 0;
  padding-right: 0; }

.internal-carousel-full {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 15px; }

.col-one-of-three {
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 0; }

.col-two-of-three {
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 0; }

.col-three-of-three {
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 0; }

.not-front .central-body {
  padding-left: 0;
  padding-right: 0; }

.sidebar-first {
  padding-left: 0;
  padding-right: 0; }

.clear-height {
  clear: both; }

.row-ext {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%; }

.row-large {
  margin-bottom: 50px; }

.row-medium {
  margin-bottom: 30px; }

.row-small {
  margin-bottom: 20px; }

.element-inline {
  display: inline-block; }

.fleft {
  float: left; }

.fright {
  float: right; }

.tleft {
  text-align: left; }

.tcenter {
  text-align: center; }

.tright {
  text-align: right; }

.mobile-version {
  display: block; }

.desktop-version {
  display: none; }
  .desktop-version.inner-liner {
    display: none; }

.hide-object {
  visibility: hidden; }

.black-text {
  color: #000000 !important; }

/* Colori per eventi */
.color-edb59f {
  color: #edb59f !important;
  /*rosa*/ }

.color-c5281c {
  color: #c5281c !important;
  /*rosso*/ }

.color-d36a49 {
  color: #d36a49 !important;
  /*arancio terra*/ }

.color-6d6e71 {
  color: #6d6e71 !important;
  /*grigio scuro*/ }

/* Cookies */
.cookies-container {
  margin: 35px auto;
  background: #e53138;
  position: absolute;
  top: 112px;
  left: 0;
  width: 100%;
  z-index: 99;
  display: none; }
  .cookies-container .wrapper-content {
    padding-left: 0 !important;
    padding-top: 0 !important; }
  .cookies-container .cookies {
    padding: 20px 60px 40px 20px;
    position: relative;
    color: #fff; }
    .cookies-container .cookies h3 {
      font-family: HelveticaNeue-Medium;
      text-transform: uppercase;
      font-size: 14px;
      margin-bottom: 5px; }
    .cookies-container .cookies p {
      margin: 0;
      font-family: HelveticaNeue-Thin; }
    .cookies-container .cookies a {
      font-weight: bold;
      color: #fff;
      font-family: HelveticaNeue-Thin; }
      .cookies-container .cookies a.accetto-cookie {
        height: 30px;
        width: 30px;
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 5px 8px;
        color: #fff;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase; }

/* nasconde l'immagine ma lascia l'ingombro */
.img-fallback-hide {
  visibility: hidden; }

.img-fullsize {
  position: absolute;
  display: block;
  right: 0px;
  bottom: 0px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-position: 0 -1122px; }

.message-on-page p {
  font-size: 0.75em;
  font-style: italic;
  color: #c5281c;
  margin: 0;
  padding: 10px;
  border: 1px solid #c5281c; }

/* liste */
ul {
  padding-left: 20px; }
  ul li {
    list-style: url("../bundles/lpapp/images/system/iconVarie/bullet-list.png"); }

h1 {
  font-family: "HelveticaMedium";
  font-size: 1.5em;
  font-weight: normal;
  color: #004a99;
  text-transform: uppercase;
  margin: 0; }

h2 {
  font-family: "HelveticaMedium";
  font-size: 1.25em;
  font-weight: normal;
  text-transform: uppercase;
  color: #004a99;
  margin: 0; }

h3 {
  font-family: "HelveticaMedium";
  font-size: 1.15em;
  font-weight: normal; }

h4 {
  font-family: "HelveticaMedium";
  font-size: 1.1em;
  font-weight: normal; }

h5 {
  font-family: "HelveticaMedium";
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 10px 0; }

.h3-underlined {
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #e53138;
  padding-bottom: 5px;
  padding-right: 25px;
  margin-bottom: 10px; }

body.not-front a {
  color: #e53138; }
  body.not-front a.black-link-arc {
    color: #000;
    cursor: pointer; }
  body.not-front a:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
    -moz-text-decoration-style: dotted;
    -webkit-text-decoration-style: dotted; }

body.not-front .blueimp-gallery a:hover {
  text-decoration: none; }

figure img, img {
  max-width: 100%; }

/* Icone file */
p.pdf-icon {
  width: 22px;
  height: 29px; }
  p.pdf-icon:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "f";
    color: #e53138;
    font-size: 28px;
    margin-left: -3px;
    display: inline-block; }
  p.pdf-icon:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }

p.audio-icon {
  width: 22px;
  height: 30px; }
  p.audio-icon:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "e";
    color: #e53138;
    font-size: 28px;
    margin-left: -3px;
    display: inline-block; }
  p.audio-icon:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }

p.excel-icon {
  width: 22px;
  height: 30px; }
  p.excel-icon:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "h";
    color: #e53138;
    font-size: 28px;
    margin-left: -3px;
    display: inline-block; }
  p.excel-icon:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }

p.extpage-icon {
  width: 22px;
  height: 22px; }
  p.extpage-icon:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "d";
    color: #e53138;
    font-size: 21px;
    margin-left: -1px;
    display: inline-block; }
  p.extpage-icon:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }

p.video-icon {
  width: 22px;
  height: 30px; }
  p.video-icon:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "g";
    color: #e53138;
    font-size: 28px;
    margin-left: -3px;
    display: inline-block; }
  p.video-icon:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }

p.default-icon {
  width: 21px;
  height: 19px;
  background-position: 0 -1010px; }
  p.default-icon:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "c";
    color: #e53138;
    font-size: 20px;
    margin-left: 1px;
    display: inline-block; }
  p.default-icon:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }

p.webcast-icon {
  width: 22px;
  height: 30px; }
  p.webcast-icon:before {
    font-family: "generali" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "e";
    color: #e53138;
    font-size: 28px;
    margin-left: -3px;
    display: inline-block; }
  p.webcast-icon:hover:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }

.loading-stories {
  background-image: url("../bundles/lpapp/images/system/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center center; }

.link-see-container {
  text-align: right; }
  .link-see-container.left {
    text-align: left; }
  .link-see-container.center {
    text-align: center; }

/* Contatti */
.row-contact-component .image-story {
  min-height: 178px;
  overflow: hidden; }
.row-contact-component .image-icon-hover {
  text-align: center;
  /* FS 14.08.2015 - Nascondo l'icona come richiesto da Possega tramite email del 31.07.2015 (contact - image) */
  display: none; }
  .row-contact-component .image-icon-hover figure {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .row-contact-component .image-icon-hover .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.contact-column,
.contact-column-right {
  background-color: #F4F4F4;
  padding-left: 0;
  padding-right: 0; }

.contact-column-right .contact-column {
  padding: 20px 30px;
  color: #000; }
  .contact-column-right .contact-column figure {
    margin-bottom: 20px; }
  .contact-column-right .contact-column.contact-text-left {
    font-family: "HelveticaMedium"; }
    .contact-column-right .contact-column.contact-text-left span.contact-title {
      font-size: 1.125em;
      display: block;
      text-transform: uppercase; }
    .contact-column-right .contact-column.contact-text-left span.contact-spec {
      font-size: 1em;
      display: block;
      margin-top: 10px; }
  .contact-column-right .contact-column.contact-text-right {
    padding: 20px 30px 50px; }
    .contact-column-right .contact-column.contact-text-right .contact-email {
      margin: 0; }
    .contact-column-right .contact-column.contact-text-right .link-see-more {
      position: absolute;
      bottom: 15px;
      right: 20px; }
      .contact-column-right .contact-column.contact-text-right .link-see-more a {
        padding: 7px 12px; }

.contact-wrapper {
  text-align: center;
  padding: 20px;
  background-color: #fafafa;
  border-bottom: 1px solid #ebebeb; }
  .contact-wrapper h5 {
    margin: 0 0 15px 0; }
  .contact-wrapper .contact-photo-profile,
  .contact-wrapper .contact-data {
    display: inline-block; }
  .contact-wrapper .contact-photo-profile figure {
    border: 1px solid #ebebeb; }
    .contact-wrapper .contact-photo-profile figure img {
      width: 100%; }
  .contact-wrapper .contact-data {
    text-align: center;
    vertical-align: middle; }
    .contact-wrapper .contact-data .contact-name {
      font-weight: bold; }
    .contact-wrapper .contact-data .contact-email a {
      word-break: break-all; }

.col-sm-6 .contact-wrapper {
  border: 1px solid #ebebeb; }
  .col-sm-6 .contact-wrapper h5 {
    height: 50px; }

.contact-email a {
  color: #000;
  text-decoration: none; }
  .contact-email a span {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 17px;
    margin-right: 6px;
    background-position: 0 -1049px; }

.contact-number span {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 18px;
  margin-right: 6px;
  background-position: 0 -2610px; }

/* Highlights internal */
.highlights {
  font-family: "HelveticaLight";
  font-size: 1.25em;
  color: #666666;
  padding-bottom: 15px;
  border-bottom: 1px solid #979797; }
  .highlights p {
    margin: 0; }

/* featuredre internal */
.featured {
  font-family: "HelveticaLight";
  font-size: 1.1em;
  font-style: italic;
  color: #666666; }
  .featured p {
    margin: 20px 0; }

.event-date.featured {
  font-style: normal;
  text-transform: uppercase; }
  .event-date.featured p {
    margin: 5px 0 20px; }

/* hr - filetto rosso */
hr.hr-red {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e53138;
  margin: 0 auto; }

hr.hr-small {
  width: 70px; }

/* Separatore di riga intero */
.inner-liner {
  width: 100%;
  border-bottom: 1px solid #c5281c;
  display: inline-block;
  clear: both; }
  .inner-liner h2 {
    font-family: "HelveticaBold";
    color: #000; }

/* Menu funzione Filtri */
.filter-tab ul {
  margin: 0; }
  .filter-tab ul li {
    margin-left: 3px;
    width: auto;
    float: left;
    font-size: 1em; }
    .filter-tab ul li:first-child {
      margin-left: 0; }
    .filter-tab ul li a {
      padding: 8px 10px;
      display: block;
      background-color: #d0d0d0;
      color: #fff; }
      .filter-tab ul li a:hover, .filter-tab ul li a.active-item {
        background-color: #c5281c; }

/* Access Key */
.ekko-lightbox .modal-title {
  color: #c5281c;
  text-align: center;
  text-transform: uppercase; }

.ekko-lightbox-container iframe {
  width: 100%;
  height: auto; }

.ekko-lightbox-container iframe#kaltura_player {
  height: 100%; }

.modal-backdrop {
  position: fixed; }

/* Access Key Guida - tabella */
.table-access-key-wrapper {
  margin: 0 auto; }
  .table-access-key-wrapper table tbody tr td,
  .table-access-key-wrapper table tbody tr th,
  .table-access-key-wrapper table thead tr td,
  .table-access-key-wrapper table thead tr th {
    text-align: center; }

/* Pallini dei caroselli */
.owl-controls {
  text-align: center; }
  .owl-controls .owl-dot {
    display: inline-block; }
    .owl-controls .owl-dot span {
      width: 12px;
      height: 12px;
      display: block;
      margin: 5px 7px;
      /*border: 2px solid #e53138;
      border-radius: 10px;*/
      background-position: 0 -397px; }
    .owl-controls .owl-dot.active span {
      background-position: 0 -366px; }

/* Accordion - Cassetti */
.panel-group.drawer.list-accordion {
  background: url("../bundles/lpapp/images/system/iconVarie/bullet-list.png") left 4px no-repeat;
  padding-left: 25px; }
.panel-group.drawer .panel-default > .panel-heading {
  background-image: none;
  background-color: transparent;
  filter: none;
  padding-bottom: 10px; }
  .panel-group.drawer .panel-default > .panel-heading h3.panel-title {
    margin: 0;
    font-size: 0.9em; }
    .panel-group.drawer .panel-default > .panel-heading h3.panel-title a {
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #e53138;
      color: #e53138;
      text-decoration: none; }
      .panel-group.drawer .panel-default > .panel-heading h3.panel-title a:hover {
        text-decoration: none; }
      .panel-group.drawer .panel-default > .panel-heading h3.panel-title a span {
        width: 36px;
        height: 36px;
        float: right;
        background-position: 0 -706px; }
      .panel-group.drawer .panel-default > .panel-heading h3.panel-title a.collapsed {
        color: #707173;
        border-bottom: 1px solid #707173; }
        .panel-group.drawer .panel-default > .panel-heading h3.panel-title a.collapsed span {
          background-position: 0 -650px; }
.panel-group.drawer .panel-body {
  overflow-x: auto; }
.panel-group.drawer .panel {
  box-shadow: none;
  -webkit-box-shadow: none; }

/* Back to top */
#backtotop {
  background-position: 0 -255px;
  cursor: pointer;
  display: none;
  height: 70px;
  width: 70px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  text-indent: -9999px;
  z-index: 1; }
  .lt-ie9 #backtotop {
    display: none !important; }
  #backtotop:hover {
    opacity: 0.8; }

/* Menu generici */
ul.menu {
  padding: 0;
  display: inline-block;
  font-family: "HelveticaLight"; }
  ul.menu li {
    list-style: none;
    float: left; }
    ul.menu li a {
      text-transform: uppercase; }
      ul.menu li a:hover {
        text-decoration: none; }

ul.list-menu {
  padding: 0;
  display: inline-block;
  font-family: "HelveticaLight"; }
  ul.list-menu li {
    list-style: none; }
    ul.list-menu li a:hover {
      text-decoration: none; }

/* Checkboxes */
.general-checkboxes {
  cursor: pointer;
  margin-bottom: 10px; }
  .general-checkboxes input {
    display: none; }
  .general-checkboxes label {
    height: 20px;
    line-height: 20px;
    font-family: "HelveticaBold";
    font-size: 0.6em;
    font-weight: normal;
    display: inline-block;
    background: url("../bundles/lpapp/images/system/checkbox-off.png") right center no-repeat;
    cursor: pointer; }
    .general-checkboxes label.checked-element {
      background: url("../bundles/lpapp/images/system/checkbox-on.png") right center no-repeat; }

.checkbox-red label {
  color: #e53138;
  text-transform: uppercase;
  padding-right: 40px;
  background: url("../bundles/lpapp/images/system/checkbox-off.png") right center no-repeat; }
  .checkbox-red label.checked-element {
    background: url("../bundles/lpapp/images/system/checkbox-on.png") right center no-repeat; }

.checkbox-black label {
  color: #000;
  padding-left: 30px;
  background: url("../bundles/lpapp/images/system/checkbox-black-off.png") left center no-repeat; }
  .checkbox-black label.checked-element {
    background: url("../bundles/lpapp/images/system/checkbox-black-on.png") left center no-repeat; }

.radio-black label {
  color: #000;
  padding-left: 30px;
  height: 23px;
  line-height: 23px;
  background: url("../bundles/lpapp/images/system/radiobut-black-off.png") left center no-repeat; }
  .radio-black label.checked-element {
    background: url("../bundles/lpapp/images/system/radiobut-black-on.png") left center no-repeat; }

/* Form generiche */
.generic-search {
  padding: 15px 10px;
  background-color: #f2f2f2; }

.generic-select {
  height: 32px;
  margin-left: 10px; }

.general-text-form {
  width: 160px;
  padding: 9px 7px;
  border: 0 none;
  font-family: "HelveticaLight";
  font-size: 0.65em;
  color: #bcbcbc; }

textarea {
  border: 0 none;
  max-width: 100%; }

div.error {
  font-size: 0.8em;
  font-style: italic;
  color: #c5281c; }

.with-textarea {
  vertical-align: top; }

.with-textbox {
  vertical-align: middle; }

.with-label {
  margin-left: 10px; }

.disclaimer-privacy {
  height: 150px;
  width: 100%;
  max-width: 1000px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 2%;
  margin: 25px 0 20px;
  font-size: 0.8em;
  line-height: 1.2em;
  overflow: auto; }

.button-link-see-more {
  width: 70px;
  margin: 0 0 0 10px;
  padding: 8px;
  font-family: "HelveticaBold";
  font-size: 0.688em;
  color: #e53138;
  text-transform: uppercase;
  text-align: left;
  background: url("../bundles/lpapp/images/system/iconVarie/see-all-icon.png") 55px center no-repeat transparent;
  border: 1px solid #e53138; }
  .button-link-see-more:hover {
    text-decoration: none;
    color: #fff;
    background: url("../bundles/lpapp/images/system/iconVarie/see-all-icon-white.png") 55px center no-repeat #e53138;
    border: 1px solid #fff; }
  .button-link-see-more.press-release {
    background: url("../bundles/lpapp/images/system/iconVarie/see-all-icon.png") 85px center no-repeat transparent; }
    .button-link-see-more.press-release:hover {
      background: url("../bundles/lpapp/images/system/iconVarie/see-all-icon-white.png") 85px center no-repeat #e53138; }

/* Menu laterale - First Sidebar */
body .sidebar-menu ul, body .sidebar-menu h5 {
  margin: 0px;
  width: 100%;
  padding: 0px; }
body .sidebar-menu h5 {
  color: #FFF;
  background: #d7d7d7;
  padding: 20px 15px;
  border-bottom: 1px solid #cdcdcd; }
body .sidebar-menu a {
  position: relative;
  display: block;
  padding: 20px 15px;
  text-decoration: none;
  color: #333333;
  background: #f2f2f2;
  border-bottom: 1px solid #cdcdcd;
  font-size: 14px; }
  body .sidebar-menu a:hover {
    background: #e8e8e8; }
  body .sidebar-menu a.active {
    font-family: "HelveticaBold";
    color: #e53138; }
body .sidebar-menu li.hasChildren {
  position: relative; }
  body .sidebar-menu li.hasChildren ul {
    display: none; }
    body .sidebar-menu li.hasChildren ul a {
      padding: 10px 15px 10px 40px;
      background: #E8E8E8; }
      body .sidebar-menu li.hasChildren ul a:hover {
        background: #f2f2f2; }
  body .sidebar-menu li.hasChildren a.deploy-link:before {
    content: "";
    background-position: 0 -118px;
    width: 9px;
    height: 15px;
    top: 50%;
    right: 10px;
    position: absolute;
    transform: translateY(-50%);
    transform-origin: 50% 50%; }
  body .sidebar-menu li.hasChildren a.deploy-link.active:before {
    transform: rotate(90deg);
    margin-top: -9px; }
  body .sidebar-menu li.hasChildren.open a.deploy-link {
    color: #e53138;
    font-family: "HelveticaBold"; }
  body .sidebar-menu li.hasChildren.open ul {
    display: block; }

/* Accordion Box - Accordion Pannel */
body .accordion-wrapper ul {
  padding: 0px;
  margin: 0px; }
body .accordion-wrapper .accordion-panel {
  list-style: none;
  border-bottom: 1px solid #cdcdcd; }
  body .accordion-wrapper .accordion-panel li {
    margin-left: 15px; }
  body .accordion-wrapper .accordion-panel span.deploy-btn {
    display: block;
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    color: #666666;
    position: relative;
    padding: 20px 30px;
    outline: none; }
    body .accordion-wrapper .accordion-panel span.deploy-btn:before {
      content: "";
      background-position: 0 -118px;
      width: 9px;
      height: 15px;
      top: 50%;
      right: 10px;
      position: absolute;
      transform: translateY(-50%); }
    body .accordion-wrapper .accordion-panel span.deploy-btn:hover {
      cursor: pointer; }
  body .accordion-wrapper .accordion-panel .inner {
    padding: 20px 30px 40px;
    color: #666666;
    display: none; }
    body .accordion-wrapper .accordion-panel .inner a {
      color: #666;
      font-family: "HelveticaBold";
      border-bottom: 1px solid #666; }
      body .accordion-wrapper .accordion-panel .inner a:hover, body .accordion-wrapper .accordion-panel .inner a:focus {
        text-decoration: none;
        color: #c5281c;
        border-color: #c5281c; }
  body .accordion-wrapper .accordion-panel:hover, body .accordion-wrapper .accordion-panel.open {
    background: #F2F2F2; }
  body .accordion-wrapper .accordion-panel:first-child {
    border-top: 1px solid #cdcdcd; }
  body .accordion-wrapper .accordion-panel.open span.deploy-btn:before {
    transform: rotate(90deg);
    margin-top: -9px; }

/* Social */
.social-wrapper-media .social-button-media {
  margin-left: 10px;
  display: inline-block;
  width: 30%; }
  .social-wrapper-media .social-button-media:first-child {
    margin-left: 0; }
  .social-wrapper-media .social-button-media a {
    padding: 20px 0;
    font-family: "HelveticaBold";
    font-size: 0.95em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #c5281c;
    display: block;
    width: 100%; }
  .social-wrapper-media .social-button-media.youtube-video a {
    background: url("../bundles/lpapp/images/system/iconVarie/youtube-icon.png") center center no-repeat #c5281c; }

.section-title {
  max-width: 55%;
  margin: 0 auto  !important;
  text-align: center; }
  .section-title h2 {
    font-weight: lighter;
    font-size: 1.875em;
    color: #000;
    margin: 0 0 25px 0; }
  .section-title hr {
    max-width: 40%; }

body {
  font-family: "HelveticaRoman";
  /* Pulsante link see more */ }
  body.fontsize-little {
    font-size: 13px; }
  body.fontsize-medium {
    font-size: 16px; }
  body.fontsize-big {
    font-size: 18px; }
  body.highc {
    color: #000 !important;
    border-color: #000 !important; }
    body.highc .link-see-more a {
      color: #000 !important;
      border-color: #000 !important; }
      body.highc .link-see-more a:hover span, body.highc .link-see-more a span {
        background-position: 0 -2391px; }
    body.highc .link-see-more-white a:hover {
      color: #000 !important;
      border-color: #000 !important; }
      body.highc .link-see-more-white a:hover span {
        background-position: 0 -2391px; }
    body.highc a, body.highc .view-event .view-rows .dx-event .event-subtitle,
    body.highc .view-event .view-rows .dx-event .add-to-outlook,
    body.highc .caption-overlay-story p.category-story,
    body.highc .caption-overlay-story span.category-story,
    body.highc .load-more-stories p {
      color: #000 !important;
      border-color: #000 !important; }
  body a {
    text-decoration: none; }
  body .link-see-more,
  body .link-see-more-white,
  body .link-see-more-black {
    display: inline-block;
    margin: 0;
    padding: 5px 0; }
    body .link-see-more a,
    body .link-see-more-white a,
    body .link-see-more-black a {
      font-family: "HelveticaBold";
      font-size: 0.688em;
      text-transform: uppercase;
      padding: 8px; }
      body .link-see-more a:hover,
      body .link-see-more-white a:hover,
      body .link-see-more-black a:hover {
        text-decoration: none; }
      body .link-see-more a span,
      body .link-see-more-white a span,
      body .link-see-more-black a span {
        margin-left: 10px;
        display: inline-block;
        width: 9px;
        height: 9px; }
  body .link-see-more a {
    color: #e53138;
    border: 1px solid #e53138; }
    body .link-see-more a span {
      background-position: 0 -2449px; }
    body .link-see-more a:hover {
      color: #fff;
      background-color: #e53138;
      border: 1px solid #fff; }
      body .link-see-more a:hover span {
        background-position: 0 -2420px; }
  body .link-see-more-white a {
    color: #fff;
    border: 1px solid #fff; }
    body .link-see-more-white a span {
      background-position: 0 -2420px; }
    body .link-see-more-white a:hover {
      color: #e53138;
      background-color: #fff;
      border: 1px solid #e53138; }
      body .link-see-more-white a:hover span {
        background-position: 0 -2449px; }
  body .link-see-more-black a {
    color: #000;
    border: 1px solid #000; }
    body .link-see-more-black a span {
      background-position: 0 -2391px; }
    body .link-see-more-black a:hover {
      color: #fff;
      background-color: #000;
      border: 1px solid #fff; }
      body .link-see-more-black a:hover span {
        background-position: 0 -2420px; }
  body .column-wrapper {
    position: relative;
    max-height: 100%; }

#main {
  clear: both; }

.sidebars, #content {
  margin-top: 50px; }

.sidebars {
  padding-bottom: 30px; }

/* Contenitore di testo in column */
.container-text-column h3 {
  margin-top: 0; }
.container-text-column h3 {
  margin-bottom: 10px; }

.col-sm-6 .container-text-column {
  margin-top: 0; }

@media (min-width: 768px) {
  .tpl-3-columns.transformActive .container-text-column {
    position: relative; }
    .tpl-3-columns.transformActive .container-text-column h3 {
      display: block;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0; } }
/* Box con collegamento esterno */
.external-link {
  background-color: #c5281c;
  color: #fff;
  padding: 20px 20px 30px 20px;
  min-height: 210px; }
  .external-link h4 {
    margin: 0 0 20px 0; }
  .external-link figure {
    float: left;
    margin: 0 15px 0 0; }
  .external-link p {
    font-size: 0.875em;
    margin: 5px 0; }

/* Immagine con testo affiancato */
.figure-with-text-left,
.figure-with-text-right {
  margin-top: 1em;
  margin-bottom: 1em; }
  .figure-with-text-left p, .figure-with-text-left ul,
  .figure-with-text-right p,
  .figure-with-text-right ul {
    margin: 0; }
  .figure-with-text-left p.see-more-text,
  .figure-with-text-left p.see-less-text,
  .figure-with-text-right p.see-more-text,
  .figure-with-text-right p.see-less-text {
    cursor: pointer;
    color: #c5281c;
    text-decoration: underline; }
  .figure-with-text-left div.expanded-text,
  .figure-with-text-left p.see-less-text,
  .figure-with-text-right div.expanded-text,
  .figure-with-text-right p.see-less-text {
    display: none; }
  .figure-with-text-left ul li,
  .figure-with-text-right ul li {
    list-style-position: inside; }

.figure-with-text-left figure {
  float: right;
  padding-left: 10px;
  margin: 0 0 0 10px; }

.figure-with-text-right figure {
  float: left;
  padding-right: 10px;
  margin: 0 10px 0 0; }

/* Tabelle */
table {
  width: 100%;
  overflow-x: auto;
  font-size: 0.875em;
  border: 1px solid #707173; }
  table tbody, table thead {
    width: 100%; }
    table tbody tr td, table tbody tr th, table thead tr td, table thead tr th {
      text-align: right;
      padding: 15px 10px; }
      table tbody tr td.column-sx, table tbody tr th.column-sx, table thead tr td.column-sx, table thead tr th.column-sx {
        text-align: left; }
      table tbody tr td sup, table tbody tr td a, table tbody tr th sup, table tbody tr th a, table thead tr td sup, table thead tr td a, table thead tr th sup, table thead tr th a {
        color: #c5281c; }
      table tbody tr td sup, table tbody tr th sup, table thead tr td sup, table thead tr th sup {
        font-family: "HelveticaBold"; }
      table tbody tr td a, table tbody tr th a, table thead tr td a, table thead tr th a {
        text-decoration: underline; }
  table thead tr {
    border-bottom: 1px solid #707173; }
    table thead tr td, table thead tr th {
      font-family: "HelveticaBold";
      color: #c5281c; }
  table tbody {
    background-color: #f8f8f9; }
    table tbody tr {
      border-bottom: 1px solid #c2c2c3; }
      table tbody tr.totale {
        background-color: #e6e6e7;
        border-bottom: 1px solid #707173; }
        table tbody tr.totale td, table tbody tr.totale th {
          font-family: "HelveticaBold"; }
      table tbody tr td, table tbody tr th {
        border-right: 1px solid #707173; }

.table-notes,
.page-notes {
  font-size: 0.75em;
  margin: 15px 0; }
  .table-notes p,
  .page-notes p {
    font-style: italic;
    margin: 0 0 10px; }
    .table-notes p span,
    .page-notes p span {
      font-family: "HelveticaMedium";
      font-style: normal;
      color: #c5281c; }

.txt-component {
  overflow-x: auto; }
  .txt-component table tbody tr:first-child {
    border-bottom: 1px solid #707173;
    background-color: #fff; }
    .txt-component table tbody tr:first-child td, .txt-component table tbody tr:first-child th {
      font-family: "HelveticaBold";
      color: #c5281c;
      border: 0 none; }
  .txt-component ul li {
    padding: 6px 0; }

.menu-fatca-file-list {
  width: 100%;
  margin: 0 auto; }
  .menu-fatca-file-list .download-list {
    margin-top: 15px; }

/* Lista risultati Ricerca */
.list-results .list-row {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc; }
  .list-results .list-row:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0 none; }
.list-results p {
  margin: 0; }
  .list-results p.webcast-icon, .list-results p.video-icon, .list-results p.audio-icon, .list-results p.extpage-icon, .list-results p.excel-icon, .list-results p.pdf-icon, .list-results p.default-icon {
    float: left;
    margin-right: 10px; }
  .list-results p.result-title {
    font-family: "HelveticaMedium"; }
    .list-results p.result-title b {
      text-decoration: underline; }
  .list-results p.result-abstract {
    font-family: "HelveticaLight";
    font-size: 0.9em; }
    .list-results p.result-abstract b {
      background-color: #c5281c;
      color: #fff; }
  .list-results p.result-url {
    font-size: 0.78em; }

/* Lista download */
.download-list h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px; }
  .download-list h3.h3-underlined {
    margin-bottom: 10px; }
.download-list table.file-list-download {
  border: 0 none;
  font-size: 1em; }
  .download-list table.file-list-download tbody {
    background-color: transparent; }
    .download-list table.file-list-download tbody tr td {
      border-right: 0 none;
      text-align: left;
      padding: 7px 10px; }
      .download-list table.file-list-download tbody tr td:first-child {
        padding-left: 0;
        padding-right: 0; }
      .download-list table.file-list-download tbody tr td.pdf-icon-download span {
        background-position: 0 -2126px;
        display: block;
        width: 28px;
        height: 35px; }
      .download-list table.file-list-download tbody tr td.file-date-download {
        font-size: 0.75em;
        font-style: italic;
        text-transform: uppercase;
        width: 90px; }
      .download-list table.file-list-download tbody tr td.file-title-download {
        font-family: "HelveticaMedium";
        font-size: 0.85em; }
      .download-list table.file-list-download tbody tr td.file-size-download {
        font-size: 0.75em;
        font-style: italic;
        text-align: right;
        width: 85px;
        display: none; }
      .download-list table.file-list-download tbody tr td.download-file-download {
        padding-right: 0;
        padding-left: 0;
        width: 30px; }
        .download-list table.file-list-download tbody tr td.download-file-download a {
          display: block;
          text-decoration: none; }
      .download-list table.file-list-download tbody tr td p.price-sensitive {
        font-size: 0.65em;
        color: #e53138;
        text-transform: none;
        margin: 0 0 5px;
        padding-left: 10px;
        background-position: 0 -428px; }

/* Related content */
.related-content-wrapper {
  background-color: #f0f0f0;
  height: 100%;
  padding: 30px 25px 15px; }
  .related-content-wrapper .related-text {
    height: 80px; }

/* Box dati + Box Grafico */
.data-box, .data-box-only-number, .box-chart {
  background-color: #f0f0f0;
  padding: 20px 10px;
  position: relative; }
  .data-box h4, .data-box-only-number h4, .box-chart h4 {
    margin-top: 0;
    text-align: center; }

.data-box .data-box-internal, .data-box-only-number .data-box-internal {
  width: 100%;
  max-width: none;
  margin: 20px auto; }
.data-box .data-box-icon, .data-box-only-number .data-box-icon {
  float: left;
  margin-right: 20px;
  max-width: 35%; }
.data-box .highlights-first-amount, .data-box-only-number .highlights-first-amount {
  font-size: 1.75em;
  margin: 0; }
.data-box .highlights-second-amount, .data-box-only-number .highlights-second-amount {
  margin: 0;
  font-size: 1.2em;
  font-family: "HelveticaLight"; }

.data-box-only-number {
  text-align: center; }

.data-box-only-number.only-text-left {
  text-align: left; }

.box-chart .box-chart-internal {
  width: 94%;
  max-width: 400px;
  margin: 0 auto; }

/* Video Component */
.videoblock-component {
  position: relative; }
  .videoblock-component .videoblock-wrapper {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    max-height: 100%; }

/* Eventi first sidebar */
.view-event {
  background-color: #f0f0f0;
  padding: 15px; }
  .view-event .view-header {
    margin-bottom: 15px;
    height: 30px; }
    .view-event .view-header .view-title {
      float: left;
      font-size: 1.125em;
      font-family: "HelveticaBold";
      text-transform: uppercase;
      margin: 0; }
    .view-event .view-header .link-see-more {
      float: right;
      margin: 0;
      padding: 10px 0; }
      .view-event .view-header .link-see-more a {
        font-family: "HelveticaBold";
        font-size: 0.688em;
        padding: 12px 4px; }
  .view-event .view-rows {
    clear: both;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    min-height: 70px; }
    .view-event .view-rows:last-child {
      margin-bottom: 0; }
    .view-event .view-rows .sx-date {
      float: left;
      font-family: "HelveticaLight";
      border-right: 1px solid #4791da;
      padding-right: 11px;
      margin-right: 11px; }
      .view-event .view-rows .sx-date .date-number {
        font-size: 1.5em;
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 8px; }
      .view-event .view-rows .sx-date .date-month-year {
        font-size: 0.688em;
        text-transform: uppercase;
        text-align: right;
        margin-top: 3px;
        margin-bottom: 3px; }
    .view-event .view-rows .dx-event {
      float: left;
      max-width: 70%; }
      .view-event .view-rows .dx-event .event-subtitle, .view-event .view-rows .dx-event .add-to-outlook {
        font-family: "HelveticaBold";
        font-size: 0.625em;
        color: #e53138;
        text-transform: uppercase;
        margin: 0 0 5px; }
      .view-event .view-rows .dx-event .event-subtitle span {
        /*border: 1px solid #e53138;
        border-radius: 10px;
        background-color: #e53138;*/
        background-position: 0 -428px;
        width: 9px;
        height: 9px;
        float: left;
        margin-right: 10px;
        margin-top: 2px; }
      .view-event .view-rows .dx-event .event-title {
        font-size: 0.813em;
        margin-bottom: 3px;
        margin-top: 3px; }
        .view-event .view-rows .dx-event .event-title a {
          color: #000;
          text-decoration: none; }
          .view-event .view-rows .dx-event .event-title a:hover {
            color: #e53138; }
            .view-event .view-rows .dx-event .event-title a:hover:hover {
              text-decoration: underline;
              text-decoration-style: dotted;
              -moz-text-decoration-style: dotted;
              -webkit-text-decoration-style: dotted; }
      .view-event .view-rows .dx-event .add-to-outlook {
        background-position: 0 0; }
        .view-event .view-rows .dx-event .add-to-outlook a {
          display: block;
          padding: 3px 0 3px 30px;
          color: #e53138; }

.lt-ie9 .view-event .view-header {
  padding-top: 15px; }

/* GESTIONE SLIDER TRAMITE OWL CAROUSEL */
.owl-carousel .owl-stage-outer a {
  cursor: pointer; }
.owl-carousel h5 {
  font-size: 0.85em; }
.owl-carousel .owl-nav {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-fullsize {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 36px;
    height: 36px;
    z-index: 2; }
  .owl-carousel .owl-nav .owl-prev {
    right: 45px;
    background-position: 0 -1234px; }
  .owl-carousel .owl-nav .owl-next {
    right: 0px;
    background-position: 0 -1178px; }
  .owl-carousel .owl-nav .owl-fullsize {
    left: 0px;
    width: 40px;
    cursor: pointer;
    background-position: 0 -1122px; }

/* Mediagallery */
#gallery-photo-small,
#gallery-video-small {
  display: none; }

.media-gallery-carousel {
  position: relative; }
  .media-gallery-carousel .overlay-abstract-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "HelveticaLight";
    color: #fff;
    padding: 10px;
    background: url("../bundles/lpapp/images/system/bckg-overlay-slider.png") 0 0 repeat; }
    .media-gallery-carousel .overlay-abstract-gallery h5, .media-gallery-carousel .overlay-abstract-gallery p {
      margin: 0; }
    .media-gallery-carousel .overlay-abstract-gallery .name-photo-gallery {
      float: left;
      margin-bottom: 8px; }
    .media-gallery-carousel .overlay-abstract-gallery .photo-gallery-download {
      float: right; }
    .media-gallery-carousel .overlay-abstract-gallery .credits-photo-gallery {
      text-transform: uppercase;
      display: none;
      clear: both; }
    .media-gallery-carousel .overlay-abstract-gallery .abstract-photo-gallery {
      max-width: 75%;
      display: none;
      clear: both; }
    .media-gallery-carousel .overlay-abstract-gallery .file-size-archive {
      font-style: italic;
      display: none; }
    .media-gallery-carousel .overlay-abstract-gallery .archive-file-download {
      display: inline-block;
      margin-left: 20px;
      padding: 3px;
      border: 1px solid #fff; }
      .media-gallery-carousel .overlay-abstract-gallery .archive-file-download p.default-icon {
        background-position: 0 -972px; }
        .media-gallery-carousel .overlay-abstract-gallery .archive-file-download p.default-icon a {
          display: block; }
          .media-gallery-carousel .overlay-abstract-gallery .archive-file-download p.default-icon a:hover {
            text-decoration: none; }

/*
#gallery-photo-big .owl-controls .owl-nav .owl-prev,
#gallery-photo-big .owl-controls .owl-nav .owl-next,
#gallery-video-big .owl-controls .owl-nav .owl-prev,
#gallery-video-big .owl-controls .owl-nav .owl-next {
	display: block !important;
}
*/
.video-gallery-wrapper {
  position: relative; }
  .video-gallery-wrapper #kaltura_player_1437579475 {
    position: absolute;
    top: 0;
    left: 0; }
  .video-gallery-wrapper .after-x-video {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 26px;
    width: 20px;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
    z-index: 99; }

/*#gallery-video-big {*/
.video-item-container {
  position: relative; }
  .video-item-container .owl-video-play-icon {
    position: absolute;
    left: 49%;
    top: 63%;
    height: 56px;
    width: 80px;
    background-position: 0 -2050px;
    cursor: pointer;
    z-index: 3; }
  .video-item-container .after-x-video {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 26px;
    width: 20px;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
    z-index: 99; }
  .video-item-container .iframe-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

/*}*/
.stretch-wrapper-loaded .video-item-container .owl-video-play-icon {
  left: 36%;
  top: 34%; }

/* GESTIONE BANNER IN ALTO CON TITOLO, BREADCRUMB E TOOLS */
.headerBanner {
  position: relative;
  float: left;
  width: 100%;
  min-height: 51px;
  background-color: #c6c6c6; }
  .headerBanner .bannerImage {
    position: relative;
    float: left;
    width: 100%;
    height: 260px; }
    .headerBanner .bannerImage .img-fallback {
      display: none; }
  .headerBanner .bannerSub {
    position: absolute;
    bottom: 0px;
    left: 0px;
    float: left;
    width: 100%;
    min-height: 50px;
    background: url('../bundles/lpapp/images/system/bckg-caption-slide.png?1472546187') repeat 0 0; }
    .headerBanner .bannerSub .breadcrumb {
      position: relative;
      float: left;
      width: auto;
      max-width: 80%;
      margin: 0;
      padding: 16px 0px;
      border-radius: 0;
      list-style: none;
      background: none;
      display: none;
      font-size: 0.875em;
      line-height: 18px;
      color: #000000; }
      .headerBanner .bannerSub .breadcrumb a {
        font-size: 0.875em;
        line-height: 18px;
        color: #000000; }
        .headerBanner .bannerSub .breadcrumb a:hover {
          color: #e53138; }
      .headerBanner .bannerSub .breadcrumb span.breadcrumb-title {
        font-size: 0.875em;
        line-height: 18px;
        font-family: "HelveticaBold";
        color: #e53138; }
  .headerBanner .bannerSub .tools {
    position: relative;
    float: right;
    width: 60px;
    height: 50px; }
  .headerBanner .bannerSub #tools-btn {
    position: relative;
    width: 60px;
    height: 50px;
    cursor: pointer;
    background-position: 7px -1279px; }
    .headerBanner .bannerSub #tools-btn.opened {
      background-position: 7px -1327px; }
  .headerBanner .bannerSub #tools-lnks {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 600; }
    .headerBanner .bannerSub #tools-lnks ul.links {
      list-style: none;
      margin: 0;
      padding: 0; }
    .headerBanner .bannerSub #tools-lnks li {
      width: 100%;
      list-style-image: none;
      list-style-type: none;
      margin: 0;
      border-top: 1px solid #bfbfbf; }
      .headerBanner .bannerSub #tools-lnks li.last {
        border-bottom: 1px solid #bfbfbf; }
    .headerBanner .bannerSub #tools-lnks a {
      display: block;
      padding: 10px 30px;
      font-size: 0.875em;
      line-height: 18px;
      color: #000000;
      background: #f0f0f0;
      white-space: nowrap; }
      .headerBanner .bannerSub #tools-lnks a:hover {
        background: #dddddd;
        color: #e53138;
        text-decoration: none; }

/* Iframe PremiumPage */
.iframe-premium-page {
  width: 100%; }
  .iframe-premium-page iframe {
    overflow: scroll; }

/** Media Query per il Responsive - Crescenti poiché Mobile First **/
@media (min-width: 500px) {
  .figure-with-text-left figure {
    padding-left: 20px;
    margin: 0 0 0 15px; }

  .figure-with-text-right figure {
    padding-right: 20px;
    margin: 0 15px 0 0; }

  .video-item-container .owl-video-play-icon {
    left: 50%;
    top: 55%; }

  .stretch-wrapper-loaded .video-item-container .owl-video-play-icon {
    left: 42%;
    top: 37%; } }
@media (min-width: 768px) {
  .headerBanner .bannerSub .breadcrumb {
    display: block; }

  .wrapper-content {
    padding-left: 15px;
    padding-right: 15px; }

  .internal-wrapper-content {
    max-width: 70%; }

  .fatca-in-internal.internal-wrapper-content {
    max-width: 100%; }

  .message-on-page p {
    font-size: 0.9em;
    padding: 15px; }

  body .link-see-more,
  body .link-see-more-white {
    margin: 10px 0 0; }
    body .link-see-more a,
    body .link-see-more-white a {
      padding: 8px;
      font-size: 0.813em; }

  .mobile-version {
    display: none; }

  .desktop-version {
    display: block; }
    .desktop-version.inner-liner {
      display: inline-block; }

  .data-box .data-box-internal, .data-box-only-number .data-box-internal {
    width: 78%;
    max-width: 500px; }
  .data-box .data-box-icon, .data-box-only-number .data-box-icon {
    margin-right: 45px;
    max-width: none; }
  .data-box .highlights-first-amount, .data-box-only-number .highlights-first-amount {
    font-size: 2.5em; }
  .data-box .highlights-second-amount, .data-box-only-number .highlights-second-amount {
    font-size: 1.875em; }

  .data-box-only-number.only-text-left .data-box-internal {
    width: 98%;
    max-width: none; }

  .padding-sm-lat-0 {
    padding-left: 0;
    padding-right: 0; }

  .padding-sm-left-0 {
    padding-left: 0; }

  .padding-sm-right-0 {
    padding-right: 0; }

  .padding-sm-left-5 {
    padding-left: 5px; }

  .padding-sm-right-5 {
    padding-right: 5px; }

  .padding-sm-left-10 {
    padding-left: 10px; }

  .padding-sm-right-10 {
    padding-right: 10px; }

  .padding-sm-left-15 {
    padding-left: 15px; }

  .padding-sm-right-15 {
    padding-right: 15px; }

  .margin-sm-top-0 {
    margin-top: 0px; }

  .margin-sm-bottom-0 {
    margin-bottom: 0px; }

  .margin-sm-top-10 {
    margin-top: 10px; }

  .margin-sm-top-25 {
    margin-top: 25px; }

  .margin-sm-top-35 {
    margin-top: 35px; }

  .margin-sm-top-40 {
    margin-top: 40px; }

  .margin-sm-bottom-10 {
    margin-bottom: 10px; }

  .column-sx-responsive-up {
    padding-left: 0;
    padding-right: 5px;
    margin-bottom: 0; }

  .column-dx-responsive-up {
    padding-left: 5px;
    padding-right: 0;
    margin-bottom: 0; }

  .unique-column-responsive-down {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px; }

  .unique-column-responsive-up {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px; }

  .column-sx-responsive-down {
    padding-left: 0;
    padding-right: 5px;
    margin-bottom: 0; }

  .column-dx-responsive-down {
    padding-left: 5px;
    padding-right: 0; }

  .first-column-sx-two {
    padding-right: 15px; }

  .first-column-sx-two.col-sm-12 {
    padding-right: 0; }

  .second-column-dx-two {
    margin-top: 0; }

  .column-sx-internal {
    padding-right: 5px;
    margin-bottom: 0; }

  .column-dx-internal {
    padding-left: 5px;
    padding-right: 0;
    margin-bottom: 0; }

  .unique-column-internal {
    margin-top: 10px; }

  .internal-carousel-full {
    margin-top: 35px; }

  .internal-carousel-full.media-gallery-carousel {
    margin-top: 20px; }

  .col-one-of-three {
    margin-bottom: 0;
    padding-right: 15px; }

  .col-two-of-three {
    margin-bottom: 0; }

  .col-three-of-three {
    margin-bottom: 0;
    padding-left: 15px; }

  h1 {
    font-size: 1.875em; }

  h2 {
    font-size: 1.25em; }

  h3 {
    font-size: 1.25em; }

  h4 {
    font-size: 1.125em; }

  h5, .owl-carousel h5 {
    font-size: 1em; }

  .highlights {
    font-size: 1.5em;
    padding-bottom: 30px; }

  .featured {
    font-size: 1.25em; }

  .event-date.featured {
    font-size: 1.125em; }

  .panel-group.drawer.list-accordion {
    background-position: left 8px; }

  .panel-group.drawer .panel-default > .panel-heading h3.panel-title {
    font-size: 1.15em; }

  .social-wrapper-media .social-button-media a {
    font-size: 1.25em; }

  .menu-fatca-file-list {
    width: 50%; }

  .list-results .list-row {
    margin-top: 20px;
    padding-top: 20px; }
  .list-results p.result-title {
    font-size: 1.1em; }
  .list-results p.result-abstract {
    font-size: 0.95em; }
  .list-results p.result-url {
    font-size: 0.825em; }

  .download-list table.file-list-download {
    font-size: 1.125em; }
    .download-list table.file-list-download tbody tr td:first-child {
      padding-left: 0;
      padding-right: 10px; }
    .download-list table.file-list-download tbody tr td.file-title-download {
      font-size: 1em; }
    .download-list table.file-list-download tbody tr td.file-size-download {
      display: table-cell; }

  .generic-search {
    padding: 20px; }

  .general-checkboxes label {
    font-size: 0.688em; }

  .generic-select {
    height: 38px; }

  .general-text-form {
    padding: 10px;
    font-size: 0.75em;
    width: auto; }

  .with-label {
    margin-left: 15px; }

  .button-link-see-more {
    width: 75px;
    font-size: 0.813em; }

  .view-event {
    padding: 25px; }
    .view-event .view-header .view-title {
      font-size: 1.375em; }
    .view-event .view-header .link-see-more a {
      font-size: 0.813em;
      padding: 14px 10px; }
    .view-event .view-rows {
      width: 100%; }
      .view-event .view-rows .sx-date .date-number {
        font-size: 1.875em;
        line-height: 23px; }
      .view-event .view-rows .sx-date .date-month-year {
        font-size: 0.75em; }
      .view-event .view-rows .dx-event {
        max-width: 72%; }
        .view-event .view-rows .dx-event .event-subtitle, .view-event .view-rows .dx-event .add-to-outlook {
          font-size: 0.688em; }
        .view-event .view-rows .dx-event .event-subtitle span {
          width: 10px;
          height: 10px; }
        .view-event .view-rows .dx-event .event-title {
          font-size: 0.938em; }

  /* Photogallery */
  .media-gallery-carousel .overlay-abstract-gallery {
    padding: 20px; }
    .media-gallery-carousel .overlay-abstract-gallery .credits-photo-gallery {
      display: block; }
    .media-gallery-carousel .overlay-abstract-gallery .abstract-photo-gallery {
      display: block; }
    .media-gallery-carousel .overlay-abstract-gallery .file-size-archive {
      display: inline-block; }
    .media-gallery-carousel .overlay-abstract-gallery .archive-file-download {
      padding: 5px; }

  #gallery-photo-small,
  #gallery-video-small {
    width: 77%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 25px;
    position: relative;
    display: block; }
    #gallery-photo-small .owl-stage-outer .owl-item p,
    #gallery-video-small .owl-stage-outer .owl-item p {
      margin: 0;
      cursor: pointer; }
      #gallery-photo-small .owl-stage-outer .owl-item p img,
      #gallery-video-small .owl-stage-outer .owl-item p img {
        width: auto;
        max-width: 105px;
        margin: 0 auto; }
    #gallery-photo-small .owl-controls .owl-nav,
    #gallery-video-small .owl-controls .owl-nav {
      position: inherit; }
      #gallery-photo-small .owl-controls .owl-nav .owl-prev,
      #gallery-video-small .owl-controls .owl-nav .owl-prev {
        width: 60px;
        height: 60px;
        background: url("../bundles/lpapp/images/system/slide-prev.png") center center no-repeat #e53138;
        position: absolute;
        left: 0;
        top: 0;
        margin-left: -85px; }
      #gallery-photo-small .owl-controls .owl-nav .owl-next,
      #gallery-video-small .owl-controls .owl-nav .owl-next {
        width: 60px;
        height: 60px;
        background: url("../bundles/lpapp/images/system/slide-next.png") center center no-repeat #e53138;
        position: absolute;
        right: 0;
        top: 0;
        margin-right: -85px; }

  .video-item-container .owl-video-play-icon {
    top: 54%; }

  .stretch-wrapper-loaded .video-item-container .owl-video-play-icon {
    left: 44%;
    top: 42%; }

  .contact-column,
  .contact-column-right {
    min-height: 178px; }

  .contact-column-right .contact-column {
    padding-left: 0;
    padding: 40px 30px !important; }
    .contact-column-right .contact-column figure {
      padding-left: 0;
      margin-bottom: 0; }
    .contact-column-right .contact-column.contact-text-left .contact-text {
      padding: 0;
      padding-right: 0; }

  .contact-wrapper .contact-data {
    text-align: left;
    margin-left: 15px; }
    .contact-wrapper .contact-data .contact-name {
      margin-top: 0; }

  .col-sm-6 .contact-wrapper .contact-data {
    text-align: center;
    margin-left: 0; }
    .col-sm-6 .contact-wrapper .contact-data .contact-name {
      margin-top: 1em; } }
@media (min-width: 900px) {
  #gallery-photo-small,
  #gallery-video-small {
    width: 80%; }

  	/*.owl-carousel .owl-nav .owl-prev{
        right: 38px;
  	}*/ }
@media (min-width: 1024px) {
  .padding-md-left-0 {
    padding-left: 0; }

  .padding-md-right-0 {
    padding-right: 0; }

  .padding-md-left-5 {
    padding-left: 5px; }

  .padding-md-right-5 {
    padding-right: 5px; }

  .padding-md-left-10 {
    padding-left: 10px; }

  .padding-md-right-10 {
    padding-right: 10px; }

  .padding-md-left-30 {
    padding-left: 30px; }

  .margin-md-top-0 {
    margin-top: 0px; }

  .margin-md-bottom-0 {
    margin-bottom: 0px; }

  .column-sx-responsive-up {
    padding-right: 4px; }

  .column-dx-responsive-up {
    padding-left: 2px;
    padding-right: 2px; }

  .unique-column-responsive-down {
    padding-left: 4px;
    margin-top: 0; }

  .unique-column-responsive-up {
    padding-right: 4px;
    margin-bottom: 0; }

  .column-sx-responsive-down {
    padding-right: 2px;
    padding-left: 2px; }

  .column-dx-responsive-down {
    padding-left: 4px; }

  .second-column-dx-two {
    padding-left: 15px; }

  .first-column-sx-two.col-sm-12 {
    padding-right: 0; }

  .column-sx-internal {
    padding-right: 4px;
    margin-bottom: 0; }

  .column-dx-internal {
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 0; }

  .unique-column-internal {
    padding-left: 4px;
    padding-right: 0;
    margin-top: 0; }

  .internal-wrapper-content {
    max-width: 60%; }

  .fatca-in-internal.internal-wrapper-content {
    max-width: 100%; }

  .one-sidebar .central-body {
    padding-left: 30px; }

  .sidebar-first {
    padding-right: 30px; }

  .side-menu {
    display: block; }

  /* Photogallery */
  #gallery-photo-small,
  #gallery-video-small {
    width: 77%;
    height: 65px; }
    #gallery-photo-small .owl-stage-outer .owl-item p img,
    #gallery-video-small .owl-stage-outer .owl-item p img {
      max-width: 100%; }
    #gallery-photo-small .owl-controls .owl-nav .owl-prev,
    #gallery-photo-small .owl-controls .owl-nav .owl-next,
    #gallery-video-small .owl-controls .owl-nav .owl-prev,
    #gallery-video-small .owl-controls .owl-nav .owl-next {
      width: 50px;
      height: 50px; }
    #gallery-photo-small .owl-controls .owl-nav .owl-prev,
    #gallery-video-small .owl-controls .owl-nav .owl-prev {
      margin-left: -70px; }
    #gallery-photo-small .owl-controls .owl-nav .owl-next,
    #gallery-video-small .owl-controls .owl-nav .owl-next {
      margin-right: -70px; }

  /*.video-item-container .owl-video-play-icon {
  	top: auto;
  	bottom: 5%;
  }*/
  .stretch-wrapper-loaded .video-item-container .owl-video-play-icon {
    left: 42%; }

  /* Contatti */
  .lt-ie9 .row-contact-component, .lt-ie9 .row-contact-component .column,
  .lt-ie9 .row-contact-component .contact-column {
    height: 178px;
    overflow: hidden; }

  .contact-wrapper .contact-data {
    text-align: center;
    margin-left: 0; }
    .contact-wrapper .contact-data .contact-name {
      margin-top: 1em; } }
@media (min-width: 1230px) {
  .wrapper-content {
    padding-left: 0;
    padding-right: 0; }

  /* Photogallery */
  #gallery-photo-small,
  #gallery-video-small {
    width: 80%;
    height: 80px; }
    #gallery-photo-small .owl-controls .owl-nav .owl-prev,
    #gallery-photo-small .owl-controls .owl-nav .owl-next,
    #gallery-video-small .owl-controls .owl-nav .owl-prev,
    #gallery-video-small .owl-controls .owl-nav .owl-next {
      width: 73px;
      height: 73px; }
    #gallery-photo-small .owl-controls .owl-nav .owl-prev,
    #gallery-video-small .owl-controls .owl-nav .owl-prev {
      margin-left: -85px; }
    #gallery-photo-small .owl-controls .owl-nav .owl-next,
    #gallery-video-small .owl-controls .owl-nav .owl-next {
      margin-right: -85px; }

  .video-item-container .owl-video-play-icon {
    top: 53%; }

  .stretch-wrapper-loaded .video-item-container .owl-video-play-icon {
    left: 45%; }

  .contact-wrapper .contact-data {
    text-align: left;
    margin-left: 15px; }
    .contact-wrapper .contact-data .contact-name {
      margin-top: 0; } }
@media (min-width: 767px) and (max-width: 769px) {
  .contact-column-right .contact-column.contact-text-right .link-see-more {
    bottom: 0; } }
@media (max-width: 768px) {
  .contact-column-right .contact-column {
    text-align: center;
    min-height: 0 !important; }

  .mbottom {
    margin-bottom: 40px; }

  .container {
    padding-left: 5px;
    padding-right: 5px; }

  .bloc-content-caption {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0; }

  .owl-caption {
    position: absolute;
    bottom: 0; }

  .margin-video {
    margin-top: 35px; } }
.bloc-form {
  margin: 0 auto;
  width: 70%; }

.form-press-release #contact-us-page {
  padding: 40px; }
  .form-press-release #contact-us-page .button-link-see-more {
    width: 105px;
    padding: 20px 30px 20px 15px; }

.form-press-release .form-group.has-error input, .form-press-release .form-group.has-error textarea, .form-content .form-group.has-error input, .form-content .form-group.has-error textarea, .bloc-form .form-group.has-error input, .bloc-form .form-group.has-error textarea {
  border: 2px solid #e53138; }
.form-press-release .form-group.has-error .label-radio, .form-content .form-group.has-error .label-radio, .bloc-form .form-group.has-error .label-radio {
  color: #e53138; }
.form-press-release .form-group.has-error .selected-element, .form-content .form-group.has-error .selected-element, .bloc-form .form-group.has-error .selected-element {
  border: 2px solid #e53138 !important; }
.form-press-release .press-release-form-mentions, .form-content .press-release-form-mentions, .bloc-form .press-release-form-mentions {
  color: #a6a8aa;
  font-size: 12px;
  text-align: center; }
.form-press-release .press-release-form-error, .form-content .press-release-form-error, .bloc-form .press-release-form-error {
  font-family: "HelveticaBold";
  color: #e53138;
  font-size: 12px;
  text-align: center; }
.form-press-release .svg-form, .form-content .svg-form, .bloc-form .svg-form {
  fill: transparent;
  stroke: #e53138;
  stroke-width: 5px;
  height: 96px;
  width: 96px; }
.form-press-release #form-ajax, .form-content #form-ajax, .bloc-form #form-ajax {
  padding: 40px 20px; }
  .form-press-release #form-ajax .intro-form, .form-content #form-ajax .intro-form, .bloc-form #form-ajax .intro-form {
    margin-top: 0; }
  .form-press-release #form-ajax .label-wrapper, .form-content #form-ajax .label-wrapper, .bloc-form #form-ajax .label-wrapper {
    min-height: 45px;
    line-height: 45px; }
    .form-press-release #form-ajax .label-wrapper label, .form-content #form-ajax .label-wrapper label, .bloc-form #form-ajax .label-wrapper label {
      display: inline-block;
      vertical-align: middle;
      line-height: normal; }
  .form-press-release #form-ajax h1, .form-content #form-ajax h1, .bloc-form #form-ajax h1 {
    text-align: center; }
  .form-press-release #form-ajax p.small, .form-content #form-ajax p.small, .bloc-form #form-ajax p.small {
    font-size: 0.75em;
    font-style: italic;
    font-family: "HelveticaLight"; }
  .form-press-release #form-ajax .label-title-radio, .form-content #form-ajax .label-title-radio, .bloc-form #form-ajax .label-title-radio {
    margin-right: 15px; }
  .form-press-release #form-ajax .label-radio, .form-content #form-ajax .label-radio, .bloc-form #form-ajax .label-radio {
    padding-left: 5px;
    font-family: "HelveticaLight"; }
    .form-press-release #form-ajax .label-radio.margin, .form-content #form-ajax .label-radio.margin, .bloc-form #form-ajax .label-radio.margin {
      margin-right: 10px; }
  .form-press-release #form-ajax .dropdown-visible, .form-content #form-ajax .dropdown-visible, .bloc-form #form-ajax .dropdown-visible {
    background-color: #fff;
    position: absolute;
    z-index: 99; }
  .form-press-release #form-ajax .menu-fatca-file-list, .form-content #form-ajax .menu-fatca-file-list, .bloc-form #form-ajax .menu-fatca-file-list {
    text-align: left;
    width: 100%; }
    .form-press-release #form-ajax .menu-fatca-file-list.inline, .form-content #form-ajax .menu-fatca-file-list.inline, .bloc-form #form-ajax .menu-fatca-file-list.inline {
      display: inline-block;
      width: 100%; }
  .form-press-release #form-ajax .select-list-introduction p, .form-content #form-ajax .select-list-introduction p, .bloc-form #form-ajax .select-list-introduction p {
    color: #444;
    font-family: "HelveticaBold";
    margin-top: 0;
    margin-bottom: 5px; }
  .form-press-release #form-ajax .select-list-introduction.inline, .form-content #form-ajax .select-list-introduction.inline, .bloc-form #form-ajax .select-list-introduction.inline {
    display: inline-block;
    line-height: 40px; }
  .form-press-release #form-ajax .deselected-element-dropdown, .form-content #form-ajax .deselected-element-dropdown, .bloc-form #form-ajax .deselected-element-dropdown {
    background: url('../bundles/lpapp/images/system/iconVarie/arrow-list-lang-closed.png?1472546187') right 20px center no-repeat #fff;
    border: none;
    font-family: "HelveticaLight";
    font-size: 0.8em; }
  .form-press-release #form-ajax .active-element-dropdown, .form-content #form-ajax .active-element-dropdown, .bloc-form #form-ajax .active-element-dropdown {
    background: url('../bundles/lpapp/images/system/iconVarie/arrow-list-lang-opened.png?1472546187') right 20px center no-repeat #fff;
    border: none;
    font-family: "HelveticaLight";
    font-size: 0.8em; }

.custom-dropdown .dropdown-visible {
  background-color: #fff;
  position: absolute;
  z-index: 99; }
.custom-dropdown .menu-fatca-file-list {
  text-align: left;
  width: 100%; }
.custom-dropdown .select-list-introduction p {
  color: #fff;
  margin-top: 0; }
.custom-dropdown .deselected-element-dropdown {
  background: url('../bundles/lpapp/images/system/iconVarie/arrow-list-lang-closed.png?1472546187') right 20px center no-repeat #fff; }
.custom-dropdown .active-element-dropdown {
  background: url('../bundles/lpapp/images/system/iconVarie/arrow-list-lang-opened.png?1472546187') right 20px center no-repeat #fff; }
.custom-dropdown .dropdown-visible a, .custom-dropdown .dropdown-visible p {
  font-family: "HelveticaMedium";
  font-weight: normal;
  text-transform: initial; }

@media screen and (max-width: 768px) {
  .bloc-form {
    width: 97%; } }
body.home .hide-home {
  display: none; }

.social-icn-wrapper.fb-icn svg {
  fill: #7f7f7f;
  height: 15px;
  width: 8px; }
.social-icn-wrapper.twitter-icn svg {
  fill: #7f7f7f;
  height: 15px;
  width: 18px; }
.social-icn-wrapper.linkedin-icn svg {
  fill: #7f7f7f;
  height: 16px;
  width: 16px; }
.social-icn-wrapper.mail-icn svg {
  fill: #7f7f7f;
  height: 12px;
  width: 16px; }
.social-icn-wrapper.print-icn svg {
  fill: #7f7f7f;
  height: 19px;
  width: 19px; }

.section-title-little h2 {
  color: #000;
  text-align: center; }

hr {
  border-top: 1px solid #979797; }

.section-title-content {
  max-width: 90%; }

.align-right {
  text-align: right; }

.txt-img-component img {
  margin-bottom: 20px; }
  .txt-img-component img.right {
    float: right;
    margin-left: 35px; }
  .txt-img-component img.left {
    float: left;
    margin-right: 35px; }

.img-full-width {
  height: auto;
  width: 100%; }
  .img-full-width img {
    height: auto;
    width: 99%;
    margin: auto;
    display: block; }

.page-content-body .data-box-quote {
  padding: 30px 80px; }
  .page-content-body .data-box-quote .clear {
    clear: both; }
  .page-content-body .data-box-quote .data-box-internal {
    margin: 0 auto; }
  .page-content-body .data-box-quote p {
    font-style: italic;
    font-family: "HelveticaLight";
    font-size: 1.25em;
    color: #666666;
    text-align: center; }
  .page-content-body .data-box-quote svg.quote {
    fill: transparent;
    stroke: #e96450;
    stroke-width: 1px;
    height: 29px;
    width: 35px; }
    .page-content-body .data-box-quote svg.quote.left {
      margin-left: -60px;
      -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1); }
    .page-content-body .data-box-quote svg.quote.right {
      float: right;
      margin-right: -60px; }
.page-content-body .container-text-column li {
  margin: 5px 0; }
.page-content-body .container-text-column ul.inner-list li {
  list-style: url("../bundles/lpapp/images/system/iconVarie/bullet-archivio.png"); }
.page-content-body .content-page.subtitle {
  text-align: left; }

.content-page.subtitle {
  text-align: center;
  color: #666666;
  font-family: "HelveticaLight";
  font-style: normal;
  font-size: 1.125em; }
  .content-page.subtitle p {
    margin: 5px 0 20px; }

.img-cover img {
  height: auto;
  width: 100%; }

.bloc-see-also {
  height: 100%;
  position: relative; }
  .bloc-see-also h4 {
    margin: 0.5em; }
  .bloc-see-also .set-height {
    position: relative;
    padding-left: 0;
    padding-right: 0; }
  .bloc-see-also .column {
    height: 240px;
    overflow: hidden; }
  .bloc-see-also .content-wrapper {
    background-color: #f0f0f0;
    height: 100%;
    padding: 25px 25px 15px; }
    .bloc-see-also .content-wrapper .related-text {
      height: 64px;
      overflow: hidden; }
  .bloc-see-also .link-see-more a {
    display: inline-block; }

@media (min-width: 768px) {
  .align-right {
    text-align: right; }
    .align-right img {
      position: relative;
      left: -5px; }

  .content-page.subtitle {
    font-size: 1.5em;
    letter-spacing: 1px; }

  .section-title-content {
    max-width: 55%; }

  .bloc-see-also .set-height {
    height: calc(100% - 30px);
    left: 50%;
    position: absolute; } }
.bloc-more-infos .bloc-more {
  min-height: 105px;
  height: 100%;
  line-height: 105px;
  cursor: pointer; }
  .bloc-more-infos .bloc-more .bloc-more-container.orange {
    background-color: #1166c2; }
  .bloc-more-infos .bloc-more .bloc-more-container.darkred {
    background-color: #0053aa; }
  .bloc-more-infos .bloc-more .bloc-more-wrapper {
    color: #fff;
    text-decoration: none;
    padding: 0 30px;
    display: inline-block;
    line-height: normal;
    vertical-align: middle; }
    .bloc-more-infos .bloc-more .bloc-more-wrapper:hover {
      text-decoration: underline; }
  .bloc-more-infos .bloc-more p {
    color: #fff;
    font-size: 1em;
    padding-left: 10px; }
.bloc-more-infos .bloc-more-picto {
  display: table-cell;
  vertical-align: middle;
  width: 25px; }
.bloc-more-infos .bloc-more-text {
  display: table-cell;
  vertical-align: middle; }

.social-link {
  float: right; }
  .social-link li {
    cursor: pointer;
    display: inline-block;
    margin-left: 15px; }
    .social-link li img {
      max-width: 100%; }
    .social-link li.fb-icn {
      height: 15px;
      width: 8px; }
    .social-link li.twitter-icn {
      height: 13px;
      width: 16px; }
    .social-link li.linkedin-icn {
      height: 16px;
      width: 15px; }
    .social-link li.mail-icn {
      height: 12px;
      width: 16px; }
    .social-link li.print-icn {
      height: 19px;
      width: 19px; }

.content-collapse.side-menu {
  display: block; }
.content-collapse .list-menu {
  background-color: transparent; }
  .content-collapse .list-menu li.hasChildren .inner {
    display: none; }
  .content-collapse .list-menu li.hasChildren.opened .inner {
    display: block; }
  .content-collapse .list-menu li.opened .deploy-click, .content-collapse .list-menu li:hover .deploy-click {
    background-color: transparent; }
  .content-collapse .list-menu li.opened {
    background-color: #f2f2f2; }
    .content-collapse .list-menu li.opened .deploy-click {
      border-bottom: none;
      font-weight: lighter; }
    .content-collapse .list-menu li.opened .inner {
      background-color: transparent;
      padding: 15px 30px; }
      .content-collapse .list-menu li.opened .inner p {
        font-family: "HelveticaLight";
        color: #666;
        margin-top: 0; }
  .content-collapse .list-menu li .deploy-click {
    font-size: 1em;
    font-family: "HelveticaLight";
    color: #666;
    text-transform: uppercase;
    padding: 15px 30px; }
  .content-collapse .list-menu li .text a {
    text-decoration: underline;
    color: black;
    font-family: HelveticaNeue-medium; }
    .content-collapse .list-menu li .text a:hover {
      text-decoration: none;
      cursor: pointer; }

.bloc-press-release .dossier-press-release {
  background-color: #f4f4f4;
  height: 100%; }
  .bloc-press-release .dossier-press-release .row-input-filter {
    height: 100%; }
  .bloc-press-release .dossier-press-release .dossier-img {
    height: 100%; }
    .bloc-press-release .dossier-press-release .dossier-img figure {
      height: 100%;
      margin-top: 20px;
      text-align: center; }
      .bloc-press-release .dossier-press-release .dossier-img figure img {
        height: 100%; }
    .bloc-press-release .dossier-press-release .dossier-img .svg-file-bg {
      display: none;
      height: 100%;
      width: 100%;
      position: relative; }
      .bloc-press-release .dossier-press-release .dossier-img .svg-file-bg.show {
        display: block; }
    .bloc-press-release .dossier-press-release .dossier-img svg {
      fill: #f68f74;
      height: 50%;
      width: auto;
      max-width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
  .bloc-press-release .dossier-press-release .dossier-press-wrapper {
    background-color: transparent;
    display: inline-block;
    padding: 0 40px;
    min-height: 180px;
    line-height: 180px; }
    .bloc-press-release .dossier-press-release .dossier-press-wrapper .dossier-press-container {
      float: none;
      width: 100%;
      display: inline-block;
      line-height: normal;
      vertical-align: middle;
      margin-bottom: 20px; }
    .bloc-press-release .dossier-press-release .dossier-press-wrapper .dossier-press-title {
      color: #e53138;
      font-family: "HelveticaMedium";
      font-size: 1.125em;
      text-transform: uppercase;
      margin-top: 0; }
    .bloc-press-release .dossier-press-release .dossier-press-wrapper .dossier-press-subtitle {
      color: #000;
      font-family: "HelveticaMedium";
      font-size: 1em;
      margin-bottom: 10px; }

@media (min-width: 768px) {
  .bloc-press-release .dossier-press-release {
    height: 190px; }
    .bloc-press-release .dossier-press-release .dossier-press-wrapper .dossier-press-container {
      margin-bottom: 0; }
    .bloc-press-release .dossier-press-release .dossier-img figure {
      margin-top: 0; } }
.view-event.press-release {
  background-color: white;
  padding: 25px 0; }
  .view-event.press-release .view-header .view-title {
    color: #e53138;
    font-family: "HelveticaMedium"; }
  .view-event.press-release .view-rows {
    height: 60px;
    min-height: 60px;
    line-height: 70px; }
    .view-event.press-release .view-rows .sx-date {
      line-height: normal; }
    .view-event.press-release .view-rows .dx-event {
      height: 100%;
      line-height: 60px; }
      .view-event.press-release .view-rows .dx-event .event-title {
        font-family: "HelveticaLight";
        padding-left: 10px;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        margin: 0; }

.press-release-home-bloc {
  margin-bottom: 80px; }
  .press-release-home-bloc .bloc-wrapper {
    background-color: #f2f2f2;
    padding: 20px; }
    .press-release-home-bloc .bloc-wrapper .bloc-title {
      margin-top: 0; }
    .press-release-home-bloc .bloc-wrapper .image-bloc-wrapper {
      float: left;
      width: 35%; }
    .press-release-home-bloc .bloc-wrapper .bloc-text {
      color: #333;
      float: left;
      font-family: "HelveticaLight";
      font-size: 1em;
      width: 65%; }
    .press-release-home-bloc .bloc-wrapper .link-see-more {
      margin-top: 15px; }
  .press-release-home-bloc .bloc-title {
    color: #333;
    font-family: "HelveticaMedium";
    font-size: 1.125em; }

.gca-channel {
  background: url("../bundles/lpapp/images/content/press-release-home-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 70px 0; }
  .gca-channel .caption-overlay-story span.category-story {
    color: #333;
    font-family: 1.125em;
    font-family: "HelveticaMedium"; }
  .gca-channel .caption-overlay-story span.story-title {
    color: #333;
    font-family: "HelveticaLight";
    font-size: 1em;
    height: auto;
    text-transform: inherit; }
  .gca-channel .link-see-more {
    position: absolute;
    left: 15px;
    bottom: 10px; }

.grid-list {
  background-color: #fff;
  padding: 20px 0; }
  .grid-list .file-list-archive .arc-row div.file-date-archive {
    display: block;
    padding: 20px 0;
    text-align: center;
    width: 100%; }
    .grid-list .file-list-archive .arc-row div.file-date-archive .svg-file-bg {
      background-color: #f2f2f2;
      display: block;
      width: 80px;
      height: 110px;
      line-height: 110px;
      margin: 0 auto;
      padding: 0; }
    .grid-list .file-list-archive .arc-row div.file-date-archive svg {
      display: inline-block;
      line-height: normal;
      vertical-align: middle;
      fill: #eb373f;
      height: 50px;
      width: 38px; }
  .grid-list .file-list-archive .arc-row div.file-title-archive {
    display: block;
    padding: 0 0 20px 0;
    vertical-align: middle;
    text-align: center;
    width: 100%; }
    .grid-list .file-list-archive .arc-row div.file-title-archive .category-date {
      color: #666666;
      font-family: "HelveticaLight";
      font-style: italic;
      font-size: 0.85em; }
    .grid-list .file-list-archive .arc-row div.file-title-archive .category-arc {
      font-size: 1.5em;
      margin: 5px 0;
      text-transform: inherit; }
    .grid-list .file-list-archive .arc-row div.file-title-archive .title-arc {
      font-size: 1em;
      color: #666666; }
    .grid-list .file-list-archive .arc-row div.file-title-archive .url-arc {
      color: #666;
      font-size: 0.85em;
      font-family: "HelveticaBold";
      margin-top: 5px; }
  .grid-list .file-list-archive .arc-row div.archive-file-download {
    width: 120px;
    display: block;
    margin: 0 auto; }
    .grid-list .file-list-archive .arc-row div.archive-file-download p {
      float: left; }
    .grid-list .file-list-archive .arc-row div.archive-file-download .pdf-icon {
      margin-top: 7px; }
    .grid-list .file-list-archive .arc-row div.archive-file-download .download-link-publ {
      padding: 0;
      padding-left: 10px; }
      .grid-list .file-list-archive .arc-row div.archive-file-download .download-link-publ a {
        padding: 0; }
    .grid-list .file-list-archive .arc-row div.archive-file-download .file-size-archive {
      display: inline-block;
      padding: 0;
      padding-left: 10px; }
    .grid-list .file-list-archive .arc-row div.archive-file-download .link-see-container {
      text-align: center; }
      .grid-list .file-list-archive .arc-row div.archive-file-download .link-see-container p {
        float: inherit; }

@media (min-width: 767px) {
  .grid-list {
    background-color: #fff;
    padding: 20px 0; }
    .grid-list .file-list-archive .arc-row div {
      height: auto; }
      .grid-list .file-list-archive .arc-row div.file-date-archive {
        display: table-cell;
        text-align: center;
        width: 85px; }
        .grid-list .file-list-archive .arc-row div.file-date-archive .svg-file-bg {
          padding: 0; }
      .grid-list .file-list-archive .arc-row div.file-title-archive {
        display: table-cell;
        padding: 0 20px;
        vertical-align: middle;
        text-align: left;
        width: auto; }
        .grid-list .file-list-archive .arc-row div.file-title-archive .category-date {
          font-size: 0.675em; }
        .grid-list .file-list-archive .arc-row div.file-title-archive .category-arc {
          font-size: 1.125em; }
        .grid-list .file-list-archive .arc-row div.file-title-archive .title-arc {
          font-size: 0.775em; }
        .grid-list .file-list-archive .arc-row div.file-title-archive .url-arc {
          font-size: 0.775em; }
      .grid-list .file-list-archive .arc-row div.archive-file-download {
        display: table-cell; }
        .grid-list .file-list-archive .arc-row div.archive-file-download .link-see-more a {
          font-size: 0.6em;
          height: 34px;
          line-height: 34px;
          padding: 0 3px; } }
.page-search .file-title-archive a {
  height: 100%;
  width: 100%;
  position: relative; }
  .page-search .file-title-archive a span.library-video-dark {
    background: url(../bundles/lpapp/bundles/lpapp/images/system/library-play-dark.png) center center no-repeat;
    background-size: 50px;
    height: 50px;
    width: 55px;
    position: absolute;
    left: -30px;
    top: -180px; }
  .page-search .file-title-archive a .image-library {
    display: inline-block;
    margin-right: 20px; }
.page-search .file-title-archive .library-download {
  display: inline-block;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }
.page-search .filter-search #search-page {
  height: 190px;
  padding: 30px; }
  .page-search .filter-search #search-page label, .page-search .filter-search #search-page input {
    display: inline-block; }
  .page-search .filter-search #search-page label {
    margin: 0; }
  .page-search .filter-search #search-page #search-input {
    margin: 20px 0;
    padding-left: 10px;
    width: 100%; }
  .page-search .filter-search #search-page .search-submit {
    height: 40px;
    width: auto;
    background: transparent;
    line-height: 40px;
    padding: 0 20px;
    text-align: center; }
.page-search .search-list {
  background-color: #fff;
  padding: 20px 0; }

@media (min-width: 767px) {
  .page-search .file-title-archive a {
    height: 100%;
    width: 100%;
    position: relative; }
    .page-search .file-title-archive a span.library-video-dark {
      background: url(../bundles/lpapp/bundles/lpapp/images/system/library-play-dark.png) center center no-repeat;
      background-size: 20px;
      height: 35px;
      width: 55px;
      position: absolute;
      left: -88px;
      top: -36px; }
    .page-search .file-title-archive a .image-library {
      display: inline-block;
      width: 15px; }
  .page-search .file-title-archive .library-download {
    display: inline-block;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 20px; }
  .page-search .filter-search #search-page {
    height: 100px;
    line-height: 40px;
    padding: 30px; }
    .page-search .filter-search #search-page #search-input {
      margin: 0;
      margin-left: 20px;
      width: 50%; } }
.bloc-media-library .filter-library {
  background-color: #1166c2;
  display: block;
  padding: 40px; }
  .bloc-media-library .filter-library .dropdown-visible {
    background-color: #fff;
    position: absolute;
    z-index: 99; }
  .bloc-media-library .filter-library .menu-fatca-file-list {
    text-align: left;
    width: 100%; }
  .bloc-media-library .filter-library .select-list-introduction p {
    color: #fff;
    margin-top: 0; }
  .bloc-media-library .filter-library .selected-element {
    font-family: "HelveticaMedium";
    font-weight: normal;
    text-transform: initial; }
  .bloc-media-library .filter-library .deselected-element-dropdown {
    background: url('../bundles/lpapp/images/system/iconVarie/arrow-list-lang-closed.png?1472546187') right 20px center no-repeat #fff; }
  .bloc-media-library .filter-library .active-element-dropdown {
    background: url('../bundles/lpapp/images/system/iconVarie/arrow-list-lang-opened.png?1472546187') right 20px center no-repeat #fff; }
  .bloc-media-library .filter-library .selected-filters {
    display: none; }
.bloc-media-library .library-container {
  margin-top: 40px;
  position: relative;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .bloc-media-library .library-container.hide {
    opacity: 0;
    display: none; }
  .bloc-media-library .library-container.show {
    opacity: 1;
    display: block; }
  .bloc-media-library .library-container.video .library-loupe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .bloc-media-library .library-container.video .library-video {
    background: url('../bundles/lpapp/images/system/library-play.png?1472546187') center center no-repeat;
    height: 55px;
    width: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
  .bloc-media-library .library-container .column-wrapper {
    color: #000;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    position: relative; }
    .bloc-media-library .library-container .column-wrapper span {
      font-size: 0.875em;
      line-height: 0.875em; }
    .bloc-media-library .library-container .column-wrapper:hover .library-container-hover {
      display: block; }
  .bloc-media-library .library-container .image-library-wrapper {
    position: relative; }
    .bloc-media-library .library-container .image-library-wrapper img {
      max-width: 100%;
      width: 100%; }
  .bloc-media-library .library-container .caption-content-library {
    background-color: #f2f2f2;
    height: 60px;
    line-height: 60px;
    padding: 0 15px; }
    .bloc-media-library .library-container .caption-content-library span {
      line-height: normal;
      display: inline-block;
      vertical-align: middle; }
  .bloc-media-library .library-container .library-container-hover {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
    .bloc-media-library .library-container .library-container-hover .library-container-hover-bg {
      background-color: #000;
      opacity: 0.3;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      position: absolute; }
    .bloc-media-library .library-container .library-container-hover .library-container-hover-inner {
      left: 50%;
      top: 50%;
      position: absolute;
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
    .bloc-media-library .library-container .library-container-hover .library-loupe {
      display: inline-block; }
    .bloc-media-library .library-container .library-container-hover .library-download {
      display: inline-block;
      margin-left: 20px; }

.bloc-whoweare-brands .brand-grid .brand-container .column-wrapper {
  border: 1px solid #ddd;
  height: auto; }
  .bloc-whoweare-brands .brand-grid .brand-container .column-wrapper .image-brand-wrapper {
    height: 190px;
    line-height: 190px;
    text-align: center;
    position: relative; }
    .bloc-whoweare-brands .brand-grid .brand-container .column-wrapper .image-brand-wrapper img {
      display: inline-block;
      line-height: normal;
      vertical-align: middle;
      max-height: 90%;
      max-width: 90%; }
  .bloc-whoweare-brands .brand-grid .brand-container .column-wrapper .caption-content-brand {
    background-color: #f2f2f2;
    height: auto;
    padding: 30px; }
    .bloc-whoweare-brands .brand-grid .brand-container .column-wrapper .caption-content-brand p {
      color: #000;
      font-family: "HelveticaBold"; }
      .bloc-whoweare-brands .brand-grid .brand-container .column-wrapper .caption-content-brand p.category-brand {
        color: #666;
        font-size: 0.8em;
        font-family: "HelveticaLight";
        min-height: 80px; }
      .bloc-whoweare-brands .brand-grid .brand-container .column-wrapper .caption-content-brand p.deselected-element-dropdown {
        font-size: 0.875em; }
    .bloc-whoweare-brands .brand-grid .brand-container .column-wrapper .caption-content-brand .dropdown-container a {
      color: #000;
      font-family: "HelveticaMedium";
      font-weight: normal; }
    .bloc-whoweare-brands .brand-grid .brand-container .column-wrapper .caption-content-brand .custom-dropdown .select-list-introduction p {
      margin-bottom: 5px; }

.bloc-location .dropdown-location-mobile-url {
  display: none; }
.bloc-location .location-nav {
  display: none; }
.bloc-location .location-nav-wrapper {
  height: 140px;
  display: block; }
  .bloc-location .location-nav-wrapper ul.location-nav-container li.dropdown > li.dropdown-menu.show .inner-country {
    opacity: 1; }
  .bloc-location .location-nav-wrapper ul.location-nav-container li.dropdown:first-child > ul.inner-dropdown-menu.show .inner-country {
    opacity: 1; }
  .bloc-location .location-nav-wrapper ul.location-nav-container li.dropdown:first-child > ul.inner-dropdown-menu {
    display: block; }
    .bloc-location .location-nav-wrapper ul.location-nav-container li.dropdown:first-child > ul.inner-dropdown-menu .inner-country {
      opacity: 0; }
  .bloc-location .location-nav-wrapper ul.location-nav-container li.dropdown:hover > ul.inner-dropdown-menu {
    display: block; }
    .bloc-location .location-nav-wrapper ul.location-nav-container li.dropdown:hover > ul.inner-dropdown-menu .inner-country {
      opacity: 1; }
  .bloc-location .location-nav-wrapper ul.location-nav-container li.dropdown:hover a.dropdown-toggle {
    color: #004a99; }
.bloc-location .location-nav-container {
  padding-left: 0;
  position: relative; }
  .bloc-location .location-nav-container li.dropdown {
    height: 74px;
    line-height: 74px;
    float: left;
    list-style: none;
    text-decoration: none;
    text-align: center;
    position: initial; }
    .bloc-location .location-nav-container li.dropdown a.dropdown-toggle {
      font-family: "HelveticaMedium";
      font-size: 1.25em;
      font-weight: normal;
      color: #000;
      text-transform: uppercase;
      text-decoration: none; }
    .bloc-location .location-nav-container li.dropdown a.active {
      color: #004a99; }
    .bloc-location .location-nav-container li.dropdown ul.inner-dropdown-menu {
      background: url("../bundles/lpapp/images/content/location-nav-bg.jpg") center center no-repeat;
      background-size: cover;
      border: 0 none;
      border-radius: 0;
      box-shadow: none;
      -webkit-box-shadow: none;
      display: none;
      width: 100%;
      height: 100%;
      top: 74px;
      left: 0;
      padding: 50px 30px;
      position: absolute;
      height: 220px;
      line-height: normal;
      border-left: 1px solid #fff; }
      .bloc-location .location-nav-container li.dropdown ul.inner-dropdown-menu.show {
        display: block; }
      .bloc-location .location-nav-container li.dropdown ul.inner-dropdown-menu .inner-country {
        float: left;
        max-width: 25%;
        width: 25%;
        padding: 0 10px; }
        .bloc-location .location-nav-container li.dropdown ul.inner-dropdown-menu .inner-country li {
          list-style: none;
          text-align: left;
          margin: 5px 0; }
          .bloc-location .location-nav-container li.dropdown ul.inner-dropdown-menu .inner-country li a {
            font-family: "HelveticaLight";
            font-size: 1em;
            line-height: 1em;
            color: #fff; }
.bloc-location .location-adress-wrapper {
  background-color: #f1f1f1;
  padding: 30px;
  display: none; }
  .bloc-location .location-adress-wrapper.show {
    display: block; }
  .bloc-location .location-adress-wrapper .location-adress-container {
    margin-top: 0; }
  .bloc-location .location-adress-wrapper ul {
    padding-left: 0; }
  .bloc-location .location-adress-wrapper li {
    border-bottom: 1px solid #d4d4d4;
    list-style: none; }
    .bloc-location .location-adress-wrapper li.location-adress-bloc {
      padding: 30px 0; }
    .bloc-location .location-adress-wrapper li:first-child {
      padding-top: 0; }
  .bloc-location .location-adress-wrapper p, .bloc-location .location-adress-wrapper a {
    color: #666;
    font-size: 0.9em; }
    .bloc-location .location-adress-wrapper p.location-title, .bloc-location .location-adress-wrapper a.location-title {
      color: #004a99;
      font-family: "HelveticaMedium";
      font-weight: normal;
      min-height: 40px; }
    .bloc-location .location-adress-wrapper p.location-text, .bloc-location .location-adress-wrapper a.location-text {
      min-height: 120px; }
    .bloc-location .location-adress-wrapper p.location-web, .bloc-location .location-adress-wrapper a.location-web {
      font-size: 0.75em;
      margin-bottom: 20px; }
    .bloc-location .location-adress-wrapper p + p, .bloc-location .location-adress-wrapper a + p {
      margin-bottom: 20px; }
  .bloc-location .location-adress-wrapper .location-social {
    padding: 0; }
    .bloc-location .location-adress-wrapper .location-social li {
      display: inline-block;
      height: 30px;
      width: 30px; }
      .bloc-location .location-adress-wrapper .location-social li + li {
        margin-left: 15px; }
      .bloc-location .location-adress-wrapper .location-social li a.fcb-icon {
        background: url("../bundles/lpapp/images/content/location-fcb.png") center center no-repeat;
        height: 100%;
        display: block;
        width: 100%; }
      .bloc-location .location-adress-wrapper .location-social li a.twitter-icon {
        background: url("../bundles/lpapp/images/content/location-twitter.png") center center no-repeat;
        height: 100%;
        display: block;
        width: 100%; }
      .bloc-location .location-adress-wrapper .location-social li a.linkedin-icon {
        background: url("../bundles/lpapp/images/content/location-linkedin.png") center center no-repeat;
        height: 100%;
        display: block;
        width: 100%; }
.bloc-location .location-nav-mobile .deselected-element-dropdown {
  border-left: none;
  border-right: none;
  margin-top: 10px; }
.bloc-location .location-nav-mobile .active-element-dropdown {
  border-bottom: none;
  border-left: none;
  border-right: none; }
.bloc-location .location-nav-mobile .dropdown-visible {
  border-bottom: 1px solid #d4d4d4; }
  .bloc-location .location-nav-mobile .dropdown-visible a, .bloc-location .location-nav-mobile .dropdown-visible p {
    color: #666;
    padding-left: 10px; }
.bloc-location .location-nav-mobile .dropdown-container li {
  border-bottom: none; }
.bloc-location .location-nav-mobile .bloc-dropdown {
  float: inherit; }

@media (min-width: 768px) {
  .bloc-location .location-nav-wrapper {
    height: 294px; }
  .bloc-location .location-nav {
    display: block; }
  .bloc-location .location-nav-mobile {
    display: none; }
  .bloc-location .location-adress-wrapper {
    background-color: transparent;
    padding: 0; }
    .bloc-location .location-adress-wrapper li.location-adress-bloc {
      border-left: 1px solid #f1f1f1;
      border-bottom: none;
      padding-left: 20px; }
      .bloc-location .location-adress-wrapper li.location-adress-bloc:first-child {
        padding: 30px 0;
        padding-left: 20px; }
      .bloc-location .location-adress-wrapper li.location-adress-bloc:last-child {
        border-right: 1px solid #f1f1f1; } }
.bloc-governance .governance-group {
  display: none; }
  .bloc-governance .governance-group.mobile {
    display: block; }
.bloc-governance .openProfil {
  display: block;
  position: relative;
  height: 100%;
  width: 100%; }
  .bloc-governance .openProfil img {
    max-width: 100%;
    width: 100%;
    z-index: 2; }
  .bloc-governance .openProfil span {
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .bloc-governance .openProfil span.governance-hover {
      background-color: #000; }
    .bloc-governance .openProfil span.governance-inactive {
      background-color: #fff; }
  .bloc-governance .openProfil:hover span.governance-hover {
    opacity: 0.5;
    z-index: 3; }
  .bloc-governance .openProfil.inactive span.governance-inactive {
    opacity: 0.5;
    z-index: 3; }
.bloc-governance .governance-row {
  display: flex; }
  .bloc-governance .governance-row .governance-team {
    overflow: hidden; }
  .bloc-governance .governance-row .governance-team, .bloc-governance .governance-row .governance-team-row {
    float: none; }
  .bloc-governance .governance-row .governance-team-row .governance-team {
    width: 100%; }
.bloc-governance .governance-team-big {
  flex: 1;
  position: relative;
  padding: 0px;
  margin: 10px 5px 0px; }
  .bloc-governance .governance-team-big.green {
    background-color: #96ad92; }
  .bloc-governance .governance-team-big.yellow {
    background-color: #d4d567; }
  .bloc-governance .governance-team-big .inner {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    transform: translateY(-50%); }
    .bloc-governance .governance-team-big .inner .vertical-align {
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
      position: relative; }
      .bloc-governance .governance-team-big .inner .vertical-align:after {
        background-color: #fff;
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        width: 100%;
        bottom: 0; }
      .bloc-governance .governance-team-big .inner .vertical-align svg {
        fill: #fff;
        width: 50%;
        height: auto; }
  .bloc-governance .governance-team-big p {
    color: #fff;
    font-size: 2em;
    font-family: "HelveticaLight";
    text-align: center;
    text-transform: uppercase; }
.bloc-governance .profil-detail-wrapper {
  display: none;
  background-color: #f2f2f2;
  position: relative;
  z-index: 2;
  height: 415px;
  width: calc(100% - 10px);
  overflow-y: auto;
  overflow-x: hidden; }
  .bloc-governance .profil-detail-wrapper.active {
    display: block; }
  .bloc-governance .profil-detail-wrapper a.close-profil {
    background: url("../bundles/lpapp/images/content/governance/close-profil.png") center center no-repeat;
    height: 24px;
    display: block;
    width: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3; }
.bloc-governance .profil-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0; }
  .bloc-governance .profil-detail.active {
    opacity: 1;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  .bloc-governance .profil-detail .inner {
    padding: 40px 30px;
    height: 100%;
    width: 100%; }
  .bloc-governance .profil-detail p {
    color: #666;
    font-size: 1em;
    font-family: "HelveticaLight";
    margin: 0; }
    .bloc-governance .profil-detail p.profil-name {
      font-family: "HelveticaBold";
      font-size: 1.25em;
      color: #000; }
    .bloc-governance .profil-detail p.profil-job {
      font-size: 1.25em;
      margin-bottom: 10px; }
  .bloc-governance .profil-detail a.linkedin-icon {
    display: none;
    background: url("../bundles/lpapp/images/content/location-linkedin.png") center center no-repeat;
    height: 30px;
    width: 30px;
    margin-top: 15px; }

@media (min-width: 768px) {
  .bloc-governance .governance-group {
    display: block; }
    .bloc-governance .governance-group.mobile {
      display: none; } }
@media (max-width: 767px) {
  .bloc-governance .profil-detail-wrapper {
    height: 290px; } }
.bloc-component {
  height: 310px; }

.none {
  display: none; }

.bloc-content-img .bloc-content-img-wrapper {
  height: 100%; }
.bloc-content-img .bloc-content-img-container {
  height: 100%; }
  .bloc-content-img .bloc-content-img-container .img {
    height: 100%; }

a.bloc-content-title-link:hover h4, a.bloc-content-title-link:hover p {
  text-decoration: underline;
  text-decoration-color: #E5313A;
  color: #E5313A; }

.bloc-content-title h4 {
  padding: 20px 0 0 0;
  margin: 0;
  line-height: 1;
  font-weight: normal;
  color: #333333;
  text-transform: uppercase;
  font-size: 30px; }
.bloc-content-title p {
  margin-top: 0;
  margin-bottom: 23px;
  font-weight: lighter;
  color: #333333; }
.bloc-content-title a:hover h4, .bloc-content-title a:hover p {
  color: #E5313A; }
.bloc-content-title .bloc-content-title-wrapper {
  line-height: normal;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%); }
.bloc-content-title .sep {
  width: 70%;
  max-width: 222px;
  height: 1px;
  background: #e53138;
  margin: 0 auto; }

.bloc-content-rows .bloc-row {
  height: 102px;
  line-height: 102px;
  width: 100%;
  position: relative; }
  .bloc-content-rows .bloc-row.orange {
    background-color: #0053aa; }
  .bloc-content-rows .bloc-row.red {
    background-color: #1166c2; }
  .bloc-content-rows .bloc-row.pink {
    background-color: #3b91e4; }
  .bloc-content-rows .bloc-row .inner {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    width: 100%; }
  .bloc-content-rows .bloc-row img {
    position: absolute;
    max-width: 32px;
    left: 15px;
    top: 50%;
    margin-top: -15px; }
  .bloc-content-rows .bloc-row p {
    color: #fff;
    float: left;
    font-family: "HelveticaMedium";
    font-weight: normal;
    font-size: 0.75em;
    margin: 0;
    margin-left: 60px;
    text-transform: uppercase;
    max-width: 75%; }
  .bloc-content-rows .bloc-row p:hover {
    text-decoration: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 1px;
    cursor: pointer; }
  .bloc-content-rows .bloc-row + .bloc-row {
    margin-top: 1px; }

@media (min-width: 768px) {
  .bloc-content-rows .bloc-row p {
    font-size: 1em; } }
.cancel {
  margin-bottom: 0 !important; }

.bloc-content-caption {
  margin-bottom: 30px; }
  .bloc-content-caption.small {
    height: 50%; }
  .bloc-content-caption .image-story-block-component {
    height: 100%;
    width: 100%;
    min-height: 240px; }
    .bloc-content-caption .image-story-block-component .image-story-wrapper {
      height: 100%;
      width: 100%;
      min-height: 240px; }
      .bloc-content-caption .image-story-block-component .image-story-wrapper img {
        top: 50%;
        left: 50%;
        position: absolute;
        height: auto;
        width: 100%;
        min-width: 100%;
        max-width: initial;
        min-height: 100%;
        max-height: initial;
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }
  .bloc-content-caption .bloc-content-caption-wrapper {
    height: 100%;
    position: relative; }
  .bloc-content-caption .bloc-content-caption-container {
    height: 100%;
    overflow: hidden; }
    .bloc-content-caption .bloc-content-caption-container .img {
      height: 100%; }
  .bloc-content-caption .bloc-content-caption-title {
    font-family: "HelveticaMedium";
    font-size: 1em;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
    margin: 0; }
  .bloc-content-caption p.bloc-content-caption-text {
    font-family: "HelveticaLight";
    font-size: 1em;
    font-weight: normal;
    color: #666;
    margin: 5px 0; }
  .bloc-content-caption p.small {
    margin: 2px 0; }
  .bloc-content-caption .caption-overlay-story {
    height: 65%; }
    .bloc-content-caption .caption-overlay-story.full {
      height: 100%; }
    .bloc-content-caption .caption-overlay-story.small {
      height: 75%; }

@media (min-width: 768px) {
  .bloc-content-caption {
    min-height: 240px;
    margin-bottom: 0; }
    .bloc-content-caption .image-story-block-component {
      height: 100%;
      width: 100%;
      min-height: 240px; }
      .bloc-content-caption .image-story-block-component .image-story-wrapper {
        min-height: 240px; }
        .bloc-content-caption .image-story-block-component .image-story-wrapper img {
          top: 50%;
          left: 50%;
          position: absolute;
          height: 100%;
          width: auto;
          min-width: 100%;
          max-width: initial;
          min-height: 100%;
          max-height: initial;
          -moz-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); } }
.bloc-content-publication {
  background-color: #f5f5f5; }
  .bloc-content-publication .bloc-content-publication-wrapper {
    padding: 20px; }
    .bloc-content-publication .bloc-content-publication-wrapper .img {
      height: 100%; }
  .bloc-content-publication h4 {
    margin: 0;
    font-size: 1.125em;
    text-transform: uppercase; }
  .bloc-content-publication p.bloc-content-publication-text {
    font-family: "HelveticaLight";
    font-size: 1em; }
  .bloc-content-publication .link-see-more {
    margin-top: 5px; }

@media (min-width: 768px) {
  .none {
    display: none; }

  .relative {
    position: relative;
    top: 50px; }

  .bloc-content-publication .bloc-content-publication-wrapper {
    padding: 20px; }
  .bloc-content-publication h4 {
    margin: 0 0 40px; }
  .bloc-content-publication p.bloc-content-publication-text {
    margin: 0;
    padding-left: 10px; }
  .bloc-content-publication .link-see-more {
    margin-top: 20px; } }
.bloc-content-title {
  background-color: #f8f8f8;
  line-height: 310px;
  text-align: center;
  position: relative;
  /*    margin-bottom: 30px;
  */ }
  .bloc-content-title .bloc-content-title-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .bloc-content-title .bloc-content-title-img .img {
      z-index: 1; }
    .bloc-content-title .bloc-content-title-img .bg-image-opacity {
      background-color: #fff;
      opacity: 0.7;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: 2; }
  .bloc-content-title .bloc-content-title {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    position: relative;
    z-index: 3; }
    .bloc-content-title .bloc-content-title:before {
      background-color: #0053aa;
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      width: 100%;
      top: 0; }
    .bloc-content-title .bloc-content-title:after {
      background-color: #0053aa;
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      width: 100%;
      bottom: 0; }
    .bloc-content-title .bloc-content-title h4 {
      margin: 20px 0 0;
      font-size: 2em;
      text-transform: uppercase; }
    .bloc-content-title .bloc-content-title p {
      font-family: "HelveticaLight";
      margin: 0 0 20px; }
    .bloc-content-title .bloc-content-title a {
      color: black;
      text-decoration: none; }

.bloc-content-video .videoblock-wrapper .video-item-container {
  width: auto;
  height: 310px;
  min-height: auto;
  overflow: hidden; }
  .bloc-content-video .videoblock-wrapper .video-item-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 9;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
    .bloc-content-video .videoblock-wrapper .video-item-container img.inactive {
      z-index: -1; }
  .bloc-content-video .videoblock-wrapper .video-item-container .owl-video-play-icon {
    margin-left: -40px;
    margin-top: -28px;
    top: 50%;
    position: absolute;
    z-index: 10; }

.videoblock-component .videoblock-wrapper .video-item-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .videoblock-component .videoblock-wrapper .video-item-container iframe,
  .videoblock-component .videoblock-wrapper .video-item-container object,
  .videoblock-component .videoblock-wrapper .video-item-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .videoblock-component .videoblock-wrapper .video-item-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 100%;
    z-index: 9;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
    .videoblock-component .videoblock-wrapper .video-item-container img.inactive {
      z-index: -1; }
  .videoblock-component .videoblock-wrapper .video-item-container iframe {
    z-index: 2; }
  .videoblock-component .videoblock-wrapper .video-item-container .owl-video-play-icon {
    margin-left: -40px;
    margin-top: -28px;
    top: 50%;
    position: absolute;
    z-index: 10; }

.item.hasVideo .home-slider-video {
  height: 100%;
  width: 100%; }
  .item.hasVideo .home-slider-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: inherit;
    min-height: 100%;
    min-width: 100%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }

a:hover {
  text-decoration-style: initial !important; }

/* Helvetica Font */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=3b980cb0-c431-4cc4-91e5-8c1301178c87");
@font-face {
  font-family: "HelveticaLight";
  src: url("../bundles/lpapp/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/7732d6de-bd05-4c17-ae43-99e9a02edf31.woff2") format("woff2"), url("../bundles/lpapp/Fonts/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"), url("../bundles/lpapp/Fonts/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype"), url("../bundles/lpapp/Fonts/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853") format("svg"); }
@font-face {
  font-family: "HelveticaRoman";
  src: url("../bundles/lpapp/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/b4cd926c-1a31-4785-b261-1db1a68c521e.woff2") format("woff2"), url("../bundles/lpapp/Fonts/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"), url("../bundles/lpapp/Fonts/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"), url("../bundles/lpapp/Fonts/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg"); }
@font-face {
  font-family: "HelveticaMedium";
  src: url("../bundles/lpapp/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/9f93e286-eeaa-4077-b0b2-0e6901920f74.woff2") format("woff2"), url("../bundles/lpapp/Fonts/5b4a262e-3342-44e2-8ad7-719998a68134.woff") format("woff"), url("../bundles/lpapp/Fonts/4a3ef5d8-cfd9-4b96-bd67-90215512f1e5.ttf") format("truetype"), url("../bundles/lpapp/Fonts/58ab5075-53ea-46e6-9783-cbb335665f88.svg#58ab5075-53ea-46e6-9783-cbb335665f88") format("svg"); }
@font-face {
  font-family: "HelveticaBold";
  src: url("../bundles/lpapp/Fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix");
  src: url("../bundles/lpapp/Fonts/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("eot"), url("../bundles/lpapp/Fonts/2a5cf81d-ffbe-4c76-8982-270592fb36b0.woff2") format("woff2"), url("../bundles/lpapp/Fonts/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"), url("../bundles/lpapp/Fonts/db5f9ba6-05a4-433a-9461-0a6f257a0c3a.ttf") format("truetype"), url("../bundles/lpapp/Fonts/25e09910-ffc3-4fc4-b0d1-db9a95dface8.svg#25e09910-ffc3-4fc4-b0d1-db9a95dface8") format("svg"); }
@font-face {
  font-family: "generali";
  src: url("../bundles/lpapp/Fonts/generali.eot");
  src: url("../bundles/lpapp/Fonts/generali.eot?#iefix") format("embedded-opentype"), url("../bundles/lpapp/Fonts/generali.woff") format("woff"), url("../bundles/lpapp/Fonts/generali.ttf") format("truetype"), url("../bundles/lpapp/Fonts/generali.svg#generali") format("svg");
  font-weight: normal;
  font-style: normal; }
.iconVarie-sprite, .iconVarie-add-outlook, .iconVarie-arrow-down-white, .iconVarie-arrow-list-lang-closed, .iconVarie-arrow-list-lang-opened, .iconVarie-arrow-menu-closed-black, .iconVarie-arrow-menu-opened-red, .iconVarie-arrow-up-white, .iconVarie-audio-icon, .iconVarie-backtotop, .iconVarie-bullet-archivio, .iconVarie-bullet-list-big, .iconVarie-bullet-list-empty, .iconVarie-bullet-list, .iconVarie-bullet-matrix-off-red, .iconVarie-bullet-matrix-off-white, .iconVarie-canhelp, .iconVarie-cassetto-aperto-archivio, .iconVarie-cassetto-chiuso-archivio, .iconVarie-cassetto-titolo-closed, .iconVarie-cassetto-titolo-opened, .iconVarie-close-modal-matrix, .iconVarie-contrast-mobile, .iconVarie-contrast, .iconVarie-corp-app-icon, .iconVarie-default-icon-white, .iconVarie-default-icon, .iconVarie-email-icon-contact, .iconVarie-get-updates-icon, .iconVarie-ico-btn-fullsize, .iconVarie-ico-btn-next, .iconVarie-ico-btn-prev, .iconVarie-ico-tool-close, .iconVarie-ico-tool-open, .iconVarie-logo-footer, .iconVarie-logo-white, .iconVarie-logo, .iconVarie-mobile-logo, .iconVarie-mobile-menu-btn-normal, .iconVarie-mobile-menu-btn-opened, .iconVarie-mobile-search-btn, .iconVarie-mobile-switch-bg, .iconVarie-mobile-switch-point, .iconVarie-mobile-world-btn, .iconVarie-owl-video-play, .iconVarie-pdf-icon, .iconVarie-plu_rosso, .iconVarie-plus_bianco, .iconVarie-podcast-icon, .iconVarie-rss-feeds-icon, .iconVarie-search-icon, .iconVarie-see-all-icon-black, .iconVarie-see-all-icon-white, .iconVarie-see-all-icon, .iconVarie-star-hover, .iconVarie-star-nonselezionata, .iconVarie-star-selezionata, .iconVarie-telephone-icon-contact, .iconVarie-video-ext-icon, .iconVarie-video-icon, .iconVarie-webcast-icon, .iconVarie-webpage-icon, .iconVarie-xls-icon, .iconVarie-youtube-icon, .star-rating .star-rate a, .star-rating .star-hovered a,
.star-rating .star-active.star-hovered a, .star-rating .star-active a {
  background-image: url('../bundles/lpapp/images/system/iconVarie-sd75e609034.png');
  background-repeat: no-repeat; }

.iconVarie-add-outlook {
  background-position: 0 0; }

.iconVarie-arrow-down-white {
  background-position: 0 -40px; }

.iconVarie-arrow-list-lang-closed {
  background-position: 0 -66px; }

.iconVarie-arrow-list-lang-opened {
  background-position: 0 -92px; }

.iconVarie-arrow-menu-closed-black {
  background-position: 0 -118px; }

.iconVarie-arrow-menu-opened-red {
  background-position: 0 -151px; }

.iconVarie-arrow-up-white {
  background-position: 0 -180px; }

.iconVarie-audio-icon {
  background-position: 0 -206px; }

.iconVarie-backtotop {
  background-position: 0 -255px; }

.iconVarie-bullet-archivio {
  background-position: 0 -339px; }

.iconVarie-bullet-list-big {
  background-position: 0 -366px; }

.iconVarie-bullet-list-empty {
  background-position: 0 -397px; }

.iconVarie-bullet-list {
  background-position: 0 -428px; }

.iconVarie-bullet-matrix-off-red {
  background-position: 0 -459px; }

.iconVarie-bullet-matrix-off-white {
  background-position: 0 -504px; }

.iconVarie-canhelp {
  background-position: 0 -549px; }

.iconVarie-cassetto-aperto-archivio {
  background-position: 0 -588px; }

.iconVarie-cassetto-chiuso-archivio {
  background-position: 0 -620px; }

.iconVarie-cassetto-titolo-closed {
  background-position: 0 -654px; }

.iconVarie-cassetto-titolo-opened {
  background-position: 0 -710px; }

.iconVarie-close-modal-matrix {
  background-position: 0 -766px; }

.iconVarie-contrast-mobile {
  background-position: 0 -852px; }

.iconVarie-contrast {
  background-position: 0 -899px; }

.iconVarie-corp-app-icon {
  background-position: 0 -935px; }

.iconVarie-default-icon-white {
  background-position: 0 -976px; }

.iconVarie-default-icon {
  background-position: 0 -1014px; }

.iconVarie-email-icon-contact {
  background-position: 0 -1053px; }

.iconVarie-get-updates-icon {
  background-position: 0 -1090px; }

.iconVarie-ico-btn-fullsize {
  background-position: 0 -1126px; }

.iconVarie-ico-btn-next {
  background-position: 0 -1182px; }

.iconVarie-ico-btn-prev {
  background-position: 0 -1238px; }

.iconVarie-ico-tool-close {
  background-position: 0 -1294px; }

.iconVarie-ico-tool-open {
  background-position: 0 -1342px; }

.iconVarie-logo-footer {
  background-position: 0 -1390px; }

.iconVarie-logo-white {
  background-position: 0 -1431px; }

.iconVarie-logo {
  background-position: 0 -1485px; }

.iconVarie-mobile-logo {
  background-position: 0 -1578px; }

.iconVarie-mobile-menu-btn-normal {
  background-position: 0 -1650px; }

.iconVarie-mobile-menu-btn-opened {
  background-position: 0 -1722px; }

.iconVarie-mobile-search-btn {
  background-position: 0 -1794px; }

.iconVarie-mobile-switch-bg {
  background-position: 0 -1831px; }

.iconVarie-mobile-switch-point {
  background-position: 0 -1907px; }

.iconVarie-mobile-world-btn {
  background-position: 0 -1982px; }

.iconVarie-owl-video-play {
  background-position: 0 -2054px; }

.iconVarie-pdf-icon {
  background-position: 0 -2130px; }

.iconVarie-plu_rosso {
  background-position: 0 -2178px; }

.iconVarie-plus_bianco {
  background-position: 0 -2230px; }

.iconVarie-podcast-icon {
  background-position: 0 -2282px; }

.iconVarie-rss-feeds-icon {
  background-position: 0 -2319px; }

.iconVarie-search-icon {
  background-position: 0 -2358px; }

.iconVarie-see-all-icon-black {
  background-position: 0 -2395px; }

.iconVarie-see-all-icon-white {
  background-position: 0 -2424px; }

.iconVarie-see-all-icon {
  background-position: 0 -2453px; }

.iconVarie-star-hover {
  background-position: 0 -2482px; }

.iconVarie-star-nonselezionata {
  background-position: 0 -2526px; }

.iconVarie-star-selezionata {
  background-position: 0 -2570px; }

.iconVarie-telephone-icon-contact {
  background-position: 0 -2614px; }

.iconVarie-video-ext-icon {
  background-position: 0 -2652px; }

.iconVarie-video-icon {
  background-position: 0 -2692px; }

.iconVarie-webcast-icon {
  background-position: 0 -2741px; }

.iconVarie-webpage-icon {
  background-position: 0 -2790px; }

.iconVarie-xls-icon {
  background-position: 0 -2831px; }

.iconVarie-youtube-icon {
  background-position: 0 -2880px; }

.iconInfographics-sprite, .iconInfographics-close-modal-matrix, .iconInfographics-matrix-cassetto-close, .iconInfographics-matrix-cassetto-open, .iconInfographics-matrix-cassetto-red, .iconInfographics-matrix-cassetto-white, .iconInfographics-matrix-close-modal, .iconInfographics-matrix-desk-red-off, .iconInfographics-matrix-desk-red-on, .iconInfographics-matrix-desk-white-off, .iconInfographics-matrix-desk-white-on, .iconInfographics-matrix-tooltip-bg, .iconInfographics-timeline-arrow-left-event, .iconInfographics-timeline-arrow-right-event, .iconInfographics-timeline-close, .iconInfographics-timeline-nav-item, .iconInfographics-timeline-open, .iconInfographics-timeline-point-active, .iconInfographics-timeline-point-normal {
  background-image: url('../bundles/lpapp/images/system/iconInfographics-sbed2805eb2.png');
  background-repeat: no-repeat; }

.iconInfographics-close-modal-matrix {
  background-position: 0 0; }

.iconInfographics-matrix-cassetto-close {
  background-position: 0 -52px; }

.iconInfographics-matrix-cassetto-open {
  background-position: 0 -93px; }

.iconInfographics-matrix-cassetto-red {
  background-position: 0 -136px; }

.iconInfographics-matrix-cassetto-white {
  background-position: 0 -194px; }

.iconInfographics-matrix-close-modal {
  background-position: 0 -252px; }

.iconInfographics-matrix-desk-red-off {
  background-position: 0 -304px; }

.iconInfographics-matrix-desk-red-on {
  background-position: 0 -349px; }

.iconInfographics-matrix-desk-white-off {
  background-position: 0 -401px; }

.iconInfographics-matrix-desk-white-on {
  background-position: 0 -446px; }

.iconInfographics-matrix-tooltip-bg {
  background-position: 0 -498px; }

.iconInfographics-timeline-arrow-left-event {
  background-position: 0 -519px; }

.iconInfographics-timeline-arrow-right-event {
  background-position: 0 -584px; }

.iconInfographics-timeline-close {
  background-position: 0 -649px; }

.iconInfographics-timeline-nav-item {
  background-position: 0 -736px; }
  .iconInfographics-timeline-nav-item:hover, .iconInfographics-timeline-nav-item.timeline-nav-item-hover {
    background-position: 0 -701px; }

.iconInfographics-timeline-open {
  background-position: 0 -771px; }

.iconInfographics-timeline-point-active {
  background-position: 0 -823px; }

.iconInfographics-timeline-point-normal {
  background-position: 0 -872px; }

body {
  margin: 0; }

.wrapper-form-tool {
  max-width: 100%;
  margin: 0 auto; }

.tool-form {
  width: 100%;
  margin: 0 auto; }
  .tool-form label {
    font-weight: normal; }
  .tool-form textarea.with-label {
    display: block;
    margin-left: 0;
    width: 100%; }
  .tool-form .string-text-form {
    border: 0;
    height: 25px;
    text-indent: 5px; }
    .tool-form .string-text-form.error {
      border: 2px solid #f1644a; }
  .tool-form .button-link-see-more {
    margin: 15px 0 0;
    float: right;
    clear: both; }
    .tool-form .button-link-see-more.press-release {
      display: block;
      float: inherit;
      text-align: left;
      width: 100px;
      margin: 0 auto;
      padding-left: 10px; }
  .tool-form figure {
    margin-top: 10px; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

.tool-title {
  text-align: center; }

.form-send-page.tool-form .string-text-form,
.alert-update-page.tool-form .string-text-form,
.get-updates.tool-form .string-text-form,
.advanced-search-form.tool-form .string-text-form {
  width: 100%;
  max-width: 550px;
  display: block;
  margin-left: 0;
  margin-bottom: 20px; }

/* Get Updates Form - Advanced Search */
.get-updates .general-checkboxes,
.advanced-search-form .general-checkboxes {
  margin-bottom: 5px; }
  .get-updates .general-checkboxes label,
  .advanced-search-form .general-checkboxes label {
    font-family: "HelveticaRoman"; }
    .get-updates .general-checkboxes label.bold-label-chk,
    .advanced-search-form .general-checkboxes label.bold-label-chk {
      font-family: "HelveticaBold"; }
.get-updates label,
.advanced-search-form label {
  font-family: "HelveticaBold"; }
.get-updates .button-link-see-more,
.advanced-search-form .button-link-see-more {
  margin: 0; }

.advanced-search-form .search-datepicker {
  margin-left: 5px; }
.advanced-search-form .general-text-form {
  width: auto; }
.advanced-search-form .generic-select {
  margin-left: 0; }

/* Ulteriori filtri */
.more-filter {
  max-width: 550px;
  text-align: right; }
  .more-filter p {
    color: #c5281c;
    cursor: pointer; }
    .more-filter p:hover {
      text-decoration: underline; }

.advanced-filter {
  display: none; }

.generic-search.tool-form h1 {
  text-transform: none; }
.generic-search.tool-form h3, .generic-search.tool-form h4, .generic-search.tool-form label sup {
  color: #c5281c; }

.group-input-filter {
  margin-top: 20px;
  display: inline-block;
  width: 100%; }

.star-rating {
  margin: 0; }
  .star-rating .star-rate {
    padding-left: 5px;
    cursor: pointer; }
    .star-rating .star-rate:first-child {
      padding-left: 0; }
    .star-rating .star-rate a {
      display: block;
      width: 25px;
      height: 24px;
      text-decoration: none;
      background-position: 0 -2526px; }

.star-rating .star-hovered a,
.star-rating .star-active.star-hovered a {
  background-position: 0 -2482px; }

.star-rating .star-active a {
  background-position: 0 -2570px; }

@media (min-width: 520px) {
  .advanced-search-form .generic-select {
    margin-left: 10px; } }
@media (min-width: 768px) {
  .get-updates .general-checkboxes label,
  .advanced-search-form .general-checkboxes label {
    font-size: 0.9em; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	padding: 60px 80px 0 !important;
	min-width: 400px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
	z-index: 1;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('../bundles/lpapp/css/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../bundles/lpapp/css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 8070;
}

.fancybox-close .svg-close {
	fill: #c21b17;
	height: 100%;
	width: 100%;
}

.fancybox-nav {
	position: absolute;
	top: 50%;
	width: 14px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../bundles/lpapp/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8070;
}

.fancybox-prev {
	left: -50px;
}

.fancybox-next {
	right: -50px;
}

.fancybox-nav svg {
	fill: #c21b17;
	position: absolute;
	top: 50%;
	width: 14px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 8040;
	visibility: visible;
}

.fancybox-nav svg.svg-next {
	right: 0;
}


/*.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}*/

/*.fancybox-nav:hover svg {
	visibility: visible;
}*/

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../bundles/lpapp/css/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: relative;
	height: 100px;
	line-height: 100px;
	z-index: 8050;
	text-align: left;
	width: auto;
	display: inline-block;;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	color: #666;
	font-weight: normal;
	text-align: left;
}

.fancybox-skin .link-see-container {
	display: inline-block;
    float: right;
    height: 100px;
    line-height: 100px;
    width: auto;
}

.fancybox-skin .link-see-container .link-see-more {
	margin: 0;
	padding: 0;
}

.fancybox-skin .popin-content-video {
	background-color: #fff;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 40px 80px;
	z-index: 8060;
}
.fancybox-skin .popin-content-video.active {
	display: block;
}

.fancybox-skin .popin-content-video .popin-content-text {
	color: #666;
	text-align: left;
	overflow: scroll;
	max-height: 85%;
	margin-top: 20px;
}

.fancybox-skin .popin-content-video p.popin-videoTitle {
	color: #666;
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0;
}

.fancybox-skin .link-see-container.center {
	float: inherit;
	margin: 0 auto;
	width: 100%;
}

.fancybox-skin .popin-social {
	height: 25px;
	position: absolute;
	width: auto;
	top: 20px;
	right: 60px;
	z-index: 9000;
}
.fancybox-skin .popin-social ul {
	margin: 0;
}
.fancybox-skin .popin-social li {
	margin-right: 15px;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-prev span, .fancybox-next span {
		background-image: url('../bundles/lpapp/css/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../bundles/lpapp/css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}

	.fancybox-skin {
		min-width: auto;
		padding: 60px 40px 0 !important
	}

	.fancybox-prev {
		left: -30px;
	}

	.fancybox-next {
		right: -30px;
	}

	.fancybox-title-float-wrap {
		display: block;
		height: 50px;
		line-height: 50px;
		text-align: center;
		width: 100%;
	}

	.fancybox-title-float-wrap .child {
		text-align: center;
		width: 100%;
	}

	.fancybox-skin .link-see-container {
		display: block;
	    float: inherit;
	    height: 70px;
	    line-height: 50px;
	    width: auto;
		text-align: center;
		margin: 0 auto;
		padding-bottom: 20px;
	}
}

/*
	PREVIEW MODE
 */
.preview
{
    height: 30px;
    width: 100%;
    background: rgba(0,175,236,1);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: fixed;
    top: 0;
    z-index: 99999;
}

/*
	FORM ERRORS
 */
.has-error input,
.has-error textarea
{
    /*border: 1px #c12017 solid!important;*/
}

.form-press-release .bloc-form 
{
    width: 100%;
}

.search-results ul.title-arc
{
    padding-left: 0;
    list-style-type: circle;
}

.search-results ul.title-arc li
{
    margin-bottom: 5px!important;
    height: inherit!important;
}

.search-results em 
{
    background: #c5281c;
    color: #fff;
    padding: 0 5px;
}

.cookies-container 
{
    top: 107px;
}

.sitemap
{
    height: auto!important;
}

.bloc-governance .profil-detail.active 
{
    z-index:9999;
}

.bloc-governance .profil-detail-wrapper a.close-profil
{
    z-index: 999999!important;
}


@media (min-width: 768px) {
    .view-event 
    {
        max-height: inherit;
    }
}
@charset "UTF-8";
/*BANNIÈRE*/
.first-content {
  background: url(../bundles/lpapp/images/404.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 532px; }
  .first-content h2 {
    color: white;
    font-size: 40px;
    padding-bottom: 30px;
    font-family: "HelveticaLight"; }
  .first-content .container {
    padding-top: 140px; }
    .first-content .container .form {
      border: 1px solid white;
      padding: 24px; }
      .first-content .container .form label {
        display: block;
        color: white;
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 1px;
        font-family: "HelveticaLight"; }
      .first-content .container .form input {
        width: 220px;
        margin-right: 20px;
        padding: 2px; }
      .first-content .container .form button {
        padding: 10px 20px;
        text-transform: uppercase;
        background: none;
        color: #e53138;
        border: 2px solid #e53138; }

/*FOOTER*/
.sitemap {
  height: 550px; }
  .sitemap section {
    width: 100%; }
    .sitemap section:first-child h2 {
      padding: 35px 0; }
      .sitemap section:first-child h2 a {
        color: #666666;
        text-decoration: none; }
    .sitemap section:last-child h2 {
      padding: 35px 0 0px; }
      .sitemap section:last-child h2 a {
        color: #666666;
        text-decoration: none; }
    .sitemap section article {
      display: inline-table;
      padding: 25px 7% 0px;
      width: 30%; }
      .sitemap section article h2 {
        color: #666666; }
      .sitemap section article ul .under-item-1 {
        color: black;
        font-family: "HelveticaMedium"; }
      .sitemap section article ul .item-1 li a {
        margin-left: -20px;
        font-family: "HelveticaLight";
        font-size: 12px; }
      .sitemap section article ul .under-item-2 {
        color: black;
        font-family: "HelveticaMedium"; }
      .sitemap section article ul .item-2 li a {
        margin-left: -20px;
        font-family: "HelveticaLight";
        font-size: 12px; }
      .sitemap section article ul li {
        list-style: none;
        margin: 5px -20px;
        padding: 0;
        color: #666666;
        font-family: "HelveticaLight"; }
        .sitemap section article ul li a {
          color: black;
          font-weight: bold;
          font-family: "HelveticaMedium"; }
    .sitemap section .last-child ul li {
      padding: 10px 0; }
      .sitemap section .last-child ul li a {
        font-size: 20px;
        color: #666666;
        font-family: "HelveticaLight";
        font-weight: 100;
        text-decoration: none; }

@media screen and (min-width: 1400px) and (max-width: 9000px) {
  .sitemap {
    margin: auto;
    width: 1366px; } }
@media screen and (max-width: 1200px) {
  .sitemap {
    height: auto; } }
@media screen and (max-width: 700px) {
  .first-content {
    text-align: center;
    height: 400px; }
    .first-content h2 {
      font-size: 25px; }
    .first-content .container {
      padding-top: 70px; }
      .first-content .container .form input {
        margin: 20px auto;
        display: block; } }
@media screen and (max-width: 600px) {
  .sitemap section article {
    width: 100%;
    margin: auto;
    text-align: center; }
    .sitemap section article ul {
      padding-left: 0; }
      .sitemap section article ul .item-1 li a {
        margin-left: 0; }
      .sitemap section article ul .item-2 li a {
        margin-left: 0; } }

@keyframes bounce {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
#page-history {
  width: 100%;
  position: relative;
  /*----- Blocs -----*/
  /*---------- Responsive Tablet ----------*/ }
  #page-history #footer {
    margin-top: 0; }
  #page-history .blocs-wrapper {
    position: relative;
    overflow: scroll;
    height: 100%; }
  #page-history .timeline-wrapper {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
    transition: transform .6s ease;
    -webkit-transition: -webkit-transform .6s ease; }
    #page-history .timeline-wrapper.up {
      transform: translateY(-40%);
      -webkit-transform: translateY(-40%); }
    #page-history .timeline-wrapper .timeline {
      width: 20px;
      height: 460px;
      background: url("/freeHtml/images/common/timeline.png") no-repeat; }
      #page-history .timeline-wrapper .timeline .date {
        color: #FFF; }
      #page-history .timeline-wrapper .timeline.red {
        background: url("/freeHtml/images/common/timeline-blue.png") no-repeat; }
        #page-history .timeline-wrapper .timeline.red .date {
          color: #004a9a; }
    #page-history .timeline-wrapper .dates-container .date {
      position: absolute;
      left: 30px;
      font-size: 14px;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease; }
      #page-history .timeline-wrapper .dates-container .date.active {
        font-family: 'HelveticaBold';
        font-size: 20px;
        font-weight: bold;
        color: #e53138; }
      #page-history .timeline-wrapper .dates-container .date.date-bloc-1960 {
        top: -9px; }
      #page-history .timeline-wrapper .dates-container .date.date-bloc-1970 {
        top: 75px; }
      #page-history .timeline-wrapper .dates-container .date.date-bloc-1980 {
        top: 155px; }
      #page-history .timeline-wrapper .dates-container .date.date-bloc-1990 {
        top: 235px; }
      #page-history .timeline-wrapper .dates-container .date.date-bloc-2000 {
        top: 315px; }
      #page-history .timeline-wrapper .dates-container .date.date-bloc-2010 {
        top: 395px; }
      #page-history .timeline-wrapper .dates-container .date.date-bloc-2015 {
        top: 430px; }
      #page-history .timeline-wrapper .dates-container .date.date-bloc-2016 {
        top: 453px; }
  #page-history .bloc {
    position: relative;
    min-width: 100%;
    padding: 100px 0;
    margin: 0;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    /*----- Bloc 1960 -----*/
    /*----- Bloc 1970 -----*/
    /*----- Bloc 1980 -----*/
    /*----- Bloc 1990 -----*/
    /*----- Bloc 2000 -----*/
    /*----- Bloc 2010 -----*/
    /*----- Bloc 2015 -----*/
    /*----- Bloc 2016 -----*/ }
    #page-history .bloc .bloc-text {
      z-index: 2; }
    #page-history .bloc .text {
      padding: 30px 25px;
      margin-top: -40px;
      background: #FFF;
      -webkit-box-shadow: -1px 12px 121px 2px rgba(0, 0, 0, 0.26);
      -moz-box-shadow: -1px 12px 121px 2px rgba(0, 0, 0, 0.26);
      box-shadow: -1px 12px 121px 2px rgba(0, 0, 0, 0.26); }
      #page-history .bloc .text h3 {
        font-family: 'Helvetica';
        font-weight: bold;
        font-size: 15px;
        color: #000;
        text-transform: uppercase; }
      #page-history .bloc .text p {
        font-family: "HelveticaLight";
        font-size: 14px; }
    #page-history .bloc h2.date {
      position: relative;
      font-size: 100px;
      font-family: 'Helvetica';
      font-weight: bold;
      margin-bottom: 30px;
      color: rgba(229, 49, 56, 0.9); }
      #page-history .bloc h2.date span {
        font-size: 40px; }
        #page-history .bloc h2.date span:first-child {
          display: inline-block;
          vertical-align: middle; }
    #page-history .bloc img {
      position: relative;
      z-index: 1; }
    #page-history .bloc .map {
      display: block;
      margin: 0 auto;
      position: relative;
      width: 500px;
      height: 300px; }
      #page-history .bloc .map .country {
        z-index: 1;
        position: absolute;
        font-family: 'HelveticaBold';
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #FFF;
        margin: 0;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        transition: all .5s ease;
        -webkit-transition: all .5s ease; }
        #page-history .bloc .map .country.belgium {
          top: 80px;
          left: 170px; }
        #page-history .bloc .map .country.italy {
          top: 120px;
          left: 210px; }
        #page-history .bloc .map .country.spain {
          top: 114px;
          left: 174px; }
        #page-history .bloc .map .country.usa {
          top: 125px;
          left: 135px; }
        #page-history .bloc .map .country.germany {
          top: 80px;
          left: 174px; }
        #page-history .bloc .map .country.china {
          top: 85px;
          left: 340px; }
        #page-history .bloc .map .country.south-africa {
          top: 224px;
          left: 214px; }
        #page-history .bloc .map .country.argentina {
          top: 240px;
          left: 150px; }
        #page-history .bloc .map .country.brazil {
          top: 190px;
          left: 180px; }
        #page-history .bloc .map .country.portugal {
          top: 115px;
          left: 155px; }
        #page-history .bloc .map .country.switzerland {
          top: 100px;
          left: 150px; }
        #page-history .bloc .map .country.poland {
          top: 80px;
          left: 260px; }
        #page-history .bloc .map .country.austria {
          top: 92px;
          left: 270px; }
        #page-history .bloc .map .country.hungary {
          top: 104px;
          left: 267px; }
        #page-history .bloc .map .country.greece {
          top: 125px;
          left: 250px; }
        #page-history .bloc .map .country.singapore {
          top: 190px;
          left: 340px; }
        #page-history .bloc .map .country.canada {
          top: 40px;
          left: 110px; }
        #page-history .bloc .map .country.chile {
          top: 240px;
          left: 90px; }
        #page-history .bloc .map .country.angola {
          top: 180px;
          left: 190px; }
        #page-history .bloc .map .country.bahamas {
          top: 130px;
          left: 140px; }
        #page-history .bloc .map .country.ireland {
          top: 90px;
          left: 165px; }
        #page-history .bloc .map .country.czech {
          top: 60px;
          left: 200px; }
        #page-history .bloc .map .country.romania {
          top: 120px;
          left: 250px; }
        #page-history .bloc .map .country.chad {
          top: 150px;
          left: 265px; }
        #page-history .bloc .map .country.india {
          top: 170px;
          left: 320px; }
        #page-history .bloc .map .country.russia {
          top: 30px;
          left: 360px; }
        #page-history .bloc .map .country.nigeria {
          top: 150px;
          left: 180px; }
        #page-history .bloc .map .country.cameroon {
          top: 170px;
          left: 175px; }
        #page-history .bloc .map .country.turkey {
          top: 130px;
          left: 260px; }
        #page-history .bloc .map .country.congo {
          top: 170px;
          left: 260px; }
      #page-history .bloc .map .map-svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        #page-history .bloc .map .map-svg div {
          display: block;
          height: 100%;
          width: 100%; }
        #page-history .bloc .map .map-svg .map-include {
          display: block;
          height: 100%;
          width: 100%; }
          #page-history .bloc .map .map-svg .map-include svg {
            width: 100%;
            height: 100%; }
        #page-history .bloc .map .map-svg .italy-country,
        #page-history .bloc .map .map-svg .belgium-country,
        #page-history .bloc .map .map-svg .spain-country,
        #page-history .bloc .map .map-svg .usa-country,
        #page-history .bloc .map .map-svg .germany-country,
        #page-history .bloc .map .map-svg .south-africa-country,
        #page-history .bloc .map .map-svg .china-country,
        #page-history .bloc .map .map-svg .brazil-country,
        #page-history .bloc .map .map-svg .argentina-country,
        #page-history .bloc .map .map-svg .portugal-country,
        #page-history .bloc .map .map-svg .poland-country,
        #page-history .bloc .map .map-svg .austria-country,
        #page-history .bloc .map .map-svg .hungaria-country,
        #page-history .bloc .map .map-svg .greece-country,
        #page-history .bloc .map .map-svg .singapore-country,
        #page-history .bloc .map .map-svg .canada-country,
        #page-history .bloc .map .map-svg .chile-country,
        #page-history .bloc .map .map-svg .chad-country,
        #page-history .bloc .map .map-svg .tchek-country,
        #page-history .bloc .map .map-svg .ireland-country,
        #page-history .bloc .map .map-svg .angola-country,
        #page-history .bloc .map .map-svg .romania-country,
        #page-history .bloc .map .map-svg .india-country,
        #page-history .bloc .map .map-svg .russia-country,
        #page-history .bloc .map .map-svg .nigeria-country,
        #page-history .bloc .map .map-svg .cameroon-country,
        #page-history .bloc .map .map-svg .turkey-country,
        #page-history .bloc .map .map-svg .congo-country {
          opacity: 0;
          transform: scale(0);
          -webkit-transform: scale(0); }
      #page-history .bloc .map.red .country {
        color: #e53138; }
      #page-history .bloc .map.active .country {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1); }
      #page-history .bloc .map.active .map-svg .italy-country,
      #page-history .bloc .map.active .map-svg .belgium-country,
      #page-history .bloc .map.active .map-svg .spain-country,
      #page-history .bloc .map.active .map-svg .usa-country,
      #page-history .bloc .map.active .map-svg .germany-country,
      #page-history .bloc .map.active .map-svg .south-africa-country,
      #page-history .bloc .map.active .map-svg .china-country,
      #page-history .bloc .map.active .map-svg .brazil-country,
      #page-history .bloc .map.active .map-svg .argentina-country,
      #page-history .bloc .map.active .map-svg .portugal-country,
      #page-history .bloc .map.active .map-svg .poland-country,
      #page-history .bloc .map.active .map-svg .austria-country,
      #page-history .bloc .map.active .map-svg .hungaria-country,
      #page-history .bloc .map.active .map-svg .greece-country,
      #page-history .bloc .map.active .map-svg .singapore-country,
      #page-history .bloc .map.active .map-svg .canada-country,
      #page-history .bloc .map.active .map-svg .chile-country,
      #page-history .bloc .map.active .map-svg .chad-country,
      #page-history .bloc .map.active .map-svg .tchek-country,
      #page-history .bloc .map.active .map-svg .ireland-country,
      #page-history .bloc .map.active .map-svg .angola-country,
      #page-history .bloc .map.active .map-svg .romania-country,
      #page-history .bloc .map.active .map-svg .india-country,
      #page-history .bloc .map.active .map-svg .russia-country,
      #page-history .bloc .map.active .map-svg .nigeria-country,
      #page-history .bloc .map.active .map-svg .cameroon-country,
      #page-history .bloc .map.active .map-svg .turkey-country,
      #page-history .bloc .map.active .map-svg .congo-country {
        opacity: 1;
        animation: bounce .5s;
        -webkit-animation: bounce .5s;
        transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: center; }
    #page-history .bloc:nth-child(odd) h2.date {
      color: rgba(255, 255, 255, 0.65); }
    #page-history .bloc.bloc-1960 {
      background-image: url("/freeHtml/images/bloc-1960/background.jpg"); }
      #page-history .bloc.bloc-1960 .bloc-img-2 {
        margin-top: 60px; }
        #page-history .bloc.bloc-1960 .bloc-img-2 img {
          float: right; }
    #page-history .bloc.bloc-1970 {
      background-image: url("/freeHtml/images/bloc-1970/background.jpg"); }
      #page-history .bloc.bloc-1970 .bloc-img-2 {
        margin-top: -40px; }
    #page-history .bloc.bloc-1980 {
      background-image: url("/freeHtml/images/bloc-1980/background.jpg"); }
      #page-history .bloc.bloc-1980 .bloc-img-1 {
        z-index: 1; }
      #page-history .bloc.bloc-1980 .bloc-img-2 {
        margin-top: -40px; }
    #page-history .bloc.bloc-1990 {
      background-image: url("/freeHtml/images/bloc-1990/background.jpg"); }
      #page-history .bloc.bloc-1990 .bloc-img-2 {
        margin-top: -40px; }
    #page-history .bloc.bloc-2000 {
      background-image: url("/freeHtml/images/bloc-2000/background.jpg"); }
      #page-history .bloc.bloc-2000 .bloc-img-1, #page-history .bloc.bloc-2000 .bloc-img-3 {
        margin-top: -40px; }
      #page-history .bloc.bloc-2000 .text {
        margin-top: -220px; }
    #page-history .bloc.bloc-2010 {
      background-image: url("/freeHtml/images/bloc-2010/background.jpg"); }
      #page-history .bloc.bloc-2010 .text {
        margin-top: 0; }
      #page-history .bloc.bloc-2010 .bloc-img-3 {
        margin-top: -40px; }
      #page-history .bloc.bloc-2010 .bloc-img-2 {
        margin-top: 30px; }
    #page-history .bloc.bloc-2015 {
      background-image: url("/freeHtml/images/bloc-2015/background.jpg"); }
      #page-history .bloc.bloc-2015 .bloc-img-3 {
        margin-top: -40px; }
      #page-history .bloc.bloc-2015 .bloc-img-2 {
        margin-top: -20px; }
    #page-history .bloc.bloc-2016 {
      background-image: url("/freeHtml/images/bloc-2016/background.jpg"); }
      #page-history .bloc.bloc-2016 .bloc-img-1 {
        margin-top: -140px; }
        #page-history .bloc.bloc-2016 .bloc-img-1 img {
          background: #fff;
          width: 207px; }
      #page-history .bloc.bloc-2016 .container-img {
        position: relative;
        width: 207px;
        height: 207px;
        background: #fff;
        transform: translate3d(80px, 0, 0);
        -webkit-transform: translate3d(80px, 0, 0); }
        #page-history .bloc.bloc-2016 .container-img img {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          margin-top: 35px; }
      #page-history .bloc.bloc-2016 .text {
        max-width: 410px; }
      #page-history .bloc.bloc-2016 .logo-wrapper {
        padding: 30px;
        background: #FFF;
        border: 3px solid #e53138; }
        #page-history .bloc.bloc-2016 .logo-wrapper h1 {
          font-family: "HelveticaBold";
          font-size: 15px;
          color: #000; }
        #page-history .bloc.bloc-2016 .logo-wrapper img {
          display: block;
          margin: 40px auto 10px auto; }
  @media (min-width: 1024px) {
    #page-history {
      height: calc(100vh - 145px);
      overflow: hidden; }
      #page-history .bloc {
        min-width: inherit;
        width: 100%;
        /*----- Bloc 1960 -----*/
        /*----- Bloc 1970 -----*/
        /*----- Bloc 1980 -----*/
        /*----- Bloc 1990 -----*/
        /*----- Bloc 2000 -----*/
        /*----- Bloc 2010 -----*/
        /*----- Bloc 2015 -----*/
        /*----- Bloc 2016-----*/ }
        #page-history .bloc h2.date {
          font-size: 125px;
          margin-bottom: 0; }
          #page-history .bloc h2.date span {
            font-size: 50px; }
        #page-history .bloc.bloc-1960 .bloc-img-3 {
          margin-top: -60px; }
        #page-history .bloc.bloc-1970 .bloc-img-1 {
          margin-top: -80px; }
        #page-history .bloc.bloc-1970 .bloc-img-2 {
          margin-left: -80px;
          margin-top: 0; }
        #page-history .bloc.bloc-1970 .bloc-text {
          margin-top: -100px; }
        #page-history .bloc.bloc-1980 .bloc-img-2 {
          margin-top: 100px; }
        #page-history .bloc.bloc-1980 .bloc-text {
          margin-top: -100px; }
        #page-history .bloc.bloc-1990 .bloc-img-1 {
          margin-top: -40px; }
        #page-history .bloc.bloc-1990 .bloc-img-2 {
          margin-top: -20px;
          z-index: 1; }
        #page-history .bloc.bloc-1990 .bloc-text {
          margin-top: 100px; }
        #page-history .bloc.bloc-1990 .bloc-img-3 {
          margin-top: -40px; }
        #page-history .bloc.bloc-2000 .bloc-img-1 {
          margin-top: 60px; }
        #page-history .bloc.bloc-2000 .bloc-img-2 {
          margin-top: 60px; }
        #page-history .bloc.bloc-2000 .bloc-text {
          margin-left: -250px; }
          #page-history .bloc.bloc-2000 .bloc-text .text {
            margin-top: -70px; }
        #page-history .bloc.bloc-2000 .bloc-img-3 {
          margin: -200px 80px 0 0; }
        #page-history .bloc.bloc-2010 .bloc-img-1 {
          margin-top: -100px; }
        #page-history .bloc.bloc-2010 .bloc-text {
          margin-top: -100px; }
        #page-history .bloc.bloc-2010 .bloc-img-3 {
          margin-top: -200px;
          margin-right: 60px; }
        #page-history .bloc.bloc-2015 .bloc-img-1 {
          margin-top: 60px; }
        #page-history .bloc.bloc-2015 .bloc-text {
          margin-top: -125px; }
        #page-history .bloc.bloc-2015 .bloc-img-2 {
          margin-top: -80px; }
      #page-history .float-md-left {
        float: left; }
      #page-history .float-md-right {
        float: right; } }
  @media (max-width: 1023px) {
    #page-history .hidden-xs {
      display: none !important; }
    #page-history .timeline-wrapper {
      display: none; }
    #page-history .bloc .map {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    #page-history .bloc .map {
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    #page-history .bloc.bloc-2016 .bloc-img-1 {
      margin-top: -80px; } }
