@charset "utf-8";
/* CSS Document */

/* Start: Recommended Isotope styles */

body {
	background-color:#fff;
	background: -moz-linear-gradient(top,  rgba(239,239,239,0.65) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,0.65)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(239,239,239,0.65) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(239,239,239,0.65) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(239,239,239,0.65) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(239,239,239,0.65) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6efefef', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
     background-repeat:no-repeat;



}

#container-p {
  padding: 0.5%;
}


/**** 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.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:      -o-transform, 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;
}



/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */


.element {
  /*width:230px; */
  width:325px;
  margin: 5px;
  float:left;
  overflow: hidden;
  position: relative;
  background: #fff;
  border:1px solid #e8e8e8;
  /*-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);*/
  color: #222;
  padding:8px;
  /*-webkit-border-bottom-left-radius: 1.9em;
      -moz-border-radius-bottomleft: 1.9em;
          border-bottom-left-radius: 1.9em;*/
		  
	

}

.element.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element.other.nonmetal  { background: #00F; background: hsl( 252, 100%, 50%); }
.element.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }


.element * {
  /*position: absolute;*/
  margin: 0;
  width:150px; 
  float:left;
}

.element .symbol {
  left: 0.2em;
  top: 0.4em;
  font-size: 3.8em;
  line-height: 1.0em;
  color: #FFF;
  
}
.element.large .symbol {
  font-size: 4.5em;
}

.element.fake .symbol {
  color: #000;
}

.element .name {
  left: 0.5em;
  bottom: 1.6em;
  font-size: 1.05em;
}

.element .weight {
  font-size: 0.9em;
  left: 0.5em;
  bottom: 0.5em;
}

.element .number {
  font-size: 1.25em;
  font-weight: bold;
  color: hsla(0,0%,0%,.5);
  right: 0.5em;
  top: 0.5em;
}

.variable-sizes .element.width2 { width: 230px; }

.variable-sizes .element.height2 { height: 230px; }

.variable-sizes .element.width2.height2 {
  font-size: 2.0em;
}

.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;
  margin-top:15px;
  margin-left:22%;
  font-size:14px;
  font-family: 'tradegothicregular', serif;	
  
}


#options ul {
  margin: 0;
  list-style: none;
}

#options ul ul {
  margin-left: 1.5em;
}

#options li {
  float: left;
  margin-bottom: 0.2em;
}

#options li a {
  display: block;
  padding: 0.9em 0.9em;
  background-color: #ffffff;
  border: 1px solid #eee;
  color: #666;
  font-weight: normal;
  text-transform:uppercase;
}

#options li a:hover {
  background-color: #eee;
  
  text-decoration:none;
  /*-webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.4 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.4 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.4 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.4 );*/
}

#options li a:active {
  background-color: #333a33;
 /* -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.4 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.4 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.4 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.4 );*/
}

#options li a {
  border-left:  1px solid hsla( 0, 0%, 100%, 0.1 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.1 );
}

#options li:first-child a {
  border-radius: 6px 0 0 6px;
  border-left: 1px solid #eee;
}

#options li:last-child a {
  border-radius: 0 6px 6px 0;
  border-right: 1px solid #eee;
}

#options li a.selected {
  background-color: #555;
  text-shadow: none;
  color: white;
  /*-webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.4 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.4 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.4 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.4 );*/
}

/* Combination filter options*/

#options .option-combo {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

#options .option-combo ul {
  margin-right: 20px;
  display: inline-block;
}

#options .option-combo h2,
#options .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

/**** Infinite Scroll ****/

#infscr-loading {
  position: fixed;
  text-align: center;
  bottom: 30px;
  left: 42%;
  z-index: 100;
  background: white;
  background: hsla( 0, 0%, 100%, 0.9 );
  padding: 20px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}



/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
