@charset "utf-8";
/* 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;
}




/* required for containers to inherit vertical size from window */

#container {
    margin:20px auto;
}

div.element {
  width: 149px;
  height: 149px;
  margin: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #f7f7f7;
  color: #222;
}

div.element a.hover img{
	background-color: rgba(0,0,0,0.8);
	color:#FFF;
	padding:10px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity:0;

}

div.element a.hover img, a:hover img {
	opacity: 0.2;
}

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

#options {
  padding-bottom: 1.0em;
    margin:0 auto;
    margin-top: 100px;
}

/**
#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;
  letter-spacing:-0.51em;
}

#options li {
	display: inline-block;
    *display: inline;
    *zoom: 1;
	float: left;
  	margin-bottom: 0.2em;
    text-align:center;

}

#options li:before {
	position: absolute;
    display: inline-block;
    content: "/";
    padding: 0 15px 0 3px;
    color: #103AAB;
	border: 0;

}

#options li:first-child:before {
    display: none;
}


#options li a {
  display: block;
  padding: 0.8em 1em;
  /**background-color: #DDD;**/
  color: #fff;
  font-weight: bold;	
}

#options li a:hover {
	color: #103AAB;
}

#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 {
	color: #103AAB;
}

#options li img{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align:center;
}


/*	CATEORY MENU
/*--------------------------*/

#options .col {
	font-size: 11px;
  	z-index: 1;
}
/*	CATEORY MENU 01 */
#options .categoryi01 a {
    padding: 0.8em 1em;
    /**background-color: #DDD;**/
    color: #323232;
    font-weight: bold;
    background: url(../i/categorylist_01_b.png) no-repeat;
    background-size: 50%;
    background-position: top;
	display: inline-block;
}

#options .categoryi01 a:hover {
	color: #004098;
	background: url(../i/categorylist_01.png) no-repeat;
	background-size: 50%;
	background-position: top;
	text-decoration: none;
}

#options .col a:hover img {
	visibility:hidden;
}

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

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

#options .col img{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align:center;
	visibility:hidden;
}
#options .categoryi01 a.selected {
	color: #004098;
	background: url(../i/categorylist_01.png) no-repeat;
    background-size: 50%;
    background-position: top;
	z-index: 2;
}

/*	CATEORY MENU 00 */
#options .categoryi00 a {
    padding: 0.8em 1em;
    /**background-color: #DDD;**/
    color: #323232;
    font-weight: bold;
    background: url(../i/categorylist_00_b.png) no-repeat;
    background-size: 50%;
    background-position: top;
	display: inline-block;
}
#options .categoryi00 a:hover {
	color: #1FC1CF;
	background: url(../i/categorylist_00.png) no-repeat;
	background-size: 50%;
	background-position: top;
	text-decoration: none;
}
#options .categoryi00 a.selected {
	color: #1FC1CF;
	background: url(../i/categorylist_00.png) no-repeat;
    background-size: 50%;
    background-position: top;
	z-index: 2;
}

/*	CATEORY MENU 02 */
#options .categoryi02 a {
    padding: 0.8em 1em;
    /**background-color: #DDD;**/
    color: #323232;
    font-weight: bold;
    background: url(../i/categorylist_02_b.png) no-repeat;
    background-size: 50%;
    background-position: top;
	display: inline-block;
}
#options .categoryi02 a:hover {
	color: #007F5A;
	background: url(../i/categorylist_02.png) no-repeat;
	background-size: 50%;
	background-position: top;
	text-decoration: none;
}
#options .categoryi02 a.selected {
	color: #007F5A;
	background: url(../i/categorylist_02.png) no-repeat;
    background-size: 50%;
    background-position: top;
	z-index: 2;
}

/*	CATEORY MENU 03 */
#options .categoryi03 a {
    padding: 0.8em 1em;
    /**background-color: #DDD;**/
    color: #323232;
    font-weight: bold;
    background: url(../i/categorylist_03_b.png) no-repeat;
    background-size: 50%;
    background-position: top;
	display: inline-block;
}
#options .categoryi03 a:hover {
	color: #535CA8;
	background: url(../i/categorylist_03.png) no-repeat;
	background-size: 50%;
	background-position: top;
	text-decoration: none;
}
#options .categoryi03 a.selected {
	color: #535CA8;
	background: url(../i/categorylist_03.png) no-repeat;
    background-size: 50%;
    background-position: top;
	z-index: 2;
}

/*	CATEORY MENU 04 */
#options .categoryi04 a {
    padding: 0.8em 1em;
    /**background-color: #DDD;**/
    color: #323232;
    font-weight: bold;
    background: url(../i/categorylist_04_b.png) no-repeat;
    background-size: 50%;
    background-position: top;
	display: inline-block;
}
#options .categoryi04 a:hover {
	color: #F08300;
	background: url(../i/categorylist_04.png) no-repeat;
	background-size: 50%;
	background-position: top;
	text-decoration: none;
}
#options .categoryi04 a.selected {
	color: #F08300;
	background: url(../i/categorylist_04.png) no-repeat;
    background-size: 50%;
    background-position: top;
	z-index: 2;
}

/*	CATEORY MENU 05 */
#options .categoryi05 a {
    padding: 0.8em 1em;
    /**background-color: #DDD;**/
    color: #323232;
    font-weight: bold;
    background: url(../i/categorylist_05_b.png) no-repeat;
    background-size: 50%;
    background-position: top;
	display: inline-block;
}
#options .categoryi05 a:hover {
	color: #DB536B;
	background: url(../i/categorylist_05.png) no-repeat;
	background-size: 50%;
	background-position: top;
	text-decoration: none;
}
#options .categoryi05 a.selected {
	color: #DB536B;
	background: url(../i/categorylist_05.png) no-repeat;
    background-size: 50%;
    background-position: top;
	z-index: 2;
}

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

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

@media only screen and (max-width:480px){
    #container {
        width:100%;
        margin:10px auto;
	}
    #options {
    	width:320px;
	}
    #options li {
    	width:100px;
	}
    #options li:first-child a {
  		border-radius: 0;
	}

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


/*	CATEORY OVERLAY
/*--------------------------*/

a.opcaption {
	display: block;
	float: left;
	overflow: hidden;
	width: 145px;
	text-decoration: none;
}

.opcaption img {
	height: auto;
	-webkit-transition:all 0.25s ease-in-out;
            transition:all 0.25s ease-in-out;
	width: 100%;
	vertical-align: bottom;
}


figure {
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}


figcaption {
	background-color: rgba(0,0,0,0);
	color: #000;
	opacity: 0;
	font-size: 13px;
	line-height: normal;
	position: relative;
	text-align: left;
	-webkit-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 10px;
	width: 130px;
	margin: auto;
	padding-bottom: 5px;
}

a:hover>figure img {
       transform: scale(1.15,1.15);
       -webkit-transform:scale(1.15,1.15);
       -moz-transform:scale(1.15,1.15);
       -ms-transform:scale(1.15,1.15);
       -o-transform:scale(1.15,1.15);
}

figure.overlay:hover figcaption {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

a:hover>figure figcaption {
	opacity: 1;
}

