
body {
	margin-top: 20px;
	background: #ffffff;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 18px;
}

.container_top {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
	min-height: 708px;
	color: #666;
	background: #ffffff;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 18px;
	
	background-image: url(http://reklamaryki.pl/winner-ebay/bg_top.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0% 0%;
}

	.phone_top {
		position: absolute;
		right: 100px;
		top: 80px;
		
		width: 240px;
		height: 50px;
		line-height: 30px;
		border: 0px solid #000;
		
		text-align: center;
		font-size: 24px;
		font-style: italic;
	}
	
	.godziny {
		position: absolute;
		left: 140px;
		top: 485px;
		
		width: 250px;
		height: 80px;
		border: 0px solid #000;
		
		text-align: left;
		font-size: 20px;
		font-style: italic;
	}
	
	.adres {
		position: absolute;
		left: 425px;
		top: 485px;
		
		width: 150px;
		height: 80px;
		border: 0px solid #000;
		
		text-align: left;
		font-size: 20px;
		font-style: italic;
	}
	
	.godziny span,
	.adres span {
		color: #FF0000;
	}
	
.container_center {
	display: table;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 70px 0;
}
	
	.cc_left {
		display: table-cell;
		width: 45%;
		vertical-align: top;
	}
		
	.cc_right {
		display: table-cell;
		width: 55%;
		vertical-align: top;
	}
	

	.container_center img {
		max-width: 90%;
		height: auto;
	}
	

	.container_center h3 {
		font-size: 30px;
	}
		
		.container_center h3 span {
			color: #ff0000;
		}
		
		.container_center h5 {
			font-size: 26px;
			font-weight: 500;
			color: #ff0000;
		}
	
	
.container_bottom {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
	min-height: 187px;
	color: #fff;
	background: #ffffff;
	font-family: "Barlow Condensed", sans-serif;
	
	background-image: url(http://reklamaryki.pl/winner-ebay/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0% 0%;
}

	.phone_bottom {
		position: absolute;
		left: 160px;
		top: 35px;
		
		width: 300px;
		height: 50px;
		line-height: 40px;
		border: 0px solid #000;
		
		text-align: center;
		font-size: 24px;
		font-style: italic;
	}
	
	