/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #fff 0%, #eee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #fff 0%,#eee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #fff 0%,#eee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
ul {
	list-style: none;
}
textarea, input, a, button { 
	outline: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px;
	color: #222;
}
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;
}
.mtvcw-inner {
	position: relative;
}
.mtvcw-listing-header {
	padding: 15px 15px 0 15px;
	text-align: center;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 5;
	border-bottom: 1px solid rgba(255,255,255,.02);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.header-logo {
	max-width: 70px;
	margin: 0 0 10px 0;
}
.mtvcw-listing-header h1 {
	font-size: 1em;
	margin: 0;
	text-transform: uppercase;
	color: #111;
}
.mtvcw-listing-wrapper {
	margin-top: 10px;
	padding: 150px 30px 0 30px;
}
.search-form-wrapper {
	padding: 10px 0 0 0;
	-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;
	margin-bottom: -22px;
}
.search-input-wrapper {
	position: relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feb525+0,ff8717+100 */
	background: #fc4349;
	border-radius: 12px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4), inset 0 -3px 0 0 rgba(0, 0, 0, 0.4);
}
.search-input {
	border: none;
	box-shadow: none;
	background: transparent;
	width: 100%;
	border-radius: 5px;
	height: 45px;
	color: #fff;
	padding: 0 20px 0 45px;
	font-size: 0.75em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
}
.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: #fc4349;
}
.search-input-wrapper span {
	position: absolute;
	left: 20px;
	top: 15px;
	font-size: 1.2em;
	color: #fff;
}
.mtvcw-listing-title span {
	display: block;
	font-size: 1.4em;
	filter: invert(70%) sepia(64%) saturate(2604%) hue-rotate(108deg) brightness(108%) contrast(106%);
}
.home-section-title-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 17px;
	padding-bottom: 5px;
	border-bottom: 2px solid #e7edf5;
}
.title-icon {
	max-width: 20px;
	max-height: 20px;
	margin-right: 7px;
}
.home-section-title-wrapper h4 {
	margin: 0;
	font-size: 1.2em;
	font-weight: 700;
}
.mtvcw-li-item-row {
	position: relative;
	background: #fff;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
	border-radius: 45px;
	overflow:hidden;
	-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;
	margin-bottom: 20px;
	cursor: pointer;
}
.mtvcw-li-item-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.mtvcw-li-item-middle {
	border-top: 3px solid #fff;
	position: relative;
}
.mtvcw-li-item-left {
	width: 100%;
	text-align: center;
}
.mtvcw-li-item-img-wrapper {
	position: relative;
}
.mtvcw-li-item-header-icon {
	width: 80px;
	margin: -60px 0 0 0;
}
.mtvcw-li-item-header-icon img {
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.5);
}
.mtvcw-li-item-header-tags {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 0 100px;
	display: flex;
	align-items: center;
}
.tag-item {
	background: #0feaae;
	position: relative;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	height: 20px;
	padding: 0 8px;
	border-radius: 50px;
	margin-right: 5px;
}
.tag-item:last-child {
	margin-right: 0;
}
.tag-item span.tag-icon {
	margin-right: 4px;
	font-size: 1.2em;
}
.tag-item span.tag-text {
	font-weight: 900;
	text-transform: uppercase;
	color: #222;
	font-size: 0.7em;
}
.tag-item i {
	color: #222;
}
.tag-item-os {
	justify-content: center;
	padding: 0;
	width: 20px;
}
.mtvcw-li-item-title {
	display: flex;
	width: calc(100% - 51px);
	padding-right: 15px;
}
.mtvcw-li-item-header {
	display: flex;
}
.mtvcw-li-item-middle {
	width: 100%;
	padding: 20px 15px 40px 15px;
}
.mtvcw-li-item-row:last-child {
	margin-bottom: 0;
}
.mtvcw-li-item-title {
	margin: 15px 0 5px 0;
	font-size: 1.6em;
}
.mtvcw-li-item-description {
	font-size: 0.9em;
	color: #abaeb0;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
			line-clamp: 3; 
	-webkit-box-orient: vertical;
	margin: 0;
}
.mtvcw-li-item-btn {
	position: absolute;
	background: #fc4349;
	border: 2px solid #fff;
	opacity: 0.85;
	width: 100%;
	height: 45px;
	width: 45px;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	align-items: center; 
	border-radius: 50%;
	justify-content: center;
	line-height: 1;
	right: 15px;
	top: 15px;
}
.mtvcw-li-item-btn-active {
	border: 2px solid #fff;
}
.mtvcw-li-item-btn .button-icon {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(359deg) brightness(103%) contrast(107%);
	position: relative;
	font-size: 2em;
}
.app-element-icon {
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
}
.appdet-modal {
	position: fixed;
	width: auto;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #1b121d;
    background: -moz-linear-gradient(90deg,#1b121d 0,#120f2f 50%,#1b121d 100%);
    background: -webkit-linear-gradient(90deg,#1b121d 0,#120f2f 50%,#1b121d 100%);
    background: linear-gradient(90deg,#1b121d 0,#120f2f 50%,#1b121d 100%);
	z-index: 200 !important;
	overflow: hidden;
}
.appdet-content {
	overflow: auto;
	z-index: 1;
	max-width: 100%;
	height: 100%;
}
.appdet-close {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 20;
	background: rgba(255,255,255,1);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.appdet-close span {
	cursor: pointer;
	font-size: 1.2em;
	color: #fc4349;
}
.anifa {
	animation-duration: 0.6s;
}
.anifav {
	animation-duration: 0.3s;
}
.noscroll {
	overflow: hidden;
}
.step-app-img-wrapper {
	height: 30vh;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.step-app-details {
	margin: 0 auto;
	position: relative;
	padding-top: 27vh;
}
.step-app-details-inner {
	background: #fff;
	padding: 25px 20px 40px 20px;
	border-top-left-radius: 30px;
    border-top-right-radius: 30px;
	position: relative;
	z-index: 2;
	min-height: 73vh;
	box-shadow: 0 -8px 10px 0 rgba(0, 0, 0, 0.35);
}
.addr-tags {
	display: flex;
	align-items: center;
	justify-content: center;
}
.appdet-download-row {
	display: flex;
	align-items: center;
	margin: 10px 0 10px 0;
}
.addr-left {
	width: 65px;
}
.addr-edition {
	display: block;
	font-size: 0.65em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fc4349;
	font-weight: 700;
}
.appdet-title-small {
	font-size: 1.4em;
	font-weight: 700;
	margin: 3px 0;
}
.addr-platforms {
	font-size: 0.8em;
	color: #abaeb0;
	display: block;
	font-weight: 700;
}
.addr-middle {
	padding: 0 10px;
	width: calc(100% - 107px);
}
.addr-right {
	width: 42px;
}
.appdet-icon-img {
	border-radius: 50%;
	border: 2px solid #fff;
}
.appdet-desc {
	color: #abaeb0;
	margin: 0 0 15px 0;
	font-weight: 700;
	font-size: 0.9em;
	line-height: 1.8;
}
.addr-dl-btn-s span {
	filter: invert(64%) sepia(79%) saturate(7289%) hue-rotate(337deg) brightness(110%) contrast(97%);
	font-size: 3em;
}
.addr-dl-btn, .verification-button {
	display: flex;
	align-items: center;
	color: #fc4349;
	justify-content: center;
	padding: 0 5px;
	height: 42px;
	font-size: 0.75em;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid #fc4349;
	position: relative;
	border-radius: 50px;
	cursor: pointer;
}
.button-text {
	line-height: 1;
}
.button-icon {
	filter: invert(64%) sepia(79%) saturate(7289%) hue-rotate(337deg) brightness(110%) contrast(97%);
	margin-left: 10px;
}
.appdet-ratings {
	margin-top: 20px;
	margin-bottom: 10px;
}
.appdet-ratings h4 {
	margin: 0 0 10px 0;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #abaeb0;
	border-bottom: 2px solid #eee;
	padding-bottom: 7px;
}
.ad-rating-rows-wrapper {
	display: flex;
}
.ad-rating-row {
	margin-bottom: 10px;
	width: 20%;
}
.ad-rating-row:last-child {
	margin-bottom: 0;
}
.ad-rr-left {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ad-rr-left div {
	font-size: 0.7em;
	font-weight: 900;
	background: #0feaae;
    position: relative;
    line-height: 1;
    display: inline-flex;
    align-items: center;
	justify-content: center;
    height: 12px;
    width: 35px;
	border-radius: 50px;
	color: #222;
	margin-bottom: -6px;
	z-index: 2;
}
.ad-rr-left div * {
	position: relative;
	top: 1px;
}
.ad-rr-middle {
	padding: 0 10px;
}
.ad-rr-right {
	font-size: 0.8em;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.ad-rr-right .rating-icon {
	position: relative;
	top: -2.5px;
	filter: invert(70%) sepia(64%) saturate(2604%) hue-rotate(108deg) brightness(108%) contrast(106%);
	font-size: 0.9em;
}
.ad-rr-bar {
	background: #151515;
	height: 100px;
	overflow: hidden;
	border-radius: 5px;
	transform: rotate(180deg);
}
.add-rr-bar-i {
	width: 100%;
	height: 0;
	background: #fc4349;
	position: relative;
}
.mtvcw-li-item-hidden-meta {
	display: none !important;
}
.desktop-notice-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	width: 100%;
	text-align: center;
}
.desktop-notice-wrapper .desktop-notice-icon-1 {
	filter: invert(70%) sepia(64%) saturate(2604%) hue-rotate(108deg) brightness(108%) contrast(106%);
	font-size: 15em;
}
.desktop-notice-wrapper h1 {
	font-size: 2.8em;
	font-weight: 900;
	margin: 15px auto 0 auto;
}
.desktop-notice-wrapper p {
	margin: 15px auto 0 auto;
	font-size: 1.2em;
}
.desktop-notice {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}
.desktop-notice-note {
	margin: 15px auto 0 auto;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
.desktop-notice-wrapper .desktop-notice-icon-2 {
	filter: invert(70%) sepia(64%) saturate(2604%) hue-rotate(108deg) brightness(108%) contrast(106%);
	margin-right: 10px;
}
.codproc-icon-img {
	max-width: 70px;
	max-height: 70px;
	border: 3px solid #fff;
	border-radius: 50%;
}
.black-smith-top {
	text-align: center;
}
.blacksmith-title {
	font-size: 1.4em;
	font-weight: 700;
	margin: 10px 0 0 0;
}
.blacksmith-subtitle {
	letter-spacing: 1px;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 700;
	color: #fc4349;
}
.black-smith-bot {
	margin-top: 80px;
}
.black-smith-bot-mod {
	margin-top: 25px;
}
.code-wrap {
	min-height: 70px;
	margin: 40px 0 20px 0;
}
.console-code-wrapper {
	display: none;
	position: relative;
}
.s-c-wrapper {
	display: none;
	text-align: center;
}
.success-check {
	filter: invert(70%) sepia(64%) saturate(2604%) hue-rotate(108deg) brightness(108%) contrast(106%);
	font-size: 4em;
}
.info-icon {
	filter: invert(75%) sepia(57%) saturate(451%) hue-rotate(345deg) brightness(102%) contrast(104%);
	font-size: 4em;
}
.code-mess {
	margin: 20px auto 0 auto;
}
.code-m {
	text-align: center;
	font-size: 1.4em;
	font-weight: 500;
}
.step-app-last {
	text-align: center;
	margin: -40px auto 0 auto;
}
.black-smith-bot-mod .step-app-last {
	margin: 0 auto 0 auto;
}
.last-title {
	font-size: 1.2em;
	font-weight: 700;
}
.last-intro {
	color: #abaeb0;
	font-size: 0.9em;
	font-weight: 500;
}
.verification-code-title {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9em;
	font-weight: 700;
}
.verification-generated-code {
	text-align: center;
	color: #fc4349;
	background: #11181e;
	border-radius: 150px;
	padding: 10px 5px 7px 5px;
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: 6px;
	display: block;
	margin: 0 auto 0 auto;
}
.h-v-time-left-wrapper {
	color: #fff;
	font-size: 0.8em;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
#human_verification_timer_time {
	color: #fc4349;
	display: block;
	line-height: 1;
}
.verification-button-wrapper {
	margin: 10px 0 0 0;
}
.verification-button {
	text-decoration: none !important;
}
.offers-list-wrapper a {
	text-decoration: none !important;
	margin-bottom: 10px;
	display: block;
}
.offer-list-item {
	position: relative;
	background: #151515;
	border-radius: 12px;
	padding: 15px 15px;
}
.offers-list-wrapper a:last-child {
	margin-bottom: 0;
}
.offer-list-item-content {
	display: flex;
	align-items: center;
}
.offlic-left {
	width: 50px;
}
.offlic-right {
	width: 50px;
}
.offlic-middle {
	width: calc(100% - 100px);
	position: relative;
	padding: 0 15px;
}
.offlic-img {
	border-radius: 50%;
	border: 2px solid #fff;
}
.offlic-btn {
	width: 50px;
	height: 50px;
	background: #fc4349;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8em;
}
.offlic-title {
	color: #fff !important;
	font-weight: 700;
	text-align: left;
	text-decoration: none !important;
}
.offlic-adcopy {
	font-weight: 500;
	font-size: 0.8em;
	color: #abaeb0 !important;
	margin: 1px 0 0 0;
	text-align: left;
	text-decoration: none !important;
}
.offlic-rating-w span.rating-icon {
	filter: invert(89%) sepia(49%) saturate(837%) hue-rotate(335deg) brightness(103%) contrast(98%);
	font-size: 0.7em;
}
.offlic-url-active {
	opacity: 0.65;
	transform: scale(0.85);
}
.offlic-btn-icon {
	filter: invert(100%) sepia(0%) saturate(9%) hue-rotate(176deg) brightness(104%) contrast(104%);
}
.cpb-second, .cpb-third {
	display: none;
}
.gff-field-label {
	text-align: center;
	margin: 0 0 5px 0;
	font-weight: 700;
	color: #abaeb0;
	display: block;
}
.gff-field-w {
	position: relative;
}
.gff-field-wrapper {
	position: relative;
}
.username-field-wrapper {
	position: relative;
	background: #151515;
	border-radius: 100px;
}
.gff-field-wrapper .uifi {
	position: absolute;
	left: 25px;
	top: 23px;
	filter: invert(32%) sepia(46%) saturate(3013%) hue-rotate(336deg) brightness(109%) contrast(97%);
	max-width: 50px;
	font-size: 1.8em;
}
.field-input {
	background: transparent !important;
	border: none;
	box-shadow: none;
	width: 100%;
	outline: none;
	height: 70px;
	border-radius: 100px;
	color: #fff;
	padding: 0 15px 0 60px;
	font-size: 1em;
	font-weight: 700;
}
.field-input::-webkit-input-placeholder {
	color: #fff;
}
.field-input:-moz-placeholder {
	color: #fff;
	opacity:  1;
}
.field-input::-moz-placeholder {
	color: #fff;
	opacity:  1;
}
.field-input:-ms-input-placeholder {
	color: #fff;
}
.error-wrapper {
	color: #fc4349;
	font-size: 0.85em;
	text-align: center;
	position: absolute;
	width: 100%;
	font-weight: 700;
	display: none;
	left: 0;
	bottom: -22px;
}
.platform-field-wrapper {
	position: relative;
	display: flex;
	margin: 0 -10px;
}
.platform-item-wrapper {
	width: 50%;
	padding: 0 10px;
}
.platform-item {
	background: #151515;
	border-radius: 50px;
	height: 60px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8em;
	cursor: pointer;
	color: #fff;
	-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;
}
.platform-item.active {
	text-shadow: none;
	box-shadow: 0 0 0 3px #fc4349;
}
.gff-field-label-wrapper-p {
	margin-top: 30px;
}
.gff-btn-w {
	margin: 30px auto 0 auto;
}
.cpb-s-row {
	background: #151515;
	border-radius: 100px;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	min-height: 80px;
	width: 100%;
	padding: 0 20px;
	position: relative;
	margin-bottom: 10px;
}
.cpb-s-row:last-child {
	margin-bottom: 0;
}
.cpb-sr-l {
	width: 45px;
}
.cpb-sr-r {
	width: calc(100% - 45px);
	padding-left: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cpbsrr-val {
	font-weight: 700;
	font-size: 1.2em;
	color: #fff;
	line-height: 1;
	margin: 0 0 3px 0;
}
.cpbsrr-label {
	color: #abaeb0;
	font-weight: 700;
	font-size: 0.9em;
}
.cpwr {
	display: none;
	margin: 20px auto 0 auto;
	text-align: center;
}
.cpb-p-row {
	background: #151515;
	border-radius: 100px;
	padding: 15px 30px;
	display: inline-flex;
	margin: 0 auto;
	align-items: center;
	min-height: 80px;
	padding: 0 20px;
	position: relative;
}
.cpb-p-row:last-child {
	margin-bottom: 0;
}
.cpb-pr-l {
	width: 35px;
}
.cpb-pr-r {
	width: calc(100% - 35px);
	padding-left: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cpbspr-val {
	font-weight: 700;
	font-size: 1em;
	color: #fff;
	line-height: 1;
	text-align: left;
	margin: 0 0 3px 0;
}
.cpbspr-label {
	color: #abaeb0;
	font-weight: 700;
	font-size: 0.85em;
	text-align: left;
}
#mm-val, #mm-username {
	color: #fc4349;
	font-weight: 700;
	font-size: 0.95em;
}
.appdet-reviews {
	margin-top: 10px;
}
.appdet-reviews h4 {
	margin: 0 0 10px 0;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #abaeb0;
	border-bottom: 2px solid #eee;
	padding-bottom: 7px;
}
.ad-review-row {
	border-bottom: 1px dashed #eee;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.ad-review-row:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.ad-review-row-header {
	display: flex;
	align-items: center;
}
.ad-review-row-header-l{
	width: 40px;
}
.ad-review-row-header-r {
	width: calc(100% - 40px);
	padding-left: 10px;
	font-size: 0.85em;
}
.r-a-img {
	border-radius: 50%;
	border: 2px solid #fff;
}
.review-name {
	font-weight: 900;
	letter-spacing: 1px;
}
.review-date {
	color: #abaeb0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
	font-weight: 700;
	color: #fc4349;
}
.review-content {
	font-weight: 700;
	font-size: 0.8em;
	color: #abaeb0;
	margin-top: 5px;
}
.appdet-add-review {
	margin-top: 15px;
	display: flex;
	align-items: center;
}
.add-review-btn {
	display: inline-flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	padding: 0 5px;
	height: 50px;
	width: 150px;
	font-size: 0.75em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	background: #151515;
	border-radius: 50px;
	cursor: pointer;
}
.add-review-btn span.button-text {
	margin-left: 7px;
}
.add-review-note {
	font-size: 0.7em;
	font-weight: 900;
	color: #fc4347;
	display: none;
	width: calc(100% - 150px);
	padding-left: 10px;
}
.loader {
  width: 16px;
  height: 16px;
  box-shadow: 0 30px, 0 -30px;
  border-radius: 4px;
  background: currentColor;
  display: block;
  margin: -50px auto 0;
  position: relative;
  color: #FFF;
  transform: translateY(30px);
  box-sizing: border-box;
  animation: animloader 2s ease infinite;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  box-shadow: 0 30px, 0 -30px;
  border-radius: 4px;
  background: currentColor;
  color: #FFF;
  position: absolute;
  left: 30px;
  top: 0;
  animation: animloader 2s 0.2s ease infinite;
}
.loader::before {
  animation-delay: 0.4s;
  left: 60px;
}

@keyframes animloader {
  0% {
    top: 0;
    color: white;
  }
  50% {
    top: 30px;
    color: rgba(255, 255, 255, 0.2);
  }
  100% {
    top: 0;
    color: white;
  }
}
.fill-circle {
  width: 120px;
  height: 120px;
  line-height: 160px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.fill-circle:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #151515;
  position: absolute;
  top: 0;
  left: 0;
}
.fill-circle > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.fill-circle .fill-circle-left {
  left: 0;
}
.fill-circle .fill-circle-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #fc4349;
}
.fill-circle .fill-circle-left .fill-circle-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.fill-circle .fill-circle-right {
  right: 0;
}
.fill-circle .fill-circle-right .fill-circle-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.fill-circle .fill-circle-value {
  display: flex;
  border-radius: 50%;
  font-size: 1rem;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-weight: 300;
}
.fill-circle .fill-circle-value span {
  font-size: 12px;
  text-transform: uppercase;
}

/* This for loop creates the necessary css animation names 
Due to the split circle of fill-circle-left and fill-circle right, we must use the animations on each side. 
*/
.fill-circle[data-percentage="1"] .fill-circle-right .fill-circle-bar {
  animation: loading-1 0.5s linear forwards;
}
.fill-circle[data-percentage="1"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="2"] .fill-circle-right .fill-circle-bar {
  animation: loading-2 0.5s linear forwards;
}
.fill-circle[data-percentage="2"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="3"] .fill-circle-right .fill-circle-bar {
  animation: loading-3 0.5s linear forwards;
}
.fill-circle[data-percentage="3"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="4"] .fill-circle-right .fill-circle-bar {
  animation: loading-4 0.5s linear forwards;
}
.fill-circle[data-percentage="4"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="5"] .fill-circle-right .fill-circle-bar {
  animation: loading-5 0.5s linear forwards;
}
.fill-circle[data-percentage="5"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="6"] .fill-circle-right .fill-circle-bar {
  animation: loading-6 0.5s linear forwards;
}
.fill-circle[data-percentage="6"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="7"] .fill-circle-right .fill-circle-bar {
  animation: loading-7 0.5s linear forwards;
}
.fill-circle[data-percentage="7"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="8"] .fill-circle-right .fill-circle-bar {
  animation: loading-8 0.5s linear forwards;
}
.fill-circle[data-percentage="8"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="9"] .fill-circle-right .fill-circle-bar {
  animation: loading-9 0.5s linear forwards;
}
.fill-circle[data-percentage="9"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="10"] .fill-circle-right .fill-circle-bar {
  animation: loading-10 0.5s linear forwards;
}
.fill-circle[data-percentage="10"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="11"] .fill-circle-right .fill-circle-bar {
  animation: loading-11 0.5s linear forwards;
}
.fill-circle[data-percentage="11"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="12"] .fill-circle-right .fill-circle-bar {
  animation: loading-12 0.5s linear forwards;
}
.fill-circle[data-percentage="12"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="13"] .fill-circle-right .fill-circle-bar {
  animation: loading-13 0.5s linear forwards;
}
.fill-circle[data-percentage="13"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="14"] .fill-circle-right .fill-circle-bar {
  animation: loading-14 0.5s linear forwards;
}
.fill-circle[data-percentage="14"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="15"] .fill-circle-right .fill-circle-bar {
  animation: loading-15 0.5s linear forwards;
}
.fill-circle[data-percentage="15"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="16"] .fill-circle-right .fill-circle-bar {
  animation: loading-16 0.5s linear forwards;
}
.fill-circle[data-percentage="16"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="17"] .fill-circle-right .fill-circle-bar {
  animation: loading-17 0.5s linear forwards;
}
.fill-circle[data-percentage="17"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="18"] .fill-circle-right .fill-circle-bar {
  animation: loading-18 0.5s linear forwards;
}
.fill-circle[data-percentage="18"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="19"] .fill-circle-right .fill-circle-bar {
  animation: loading-19 0.5s linear forwards;
}
.fill-circle[data-percentage="19"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="20"] .fill-circle-right .fill-circle-bar {
  animation: loading-20 0.5s linear forwards;
}
.fill-circle[data-percentage="20"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="21"] .fill-circle-right .fill-circle-bar {
  animation: loading-21 0.5s linear forwards;
}
.fill-circle[data-percentage="21"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="22"] .fill-circle-right .fill-circle-bar {
  animation: loading-22 0.5s linear forwards;
}
.fill-circle[data-percentage="22"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="23"] .fill-circle-right .fill-circle-bar {
  animation: loading-23 0.5s linear forwards;
}
.fill-circle[data-percentage="23"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="24"] .fill-circle-right .fill-circle-bar {
  animation: loading-24 0.5s linear forwards;
}
.fill-circle[data-percentage="24"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="25"] .fill-circle-right .fill-circle-bar {
  animation: loading-25 0.5s linear forwards;
}
.fill-circle[data-percentage="25"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="26"] .fill-circle-right .fill-circle-bar {
  animation: loading-26 0.5s linear forwards;
}
.fill-circle[data-percentage="26"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="27"] .fill-circle-right .fill-circle-bar {
  animation: loading-27 0.5s linear forwards;
}
.fill-circle[data-percentage="27"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="28"] .fill-circle-right .fill-circle-bar {
  animation: loading-28 0.5s linear forwards;
}
.fill-circle[data-percentage="28"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="29"] .fill-circle-right .fill-circle-bar {
  animation: loading-29 0.5s linear forwards;
}
.fill-circle[data-percentage="29"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="30"] .fill-circle-right .fill-circle-bar {
  animation: loading-30 0.5s linear forwards;
}
.fill-circle[data-percentage="30"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="31"] .fill-circle-right .fill-circle-bar {
  animation: loading-31 0.5s linear forwards;
}
.fill-circle[data-percentage="31"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="32"] .fill-circle-right .fill-circle-bar {
  animation: loading-32 0.5s linear forwards;
}
.fill-circle[data-percentage="32"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="33"] .fill-circle-right .fill-circle-bar {
  animation: loading-33 0.5s linear forwards;
}
.fill-circle[data-percentage="33"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="34"] .fill-circle-right .fill-circle-bar {
  animation: loading-34 0.5s linear forwards;
}
.fill-circle[data-percentage="34"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="35"] .fill-circle-right .fill-circle-bar {
  animation: loading-35 0.5s linear forwards;
}
.fill-circle[data-percentage="35"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="36"] .fill-circle-right .fill-circle-bar {
  animation: loading-36 0.5s linear forwards;
}
.fill-circle[data-percentage="36"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="37"] .fill-circle-right .fill-circle-bar {
  animation: loading-37 0.5s linear forwards;
}
.fill-circle[data-percentage="37"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="38"] .fill-circle-right .fill-circle-bar {
  animation: loading-38 0.5s linear forwards;
}
.fill-circle[data-percentage="38"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="39"] .fill-circle-right .fill-circle-bar {
  animation: loading-39 0.5s linear forwards;
}
.fill-circle[data-percentage="39"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="40"] .fill-circle-right .fill-circle-bar {
  animation: loading-40 0.5s linear forwards;
}
.fill-circle[data-percentage="40"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="41"] .fill-circle-right .fill-circle-bar {
  animation: loading-41 0.5s linear forwards;
}
.fill-circle[data-percentage="41"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="42"] .fill-circle-right .fill-circle-bar {
  animation: loading-42 0.5s linear forwards;
}
.fill-circle[data-percentage="42"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="43"] .fill-circle-right .fill-circle-bar {
  animation: loading-43 0.5s linear forwards;
}
.fill-circle[data-percentage="43"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="44"] .fill-circle-right .fill-circle-bar {
  animation: loading-44 0.5s linear forwards;
}
.fill-circle[data-percentage="44"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="45"] .fill-circle-right .fill-circle-bar {
  animation: loading-45 0.5s linear forwards;
}
.fill-circle[data-percentage="45"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="46"] .fill-circle-right .fill-circle-bar {
  animation: loading-46 0.5s linear forwards;
}
.fill-circle[data-percentage="46"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="47"] .fill-circle-right .fill-circle-bar {
  animation: loading-47 0.5s linear forwards;
}
.fill-circle[data-percentage="47"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="48"] .fill-circle-right .fill-circle-bar {
  animation: loading-48 0.5s linear forwards;
}
.fill-circle[data-percentage="48"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="49"] .fill-circle-right .fill-circle-bar {
  animation: loading-49 0.5s linear forwards;
}
.fill-circle[data-percentage="49"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="50"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="50"] .fill-circle-left .fill-circle-bar {
  animation: 0;
}

.fill-circle[data-percentage="51"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="51"] .fill-circle-left .fill-circle-bar {
  animation: loading-1 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="52"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="52"] .fill-circle-left .fill-circle-bar {
  animation: loading-2 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="53"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="53"] .fill-circle-left .fill-circle-bar {
  animation: loading-3 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="54"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="54"] .fill-circle-left .fill-circle-bar {
  animation: loading-4 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="55"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="55"] .fill-circle-left .fill-circle-bar {
  animation: loading-5 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="56"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="56"] .fill-circle-left .fill-circle-bar {
  animation: loading-6 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="57"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="57"] .fill-circle-left .fill-circle-bar {
  animation: loading-7 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="58"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="58"] .fill-circle-left .fill-circle-bar {
  animation: loading-8 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="59"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="59"] .fill-circle-left .fill-circle-bar {
  animation: loading-9 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="60"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="60"] .fill-circle-left .fill-circle-bar {
  animation: loading-10 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="61"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="61"] .fill-circle-left .fill-circle-bar {
  animation: loading-11 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="62"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="62"] .fill-circle-left .fill-circle-bar {
  animation: loading-12 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="63"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="63"] .fill-circle-left .fill-circle-bar {
  animation: loading-13 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="64"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="64"] .fill-circle-left .fill-circle-bar {
  animation: loading-14 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="65"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="65"] .fill-circle-left .fill-circle-bar {
  animation: loading-15 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="66"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="66"] .fill-circle-left .fill-circle-bar {
  animation: loading-16 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="67"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="67"] .fill-circle-left .fill-circle-bar {
  animation: loading-17 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="68"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="68"] .fill-circle-left .fill-circle-bar {
  animation: loading-18 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="69"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="69"] .fill-circle-left .fill-circle-bar {
  animation: loading-19 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="70"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="70"] .fill-circle-left .fill-circle-bar {
  animation: loading-20 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="71"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="71"] .fill-circle-left .fill-circle-bar {
  animation: loading-21 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="72"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="72"] .fill-circle-left .fill-circle-bar {
  animation: loading-22 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="73"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="73"] .fill-circle-left .fill-circle-bar {
  animation: loading-23 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="74"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="74"] .fill-circle-left .fill-circle-bar {
  animation: loading-24 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="75"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="75"] .fill-circle-left .fill-circle-bar {
  animation: loading-25 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="76"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="76"] .fill-circle-left .fill-circle-bar {
  animation: loading-26 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="77"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="77"] .fill-circle-left .fill-circle-bar {
  animation: loading-27 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="78"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="78"] .fill-circle-left .fill-circle-bar {
  animation: loading-28 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="79"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="79"] .fill-circle-left .fill-circle-bar {
  animation: loading-29 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="80"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="80"] .fill-circle-left .fill-circle-bar {
  animation: loading-300 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="81"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="81"] .fill-circle-left .fill-circle-bar {
  animation: loading-31 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="82"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="82"] .fill-circle-left .fill-circle-bar {
  animation: loading-32 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="83"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="83"] .fill-circle-left .fill-circle-bar {
  animation: loading-33 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="84"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="84"] .fill-circle-left .fill-circle-bar {
  animation: loading-34 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="85"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="85"] .fill-circle-left .fill-circle-bar {
  animation: loading-35 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="86"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="86"] .fill-circle-left .fill-circle-bar {
  animation: loading-36 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="87"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="87"] .fill-circle-left .fill-circle-bar {
  animation: loading-37 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="88"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="88"] .fill-circle-left .fill-circle-bar {
  animation: loading-38 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="89"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="89"] .fill-circle-left .fill-circle-bar {
  animation: loading-39 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="90"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="90"] .fill-circle-left .fill-circle-bar {
  animation: loading-40 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="91"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="91"] .fill-circle-left .fill-circle-bar {
  animation: loading-41 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="92"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="92"] .fill-circle-left .fill-circle-bar {
  animation: loading-42 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="93"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="93"] .fill-circle-left .fill-circle-bar {
  animation: loading-43 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="94"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="94"] .fill-circle-left .fill-circle-bar {
  animation: loading-44 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="95"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="95"] .fill-circle-left .fill-circle-bar {
  animation: loading-45 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="96"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="96"] .fill-circle-left .fill-circle-bar {
  animation: loading-46 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="97"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="97"] .fill-circle-left .fill-circle-bar {
  animation: loading-47 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="98"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="98"] .fill-circle-left .fill-circle-bar {
  animation: loading-48 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="99"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="99"] .fill-circle-left .fill-circle-bar {
  animation: loading-49 0.5s linear forwards 0.5s;
}

.fill-circle[data-percentage="100"] .fill-circle-right .fill-circle-bar {
  animation: loading-50 0.5s linear forwards;
}
.fill-circle[data-percentage="100"] .fill-circle-left .fill-circle-bar {
  animation: loading-50 0.5s linear forwards 0.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(3.6);
    transform: rotate(3.6deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7.2);
    transform: rotate(7.2deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10.8);
    transform: rotate(10.8deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(14.4);
    transform: rotate(14.4deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg);
  }
}
@keyframes loading-6 {
  0% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  100% {
    -webkit-transform: rotate(21.6);
    transform: rotate(21.6deg);
  }
}
@keyframes loading-7 {
  0% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(25.2);
    transform: rotate(25.2deg);
  }
}
@keyframes loading-8 {
  0% {
    -webkit-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
  }
  100% {
    -webkit-transform: rotate(28.8);
    transform: rotate(28.8deg);
  }
}
@keyframes loading-9 {
  0% {
    -webkit-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
  }
  100% {
    -webkit-transform: rotate(32.4);
    transform: rotate(32.4deg);
  }
}
@keyframes loading-10 {
  0% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-11 {
  0% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
  100% {
    -webkit-transform: rotate(39.6);
    transform: rotate(39.6deg);
  }
}
@keyframes loading-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(43.2);
    transform: rotate(43.2deg);
  }
}
@keyframes loading-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(46.8);
    transform: rotate(46.8deg);
  }
}
@keyframes loading-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(50.4);
    transform: rotate(50.4deg);
  }
}
@keyframes loading-15 {
  0% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg);
  }
}
@keyframes loading-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(57.6);
    transform: rotate(57.6deg);
  }
}
@keyframes loading-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(61.2);
    transform: rotate(61.2deg);
  }
}
@keyframes loading-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(64.8);
    transform: rotate(64.8deg);
  }
}
@keyframes loading-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(68.4);
    transform: rotate(68.4deg);
  }
}
@keyframes loading-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(75.6);
    transform: rotate(75.6deg);
  }
}
@keyframes loading-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(79.2);
    transform: rotate(79.2deg);
  }
}
@keyframes loading-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(82.8);
    transform: rotate(82.8deg);
  }
}
@keyframes loading-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(86.4);
    transform: rotate(86.4deg);
  }
}
@keyframes loading-25 {
  0% {
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
  }
  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg);
  }
}
@keyframes loading-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(93.6);
    transform: rotate(93.6deg);
  }
}
@keyframes loading-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(97.2);
    transform: rotate(97.2deg);
  }
}
@keyframes loading-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(100.8);
    transform: rotate(100.8deg);
  }
}
@keyframes loading-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(104.4);
    transform: rotate(104.4deg);
  }
}
@keyframes loading-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(111.6);
    transform: rotate(111.6deg);
  }
}
@keyframes loading-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(115.2);
    transform: rotate(115.2deg);
  }
}
@keyframes loading-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(118.8);
    transform: rotate(118.8deg);
  }
}
@keyframes loading-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(122.4);
    transform: rotate(122.4deg);
  }
}
@keyframes loading-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg);
  }
}
@keyframes loading-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(129.6);
    transform: rotate(129.6deg);
  }
}
@keyframes loading-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(133.2);
    transform: rotate(133.2deg);
  }
}
@keyframes loading-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(136.8);
    transform: rotate(136.8deg);
  }
}
@keyframes loading-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(140.4);
    transform: rotate(140.4deg);
  }
}
@keyframes loading-40 {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(147.6);
    transform: rotate(147.6deg);
  }
}
@keyframes loading-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(151.2);
    transform: rotate(151.2deg);
  }
}
@keyframes loading-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(154.8);
    transform: rotate(154.8deg);
  }
}
@keyframes loading-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(158.4);
    transform: rotate(158.4deg);
  }
}
@keyframes loading-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg);
  }
}
@keyframes loading-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(165.6);
    transform: rotate(165.6deg);
  }
}
@keyframes loading-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {6
    -webkit-transform: rotate(169.2);
    transform: rotate(169.2deg);
  }
}
@keyframes loading-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(172.8);
    transform: rotate(172.8deg);
  }
}
@keyframes loading-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(176.4);
    transform: rotate(176.4deg);
  }
}
@keyframes loading-50 {
  0% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

@keyframes loading-300 {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (min-width: 1440px) {
	.mtvcw-listing-header {
		padding: 40px 0;
	}
}
@media screen and (max-width: 480px) {
	.mtvcw-inner {
		min-height: 100vh;
		padding-bottom: 90px;
	}
	.mtvcw-li-item-t-l-w {
		width: 60px;
		padding-right: 15px;
	}
	.mtvcw-li-item-t-m-w {
		width: calc(100% - 60px);
		padding-right: 15px;
	}
	.mtvcw-li-item-t-r-w {
		width: 100px;
	}
	.mtvcw-li-item-version {
		font-size: 0.9em;
	}
}
@media screen and (max-width: 320px) {
	.mtvcw-inner {
		min-height: calc(100vh - 68px);
	}
}