/*******************************************image-galeria**/

.galeria-thumb {
	width: 25%;
	height: 220px;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow:hidden;
	
	/* 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: 150%;
	height: auto;
	margin:0;
	float: center;
}

/************************************************************************************
MAIN NAVIGATION 980px
*************************************************************************************/
@media all and (max-width : 980px) {
	
	.galeria-thumb {
		width: 25%;
		height: 150px;
		margin: 0px;
		padding: 0px;
		float: center;
		overflow:hidden;
		
		/*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{
		text-align: center;
		bottom: 50px;
		position: center;
		width: 150%;
		height: auto;
		margin:0;
		float: center;
	}
}

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/
@media all and (max-width : 810px) {
	
	.galeria-thumb {
		width: 25%;
		height: 120px;
		margin: 0px;
		padding: 0px;
		float: center;
		overflow:hidden;
		
		/*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{
		text-align: center;
		bottom: 50px;
		position: center;
		width: 150%;
		height: auto;
		margin:0;
		float: center;
	}
}

/************************************************************************************
MAIN NAVIGATION 768px
*************************************************************************************/
@media all and (max-width : 768px) {

	.galeria-thumb {
		width: 25%;
		height: 120px;
		margin: 0px;
		padding: 0px;
		float: center;
		overflow:hidden;
		
		/*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{
		text-align: center;
		bottom: 50px;
		position: center;
		width: 150%;
		height: auto;
		margin:0;
		float: center;
	}
}

/************************************************************************************
MAIN NAVIGATION 680px
*************************************************************************************/
@media all and (max-width : 680px) {

	.galeria-thumb {
		width: 25%;
		height: 100px;
		margin: 0px;
		padding: 0px;
		float: center;
		overflow:hidden;
		
		/*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{
		text-align: center;
		bottom: 50px;
		position: center;
		width: 150%;
		height: auto;
		margin:0;
		float: center;
	}	
}

/************************************************************************************
MAIN NAVIGATION 510px
*************************************************************************************/
@media all and (max-width : 510px) {

	.galeria-thumb {
		width: 50%;
		height: 140px;
		margin: 0px;
		padding: 0px;
		float: center;
		overflow:hidden;
		
		/*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{
		text-align: center;
		bottom: 50px;
		position: center;
		width: 150%;
		height: auto;
		margin:0;
		float: center;
	}	
}

/************************************************************************************
MAIN NAVIGATION 450px
*************************************************************************************/
@media all and (max-width : 450px) {

	.galeria-thumb {
		width: 50%;
		height: 120px;
		margin: 0px;
		padding: 0px;
		float: center;
		overflow:hidden;
		
		/*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{
		text-align: center;
		bottom: 50px;
		position: center;
		width: 150%;
		height: auto;
		margin:0;
		float: center;
	}	
}