/*-----------------------------------------------------------*/
/* OWL control */
/*-----------------------------------------------------------*/
.owl-carousel.owl-theme .owl-controls  {
  margin-right: auto;
  margin-left: auto;
  text-align: right;
    font-family: 'Sorts Mill Goudy';
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=90);
    opacity: 0.8;
}

/*-----------------------------------------------------------*/
/* OWL pagnation / pallini */
/*-----------------------------------------------------------*/
.owl-carousel.owl-theme .owl-pagination {
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  margin-top: -60px; 
}

.owl-theme .owl-controls .owl-page span  {
    display: block;
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page.active span:hover  {
   background-color: #fff !important;
    filter: Alpha(Opacity=100) !important;
    opacity: 1 !important; 
}
.owl-theme .owl-controls .owl-page span:hover {
    background-color: #fff !important;
    filter: Alpha(Opacity=100) !important;
    opacity: 1 !important; 
}





/*-----------------------------------------------------------*/
/* OWL NAVIGATION / frecce */
/*-----------------------------------------------------------*/
.owl-carousel .owl-buttons  {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.owl-carousel:hover .owl-buttons  {
    opacity: 1;
}
.owl-theme .owl-controls .owl-nav div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: #b5985a;
}
.owl-theme .owl-controls .owl-buttons div {
    background: #b5985a !important;
    color: #fff;
    font-size: 18px; 
    width: auto;
    height: 60px;
    line-height:60px;
    margin: 0;
    margin-top:-30px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0px;
    
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: 0px;
  top: 50%; 
}
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: 0px;
  top: 50%;
}


/*-----------------------------------------------------------*/
/* OWL generico */
/*-----------------------------------------------------------*/
.owl-item img {
    max-width: 100% !important;
    width: auto\9 !important;
    height: auto !important;
    vertical-align: middle !important;
    border: 0 !important;
    -ms-interpolation-mode: bicubic;
}
.owl-item .slider-content {
    opacity: 1 !important;
    padding: 0;
}


    
#sync1 {
    border-top: 4px solid #e7e7df;
}
#sync2 {
    padding: 15px 0;
}
#sync1 img {
    padding-top: 20px;
}

#sync1 .item{
    background: #fff;
    padding: 20px 0px;
    margin: 0px;
    color: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: left;
}
#sync2 .item{
    background: #fff;
    padding: 0px 0px;
    margin: 5px; 
    width: 100px; 
    height: 100px; 
    overflow: hidden;
    color: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
}
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item{
  background: #fff;
}

.carousel-gallery {

}
.gallery-titolo {
    color: #b5985a;
    font-family: 'Sorts Mill Goudy';
    margin-top: 0px;
    font-weight: 400;
    padding-bottom: 0px;
    font-size: 25px;
    line-height: 23px; padding-right: 20px; font-style: italic;
    margin-left:25px;
}
.misure-tela {
    color: #666;
    font-family: 'Sorts Mill Goudy';
    margin-top: 0px;
    font-weight: 400;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 19px;
}

