body {
	background-image: url(../immagini/bg-servizi.jpg)!important;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

    /**** VIDEO ****/

.titolo-video {
    text-align: left;
    width: 360px;
}

.modal-dialog {
    margin: 0 auto !important;
  }
  .modal-body {
    padding: 0;
  }
  .close:hover,
  .close,
  .close:focus {
    font-size: 30px;
    position: absolute;
    right: 0;
    color: #16952C;
    text-shadow: none;
    opacity: 1;
  }
  
  .backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .videoOpen {
    z-index: 999;
    top: 0;
    background: rgba(53, 53, 53, 0.63);
    position: absolute;
    width: 100%;
    height: 100%;
  }

  
  .video-home-box {
    width: 360px;
    height: 230px;
  }
  
  .video-home-box iframe {
    width: 100%;
    height: 100%;
  }
  
  #videoHomeSmall {
    width: 360px;
    z-index: 999;
    height: 230px;
  }

  .video-home-small {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .video-home-small .contIframeVideoYoutube {
    display: block;
    width: 100%;
    height: 100%;
  }
 
  .fa-expand,
  .fa-compress {
    color: #16952C;
    font-size: 1.3em;
    margin-right: 5px;
    cursor: pointer;
  }
  .fa-times {
    color: #16952C;
    font-size: 1.4em;
    cursor: pointer;
  }
  .icon-video {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9999999;
  }
  #icon-video-big {
    display: none;
  }

  @media (max-width: 990px) {
    #videoHomeSmall {
      display: none;
    }
 
    .videoOpen {
      display: none;
    }
    }  .navbar {
    background: #fcfcfc;
  }
  
  .providers {
    right: 0;
    position: absolute;
    top: 8px;
    width: 50%;
    z-index: 99;
  }
  
  a#btnHome,
  a#btnHome:visited {
    /* color: #000; */
  }
  
  h2.titolo {
    font-size: 30px;
    margin-bottom: 19px !important;
    text-align: center;
    text-transform: uppercase;
  }
  
  .carousel-caption p {
    font-weight: normal;
    text-align: center;
    text-shadow: 0 0 0;
  }
  
  .bolle {
    margin: 0 auto;
    width: 1500px;
  }
  
  ul.bolle li {
    float: left;
    list-style: none outside none;
    margin: 8px;
    width: 350px;
    height: 350px;
  }
  
  ul.bolle li.bolla-news-home {
    background-position: center center !important;
    background-size: contain !important;
  }
  
  div#rowSlideHome {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
  }
  div#imgLoadingSlideHome {
    margin: 0;
    padding: 0;
    display: none;
  }
  div.boxSlideHome {
    width: 716px;
    height: 345px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 100;
  }
  div.boxSezioneSlideHome1 {
    width: 294px;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  div.boxSezioneSlideHome2 {
    width: 235px;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 244px;
  }
  div.boxSezioneSlideHome3 {
    width: 236px;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 480px;
  }
  a.aSezioneSlideHome {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url(../immagini/bgTrasparente.gif) repeat top left;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  div.boxOverlay {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: url(../immagini/overlay.png) repeat scroll 0 0 transparent;
    cursor: default;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
  }
  div.boxOverlay h2 {
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #16952C;
    text-transform: uppercase;
  }
  div.boxOverlay h2 a,
  div.boxOverlay h2 a:visited,
  div.boxOverlay h2 a:hover {
    color: #16952C;
    text-decoration: none;
  }
  div.boxOverlay p {
    line-height: 20px;
    margin: 0;
    padding: 0 10px 20px 10px;
    font-size: 14px;
    color: #231f20;
  }

  .contIframeVideoYoutube {
    display: block;
    width: 100%;
    height: 143px;
  }
  
  .video-col-right {
    display: block;
    width: 100%;
    /* height: 150px; */
    position: relative;
  }
  .overIframeVideoYoutube {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .fullscreen-content {
    position: fixed;
    transform: translateY(-50%);
    opacity: 0;
    transition: transform 0.6s, opacity 0.6s;
    background: #000;
    z-index: -99999;
  }
  .fullscreen-content.toggle {
    z-index: 99999;
    transform: translateY(0);
    opacity: 1;
  }
  .fullscreen-content.transition {
    z-index: 99999;
  }
  
  .icon-full {
    font-size: 1.5em;
    color: #f1f1f1;
    opacity: 0.3;
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
  }
  
  .icon-full:hover {
    opacity: 0.6;
  }
  
  .fullscreen-cover {
    position: fixed;
    z-index: -9999;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.6s;
    display: block;
  }
  .fullscreen-cover-2 {
    position: fixed;
    z-index: -9999;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.6s;
    display: block;
  }
  
  .fullscreen-cover.toggle {
    z-index: 9999;
    opacity: 0.7;
  }

  .fullscreen-cover.toggle {
    z-index: 9999;
    opacity: 0.7;
  }

  .fullscreen-cover.transition {
    z-index: 9999;
  }

  .fullscreen-cover.transition {
    z-index: 9999;
  }
  
  .fullscreen-cover2 {
    position: fixed;
    z-index: -9999;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.6s;
    display: block;
  }
  
  .fullscreen-cover2.toggle {
    z-index: 9999;
    opacity: 0.7;
  }
  .fullscreen-cover2.transition {
    z-index: 9999;
  }
  
  body.fullscreen .col-xs-1,
  body.fullscreen .col-sm-1,
  body.fullscreen .col-md-1,
  body.fullscreen .col-lg-1,
  body.fullscreen .col-xs-2,
  body.fullscreen .col-sm-2,
  body.fullscreen .col-md-2,
  body.fullscreen .col-lg-2,
  body.fullscreen .col-xs-3,
  body.fullscreen .col-sm-3,
  body.fullscreen .col-md-3,
  body.fullscreen .col-lg-3,
  body.fullscreen .col-xs-4,
  body.fullscreen .col-sm-4,
  body.fullscreen .col-md-4,
  body.fullscreen .col-lg-4,
  body.fullscreen .col-xs-5,
  body.fullscreen .col-sm-5,
  body.fullscreen .col-md-5,
  body.fullscreen .col-lg-5,
  body.fullscreen .col-xs-6,
  body.fullscreen .col-sm-6,
  body.fullscreen .col-md-6,
  body.fullscreen .col-lg-6,
  body.fullscreen .col-xs-7,
  body.fullscreen .col-sm-7,
  body.fullscreen .col-md-7,
  body.fullscreen .col-lg-7,
  body.fullscreen .col-xs-8,
  body.fullscreen .col-sm-8,
  body.fullscreen .col-md-8,
  body.fullscreen .col-lg-8,
  body.fullscreen .col-xs-9,
  body.fullscreen .col-sm-9,
  body.fullscreen .col-md-9,
  body.fullscreen .col-lg-9,
  body.fullscreen .col-xs-10,
  body.fullscreen .col-sm-10,
  body.fullscreen .col-md-10,
  body.fullscreen .col-lg-10,
  body.fullscreen .col-xs-11,
  body.fullscreen .col-sm-11,
  body.fullscreen .col-md-11,
  body.fullscreen .col-lg-11,
  body.fullscreen .col-xs-12,
  body.fullscreen .col-sm-12,
  body.fullscreen .col-md-12,
  body.fullscreen .col-lg-12 {
    position: static !important;
  }
  
  /*    TO FULLSCREEN   */
  
  .fullscreen-video {
    position: absolute;
    z-index: 99999;
  }
  
  .fullscreen-video iframe.contIframeVideoYoutube {
    height: 100%;
  }
  
  /*  video buttons  */
  
  .icon-video {
    position: absolute;
    right: 5px;
    font-size: 1.3em;
    z-index: 999;
  }
  
  .icon-video .fa {
    color: #16952C;
    cursor: pointer;
  }
  
  div#contEsposizione-1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 30px 0;
    text-align: justify;
    position: relative;
  }
  
  div#contEsposizione-1 p {
    height: auto;
    line-height: 18px;
    margin: 0;
    padding: 0 0 15px 0;
    color: #5a5a5a;
    font-size: 12px;
    text-align: justify;
  }
  
  div#contEsposizione-2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 30px 0;
    text-align: justify;
    position: relative;
  }
  
  div#contEsposizione-2 p {
    height: auto;
    line-height: 18px;
    margin: 0;
    padding: 0 0 15px 0;
    color: #5a5a5a;
    font-size: 12px;
    text-align: justify;
  }
  
  div#contEsposizione-3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 30px 0;
    text-align: justify;
    position: relative;
  }
  
  div#contEsposizione-3 p {
    height: auto;
    line-height: 18px;
    margin: 0;
    padding: 0 0 15px 0;
    color: #5a5a5a;
    font-size: 12px;
    text-align: justify;
  }

  @media (max-width: 1200px) {
   
    .video-assistance {
      height: 315px;
    }

    div#contEsposizione-1 {
      padding: 10px 0 10px 0;
    }

    div#contEsposizione-2 {
      padding: 10px 0 10px 0;
    }

    div#contEsposizione-3 {
      padding: 10px 0 10px 0;
    }

  }