/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
 
}

.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 {
}
.isotope .isotope-item:hover {}
.hover-img {height:100%; width:100%; position:absolute; }
.hover-img:hover {}
.text-box img:hover{}
/**** 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;
}



#container {  
    margin-bottom: 20px;
    padding: 0px;	
}

.element {
  width: 110px;
  height: 110px;
  margin: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #888;
  color: #222;
  -webkit-border-top-right-radius: 1.2em;
      -moz-border-radius-topright: 1.2em;
          border-top-right-radius: 1.2em;
}



.element * {
  position: absolute;
  margin: 0;
}


.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 {
  border-bottom: 1px solid #DDDDDD;
  clear: both;
  margin-bottom: 30px;
}

#options h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#options h4 { 
  font-weight: bold;
}

#options ul {
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: center;
}

#options ul ul {
  margin-left: 1.5em;
}

#options li {
 	text-align:center;
	display:inline-block;
    margin-bottom: 0;
	padding: 0;
}

#options li a {
    display: block;
    font-size:15px;
	text-transform: capitalize;
	text-decoration: none;
	padding:0px 13px 10px;
}

#options li a:hover {
}

#options li a:active {
 
}

#options li a {
  font-weight:normal;
}

#options li:first-child a {
 
}

#options li:last-child a {
 
}

#options li a.selected {
    /*background: none repeat scroll 0 0 #34BCC5;  */
	border-bottom: 3px solid #222222;
    color: #222222;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
	position: relative;
}
#options li a:hover{   }
/* 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;
}
.text-box {}
.text-box img{}
/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
