	.img-main
	{
		height: 80px;
		width: 80px;
		margin-left: 25%;
	}
	.well h4
	{
		text-align: center;
	}
	.swiper-pagination-bullet
	{
		display: none;
	}
	.carousel-inner
	{
		height: 325px;
	}
	/*#customers
	{
		width: 100%;
	}*/
	#customers th, #customers td {
	 border: 1px solid #ddd;
	 padding: 8px;
	}
	#customers tr:nth-child(even){background-color: #f2f2f2;}

	#customers tr:hover {background-color: #ddd;}

	#customers th {
	 padding-top: 12px;
	 padding-bottom: 12px;
	 text-align: center;
	 background-color: #a1af2d	;
	 color: white;
	}