

#gallery-1 .gallery-caption {margin: 0; }



.gallery-caption {display: normal; }

.alignnone {
   margin: 1em 1em 1em 0;
}
table .alignnone {
    margin: 0;
}


.alignright {
   float:right;
   margin: 0 0 1em 1em;
}

.alignleft {
   float:left;
   margin: 0 1em 1em 0;
}

.aligncenter {
   display: block;
   margin: 1em auto;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
   max-width: 100% ;
   height: auto; }



.wp-caption {
   margin-bottom: 1em;  
   max-width: 96%;
   text-align: center; 
}

.wp-caption img {
   display: block;
   margin: 0 auto;
}

.wp-caption-text {
   position: relative;
   font-size: .8em;
}

				
//#section-flex .flex-item img,
//.singlethumb img  {border:2px solid #f5f5f5; margin-bottom:10px}
#section-flex .flex-item img,
.singlethumb img  { margin-bottom:10px}

// #section-flex .flex-item img {max-width:250px}
//.mini .flex-item img {max-width:200px}

.gallery-item {
	float: left;
	position: relative;
}


.gallery-item img {
  width: 100%;
}
.gallery-item img,
#section-flex .flex-item img, .singlethumb img { 
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery-item:hover img,
#section-flex .flex-item:hover img, .singlethumb:hover img { 
	  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
   transform: scale(1.1);


}




.gallery-item .wp-caption-text	 {
	margin-bottom:20px !important; }






.gallery { text-align:center;
   margin-left:auto; margin-right:auto;
}

.gallery .gallery-item  {
   margin: 0;
   display:inline-block;
   text-align: center;
   
}



.gallery a img {
   border: none;
}

.gallery-columns-2 .gallery-item {
   width: 50%;
}
.gallery-columns-3 .gallery-item {
   width: 33%;
}
.gallery-columns-4 .gallery-item {
   width: 25%;
}


.gallery-columns-2 .gallery-item img,
.gallery-columns-3 .gallery-item img
.gallery-columns-4 .gallery-item img {
   width: 100% ;
   height: auto;
}






.gallery-icon {margin:15px;  
				}

.gallery-icon img {background-color:#EFEBE3;text-align:center; vertical-align:middle ; border:5px solid white !important; 
				padding:1px; -moz-box-shadow: 0 3px 3px rgba(0,0,0,.25);
				-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.25);
				box-shadow: 0 3px 3px rgba(0,0,0,.25); }


.pagenormale img {background-color:white;text-align:center; vertical-align:middle ; height: auto; max-width:100% }





@media only screen and (max-width: 800px) {

   embed,
   object {
      max-width: 100%;
   }

}



@media only screen and ( max-width: 650px ) {

   .gallery-columns-2 .gallery-item {
      width: 50% !important;
   }

   .gallery-columns-3 .gallery-item  {
      width: 100% !important;
   }



}

@media only screen and (max-width: 480px) {

   .gallery-columns-2 .gallery-item {
      width: 100% !important; 
   }

   .gallery-columns-3 .gallery-item  {
      width: 100% !important;

   }


}


