html, body {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
}
#wizzle_slider {
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	height: 740px; /* img size is 1280x497, so (100/1280)*497 */
	background: url(../img/home-banner/new_banner.jpg) no-repeat scroll top center;
	overflow: hidden !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wizzle_slider > img {
	width: 100%;
	height: auto;
	position: absolute;
}
#wizzle_Banner_heading {
	font: 400 38px/0.95 'Montserrat', sans-serif;
	color: #ffffff;
	text-align: center;
	float: none;
	margin: 335px auto 0;
}
#wizzle_Banner_join_now {
	width: 322px;
	height: 62px;
	border-radius: 31px;
	background-color: #5ebf1f;
	margin-top: 47px;
	text-align: center;
	line-height: 84px !important;
	float: none;
	margin: 50px auto 0;
}
.banner_join_now, .banner_join_now:hover {
	width: 143px;
	height: 24px;
	font: 400 30px/60px 'Montserrat', sans-serif;
	text-align: left;
	color: #ffffff;
}
.Watch-how-it-works {
	width: 200px;
	height: 20px;
	font: 300px 20px/1.8 'Open Sans', sans-serif;
	text-align: left;
	color: #5ebf1f;
	margin: 188px auto 0;
}
.Watch-how-it-works a {
	text-decoration: underline;
	color: #5ebf1f;
	font: 20px 'Open Sans', sans-serif;
	position: relative;
}
.Watch-how-it-works a:after {
	content: "";
	position: absolute;
	right: -14px;
	top: 8px;
	width: 8px;
	height: 146px;
	background: url(../img/icon-enterpng.png) no-repeat scroll top center;
}
/* buttons */

a.wizzle_banner_button:hover, a.wizzle_banner_button:focus, a.wizzle_banner_button:active {
	background-color: rgba(255,255,255,0.4);
}
a.wizzle_banner_button {
	display: block;
	border: 0;
	background-color: rgba(0,0,0,0.0);
	width: 30.7vw;
	height: 7.88vw;
	position: absolute;
	z-index: 999;
	margin-top: 83px;
	left: 4.9vw;
	border-radius: 9px;
}
a.wizzle_apple {
	top: 3.88vw;
}
a.wizzle_google {
	top: 12.6vw;
}
/* end buttons */


/* preloader */

#loading {
	background-color: #E3E8EC;
	height: 38.828125vw; /* img size is 1280x497, so (100/1280)*497 */
	width: 100%;
	position: absolute;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
}
#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}
.object {
	width: 20px;
	height: 20px;
	background-color: #FFF;
	float: left;
	margin-right: 20px;
	margin-top: 65px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}
#object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
}
#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
#object_three {
	-webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
 @-webkit-keyframes object_one {
75% {
-webkit-transform: scale(0);
}
}
 @keyframes object_one {
 75% {
 transform: scale(0);
 -webkit-transform: scale(0);
}
}
 @-webkit-keyframes object_two {
 75% {
-webkit-transform: scale(0);
}
}
 @keyframes object_two {
 75% {
 transform: scale(0);
 -webkit-transform:  scale(0);
}
}
 @-webkit-keyframes object_three {
 75% {
-webkit-transform: scale(0);
}
}
 @keyframes object_three {
 75% {
 transform: scale(0);
 -webkit-transform: scale(0);
}
}
/* end preloader */