/**** RESETS & DEFINITIONS ***/

/*html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.364;
	color: #444;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #fc531d;
	text-decoration: none
}*/

/*** BOOTSTRAP OVER-WRITE  ***/

@media (min-width:1200px) {
.container {
	width: 968px;
}
}

/****/

body {
	background-color: #f0f0f0;
	margin: 0;
}

.formshake.shake {
    -webkit-animation: shake .7s 1;
    -moz-animation: shake .7s 1;
    -o-animation: shake .7s 1;
    animation: shake .7s 1;
}

img.full {
	width: 100%;
}

.firstsection
{
	background-color: #333333;
}

.highlight
{
	font-weight: bold;
	color: #000;	
}

#video {
	text-align: center;
	width: 560px;
	height: 360px;
	position: relative;
	display: inline-block;
	margin:10px auto;
}


p {
	font-size: 18px;
	color: #515151;
	text-align: center;
	line-height: 27px;
}

h1 {
	font-size: 93px;
	font-weight: bold;
	text-align: center;
	color: #fff02a;
	letter-spacing: -1px;
	margin-bottom: -20px;
}
h2 {
	color: #d6d6d6;
	font-size: 46px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
h3 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

h4
{
	font-size: 18px;
	color: #000;
	font-weight: 300;
	text-align: center;
	margin-top: 0px;
	text-transform: capitalize;
	width: 90%;
	margin: auto;
	padding-bottom: 15px;
	line-height: 23px;
}



.green
{
	color: #83c30c;
	font-weight: bold;
}

.green-form
{
	color: #83c30c;
	font-weight: bold;
	font-size: 31px;
	margin-top: -7px;
}

.tokens
{
	float: right;
	right: -9px;
	position: absolute;
	bottom: -63px;
}

.blackbg
{
}

.logo
{
	margin-top: -10px;
	width: 165px;
	height: 34px;
}

.joinform
{
	background-color: #70a60b;
	text-align: center;
	margin: auto;
	padding-bottom: 20px;
	margin-bottom: -40px;
}

.joinform-yellow
{
	background-color: #fff02a;
	padding: 1px 5px 1px 5px;
}

.info
{
	margin-top: 20px;
}

iframe
{
	height: 330px;
	width: 85%;
}

.arrow
{
	width: 100%;
}


.statement
{
	font-size: 10px;
	color: #fff;
	line-height: 14px;
	text-align: center;
	width: 80%;
	margin: auto !important;
}

.bottom-button
{
	padding: 20px 0px 30px 0px;
}

.padding
{
	padding: 10px;
}

.bottom-logo
{
	padding-bottom: 10px;
}

/**** BUTTONS ****/

.btn-orange {
	color: #ffffff;
	background-color: #fc531d;
	border-color: #e83c00;
	border-radius: 6px;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
	color: #ffffff;
	background-color: #e83c00;
	border-color: #e83c00;
}
.btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
	background-image: none;
}
.btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange, .btn-orange.disabled:hover, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange:hover, .btn-orange.disabled:focus, .btn-orange[disabled]:focus, fieldset[disabled] .btn-orange:focus, .btn-orange.disabled:active, .btn-orange[disabled]:active, fieldset[disabled] .btn-orange:active, .btn-orange.disabled.active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-orange .caret {
	border-color: #ffffff transparent;
}
.btn-green {
	color: #ffffff;
	background-color: #70A60B;
	border-color: #70A60B;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-greeen.active, .open .dropdown-toggle.btn-green {
	color: #ffffff;
	background-color: #60830b;
	border-color: #60830b;
}
.btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
	background-image: none;
}
.btn-green.disabled, .btn-green[disabled], fieldset[disabled] .btn-green, .btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover, .btn-green.disabled:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus, .btn-green.disabled:active, .btn-green[disabled]:active, fieldset[disabled] .btn-green:active, .btn-green.disabled.active, .btn-green[disabled].active, fieldset[disabled] .btn-green.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-greeen .caret {
	border-color: #ffffff transparent;
}
.btn-help {
	padding: 3px 9px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	border-radius: 100px;
	color: #e83c00;
}
.btn-blueMed {
	color: #ffffff;
	background-color: #3772ba;
	border-color: #3268aa;
}
.btn-blueMed:hover, .btn-blueMed:focus, .btn-blueMed:active, .btn-blueMed.active, .open .dropdown-toggle.btn-blueMed {
	color: #ffffff;
	background-color: #0a5079;
	border-color: #0a5079;
}
.btn-upgrade {
	color: #ffffff;
	background-color: #70A60B;
	border-color: #70A60B;
}
.btn-upgrade:hover, .btn-upgrade:focus, .btn-upgrade:active, .btn-upgrade.active, .open .dropdown-toggle.btn-upgrade {
	color: #232323;
	background-color: #FFCA27;
	border-color: #FFCA27;
}
.btn-upgrade .caret {
	border-color: #ffffff transparent;
}
.btn-xlrg {
	padding: 9px 18px;
	font-size: 30px;
	line-height: normal;
	letter-spacing: 0px;
	font-weight: bold;
	color: #fff;
}
.optn {
	color: #444;
	background-color: #FFF;
	border-color: #C4C4Cf;
	font-family: Arial, Helvetica, sans-serif !important;
}
.optn:hover {
	background-color: #fff;
	border-color: #111;/*color:#111;*/
}
.optn:focus, .btn-upgrade:active, .optn.active, .open .dropdown-toggle.optn {
	color: #fff;
	background-color: #9494A4;
	border-color: #a4a4AF;
	text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
}
.optn .caret {
	border-color: #333 transparent;
}
/******  END BUTTONS   ******/

/****  LAYOUT  ****/

.cont-wrap {
	width: 100%;
	width:996px;
	max-width: 996px;
	margin: 0 auto;
	padding: 1px 10px 0px 10px;
	margin-top: -1px;
}
#header {
	padding: 15px 0px;
}
.bar {
	height: 6px;
}
.bar.cl1 {
	background-color: #ee1f25;
}
.bar.cl2 {
	background-color: #f47f20;
}
.bar.cl3 {
	background-color: #f3ec17;
}
.bar.cl4 {
	background-color: #0c8041;
}
.bar.cl5 {
	background-color: #3853a4;
}
.bar.cl6 {
	background-color: #8e3f9a;
}
.spl-wrap {
	padding-top: 1%;
}
.splash {
	text-align: center;/*border-top: 8px solid #fc531d; */
}
#main {
	min-height: 500px;
	padding: 24px 0px;
}
.subNav {
	margin-bottom: 24px;
	color: #c4c4c4;
}
.subNav p {
	font-size: 16px;
}
.clearfix {
	clear: both;
}
/****  FOOTER  ****/

.copyright
{
	font-size: 10px;
	text-align: center;
	color: #b0b0b0;
}



.shape {
  background-color: rgb(51, 51, 51);
   text-shadow: rgb(39, 39, 39) 1px 1px,
    rgb(39, 39, 39) 2px 2px,
    rgb(39, 39, 39) 3px 3px,
    rgb(39, 39, 39) 4px 4px,
    rgb(39, 39, 39) 5px 5px,
    rgb(39, 39, 39) 6px 6px,
    rgb(39, 39, 39) 7px 7px,
    rgb(39, 39, 39) 8px 8px,
    rgb(39, 39, 39) 9px 9px,
    rgb(39, 39, 39) 10px 10px,
    rgb(39, 39, 39) 11px 11px,
    rgb(39, 39, 39) 12px 12px,
    rgb(39, 39, 39) 13px 13px,
    rgb(39, 39, 39) 14px 14px,
    rgb(39, 39, 39) 15px 15px,
    rgb(39, 39, 39) 16px 16px,
    rgb(40, 40, 40) 17px 17px,
    rgb(41, 41, 41) 18px 18px,
    rgb(42, 42, 42) 19px 19px,
    rgb(43, 43, 43) 20px 20px,
    rgb(43, 43, 43) 21px 21px,
    rgb(44, 44, 44) 22px 22px,
    rgb(45, 45, 45) 23px 23px,
    rgb(46, 46, 46) 24px 24px,
    rgb(47, 47, 47) 25px 25px,
    rgb(47, 47, 47) 26px 26px,
    rgb(48, 48, 48) 27px 27px,
    rgb(49, 49, 49) 28px 28px,
    rgb(50, 50, 50) 29px 29px,
    rgb(51, 51, 51) 30px 30px;
  height: 100%;
  width: 100%;
}



@media only screen and (max-width:991px) {

h1 {
	font-size: 73px;
}
h2 {
	font-size: 36px;
}

h4
{
	font-size: 18px;
	display: none;
}

.green-form
{
	font-size: 30px;
}


}

@media only screen and (max-width:767px) {

.joinform
{
	margin-bottom: 30px;
}

.tokens
{
	right: 0px;
	bottom: 5px;
}

.video
{
	margin-bottom: 20px;
}

iframe
{
	width: 90%;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 27px;
	margin-bottom: 20px;
	line-height: 28px;
}

h3
{
	font-size: 24px;
	margin-bottom: 15px;
}


h4
{
	display: block;
}

.logo
{
	margin-top: -8px;
	width: 120px;
	height: 25px;
}

h4
{
	font-size: 22px;
}

.green-form
{
	font-size: 45px;
	margin-top: -10px;
}

.statement
{
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	margin-left: 0px;
}

.info
{
	margin-top: 10px;
}

}

@media only screen and (max-width:640px){


h1 {
	font-size: 45px;
}

h2 {
	font-size: 25px;
}

h3
{
	margin-bottom: 10px;
}

h4
{
	font-size: 20px;
}

.green-form
{
	font-size: 40px;
}

.btn-xlrg 
{
	font-size: 25px;
}

.logo
{
	margin-top: -8px;
	width: 110px;
	height: 22px;
}


}

@media only screen and (max-width:480px){
	

h1 {
	font-size: 33px;
	margin-bottom: -18px;
}	

h2 {
	font-size: 22px;
}

.logo
{
	margin-top: -6px;
	width: 85px;
	height: 18px;
}

.btn-xlrg 
{
	font-size: 19px;
}

h4
{
	font-size: 19px;
}

.green-form
{
	font-size: 29px;
}

p
{
	font-size: 14px;
	line-height: 21px;
}

	
}


@media only screen and (max-width:360px){


.tokens
{
	display: none;
}

.joinform
{
	margin-bottom: 30px;
}

h1 {
	font-size: 30px;
}

h3
{
	font-size: 22px;
	padding-bottom: 5px;
}
	
.bottom-button
{
    padding: 10px 0px 20px;	
}

.btn-xlrg 
{
	font-size: 17px;
}

.statement
{
	text-align: center;
}

}