/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

#the-wiw .isotope-item {
    z-index: 2;
}

#the-wiw .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

#the-wiw .isotope,
#the-wiw .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;
}

#the-wiw .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;
}

#the-wiw .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;
}

#the-wiw #wiw-container {
  padding: 5px;
  margin-top: 20px;
  margin-left: 18px;
  margin-bottom: 20px;
}

#the-wiw #options {
	padding-bottom: 1.0em;
}

#the-wiw #options h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#the-wiw #options h4 {
 
  font-weight: bold;
}

#the-wiw #options ul {
  margin: 0;
  list-style: none;
}

#the-wiw #options ul ul {
  margin-left: 1.5em;
}

#the-wiw #options li {
  float: left;
  margin-bottom: 0.2em;
}

#the-wiw #options li a {
  display: block;
  padding: 0.7em;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
background-color: rgba(53, 59, 63, 0.5);
background-color: transparent \9;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc2478a2, endColorstr=#cc2478a2)";
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);
border-color: rgba(0, 0, 0, 0.2);
min-width: 50px;
text-align: center;
text-transform: uppercase;
}

#the-wiw #options li a:hover {
  background-color: #EEE3A7;
  color: #000000;
}

#the-wiw #options li a:active {
  background-color: #B68D37;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#the-wiw #options li a {
  border-left:  1px solid #000000;
  border-right: 1px solid #000000;
}

#the-wiw #options li:first-child a {
  border-left: none;
}

#the-wiw #options li:last-child a {
  border-radius: 0px;
}

#the-wiw #options li a.selected {
  background-color: #B68D37;
  text-shadow: none;
  color: #000000;
}

/* Combination filter options*/

#the-wiw #options .option-combo {
  display: inline-block;
  margin-right: 10px;
}

#the-wiw #options .option-combo ul {
  display: inline-block;
  width: 882px;
  float: right;
  margin-left: 8px;
}

#the-wiw #options .option-combo h2,
#the-wiw #options .option-combo h4 {
margin-bottom: 5px;
display: inline-block;
vertical-align: top;
margin-top: 5px;
min-width: 50px;
}

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
#the-wiw .clearfix:before, .clearfix:after {
 content: ""; display: table;
}

#the-wiw .clearfix:after {
 clear: both;
}

#the-wiw .clearfix {
 zoom: 1;
}

#the-wiw .char-list {
	width: 210px;
        height: 215px;
	margin: 5px;
	float: left;
	color: #a9a9a9;
	padding: 5px;
	font-size: 12px;
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.13);
-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.13);
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3), inset 0px 1px 0px rgba(255, 255, 255, 0.13);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background: rgba(0, 0, 0, 0.2);
text-align: center;
border: 1px solid #000;
	font-family: Cuprum;
	font-weight: normal !important;
}

#the-wiw .sortlabel {
float: left;
}

#the-wiw .char-list img {
max-width: 200px; max-height: 200px; overflow: hidden; border: 1px solid #073a4b;
}

#the-wiw table.filter {
	width: 910px;
	border-spacing: 2px;
    border-collapse: separate;
	margin-left: auto;
    margin-right: auto;
}

#the-wiw .wiw-sort {
	background: #262421;
	width: 130px;
	height: 30px;
	text-align: center;
	font-family: Cuprum;
}

#the-wiw .wiw-sort a{
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	color: #7f7f7f;
}

#the-wiw .wiw-sort a.selected {
	font-weight: bold;
	color: #9d8e5f;
}

#the-wiw .wiw-clear {
	width: 130px;
}

#the-wiw .sortlable {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #969696;
	width: 112px;
	font-family: Play;
}

#the-wiw .bold {
	font-weight: bold;
}

#wiw {
	padding: 10px;
}

