/* 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:      -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;
}


/**** Base styles ****/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
max-width: 100%;
height: auto;
}

.element {
  width: 150px;
  height: 240px;
  margin: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #fff;
  color: #222;
  /* percentage-based widths for fluid/responsive layout */
  margin: 5px 0;
  width: 24%;
}
/*
.element * {
  position: absolute;
  margin: 0;
}
*/

.variable-sizes .element.width2 { 
  width: 310px; 
  /* percentage-based widths for fluid/responsive layout */
  width: 49%;
}

.variable-sizes .element.height2 { height: 490px; }
.variable-sizes .element.height3 { height: 3000px; }

.variable-sizes .element.width2.height2 {
  font-size: 1.0em;
}
.variable-sizes .element.width2.height3 {
	font-size: 1em;
	line-height: 140%;
}

.element.large,
.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
  font-size: 3.0em;
  width: 310px;
  height: 640px;
  z-index: 100;
  /* percentage-based widths for fluid/responsive layout */
  width: 58%;
}
.variable-sizes .element.large.width2.height3 {
  font-size: 3.0em;
  width: 310px;
  height: 640px;
  z-index: 100;
  /* percentage-based widths for fluid/responsive layout */
  width: 58%;
}



@media screen and (max-width: 600px) {
  .element {
    /* percentage-based widths for fluid/responsive layout */
    margin: 5px 0;
    width: 48%;
  }
  
  .variable-sizes .element.width2 { 
    /* percentage-based widths for fluid/responsive layout */
    width: 98%;
  }
  
  .element.large,
  .variable-sizes .element.large,
  .variable-sizes .element.large.width2.height2 {
    /* percentage-based widths for fluid/responsive layout */
    width: 58%;
  }
  .variable-sizes .element.large.width2.height3 {
    /* percentage-based widths for fluid/responsive layout */
    width: 58%;
  }
  
}



/**** Example Options ****/

#options {
	padding-bottom: 0.45em;
	padding-left: 0em;
}

#options h3 {
	margin-bottom: 0.2em;
	font-size: 15px;
	display: none;
}

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

#options ul ul {
	margin-left: 1.5em;
}
#index #pagetop #main #options #filters {
	float: left;
}


#options li {
	float: left;
	height: 30px;
	display: block;
}

#options li a {
	display: block;
	color: #222;
	font-weight: bold;
	height: 30px;
	width: 43px;
}

#options li:first-child a {
  border-radius: 7px 0 0 7px;
  border-left: none;
}

#options li:last-child a {
  border-radius: 0 7px 7px 0;
}

#options li a.selected {
  background-color: #13F;
  text-shadow: none;
  color: white;
}


/**** Horizontal ****/

.horizontal #container {
  height: 80%;
}

#copy {
  max-width: 640px;
}


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