	/*
	Theme Name: Arturo
	Version: 1.0
	Author: seven media
	
	This theme was designed and built by seven media,
	http://themeforest.net/user/sevenmedia
	in Themeforest
	*/
	
	
	/* media screen*/
	
	}
	@media (max-width: 320px) {
	.imgcontainer {
	display: inline-block;
	float:left;
	position: relative;
	width: 100%;
	}
	}
	@media (max-width: 599px) {
	.imgcontainer {
	display: inline-block;
	float:left;
	position: relative;
	width: 50%;
	}
	}
	@media (min-width: 600px) {
	.imgcontainer {
	display: inline-block;
	float:left;
	position: relative;
	width: 33.33%;
	}
	}
	@media (min-width: 1023px) {
	.imgcontainer {
	display: inline-block;
	float:left;
	position: relative;
	width: 25%;
	}
	}
	@media (min-width: 1279px) {
	.imgcontainer {
	display: inline-block;
	float:left;
	position: relative;
	width: 20%;
	}
	}
	@media (min-width: 1649px) {
	.imgcontainer {
	display: inline-block;
	float:left;
	position: relative;
	width: 16.66%;
