body
{
	font-family: "Open Sans", OpenSans-Regular, sans-serif;
	color: rgba(0,0,0,0.75);
	font-weight: 300;
	margin: 0px;
	width: 100%;
}
div#fullOverlay {
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 999999999;
    top: 0;
	left: 0;
	position: fixed;
}
div#overlayCentered {
	background-color: rgb(75,200,75);
	height: 380px;
    top: 50%;
	left: 50%;
	position: fixed;
	margin-left: -360px;
	margin-top: -262px;
}
.ksWidget {
	float: left;
	margin-right: 30px;
}
div.crowdFundText {
	color: #FFF;
	font-size: 18px;
}
.onGreenButton {
	width: 300px;
	margin: auto;
	display: table !important;
	text-align: center;
}
a
{
	font-family: "Open Sans", OpenSans-ExtraBold, sans-serif;
	text-decoration: none;
}
h2
{
	font-size: 36px;
	font-weight: 300;
	color: rgba(0,0,0,0.3);
}
h3, .tumblr_title
{
	font-size: 20px;
	font-weight: 700;
	color: rgb(75, 200, 75);
}
h4.positionTitle {
	font-weight: 400;
	margin-top: -1.5em;
	color: rgba(0,0,0,0.75);
}
p
{
	line-height: 26px;
}
section
{
	margin-bottom: 48px;
}
#main
{
    position: absolute;
    left: 0px;
    width: 100%;
    top: 72px;
    height: 440px;
	z-index: 0;
	text-align: center;
}
#topNav
{
}
header
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 72px;
	z-index: 99999999;
	background: rgb(255, 255, 255);
	-webkit-box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.75);
       -moz-box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.75);
            box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.75);
}
nav
{
    width: 800px;
    margin: auto;
    height: 72px;
    background: rgb(255, 255, 255);
    border: none;
}
#logo
{
	float: left;
}
#logoImage
{
	float: left;
	width: 48px;
	height: 48px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -5px -6px;
	border: none;
	margin: 12px 0px;
	padding: 0px 0px;
}
#logoText
{
	float: left;
	height: 48px;
	margin: 12px;
}
#newNoise
{
    background: none;
	border: none;
	font-size: 18px;
	text-align: left;
	font-weight: 800;
	font-family: "Open Sans", sans-serif;
	color: rgba(0, 0, 0, 0.5);
	padding-top: 8px;
}
#group
{
    background: none;
	border: none;
	font-size: 10px;
	text-align: left;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	color: rgba(0, 0, 0, 0.393);
	margin-top: -6px;
}
#navArrow 
{
	-webkit-transition: left opacity;
	   -moz-transition: left opacity;
	     -o-transition: left opacity;
	        transition: left opacity;
	-webkit-transition-timing-function: ease-in-out;
	   -moz-transition-timing-function: ease-in-out;
	     -o-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
	     -o-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	position: relative;
	float: left;
	top: 72px;
}
.arrowTop
{
	left: 112px;
}
.arrowOurMission
{
	left: 251px;
}
.arrowContactUs
{
	left: 393px;
}
.arrowLatestNews
{
	left: 530px;
}
.arrowDonate 
{
	left: 720px !important;
}
#navLinks
{
	float: left;
	text-align: center;
}
.linkText
{
	font-size: 14px;
	font-weight: 300;
	color: rgb(127,127,127) !important;
	padding: 26px 36px;
	line-height: 73px;
	display: inline;
}
a.linkText:hover
{
	color: rgb(191,191,191) !important;
}
.donateButton
{
	cursor: pointer;
	float: right;
    text-align: center;
    font-weight: 800;
	font-family: "Open Sans", OpenSans-Extrabold, sans-serif;
    color: rgb(255, 255, 255);
    background: rgb(75,200,75);
    border: 1px solid rgba(44, 153, 52,0.5);
    -webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 6px 6px 6px 6px;
       -moz-border-radius: 6px 6px 6px 6px;
            border-radius: 6px 6px 6px 6px;
	-webkit-appearance: none;
}
#image
{
	position: fixed;
    left: 0px;
    top: 72px;
    width: 100%;
    height: 356px;
	padding: 84px 0px 0px 0px;
    background-image: url(../images/mainbg.png);
    background-position: 0px;
	background-size: cover;
    border: none;
	text-align: center;
}
#theframe {
	opacity: 0;
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0px;
	   transition: opacity 1s ease-in-out;
	   -moz-transition: opacity 1s ease-in-out;
	   -webkit-transition: opacity 1s ease-in-out;
}
.playText {
	color: #FFF;
	padding-left: 38px;
	font-size: 17px;
	text-shadow: none;
	font-weight: 700;
}
.playButton {
    height: 38px;
    width: 172px;   
	margin: auto;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTI5IiB5MT0iMCIgeDI9IjEyOSIgeTI9IjU2Ij48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDA0MDQwIiBzdG9wLW9wYWNpdHk9IjAuMzAzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDA0MDQwIiBzdG9wLW9wYWNpdHk9IjAuMzAzIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjU4IiBoZWlnaHQ9IjU2IiBmaWxsPSJ1cmwoI2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(64, 64, 64, 0.303)), color-stop(100%, rgba(64, 64, 64, 0.303)));
    background-image: -webkit-linear-gradient(top, rgba(64, 64, 64, 0.303) 0%, rgba(64, 64, 64, 0.303) 100%);
    background-image:    -moz-linear-gradient(top, rgba(64, 64, 64, 0.303) 0%, rgba(64, 64, 64, 0.303) 100%);
    background-image:     -ms-linear-gradient(top, rgba(64, 64, 64, 0.303) 0%, rgba(64, 64, 64, 0.303) 100%);
    background-image:      -o-linear-gradient(top, rgba(64, 64, 64, 0.303) 0%, rgba(64, 64, 64, 0.303) 100%);
    background-image:         linear-gradient(to bottom, rgba(64, 64, 64, 0.303) 0%, rgba(64, 64, 64, 0.303) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#404040', GradientType=0);
    background-repeat: no-repeat;
    border: 1px rgba(0,0,0,.2) solid;
    -webkit-box-shadow: 0px 1px 1px 0 rgba(255, 255, 255, 0.25);
       -moz-box-shadow: 0px 1px 1px 0 rgba(255, 255, 255, 0.25);
            box-shadow: 0px 1px 1px 0 rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 6px 6px 6px 6px;
       -moz-border-radius: 6px 6px 6px 6px;
            border-radius: 6px 6px 6px 6px;
    position: relative;
	margin-top: 18px;
	cursor: pointer;
}

.playButton:hover {
    background: rgba(75, 200, 75, 0.8);
	border: 1px solid rgba(255,255,255,0.6);
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.playButton:after {
    content: "";
    display: block;
    position: absolute;
    top: 10.5px;
    left: 24px;
    margin: 0 auto;
    border-style: solid;
    border-width: 9.5px 0 9.5px 17px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}
.donateButtonSmall
{
	position: relative;
	width: 128px;
	height: 22px;
	top: 18px;
	right: 6px;
	font-size: 16px;
	padding: 6px 0;
}
.donateButtonBig
{
    width: 199px;
    height: 27px;
    font-size: 20px;
    padding: 14px 0;
}

#sharing
{
	height: 56px;
	width: 494px;
	margin: auto;
	z-index: 1;
}
#promoText
{
	margin: 0px auto 48px;
	width: 867px;
	height: 190px;
}
#shareButton
{
	float: left;
    width: 252px;
    height: 56px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTI5IiB5MT0iMCIgeDI9IjEyOSIgeTI9IjU2Ij48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDA0MDQwIiBzdG9wLW9wYWNpdHk9IjAuMzAzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDA0MDQwIiBzdG9wLW9wYWNpdHk9IjAuMzAzIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjU4IiBoZWlnaHQ9IjU2IiBmaWxsPSJ1cmwoI2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(64, 64, 64, 0.303)), color-stop(100%, rgba(64, 64, 64, 0.303)));
    background-image: -webkit-linear-gradient(top, rgba(64, 64, 64, 0.303) 0%, rgba(64, 64, 64, 0.303) 100%);
    background-image:    -moz-linear-gradient(top, rgba(64, 64, 64, 0.303) 0%, rgba(64, 64, 64, 0.303) 100%);
    background-image:     -ms-linear-gradient(top, rgba(64, 64, 64, 0.303) 0%, rgba(64, 64, 64, 0.303) 100%);
    background-image:      -o-linear-gradient(top, rgba(64, 64, 64, 0.303) 0%, rgba(64, 64, 64, 0.303) 100%);
    background-image:         linear-gradient(to bottom, rgba(64, 64, 64, 0.303) 0%, rgba(64, 64, 64, 0.303) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#404040', GradientType=0);
    background-repeat: no-repeat;
    border: 1px rgba(0,0,0,.2) solid;
    -webkit-box-shadow: 0px 1px 1px 0 rgba(255, 255, 255, 0.25);
       -moz-box-shadow: 0px 1px 1px 0 rgba(255, 255, 255, 0.25);
            box-shadow: 0px 1px 1px 0 rgba(255, 255, 255, 0.25);
    font-size: 18px;
    text-align: left;
    font-family: "Open Sans", OpenSans-Light, sans-serif;
    color: rgb(255, 255, 255);
    -webkit-border-radius: 6px 6px 6px 6px;
       -moz-border-radius: 6px 6px 6px 6px;
            border-radius: 6px 6px 6px 6px;
}
#shareButton div
{
	float: left;
	margin: 9px;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    border: none;
	opacity: 0.9;
}
#shareButton div:hover {
	opacity: 1;
}
#shareText
{
	float: left;
	font-weight: 300;
	line-height: 56px;
	margin: 0px 9px 0px 18px;
	opacity: 0.9;
}
#googleplusbutton
{
    background-image: url(../images/sprite.png);
	background-position: -5px -160px;
}
#twitterbutton
{
    background-image: url(../images/sprite.png);
	background-position: -5px -112px;
}
#facebookbutton
{
    background-image: url(../images/sprite.png);
	background-position: -5px -64px;
}
#bulletText
{
    width: 560px;
    background: none;
    border: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
    font-size: 24px;
    text-align: center;
    font-family: "Open Sans", OpenSans-Light, sans-serif;
    color: rgb(255, 255, 255);
	float: left;
	margin: 18px 0px;
	font-weight: 300;
}
#mainText
{
    width: 258px;
    height: 190px;
    background: none;
    border: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
    font-size: 28px;
    text-align: center;
    font-weight: 800;
    font-family: "Open Sans", OpenSans-ExtraBold, sans-serif;
    color: rgb(255, 255, 255);
	float: left;
	margin-top: 0px;
}
#separator
{
    width: 1px;
    height: 190px;
    background: rgb(255, 255, 255);
    border: none;
    -webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.6);
       -moz-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.6);
	float: left;
	margin: 0px 24px;
	opacity: 0.3;
}
.container
{
	width:100%;
	background: white;
	position: relative;
	top: 512px;
	-webkit-box-shadow: 0 -2px 15px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 -2px 15px rgba(0,0,0,0.25);
	box-shadow: 0 -2px 15px rgba(0,0,0,0.25);
	overflow-x: hidden;
	min-width: 867px;
	z-index: 99;
}
.greenContainer {
	background: rgb(75,200,75);
}
.greenContainer h2 {
	color: #FFF;
}
.noShadow {
	-webkit-box-shadow: none;
	-mox-box-shadow: none;
	box-shadow: none;
	z-index: 999;
}
.mainBody
{
	width: 730px;
	margin: 0px auto;
	padding: 6px 0px;
}
.ourMissionText
{
	font-size: 18px;
}
#sellingPoints
{
	margin: 48px 0px;
}
.oneThird, .oneThirdMiddle
{
	float: left;
	width: 200px;
	text-align: center;
}
.oneThirdMiddle
{
	margin: 0px 65px;
}
.oneThird img, .oneThirdMiddle img
{
	max-width: 220px;
}
.sellingImage 
{
	width: 200px;
	height: 200px;
	border: none;
	margin: 0;
	padding: 0;
	background: no-repeat;
	border-radius: 50%;
}
.whoImage {
	background-color: rgba(0,0,0,0.1);
}
.whoImage:hover {
	background-color: rgb(75,200,75);
}
#free
{
	background-image: url(../images/sprite.png);
	background-position: -5px -207px;
}
#organic
{
	background-image: url(../images/sprite.png);
	background-position: -5px -417px;
}
#how
{
	background-image: url(../images/sprite.png);
	background-position: -5px -627px;
}
#omid
{
	background-image: url(../images/sprite.png);
	background-position: -5px -1048px;
}
#matt
{
	background-image: url(../images/sprite.png);
	background-position: -5px -838px;
}
#roland
{
	background-image: url(../images/sprite.png);
	background-position: -5px -1258px;
}
.clearFloats
{
	clear: both;
}

/* TABS BAR START */

#tabContainer {
	width: 100%
}

#tabContainer .tabs {
	float: right;
	position: relative;
	top: -77px;
	/* left: 168px; */
}

.tabs, .tabsD {
	/* width: 100%; */
	text-align: center;
}

.tabs > ul, .tabsD > ul {
	font-size: 14px;
	list-style: none;
	padding: 0px;
	margin-bottom: 24px;
	margin-left: 20px;
}

.tabs > ul > li, .tabsD > ul > li, .onGreenButton{
	padding: 8px 32px;
	display: inline;
	color: #FFF;
	font-weight: 700;
	border-radius: 32px;
	margin-right: 2px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	background-color: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, 0.1)));
	background-image: -moz-linear-gradient(0 0 -90deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0.1));
	-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .1);
       -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .1);
        	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .1);
}

.tabs > ul >li:active, .tabsD > ul >li:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15),
							inset 0 0 5px rgba(0, 0, 0, .1);
		-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15),
						 inset 0 0 5px rgba(0, 0, 0, .1);
		box-shadow: inset 0 1px 4px rgba(0, 0, 0, .15),
					inset 0 0 5px rgba(0, 0, 0, .1);
}

.tabs > ul > li.tabActiveHeader, .tabsD > ul > li.tabActiveHeaderD, .onGreenButton {
	cursor:pointer;
	color: #FFF;
	border: 1px solid rgba(255,255,255,0.5);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, 0.1)));
	background-image: -moz-linear-gradient(0 0 -90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0.1));
	-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .1);
       -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .1);
        	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .1);
}

.tabs > ul > li.tabActiveHeader:active, .tabsD > ul > li.tabActiveHeaderD:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .05))),
					  url(../images/demos/background-segmented-control-selected.png);
	background-image: -moz-linear-gradient(0% 0% -90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05)),
					  url(../images/demos/background-segmented-control-selected.png);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15),
						inset 0 0 5px rgba(0, 0, 0, .15);
	   -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15),
						inset 0 0 5px rgba(0, 0, 0, .15);
	    	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15),
				    	inset 0 0 5px rgba(0, 0, 0, .15);
}

/*.tabs > ul > li:first-of-type, .tabsD > ul > li:first-of-type
{
	    -moz-border-radius-topleft: 6px;
	   -moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
     -moz-border-radius-bottomleft: 6px;
           	 border-top-left-radius:6px;
	       border-top-right-radius: 0px;
	    border-bottom-right-radius: 0px;
	     border-bottom-left-radius: 6px;
	border-right: 1px solid rgba(0,0,0,0.5);
}

.tabs > ul > li:last-of-type, .tabsD > ul > li:last-of-type
{
	    -moz-border-radius-topleft: 0px;
	   -moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
     -moz-border-radius-bottomleft: 0px;
           	 border-top-left-radius:0px;
	       border-top-right-radius: 6px;
	    border-bottom-right-radius: 6px;
	     border-bottom-left-radius: 0px;
	border-left: 1px solid rgba(0,0,0,0.5);
}*/

.tabs > ul > li:hover, .tabsD > ul > li:hover{
	cursor:pointer;
}

.tabscontent {
}

/* TABS BAR END */

.contactContainer, #donateOptions
{
	position: relative;
	width: 630px;
	padding: 50px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 0px 6px rgba(0,0,0,0.15);
	        box-shadow: 0 0px 6px rgba(0,0,0,0.15);
	-webkit-border-radius: 10px;
       -moz-border-radius: 10px;
	     -o-border-radius: 10px;
		-ms-border-radius: 10px;
            border-radius: 10px;
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding-box;
	    -ms-background-clip: padding-box;
	     -o-background-clip: padding-box;
	background: #FFF;
}

#donateOptions
{
	width: 798px;
	position: relative;
	float: right;
	top: 12px;
	left: 6px;
	padding: 12px 0px;
	margin: 0px;
	display: none;
	background: rgba(255,255,255,0.96);
}

.donateLogos
{
	float: left;
	border-right: 1px solid rgba(0,0,0,0.1);
	width: 175px;
	height: 100px;
}

#paypal
{
	background: url(../images/paypal.png) no-repeat;
	background-size: 175px 100px;
}

#google
{
	background: url(../images/google.png) no-repeat;
	background-size: 175px 100px;
}

#amazon
{
	background: url(../images/amazon.png) no-repeat;
	background-size: 175px 100px;
}

.donateButtons
{
	float: left;
	height: 100px;
	width: 270px;
}

.donateButtons .thebutton
{
	text-align: center;
}

.donateText
{
	padding: 0px 24px;
	text-align: center;
	font-size: 32px;
	color: rgb(44, 153, 52);
	font-weight: 300;
	margin: 32px;
}

.donateAmount
{
	width: 64px;
	height: 34px;
	display: inline;
	position: relative;
	float: left;
	margin-left: 36px;
	font-size: 16px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.2);
}

.showDonationOptions
{
	display: block !important;
}

.donateContainer
{
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

::-webkit-input-placeholder { color: rgba(0,0,0,0.15) !important; }
::-moz-placeholder { color: rgba(0,0,0,0.15) !important; } /* firefox 19+ */
:-ms-input-placeholder { color: rgba(0,0,0,0.15) !important; } /* ie */
input:-moz-placeholder { color: rgba(0,0,0,0.15) !important; }

.formParagraph, .formParagraphBlock
{
	font-size: 24px;
	line-height: 42px;
	color: rgba(0,0,0,0.4);
}

.formParagraphBlock
{
	display: block !important;
}

.signature
{
	color: rgb(75,200,75);
}

.inlineInput input, .inlineInput label
{
	font-family: "Open Sans", "Helvetica Neue", Arial;
	font-size: 24px;
	font-weight: 700;
	color: rgb(75,200,75);
	height: 32px;
	text-align: center;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px dotted rgba(0,0,0,0.25);
	padding-bottom: 0px;
	background: none;
}

.inlineInput, .formParagraph
{
	display: inline;
}

.checkboxGroup
{
	margin: 12px 0px;
}

input[type="checkbox"] 
{
    display:none;
}
input[type="checkbox"] + label 
{
    cursor:pointer;
	background: rgba(0,0,0,0.20);
	padding: 8px 18px;
	line-height: 56px;
	font-size: 18px;
	font-weight: 300;
	margin-right: 6px;
	white-space: nowrap;
	border-radius: 6px;
	color: #FFF;
	border: none !important;
}

input[type="checkbox"]:checked + label 
{
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(24.93%, rgb(111, 186, 51)), color-stop(100%, rgb(50, 170, 58)));
    background-image: -webkit-linear-gradient(top, rgb(111, 186, 51) 24.93%, rgb(50, 170, 58) 100%);
    background-image:    -moz-linear-gradient(top, rgb(111, 186, 51) 24.93%, rgb(50, 170, 58) 100%);
    background-image:     -ms-linear-gradient(top, rgb(111, 186, 51) 24.93%, rgb(50, 170, 58) 100%);
    background-image:      -o-linear-gradient(top, rgb(111, 186, 51) 24.93%, rgb(50, 170, 58) 100%);
    background-image:         linear-gradient(to bottom, rgb(111, 186, 51) 24.93%, rgb(50, 170, 58) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fba33', endColorstr='#32aa3a', GradientType=0);
	color: #FFF;
	font-weight: 700;
}

.submitContainer
{
	width: 100%;
}

.formSubmit
{
	float: none;
	width: 256px;
	height: 48px;
	font-size: 20px;
	display: block;
	margin: 32px auto 0px auto;
	cursor: pointer;
}

.successMessage, .errorMessage
{
	font-size: 22px;
	margin: -50px;
	text-align: center;
	display: block;
	padding: 60px;
	background: #FFF;
	font-weight: 700;
	color: rgb(75,200,75);
    -webkit-border-radius: 8px 8px 8px 8px;
       -moz-border-radius: 8px 8px 8px 8px;
            border-radius: 8px 8px 8px 8px;
}

.errorMessage 
{
	margin: 20px 0;
	padding: 0;
	background: none;
	color: red;
	border: 0;
}

.tumblr_titlebar
{
	width: 100%;
}

.tumblr_title
{
	max-width: 78%;
	float: left;
}

.tumblr_timestamp
{
	float: right;
	font-weight: 400;
	color: rgba(0,0,0,0.25);
}

.tumblr_body
{
	margin-top: 0px;
}

.tumblr_body a, .formParagraph a
{
	font-weight: 400;
	color: rgb(75, 200, 75);
}

.tumblr_body iframe, .tumblr_body img
{
	float: left;
	margin-right: 18px;
	max-width: 300px;
	max-height: 175px;
	-webkit-box-shadow: inset 0 1px 1px rgba(191, 191, 191, 0.75), 0 0 2px 1px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: inset 0 1px 1px rgba(191, 191, 191, 0.75), 0 0 2px 1px rgba(0, 0, 0, 0.25);
	        box-shadow: inset 0 1px 1px rgba(191, 191, 191, 0.75), 0 0 2px 1px rgba(0, 0, 0, 0.25);
}

.tumblr_body img 
{
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
     	-ms-border-radius: 6px;
         -o-border-radius: 6px;
	        border-radius: 6px;
	
}

.tumblr_article {
	margin-bottom: 32px;
}

footer
{
	color: #FFF;
	margin: 0;
	width: 100%;
	background-image: url(../images/mainbg.png);
    background-position: 0px;
	background-size: cover;
    border: none;
}

#footerOverlay
{
	background: rgba(75,200,75,0.85);
}

#footerOverlay2
{
	padding: 12px;
}

.footerContent
{
	width: 700px;
	margin: auto;
	padding: 12px;
}

.copyright
{
	text-align: center;
	font-size: 12px;
	margin-top: 48px;
	margin-bottom: 0px;
	line-height: 16px;
}

.footerColumn
{
	float: left;
	margin-left: 32px;
	padding: 0px 34px;
}

.footerColumn h5
{
	font-size: 14px;
	margin-bottom: 8px;
}

.footerColumn a
{
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
}

.footerColumn a:hover
{
	color: rgba(255,255,255,0.6);
}

.footerColumn ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.close {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), -webkit-radial-gradient(#f2f2f2, #cccccc);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), -moz-radial-gradient(#f2f2f2, #cccccc);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), -o-radial-gradient(#f2f2f2, #cccccc);
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), radial-gradient(#f2f2f2, #cccccc);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 1px 1px rgba(191, 191, 191, 0.75), 0 0 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 1px rgba(191, 191, 191, 0.75), 0 0 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 1px rgba(191, 191, 191, 0.75), 0 0 2px 1px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 2px solid #e6e6e6;
  color: #b3b3b3;
  float: right;
  height: 23px;
  width: 23px;
  text-indent: -9999px;
  position: relative;
  text-decoration: none;
  top: -20px;
  right: -8px;
  z-index: 999;
}
.close::after {
  content: "\2716";
  text-indent: 0;
  display: block;
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 12px;
}
.close:hover {
  color: #e6e6e6;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #b3b3b3), color-stop(100%, #8c8c8c));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), -webkit-radial-gradient(#b3b3b3, #8c8c8c);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), -moz-radial-gradient(#b3b3b3, #8c8c8c);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), -o-radial-gradient(#b3b3b3, #8c8c8c);
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), radial-gradient(#b3b3b3, #8c8c8c);
  text-shadow: 0 -1px 0 rgba(153, 153, 153, 0.5);
  cursor: pointer;
}
.close:active {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.15)), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #8c8c8c), color-stop(100%, #808080));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)), -webkit-radial-gradient(#8c8c8c, #808080);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)), -moz-radial-gradient(#8c8c8c, #808080);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)), -o-radial-gradient(#8c8c8c, #808080);
  background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)), radial-gradient(#8c8c8c, #808080);
  text-shadow: 0 -1px 0 rgba(26, 26, 26, 0.5);
  cursor: pointer;
}

.readBlog {
	cursor: auto;
	border-radius: 20px;
	width: 200px;
	text-align: center;
	height: 40px;
	margin: auto;
	float: none;
}

.readBlogText {
	margin: 0;
	line-height: 40px;
	font-size: 16px;
	color: #FFF;
}

#divLoading {
	width: 200px;
	margin: auto;
}

p.loading{
  color: rgb(75,200,75);
  font-family: 'Open Sans', sans-serif; 
  font-weight: 800; 
  font-size: 32px;
  margin-top: 24px;
  line-height: 44px;
  text-align: center;
  
}

.slider{
  position:absolute;
  width:200px;
  height:3px;
  margin-top:-30px;
}

.line{
  position:absolute;
  background: rgb(75,200,75);
  width:200px;
  height:3px;
  
}
.break{
  position:absolute;
  background:#FFF;
  width:6px;
  height:3px;  
}

.dot1{
-webkit-animation: loading 2s infinite;
-moz-animation: loading 2s infinite;
-ms-animation: loading 2s infinite;
-o-animation: loading 2s infinite;
animation: loading 2s infinite;
}
.dot2{
-webkit-animation: loading 2s 0.5s infinite;
-moz-animation: loading 2s 0.5s infinite;
-ms-animation: loading 2s 0.5s infinite;
-o-animation: loading 2s 0.5s infinite;
animation: loading 2s 0.5s infinite;
}
.dot3{
-webkit-animation: loading 2s 1s infinite;
-moz-animation: loading 2s 1s infinite;
-ms-animation: loading 2s 1s infinite;
-o-animation: loading 2s 1s infinite;
animation: loading 2s 1s infinite;
}

.subHeading {
	text-align: center;
}

@keyframes "loading" {
 from { left: 0; }
 to { left: 200px; }
}
@-moz-keyframes loading {
 from { left: 0; }
 to { left: 200px; }
}
@-webkit-keyframes "loading" {
 from { left: 0; }
 to { left: 200px; }
}
@-ms-keyframes "loading" {
	from { left: 0; }
 to { left: 200px; }
}
 @-o-keyframes "loading" {
	from { left: 0; }
 to { left: 200px; }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min--moz-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2),
       only screen and (min-resolution: 2dppx) {
    #image
    {
        background-image: url(../images/mainbg_2x.png);
        background-size: 100% 768px;
    }
    #logoImage
    {
        background-image: url(../images/sprite_2x.png);
        background-size: 210px 1463px;
    }
    #googleplusbutton
    {
        background-image: url(../images/sprite_2x.png);
        background-size: 210px 1463px;
    }
    #twitterbutton
    {
        background-image: url(../images/sprite_2x.png);
        background-size: 210px 1463px;
    }
    #facebookbutton
    {
        background-image: url(../images/sprite_2x.png);
        background-size: 210px 1463px;
    }
	#free
	{
		background-image: url(../images/sprite_2x.png);
		background-size: 210px 1463px;
	}
	#organic
	{
		background-image: url(../images/sprite_2x.png);
		background-size: 210px 1463px;
	}
	#how
	{
		background-image: url(../images/sprite_2x.png);
		background-size: 210px 1463px;
	}
	#omid
	{
		background-image: url(../images/sprite_2x.png);
		background-size: 210px 1463px;
	}
	#matt
	{
		background-image: url(../images/sprite_2x.png);
		background-size: 210px 1463px;
	}
	#roland
	{
		background-image: url(../images/sprite_2x.png);
		background-size: 210px 1463px;
	}
	#paypal
	{
		background: url(../images/paypal_2x.png) no-repeat;
		background-size: 175px 100px;
	}

	#google
	{
		background: url(../images/google_2x.png) no-repeat;
		background-size: 175px 100px;
	}

	#amazon
	{
		background: url(../images/amazon_2x.png) no-repeat;
		background-size: 175px 100px;
	}
}

@media only screen and (device-width : 320px),
 	   only screen and (device-width : 768px),
	   only screen and (device-width : 1024px)
	{
	.container {
		-webkit-transform: translate3d(0,0,0);
	}
}