/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
	background: #181821;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
ul {
	list-style: none;
}
textarea, input, a, button { 
	outline: none;
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #a6b0cf;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
a {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a:hover, a:visited, a:focus, a:active, button:hover, button:visited, button:active, button:focus {
	text-decoration: none !important;
	outline: none !important;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.animation-delay-100 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.animation-delay-200 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.animation-delay-300 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.animation-delay-400 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.animation-delay-600 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.animation-delay-800 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.animation-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animation-delay-2000 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.access-info-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	width: 100%;
	text-align: center;
}
.access-info-wrapper .access-info-icon-1 {
	filter: invert(84%) sepia(29%) saturate(474%) hue-rotate(93deg) brightness(91%) contrast(88%);
	font-size: 12em;
}
.access-info-wrapper h1 {
	font-size: 2.8em;
	font-weight: 900;
	margin: 15px auto 0 auto;
}
.access-info-wrapper p {
	margin: 15px auto 0 auto;
	font-size: 1.2em;
}
.access-info {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}
.access-info-note {
	margin: 15px auto 0 auto;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
.access-info-wrapper .access-info-icon-2 {
	filter: invert(84%) sepia(29%) saturate(474%) hue-rotate(93deg) brightness(91%) contrast(88%);
	margin-right: 10px;
}
.viewport-inner {
	position: relative;
	min-height: calc(100vh - 108px);
}
.viewport-listing-wrapper {
	padding: 10px 20px;
}
.search-input-wrapper {
	position: relative;
	background: #0075ff;
}
.search-input {
	border: none;
	box-shadow: none;
	background: transparent;
	width: 100%;
	height: 55px;
	color: #fff;
	padding: 0 20px 0 45px;
	font-size: 0.9em;
}
.search-input::-webkit-input-placeholder {
	color: #fff;
}
.search-input:-moz-placeholder {
	color: #fff;
	opacity:  1;
}
.search-input::-moz-placeholder {
	color: #fff;
	opacity:  1;
}
.search-input:-ms-input-placeholder {
	color: #fff;
}
.search-input-wrapper span {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 1em;
	color: #fff;
}
.viewport-listing-title-wrapper {
	padding: 30px;
	position: relative;
}
.viewport-listing-title {
	font-size: 3em;
    font-weight: 900;
    margin: 0;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
	color: #fff;
	text-align: center;
}

#top-rated{

	padding-top: 20px;
}

.header-subtitle {
    margin: 0;
    font-size: 1.2em;
    color: #fff;
    font-weight: 300;
}


.logo-img {
	display: table;
	margin: 0 auto 5px auto;
	max-width: 200px;
	max-height: 50px;
}
.viewport-listing-title span {
	display: block;
	font-size: 1.4em;
	filter: invert(84%) sepia(29%) saturate(474%) hue-rotate(93deg) brightness(91%) contrast(88%);
}
.slick-slide {
  margin: 0 20px;
}
.slick-list {
  margin: 0 -20px;
  padding: 30px 0;
}
.featured-app-slider-item-img {
	border-radius: 50%;
	display: table;
	margin: 0 auto;
	max-width: 100px;
}
.featured-app-slider-item-name {
	margin: 10px auto 0 auto;
	font-weight: 700;
	font-size: 1em;
}
.featured-app-slider-item {
	background: #1f1f2b;
		padding: 20px 15px;
		border-radius: 30px;
	text-align: center;
	cursor: pointer;
}
.listing-item-row {
	position: relative;
	border-bottom: 2px dashed #1f1f2b;
	margin-bottom: 15px;
	padding-bottom: 12px;
}
.listing-item-content {
	margin-right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.listing-item-left {
	width: calc(100% - 100px);
}
.listing-item-right {
	width: 100px;
}
.listing-item-row:last-child {
	margin-bottom: 0;
}
.listing-item-t {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	flex: 0 0 100%;
}
.listing-item-t-l-w {
	width: 80px;
	padding-right: 15px;
}
.listing-item-t-m-w {
	width: calc(100% - 70px);
	padding-right: 15px;
}
.listing-item-t-r-w {
	width: 120px;
}
.listing-item-title {
	color: #fff;
	margin: 0;
}
.app-element-i-button {
	position: relative;
	color: #fff;
	background: #0075ff;
	width: 100%;
	text-align: center;
	border-radius: 7px;
	padding: 10px 5px;
	display: flex;
	align-items: center;
	font-weight: 700;
	justify-content: center;
	font-size: 0.9em;
}
.app-element-i-button .button-icon {
	margin-right: 5px;
	filter: invert(100%) sepia(17%) saturate(2%) hue-rotate(353deg) brightness(115%) contrast(100%);
	color: #fff;
}
.button-icon-2 {
	margin-right: 5px;
	color: #fff;
	font-size: 1em;
}
.listing-item-b {
	margin-top: 10px;
}
.app-element-icon {
	border-radius: 50%;
	border: 3px solid #1f1f2b;
}
.arel-label {
	margin-right: 5px;
}
.arel-val {
	font-weight: 700;
}
.lowopac {
	opacity: 0.15;
}
.downloading-msg-wrapper {
	margin-top: 10px;
	letter-spacing: -0.5px;
	font-size: 0.95em;
	color: #fff;
}
.download-loadbar {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 4px auto 0 auto;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 70px;
}
.download-loadbar div {
	font-size: 5px;
	text-indent: 9999px;
	background: #0075ff;
	overflow: hidden;
	border-radius: 70px;
}
.downloading-loader-wrapper {
	text-align: center;
	margin: 4px auto 0 auto;
	display: none;
}
.downloading-loader-wrapper i {
	font-size: 1.2em;
	color: #0075ff;
}
.d-m-an-v {
	font-weight: 700;
}
.fixed-n-wrapper {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	border-top: 2px solid rgba(0,0,0,0.25);
	height: 108px;
	box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, 0.5);
}
.fixed-n-wrapper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	display: flex;
}
.fixed-n-wrapper ul li {
	width: 25%;
	text-align: center;
	padding: 20px 5px;
	font-weight: 700;
	font-size: 1.2em;
	position: relative;
	color: #9a9cab;
	background: #1f1f2b;
}
.fixed-n-wrapper ul li:after {
	content: '';
	height: 100%;
	width: 2px;
	background: rgba(0,0,0,0.25);
	display: block;
	position: absolute;
	top: 0;
	right: -1px;
}
.fixed-n-wrapper ul li:last-child::after {
	display: none;
}
.fixed-n-wrapper ul li .fixed-n-icon {
	display: block;
	font-size: 1.7em;
	margin-bottom: 5px;
	filter: invert(62%) sepia(15%) saturate(240%) hue-rotate(195deg) brightness(101%) contrast(80%);
}
.fixed-n-wrapper ul li.active {
	color: #0075ff;
}
.fixed-n-wrapper ul li.active .fixed-n-icon {
	filter: invert(84%) sepia(29%) saturate(474%) hue-rotate(93deg) brightness(91%) contrast(88%);
}
#header-particles {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}
/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 575px) {

	#top-rated{
		padding-top: 0px;
	}
	.header-subtitle {
		margin-top: 10px;
		font-size: 1em;
	}

	.listing-item-content {
		margin-right: 0;
	}
	.viewport-listing-wrapper {
		padding-top: 30px;
	}
	.viewport-inner {
		min-height: 100vhs;
		padding-bottom: 90px;
	}
	.featured-section {
		padding: 30px 20px 0 20px;
	}
	.featured-section h3 {
		padding: 0 20px;
		font-size: 1.2em;
		text-transform: uppercase;
		letter-spacing: 4px;
		text-align: center;
		margin: 0;
	}
	.viewport-listing-title-wrapper p {
		font-size: 0.9em;
		text-align: center;
		margin-top: 10px;
		position: relative;
		z-index: 5;
	}
	.viewport-listing-title {
		color: #fff;
		text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
		position: relative;
		z-index: 5;
	}
	.featured-apps-content {
		padding-bottom: 25px;
	}
	.featured-apps-content .downloading-msg-wrapper{
		text-align: center;
	}
	.viewport-listing-title-wrapper {
		padding: 40px 20px;
		margin: 0;
		position: relative;
		background: #1f1f2b;
	}
	.slick-list {
		padding: 15px 0 5px 0;
	}
	.featured-app-slider-item {
		background: #1f1f2b;
		padding: 20px 15px;
		border-radius: 30px;
	}
	.fixed-n-wrapper {
		height: 76px;
	}
	.fixed-n-wrapper ul li {
		width: 25%;
		text-align: center;
		padding: 15px 5px;
		font-size: 0.8em;
		position: relative;
	}
	.fixed-n-wrapper ul li:after {
		width: 1px;
		right: 0;
	}
	.listing-item-t-l-w {
		width: 60px;
		padding-right: 15px;
	}
	.listing-item-t-m-w {
		width: calc(100% - 60px);
		padding-right: 15px;
	}
	.listing-item-t-r-w {
		width: 100px;
	}
	.listing-item-title {
		font-size: 1.2em;
	}
	.listing-item-version, .listing-item-author {
		font-size: 0.9em;
	}
	.app-element-i-button {
		padding: 9px 5px;
	}
	.app-element-i-button .button-icon {
		font-size: 1.2em;
	}
	.listing-item-b {
		margin-top: 3px;
	}
}
@media screen and (max-width: 320px) {
	.viewport-inner {
		min-height: calc(100vh - 68px);
	}
	.fixed-n-wrapper {
		height: 68px;
	}
	.fixed-n-wrapper ul li {
		padding: 12px 4px;
		font-size: 0.75em;
	}
	.fixed-n-wrapper ul li:after {
		width: 1px;
		right: 0;
	}
}