/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {

	background: url("../images/background_pattern.jpg") repeat scroll center center transparent;
	padding:10px;
	border:1px solid #E2DFDC;
}
.isotope-item:hover
{
	box-shadow: 0 0 5px #D5CFC4;
}
.isotope-item{max-width:100%;height:auto;}
.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 {
	/*margin-left:20px;
	margin-top:20px;
	height:160px;
	width:210px;
	padding:0;
	  -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;*/
}
.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:5px solid #EFECE6;
  clear: both;
  margin: 20px 0;
}

#options h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#options h4 { 
  font-weight: bold;
}

#options ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

#options ul ul {
  margin-left: 1.5em;
}

#options li {
 	text-align:center;
	display:inline-block;
    margin-bottom: 0;
	padding: 0;
}

#options li a {
   	background: none repeat scroll 0 0 #D5CFC4;
    border-radius: 10px 10px 0 0;
    display: block;
    font-size: 15px;
    margin-right: 5px;
    padding: 7px 15px;
    text-decoration: none;
    text-transform: capitalize;
	color:#5A3320;
}

#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;  */
	background: none repeat scroll 0 0 #EFECE6;
    color: #D15F31;
}
#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 {
    float: left;
    font-size: 14px;
    margin: 13px;
    width: 223px;
	height: auto;
	text-align: center;
}

.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; }
