/* Start: Recommended Isotope styles */

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}


/**** Base styles ****/

/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */
html,
body {
  height: 100%;
}

#container {
  border: 1px solid #666;
  padding: 5px;
  margin-bottom: 20px;
}

.element 
{
width: 110px;
height: 110px;
margin: 5px;
float: left;
overflow: hidden;
position: relative;
background: #888;
color: #222;
-webkit-border-top-right-radius: 1.2em;
-moz-border-radius-topright: 1.2em;
border-top-right-radius: 1.2em;
}


.element.iso_dc_cronometri   { background: #F00; background: hsl(   0, 100%, 50%); }
.element.iso_dc_u1           { background: #F80; background: hsl(   0, 100%, 50%); }
.element.iso_dc_XXonometri   { background: #FF0; background: hsl(  36, 100%, 50%); }
.element.iso_dc_orologi      { background: #0F0; background: hsl(  72, 100%, 50%); }
.element.iso_dc_fotocellule  { background: #0F8; background: hsl( 108, 100%, 50%); }
.element.iso_dc_finish       { background: #0FF; background: hsl( 108, 100%, 50%); }
.element.iso_dc_transponder  { background: #08F; background: hsl( 144, 100%, 50%); }
.element.iso_dc_altro        { background: #FF0; background: hsl( 180, 100%, 50%); }
.element.iso_dc_nuoto        { background: #F0F; background: hsl( 216, 100%, 50%); }
.element.iso_dc_tabelloni    { background: #FC8; background: hsl( 555, 100%, 50%); }
.element.iso_dc_u2           { background: #80F; background: hsl( 288, 100%, 50%); }
.element.iso_dc_u3           { background: #880; background: hsl( 324, 100%, 50%); }


.element * {
  position: absolute;
  margin: 0;
}
    
.element .name {
  left: 0.5em;
  bottom: 1.6em;
  font-size: 1.05em;
}

.element .iso_img
{
    margin: 2px;
    height: 75px;
    top: 5px;
    left: 5px;
}   

.element .weight {
  font-size: 0.9em;
  left: 0.5em;
  bottom: 0.5em;
}

.element .iso_nome
{
    font-size: 1.0em;
    font-weight: bold;
    color: black; /* hsla(0,0%,0%,.5); */
    left: 0.4em;
    bottom: 0.4em;
}

.element .iso_descr
{
    visibility: hidden;
}

.element .iso_forni
{
    visibility: hidden;
}

.element .iso_prodo {
    visibility: hidden;
}
.element .iso_link  { visibility:hidden;}

.variable-sizes .element.width2 { width: 230px; }

.variable-sizes .element.height2 { height: 230px; }

.variable-sizes .element.width2.height2 {
  font-size: 2.0em;
}
.element.large .iso_descr {
    visibility: visible;
    font-size: 12pt;
    color: black; /* hsla(0,0%,0%,.5); */
    left: 0.4em;
    top: 4.0em;
    font-weight: normal;
    right: 0.4px;
}

.element.large .iso_forni {
    visibility: visible;
    font-size: 12pt;
    color: black; /* hsla(0,0%,0%,.5); */
    left: 0.4em;
    top: 14.0em;
    font-weight: normal;
    right: 0.4px;
}

.element.large .iso_prodo {
    visibility: visible;
    font-size: 12pt;
    color: black; /* hsla(0,0%,0%,.5); */
    left: 13.4em;
    top: 14.1em;
    font-weight: normal;
    right: 0.4px;
}

.element.large .iso_link 
{
    visibility:visible;
}

.element.large,
.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
  font-size: 3.0em;
  width: 350px;
  height: 350px;
  z-index: 100;
}

.clickable .element:hover {
  cursor: pointer;
}

.clickable .element:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
}

.clickable .element:hover h2 {
  color: white;
}

/**** Example Options ****/

/**** Photo demo ****/
/**** Docs ****/

/**** Doc page nav ****/

/* Tagline */
/* as-is from MIT */

/* Commercial license blurb */

/**** Pygments ****/
/* comment */

/**** Super list ****/


/**** Sites using Isotope ****/

/**** Infinite Scroll ****/

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
