/*@media only screen and (max-width:480px)
{
	.MiddleContent
	{
		background:none;
		width:310px;
		margin:auto;
		margin-top:90px;
		margin-bottom:30px;
	}
	.Slider
	{
		width:310px;
		height:80px;
		box-shadow:0px 2px 7px #000;
		position:relative;
		margin:auto;
		z-index:50;
	}
	.BelowSlider
	{
		background:#e4e4e4;
		width:310px;
		height:auto;
		margin:auto;
		padding:15px;
		position:relative;
		z-index:30;
		display:table;
		margin-bottom:20px;
	}
	.ColumnsFooter
	{
		width:32%;
		height:100%;
		float:left;
		display:table-column;
		font-size:12px;
	}
	.ColumnsFooter img
	{
		float:left;
		margin:0px 15px 0px 0px;
	}
	.ColumnsFooter p
	{
		margin:-10px 0px 0px 0px;
	}
	.ColumnsFooter h3
	{
		width:100%;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#6c0905;
		margin-top:-3px;
	}
}*/
.MiddleContent
{
	background:none;
	max-width:100%;
	margin:auto;
	margin-top:90px;
	margin-bottom:30px;
	display:block;
}
.Slider
{
	width:2041px;
	max-width:100%;
	box-shadow:0px 2px 7px #000;
	z-index:50;
	margin:0 auto; }
	.Slider > img {
		width:100%; }
.BelowSlider
{
	background:#e4e4e4;
	max-width:900px;
	width:100%;
	height:auto;
	margin:auto;
	padding:15px;
	position:relative;
	z-index:30;
	display:table;
	margin-bottom:20px;
}
.BelowSlider div.col-sm-4 {
	text-align: center;
}
.BelowSlider div.col-sm-4 img {
	margin-top: 10px;
}
.ColumnsFooter
{
	width:32%;
	float:left;
	display:table-column;
	font-size:12px;
}
.ColumnsFooter img
{
	float:left;
	margin:0 auto;
}
.ColumnsFooter p
{
	margin:-10px auto;
}
.ColumnsFooter h3
{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#6c0905;
	margin-top:-3px;
}
