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

.img-responsive{width:100%}

.prodotti-box{
    margin:5px 0
}

.mt-15 {
    margin-top: 15px;
}
/******************************* GENERALE *******************************/

div.breadcrumb span {
    color: #939598;
}

div.boxRightContacts {
    margin: 10px auto 5px auto;
}

p#descrizioneCategoria {
    padding: 10px 0;
    text-align: justify;
    font-style: italic;
    font-size: 11px;
}

div#contEsposizione {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 30px 0;
    position: relative;
}

div.pagesAmount {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 0;
}

/********************************** CATEGORIE ***************************/

div#elencoCategorie {
    width: 100%;
    height: auto;
    margin: 15px auto 0 auto;
    padding: 0;
}

div.contBoxCat {
    width: 175px;
    height: 200px;
    margin: 20px 0 0 0;
    padding: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

a.contBoxCatImg {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #808080;
    display: block;
    overflow: hidden;
}

a.contBoxCatImg img {
    width: 150px;
    height: 150px;
    margin: 0;
    padding: 0;
    border: 0;
}

a.contBoxCatNome {
    width: 150px;
    height: 32px;
    line-height: 16px;
    margin: 0 auto;
    padding: 8px 0;
    text-align: center;
    color: #5a5a5a;
    display: block;
    overflow: hidden;
}

a:visited.contBoxCatNome {
    color: #5a5a5a;
}

a:hover.contBoxCatNome {
    color: #ed592e;
}

/********************************** PRODOTTI ****************************/

div#elencoRecord {
    width: 100%;
    height: auto;
    margin: 15px auto 0 auto;
    padding: 0;
}

div.contBoxProdotti {
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0 0 25px 0;
    overflow: hidden;
    position: relative;
}

div.contBoxProdottiImg {
    width: 135px;
    height: 90px;
    margin: 5px 0;
    padding: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

div.contBoxProdottiImg a {
    width: 135px;
    height: 90px;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    position: relative;
}

img.immagineProdottiImgLink {
    margin: 0 auto;
    z-index: 201;
}

img.immagineProdottiImgCornice {
    width: 135px;
    height: 90px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 202;
}

div.contBoxProdottiScheda {
    width: 460px;
    height: 90px;
    margin: 5px 0;
    padding: 0 0 0 10px;
    float: left;
    display: inline;
    overflow: hidden;
}

p.dataProdotti {
    width: 100%;
    height: 14px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #ed592e;
    overflow: hidden;
}

h2.nomeProdotti {
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    overflow: hidden;
}

h2.nomeProdotti a, h2.nomeProdotti a:visited {
    color: #5a5a5a;
}

h2.nomeProdotti a:hover {
    color: #ed592e;
}

p.descrizioneProdotti {
    width: 100%;
    height: 48px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    text-align: justify;
    color: #231f20;
    overflow: hidden;
}

a.continuaProdotti, a:visited.continuaProdotti {
    color: #5a5a5a;
}

a:hover.continuaProdotti {
    color: #ed592e;
}

.btn-detail {
    width: 30%;
    background-color: #16952C;
    border-radius: 0px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
}

.btn-right {
    margin-right: 15px;
}

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

.col-prodotto-title-prev {
    padding-left: 0px;
}

.col-prodotto-title-next {
    padding-right: 0px;
}

.box-prodotto-prev {
    margin-top: 30px;
    margin-bottom: 30px;
}

.box-prodotto-next {
    margin-top: 30px;
    margin-bottom: 30px;
}

.box-prodotto-title-prev {
    border: 3px solid #eeeeee;
    padding: 15px 15px 15px 15px;
    height: 150px;
    position: relative;
    vertical-align: middle;
    border-left: none;
}

.box-prodotto-title-next {
    border:3px solid #eeeeee;
    border-right: none;
    padding: 15px 15px 15px 15px;
    height: 150px;
    position: relative;
    vertical-align: middle;
}

.col-prodotto-img-prev .box-prodotto-img-prev {
    border: 3px solid #eeeeee;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-right: none;
}

.col-prodotto-img-next .box-prodotto-img-next {
    border: 3px solid #eeeeee;
    border-left: none;
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.col-prodotto-img-prev {
    padding-left: 15px;
    border-right: 5px solid #ddd;
    transition: all 0.2s linear 0s;
    padding-right: 0px;
}

.col-prodotto-img-next {
    padding-left: 0px;
    border-left: 5px solid #ddd;
    transition: all 0.2s linear 0s;
}
.box-prodotto-next a:hover .col-prodotto-img-next {
    border-left: 5px solid #3da434;
}

.box-prodotto-prev a:hover .col-prodotto-img-prev {
    border-right: 5px solid #3da434;
}

.box-prodotto-title-prev h3 {
    font-size: 16px;
    color: #5a5a5a !important;
    font-family: 'Archivo Black', sans-serif;
    font-weight: normal;
    height: 40px;
    overflow: hidden;
}

.box-prodotto-title-next h3 {
    text-align: right;
    font-size: 16px;
    color: #5a5a5a !important;
    font-family: 'Archivo Black', sans-serif;
    font-weight: normal;
    height: 40px;
    overflow: hidden;
}

.abstract-prodotto-next {
    text-align: right;
    margin-top: 15px;
}

.abstract-prodotto-prev {
    text-align: left;
    margin-top: 15px;
}

td {
    text-align: center;
}

a#btnProdotti, a#btnProdotti:visited {
    color: #000;
}

.btn-bottom {
    display: none;
}

div#contEsposizione {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 30px 0;
    text-align: justify;
    position: relative;
  }
  
  div#contEsposizione p {
    height: auto;
    line-height: 18px;
    margin: 0;
    padding: 0 0 15px 0;
    color: #5a5a5a;
    font-size: 12px;
    text-align: justify;
  }
  .video-products {
      height: 400px;
  }

@media (max-width: 767px) {
    .btn-bottom {
        display: block;
    }
    .col-prodotto-img-next {
        display: none;
    }
    .col-prodotto-img-prev {
        display: none;
    }
    .col-prodotto-title-prev {
        padding-left: 15px;
    }
    .col-prodotto-title-next {
        padding-right: 15px;
    }
    .box-prodotto-title-prev {
        border: 3px solid #eeeeee;
        padding: 15px 15px 15px 15px;
        height: 100px;
        position: relative;
        vertical-align: middle;
        border-left: 3px solid #eeeeee;
    }
    .box-prodotto-title-next {
        border: 3px solid #eeeeee;
        border-right: 3px solid #eeeeee;
        padding: 15px 15px 15px 15px;
        height: 100px;
        position: relative;
        vertical-align: middle;
    }
    /* .pull-right-responsive {
        float: none!important;
    } */
    .btn-detail {
        width: 45%;
        font-size: 12px;
        float: left;
    }
    .abstract-prodotto-prev {
        margin-top: 0px;
        font-size: 12px;
    }
    .abstract-prodotto-next {
        margin-top: 0px;
        font-size: 12px;
    }
    .col-sm-6 {
        width: 50%;
        float: left;
    }
    .box-prodotto-title-prev h3 {
        font-size: 14px;
    }
    .box-prodotto-title-next h3 {
        font-size: 14px;
    }
    .box-prodotto-prev {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .box-prodotto-next {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .text {
        margin-top: 10px;
    }
    .d-none-responsive {
        display: none;
    }
    .video-products {
        height: 300px;
    }
  }

@media (max-width: 750px) {
    .btn-detail {
        white-space: normal;
    }

    .box-prodotto-title-prev {
        border-left: 3px solid #eeeeee;;
    }

    .col-prodotto-title-prev {
        padding-left: 15px;
    }
    .col-prodotto-img-prev {
        margin-right: 15px;
    }
    .col-prodotto-img-next {
        margin-left: 15px;
    }
    .box-prodotto-title-next {
        border-right: 3px solid #eeeeee;
    }
    .col-prodotto-title-next {
        padding-right: 15px;
    }
    .titolo-video {
        margin-top: 4px;
        margin-bottom: 2px;
    }

  }

  /*Modal video*/

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

.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: 100%;
    height: auto;
  }
  
  .video-home-box iframe {
    width: 100%;
    height: 100%;
  }
  
  #videoHomeSmall {
    width: 100%;
    z-index: 999;
    height: auto;
  }
  .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;
    }

    .titolo-video {
        margin-top: 8px;
    }
    
}
.navbar {
    background: #fcfcfc;
}
  
  .providers {
    right: 0;
    position: absolute;
    top: 8px;
    width: 50%;
    z-index: 99;
  }
  

  
  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.toggle {
    z-index: 9999;
    opacity: 0.7;
  }
  .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;
  }

  @media (max-width: 1200px) {
    .titolo-video {
        text-align: left;
        width: 205px;
    }
  }

  @media (max-width: 992px) {
    .titolo-video {
        text-align: left;
        width: 214px;
    }
  }

  @media (max-width: 750px) {
    .titolo-video {
        text-align: left;
        width: 169px;
    }
  }