/* @override 
	http://new.poolga.com/public/css/main.css */

/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Fonts */

@font-face {
	font-family: 'fontello';
	src: url('fonts/fontello.eot');
	src: url('fonts/fontello.eot?#iefix') format('embedded-opentype'),
		 url('fonts/fontello.woff') format('woff'),
		 url('fonts/fontello.ttf') format('truetype'),
		 url('fonts/fontello.svg#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
}

.icon-previous:before { content: '\e800'; }
.icon-next:before { content: '\e801'; }
.icon-download:before { content: '\e802'; }
.icon-twitter:before { content: '\e803'; }
.icon-facebook:before { content: '\e804'; }
.icon-rss:before { content: '\e805'; }
.icon-down-dir:before { content: '\e806'; }
.icon-pinterest:before { content: '\e807'; }

/*@import url("//hello.myfonts.net/count/29d42b");*/


@font-face {
	font-family: 'MuseoSansRounded-100';
	src: url('fonts/29D42B_1_0.eot');
	src: url('fonts/29D42B_1_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/29D42B_1_0.woff') format('woff'),
		 url('fonts/29D42B_1_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
		 

@font-face {
	font-family: 'MuseoSansRounded-300';
	src: url('fonts/29D42B_0_0.eot');
	src: url('fonts/29D42B_0_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/29D42B_0_0.woff') format('woff'),
		 url('fonts/29D42B_0_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
		 

@font-face {
	font-family: 'MuseoSansRounded-500';
	src: url('fonts/style_199251.eot');
	src: url('fonts/style_199251.eot?#iefix') format('embedded-opentype'),
		 url('fonts/style_199251.woff') format('woff'),
		 url('fonts/style_199251.ttf') format('truetype'),
		 url('fonts/style_199251.svg#MuseoSansRounded-500') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSansRounded-700';
	src: url('fonts/29D42B_2_0.eot');
	src: url('fonts/29D42B_2_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/29D42B_2_0.woff') format('woff'),
		 url('fonts/29D42B_2_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.MuseoSansRounded-100 { 
	font-family: MuseoSansRounded-100;
	font-weight: normal;
	font-style: normal;
}

.MuseoSansRounded-300 { 
	font-family: MuseoSansRounded-300;
	font-weight: normal;
	font-style: normal;
}

.MuseoSansRounded-500 { 
	font-family: MuseoSansRounded-500;
	font-weight: normal;
	font-style: normal;
}

.MuseoSansRounded-700 { 
	font-family: MuseoSansRounded-700;
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Common */

html {
	text-rendering: optimizeLegibility;
	/*-webkit-font-smoothing: antialiased;*/
}

body {
	color: #5a5a5a;
	font: 1em/1.4em 'MuseoSansRounded-300', sans-serif;
	background-color: white;
}	

::selection {
	background-color: #eb5b42;
	color: white;
}

a:link,
a:visited {
	color: #ec5b43;
	transition: color .3s ease;
	text-decoration: none;
}

dt {
	font-family: 'MuseoSansRounded-500';
	padding-bottom: 10px;
}

dd {
	padding-bottom: 15px
}

/* @end */



/* @group Layout */

header,
.poolgasContainer,
.poolgasNav,
.more,
.artists,
.tagTitle,
.text,
.wallpapers,
footer {
	width: 1400px;
	margin: 0 auto;
}

footer .carbonAds {
	display: none;
}

.poolga,
.poolgaInfo,
.poolgaLinks,
.social,
.thanks {
	width: 320px;
	float: left;
	margin-right: 40px;
}

.poolga.mini {
	width: 140px;
	float: left;
	margin-right: 40px;
}

.poolga.mini img {
	width: 100%;
}

/* @end */

/* @group Header */

header {
	overflow: hidden;
	height: 223px;
}

header h1 a {
	display: block;
	width: 160px;
	height: 223px;
	background: url(../img/logo.png) 0 center no-repeat;
	float: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

header .extra {
	width: 318px;
	height: 103px;
	padding-left: 20px;
	float: left;
	border-left: 1px solid #e7e7e7;
	margin-top: 73px;
	position: relative;
	font-size: 19px;
}

header .extra p {
	line-height: 25px;
	font-family: MuseoSansRounded-100;
}

header .extra ul {
	padding: 0;
	list-style-type: none;
	position: absolute;
	bottom: 0;
	left: 20px;
}

header li,
.social li {
	float: left;
}

header .extra a,
.social ul a {
	color: #ccc;
	font-size: 24px;
	padding-right: 5px;
}

header .extra a:hover,
.social ul a:hover {
	color: #a4a4a4;
}

header .extra span,
.social ul span {
	display: none;
}

header .carbonAds {
	height: 103px;
	width: 320px;
	float: right;
	margin-top: 73px;
}

.carbonad {
	width: 320px !important;
	height: 103px !important;
	border: none !important;
	background: none !important;
}

/* .carbonad-image img {
	margin: 0 10px 0 0 !important;
	border: 1px solid #e2e2e2;
} */

#carbonads .carbon-img {
	display: block;
	float: left;
	margin-right: 10px;
}

#carbonads .carbon-text {
	color: #a4a4a4 !important;
    font-size: 11px;
    line-height: 17px !important;
    display: block;
}

#carbonads .carbon-poweredby {
	display: block;
	color: #a4a4a4 !important;
	font-size: 11px;
	font-weight: bold;
	margin-top: 6px;
}

.carbonad-text {
	padding: 0 !important;
	width: 170px !important;
	color: #a4a4a4 !important;
}

.carbonad-text a {
	color: #a4a4a4 !important;
}

.carbonad-tag {
	text-align: left !important;
}

/* @end */

/* @group Poolgas */

.poolgas {
	background-color: #f2f2f2;
	overflow: hidden;
}

.poolgasNav {
	font-size: 20px;
	overflow: hidden;
	padding-bottom: 30px;
}

.poolgasNav a {
	color: #a4a4a4;
}

.poolgasNav a:hover {
	color: #ec5b43;
}

.poolgasNav .current {
	color: #333;
}

.poolgasNav nav ul {
	margin-top: 28px;
}

.poolgasNav nav li {
	float: left;
	padding-right: 42px;
}

.filters {
	float: right;
	padding: 0;
	margin: -5px 0 0;
	border: none;
	width: 220px;
	overflow: hidden;
	background: url(../img/selectArrow.png) 95% center no-repeat #fff;
	height: 35px;
	line-height: 35px;
	position: relative;
}

.filters select {
	color: #a4a4a4;
	font: 16px 'MuseoSansRounded-500' !important;
	padding: 5px 8px;
	width: 100%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

.filters select:focus {
	outline: none;
}

.tagTitle {
	font: 27px/36px 'MuseoSansRounded-100';
	color: #25aae2;
	margin-bottom: 20px;
	
}

.poolga {
	margin-bottom: 86px;
	color: #a4a4a4;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
}

.poolga img {
	border: 1px solid #fff;
	display: block;
}

.poolga a:hover img {
	box-shadow: 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff;
	-moz-box-shadow: 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff;
}

.poolga a {
	display: block;
	position: relative;
}

.poolga .platform {
	font-size: 15px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.85);
	width: 140px;
	color: #333;
	padding: 8px 0;
	opacity: 0;
	transition: all .1s ease;
	-webkit-transition: all .2s ease;
	line-height: 23px;
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	
}

.poolga a:hover .platform {
	transition: all .1s ease;
	-webkit-transition: all .1s ease;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.poolga p {
	padding-top: 10px;
	font-family: MuseoSansRounded-100;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 95% !important;
	margin: 0 auto;
	-webkit-transform-style: preserve-3d; /* Used to avoid flicker */
}

.poolga p a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pagination {
	font-family: MuseoSansRounded-100;
	clear: both;
	width: 460px;
	margin: 0 auto 38px;
	position: relative;
	height: 30px;
}

.pagination .tip {
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #a4a4a4;
	font-size: 14px;
	opacity: 0;
	transition: all .2s ease;
	-webkit-transform-style: preserve-3d;
}

.pagination:hover .tip {
	opacity: 1;
	top: 36px;
}

.pagination ul {
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline-block;
	*display: inline; /* IE7 hack */
	*zoom: 1; /* IE7 hack */
}

.pagination a {
	display: inline-block;
	background-color: #fff;
	height: 30px;
	line-height: 34px;
	padding-right: 10px;
	padding-left: 10px;
	color: #a4a4a4;
	-webkit-transform-style: preserve-3d; /* Used to avoid flicker */
}

.pagination a.current,
.pagination a:hover {
	color: #ec5b43;
}

.pagination .prev,
.pagination .next {
	display: block;
	width: 85px;
}

.pagination .prev {
	position: absolute;
	top: 0;
	left: 0;
}

.prev:before {
	content: '← ';
}

.pagination .next {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

.next:after {
	content: ' →';
}

.mNav .prev,
.singleNav .prev {
	float: left;
}

.mNav .next,
.singleNav .next {
	float: right;
}

.poolga .prev,
.poolga .next {
	color: #a4a4a4;
	font-size: 15px;
}

.poolgaLinks .mNav {
	display: none;
}

.poolga .prev:hover,
.poolga .next:hover {
	color: #eb5b42;
}

/* @end */

.artists p {
	margin-bottom: 20px;
}

.artists ol {
	overflow: hidden;
	margin-bottom: 20px;
}

.artists ol li {
	width: 25%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 40px;
	box-sizing: border-box;
}

.text {
	overflow: hidden;
	padding-bottom: 40px;
	line-height: 24px;
}

.text .content {
	width: 680px;
	margin-right: 40px;
	float: left;
}

.text .content p {
	margin-bottom: 20px;
}

.text h2 {
	font: 27px/36px 'MuseoSansRounded-100';
	color: #25aae2;
	margin-bottom: 20px;
}

.text h3 {
	font-family: 'MuseoSansRounded-500';
	margin-bottom: 5px;
	color: #000;
}

.text h4 {
	margin-bottom: 5px;
	color: #000;
}

.text aside {
	width: 320px;
	float: left;
	margin-left: -20px;
	padding-left: 20px;
	border-left: 1px solid #fff;
}

.text aside h3 {
	font-family: 'MuseoSansRounded-300';
}

.text aside ul {
	margin-bottom: 30px;
	color: #a4a4a4;
}

.text aside li {
	padding-bottom: 5px;
}

.text aside .legal {
	color: #a4a4a4;
	font-size: 14px;
	line-height: 22px;
}

.text aside .legal p {
	margin-bottom: 15px;
}

.text .content ol,
.text .content ul {
	padding-left: 20px;
	margin-bottom: 20px;
	list-style-type: disc;
}

.text .content ol ul {
	margin-bottom: 0;
}

.text .content ol li,
.text .content ul li {
	padding: 5px 0;
}

/* @group Footer */

footer {
	padding: 65px 0 40px;
	color: #a4a4a4;
	overflow: hidden;
	font-family: MuseoSansRounded-100;
}

footer h3 {
	margin-bottom: 10px;
	clear: both;
}

footer nav {
	width: 680px;
	margin-right: 40px;
	float: left;
}

footer nav ul {
	overflow: hidden;
	margin-bottom: 35px;
}

footer nav li {
	float: left;
	padding-right: 30px;
}

footer nav a {
	color: #a4a4a4 !important;
}

footer nav a:hover {
	color: #ec5b43 !important;
}

.social ul {
	overflow: hidden;
	margin-bottom: 20px;
}

.social input[type=email] {
	font-family: 'MuseoSansRounded-300';
	background-color: #f1f2f1;
	padding: 8px;
	width: 190px;
	outline: none;
	border: 1px solid #f1f2f1;
}

.social input[type=email]:focus {
	background-color: #eb5b42;
	border: 1px solid #eb5b42;
	color: white;
}

.social button {
	color: #ec5b43;
	font-family: 'MuseoSansRounded-300';
	background-color: transparent;
	border: none;
}

.thanks li {
	float: left;
}

.laszlito,
.arturo,
.tublme {
	display: block;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 1;
}

.laszlito {
	width: 71px;
	background: url(../img/thanks-laszlito.png) 0 center no-repeat;
}

.arturo {
	width: 68px;
	background: url(../img/thanks-arturo.png) 0 center no-repeat;
}

.tublme {
	width: 97px;
	background: url(../img/thanks-tublme.png) 0 center no-repeat;
}

.thanks a {
	transition: all .3s ease;
}

.thanks a:hover {
	opacity: 0.7;
}

.social,
.thanks {
	height: 150px;
	box-sizing: border-box;
	border-left: 1px solid #f4f4f4;
	padding-left: 20px;
	margin-left: -20px;
}

.copyright {
	height: 50px;
	background: url(../img/logo-footer.png) left center no-repeat;
	font-size: 13px;
	line-height: 18px;
	padding-left: 52px;
	padding-top: 15px;
}

/* @end */

/* @group Single poolga */

.poolgaInfo h1,
.poolgaInfo h2 {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 25px;
}

.poolgaInfo h1 {
	color: black;
}

.poolgaInfo h2 {
	color: #ec5b43;
}

.poolgaInfo ul {
	font-family: MuseoSansRounded-100;
	margin-bottom: 20px;
	padding-top: 10px;
	font-size: 16px;
}

.poolgaInfo ul a {
	color: #a4a4a4;
}

.poolgaInfo ul a:hover {
	color: #ec5b43;
}

#author-url,
#author-shop {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.poolgaLinks {
	box-sizing: border-box;
	border-left: 1px solid #fff;
	padding-left: 20px;
	margin-left: -20px;
}

.poolgaLinks h3 {
	margin-bottom: 10px;
	color: black;
}

.poolgaLinks ul {
	margin-bottom: 25px;
}

.poolgaLinks ul a {
	color: #a4a4a4;
	font-size: 16px;
}

.poolgaLinks li {
	padding-bottom: 4px;
}

.poolgaLinks ul a span {
	color: #ec5b43;
}

.print {
	display: inline-block;
	height: 35px;
	line-height: 38px;
	padding: 0 20px;
	background-color: #ec5b43;
	color: white !important;
	text-transform: uppercase;
	margin: 0 0 25px;
}

.poolgaLinks .share {
	color: #a4a4a4;
	font-size: 14px;
}

.more {
	clear: both;
}

.poolga.mini {
	margin-bottom: 86px;
	color: #a4a4a4;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
}

.poolga p {
	padding-top: 10px;
}

.wallpapers {
	clear: both;
	border-top: 1px solid #fff;
	padding-top: 50px;
}

.wallpapers .poolga {
	width: 140px;
}

.wallpapers .poolga img {
	width: 100%;
	height: auto;
}

.more h2,
.wallpapers h2 {
	margin-bottom: 35px;
	font-size: 20px;
}

.moreWp {
	display: inline-block;
	float: right;
	clear: both;
	margin-bottom: 20px;
}

.moreWp:after {
	content: ' →';
}

/* @group Download icon animation */

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  60% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  60% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

.icon-download:before {
	transition: all .3s ease;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.icon-download:hover:before {
	color: #eb5b42;
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

/* @end */

/* @end */

/* @group Media Queries */

@media only screen and (max-width: 479px) and (-webkit-min-device-pixel-ratio : 1.5),
	   only screen and (max-width: 479px) and (min-device-pixel-ratio : 1.5) {
	header h1 a {
		height: 130px;
		width: 30% !important;
		background: url(../img/logo@2x.png) 0 center no-repeat !important;
		-webkit-background-size: 59px 84px !important;
		background-size: 59px 84px !important;
	}
}

/* Smartphones */
@media screen and (max-width: 479px) {
	header,
	.poolgasContainer,
	.poolgasNav,
	.poolgaInfo,
	.more,
	.artists,
	.text,
	.wallpapers,
	footer {
		box-sizing: border-box;
		width: 100%;
	}
	
	.text .content {
		float: none;
		width: 100%;
	}
	
	.text aside {
		padding-top: 20px;
		width: 100%;
		float: none;
		border-top: 1px solid #fff;
	}
	
	header,
	.poolgas,
	footer {
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	header {
		height: 130px;
	}
	
	header h1 a {
		height: 130px;
		width: 30%;
		background: url(../img/logo@2x.png) 0 center no-repeat;
		-webkit-background-size: 59px 84px;
		background-size: 59px 84px;
	}
	
	header .extra {
		width: auto;
		height: 85px;
		padding-left: 20px;
		float: none;
		border-left: 1px solid #ccc;
		margin-top: 23px;
		margin-left: 28%;
		position: relative;
		font-size: 15px;
	}
	
	header .extra p {
		line-height: 19px;
	}
	
	header .extra a {
		font-size: 18px;
	}

	.poolgasContainer .poolga {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 40px;
	}
	
	.poolga.standalone {
		width: 100%;
	}
	
	.poolga img {
		width: 100%;
		height: auto;
	}
	
	.poolgasContainer .poolga:nth-child(2n) {
		margin-right: 0;
	}

	.poolga p {
		font-size: 0.8em;
		line-height: 1.2em;
	}
	
	.poolgasNav {
		overflow: hidden;
		padding-bottom: 30px;
		height: auto;
	}
	
	.poolgasNav ul {
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	.poolgasNav ul li {
		font-size: 18px;
		padding-right: 18px;
	}
	
	.poolgasNav ul li:last-child {
		display: none;
	}
	
	.filters {
		float: none;
		height: 31px;
		width: 170px;
	}
	
	.filters select {
		font: 15px 'MuseoSansRounded-500' !important;
	}
	
	.singleNav {
		display: none;
	}
	
	.poolgaInfo {
		margin-right: 0;
	}
	
	.more {
		border-top: 1px solid #fff;
		padding-top: 30px;
	}
	
	.more h2,
	.wallpapers h2 {
		font-size: 17px;
	}
	
	.wallpapers {
		clear: both;
		border-top: 1px solid #fff;
		padding-top: 30px;
	}
	
	.poolgaLinks {
		padding: 0;
		margin: 30px 0;
		width: 100%;
		border: none;
	}
	
	.poolgaLinks .mNav {
		display: block;
		margin-top: 30px;
	}
	
	.mNav a {
		color: #a4a4a4;
		font-size: 15px;
	}
	
	.wallpapers .poolga,
	.poolga.mini {
		width: 46%;
		float: left;
		margin-right: 8% !important;
		margin-bottom: 20px !important;
	}
	
	.poolga.mini:nth-child(2n),
	.wallpapers .poolga:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	.pagination {
		width: 100%;
	}
	
	.pagination ul {
		display: none;
	}
	
	.pagination a {
		width: 100px;
		text-align: center;
	}
	
	footer {
		padding-bottom: 40px;
	}
	
	footer nav,
	.social,
	.thanks {
		width: 100%;
		height: auto;
		float: none;
		margin-top: 20px;
		margin-right: 0 !important;
		margin-left: 0;
		padding-top: 20px;
		padding-left: 0;
		border-top: 1px solid #dcdddc;
		border-left: none;
	}
	
	.social form {
		border-top: 1px solid #dcdddc;
		padding-top: 20px;
	}
	
	.social input[type=email] {
		width: 55%;
	}
	
	.social button {
		width: 30% !important;
	}
	
	footer nav ul {
		margin-bottom: 0;
	}
	
	footer nav li {
		line-height: 30px;
	}
	
	.copyright {
		display: none;
	}
	
	header .carbonAds {
		display: none;
	}
	
	footer .carbonAds {
		display: block;
		width: 100%;
		height: 103px;
		float: none;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.poolga .platform {
		font-size: 13px;
		left: 0;
		margin-left: 0;
		width: 101%;
		padding: 6px 0;
		line-height: 21px;
	}
	
	.artists ol li {
		width: 100%;
	}
	
	.carbonad {
		width: 100% !important;
	}
	
	.carbonad-text {
		width: 130px !important;
	}
	
	.pagination .tip {
		display: none;
	}
}

@media screen and (min-width: 478px) and (max-width: 899px) {
	header,
	.poolgasContainer,
	.poolgasNav,
	.more,
	.artists,
	.text,
	.wallpapers,
	footer {
		width: 100%;
		margin: 0 auto;
	}
	
	.text .content {
		float: none;
		width: 100%;
	}
	
	.text aside {
		padding-top: 20px;
		width: 100%;
		float: none;
		border-top: 1px solid #fff;
	}
	
	header {
		padding: 0 40px;
		box-sizing: border-box;
		margin: 0;
	}
	
	header .extra {
		width: 55%;
	}
	
	footer {
		box-sizing: border-box;
	}
	
	footer nav {
		width: 100%;
		margin: 0;
		height: auto !important;
	}
	
	.poolgasContainer .poolga {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 40px;
	}
	
	.poolgasContainer .poolga:nth-child(2n) {
		margin-right: 0;
	}
	
	.poolgaInfo {
		width: 50%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.poolgas .poolga.standalone {
		width: 40%;
		margin-bottom: 60px;
	}
	
	.poolgaLinks {
		padding: 0;
		margin: 0;
		border: none;
		width: 50%;
		float: left;
	}
	
	.more {
		padding-top: 40px;
	}
	
	.poolgasNav {
		height: auto;
		margin-bottom: 40px;
	}
	
	.tagTitle {
		margin-top: -40px;
	}
	
	.poolgasNav ul {
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	.poolgasNav ul li {
		padding-right: 35px;
	}
	
	.filters {
		float: none;
	}
	
	.filters select {
		font: 16px 'MuseoSansRounded-500' !important;
	}
	
	.poolgas {
		box-sizing: border-box;
		padding: 0 40px;
	}
	
	.poolga img {
		width: 100%;
		height: auto;
	}
	
	.poolga.mini {
		width: 30% !important;
		margin-right: 5%;
		margin-bottom: 30px !important;
	}
	
	.poolga.mini:nth-child(2n) {
		margin-right: 5%;
	}
	
	.wallpapers .poolga:nth-child(7n),
	.wallpapers .poolga:nth-child(8n) {
		display: none;
	}
	
	.poolga.mini:nth-child(3n) {
		margin-right: 0 !important;
	}
	
	footer {
		padding: 20px 40px 40px 40px;
	}
	
	footer nav,
	.social,
	.thanks {
		width: 100%;
		height: auto;
		float: none;
		margin-top: 20px;
		margin-right: 0 !important;
		margin-left: 0;
		padding-top: 20px;
		padding-left: 0;
		border-top: 1px solid #dcdddc;
		border-left: none;
	}
	
	header .carbonAds {
		display: none;
	}
	
	footer .carbonAds {
		display: block;
		width: 100%;
		height: 103px;
		float: none;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	
	.artists ol li {
		width: 50%;
	}
	
	.pagination .tip {
		display: none;
	}
}

/* Tablets */
@media screen and (min-width: 900px) and (max-width: 1159px) {
	header,
	.poolgasContainer,
	.poolgasNav,
	.more,
	.artists,
	.text,
	.wallpapers,
	footer {
		width: 100%;
		margin: 0 auto;
	}
	
	header,
	.poolgas,
	footer {
		box-sizing: border-box;
		padding-right: 40px;
		padding-left: 40px;
	}

	.text .content {
		width: 60%;
	}
	
	.text aside {
		width: 35%;
		margin-left: -21px;
	}
	
	.poolgaLinks {
		margin-top: 30px;
		margin-right: 0;
		margin-left: 0;
		padding: 0;
		border: none;
	}
	
	.more {
		overflow: hidden;
		padding-top: 30px;
	}

	.poolga.standalone {
		width: 320px !important;
	}

	.poolgasContainer .poolga {
		width: 30%;
		margin-right: 5%;
		margin-bottom: 30px;
	}
	
	.poolga.mini {
		width: 22%;
		margin-right: 4%;
	}
	
	.poolgasContainer img,
	.more .poolga img,
	.wallpapers .poolga img {
		width: 100%;
		height: auto;
	}
	
	.poolgasContainer .poolga:nth-child(3n),
	.poolga:nth-child(3n) {
		margin-right: 0;
	}
	
	.poolga.mini:nth-child(3n) {
		margin-right: 4%;
	}
	
	.poolga.mini:nth-child(4n) {
		margin-right: 0;
	}
	
	.poolga p {
		font-size: 0.8em;
		line-height: 1.2em;
	}
	
	header .extra {
		width: 228px;
		height: 130px;
		margin-top: 60px;
	}
	
	footer {
		overflow: hidden;
		padding-bottom: 40px;
		height: auto !important;
	}
	
	footer nav {
		width: 42%;
		height: auto !important;
		margin: 0;
	}
	
	footer nav li {
		line-height: 30px;
	}
	
	.copyright {
		padding-left: 0 !important;
		padding-top: 60px !important;
		background-position: 0 top;
		width: 80%;
		height: auto;
	}
	
	.social {
		width: 40%;
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.thanks {
		width: 18%;
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.thanks li {
		padding-bottom: 10px;
	}
	
	.artists ol li {
		width: 33%;
	}
}

/* Desktops and Laptops */
@media screen and (min-width: 1160px) and (max-width: 1479px) {
	header,
	.poolgasContainer,
	.poolgasNav,
	.more,
	.artists,
	.text,
	.wallpapers,
	.tagTitle,
	footer {
		width: 1040px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.text aside {
		margin-left: -21px;
	}
	
	header,
	.poolgas,
	footer {
		padding: 0 20px;
	}
	
	footer nav {
		width: 340px;
		margin-right: 40px;
		float: left;
		overflow: hidden;
	}
	
	footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.copyright {
		height: auto;
		background: url(../img/logo-footer.png) left top no-repeat;
		font-size: 14px;
		line-height: 18px;
		padding-left: 0;
		padding-top: 55px !important;
	}
	
	.thanks {
		margin-right: 0;
	}
	
	.poolgaInfo {
		margin-right: 40px;
	}
	
	.poolgaLinks {
		margin-right: 0;
	}
	
	.wallpapers .poolga,
	.poolga.mini {
		margin-bottom: 30px;
	}
	
	.poolga:nth-child(3n) {
		margin-right: 0;
	}
	
	.wallpapers .poolga:nth-child(7n),
	.wallpapers .poolga:nth-child(8n) {
		display: none;
	}
	
	.poolga.mini:nth-child(3n) {
		margin-right: 40px;
	}
	
	.poolga.mini:nth-child(6n) {
		margin-right: 0;
	}
	
	.poolga.mini .platform {
		font-size: 13px;
		left: 0;
		margin-left: 0;
		width: 142px;
		padding: 6px 0;
		line-height: 21px;
	}
}

@media screen and (min-width: 1480px) {
	header,
	.poolgasContainer,
	.poolgasNav,
	.more,
	.wallpapers,
	.tagTitle,
	footer {
		width: 1400px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.poolga:nth-child(4n) {
		margin-right: 0;
	}
	
	.poolga.mini {
		margin-bottom: 30px;
	}
	
	.poolga.mini:nth-child(4n) {
		margin-right: 40px;
	}
	
	.poolga.mini:nth-child(8n) {
		margin-right: 0;
	}
	
	.poolga.mini .platform {
		font-size: 13px;
		left: 0;
		margin-left: 0;
		width: 142px;
		padding: 6px 0;
		line-height: 21px;
	}
}

/* Retina ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
	   only screen and (min-device-pixel-ratio : 1.5) {
	header h1 a {
		background: url(../img/logo@2x.png) 0 center no-repeat;
		-webkit-background-size: 79px 113px;
		background-size: 79px 113px;
	}
	
	.filters {
		background: url(../img/selectArrow@2x.png) 95% center no-repeat #fff;
		-webkit-background-size: 13px 6px;
		background-size: 13px 6px;
	}
	
	.copyright {
		background: url(../img/logo-footer@2x.png) left top no-repeat;
		-webkit-background-size: 33px 50px;
		background-size: 33px 50px;
	}
	
	.laszlito {
		background: url(../img/thanks-laszlito@2x.png) 0 center no-repeat;
		-webkit-background-size: 33px 50px;
		background-size: 51px 39px;
	}
	
	.arturo {
		background: url(../img/thanks-arturo@2x.png) 0 center no-repeat;
		-webkit-background-size: 33px 50px;
		background-size: 48px 48px;
	}
	
	.tublme {
		background: url(../img/thanks-tublme@2x.png) 0 center no-repeat;
		-webkit-background-size: 33px 50px;
		background-size: 97px 39px;
	}
}

/* @end */