html,body{padding:0;margin:0;width:100%;height:100%;background:#f4f4f4;font-family: 'Roboto', sans-serif;}
header{position:relative;width:100%;height:60px;padding:5px 3%;box-sizing:border-box;}
.blue-gradient {background: #a5ebff; /* Old browsers */
background: -moz-linear-gradient(10deg, #a5ebff 0%, #0064bb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(10deg, #a5ebff 0%,#0064bb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(190deg, #a5ebff 0%,#0064bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5ebff', endColorstr='#0064bb',GradientType=1 );/* IE6-9 fallback on horizontal gradient */}
.logo{float:left}
.logoText{float:left;margin-left:15px;margin-top:5px;color:#fff;font-size:20px;line-height:21px;display:inline}
.motto{float:left;margin-left:15px;color:#e4e4e4;font-size:14px;display:inline}
#mainContainer{position:relative;margin:0 auto;width:100%;height:100%;overflow-x:hidden}
#mainContainerContent{position:relative;margin:0 auto;width:100%;overflow-x:hidden}
.detectionElement{position:relative;margin:10px 5%;width:90%;display:none}
.detectionName {
    position: relative;float: left;color: #444;-webkit-animation: blinkSmooth 1.5s linear 0s 1 forwards;-moz-animation: blinkSmooth 1.5s linear 0s 1 forwards;-o-animation: blinkSmooth 1.5s linear 0s 1 forwards;animation: blinkSmooth 1.5s linear 0s 1 forwards;
}
.detectionValue { position: relative;float: right;opacity:0;-webkit-animation: showResult 1.5s linear 0s 1 forwards; -moz-animation: showResult 1.5s linear 0s 1 forwards; -o-animation: showResult 1.5s linear 0s 1 forwards;animation: showResult 1.5s linear 0s 1 forwards;
}
.detectionValue2 {position: relative;float: right; opacity:0; -webkit-animation: showResult 2s linear 0s 1 forwards; -moz-animation: showResult 2s linear 0s 1 forwards; -o-animation: showResult 2s linear 0s 1 forwards; animation: showResult 2s linear 0s 1 forwards;}
#detectionValue1,#detectionValue2,#detectionValue3,#detectionValue4,#detectionValue5 {color: #444;}
.loader,.loader2 { position: relative; width: 0px; height: 10px;-webkit-animation: loadSmooth 1.5s linear 0s 1 forwards; -moz-animation: loadSmooth 1.5s linear 0s 1 forwards; -o-animation: loadSmooth 1.5s linear 0s 1 forwards;  animation: loadSmooth 1.5s linear 0s 1 forwards;}
.loader2 {-webkit-animation: loadSmooth2 1.5s linear 0s 1 forwards;-moz-animation: loadSmooth2 1.5s linear 0s 1 forwards;-o-animation: loadSmooth2 1.5s linear 0s 1 forwards; animation: loadSmooth2 1.5s linear 0s 1 forwards;
}
#loader1,#loader2,#loader3,#loader4,#loader5,#loader6,#loader7{background:#999;background:-webkit-linear-gradient(left,#999,#c4c4c4);background:-o-linear-gradient(right,#999,#c4c4c4);background:-moz-linear-gradient(right,#999,#c4c4c4);background:linear-gradient(to right,#999,#c4c4c4)}
.clear{clear:both}
.infoContainer{position:relative;margin:40px 5% 10px;width:90%;display:none;}
.infoText{font-size:14px;}
footer{position:relative;width:100%;height:50px;padding:5px 5%;box-sizing:border-box;background:#444;color:#fff;line-height:40px;text-align:center;display:none}
@keyframes loadSmooth {from{width:0}to{width:100%}}
@keyframes loadSmooth2 {0%{width:0%}20%{width:10%}40%{width:15%}50%{width:20%}100%{width:100%}}
@-webkit-keyframes loadSmooth {from{width:0}to{width:100%}}
@keyframes blinkSmooth {0%{opacity:1}10%{opacity:0}20%{opacity:1}30%{opacity:0}40%{opacity:1}50%{opacity:0}60%{opacity:1}70%{opacity:0}80%{opacity:1}90%{opacity:0}100%{opacity:1}}
@-webkit-keyframes blinkSmooth {0%{opacity:1}10%{opacity:0}20%{opacity:1}30%{opacity:0}40%{opacity:1}50%{opacity:0}60%{opacity:1}70%{opacity:0}80%{opacity:1}90%{opacity:0}100%{opacity:1}}
@keyframes showResult {0%{opacity:0}90%{opacity:0}100%{opacity:1}}
.spinnerContainer {position: relative; margin: 30px auto; width: 150px; height: 150px; box-sizing: border-box; -webkit-animation: expandButton 0.5s linear 10.5s 1 forwards; -moz-animation: expandButton 0.5s linear 10.5s 1 forwards; -o-animation: expandButton 0.5s linear 10.5s 1 forwards; animation: expandButton 0.5s linear 10.5s 1 forwards;}
.spinner { position: relative; width: 150px; height: 150px; border: solid #1abd5f; border-width: 3px 0px 0px 0px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;-webkit-animation: spin 0.5s 30 linear; -moz-animation: spin 0.5s 30 linear;-o-animation: spin 0.5s 30 linear;animation: spin 0.5s 30 linear;}
.spinnerFinished {position: absolute; width: 100%;height: 100%;padding-top: 50px;left: 0px; top: 0px; font-size: 14px;text-align: center;
    box-sizing: border-box;-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;-webkit-animation: blinkSmooth 1.5s linear 0s 1 forwards, updateButton 0.5s linear 10.5s 1 forwards;
    -moz-animation: blinkSmooth 1.5s linear 0s 1 forwards, updateButton 0.5s linear 11s 1 forwards; -o-animation: blinkSmooth 1.5s linear 0s 1 forwards, updateButton 0.5s linear 10.5s 1 forwards; animation: blinkSmooth 1.5s linear 0s 1 forwards, updateButton 0.5s linear 10.5s 1 forwards;
}
.greenBtnContainer {position:relative;width:100%;text-align: center;margin:10px auto;}
.greenBtn {display:block; position: relative;margin: 0 auto;padding: 10px 5px;width: 150px;font-size: 18px;color:#fff;background: #1abd5f;-webkit-border-radius: 5px;
    -moz-border-radius: 5px; border-radius: 5px; box-shadow:3px 3px 3px 0px rgba(0,0,0,0.75); text-align: center;display: none;-webkit-animation: toggleShadow 1s linear 0s infinite forwards, wiggle 1s linear 0s 1 forwards;
    -moz-animation: toggleShadow 1s linear 0s infinite forwards, wiggle 1s linear 0s 1 forwards;-o-animation: toggleShadow 1s linear 0s infinite forwards, wiggle 1s linear 0s 1 forwards;
    animation: toggleShadow 1s linear 0s infinite forwards, wiggle 1s linear 0s 1 forwards;
}
.greenBtn:visited{color:#fff;}
.greenBtn:hover{color:#eee;}
.subscrInfo{display: none;}
.text-bold{font-weight: bold;}
.top-border{border-top:1px solid #bfbfbf;}
.bottom-border{border-bottom:1px solid #bfbfbf;}
@-webkit-keyframes spin {from {-webkit-transform: rotate(0deg);}to   {-webkit-transform: rotate(359deg);}}
@-moz-keyframes spin {from {-moz-transform: rotate(0deg);}to   {-moz-transform: rotate(359deg);}}
@-o-keyframes spin {from {-o-transform: rotate(0deg);} to   {-o-transform: rotate(359deg);}}
@keyframes spin {from {transform: rotate(0deg);}to   {transform: rotate(359deg);}}
@keyframes expandButton {from {width:150px;height:150px;} to   {width:90%;height:0px;margin:5px auto}}
@keyframes updateButton {from {padding-top:50px;font-size: 14px;} to   {padding-top:0px;font-size: 0px;}}
@keyframes toggleShadow {0% {box-shadow:3px 3px 3px 0px rgba(0,0,0,0.75);}100% {box-shadow:2px 2px 2px 0px rgba(0,0,0,0.75);}}
@keyframes wiggle {0% { transform: rotate(0deg); }80% { transform: rotate(0deg); } 85% { transform: rotate(5deg); } 95% { transform: rotate(-5deg); }100% { transform: rotate(0deg); }}
@-webkit-keyframes wiggle {0% { -webkit-transform: rotate(0deg); }40% { -webkit-transform: rotate(0deg); }60% { -webkit-transform: rotate(5deg); } 80% { -webkit-transform: rotate(-5deg); } 100% { -webkit-transform: rotate(0deg); }}
.screenshots{text-align: center;display: none;margin-top:20px;border-top:1px solid #eee;}
.screenshots,.screenshots *{box-sizing: border-box;position: relative;}
.screenshots_container{display:inline-block; position:relative;}
.image_section{max-width: 980px;margin: auto;position: relative;}
.image_section img{width: 100%;}
.w3-btn, .w3-button {border: none;display: inline-block; outline: 0; padding: 8px 16px; vertical-align: middle;overflow: hidden; text-decoration: none; color: inherit; background-color: inherit; text-align: center; cursor: pointer; white-space: nowrap;}
.w3-btn, .w3-button {-webkit-touch-callout: none;-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.w3-display-left {position: absolute;top: 50%; left: 0%; transform: translate(0%,-50%);-ms-transform: translate(-0%,-50%);}
.w3-display-right { position: absolute; top: 50%;right: 0%; transform: translate(0%,-50%); -ms-transform: translate(0%,-50%);}
.w3-black, .w3-hover-black:hover { color: #fff!important; background-color: #000!important;}
.theCarousel{display:none;}
.multi-item-carousel .carousel-inner > .item {-webkit-transition: 500ms ease-in-out left;transition: 500ms ease-in-out left;}
@media all and (transform-3d), (-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner > .item {-webkit-transition: 500ms ease-in-out left; transition: 500ms ease-in-out left;-webkit-transition: 500ms ease-in-out all; transition: 500ms ease-in-out all;-webkit-backface-visibility: visible; backface-visibility: visible;-webkit-transform: none!important; transform: none!important;}
}
.multi-item-carousel .carouse-control.left,.multi-item-carousel .carouse-control.right {background-image: none;}
.carousel-control.right,.carousel-control.left {background: none;}
.carousel-control{color:#000}
.carousel-control:hover {color: #333;}
.account {position: absolute;top: 25px;right: 10px;}
#loginForm {position: relative;padding: 5%;color: #fff;display: none;}
.account img {height: 20px;}
.myInput{color:#444;padding:3px 10px;height:23px;font-size:1em;border:1px solid #fff;}
.mySubmit {padding:3px 10px;height:31px;font-size:1em;color:#fff;background:#24a92b;border:1px solid #fff;-webkit-appearance: none;}
.welcomeMessage {color:#fff;padding-left:20px;}
.userNumber {color:#fff;font-style:italic;font-weight:700;}
#lang{ position: absolute; top: 6px; right: 35px;}
#lang a {display: inline-block;height: 20px; width: 20px; background: none;color: #c4c4c4; text-align: center;line-height: 20px;    font-size: 12px; text-decoration: none;}
#lang a:hover, #lang a.active {color: #fff;border: 1px solid #fff;}
.borderRadius5 {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
@media (max-width: 340px) {.spinnerContainer{margin: 10px auto}}

#warningContainer {
	/* position: fixed; */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 110%;
	background: rgba(0,0,0,0.75);
	display: none;
	z-index: 99;
}

#warningWindow {
	position: relative;
	margin: 0 auto;
	margin-top: 5vh;
	width: 300px;
	max-width:70%;
	border: 1ps solid #c4c4c4;
	/* -webkit-animation-duration: 0.5s; */
	/* -webkit-transform-origin:50% 50%; */
	/* -webkit-animation-iteration-count: 2; */
	/* -webkit-animation-timing-function: linear; */
	/* -webkit-animation-delay: 7s; */
	/* -webkit-animation-name: tremble; */
	/* background-color: #f3d633; */
	background-color: rgba(0,0,0,0.5);
	/* background-image: url('../images/sprite.png'); */
	background-size: 100px 94px;
	z-index: 100;
	border: 2px solid #f3d633;
}

#warningWindowHeader {
	background: #000;
	position: relative;
	width: 100%;
	height: 52px;
	padding: 10px;
	border-bottom: 1px solid #f3d633;
}

#exclamationMark {
	position: absolute;
	left: 0;
	right:0;
	top: 0;
	margin: 0 auto;
}

.diagramLeft{
	position:absolute;
	max-height: 30px;
    top: 7px;
    left: 42px;
}

.diagramRight{
	position:absolute;
	top: 7px;
	right:42px; 
	max-height:30px;
}

#warningTitle {
	position: absolute;
	left: 100px;
	top: 10px;
	margin: 0px;
	color: #ff0000;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	animation: expandText 1s linear 6s infinite forwards;
}

@keyframes expandText {0%{transform: scale(1);}50%{transform: scale(1.5);}100%{transform: scale(1);}}
@keyframes expandText1 {0%{transform: scale(1);}50%{transform: scale(1.2);}100%{transform: scale(1);}}

#warningWindowContent {
	position: relative;
	width: 100%;
	padding: 10px;
	font-size: 14px;
}

#warningDescription {
	/* color: #ff0000; */
	color: #ffff00;
	margin: 5px 0px;
	text-align: center;
	font-size: 18px;
}

#warningWindowBottom {
	position: relative;
	width: 100%;
	height: 105px;
	padding: 5px;
	background: #000;
}

#homePageBtn {
	position: relative;
	margin: 0 auto;
	width: 250px;
	border: 1px solid #444;
	text-align: center;
	cursor: pointer;
}

.greenBtnContainerNew {
	position:relative;
	width:100%;
	/* text-align: left; */
	margin: 5px auto;
}

.greenBtnNew {
	width: 80%;
    max-width: 230px;
	margin-left: 10px;
	color: #fff;
	padding: 10px 15px;
	background: #1abd5f;
	border: 1px solid #1abd5f;
	/*background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: 220px center;
	background-size: 40px 40px;*/
	display: inline-block;
}

.greenBtnNew:hover {
	color: #fff;
}

.greenBtnNew2 {
	color: #fff;
	padding: 10px 15px;
	background: #1abd5f;
	border: 1px solid #1abd5f;
}

.greenBtnNew2:hover {
	color: #fff;
}

@-webkit-keyframes tremble {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg);}
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(5px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-2px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(6px, 2px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -3px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	100% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
}

.tippList {
	color: #fff;
	padding: 5px 5px;
	margin: 0px;
}

.tippList li{
	list-style:none;
}

.tippList li:before{ content:''; display:inline-block; height:13px; width:15px; background-image:url('../images/mark.png'); background-size:contain; background-repeat:no-repeat; margin-right: 5px;}

.logosContainer {
	position: relative;
	text-align: center;
	margin: 20px auto;
}

.logoItem {
	position: relative;
	float: left;
	width: 33%;
	height: 120px;
}

.promoText {
	padding: 0px 10px 10px 10px;
	color: #444;
	text-align: justify;
	font-size: 14px;
}

.noUnderline {
	text-decoration: none;
}

.errorMsg {
	color: #fff;
	font-style: italic;
}

#menuContainer {
	position: relative;
	width: 100%;
	/* height: 42px; */
	overflow: auto;
	padding: 5px 0px;
}

.menuContainerElement {
	float: left;
	width: 31%;
	margin: 1%;
	border-radius:15px;
	/* height: 42px; */
	font-size: 13px;
	line-height: 20px;
	background: #fff;
	/* color: #c4c4c4; */
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
	text-decoration: none;
	box-sizing: border-box;
	text-align:center;
	background:#5f9ea0;
	min-height:50px;
}

.selectedMenuElement {
	color: yellow;
	text-decoration: underline;
}

.elementContainer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
}

#elementContainer2 {
	display: none;
}

#elementContainer3 {
	display: none;
}

.tippLink, .tippLink:hover {
	text-decoration: none;
}

.tippElement {
	position: relative;
	width: 300px;
	margin: 0 auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #c4c4c4;
}

.tippElementLast {
    border: none;
}

.hackedTitle {
	width: 100%;
	color: #444;
	font-size: 13px;
	text-decoration: underline;
}

.hackedInfo li {
	color: #444;
	font-size: 13px;
}

.tippsTitle {
	width: 100%;
	color: #308bcf;
	font-size: 13px;
	text-decoration: underline;
}

.tippsTitleDetail {
	width: 100%;
	color: #308bcf;
	font-size: 16px;
}

.tippImage {
	position: relative;
	margin-top: 10px;
	width: 80px;
	height: 80px;
	background-position: center center;
	background-size: cover;
}

.tippDescription {
	position: absolute;
	left: 90px;
	top: 18px;
	width: 200px;
	height: 80px;
	font-size: 12px;
	line-height: 20px;
	color: #444;
	overflow: hidden;
}

.tippDescriptionDetail {
	position: relative;
	width: 100%;
	font-size: 14px;
	color: #444;
	text-align: justify;
}

.tippsTitleDate {
	position: relative;
	width: 100%;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	color: #a4a4a4;
}

.appPrice {
	float: right;
}

#bounceInEffect1 {
	opacity: 0.01;
	animation: expandTextBounceIn 1s linear 1s 1 forwards;
}

#bounceInEffect2 {
	opacity: 0.01;
	animation: expandTextBounceIn 1s linear 2s 1 forwards;
}

#bounceInEffect3 {
	opacity: 0.01;
	animation: expandTextBounceIn 1s linear 3s 1 forwards;
}

#bounceInEffect4 {
	opacity: 0.01;
	animation: expandTextBounceIn 1s linear 4s 1 forwards;
}

#bounceInEffect5 {
	opacity: 0.01;
	animation: expandTextBounceIn 1s linear 5s 1 forwards;
}

#latestTippsContainer {
	display: none;
	width: 90%;
	margin: 10px auto;
	font-size: 14px;
	color: #222;
	box-sizing: border-box;
	padding-top: 20px;
}

#securityTip1 {
	opacity: 0.01;
	animation: expandTextBounceIn 0.5s linear 0.5s 1 forwards;
}

#securityTip2 {
	opacity: 0.01;
	animation: expandTextBounceIn 0.5s linear 1s 1 forwards;
}

#securityTip3 {
	opacity: 0.01;
	animation: expandTextBounceIn 0.5s linear 1.5s 1 forwards;
}

#securityTip4 {
	opacity: 0.01;
	animation: expandTextBounceIn 0.5s linear 2s 1 forwards;
}

#securityTip5 {
	opacity: 0.01;
	animation: expandTextBounceIn 0.5s linear 2.5s 1 forwards;
}

@keyframes expandTextBounceIn {0%{transform: scale(1);opacity: 0.01;}50%{transform: scale(1.25);opacity: 0.75;}100%{transform: scale(1);opacity: 1;}}

#fix_it {
	display: block;
	margin: 0 auto;
    text-align: center;
	text-decoration:none;
	    font-weight: 700;
}

#buttonSendMT {
	position: relative;
	margin: 0 auto;
	width: 300px;
	text-align: left;
	display: none;
}

ol {
	color: #444;
    font-size: 14px;
}

.captchaLocked, .captchaLockedSafe {
	display: none;
}

.g-recaptcha {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	transform:scale(0.995);
    transform-origin:0 0;
}

.captchaContainer {
	position: relative;
	height: 80px;
}

.captchaLockedContainer {
	display:none;
}

.basicPlusOffer {
	position: relative;
	margin-top: 20px;
	text-align: center;
}

.basicPlusAccept {
	position: relative;
	margin: 0 auto;
	padding: 5px 15px;
	color: #fff;
	cursor: pointer;
	background: #72B930;
	border: 1px solid #5D8C22;
	display: inline-block;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
}

.thankYouText {
	color: #72B930!important;
	font-size: 20px!important;
	text-align: center;
}

.showOnWarningHide {
	display: none;
}

.infoTextWarningWindow {
	color: #A9A9A9;
	font-size:13px;
	margin: 0 auto;
    width: 96%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	z-index:99;
}

/* for the page of safer affiliation */

#landing1 {
	position: relative;
}

#landing2 {
	position: relative;
	display: none;
}

#warningContainerSafer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	display: none;
	z-index: 99;
}

#warningTitleSafer {
	position: absolute;
	left: 100px;
	top: 20px;
	margin: 0px;
	color: #444;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
}

#warningWindowSafe {
	position: relative;
	margin: 30px auto 15px auto;
	width: 300px;
	border: 1ps solid #c4c4c4;
	background-color: #f3d633;
	background-image: url('../images/sprite.png');
	background-size: 100px 94px;
	z-index: 100;
}

#warningWindowBottomSafer {
	position: relative;
	width: 290px;
	height: 85px;
	padding: 5px;
	background: #fff;
}

.greenBtnNewSafer {
	width: 238px;
	margin-left: 10px;
	color: #fff;
	padding: 10px 15px;
	font-size: 13px;
	background: #1abd5f;
	border: 1px solid #1abd5f;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: 220px center;
	background-size: 40px 40px;
	display: inline-block;
}

.greenBtnNewSafer:hover {
	color: #fff;
}

.infoTextSafer {
	margin: 0px;
	font-size:13px;
}

.infoTextSafest {
	font-size:14px;
	display: none;
}

.battery_bg{
	background-image: url('../images/battery.png');
	background-size: cover;
}

.black_bg{
	background-color: #2c2c2c;
}

.diagram_bg{
	height:46px;
	width:60px;
	background-image: url('../images/diagram.png');
	background-size: cover;
	display: inline-block;
}

.diagram_bg.mirror{
	background-image: url('../images/diagram-mirror.png');
}

.mirror{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.diagram{
	max-width:60px;
	margin-bottom: -10px;
}

.font_18{
	font-size:18px;
}

.title-text{
	color: #7fff00;
}

.inlineBlock{
	display: inline-block;
}

.textCenter{
	text-align:center;
}

.textRight{
	text-align:right;
}

.textLeft{
	text-align:left;
}

.centerAbsolute{
	margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.greyGradient{
	background-image: linear-gradient(#787878, #000);
}

.phoneInfoTitle{
	margin: 0 5px 0 0;
}

.phoneInfoValue {
	margin:1px 0;
}

.phoneInfoValue {
	display:none;
	color: #85bb81;
	/* color: #778f1f; */
	animation: expandText1 0.2s linear 0.1s 1 forwards;
}


@keyframes blink {
    0% { box-shadow: 0 0 100px #fff; }
    50% { box-shadow: none; }
    100% { box-shadow: 0 0 100px #fff; }
}

@-webkit-keyframes blink {
    0% { box-shadow: 10px 0 25px red; }
    50% { box-shadow: 10px 0 0; }
    100% { box-shadow: 10px 0 25px red; }
}

.blink {
    -webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    -ms-animation: blink 0.5s linear infinite;
    -o-animation: blink 0.5s linear infinite;
    animation: blink 0.5s linear infinite;
}

/*-----------------------------------------------FROM ROOT TEMPLATE--------------------------------------*/
html, body {
	box-sizing: border-box;
}
*, *:before, *:after { box-sizing: border-box; }


html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	
	min-height: 100vh;
	
	font-family: 'Roboto', sans-serif;
	
	
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

a {
    color: #ffffff;
}

.website {
	position: fixed;
	padding: 0;
	margin: auto;
	left:0;
	right:0;
	width: 100%;
	height: 100%;
	
	
	z-index:10;
	
	color: #ffffff;
	
}

.ws_overlay_bg {
	position: absolute;
	width: 100%;
	height: 50px;
}

.ws_overlay {
	position: absolute;
	width: 100%;
	height: 50px;
	
	
}

.ws_overlay_footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.ws_contents {
	position: absolute;
	padding: 50px 0px 0px 0px;
	width: 100%;
	height: calc(100% );
	
	overflow: auto;
	
	
}

.ws_footer {
	position: relative;
}

#footerContainer {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

#footerContainer a, #footerContainer a:visited {
	color: #fff;
}

.contents_padded {
	position: relative;
	padding: 10px 0px 10px 0px;
	margin: auto;
	width: calc(100% - 20px);
	height: 100%;
	
	
}

.contents_width_100pc {
	position: relative;
	margin: auto;
	width: 100%;
}

.icons_list {
	background: url(../images/icons/icons-list.png) no-repeat 0px 0px;
	background-size: contain; 
}

.icons_refresh {
	background: url(../images/icons/icons-refresh.png) no-repeat 0px 0px;
	background-size: contain; 
}

.icons_charging_battery {
	border-radius: 8px;
	background: #44ec65 url(../images/icons/icons-charging-battery.png) no-repeat 0px 0px;
	background-size: contain; 
}

.pie {
	margin: auto;
	width: calc(100vw - 100px);
	height: calc(100vw - 100px);
	max-width: 250px;
	max-height: 250px;
	min-width: 100px;
	min-height: 100px;
	border-radius: 50%;
}

.pie.pieSmall{
	max-width: 100px;
    max-height: 100px;
	margin-top: 10px;
}

.pie_small {
	display: inline-block;
	margin: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-radius: 50%;	
}

.pie_small.small {
	margin: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
}

.pc {
	background-image:linear-gradient(90deg, transparent 50%, #e02627 50%),
        linear-gradient(90deg, #e02627 50%, transparent 50%);
}

.full_box {
	width: 100%;
	height: 100%;
}

.center_position {
	position: relative;
	float: left;
	white-space: nowrap;
	text-align: center;
	
	left: 50%;
	top: 50%;
	
	transform: translateX(-50%) translateY(-50%);
}

.center_position_vert {
	position: relative;
	white-space: nowrap;
	text-align: center;
	top: 50%;
	padding-left: 40px;
	transform: translateY(-50%);
}

.text_horizontal {
	margin: auto;
	text-align: center;
	width: 100%;
}

.text_vert {
	display: table-cell;
	vertical-align: middle;
}

.bg_green {
	background-color: #37d400;
}

.bg_green_btn {
	background-color: #005700;
}

.bg_red {
	background-color: #e02627;
}

.bg_white {
	background-color: #ffffff;
}

.bg_black {
	background-color: #000000;
}

.color_green_text1 {
	color: #53ba30;
}

.color_green_text2 {
	color: #85bb81;
}

.color_green_text3 {
	color: #dffbdd;
}

.color_white_text {
	color: #ffffff;
}

.background_transparent {
	background: transparent;
}

.border_top_green {
	border-top: 2px solid #53ba30;
}

.border_bottom_green {
	border-bottom: 2px solid #53ba30;
}

.border_bottom_green_1px {
	border-bottom: 1px solid #53ba30;
}

.border_white_2px {
	border: 2px solid #ffffff;
}

.border_2px {
	border: 2px solid;
}

.transition1 {
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

.transition2 {
	-webkit-transition: all 1.8s ease;
	-moz-transition: all 1.8s ease;
	-ms-transition: all 1.8s ease;
	-o-transition: all 1.8s ease;
	transition: all 1.8s ease;
}

@keyframes animation1_keyframes {
	100% { width: 100%; }
}

.animation1 {
	animation-name: animation1_keyframes;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes animation2_keyframes {
	50% { opacity: .2; }
	100% { opacity: 1; }
}

.animation2 {
	animation-name: animation2_keyframes;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

@keyframes animation3_keyframes {
	50% { background-color: rgba(0, 87, 0, .5); }
	100% { background-color: rgba(255, 255, 255, 1);  }
}

.animation3 {
	animation-name: animation3_keyframes;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

@keyframes animation4_keyframes {
	50% { opacity: .5; }
	100% { opacity: 1; }
}

.animation4 {
	animation-name: animation4_keyframes;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

.progress_bar1 {
	height: 12px;
	background: repeating-linear-gradient(
		90deg,
		/* #37d400, */
		/* #37d400 10px, */
		/* #b8fdb3 10px, */
		/* #b8fdb3 20px */
		yellow,
		yellow 10px,
		white 10px,
		white 20px
		/* yellow 0, */
		/* yellow 50%, */
		/* yellow 100% */
	);
}

.progress_bar2 {
	background: repeating-linear-gradient(
		-45deg,
		$backColor,
		$backColor 25%,
		shade($backColor,10%) 25%,
		shade($backColor,10%) 50%,
		$backColor 50%
	) top left fixed;
	background-size: 30px 30px;
  .current {
    width: 25%;
    @include animation(width 5s infinite);
    background: repeating-linear-gradient(
      -45deg,
      $foreColor,
      $foreColor 25%,
      shade($foreColor,10%) 25%,
      shade($foreColor,10%) 50%,
      $foreColor 50%
    ) top left fixed;
    background-size: 30px 30px;
  }
}

#scan_results{
	padding: 0 10px 0 20px;
}

.phoneDetails{
	padding: 10px;
}

.opacity_40pc {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.opacity_20pc {
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.right_0px {
	right: 0px;
}

.bottom_0px {
	bottom: 0px;
}

.padding_10px {
	padding: 10px;
}

.padding_4px {
	padding: 4px;
}

.padding_top_40px {
	padding-top: 40px;
}

.padding_top_10px {
	padding-top: 10px;
}

.padding_top_4px {
	padding-top: 4px;
}

.padding_top_2px {
	padding-top: 2px;
}

.padding_bottom_40px {
	padding-bottom: 40px;
}

.padding_bottom_10px {
	padding-bottom: 10px;
}

.padding_bottom_8px {
	padding-bottom: 8px;
}

.padding_bottom_4px {
	padding-bottom: 4px;
}

.padding_vert_4px {
	padding-top: 4px;
	padding-bottom: 4px;
}

.padding_vert_2px {
	padding-top: 2px;
	padding-bottom: 2px;
}

.padding_horizontal_30px {
	padding-left: 30px;
	padding-right: 30px;
}

.padding_horizontal_10px {
	padding-left: 10px;
	padding-right: 10px;
}

.padding_horizontal_2px {
	padding-left: 2px;
	padding-right: 2px;
}

.padding_left_40px {
	padding-left: 40px;
}

.padding_left_30px {
	padding-left: 30px;
}

.padding_left_10px {
	padding-left: 10px;
}

.padding_right_10px {
	padding-right: 10px;
}

.font_size_large {
	font-size: large;
}

.font_size_small {
	font-size: small;
}

.font_size_smaller {
	font-size: smaller;
}

.font_size_150pc {
	font-size: 150%;
}

.font_size_200pc {
	font-size: 200%;
}

.font_size_300pc {
	font-size: 300%;
}

.font_weight_bold {
	font-weight: bold;
}

.inline_block {
	display: inline-block!important;
}

.display_none {
	display: none;
}

.position_absolute {
	position: absolute;
}

.position_relative {
	position: relative;
}

.width_100pc {
	width: 100%;
}

.width_1pc {
	width: 1%;
	min-width: 4px;
}

.height_100pc {
	height: 100%;
	
}

.width_20px {
	width: 20px;
}

.width_4px {
	width: 4px;
}

.icon_width {
	width: 30px;
}

.icon_height {
	height: 30px;
}

.max_width_250px {
	max-width: 250px;
}

.max_width_125px {
	max-width: 125px;
}

.max_width {
	max-width: 480px;
}

.min_height {
	min-height: 240px;
}

/* @media (min-width: 640px) { */
	/* .website { */
		/* left: calc(50% - 320px); */
	/* } */
/* } */

.pieTextLeft,.pieTextRight{
	position: absolute;
	top: 30%;
	color: #7fff00;
}

.pieTextLeft{
    left: 8%;
}

.pieTextRight{
    right: 4%;
}

.pieContainer{
	text-align: center;
    position: relative;
    max-width: 340px;
    margin: 0 auto;
}

.optimizeButton{
	display: block;
    margin: 0 auto;
    width: 240px;
    background: green;
    padding: 10px;
	text-align: center;
}

#optimizeButton{
	display:none;
	margin-bottom: 40px;
	margin-top: 10px;
}
.burger {
  border-radius: 6px;
  position: absolute;
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: inline-block;
  right:10px;
  top: 5px;
}

.burger i, .burger i:before, .burger i:after {
  width: 30px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  display: block;
  border-radius: 6px;
}

.burger i:before, .burger i:after {
  content: '';
}

.burger i:before {
  margin-top: -10px;
}

.burger i:after {
  margin-bottom: -10px;
}

.noMargin{
	margin:0;
}

.decline{
	display: block;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    margin-top: 10px;
	text-decoration:none;
	color: lightgrey;
}

.lowercase {
  text-transform: lowercase;
  }
  
.uppercase {
  text-transform: uppercase;
  }
  
.centerImage{
	margin: 0 auto;
    display: block;
}

.centerText{
	text-align:center;
}

.articleTitle{
	
}

.articleSubtitle{
	background: #e3f6fc;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
}

#mainArticle{
	padding: 0 15px;
	border-bottom: 5px solid grey;
}
#mainArticle img{
	width: 90%;
	max-width: 300px;
	/* max-height: 250px; */
}

.modal-body ul {
	position: relative;
	margin: 0 auto;
	width: 94%;
    padding: 0;
}

.modal-body li {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	text-align: left;
} 

@media (max-width: 400px) {
	.motto{
		font-size:12px;
	}
}

@media (max-width: 350px) {
	.pieTextLeft{
		left: 0;
	}

	.pieTextRight{
		right: 0;
	}
	.logoText{
		font-size:16px;
	}
	.motto{
		display:none;
	}
}

#scan_status{
	text-align: left;
    padding-left: 40px;
	margin-top: 7px;
}

#popupContent1 {
	position: relative;
	margin-top: 30px;
	display: block;
}

#popupContent2 {
	position: relative;
	margin-top: 30px;
	display: none;
}

#warningCookies {
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	left: 0px;
	bottom: -1px;
    text-align: right;
    font-size: 12px;
    box-sizing: border-box;
    color: #fff;
}

#ageAcceptSMSExplain {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #14944a;
}

#fix_it2 {
	display: none;
	margin: 0 auto;
    text-align: center;
	text-decoration:none;
	font-weight: 700;
}