/*
Theme Name: 
Theme URI: 
Description: 
Author: 
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/


/* BEGIN */

.spacer { clear: both; height: 1px; }
.spacer-8 { clear: both; height: 8px; }
.spacer-10 { clear: both; height: 10px; }
.spacer-15 { clear: both; height: 15px; }
.spacer-20 { clear: both; height: 20px; }
.spacer-30 { clear: both; height: 30px; }
.spacer-40 { clear: both; height: 40px; }
.spacer-50 { clear: both; height: 50px; }
.spacer-60 { clear: both; height: 60px; }
.spacer-80 { clear: both; height: 80px; }
.spacer-90 { clear: both; height: 90px; }
.spacer-105 { clear: both; height: 105px; }

.img-responsive {
    width: 100%;
}

.img-responsive-max {
    max-width: 100%;
    height: auto;
}

html {
	-webkit-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;
	background-color:#f1f5f7;
	
}

body {
	background-color:#f1f5f7;
}

p {
	color:#454545;
	font-size:30px;
	line-height:1.4;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	margin-bottom:20px;
	text-align:center;
}
p span{
	color:#21c23c;
}
p a{
	color:#21c23c;
	text-decoration:none;
}

@media (max-width: 767px) {
	p {
		color:#454545;
		font-size:20px;
		line-height:1.4;
		font-family: 'Roboto', sans-serif;
		font-weight:300;
		margin-bottom:20px;
		text-align:center;
	}
}


/*//////// HEADER //////// */

header {
	background-color:#FFF;
	height:106px;
	background: #53f06d; /* Old browsers */
	background: -moz-linear-gradient(top,  #53f06d 0%, #23ce3f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53f06d), color-stop(100%,#23ce3f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #53f06d 0%,#23ce3f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #53f06d 0%,#23ce3f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #53f06d 0%,#23ce3f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #53f06d 0%,#23ce3f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53f06d', endColorstr='#23ce3f',GradientType=0 ); /* IE6-9 */
	margin-bottom:40px;
}

/* Logo */

header h1 {
    width: 140px;
    height: 62px;
	background:url(../images/logo.png) transparent no-repeat;
    text-indent: -9999px;
	z-index:99;
	float:left;
}

.appstore {
	margin-top:30px;
}


/*//////// MAIN AREA //////// */

.mainarea {
	margin:50px 0px 70px 0px;
}

.box {
	background-color:#e1e4e5;
	padding:30px 30px 10px 30px;
	border-bottom:4px solid #e1e4e5;
}

.box-active {
	background-color:#FFF;
	padding:30px 30px 10px 30px;
	border-bottom:4px solid #21c23c;
}
.box-active .check{
	width:82px;
	height:82px;
	position:absolute;
	top:0px;
	right:0px;
}
@media (max-width: 991px) {
	.box-active .check{
		width:40px;
		height:40px;
		position:absolute;
		top:0px;
		right:0px;
	}
}
@media (max-width: 767px) {
	.box-active .check{
		width:40px;
		height:40px;
		position:absolute;
		top:0px;
		right:0px;
	}
}
.box-active .img-container{
	position:relative;
}


.box .result {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-align:center;
	font-size:24px;
	color:#454545;
	margin:0px;
}
.box-active .result {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-align:center;
	font-size:24px;
	color:#21c23c;
	margin:0px;
}


/* Button */

.btn-default {
	color: #FFF;
	background-color: #08bb26;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:30px;
	padding:15px;
}
.btn-default:hover {
	color: #FFF;
	background-color: #52ef6c;
	border: none;
}


/*//////// SHARE //////// */

.share .col-xs-6{
	padding:0px;
}



/*//////// FOOTER //////// */

footer {
	background-color:#727c74;
	padding:40px 0px;
}

footer p {
	color:#FFF;
	font-size:14px;
	line-height:1.4;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	text-align:center;
}

/*.centerclass {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}    */
