html, body {
	font-family: 'Open Sans', sans-serif;
	min-width: 480px;
	min-height: 480px;
	height: 100%;
	box-sizing: border-box;
}

h3, h4, h5 {
	line-height: 120%;
}

h5 {
	font-size: 15px;
}

form {
	margin: 0;
}

input.placeholder {
	color: #999;
}

a.hint {
    cursor: pointer;
    text-decoration: none !important;
}

.container.top {
	padding-top: 20px;
}

.table th, .table td {
	font-size: 95%;
	max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table tr.highlighted td {
	background: #fcf8e3 !important;
}

th.alignright, td.alignright {
	text-align: right;
}

th.aligncenter, td.aligncenter {
	text-align: center;
}

.pagination .selected a, .pagination .selected a:hover {
	background: #F9F9F9;
}

.well.white {
	background: #fff;
}

.panel {
	padding: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
	padding: 10px 15px;
	margin: -15px -15px 15px;
	font-size: 17.5px;
	font-weight: 500;      
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.notop {
	margin-top: 0;
}

.spacer {
	height: 10px;
}

.site-logo {
	font-size: 21px;
	font-family: 'Lato', sans-serif;
	color: #F5AF02;
	text-shadow: 1px 1px 2px #333;
	letter-spacing: 3px;
	margin-top: -1px;
}

.site-logo:hover, .site-logo:focus {
	text-decoration: none;
	color: #F5AF02;
}

.top-bar {
	z-index: 1000;
	min-width: inherit;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	box-shadow: 0 2px 3px rgba(0,0,0,.25);
	background: #777777;
	background: -moz-linear-gradient(top,  #777777 0%, #3d3d3d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(100%,#3d3d3d));
	background: -webkit-linear-gradient(top,  #777777 0%,#3d3d3d 100%);
	background: -o-linear-gradient(top,  #777777 0%,#3d3d3d 100%);
	background: -ms-linear-gradient(top,  #777777 0%,#3d3d3d 100%);
	background: linear-gradient(to bottom,  #777777 0%,#3d3d3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#3d3d3d',GradientType=0 );
}

.main-nav > li{
	float: left;
}

.main-nav > li > a {
	font-family: 'Droid Sans', sans-serif;
	color: #EEE;
	padding: 14px;
	cursor: pointer;
}

.main-nav > li > a:hover,
.main-nav > li > a.selected {
	color: #F5AF02;
}

.main-nav > li > a:hover,
.main-nav > li > a:focus {
    background: transparent;
}

.main-nav .popover {
	left: auto !important;
	right: 4px;
	width: auto !important;
	max-width: none !important;
}

.main-nav .popover.bottom {
	margin-top: 0;
}

.main-nav .popover .arrow {
	left: auto;
	right: 15px;
}

.main-nav .popover ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-nav .popover li > a {
	text-decoration: none;
	font-size: 13px;
}

.main-nav .popover-content {
	padding-left: 0;
	padding-right: 0;
}

.main-nav .dropdown {
	margin-right: -6px;
}

.main-nav .menu li > a {
	display: block;
	padding: 5px 20px;
	white-space: nowrap;
	font-family: 'Droid Sans', sans-serif;
}

.main-nav .menu li > a:hover {
	background: #eee;
}

.main-nav .divider {
	height: 24px;
	border-left: 1px solid #3d3d3d;
	border-right: 1px solid #666666;
	margin-top: 12px;
	margin-left: 6px;
}

.main-nav .account {
	position: relative;
}

.main-nav .account .dropdown-toggle {
	padding-right: 0;
}

.main-nav .account .popover {
	right: -10px;
}

.main-nav .account .popover-content {
	font-size: 13px;
}

.main-nav .account .balance {
	width: 160px;
	border-bottom: 1px solid #eee;
	padding: 5px 20px 14px;
	margin-bottom: 9px;
}

.main-nav .account .menu {
	text-align: right;
}

.nav {
	margin-bottom: 15px;
}

.nav li.active {
	font-weight: bold;
}

.hero-unit {
	padding: 60px 0;
	border-radius: 0;
	margin-bottom: 40px;
	color: #777;
	background-image: url('/img/bg.jpg');
}

.hero-unit h1 {
	font-size: 46px;
	line-height: 110%;
	font-family: 'Droid Sans', sans-serif;
	margin-top: 0;
	margin-bottom: 20px;
	color: #333;
}

.hero-unit .callout p {
	font-size: 21px;
	line-height: 150%;
	margin: 0;
}

.hero-unit form {
	margin: 5px 20px 0 0;
}

.hero-unit form a {
	white-space: nowrap;
}

.hero-unit form .agreement {
	font-size: 13px;
    line-height: 170%;   
}

.hero-unit form .new-wallet {
	font-size: 14px;
    line-height: 150%;
    
}

.hero-unit label {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	cursor: default;
}

.hero-unit input {
	padding: 10px 12px;
}

.hero-unit .btn-success {
	padding: 10px 30px;
}

.hero-unit .alert-block {
	padding: 15px;
}

.hero-unit .alert-info {
	margin-top: 15px;
}

.hero-unit.partner {
	background-color: #999;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: #CCC;
}

.hero-unit.partner h1 {
	color: #DDD;
}

.hero-unit.partner .partner-name {
	color: #F5AF02;
}

.hero-unit.partner .row {
	background: rgba(0,0,0,.6);
	border-radius: 4px;
	padding: 15px;
	margin: 0;
}

.hero-unit.partner label {
	color: #DDD;
}

.hero-unit.partner input {
	font-weight: bold;
	font-size: 18px;
}

.hero-unit.partner .buttons {
	margin-top: 10px;
	text-align: right;
}

.controls .help-block {
	margin-top: -5px;
}

.features {
	line-height: 170%;
	margin-bottom: 20px;
}

.features p {
	font-size: 15px;
}

.main-area {
	min-height: 100%;
	box-sizing: border-box;
	margin: 0 auto -90px;
	padding-bottom: 90px;
	padding-top: 50px;
}

footer {
	position: relative;
	min-height: 90px;
}

footer hr {
	margin-bottom: 10px;
}

footer .footer-links {
	list-style-type: none;
	color: #999;
	font-size: 13px;
}

footer .footer-links a {
	white-space: nowrap;
}

footer .social-links {
	list-style-type: none;
	margin-top: -3px;
	margin-left: 10px;
}

footer .social-links li {
	padding: 0;
}

footer .social-links a {
	text-decoration: none;
}

footer i {
	font-size: 26px;
}

footer .fb-like {
	margin-left: 10px;
}

footer .fb-like iframe.fb_iframe_widget_lift {
	right: -80px;
	bottom: -5px;
}

.nav-header {
	padding: 3px 8px;
}

.side-bar .ads {
	padding: 0 15px;
}

.side-bar .ads img {
	max-width: none;
}

.alert h4 {
	margin-bottom: 5px;
}

ul.offers {
	margin-bottom: 0;
}

ul.offers > li > a {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.offer .reward {
	line-height: 130%;
	padding: 4px 0 8px;
	width: 75px;
}

.offer .reward strong{
	font-family: Georgia, Times, serif;
	font-size: 150%;
}

.offer .reward.pull-right {
	margin-left: 12px;
}

.offer .reward.pull-left {
	margin-right: 12px;
}

.offer .title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 2px;
}

.offer .description {
	font-size: 13px;
	color: #333;
	line-height: 150%;
}

.offer .image {
	margin-right: 12px;
}

.offer.video .image {
	width: 185px;
	height: 104px;
	overflow: hidden;
	border-radius: 4px;
}

.offer.video.youtube .image img {
	margin-top: -17px;
}

.offer-video {
	text-align: center;
	margin: 20px 0;
}

.offer-video iframe {
	width: 645px;
	height: 363px;
}

.instructions {
	font-size: 17px;
	padding-bottom: 3px;
	border-bottom: 1px solid #F2CF79;
}

#captcha-form {
	text-align: center;
}

#captcha-form button {
	margin-bottom: 10px;
}

.faq ol {
	margin-top: 15px;
	margin-bottom: 30px;
}

.faq .question {
	margin-bottom: 20px;
}

.blog .post .info {
	color: #666;
	font-size: 13px;
}

.blog .post .body {
	line-height: 170%;
}

.blog .post iframe {
	margin: 10px 0;
}

.recent-blog-posts.well {
	padding: 15px;
}

.recent-blog-posts .nav-list {
	margin-bottom: 3px;
}

.recent-blog-posts .nav-list > li > a {
	font-size: 13px;
	padding: 3px 8px;
}

iframe.mainframe {
	width: 100%;
	display: block;
	border-radius: 4px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.earn .panel-heading h4 {
	margin: 5px 0;
}

.earn .panel-heading a {
	text-decoration: none;
}

.earn .panel-body {
	text-align: center;
}

.earn .provider {
	display: inline-block;
	height: 40px;
	width: 100px;
	white-space: nowrap;
	text-align: center;
	padding: 10px 15px;
	text-decoration: none;
}

.earn .provider:hover {
	opacity: .6;
}


.earn .provider .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.earn .provider .logo {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.store-logo {
    width: 125px;
    margin: 0 20px 10px 0;
}

.btn i {
    margin-right: 5px;
}

.btn-facebook {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2b4b90;
    *background-color: #133783;
    background-image: -moz-linear-gradient(top, #3b5998, #133783);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5998), to(#133783));
    background-image: -webkit-linear-gradient(top, #3b5998, #133783);
    background-image: -o-linear-gradient(top, #3b5998, #133783);
    background-image: linear-gradient(to bottom, #3b5998, #133783);
    background-repeat: repeat-x;
    border-color: #133783 #133783 #091b40;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998', endColorstr='#ff133783', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
    color: #ffffff;
    background-color: #133783;
    *background-color: #102e6d;
}

.btn-facebook:active,
.btn-facebook.active {
    background-color: #0d2456 \9;
}

.btn-twitter {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #1c95d0;
    *background-color: #0271bf;
    background-image: -moz-linear-gradient(top, #2daddc, #0271bf);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2daddc), to(#0271bf));
    background-image: -webkit-linear-gradient(top, #2daddc, #0271bf);
    background-image: -o-linear-gradient(top, #2daddc, #0271bf);
    background-image: linear-gradient(to bottom, #2daddc, #0271bf);
    background-repeat: repeat-x;
    border-color: #0271bf #0271bf #014473;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2daddc', endColorstr='#ff0271bf', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.btn-twitter.disabled,
.btn-twitter[disabled] {
    color: #ffffff;
    background-color: #0271bf;
    *background-color: #0262a6;
}

.btn-twitter:active,
.btn-twitter.active {
    background-color: #01538d \9;
}

.btn-google-plus {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #d34332;
    *background-color: #c53727;
    background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4b39), to(#c53727));
    background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
    background-image: -o-linear-gradient(top, #dd4b39, #c53727);
    background-image: linear-gradient(to bottom, #dd4b39, #c53727);
    background-repeat: repeat-x;
    border-color: #c53727 #c53727 #85251a;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4b39', endColorstr='#ffc53727', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.btn-google-plus.disabled,
.btn-google-plus[disabled] {
    color: #ffffff;
    background-color: #c53727;
    *background-color: #b03123;
}

.btn-google-plus:active,
.btn-google-plus.active {
    background-color: #9a2b1f \9;
}

@media (max-width: 979px) {
	.hero-unit h1 {
		margin-top: 10px;
		font-size: 41px;
	}
	
	.hero-unit .callout p {
		font-size: 19px;
	}
	
	.offer.video .image {
		width: 140px;
		height: 79px;
	}

	.offer.video.youtube .image  img {
		margin-top: -13px;
	}
	
	.blog .side-bar .social {
		display: none;
	}
}

@media (max-width: 767px) {
	.top-bar > .container,
	.hero-unit > .container,
	.main-area > .container,
	footer > .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.hero-unit {
		padding: 20px 0;
		margin-bottom: 20px;
	}
	
	.hero-unit h1 {
		margin-bottom: 10px;
		font-size: 36px;
	}
	
	.hero-unit .callout p {
		font-size: 17px;
	}
	
	.hero-unit form {
		margin: 20px 0 0 0;
	}
	
	.hero-unit input {
		height: 42px;
	}

	.blog .side-bar {
		display: none;
	}
}

@media (min-width: 768px) {
	.hero-unit .callout {
		padding-top: 10px;
	}
}

@media (min-width: 980px) {
	.hero-unit .callout {
		padding-left: 20px;
	}

	.hero-unit form {
		padding-right: 20px;
	}
}

@media (min-width: 1200px) {
	.hero-unit .callout {
		padding-left: 30px;
	}

	.hero-unit form {
		padding-right: 30px;
	}
}