@media only screen and (max-width: 900px) {
	#certyfikat {
		margin:30px auto;
		display:block;
		width:100%;
		max-width:240px;
	}
	#shops div {
		width:70%;
		text-align:center;
		border:1px solid #ddd;
		padding:10px;
		margin:2px auto;
		background-color:#fff;
		opacity:0.9;
	}
	.map {
		width:90%;
		display:block;
		margin:10px auto;
		border:3px solid #ddd;
	}
}
@media only screen and (min-width: 901px) {
	#certyfikat {
		display:block;
		padding-right:30px;
		width:430px;
		height:700px;
		float:left;
	}
	#shops div {
		display:inline-block;
		vertical-align: top;
		width:45%;
		text-align:center;
		border:1px solid #ddd;
		padding:1%;
		margin:1%;
		background-color:#fff;
		min-height:500px;
		opacity:0.9;
	}
	.map {
		width:640px;
		display:block;
		margin:10px auto;
		border:3px solid #ddd;
	}
}


#short-about {
	width:250px;
	float:left;
	padding:20px;
	font-size:11px;
}
#short-about h1 {
	font-size:16px;
} 
#short-about h1 span {
	font-size:14px;
}
#short-about img {
	width:200px;
	display:block;
	margin:0 auto;
}
#news {
	padding:0px;
	margin-left:300px;
	height:auto;
	background-color:#fff;
}
#news .article {
	font-size:11px;
	margin-bottom:25px;
}
#news .article hgroup p {
	float:right;
	color:#777;
	padding:0;
}
#news .article hgroup h3 {
	padding:5px 0;
	margin:5px 0;
	color:#345;
	border-bottom:1px solid #cde;
}
#news article div p {
	line-height:15px;
	padding:6px;
	margin:0;
	color:#444;
}
.more-about {
	font-size:11px;
	text-align: right !important;
}


#shops div a:hover {
	text-decoration:none;
}
#shops div:hover {
	border:1px solid #bbb;
	opacity:1;
}
#shops div hgroup p {
	text-indent:0;
	text-align:center;
	color:#888;
	margin:10px;
}
#shops div img {
	max-width: 100%;
	border:1px solid #aaa;
}
#shops address {
	margin:30px 0;
	text-align:center;
}
#shops address h4 {
	font-size:15px;
	margin:10px 0;
}
#vipcard-rules {
	font-size:13px;
	line-height:18px;
}
#vipcard-rules  li {
	margin-bottom:7px;
	text-align:justify;
}
#vipcard-rules li h4 {
	color:#000;
	font-size:14px;
}
#vipcard-rules li p {
	padding:5px;
	text-indent:0;
}

.container-description:after {
	display:block;
	height:1px;
	content: " ";
	background: -moz-linear-gradient(left, rgba(219,219,219,0) 0%, rgba(219,219,219,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(219,219,219,0)), color-stop(50%,rgba(219,219,219,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(219,219,219,0) 0%,rgba(219,219,219,1) 50%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(219,219,219,0) 0%,rgba(219,219,219,1) 50%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(219,219,219,0) 0%,rgba(219,219,219,1) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(219,219,219,0) 0%,rgba(219,219,219,1) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dbdbdb', endColorstr='#00ffffff',GradientType=1 );
}
.container-description img {
	margin:30px auto;
	display:block;
	opacity:0.8;
}
.container-description {
	padding:20px;
}
.container-description p {
	color:#999;
}
