div#class_filter {
	margin: 20px auto 0;
	overflow: hidden;
	width: 100%;
}

.filter {
	font-size: 13px;
	color: #fff;
	background-color: #81a2d1;
	padding: 10px 20px;
	margin: 0 10px 20px 10px;
	line-height: 3.0;
    border-radius: 10px;
    text-shadow: none !important;
}
.filter h3 {
	text-shadow:none;

}
.filter select{
	width: 150px;
	margin-left:10px;
}


ul#portfolio { float: left; list-style: none; margin-left: 0; width: 100%; }
ul#portfolio li {
	line-height: 2.0;
	display: inline-block;
    border: none;
    float: left;
    margin: 0 2% 20px 2%;
    padding: 0 0;
	width: 21%;
	text-align: center;
}
ul#portfolio img {
	display: block;
}
ul#portfolio a {
	color: #0346a3;
	width: 100%;
	margin: 100px 0;
	text-shadow: none;
}
ul#portfolio a:hover { text-decoration: none; }
ul#portfolio img { display: block; 	width: 100%; }



#portfolio li {
  position: relative;
}

#portfolio li:last-child {
    margin-right: 0;
  }
#portfolio {
  font-size: 14px;
  font-weight: nomal;
  text-align: center;
  line-height: 1;
  width: 100%;
  padding: 1.0em 0; 
  margin-left: 0px;
  margin-right: 0px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}




#portfolio a{
  color: #333;
  text-decoration: none;
}

.hidden{
	display: none !important;
}

/*Media queries<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/* Smaller than standard 960 */
@media only screen and (max-width: 959px) {
		
	#portfolio {
		font-size: 12px;
	}
	
}

/* Tablet portrait size to standard 960*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
		

}

/* All mobile sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	#portfolio {
  		font-size: 14px;
  	}
		
}

/* Mobile landscape size to tablet portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	ul#portfolio li {
		margin: 0 2% 15px 2%;
		padding: 0 0;
		width: 29%;
		font-size: 12px;

	}
	#portfolio {
  		
  	}
}

/* Mobile portrait size to mobile landscape size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	ul#portfolio li {
    	margin: 0 2% 10px 2%;
    	padding: 0 0;
		width: 46%;
		font-size: 12px;
	}
	
	
	#portfolio p {
		font-size: 12px;
	}
  
}
