.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* @group flipster Navigation */
.flipster{
  display: block;
 
  height: 25px;
  font-size: 0.0px;
  margin: 0;
  padding: 5px 5px 0;
  text-align: justify;
  margin-bottom: 52px;
  position: relative;

  list-style-type: none;
}
.flipster {
  content: '';
  display: inline-block;
  width: 100%;
}
.flipster{
  display: inline-block;
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}



.flip-nav-category-link {color:#fff;display:inline-block;width:1px;overflow:hidden;}
.flip-nav-item {
width:90px;
float:left;
margin-right:48px;
position:relative;
}
.flip-nav-item i {
	display:block;width:21px;height:18px;position:absolute;left:35px;top:-20px;background:url(../images/index_19.png) no-repeat center;
}



.flip-nav-item-link {
	width:90px;
	padding-top:75px;
	display:inline-block;
}

.i1{background:url(../images/index_23.png) no-repeat center top;}
.i2{background:url(../images/index_31.png) no-repeat center top;}
.i3{background:url(../images/index_33.png) no-repeat center top;}
.i4{background:url(../images/index_35.png) no-repeat center top;}
.i5{background:url(../images/index_25.png) no-repeat center top;}
.i6{background:url(../images/index_27.png) no-repeat center top;}
.i7{background:url(../images/index_29.png) no-repeat center top;}
.i8{background:url(../images/index_37.png) no-repeat center top;}
.i9{background:url(../images/index_39.png) no-repeat center top;}

/* @end */
/* @group Previous & Next Buttons */
.flipster .flipto-prev,
.flipster .flipto-next {
  position: absolute;
  top: 50%;
  z-index: 999;
  display: block;
  padding: 10px;
  margin-top: 25px;
  background-color: #da0d25;
  color: #FFF;
  border: solid 2px #da0d25;
  -ms-transition: background-color 300ms ease;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.flipster .flipto-prev:hover,
.flipster .flipto-next:hover {
  background-color: #FFF;
  color: #da0d25;
}
.flipster .flipto-prev {
  left: 0;
}
.flipster .flipto-next {
  right: 0;
}
/* @end */