@import url(https://fonts.googleapis.com/css2?family=OpenSans&family=Roboto:wght@300&display=swap);
body {
    background-color: #1B2430;
    color: #fff;
    font: 13px Open Sans, Verdana, Geneva, sans-serif;
    margin: 0;
    min-width: 300px;
    max-width: 100%;
}
::-webkit-scrollbar {
    background-color: #191a1d;
    color: #c5c1b9;
}
::-webkit-scrollbar-corner {
    background-color: #181a1b;
}
::-webkit-scrollbar-thumb {
    background-color: #24272d;
}
input,
select,
textarea {
    font-family: Open Sans, Verdana, Geneva, sans-serif;
}
p,
ul {
    margin: 0;
    padding: 0 0 14px;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ol li {
    line-height: 2em;
    font-size: 14px;
}
img {
    border-width: 0;
    vertical-align: middle;
}
h4 {
    font-size: 16px;
}
p.faq {
    line-height: 1.5em;
    font-size: 14px;
}
p.summary {
	color: #dddddd;
}
#content,
#footer,
#header {
    position: relative;
    padding: 0 25px;
}
#content {
}
#header {
	width: 80%;
    margin: 0 auto;
    padding: 0;
	display: flex;
}
#headbg {
    height: 76px;
    box-shadow: 0px 3px 10px #1515158a;
    border-radius: 0 0 15px 15px;
    background: #FC466B;
	background: linear-gradient(to left, #fc466b 0%, #4c5cf1 33%, #fc466b 66%, #4c5cf1 100%);
	background-size: 400%;
	animation: K4qPF 12s linear infinite;
    position: relative;
	z-index: 1;
}
@keyframes K4qPF {
	0% {
    background-position: 100% 0;
}
100% {
    background-position: 12% 100%;
}
}


#header div.logo a {
    position: absolute;
    width: 260px;
    height: 72px;
    background: url(../images/common/logo.webp) left center/260px 86px no-repeat;
    text-indent: -1000em;
    margin: 0;
}
#intro {
	background: linear-gradient(to right, #3f5efb63, #fc466b75);
    height: 300px;
    width: 85%;
    margin: auto;
	margin-bottom:10px;
	z-index: -1;
    position: relative;
}

div#intro_blur {
    height: 300px;
    backdrop-filter: brightness(40%);
	-webkit-backdrop-filter: brightness(40%);
}

div#intro_blur_pack {
	min-height: 150px;
	backdrop-filter: brightness(20%);
	-webkit-backdrop-filter: brightness(20%);
}
	
#intro_blur_pack h1 {
    text-align: center;
    border-bottom: none;
    margin: auto;
    display: block;
    padding-top: 30px;
    font-size: 30px;
	font-family: Roboto, sans-serif;
}

#intro_pack {
    background: linear-gradient(to right, #3f5efb63, #fc466b75);
    min-height: 150px;
    width: 100%;
    margin: auto;
    position: relative;
}

#intro_blur h1 {
    margin: auto;
}

#search {
    float: right;
    margin-top: 16px;
    background: #191c2200 url(../images/common/search.png) no-repeat;
    width: 208px;
    height: 31px;
    white-space: nowrap;
    display: none;
    border-radius: 50px;
    border: 5px solid #4f4f4f14;
    box-shadow: none;
    transition: all 0.2s ease;
}
#search:hover {
    outline: 0;
    box-shadow: 0 0 2px #ffffff;
}
#search:focus {
    outline: 0;
}
#search input.field {
    background: 0 0;
    border-width: 0;
    width: 164px;
    height: 29px;
    padding: 0 0 0 12px;
    outline-width: 0;
    color: #fff;
}
#search input.button {
    background: 0 0;
    border-width: 0;
    width: 28px;
    height: 30px;
    padding: 0;
    outline-width: 0;
    cursor: pointer;
    text-indent: -9999px;
}
span.authordata {
    position: absolute;
    z-index: 1;
    left: 50px;
    color: #ffffff96;
    font-size: 12px;
}
span.authordata a {
    color: #ffffff96;
}
span.authordata a:hover {
    color: #ffffff;
	text-decoration: none;
}
div.col-left {
	margin: 0 auto;
    width: 95%;
    overflow: visible !important;
    border-right: 1px #fff solid;
    border-bottom: 3px #fff solid;
    border-left: 1px #fff solid;
    border-radius: 0 0 5px 5px;
	border-image: linear-gradient(to right, #4c5cf159 25%, #7a56cd5c 25%, #8b54c080 50%,#ae4fa56e 50%, #bc4e9b7a 75%, #db4a8469 75%) 5;
    box-shadow: 0px 5px 10px #111;
}
div.col-left ul {
    list-style-type: none;
    font-family: Roboto, sans-serif;
	padding:0;
}
div.col-left ul ul {
    padding: 0 0 0 15px;
}
a.selected,
span.selected {
    color: #00fff6;
}
div.col-right {
    width: 75%;
    margin: auto;
    overflow: visible !important;
	display: flow-root;
}

div.position {
    margin: 0 auto;
    overflow: visible !important;
    position: relative;
}
div.col-right h1,
h2 {
    font-weight: 400;
    font-size: 15px;
    margin: 0 0 14px;
}
h3 {
	text-align: center;
    font-size: 30px;
}

div.col-right h1, h2 span.main {
    font-size: 23px;
    font-family: Roboto, sans-serif;
	padding-bottom: 4px;
    display: inline-block;
    border-bottom: 1px solid #00dbde80;
	margin-top: 20px;
}

span.main.more {
	float: right;
    font-weight: 400;
    font-size: 23px;
    font-family: Roboto, sans-serif;
}

span.main-id {
	display:block;
}

span.lastid-h1 {
	font-size: 23px;
    font-family: Roboto, sans-serif;
    margin: 5px 0 8px 5px;
    border-left: 4px solid #00fff6;
    padding-left: 6px;
    display: inline-block;
}

span.selected h1 {
    display: inline !important;
    margin: auto;
    padding-left: unset;
    border: unset;
}

div.pics {
    clear: left;
    text-align: center;
}

#related.pics {
    margin: 10px 0 10px 0;
    padding-top: 10px;
    clear: left;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px #202020;
}
div.pics a:hover img {
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
div.pics a:hover span {
    color: #e1e1e1;
    text-decoration: none;
    bottom: 0;
    opacity: 1;
}
div.pics p span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    transition: 0.3s;
}
#footer {
    clear: left;
}

div.col-right-footer {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    border-top: 3px #fff solid;
    border-image: linear-gradient(to right, #4c5cf159 25%, #7a56cd5c 25%, #8b54c080 50%,#ae4fa56e 50%, #bc4e9b7a 75%, #db4a8469 75%) 5;
    padding-top: 20px;
}

div.pic-left {
    float: left;
    width: 50%;
    font-size: 16px;
    margin-bottom: 10px;
}
div.pic-right {
    float: left;
    width: 50%;
}
div.pic-right div {
    padding-left: 20px;
}
#available {
    display: inline-block;
    padding: 8px 0 6px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: #00fff6;
}
#available .get {
    display: inline-block;
    padding: 5px 10px;
}
span#res-list {
    display: block;
    text-align: center;
}
a.get.current {
    background-color: #212429;
    box-shadow: 0 2px 2px 0 #1b1b1b;
    transition: all 0.3s ease;
    border-radius: 4px;
}
a.get:hover {
    background-color: #212429;
    box-shadow: 0 2px 2px 0 #1b1b1b;
    transition: all 0.3s ease;
    border-radius: 4px;
    text-decoration: none;
}
span#available a:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 8px;
    font-weight: 900;
}
span#available a:nth-child(1)::before {
    content: "\f108";
}
span#available a:nth-child(2)::before {
    content: "\f3cd";
}
span#available a:nth-child(3)::before {
    content: "\f3fa";
}
span#available a:nth-child(4)::before {
    content: "\f3cd";
}
span#available a:nth-child(5)::before {
    content: "\f3fa";
}
div.pic-left .current,
div.pic-left strong {
    color: #46b6fe;
    font-weight: 400;
}
span.st_facebook_hcount span.stButton {
    margin: 0 0 12px 0;
}
div.pic-right p.author {
    padding: 4px 0 6px 5px;
}
p.author a:hover {
    text-decoration: none;
}
div.pic-right p.tags {
    padding: 4px 0 6px 5px;
}
p.tags a {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 14px;
    color: #dcdcdc;
    margin: 2px 0;
    background-color: #2b2e35;
    transition: all 0.2s ease;
    border: 1px #373c44 solid;
}
p.tags a:hover {
    background-color: #1d1e22;
    color: #fff;
    text-decoration: none;
    border-color: #41444d;
}
.tags-list {
    font-family: Roboto, sans-serif;
    border: 2px #373744 solid;
    border-radius: 5px;
    line-height: 2.1em;
    margin-bottom: 20px;
    transition: all 0.2s ease;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 10px 10px #1d1d1d;
    width: 100%;
    background: rgba(36, 39, 45, 0.49019607843137253);
}
.tags-list:after {
    content: "";
    width: 100%;
    height: 0.3em;
    background: -webkit-linear-gradient(to right, #00dbde 0, #fc00ff 50%, #00dbde 100%);
    background: linear-gradient(to right, #00dbde 0, #fc00ff 50%, #00dbde 100%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 1s;
    background-size: 200% auto;
}
.tags-list:hover::after {
    background-position: right center;
}
.tags-right {
    padding: 5px;
    width: 100%;
}
.tags-right a {
    padding: 3px 8px;
    transition: transform 0.2s ease;
    display: inline-block;
}
.tags-right a:hover {
    transform: scale(1.16);
}
.tags-right a:nth-of-type(3n + 1) {
    font-size: 22px;
    color: #a7a7a7;
}
.size-1 {
    font-size: 16px;
    color: #dcdcdc;
}
.size-2 {
    font-size: 19px;
}
.size-3 {
    font-size: 21px;
}
.size-4 {
    font-size: 23px;
}
.size-5 {
    font-size: 26px;
    color: #fff;
}
#res-list > span {
    display: none;
}
#res-list input.field {
    width: 50px;
    margin-right: 10px;
}
#res-list input.button {
    cursor: pointer;
}
span#res-list a {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 14px;
    color: #00fff6;
    margin: 2px 0;
    background-color: #24272d;
    transition: all 0.2s ease;
}
a.original:hover {
    text-decoration: underline !important;
}
span#res-list a:hover {
    background-color: #1d1e22;
    color: #fff;
    text-decoration: none;
}
span#info {
    display: inline-block !important;
    color: #cecece;
}
p.pages {
    font-size: 22px;
    font-family: Roboto, sans-serif;
    text-align: center;
    clear: left;
    margin: 10px 0;
}
p.turbo {
    display: none;
}
p.pages a,
p.pages strong {
    display: inline-block;
    padding: 6px 16px;
    margin-left: 3px;
    margin-right: 3px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #232731;
    border: 0;
    font-size: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 2px 0 #1b1b1b;
    border-radius: 4px;
}
p.pages a:hover {
    color: #000;
    background-color: #81e400;
    text-decoration: none;
}
p.pages strong {
    font-weight: 400;
    color: #000;
    background-color: #81e400;
}
#content div.banner {
    text-align: center;
    margin-top: 10px;
}
#content div.col-right-footer div.banner {
    margin: 0 0 20px;
}
div.banner a {
    display: block;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}
div.col-left div.banner a {
    display: none;
}
div.col-right div.banner a {
    width: 300px;
    height: 250px;
}
div#packs-list {
    margin-bottom: 15px;
	display: contents;;
}
span.stButton {
    margin-bottom: 8px;
}
form.form {
    width: 300px;
    margin: 20px auto;
}
form.form p {
    padding-bottom: 10px;
}
form.form label {
    display: block;
    padding-right: 12px;
    width: 218px;
}
form.form select {
    width: 298px;
    height: 30px;
    cursor: pointer;
}
form.form input.field {
    width: 288px;
    height: 28px;
    padding: 0 3px;
    border: 1px solid #fff;
}
form.form input.error,
form.form textarea.error {
    border: 1px solid red;
}
form.form p.area label {
    vertical-align: top;
    padding-top: 4px;
}
form.form p.field span.asterisk {
    padding-left: 10px;
}
form.form textarea.area {
    width: 290px;
    height: 50px;
    border: 1px solid #fff;
}
form.form p.captcha input.field {
    width: 73px;
}
p.captcha {
    margin-top: 10px;
}
form.form p.button {
    position: absolute;
    margin: -44px 0 0 162px;
}
form.form input.file {
    vertical-align: top;
    margin-top: 6px;
    cursor: pointer;
}
form.form input.button {
    width: 130px;
    height: 35px;
    background: linear-gradient(135deg, #266300 0, rgba(89, 170, 0, 0.9607843137254902) 49%, rgba(102, 204, 60, 0.5215686274509804) 50%, #6bd255 100%);
    border-width: 0;
    cursor: pointer;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
}
span.asterisk {
    position: absolute;
}
#submit-image {
    position: absolute;
    right: 253px;
    top: 40px;
    height: 31px;
    background: url(../images/common/submit.png) no-repeat;
    padding-left: 42px;
    font: 18px/30px Roboto, sans-serif;
}
#related .title-3 {
    margin: 0 0 10px 0;
    font-size: 18px;
}
#related h3.title-3:before {
    content: "\f302";
    font-family: "Font Awesome 5 Free";
    margin-right: 8px;
}
#related hr {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #1d1d1d inset;
}
div.col-left p.get-app {
    display: none;
}
div.col-right p.get-app {
    margin-top: 8px;
    text-align: center;
}
div.pic-right p.report-image a:last-child {
    color: #46b6fe;
}
#content div.banner-footer-mobile {
    margin-bottom: 20px;
}
span.notfound {
    width: 100%;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    padding: 10px 10px 15px 10px;
}
.res-ttl {
    display: block;
    text-align: center;
    padding: 5px 0;
    border-radius: 4px;
    background-color: #24272d;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    font-size: 18px;
    border: 1px solid rgba(170, 170, 170, 0.16);
}
.res-ttl:hover {
    background-color: #1d1e22;
}
.res-ttl a:hover {
    text-decoration: none;
}
div.pic-left .current {
    font-size: 16px;
}
#left-menu {
    text-align: center;
    padding: 15px 0;
}
#left-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#left-menu ul li {
    display: inline-block;
    font-size: 15px;
    padding: 5px 15px;
    transition: all 0.3s ease;
    border-radius: 4px;
    border: solid 1px #ffffff14;
    margin: 0 0 10px 15px;
}

#left-menu ul li:nth-child(4n) {
    margin-right: 0;
}
#left-menu ul.cats li a {
}
#left-menu ul.cats li a:hover {
    text-decoration: none;
/*     color: #00fff6;
    background: linear-gradient(135deg, #1d1e22 0, #24272d 49%, #1d1d1d 50%, #24272d 100%); */
}
#left-menu ul.cats li a.selected {
	font-size: 14px;
}

#left-menu ul.cats li a.subcats {
    padding: 2px 10px;
    color: #00fff6d1;
}
#left-menu ul.cats li a.subcats.selected {
    background: linear-gradient(135deg, #69cb2d 0, rgba(89, 170, 0, 0.9607843137254902) 49%, rgba(84, 185, 42, 0.5215686274509804) 50%, #6bd255 100%);
    color: #000;
}
div#notfound {
    margin: 10px 0 10px 0;
    border-radius: 5px;
    box-shadow: 0 10px 10px #1d1d1d;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
div#notfound:before {
    content: "";
    width: 100%;
    height: 0.3em;
    background: -webkit-linear-gradient(to right, #00dbde 0, #fc00ff 50%, #00dbde 100%);
    background: linear-gradient(to right, #00dbde 0, #fc00ff 50%, #00dbde 100%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: 1s;
    background-size: 200% auto;
}
div#notfound:hover::before {
    background-position: right center;
}
#left-menu ul.main-menu li a {
    font-size: 18px;
    font-weight: 900;
    background-color: #212429;
    padding: 5px 15px;
    box-shadow: 0 2px 2px 0 #1b1b1b;
    transition: all 0.3s ease;
    margin-left: 4px;
    line-height: 2.3em;
    border-radius: 4px;
}
#left-menu ul.main-menu li a:hover {
    text-decoration: none;
    color: #00fff6;
    background: linear-gradient(135deg, #1d1e22 0, #24272d 49%, #1d1d1d 50%, #24272d 100%);
}
#left-menu ul.main-menu li a.selected {
    color: #fff;
    background: linear-gradient(135deg, #305d15 0, rgba(46, 88, 0, 0.9607843137254902) 49%, rgba(63, 138, 31, 0.5215686274509804) 50%, #42a52d 100%);
}
#left-menu ul.main-menu a:before {
    font-family: "Font Awesome 5 Free";
}
#left-menu ul.main-menu li:nth-child(1) a:before {
    content: "\f015";
}
#left-menu ul.main-menu li:nth-child(2) a:before {
    content: "\f06d";
}
#left-menu ul.main-menu li:nth-child(3) a:before {
    content: "\f005";
}
#left-menu ul.main-menu li:nth-child(4) a:before {
    content: "\f074";
}
#left-menu ul.main-menu li:nth-child(5) a:before {
    content: "\f1b3";
}
span.menu-notselected,
span.menu-selected {
    margin-left: 8px;
}
div.pic-right div a#resolution {
    color: #00fff6;
}
div.pics {
    position: relative;
}
div.pics p {
    width: 25%;
    position: relative;
    display: inline-block;
    margin-left: 0;
    padding:20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
}

#related.pics p {
    padding: 0 7px 7px 7px;
}
#related.pics p span {
    line-height: inherit;
    background-color: inherit;
    border-radius: 0;
    position: relative;
}
#related.pics p img {
    box-shadow: 0 10px 10px #111;
    z-index: -1;
}
div.pics img {
    width: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
div.inner {
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
#main-pic {
    text-align: center;
    position: relative;
}
#main-pic img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border: 5px solid;
    border-image-source: linear-gradient(90deg, #3f3f44, #323438);
    border-image-slice: 1;
    box-shadow: 0 5px 5px #202020;
}
#main-pic a.ctrl-left {
    position: absolute;
    left: 10%;
    top: 5px;
    bottom: 5px;
    transition: all 0.3s ease;
    opacity: 0;
    font-size: 4.4vw;
    padding: 20% 5%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.82) 0, rgba(0, 0, 0, 0.31) 50%, rgba(84, 84, 84, 0) 100%);
    backdrop-filter: blur(2px);
}
#main-pic:hover a.ctrl-left {
    left: 5px;
    opacity: 1;
}
#main-pic a.ctrl-right {
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 10%;
    opacity: 0;
    transition: all 0.3s ease;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.82) 0, rgba(0, 0, 0, 0.31) 50%, rgba(84, 84, 84, 0) 100%);
    padding: 20% 5%;
    font-size: 4.4vw;
    backdrop-filter: blur(2px);
}
#main-pic:hover a.ctrl-right {
    right: 5px;
    opacity: 1;
}
p.form-msg {
    text-align: center;
    font-family: Roboto, sans-serif;
}
div.content-text {
    width: 70%;
    margin: 0 auto;
}
p.social img {
    margin-right: 10px;
}
p.get-app a:hover,
p.social a:hover {
    opacity: 0.8;
}
p.info a:hover {
    color: #00dbde;
}
p.footer {
    font-size: 15px;
}
p.footer:before {
    content: "\f1f9";
    font-family: "Font Awesome 5 Free";
    margin-right: 4px;
}
span.tagline {
    display: block;
}
.fa-beat {
    animation: fa-beat 3s ease infinite;
    color: red;
    margin-right: 6px;
}
@keyframes fa-beat {
    0% {
        transform: scale(1);
    }
    5% {
        transform: scale(1.25);
    }
    20% {
        transform: scale(1);
    }
    30% {
        transform: scale(1);
    }
    35% {
        transform: scale(1.25);
    }
    50% {
        transform: scale(1);
    }
    55% {
        transform: scale(1.25);
    }
    70% {
        transform: scale(1);
    }
}
a#myBtn {
    position: absolute;
    left: 2px;
    font-size: 14px;
    color: #aaa;
}
p.wallpapers__item {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}
p.wallpapers__item img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
p.wallpapers__item img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
span.wallpapers__canvas {
    padding: 0 !important;
    width: 100% !important;
    border-radius: 5px;
    display: block !important;
}
.wallpapers__canvas_image {
    display: block;
    margin-bottom: 0;
}

.wallpapers__canvas img {
  max-height: 450px; /* maximum height of vertical thumbnails */
  width: auto;
  height: auto;
  object-fit: contain; /* scale down to fit within max-height while preserving aspect ratio */
  background-color: #18202c; /* optional: add black background */
}

span.download {
	position: absolute;
    padding: 10px;
    right: 0;
    font-size: 14px;
    bottom: 5px;
}

span.origres {
    position: absolute;
    left: 10px;
    top: 5px;
    padding: 8px 12px;
    float: right;
    border: 1px #fff solid;
    border-image: linear-gradient(to right, #4c5cf159 25%, #7a56cd5c 25%, #8b54c080 50%,#ae4fa56e 50%, #bc4e9b7a 75%, #db4a8469 75%) 5;
    font-size: 14px;
	text-shadow: 0px 1px 8px #000000;
	backdrop-filter: blur(2px);
}

span.packtitle {
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    padding: 10px 10px 30px 10px;
    left: 0;
    right: 0;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto,Open Sans;
    text-shadow: 0px 1px 4px #000000;
}

span.packtitle.cat {
    padding-bottom: 15px;
}

span.wallcount {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 10px;
    color: #a6a6a6;
}

.pack_h1_title {
	text-align:center;
	top: 40%;
    position: relative;
}

span.wallpapers__canvas.ripple:hover img {
    transform: scale(1.1);
}
.related .wallpapers__canvas_image {
    margin-bottom: 0;
}
.related .title-3 {
    margin: 0 0 10px 0;
    font-size: 18px;
}
.related {
    margin: 15px 0 10px 0;
    padding-top: 10px;
    clear: left;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px #1c1c1c;
    background-color: rgba(36, 39, 45, 0.49019607843137253);
    border: 2px #373744 solid;
}
.related hr {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #1d1d1d inset;
}
.related h3.title-3:before {
    content: "\f302";
    font-family: "Font Awesome 5 Free";
    margin-right: 8px;
	color:#00fff6;
}
.ripple {
    overflow: hidden;
    position: relative;
}
.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.46);
    animation: ripple-animation 2s;
}
@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        transform: scale(100);
        opacity: 0;
    }
}
.icon-menu {
    display: none;
}
#cats-list {
    display: block;
}
.primary-navigation	ul li:first-child {
	display: inline-block;	
	}
p.report-image.box {
    padding: 0;
}
p.report-image.box a {
    background: #24272d;
    padding: 5px 10px;
    color: #fff !important;
    border-radius: 8%;
    font-size: 14px;
    text-decoration: none;
}
p.report-image.box a:hover {
    background-color: #1d1e22;
    color: #fff;
    text-decoration: none;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
    background-color: rgba(38, 38, 38, 0.4117647058823529);
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    backdrop-filter: blur(5px);
}
.close {
    color: #81e400;
    float: right;
    font-size: 28px;
    font-weight: 900;
}
.close:focus,
.close:hover {
    color: #81e400;
    text-decoration: none;
    cursor: pointer;
}
form.report-get-form a {
    font-size: 14px;
    color: #aaa;
    margin-left: 1px;
    position: absolute;
    z-index: 1;
}
a.icon-menu.mmtg .fa-bars,
a.icon-menu.mmtg .fa-times {
    margin-left: 5px;
}
.fa-times,
a.icon-menu.mmtg.open .fa-bars {
    display: none !important;
}
a.icon-menu.mmtg.open .greencat {
    display: none !important;
}
.mmtg.open .fa-times {
    display: inline-block !important;
}
#cats-list {
    display: none;
}
.icon-menu {
    display: block;
    background: linear-gradient(to right, #3f5efb8f, #fc466b87);
    box-shadow: 0 2px 2px 0 #1b1b1b;
    transition: all 0.3s ease;
    margin-left: 2px;
    white-space: nowrap;
    border-radius: 4px;
    width: 84%;
    font-size: 20px;
    padding: 5px 0;
    margin: 0 auto;
    text-decoration: none !important;
	color: #fff;
    border: none;
}
div.switch {
    float: right;
    margin-top: 19px;
    margin-right: 10px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 42px;
}
.switch input {
    display: none;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4b4e51;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
input:checked + .slider {
    background: linear-gradient(135deg, rgb(66 126 30) 0, rgb(52 100 0 / 96%) 49%, rgba(63, 138, 31, 0.5215686274509804) 50%, #42a52d 100%);
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(48px);
    -ms-transform: translateX(48px);
    transform: translateX(48px);
}
.on {
    display: none;
}
.off,
.on {
    color: #fff;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 12px;
    font-family: Open Sans, Verdana, sans-serif;
}
input:checked + .slider .on {
    display: block;
}
input:checked + .slider .off {
    display: none;
}
.slider.round {
    border-radius: 50px;
    border: 5px solid #2a2d31;
}
.slider.round:before {
    border-radius: 50%;
}
.ripples {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: inherit;
    pointer-events: none;
    animation: ripples-shadow 0.4s forwards;
    -webkit-animation: ripples-shadow 0.4s forwards;
}
.ripplesWave {
    backface-visibility: hidden;
    position: absolute;
    border-radius: 50%;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    background: #fff;
    opacity: 0.35;
    animation: ripples 1.5s forwards;
    -webkit-animation: ripples 1.5s forwards;
}
@keyframes ripples-shadow {
    0% {
        box-shadow: 0 0 0 transparent;
    }
    20% {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 0 0 transparent;
    }
}
@-webkit-keyframes ripples-shadow {
    0% {
        box-shadow: 0 0 0 transparent;
    }
    20% {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 0 0 transparent;
    }
}
@keyframes ripples {
    to {
        transform: scale(24);
        opacity: 0;
    }
}
@-webkit-keyframes ripples {
    to {
        -webkit-transform: scale(24);
        opacity: 0;
    }
}
span.stores {
	display: block;
    margin-bottom: 10px;
    line-height: 5em;
}
[class*="mad-button-"] {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0;
    white-space: nowrap;
    vertical-align: middle;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    outline: 0;
    background: 0 0;
    transition: 0.3s;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.82);
}
[class*="mad-button-"] i.material-icons {
    vertical-align: middle;
    padding: 0;
}
.mad-button-raised {
    height: 36px;
    padding: 0 16px;
    line-height: 36px;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.25);
}
.mad-button-raised:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.13), 0 2px 4px rgba(0, 0, 0, 0.2);
}
.mad-button-action {
    width: 56px;
    height: 56px;
    padding: 16px 0;
    border-radius: 32px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.13), 0 5px 7px rgba(0, 0, 0, 0.2);
}
.mad-button-action:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.11), 0 6px 9px rgba(0, 0, 0, 0.18);
}
[class*="mad-button-"].mad-ico-left i.material-icons {
    margin: 0 8px 0 -4px;
}
[class*="mad-button-"].mad-ico-right i.material-icons {
    margin: 0 -4px 0 8px;
}
.bg-primary-darker {
    background: #1976d2;
    color: #fff;
}
.bg-primary {
    background: #2196f3;
    color: #fff;
}
.bg-primary.lighter {
    background: #bbdefb;
    color: rgba(0, 0, 0, 0.82);
}
.bg-accented {
    background: #212429;
    color: #fff;
}
.cell {
    padding: 8px 16px;
    overflow: auto;
}

span.download.wide {
	font-size:18px;
}

p.wallpapers__item.vertical {
    width: 25%;
}
p.wallpapers__item.square {
    width: 33%;
}

p.wallpapers__item.big {
    width: 50%;
}

p.wallpapers__item.orig {
    width: 52%;
}
p.wallpapers__item.uwide {
    width: 50%;
}



span.download a {
	padding: 8px 15px;
    background: #000000e6;
    border-radius: 5px 5px 0px 0px;
    transition: all 0.3s ease;
	float:right;
	border-bottom: 3px #fff solid;
    border-image: linear-gradient(to right, #4c5cf159 25%, #7a56cd5c 25%, #8b54c080 50%,#ae4fa56e 50%, #bc4e9b7a 75%, #db4a8469 75%) 5;
	font-size: 17px;
}


span.download a:nth-child(1)::before {
    font-family: "Font Awesome 5 Free";
    margin-right: 8px;
    font-weight: 900;
    content: "\f019";
    color: #00fff6;
}

span.download a:nth-child(1):hover {
    text-decoration: none;
    background: #8854c3;
}

span.tags {
    width: 80%;
    margin-top: 5px;
}


p.welcome {
    text-align: center;
    padding-top: 100px;
    font-size: 40px;
    font-family: Roboto,Open Sans;
}

span.welcome_note {
	text-align: center;
    display: block;
    width: 90%;
    margin: auto;
	color: #cfcfcf;
}


nav.primary-navigation {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 18px;
	padding-top: 16px;
    margin-right: 12px
}

.primary-navigation	ul li {
      list-style: none;
      margin: 0 auto;
      /* border-left: 2px solid #1b24308a; */
      display: inline-block;
      padding: 10px 30px;
      position: relative;
      text-decoration: none;
      text-align: center;
      font-family: arvo;
    }
	
.primary-navigation li a {
      color: white;
    }
	

.primary-navigation li a:hover {}

.primary-navigation li:hover {
      cursor: pointer;
    }

 .primary-navigation ul li ul {
      visibility: hidden;
      opacity: 0;
      position: absolute;
	  padding-left: 0;
      right: 0;
      display: none;
      background: #1b2430;
	  column-count: 2;
	}
	
.primary-navigation ul li:hover > ul,
    ul li ul:hover {
      visibility: visible;
      opacity: 1;
      display: block;
      padding: 20px 0 10px 0;
      box-shadow: 0px 5px 10px #111;
	  margin-top: 10px;
	  z-index: 400;
    }

 .primary-navigation ul li ul li {
      clear: both;
      width: 100%;
      text-align: left;
      margin-bottom: 20px;
      border-style: none;
	  padding: 0 30px;
    }

  .primary-navigation ul li ul li a:hover {
      padding-left: 10px;
      border-left: 2px solid #3ca0e7;
      transition: all 0.3s ease;
    }

 .primary-navigation a {font-family: 'Roboto',sans-serif;text-decoration: none; }

 .primary-navigation a:hover {}
 
  .primary-navigation ul li ul li a { 
	transition: all 0.5s ease;
	font-size: 15px;
	}
  
 .primary-navigation ul li ul:after {
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #2d3137;
    content: '';
    display: block;
    z-index: 2;
    transition: all 200ms linear;
    right: 40px;
}


main {
  width: 60%;
  margin: 0 auto;
}
summary {
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #fafafa;
  background: linear-gradient(to right, #3f5efb14, #fc466b12);
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
}
details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}
details > summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}
details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}
details > summary::-webkit-details-marker {
  display: none;
}


@media screen and (min-width: 1000px) and (orientation: landscape) {
    form.form label {
        display: inline-block;
        text-align: right;
    }
    form.form {
        width: 650px;
    }
    form.form p.button {
        margin: -44px 0 0 402px;
    }
    #left-menu ul.main-menu li a {
        padding: 6px 25px;
    }
    #cats-list {
        width: 90%;
        margin: auto;
    }
	.primary-navigation	ul li:first-child {
		display: inline-block;	
	}
	
}
@media all and (orientation: landscape) {
    div.pics img.hor {
        display: inline-block;
    }
    #main-pic img.ver,
    div.banner-v,
    div.pics img.ver {
        display: none;
    }
    #main-pic img.hor {
        display: inline-block;
    }
    p.info {
        font-size: 14px;
        line-height: 2em;
    }
    #search {
        display: block;
    }
    #cats-list {
        display: block;
    }
	.primary-navigation	ul li:first-child {
		display: inline-block;	
	}
    .icon-menu {
        display: none;
    }
    #left-menu {
    }
}
@media all and (orientation: portrait) {
    div.col-right {
        width: 100%;
    }
	main {
		width: 90%;
	}
    #main-pic img.ver,
    #submit-image,
    .tags-left,
    div.banner-h,
    div.pics img.ver {
        display: none;
    }
    div.col-right h1,
    h2 {
        font-size: 17px;
    }
    div.col-right h1,
    h2 span.main {
        font-size: 22px;
    }
    #res-list {
        font-size: 22px;
    }
    div.pic-left,
    div.pic-right {
        float: none;
        width: auto;
        font-size: 18px;
    }
    div.pic-right div {
        padding-left: 0;
        border-left-width: 0;
    }
    #content div.banner-v {
        margin-bottom: 25px;
    }
    .tags-right {
        line-height: 1.7em;
    }
    div.pic-right p.author,
    div.pic-right p.tags {
        padding-left: 0;
    }
    div.pic-left .current {
        font-size: 20px;
    }
    #main-pic a.ctrl-left {
        padding: 25% 10%;
    }
    #main-pic a.ctrl-right {
        padding: 25% 10%;
        left: 65%;
    }
    #main-pic:hover a.ctrl-right {
        left: 77%;
    }
    p.pages {
        margin: 5px 0;
    }
}
@media screen and (min-device-width: 768px) and (orientation: portrait) {
    #content,
    #footer {
        padding: 0 10px;
    }
    div.pics p {
        width: 33%;
    }
    #related.pics p {
        width: 33%;
        padding-bottom: 10px;
    }
    #content div.banner {
        margin-top: 5px;
    }
    #related.pics {
        margin-bottom: 15px;
    }
    #search {
        display: block;
    }
    p.info {
        line-height: 2em;
    }
    #snackbar {
        width: 100% !important;
    }
    p.wallpapers__item.vertical {
        width: 33%;
    }
    p.wallpapers__item.square, p.wallpapers__item.big {
        width: 50%;
    }
    p.wallpapers__item.uwide {
        width: 100%;
    }
	#header {
		width:90%;
	}
}
@media screen and (min-device-width: 1024px) and (orientation: portrait) {
    #related.pics p,
    div.pics p {
        width: 33%;
    }
}
.social-media-icons.col-xs-12,
ul.list-inline.col-xs-12 {
    padding: 0;
    text-align: center;
}
.social-media-icons a {
    display: inline-block;
    text-decoration: none;
    padding: 7px;
}
.social-media-icons a:nth-child(1) i {
    color: #b1001a;
}
.social-media-icons a:nth-child(1) i:hover {
    color: #e60023;
}
.social-media-icons a:nth-child(2) i {
    color: #3d5d9e;
}
.social-media-icons a:nth-child(2) i:hover {
    color: #4267b2;
}
.social-media-icons a:nth-child(3) i {
    color: #1a8bd0;
}
.social-media-icons a:nth-child(3) i:hover {
    color: #1da1f2;
}
.social-media-icons a:nth-child(4) i {
    color: #d43b02;
}
.social-media-icons a:nth-child(4) i:hover {
    color: #ff4500;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
    #main-pic a.ctrl-right,
    a.ctrl-left {
        display: none;
    }
	main {
		width: 90%;
	}
    div.pics p {
        width: 33%;
		padding:12px;
    }
    #related.pics p {
        width: 33%;
    }
    div.col-right h1,
    h2 span.main {
        font-size: 22px;
    }
    #header div.logo a {
        background-size: 240px auto;
        width: 240px;
    }
    #search {
        display: block;
    }
    div.pic-left .original {
        font-size: 13px;
    }
    #content,
    #footer {
        padding: 0 10px;
    }
    div.inner {
        width: 100%;
    }
    .res-ttl {
        font-size: 17px !important;
    }
    .tags-list {
        border-width: 1px;
    }
    #left-menu ul.cats li a {
        font-size: 17px;
        padding: 5px 10px;
    }
    .tags-right {
        max-height: 145px;
        overflow-y: scroll;
    }
    span.download {
        padding: 4px 5px;
    }
    div.switch {
        margin-top: 16px;
    }
	
	div.col-right {
		width:90%
	}
	
	p.wallpapers__item.vertical {
        width: 33%;
    }
    p.wallpapers__item.square, p.wallpapers__item.big {
        width: 50%;
    }
    p.wallpapers__item.uwide {
        width: 100%;
    }
	
	#cats-list {
		display:none;
	}
	
	.primary-navigation	ul li:first-child {
		display:none;	
	}	
	
	.icon-menu {
		display:block;
	}
	
}
@media screen and (max-device-width: 767px) and (orientation: portrait) {
    #main-pic a.ctrl-right,
    a.ctrl-left {
        display: none;
    }
    div.inner {
        width: 100%;
    }
    #main-pic img {
        box-sizing: border-box;
    }
    div.pic-right {
        font-size: 16px;
    }
    #main-pic {
        padding-bottom: 10px;
    }
    div.pics p {
        width: 100%;
    }
	
	p.wallpapers__item.orig {
		width: 100%;
	}
    p.wallpapers__item.uwide {
        width: 100%;
    }
    #related.pics p {
        padding: 0 3px 5px 3px;
    }
    p.info {
        font-size: 15px;
        line-height: 2em;
    }
    #header {
        height: 70px;
		width:100%;
    }
    #header div.logo a {
		width: 200px;
		background: url(../images/common/logo.webp) left center/200px 66px no-repeat;
    }
    #content,
    #footer {
        padding: 0 5px;
    }
    div.pics p span {
        font-size: 14px;
    }
	
	span.packtitle {
		font-size: 15px !important;
	}
	span.download a {
		font-size: 14px;
	}

    p.pages a,
    p.pages strong {
        font-size: 17px;
        margin: 4px 1px;
    }
    p.pages {
        padding-bottom: 10px;
    }
    div.pic-left .original {
        font-size: 15px;
    }
	
	#intro_pack, div#intro_blur_pack  {
		height: auto;
	}
	
	div#intro_pack {
		width: 95%
	}
	
	div#intro_blur {
		height: 150px;
	}
	
	#intro_blur_pack h1 {
		padding-top: 25px;
		font-size: 20px;
	}
	
	#intro {
		height: 150px;
		width: 95%;
	}
	
	p.welcome {
		padding-top: 20px;
		font-size: 25px;
		font-synthesis: none;
	}
	
	span.welcome_note {
		padding-bottom:20px;
		width: 90%;
	}
	
    div.col-right h1,
    h2 span.main {
    }
    #left-menu ul.cats li a {
        font-size: 16px;
        padding: 5px 10px;
    }
    #left-menu ul.main-menu li a {
        font-size: 22px;
    }
    .tags-list {
        border-width: 1px;
    }
    .res-ttl {
        font-size: 16px !important;
    }
    .search-mobile {
        display: block;
        background: url(../images/common/search.svg) 0 0/30px 30px no-repeat;
        position: absolute;
        right: 25px;
        top: 25px;
        width: 30px;
        height: 30px;
    }
    .search-window {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
		z-index: 1;
    }
    .search-window #search {
        display: block;
        position: absolute;
        width: 80%;
        border-radius: 0;
        height: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .search-window #search input.field {
        background-color: #fff;
        width: 100%;
        box-sizing: border-box;
        height: 40px;
        color: #000;
        font-size: 20px;
        padding-right: 45px;
    }
    .search-window #search input.button {
        background: url(../images/common/search_2.png) 50%/40px 40px no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        margin-left: -40px;
    }
    span.menu-notselected {
        display: none;
    }
    .modal-content {
        width: 80% !important;
    }
    a#myBtnn {
        top: -10px;
        display: block;
        position: relative;
    }
    .tags-right {
        max-height: 185px;
        overflow-y: scroll;
    }
    div.pic-left {
        margin-bottom: 0;
    }
    div.switch {
        display: none;
    }
    p.wallpapers__item.vertical {
        width: 80%;
    }
    p.wallpapers__item.square, p.wallpapers__item.big {
        width: 100%;
    }
	.primary-navigation	ul li:first-child {
		display: none;	
	}
	nav.primary-navigation {
		margin-right:42px;
	}
	img.store_img {
		width: 300px;
		height: auto;
		margin-bottom: 15px;
	}
	a.appstore {
		display: block; 
	}
	.table-container {
		width: 90%;
		margin: auto;
	}
	.responsive-table td {
		font-size: 14px;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	main {
		width: 90%;
	}
    div.inner {
        width: 100%;
    }
    #left-menu ul.cats li a {
        font-size: 17px;
    }
	
	p.wallpapers__item.orig {
		width: 50%;
	}
    #related.pics p,
    div.pics p {
        width: 33%;
		padding: 10px
    }
    #cats-list {
        display: none;
    }
    .icon-menu {
        display: block;
    }
    div.col-right {
        width: 100%;
    }
    p.wallpapers__item.vertical {
        width: 25%;
    }
    p.wallpapers__item.square, p.wallpapers__item.big {
        width: 50%;
    }
	#intro, div#intro_blur {
		height: 150px;
	}
	p.welcome {
		padding-top: 20px;
		font-size: 25px;
	}
	span.welcome_note {
		padding-bottom:20px;
	}
	#header {
		width:90%
	}
	
}
/* @media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    #related.pics p,
    div.pics p {
        width: 25%;
    }
	
    div.col-right {
        width: 80%;
    }
    p.wallpapers__item.vertical {
        width: 25%;
    }
    p.wallpapers__item.square, p.wallpapers__item.big {
        width: 50%;
    }
    p.wallpapers__item.uwide {
        width: 50%;
    }
    #cats-list {
        width: 90%;
        margin: auto;
    }
	.primary-navigation	ul li:first-child {
		display: inline-block;	
	}
} */

/* iPad Mini portrait */
@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .primary-navigation ul li:first-child {
    display: none;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    #left-menu ul.cats li a {
        font-size: 13px;
        padding: 5px 10px;
    }
    p.footer,
    p.info {
        font-size: 13px;
    }
    #cats-list {
        display: none;
    }
	.primary-navigation	ul li:first-child {
		display:none;	
	}
    .icon-menu {
        display: block;
    }
    div.col-right {
        width: 100%;
    }
    .tags-right {
        max-height: 140px;
        overflow-y: scroll;
    }
    #related.pics p,
    div.pics p {
        width: 33%;
    }
    p.wallpapers__item.uwide {
        width: 100%;
    }
	p.wallpapers__item.vertical {
        width: 33%;
    }
    p.wallpapers__item.square, p.wallpapers__item.big {
        width: 50%;
    }
	p.wallpapers__item.featured {
		width: 50%;
	}
	span.packtitle {
		font-size: 16px;
	}
	span.wallcount {
		font-size: 14px;
	}
}

/* More common css */
.switch.switch-scrolling .slider:before {
    background: 0 0;
}
.switch.switch-scrolling i.fas.fa-infinity {
    font-size: 25px;
}
.bodyinfinitescrolling .pages {
    display: none;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
#snackbar {
    visibility: hidden;
    width: 300px;
    background: linear-gradient(135deg, #305d15 0, rgba(46, 88, 0, 0.9607843137254902) 49%, rgba(63, 138, 31, 0.5215686274509804) 50%, #42a52d 100%);
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    position: relative;
    top: 20px;
    font-size: 18px;
    margin: 0 auto;
}
#snackbar::before {
    font-family: "Font Awesome 5 Free";
    margin-right: 8px;
    font-weight: 900;
    content: "\f05a";
    color: #adff2f;
}
#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 20px;
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 20px;
        opacity: 1;
    }
}
@-webkit-keyframes fadeout {
    from {
        top: 20px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}
@keyframes fadeout {
    from {
        top: 20px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}
.scrollToTopBtn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
    display: none;
    padding: 8px 8px;
    cursor: pointer;
    background-color: #00fff6;
    border: none;
    border-radius: 25px;
}
  
  #load-more-container {
    text-align: center;
    margin: 10px 0;
  }

  #load-more-button {
    display: block;
    margin: 0 auto;
    background-color: #00fff6;
    color: #2a2d31;
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
	margin-bottom: 20px;
  }
  
  #load-more-button:hover {
    background-color: #00fff6;
  }
  
   #subcat-load-more-container {
    text-align: center;
    margin: 10px 0;
  }

  #subcat-load-more {
    display: block;
    margin: 0 auto;
    background-color: #00fff6;
    color: #2a2d31;
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
	margin-bottom: 20px;
  }
  
  #subcat-load-more:hover {
    background-color: #00fff6;
  }
  
  .gs-imagePreviewArea {
	  background: rgba(0, 0, 0, 0.2) !important;
  }
  
  .gsc-branding, .gcsc-branding, .gcsc-find-more-on-google, .gsc-above-wrapper-area, .gs-previewSize,
  .gs-imageResult .gs-size {
	  display: none !important;
  }
  
  .gsc-results .gsc-cursor-box .gsc-cursor-page {
	  padding: 10px;
  }
  
  .gsc-results .gsc-cursor {
	  color: #fff;
      fill: #00dbde;
  }

 .gsc-search-button-v2 {
	 padding: 9px 27px !important;
 }

 .gsc-results .gsc-cursor-box {
	 margin-top: 20px !important;
 }
 
 .gs-spelling {
	 color: #dfdfdf !important;
 }
 
 .gs-spelling a {
	 color: #00dbde !important;
 }
 
.gsc-imageResult.gsc-imageResult-popup.gsc-result {
	margin-top: 5px;
}


.responsive-table {
    width: 100%;
    margin-bottom: 20px;
  }

  .responsive-table th, .responsive-table td {
    padding: 8px;
  }

  .responsive-table th {
    /* border-bottom: 1px solid #fff;
    border-image-source: linear-gradient(to right, #4c5cf159 25%, #7a56cd5c 25%, #8b54c080 50%, #ae4fa56e 50%, #bc4e9b7a 75%, #db4a8469 75%);
    border-image-slice: 1; */
	font-size: 23px;
    background-image: linear-gradient(to right, #4c5cf1 25%, #7a56cd 25%, #8b54c0b3 50%, #ae4fa5c2 50%, #bc4e9bab 75%, #db4a84d1 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: sans-serif;
  }
  
  td a:hover {
    text-decoration: none;
	color: #00dbde;
}

  @media only screen and (min-width: 768px) {
    /* Desktop view: Columns aligned side by side */
    .table-container {
      display: flex;
      justify-content: space-between;
	  width: 80%;
	  margin: auto;
    }

   .responsive-table {
      width: 30%;
    }
  }
  
  div#subcats-list {
    display: inline;
}
