/*******************************************image-galeria**/

.galeria-thumb {
	width: 235px;
	height: 180px;
	margin: 1px;
	padding: 0px;
	float: center;
	overflow:hidden;

	box-shadow: 0px 0px 5px rgba(147,148,148,0.8);
	
	/* rounded corner */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

.galeria-thumb img{
	bottom: 50px;
	position: center;
	width: auto;
	height: 120%;
	margin:0;
	float: center;
}

/************************************************************************************
MAIN NAVIGATION 980px
*************************************************************************************/
@media all and (max-width : 980px) {
	
	.galeria-thumb {
		width: 30%;
		height: 105px;
		margin: 2px;
		padding: 0px;
		float: center;
		overflow:hidden;

		box-shadow: 0px 0px 5px rgba(147,148,148,0.8);
		
		/* rounded corner */
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
		transition: width 0.7s;
	}

	.galeria-thumb img{
		bottom: 50px;
		position: center;
		width: auto;
		height: 200%;
		margin:0;
		float: center;
	}

}

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/
@media all and (max-width : 810px) {

	.galeria-thumb {
		width: 24%;
		height: 130px;
		margin: 2px;
		padding: 0px;
		float: center;
		overflow:hidden;

		box-shadow: 0px 0px 5px rgba(147,148,148,0.8);
		
		/* rounded corner */
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
		transition: width 0.7s;
	}

	.galeria-thumb img{
		bottom: 50px;
		position: center;
		width: auto;
		height: 180%;
		margin:0;
		float: center;
	}
}

/************************************************************************************
MAIN NAVIGATION 768px
*************************************************************************************/
@media all and (max-width : 768px) {

	.galeria-thumb {
		width: 170px;
		height: 130px;
		margin: 2px;
		padding: 0px;
		float: center;
		overflow:hidden;

		box-shadow: 0px 0px 5px rgba(147,148,148,0.8);
		
		/* rounded corner */
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
		transition: width 0.7s;
	}

	.galeria-thumb img{
		bottom: 50px;
		position: center;
		width: auto;
		height: 120%;
		margin:0;
		float: center;
	}

}

/************************************************************************************
MAIN NAVIGATION 680px
*************************************************************************************/
@media all and (max-width : 680px) {

	.galeria-thumb {
		width: 24%;
		height: 120px;
		margin: 2px;
		padding: 0px;
		float: center;
		overflow:hidden;

		box-shadow: 0px 0px 5px rgba(147,148,148,0.8);
		
		/* rounded corner */
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
		transition: width 0.7s;
	}

	.galeria-thumb img{
		bottom: 50px;
		position: center;
		width: auto;
		height: 120%;
		margin:0;
		float: center;
	}
	
}

/************************************************************************************
MAIN NAVIGATION 450px
*************************************************************************************/
@media all and (max-width : 450px) {

	.galeria-thumb {
		width: 31%;
		height: 100px;
		margin: 2px;
		padding: 0px;
		float: center;
		overflow:hidden;

		box-shadow: 0px 0px 5px rgba(147,148,148,0.8);
		
		/* rounded corner */
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
		transition: width 0.7s;
	}

	.galeria-thumb img{
		bottom: 50px;
		position: center;
		width: auto;
		height: 120%;
		margin:0;
		float: center;
	}
	
}