/* styles */
body {
	margin: 0;
	padding: 0;
	font-family: 'Open sans';
	background: #f5f5f5 url(img/brickwall.png) repeat;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a,
img {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#main {
	margin: 50px auto;
	padding: 20px;
	width: 100%;
}
img {
	width:auto\9;
	height:auto;
	max-width:100%;
	display: block;
	vertical-align:middle;
	border:0;
	-ms-interpolation-mode:bicubic;
}
.theme-link {
	margin: 15px auto 40px;
	padding: 10px 25px;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	background: #2c2c2c;
	text-decoration: none;
	box-shadow: 0 0 7px 1px rgba(0,0,0,0.2);
}
.themes img {
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 7px 2px rgba(0,0,0,0.2);
}
.themes img:hover,
.themes a:hover {
	box-shadow: 0 0 2px 4px rgba(0,192,243,0.6);
}
#footer {
	margin: 0 auto 20px;
	padding: 30px;
	width: 100%;
	text-align: center;
	background: #fff;
}
#footer h1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	color: #2c2c2c;
	text-transform: uppercase;
}
#footer h1 span {
	color: #00bff3;
}
#footer h2 {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #2c2c2c;
	text-transform: uppercase;
}
@media (min-width: 325px) {
	.themes img,
	.theme-link {
		width: 285px;
	}
}
@media (min-width: 768px) {
	#main {
		max-width: 750px;
		overflow: hidden;
	}
	#footer {
		max-width: 750px;
	}
	#footer h1 {
		margin-bottom: 10px;
	}
	.themes {
		float: left;
		width: 33.33333333333333%;
	}
	.themes img {
		width: 200px;
	}
	.theme-link {
		margin-bottom: 0;
		width: 200px;
	}
}
@media (min-width: 992px) {
	#main {
		max-width: 970px;
	}
	#footer {
		max-width: 970px;
	}
	.themes img {
		width: 285px;
	}
	.theme-link {
		width: 285px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	body {
		background-size: 110px 69px;
		background-image: url(img/brickwall@2x.png);
	}
}