@charset "utf-8";
/* CSS Document */
.back img{
	width:100%;



	box-shadow:3px 3px 10px grey;
}

/*.search{
	position:absolute;
	top:450px;
	left:35%;
	clear:left;
	width:40%;
	margin:auto;
	margin-top:-150px;
	text-align:center;
	/*background-color:#606060;
height:50px;
border-radius:5px;
text-align:center;
border:1px solid grey;
background-color:rgba(0,0,0,0.7);


}*/




/*.submit{


	float:right;
	
}
.submit .btn{
	float:right;
	margin-right:-30px;
	height:48px;
}
input[type=submit]{
	width:110%;
	height:40px;
		margin-top:5px;
border-radius:10px;
background-color:#21b24b;
color:white;
font-size:1.3em;
	font-family: sans-serif;
}*/

.products{
clear:left;

	width:105%;

margin:auto;
}

.panel
{


}

.products .prod{

width:252px;

margin:20px;
text-align:center;
font-size:20px;
border:1px solid #cccccc;

/*box-shadow:2px 2px 5px 2px rgba(0,0,0,0.3);*/
}
.products .prod a{
	font-size:12px;
	color:#2e9496;
	font-weight:bold;
text-decoration:none;
}
.products .prod img{
width:100%;
height:250px;


}

