.container {
	position: relative;
    height: 50px;
    min-height: 110%;
    width: 20%;
    float: right;
    margin-top:2%;
	box-shadow: 0 0 4px #000000;
	background: #EDEDEB;
	background: #EDEDEB -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#6#EDEDEB66)) no-repeat;
	background: #EDEDEB -moz-linear-gradient(top,  #ccc,  #EDEDEB) no-repeat;
	border-top: 1px solid #ccc;
    border-radius:35px 0 0 35px;
}
.image-filters input 
{ 
	display: none; 
}
/* ----- ACTION ----- */
.image-filters.active label{
	background: #EDEDEB;
	background: #EDEDEB -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#6#EDEDEB66)) no-repeat;
	background: #EDEDEB -moz-linear-gradient(top,  #ccc,  #EDEDEB) no-repeat;
	border-top: 1px solid #ccc;
	text-shadow: 0 -1px 2px #D9D9D9, #ccc 0 1px 2px;
	margin-bottom: -5%;
	box-shadow: 0 0 2px #000000;
}

.image-filters.active input:checked + label 
{
	width: 98%;
	color: #000000; 
	border-radius: 35px 0 0 35px; 
}
.image-filters input:checked + label 
{ 
	background: #EDEDEB;
	background: #EDEDEB -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#6#EDEDEB66)) no-repeat;
	background: #EDEDEB -moz-linear-gradient(top,  #ccc,  #EDEDEB) no-repeat;
	border-top: 1px solid #ccc;
	z-index: 99999;
	height: 41px;
	margin:auto;
	padding: auto;
}
.image-filters input:not(:checked) + label:hover {
  	border-bottom: 1px solid #ccc;
	border-top: 1px solid #D9D9D9;
	box-shadow: 0 0 4px #000000;
    color: #000000;
}
/* ----- LABEL ----- */
.image-filters label {
	width: 98%;
	border-radius: 35px 0 0 35px; 
	min-height: 30px;
	white-space: nowrap;
	display: block;
	position: absolute;
	padding: 2% 1% 1% 1%;
	z-index: 10;
	cursor: pointer;
	font-size: 80%;
	margin: 0px;
}
.image-filters.active label#first1{
	margin-bottom: 3%;
}
.image-filters label span a{
	color:#C32329;
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
}
.image-filters label.second2 a{
	color:#2E2E2D;
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
	display: block;
	text-align: left;
	margin-top: 2px;
}
.image-filters label.third3 a{
	color:#2E2E2D;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	text-align: left;
	margin-top: -2px;
}



.image-filters label.second2 {

}
/* ----- IMAGE ----- */
.image-filters label img.first{
	width:30%;
	float: left;
	margin-top: -2px;
	margin-right:10px;
	margin-left:10px;
}
.image-filters label img.second{
	width:27px;
	height: 27px;
	margin-left:5px;
	margin-right:15px;
	float: left;
	margin-top:1px;
}
.image-filters label img.third{
	width:27px;
	height: 27px;
	margin-left:5px;
	float: left;
	margin:5px;
}
/* ----- ARROW ----- */
.image-filters.active input:checked + label:after {
	background:url("") no-repeat 1px 19px;
	display: inline-block;
	line-height: 1;
}
.image-filters input:checked + label:after { 
	background: url("") no-repeat 1px 19px;
	content: "";
	padding: 10px 5px 15px 5px;
	position: absolute;
	top: 0;
	width: 10px;
	height: 100%;
	right: 0;
}

