
#galeria-thumb{
	width: 100%;
	min-height: 10px;
	margin: 40px auto;
	padding: 2px;
	overflow: hidden;
	
	/* flexbox */
	display: flex;
	flex-wrap: wrap; /*nowrap*/
	flex-direction: row;	
	justify-content: /*flex-start center space-between space-around*/ center;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
}

/*******************************************image-galeria**/

.galeria-thumb {
	width: 23%;
	height: 200px;
	margin: 10px;
	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;
}


/*******************************************image-galeria**/

	.galeria-thumb-2 {
		width: 46%;
		height: 200px;
		margin: 10px;
		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-2 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: 100%;
		min-height: 10px;
		margin: 40px auto;
		padding: 2px;
		overflow: hidden;
		
		/* flexbox */
		display: flex;
		flex-wrap: wrap; /*nowrap*/
		flex-direction: row;	
		justify-content: /*flex-start center space-between space-around*/ center;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}
	
	.galeria-thumb {
		width: 24%;
		height: 125px;
		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;
	}
	
	.galeria-thumb-2 {
		width: 46%;
		height: 200px;
		margin: 5px;
		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-2 img{
		bottom: 50px;
		position: center;
		width: auto;
		height: 120%;
		margin:0;
		float: center;
	}


}

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/
@media all and (max-width : 810px) {
	
	.galeria-thumb {
		width: 24%;
		height: 110px;
		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 768px
*************************************************************************************/
@media all and (max-width : 768px) {
	
	.galeria-thumb {
		width: 150px;
		height: 90px;
		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: 100%;
		height: auto;
		margin: 10px 10px;
		padding: 2px;
		
		/* flexbox */
		display: flex;
		flex-wrap: wrap; /*nowrap*/
		flex-direction: row;	
		justify-content: /*flex-start center space-between space-around*/ center;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}
		
	.galeria-thumb {
		width: 30%;
		height: 90px;
		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;
	}
	
	.galeria-thumb-2 {
		width: 46%;
		height: 200px;
		margin: 5px;
		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-2 img{
		bottom: 50px;
		position: center;
		width: auto;
		height: 120%;
		margin:0;
		float: center;
	}
}

/************************************************************************************
MAIN NAVIGATION 510px
*************************************************************************************/
@media all and (max-width : 510px) {
	
	#galeria-thumb{
		width: 95%;
		min-height: 10px;
		margin: 10px 10px;
		padding: 2px;
		overflow: hidden;
		
		/* flexbox */
		display: flex;
		flex-wrap: wrap; /*nowrap*/
		flex-direction: row;	
		justify-content: /*flex-start center space-between space-around*/ center;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}
		
	.galeria-thumb {
		width: 24%;
		height: 90px;
		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 510px
*************************************************************************************/
@media all and (max-width : 510px) {
	
	#galeria-thumb{
		width: 95%;
		min-height: 10px;
		margin: 10px 10px;
		padding: 2px;
		overflow: hidden;
		
		/* flexbox */
		display: flex;
		flex-wrap: wrap; /*nowrap*/
		flex-direction: row;	
		justify-content: /*flex-start center space-between space-around*/ center;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
	}
		
	.galeria-thumb {
		width: 48%;
		height: 90px;
		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;
	}
}