#show { background-color: #111;
 }
.responsive-slider {
  width: 100%;
  position: relative;
  cursor: url(../image/slider-img/openhand.cur.bmp) 4 4,move;

}
.responsive-slider .touch-surface {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-slider .slides {
  position: relative;
  overflow: hidden;
}
.responsive-slider .slides ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 0;
}
.responsive-slider .slides ul li {
  display: inline-block;
  width: 100%;
}
.slide-body {
  display: inline-block;
  position: relative;
  width: 100%;
}
.slide-body img {  width:100%; max-height: 500px;}

/*************************
    CAPTION   
**************************/
.slide-body .caption {  
  position: absolute;
  max-width:80%;
bottom: 20%;  
left: 8%;
}
.slide-body .caption a {white-space: normal;}
.slide-body .caption a:hover {text-decoration: none;}
.slide-body .caption a h2 {
  color: #fff;
  font-family: 'Sorts Mill Goudy', 'Georgia', 'Times New Roman', serif;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    background-color: rgba(0,0,0,0.7);
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
  margin-top:0px;
    padding: 0.5em;
    width:auto;
}
.slide-body .caption a .sub {
	font-weight: 600;
    line-height: 1.5em;
    background-color: rgba(255, 255, 255, 0.88);
    padding: .5em;
    color: #333; 
    text-shadow: none;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    letter-spacing: -0.02em;
    display: inline-block;
}


.slide-body .caption a:hover h2 {background-color: #000;}
.slide-body .caption a:hover .sub {  background-color: rgba(255,255,255,1);}

/* Controlli dx/sx/pages */
.responsive-slider .slider-control {
  position: absolute;
  font-size: 20px;
  color: #fff;
  top: 40%;
  background-color: rgba(20,20,20,0.6);
  padding: 10px;
}
.responsive-slider .slider-control:hover {
  background-color: rgba(20,20,20,0.9);
}
.responsive-slider .slider-control.left {
  left: 0;
  padding-left: 0;
  -webkit-border-radius: 0px 6px 6px 0px;
  border-radius: 0px 6px 6px 0px;
}
.responsive-slider .slider-control.left:hover {
  text-decoration: none;
  padding-left: 10px;
}
.responsive-slider .slider-control.right {
  right: 0;
  padding-right: 0;
  -webkit-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px;
}
.responsive-slider .slider-control.right:hover {
  text-decoration: none;
  padding-right: 10px;
}

.responsive-slider .pages {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.responsive-slider .pages .page {
  display: inline-block;
  color: transparent;
  width: 15px;
  height: 15px;
  --border: 3px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  background: #fff;
}
.responsive-slider .pages .page.active {  opacity: 1;}
.responsive-slider .pages .page:hover {  opacity: .8;}



/*=====================================================
=                MEDIA QUERIES            =
=====================================================*/
/* X-large */
@media (min-width: 1780px)  { 
  .responsive-slider {width: 1600px; margin: 0px auto;  }
}
/*=====================================================
=               > 1200px             =
=====================================================*/
@media only screen and (min-width : 1200px) {

.slide-body .caption a h2 {  font-size: 36px;     }
.slide-body .caption a .sub {  font-size: 16px;}

} 

/*=====================================================
=             992px   < x < 1200px          =
=====================================================*/
@media only screen and (min-width : 992px) and (max-width: 1199px) {

.slide-body .caption a h2 {   font-size: 24px;  }
.slide-body .caption a .sub {   font-size: 14px; }
}

/*=====================================================
=               < 991px             =
=====================================================*/

@media (max-width: 991px) {
.slide-body .caption a h2 {   font-size: 20px;  }
.slide-body .caption a  .sub {   font-size: 12px; }
} 


/*=====================================================
=               < 768px     MOBILE         =
=====================================================*/
@media only screen and (max-width : 767px) {
.responsive-slider {margin-bottom: auto;} 
.slide-body .caption { position: static;
display:block;
max-width:100%;
top: 220px;  
left: 0%;
}
.slide-body .caption a h2 { 
  display:block;
  font-size: 24px;
}
.slide-body .caption a  .sub {
  display: block;
  font-size: 14px;
  text-shadow:none;
  background-color: rgba(255,255,255,0.95);
  font-family: Lato, sans-serif;
} 
.responsive-slider .pages, .responsive-slider .slider-control  {display: none;}
}
@media (min-width: 481px) and (max-width: 767px) {}
@media (max-width: 480px) {}