@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}
.clouds {
	min-height: 100px;
	background: url(../images/clouds.png) center bottom repeat-x;
}
.solar {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	overflow: hidden;
	top: 0px;
	bottom: 0px;
	z-index: 1;
}
.solar .content {
	width: 500px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 10%;
	z-index: 500;
}
.solar .logo {
	width: 500px;
	height: 91px;
	float: left;
	background: url(../images/cv.png) top center no-repeat;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 120px;
}
.solar .text {
	text-align: center;
	float: left;
	text-shadow: 1px 1px gray;
}
.solar .text h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
}
.solar .text h2 small {
	color: #fff;
}
.solar .text h1 {
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	padding: 0px 40px;
}
.solar .earth {
	width: 768px;
	height: 768px;
	background: url(//d61fqxuabx4t4.cloudfront.net/assets/images/earth.png);
	position: absolute;
	bottom: -30%;
	left: 50%;
	margin-left: -384px;
	z-index: 300;
}
.solar .stars {
	width: 200%;
	height: 200%;
	background: url(../images/space.gif);
	position: absolute;
	z-index: 100;
	left: -50%;
	top: -50%;
}
.solar .shade {
	width: 100%;
	height: 100%;
	background: url(//d61fqxuabx4t4.cloudfront.net/assets/images/solar_shade.png);
	bottom: 0px;
	left: 0px;
	z-index: 200;
	position: absolute;
}
.content {
	top: 100%;
	left: 0px;
	right: 0px;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.content .center_text {
	text-align: center;
}
.content .white_graph {
	position: absolute;
	right: 0px;
	top: -140px;
	width: 1200px;
	height: 140px;
	background: url(../images/white_graph_border.png) right top no-repeat;
}
.content hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border: 0;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.rising {
	width: 100%;
	min-height: 600px;
	background: url(//d61fqxuabx4t4.cloudfront.net/assets/images/rising_up.png) bottom center no-repeat #fff;
	padding-bottom: 360px;
}
.rising h2 {
	font-size: 38px;
	font-weight: 300;
	margin-top: 60px;
	margin-bottom: 30px;
}
.rising p {
	font-size: 16px;
	line-height: 26px;
}
.midgreen {
	background: #202d20;
	padding: 60px 0px 100px 0px;
}
.midgreen h2 {
	color: #9bee3b;
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 30px;
}
.midgreen p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}
.midgreen .team {
	border: 4px solid #9bee3b;
	box-shadow: 0px 4px 20px rgba(0,0,0,0.2);
	background: #000;
}
.midgreen .broni {
	width: 50%;
	position: absolute;
	left: 0px;
	top: 100px;
}
.midgreen .elias {
	width: 40%;
	position: absolute;
	right: 40%;
	z-index: 400;
}
.midgreen .shane {
	width: 60%;
	position: absolute;
	right: 20px;
	top: 50px;
}
.darkgreen {
	background: #162013;
	padding:80px 0px 80px 0px;
}
.darkgreen h2 {
	color: #9bee3b;
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 30px;
}
.darkgreen h3 {
	font-size: 12px;
	color: #8fbb5c;
	font-weight: 600;
	margin-top: 50px;
}
.darkgreen p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}
.darkgreen .border_right {
	border-right: 4px solid #334033;
}
.darkgreen .image_over {
	margin-top: -64px;
}
.darkgreen .reveal_code {
	width: 514px;
	height: 403px;
	background: url(../images/reveal_browser.png);
	padding-top: 39px;
	margin-bottom: 40px;
}
.lesspadding {
	padding: 40px 0px 40px 0px;
}
.lesspadding h2 {
	margin: 0px;
}
.footsteps {
	position: relative;
	background: url(../images/footprints.jpg) left center no-repeat #fff;
	padding: 60px 0px 80px 0px;
	text-align: right;
}
.footsteps h2 {
	font-size: 38px;
	font-weight: 300;
}
.footsteps p {
	font-size: 16px;
	line-height: 26px;
}
.lightgreen {
	background: url(../images/halo.png) bottom center no-repeat #93d844;
	padding: 60px 0px 80px 0px;
	text-align: center;
}
.lightgreen h2 {
	font-size: 38px;
	padding-bottom: 40px;
}
.lightgreen h3 {
	color: #fff;
}
.lightgreen p {
}
.devices {
	padding: 40px 0px;
}
.devices p {
	padding-left: 20px;
}
.percentage {
	background: #fff;
	padding: 60px 0px 80px 0px;
}
.percentage h2 {
	text-align: center;
	font-size: 38px;
	font-weight: 300;
}
.percentage h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}
.percentage p {
}
.percentage .percentage_inner {
	min-height: 380px;
	margin: 40px 0px;
}
.percentage .percentage_inner .item_one {
	position: relative;
	left: 0px;
	margin-top: 40%
}
.percentage .percentage_inner .item_two {
	position: relative;
	right: 0px;
	margin-top: 20%;
}
.percentage .percentage_inner .item_three {
	position: relative;
	right: 0px;
	margin-top: 20%;
}
.casestudy {
	background: #202d20;
	padding: 20px 0px 80px 0px;
	font-weight: 300;
}
.casestudy .row {
	border-bottom: 4px solid #334033;
	padding: 20px 0px;
}
.casestudy .row:last-child {
	border-bottom: none;
}
.casestudy h2 {
	color: #9bee3b;
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 10px;
	text-align: right;
}
.casestudy h4 {
	font-size: 100px;
	color: #93d844;
	font-weight: 300;
	margin: 0px;
}
.casestudy h4 small {
	font-size: 55px;
	color: #93d844;
	font-weight: 300;
	text-transform: uppercase;
}
.casestudy h5 {
	font-size:50px;
	color: #fff;
	font-weight: 300;
	margin: 0px;
}
.casestudy h5 small {
	font-size: 25px;
	color: #fff;
	font-weight: 300;
}
.casestudy p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	text-align: right;
	margin: 20px 0px;
}
.companies {
	background: #93d844;
	padding: 60px 0px;
}
.companies h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #202d20;
	font-weight: 700;
	margin-top: 40px;
}
.companies h2 {
	color: #202d20;
	font-weight: 300;
	font-size: 38px;
}
.companies .col-sm-4 {
	padding-right: 80px;
}
.companies .col-sm-8 {
	border-left: 1px solid #fff;
	padding-left: 60px;
}
.build {
	position: relative;
	padding: 60px 0px;
	background: #162013;
	min-height: 420px;
}
.build .building {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 420px;
	background: url(../images/build.jpg) bottom center no-repeat #fff;
	z-index: 100;
}
.build .col-md-5 {
	position: relative;
	z-index: 500;
}
.build a {
	display: inline-block;
	background: #93d844;
	padding: 20px 60px;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	margin-top: 20px;
	font-size: 30px;
	font-weight: 300;
}
.build h2 {
	color: #9bee3b;
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 220px;
}
.footer {
	padding: 40px 0px;
	background: #202d20;
}
.footer p {
	font-size: 12px;
	color: #475a47;
	margin: 0px;
}
.footer ul {
	font-size: 12px;
	color: #475a47;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
.footer ul li {
	display: inline-block;
	margin-right: 10px;
}
.header_bar {
	width: 100%;
	height: 10px;
	background: #162013;
}
.navbar {
	background: #202d20;
	border: none;
	border-radius: 0px;
	min-height: 90px;
	margin-bottom: 0px;
}
.navbar .nav {
	float: right;
}
.navbar-brand {
	height: 90px;
}
.navbar-brand img {
	height: 60px;
}
.navbar-nav>li>a {
padding-top: 35px;
padding-bottom: 35px;
}
.navbar-default .navbar-nav>li>a {
color: #fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #fff;
background-color: #162013;
}
.inner_heading {
	background: #93d844;
	padding: 40px 0px;
	text-align: center;
	color: #fff;
}
.inner_heading h2 {
	font-size: 38px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
}
.inner_heading p {
	font-size: 30px;
	font-weight: 300;
}
.inner_content {
	background: #fff;
	padding: 20px 0px 180px 0px;
}
.inner_content h3 {
	margin-bottom: 20px;
	margin-top: 40px;
	line-height: 30px;
}
.inner_content p {
	line-height: 26px;
	font-size: 16px;
}
.inner_content i {
	margin-top: 40px;
	font-size: 60px;
	border: 1px solid #93d844;
	padding: 20px;
	border-radius: 40px;
	color: #93d844;
}
.inner_content h2 {
	margin-bottom: 40px;
	margin-top: 0px;
	text-align: center;
}
.inner_content .contact {
	margin-top: 40px;
}
.inner_content .bullet {
	margin-bottom: 20px;
}
.inner_content .phone_cont {
	padding: 20px;
	border-radius: 5px;
	margin-top: 40px;
	text-align: center;
	border-top: 1px solid #ccc;
}
.inner_content .phone_cont h4 {
	font-size: 40px;
	color: #2f4b2f;
}
.inner_content .form_cont {
	position: relative;
}
.inner_content .form_cont label {
	font-weight: 700;
	font-size: 12px;
}
.form_cont_inner {
	padding: 20px 40px;
	background: #f9f9f9;
	border-radius: 5px;
	z-index: 200;
	position: relative;
}
.form_cont_inner .btn {
	width: 100%;
	background: #428bca;
	border: none;
	color: #fff;
	padding: 14px 0px;
	font-size: 20px;
}
.inner_content .glow {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	height: 100%;
	width: 100%;
	border: 1px solid green;
	animation:myfirst 20s linear infinite;
	-moz-animation:myfirst 20s linear infinite; /* Firefox */
	-webkit-animation:myfirst 20s linear infinite; /* Safari and Chrome */
	-o-animation:myfirst 20s linear infinite; /* Opera */
	border-radius: 5px;
}
@keyframes myfirst
{
0%,100%  {border-color: green;box-shadow: 0px 0px 8px green;}
25%  {border-color: blue;box-shadow: 0px 0px 8px blue;}
50%  {border-color: red;box-shadow: 0px 0px 8px red;}
75% {border-color: yellow;box-shadow: 0px 0px 8px yellow;}
}

@-moz-keyframes myfirst /* Firefox */
{
0%,100%  {border-color: green;box-shadow: 0px 0px 8px green;}
25%  {border-color: blue;box-shadow: 0px 0px 8px blue;}
50%  {border-color: red;box-shadow: 0px 0px 8px red;}
75% {border-color: yellow;box-shadow: 0px 0px 8px yellow;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%,100%  {border-color: green;box-shadow: 0px 0px 8px green;}
25%  {border-color: blue;box-shadow: 0px 0px 8px blue;}
50%  {border-color: red;box-shadow: 0px 0px 8px red;}
75% {border-color: yellow;box-shadow: 0px 0px 8px yellow;}
}

@-o-keyframes myfirst /* Opera */
{
0%,100%  {border-color: green;box-shadow: 0px 0px 8px green;}
25%  {border-color: blue;box-shadow: 0px 0px 8px blue;}
50%  {border-color: red;box-shadow: 0px 0px 8px red;}
75% {border-color: yellow;box-shadow: 0px 0px 8px yellow;}
}
@media (max-width:767px) {
.navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.solar {
	width: 100%;
	height: 100%;
	background: #000;
	position: relative;
	overflow: hidden;
	min-height: 580px;
	float: left;
}
.solar .content {
	width: 80%;
	margin-left: -40%;
}
.solar .logo {
	width: 100%;
	background-size: 100%;
	padding-bottom: 0px;
	display: none;
}
.solar .earth {
	bottom: -100%;
}
.solar .text h1 {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	padding: 0px;
}
.content {
	position: relative;
	width: 100%;
}
h2 {
	font-size: 30px !important;
}
p {
	font-size: 14px !important;
}
.midgreen .team {
	display: none;
}
.darkgreen {
	padding-bottom: 120px;
}
.darkgreen .reveal_code {
	width: 100%;
	background-size: 100%;
	height: auto;
	padding-top: 8%;
}
.darkgreen .reveal_code img {
	width: 100%;
}
.darkgreen .image_over {
	margin-top: -64px;
	padding-bottom: 30px;
}
.lesspadding {
	padding-bottom: 30px;
}
.footsteps {
	background: #fff;
	padding-top: 0px;
}
.devices img {
	padding-top: 30px;
}
.devices p {
	padding: 0px;
}
.devices {
	padding-bottom: 40px;
}
.percentage .percentage_inner .item_one {
	margin-top: 20px;
}
.casestudy {
	padding-bottom: 40px;
}
.casestudy h4 {
	font-size: 60px;
}
.casestudy h4 small {
	font-size: 40px;
}
.casestudy h5 {
	font-size: 30px;
}
.casestudy p {
	text-align: left;
}
.companies .col-sm-8 {
	border-left: none;
	padding-left: 15px;
	margin-top: 40px;
}
.people .col-sm-8 {
	border-left: none;
	padding-left: 15px;
	margin-top: 40px;
}
.build {
	margin-top: 0px;
}
.build .building {
	display: none;
}
.build a {
	padding: 20px 0px;
	width: 100%;
	text-align: center;
}
.build h2 {
	margin-top: 20px;
}
.inner_content .bullet p {
	margin-top: 20px;
}
.rising {
	padding-bottom: 160px;
	background-size:  200%;
}
}
@media (min-width:768px) and (max-width:991px) {
.solar .earth {
	bottom: -70%;
}.footsteps {
	background-position: -1000px center;
}
}
@media (min-width:992px) and (max-width:1199px) {
.solar .earth {
	bottom: -50%;
}
.footsteps {
	background-position: -500px center;
}
}
@media (min-width:1200px) {
.solar .earth {
	bottom: -40%;
}
.footsteps {
	background-position: -300px center;
}
.inner_content .bullet p {
	margin-top: 20px;
}
}
