/* *****************
GENERAL
********************/
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGMVNtom4QlEDNJaqqqzqdSs.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNHq-FFgoDNV3GTKpHwuvtI.woff) format('woff');
}

html, body {
  	width: 100%;
  	height: 100%;
  	overflow-x: hidden;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
  	font-weight: 300;
	text-align: center;
	margin: 0;
  	padding: 0;
  	background: #061f2b;
}

* {
  	margin: 0;
  	padding: 0;
}

a {
	text-decoration: none;
}

h1, h2, h3, p {
	font-weight: normal;
	padding: 10px;
}



/* *****************
NAV
********************/
nav {
	font-family: 'Source Sans Pro', sans-serif;
	background-color: rgba(6,31,43,0.8);
	width: 100%;
	padding: 10px 0 60px;
}

nav img {
	width: 180px;
	padding: 10px;
}

nav ul {
	list-style: none;
	padding: 10px;
}

nav ul li {
	display: inline;
	padding: 10px;
}

nav ul li a {
	color: #a8b8bf;
	font-size: 0.9em;
	padding: 10px;
	font-weight: 300;
	cursor: pointer;
}

nav ul li a:hover {
	color: #fff;
	font-size: 0.9em;
	transition: all .15s ease-in-out;
	cursor: pointer;
}

/* For drop down navs
nav ul ul {
	display: none;
	background: #fff;
	position: absolute;
	top: 100%;
	text-align: left;
}

nav ul ul li {
	float: none;
	position: relative;
	display: block;
}

nav ul ul li a {
	color: #061f2b;
}

nav ul ul li a:hover {
	color: #48b85f;
	transition: all .15s ease-in-out;
}

nav ul li:hover > ul {
	display: block;
}
*/

.selected {
	color: #fff;
}



/* *****************
FOOTER
********************/
footer {
	padding-top: 100px;
	padding-bottom: 25px;
	color: #fff;
}

footer h1 {
	font-size: 1.1em;
	font-weight: bold;
}

footer h2 {
	font-size: 1em;
	padding: 0;
}

footer img {
	width: 40px;
	opacity: 0.5;
	padding-top: 25px;
	padding-bottom: 25px;
}

footer img:hover {
	opacity: 1;
}

footer p {
	font-size: 0.8em;
}

footer input[type=submit] {
	margin: 40px 20px 20px 20px;
}



/* *****************
PAGE: HOME PAGE
********************/

/* *****************
HEADER
********************/
#home-header {
	margin-top: -120px;
	padding: 150px 10px 200px;
}

#home-header h1 {
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	line-height: 1.2em;
	padding: 0 10px;
}

#home-header h2 {
	color: #48b85f;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 400;
	padding-top: 100px;
	padding-bottom: 0;
}

#home-header h3 {
	color: #48b85f;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 400;
	padding-bottom: 50px;
	padding-top: 0;
}



/* *****************
HOME-SECTION 1
********************/
#home-section1 {
	background: #002739;
	padding: 100px 10px;
}

#home-section1 h1, #home-section2 h1 {
	color: #fff;
	font-size: 2.5em;
	font-weight: 300;
	line-height: 1.2em;
	padding-bottom: 50px;
}

#home-section1 h2, #home-section2 h2 {
	color: #3498db;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.2em;
}

#home-section1 img {
	width: 350px;
	border: #064353 1px solid;
	margin-bottom: 20px;
}



/* *****************
HOME-SECTION 2
********************/
#home-section2 {
	background: #064353;
	padding: 100px 10px;
}

#home-section2 h2 {
	color: #48b85f;
}

#home-section2 img {
	width: 350px;
	border: #002739 1px solid;
	margin-bottom: 20px;
}



/* *****************
PAGE: PRODUCT
********************/

/* *****************
HEADER
********************/
#product-header {
	padding: 25px 10px 150px;
	background: #061f2b;
}

#product-header h1 {
	font-size: 2em;
	font-weight: 300;
	line-height: 1.2em;
	color: #fff;
}

#product-header p {
	color: #48b85f;
	font-size: 1.3em;
	font-weight: 400;
	padding-top: 50px;
	line-height: 1.3em;

}

#product-header input {
	margin-top: 50px;
}



/* *****************
PRODUCT-SECTION 1
********************/
#product-section1 {
	padding: 100px 10px;
	background: #002739;
	color: #fff;
}

#product-section1 h1 {
	font-size: 2em;
	font-weight: 300;
	line-height: 1.2em;
	color: #fff;
	padding-bottom: 50px;
}

#product-section1 .columns h2 {
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.2em;
	color: #4bcd6d;
}

#product-section1 .columns ul {
	list-style: circle;
	padding-left: 30px;
	text-align: left;
}

#product-section1 .columns li {
	font-size: 1.1em;
	padding-bottom: 10px;
}

#product-section1 .columns img {
	height: 140px;
	padding-top: 25px;
}



/* *****************
PRODUCT-SECTION 2
********************/
#product-section2 {
	background: #064353;
	padding: 100px 10px;
	color: #fff;
	text-align: center;
}

#product-section2 h1 {
	color: #48b85f;
	font-weight: 300;
	line-height: 1.2em;
}

#product-section2 img {
	width: 350px;
	padding: 50px 10px;
}


/* *****************
POP-UP FORM
********************/
.popup {
	width:80%;
	display: none;
}

input[type=submit] { /* REQUEST A DEMO BTN */
	padding:10px 30px;
	border-radius: 3px;
	color: #fff;
	font-size: 0.7em;
	font-family: 'Avenir' sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.4);
	transition:all .15s ease-in-out;
	-webkit-appearance: none;
}

input[type=submit]:hover{
	background: none;
	border-color:#0ed161;
	-webkit-appearance: none;
	cursor: pointer;
}

.smart-green { /* popup form */
    margin-left:auto;
    margin-right:auto;

    max-width: 440px;
    background: #0ed161;
    padding: 30px;
    padding-right: 60px; /* Makes it so the padding is equal on both sides */
    font-size: 1em;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.smart-green h1 {
    font-size: 2em;
    display: block;
    padding: 0;
    margin: 10px 0 20px;
    color: #FFF;

}

.smart-green label { /* First 4 Sections */
    display: block;
    float:left;
    width:195px;
    margin-left: 0;
}

.smart-green label>span { /* First 4 Sections Text */
    float: left;
    color: #FFF;
    padding: 10px;
}

.smart-green #first-name, .smart-green #email-address {
    margin-right: 50px;
}

.smart-green input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select { /* All of the text boxes */
    color: #555;
    line-height:15px;
    width: 100%;
    padding: 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font-size: 14px;
}

.smart-green>span { /* notes text */
    float: left;
    padding: 10px;
}

.smart-green textarea{ /* notes text area section */
    height: 100px;
    max-height:100px;
    max-width: 100%;
    padding-top: 10px;
    resize: none;
}

.smart-green select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none;
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}

.smart-green .button { /* SEND REQUEST BUTTON */
    background-color: #0a7035;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
	font-size: 14px;
    color: #FFF;
    cursor: pointer;
    margin: 0;
}

.smart-green .button:hover {
    background-color:#fff;
    color:#0a7035;
    cursor: pointer;
}

form {
	overflow: auto;
}
