
/* 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.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;
}

/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */
html,
body {
  /* height: 100%; */
}

#container {
  width: 100%;
  margin: 0 auto;
}

.element {
  width: 169px;
  height: 120px;
  margin: 0px 5px 5px 0;
  float: left;
  overflow: hidden;
  position: relative;
  background: #888;
  color: #222;

}

.element * {
  position: absolute;
  margin: 0;
}

.element .symbol {
  left: 0.2em;
  top: 0.4em;
  font-size: 3.8em;
  line-height: 1.0em;
  color: #FFF;
  font-weight: 300;
}
.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 { display: none; }
.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: 343px; }
.variable-sizes .element.width3 { width: 517px; }

.variable-sizes .element.height2 { height: 245px; }
.variable-sizes .element.height3 { height: 325px; }



.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;
}

#options h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#options h4 { 
  font-weight: bold;
}

#options ul {
  margin: 0;
  list-style: none;
}

#options ul ul {
  margin-left: 1.5em;
}

#options li {
  float: right;
  margin-bottom: 0.2em;
}

/* Combination filter options*/
#options #filters {float: right; min-width:452px;}
#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;
}
#options li a {
display: block;
padding: 0.17em 0em 0.17em 0.9em;
color: #202020;
font-weight: normal;
font-size: 14px;
text-transform: uppercase;
font-family: "Dosis", Arial, sans-serif;
text-decoration: none;
}

#options li a.selected {
	color: #e4341c;
	font-weight: 700;
}

#options li a:hover {
	color: #e4341c;
}
#options #toggle-sizes a {
background: url(../images/change-view.png) no-repeat top left transparent;
text-indent: -9999px;
width: 28px;
height: 18px;
padding: 0!important;
float: left;
margin-left: 20px;
margin-top: 3px;
}

#options #toggle-sizes a:first-child {
background: url(../images/change-view.png) no-repeat bottom left transparent;
text-indent: -9999px;
width: 28px;
height: 18px;
padding: 0!important;
}

#options #toggle-sizes a:hover {
background: url(../images/change-view.png) no-repeat top right transparent;
border-radius: 0px;
}
#options #toggle-sizes a:first-child:hover{
background: url(../images/change-view.png) no-repeat bottom right transparent;
border-radius: 0px;
}
#options #toggle-sizes a:first-child.toggle-selected {
background-position: bottom right;
}
#options #toggle-sizes a.toggle-selected {
background-position: top right;
}
#etc {float: left;}

.portfolio-overlay {background: transparent url(../images/75p-black.png) top right; width:100%; height:100%; z-index: 3;}
.element-details {position: absolute; bottom:10px; z-index:4; right:10px; opacity:0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
.element-details  *{position: static;}
.element-details .element-name {font-size: 14px; color: #ffffff; margin:0 0 10px 0; font-weight: normal;line-height: 12px; }
.element-details li {font-size: 12px; color: #ffffff; line-height: 10px;}