@font-face {
	font-family: gotham-bold;
	src: url(../fonts/GothaProBol.eot);
	src: url(../fonts/GothaProBol.eot?#iefix) format('embedded-opentype'), url(../fonts/GothaProBol.svg) format('svg'), url(../fonts/GothaProBol.woff) format('woff'), url(../fonts/GothaProBol.ttf) format('truetype')
}
@font-face {
	font-family: gotham-regular;
	src: url(../fonts/GothaProReg.eot);
	src: url(../fonts/GothaProReg.eot?#iefix) format('embedded-opentype'), url(../fonts/GothaProReg.svg) format('svg'), url(../fonts/GothaProReg.woff) format('woff'), url(../fonts/fonts/GothaProReg.ttf) format('truetype')
}
@media (max-width: 991px) {
	#why-we > div > div > div {
		margin-bottom: 15px !important;
	}
	div.inner.active:before {
		visibility: hidden;
	}
	.view {
		margin: 0 !important;
	}
}
@media (max-width: 767px) {
	#how-to-earn > div > div > div:nth-child(1), #how-to-earn > div > div > div:nth-child(2) {
		margin-bottom: 140px;
	}
	#how-to-earn > div > div > div:nth-child(1)::after, #how-to-earn > div > div > div:nth-child(2)::after {
		top: inherit !important;
		bottom: -100px !important;
		left: calc(50% - 44px);
		transform: rotate(90deg);
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	#top-offers img {
		max-height: 128px !important;
	}
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
	.navbar-toggle {
		display: none !important;
	}
	.block {
		padding: 20px 0 !important;
	}
	#top-offers img {
		width: 75% !important;
	}
}
* {
	outline: none !important;
}
body {
	color: #464547;
	font-family: gotham-regular;
	font-size: 16px;
	margin: 50px 0 0 0;
}
p {
	line-height: 1.25em;
	margin: 0 0 10px;
}
strong {
	font-family: gotham-bold;
	font-weight: normal;
}
* {
	/* border-radius: 0px !important; */
}
.jumbotron {
	background: #464648 url("../img/bg-header.jpg") no-repeat scroll 50% 50% /auto 100%;
	color: #fff;
	margin: 0;
	padding: 80px 25px;
}
.jumbotron p {
	line-height: 1.2em;
	font-family: gotham-bold;
	margin-bottom: 1.5em;
}
.navbar {
	background: #fff;
}
a {
	color: #92c858;
}
a:hover {
	color: #84ba4b;
}
.btn-success, .btn-success:hover {
	background-image: none;
	background: #89bf50;
	border-color: #79af40 !important;
}
h1 {
	line-height: 1em;
	margin: 0 0 0.5em;
	font-size: 55px !important;
}
h2 {
	font-family: gotham-bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1em;
}
h3 {
	font-family: gotham-bold;
}
table {
	text-align: left;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none;
}
table a {
	display: block;
	position: relative;
	padding-right: 30px;
}
.table-striped > tbody > tr:nth-child(2n+1) {
	background-color: #eff7e6;
}
span.link-arrow-right {
	position: absolute;
	right: 0;
	top: -4px;
	color: #89bf50;
}
.block {
	padding: 40px 0;
	text-align: center;
}
.green {
	background: #92c858 url("../img/bg-green.gif") repeat scroll 50% 50%;
	background-size: cover;
	color: #fff;
	padding: 100px 15px;
	font-size: 1.25em;
	line-height: 1.25em;
}
.white {
	background: #fff;
	color: #464547;
}
.light-gray {
	background: url("../img/bg-gray-light.gif") repeat #f2f2f2;
}
.dark-gray {
	background: url("../img/bg-gray-dark.gif") repeat #909091;
	color: #fff;
}
.photo {
	background: rgba(53, 31, 28, 1) url("../img/bg-photo.jpg") no-repeat scroll 50% 50% /cover;
	background-size: cover;
	color: #fff;
}
#success-history a {
	color: #464547;
}
#success-history h3 {
	color: #fff;
	background: url("../img/bg-green-arrow.svg") no-repeat;
	background-size: 100% 100%;
	padding: 25px 0;
	margin: 20px 0;
}
#success-history h3 img {
	margin-bottom: 6px;
	max-height: 48px;
}
#why-we .inner-img {
	background: #f1f1f1;
}
#why-we * div.inner {
	border: 3px solid #f1f1f1;
	border-radius: 5px;
	min-height: 335px;
	overflow: hidden;
	cursor: pointer;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
#why-we * div.inner:hover, #why-we * div.inner.active {
	border-color: #92c858 !important;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
#why-we * div.inner:hover > div, #why-we * div.inner.active > div {
	background: #92c858;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
#why-we  h3 {
	font-size: 1.2em;
	font-family: gotham-bold;
}
#how-to-earn img {
	max-width: 140px;
}
p.baloon {
	background: #fff none repeat scroll 0 0;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.2em;
	margin: 20px 15%;
	padding: 30px;
	position: relative;
	text-align: left;
}
p.baloon:after {
	background: rgba(0, 0, 0, 0) url("../img/down-corner.svg") repeat scroll 0 0;
	bottom: -17px;
	content: "";
	height: 17px;
	position: absolute;
	right: calc(50% - 29px);
	width: 57px;
}
.carousel-control.left, .carousel-control.right {
	background: none;
}
.carousel-control {
	color: #92c858;
	font-size: 20px;
	text-align: center;
	text-shadow: none;
	opacity: 1;
}
.carousel-indicators .active {
	background: #92c858;
	height: 12px;
	margin: 0;
	width: 12px;
}
.carousel-control:hover, .carousel-control:focus {
	color: #92c858;
	opacity: 1;
}
.carousel-indicators li {
	border: 1px solid #92c858;
}
.face {
	background: #89bf50 none repeat scroll 0 0;
	border-radius: 50%;
	display: block !important;
	height: 128px !important;
	margin: 40px auto 15px;
	width: 128px !important;
	color: #fff;
	text-align: center;
}
div.inner.active::before {
	background: rgba(0, 0, 0, 0) url("../img/up-corner.svg") no-repeat scroll 0 0;
	bottom: -34px;
	content: "";
	height: 21px;
	left: calc(50% - 27px);
	position: absolute;
	width: 55px;
}
.view {
	background: #f1f1f1;
	padding: 20px;
	border-radius: 5px;
	padding: 30px;
	margin: 30px 0 0 0;
	display: none;
	position: relative;
	text-align: left;
}
p.view.active {
	display: block !important;
}
i.close {
	color: #d1d1d1;
	font-size: 1.75em;
	position: absolute;
	right: 5px;
	top: 5px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	opacity: 0.5;
}
#top-offers img {
	width: 100%;
	max-width: 256px;
	height: auto;
	padding: 15px;
	max-height: 95px;
}
#how-to-earn > div > div > div:nth-child(1)::after, #how-to-earn > div > div > div:nth-child(2)::after {
	background: rgba(0, 0, 0, 0) url("../img/arrow-right.svg") no-repeat scroll 0 0;
	background-size: 85% 85%;
	content: "";
	display: block;
	height: 44px;
	position: absolute;
	right: -10%;
	top: 50px;
	width: 87px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.left {
	text-align: left;
}
.carousel-inner > .item {
	text-align: center;
}
.navbar-toggle {
	border-color: #82b848;
	background: #92c858;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.btn-success {
	font-size: 1.25em;
}
.input-group-addon {
	background: #fff;
	width: 55px;
}
#registration  * {
	border-radius: 0 !important;
}
#registration i {
	color: #a2a2a3;
	font-size: 1.19em;
}
#registration > .row > div {
	margin: 10px 0;
}
.input-group {
	width: 100%;
}
#success {
	padding: 10px;
}
.bx-controls-direction {
	display: none;
}
#brands li img {
	height: auto;
	max-width: 130px !important;
	width: 100%;
}
/* Scroll Up button */
.scrollup, .scrollup:visited {
    bottom: 40px;
    color: #7db72d !important;
    display: block;
    font-size: 3.5em !important;
    height: 40px;
    opacity: 0.75;
    position: fixed;
    right: 25px;
    width: 40px;
}
.scrollup:hover, .scrollup:active {
    opacity: 1;
}