
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
[hidden] { display: none; }




html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: "Times New Roman", Times, serif; color: #222;text-transform: uppercase; }

body { margin: 0; font-size: 1em; line-height: 1.4; }



::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }




a { color: #f00;text-decoration: none }
a:visited { color: #8b0000; }
a:hover { color: #f00; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }


svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }



/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }


.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Luke Shumard (lukeshumard.com)
   ========================================================================== */

#content {
	/*width: 980px;*/
	/*width: 95%;*/
	width: auto;
	margin: 35px auto;
}

.item {
	display: block;
	float: left;
	width: 300px;
	margin: 0 20px 20px 0;
	
}

.featured {
	width: 620px;
}

.item img {
	width: 300px;
	object-fit: none; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	height:200px;
  
	
}

.social {width:300px;height:32px;}
  .social img{width:32px;height:32px;margin-top:5px;}
  .item { transition: all 0.5s ease-in-out; }
.item:hover { -webkit-box-shadow: 0px 0px 4px 2px #000;
    -moz-box-shadow: 0px 0px 4px 2px #000;
    box-shadow: 0px 0px 4px 2px #000;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -kthtml-transition: all 1s linear;
    transition: all 1s linear; }

.featured {
	width: 620px;
}

.featured img {
  width: 620px;
  height: auto;
}

.piccola {
	width: 135px;
}

.piccola img {
  width: 135px;
  height: auto;
}

/* Titles */
h1 {
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #000;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
  margin: 0;
  display: inline;
}

h1 a {
  color: #000;
}

.featured h2 {
  position: absolute;
  bottom: 30px; /*32px*/
  left: 20px;
  right:20px;

  padding: 28px;
  color: #fff;
  margin: 0;
  font: 32px 'Oswald', sans-serif;
      text-shadow: 2px 2px 4px #000000;
  background: rgba(0, 0, 0, 0.0);
}

h2 {
  position: absolute;
  bottom: 0px; /*32px*/
  left: 20px;
  right:20px;
  background: rgba(0, 0, 0, 0.75);
  padding: 4px 8px;
  color: #fff;
  margin: 0;
  font: 13px 'Oswald', sans-serif;
  text-rendering: optimizeLegibility; 
   font-weight: 400; 
}

header {
	text-align: center;
	margin-top: 2px;
	z-index:100;
  position: fixed;
    top: 1px;
 margin-left: 1%;
   
}

header:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 2px auto;
  background-color: #111;

}


.close {
  background: #bf0020;
  background-image: -webkit-linear-gradient(top, #bf0020, #f71818);
  background-image: -moz-linear-gradient(top, #bf0020, #f71818);
  background-image: -ms-linear-gradient(top, #bf0020, #f71818);
  background-image: -o-linear-gradient(top, #bf0020, #f71818);
  background-image: linear-gradient(to bottom, #bf0020, #f71818);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 4px;
  text-decoration: none;
}

.close:hover {
  background: #fc3c3c;
  text-decoration: none;
}







/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */


@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
.item img{width:120px;height:auto;padding;3px;}
.item{padding:5px;} 
.content{width:auto;}
.featured {
	width: 300px;
}header {
	text-align: center;
	margin-top: 2px;
	
  position: fixed;
    top: 1px;
 margin-left: 0;
   
}


h1 {
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 0.6em;
  text-transform: uppercase;
  color: #000;
  letter-spacing: -.1em;
  line-height: 1;
  text-align: center;
  margin: 0;
  display: inline;
}
.featured img {
  width: 300px;
  height: auto;

  background-size:100%;
  background-repeat:no-repeat;
  max-height: 240px; 
  overflow: hidden; 
}

h2 {
  position: absolute;
  bottom: 0px;
  left: 10px;
  right:10px;
  background: #000;
  padding: 4px 8px;
  color: #b30000;
  margin: 0;
  font: 13px 'Oswald', sans-serif;
  text-rendering: optimizeLegibility; 
  background: rgba(0, 0, 0, 0.75);
 
  color: #fff;
   font-weight: 400; 
}

.featured  h2 {
  position: absolute;
  bottom: 10px;
  padding:20px;
  text-shadow: 2px 2px 4px #000000;

  padding: 4px 8px;
  color: #fff;
  margin: 0;
  font: 16px "Oswald", Times, serif;
}



	}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { border:0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
