/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/* required for containers to inherit vertical size from window */


#container {
  padding: 5px;
  margin-bottom: 20px;
  margin-left:120px;
}

.element {
  width: 340px;
  height: 218px;
  margin: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  
}

.element h1{
  font-family: TradeGothic , verdana, helvetica, sans-serif; 
  font-size:13px;
  color:#000; 
  line-height:32px;
  padding-top:188px;
  left:7px;
  }
.element:hover{ background-color:#aaaaaa; color:#fff; cursor:pointer;}	


.element * {
	position: absolute;
	margin: 0;

}

.element .symbol {
  left: 0.2em;
  top: 0.4em;
  font-size: 3.8em;
  line-height: 1.0em;
  color: #FFF;
}
.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 ****/

#options {
  padding-bottom: 1.0em;
  position: relative; top: -50%; width:88px; margin-left:16px; 
}


#options ul {
  margin: 0;
  list-style: none;
}

#options ul ul {
  margin-left: 1.3em;
}

#options li {
  float: left;
}

#options li a {
  display: block;
  width:78px;
  height:30px; 
  background-color: #DDD;
  color: #222;

}

#options li a:hover {
  background-color: #5BF;
}

#options li a:active {
  background-color: #39D;
}

#options li a {
}


#options li a.selected {
  background-color: #f1c427;
  text-shadow: none;
  color: #333333;
}

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
