/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */


/* SPONGE */
/* ----------------------------------------- */

/* FONTS */


@font-face {
	font-family: "Nunito";
	src: url("/assets/fonts/Nunito-Light.ttf");
	font-weight: 200;
}
@font-face {
	font-family: "Nunito";
	src: url("/assets/fonts/Nunito-Regular.ttf");
	font-weight: normal;
}
@font-face {
	font-family: "Nunito";
	src: url("/assets/fonts/Nunito-Bold.ttf");
	font-weight: bold;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	outline: none;
	background: #f1f1f1;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	color: inherit;
}
.clear {
	clear: both;
	width: 1px;
	height: 1px;
}

/* TOP BAR */

.top_bar {
	background: #353535;
	color: #555;
	width: 100%;
	padding: 8px 0;
}
.top_bar .top_text {
	width: 1000px;
	margin: 0 auto;
	font-size: 11px;
	color: #bbb;
}
.top_text a {
	color: #bbb;
}
.top_text .call_sponge {
	background: url(/assets/images/icon-usa.png) left center no-repeat;
	padding-left: 20px;
	line-height: 16px;
	display: inline-block;
}
.top_text .demo_sponge {
	background: url(/assets/images/icon-demo.png) left center no-repeat;
	padding-left: 20px;
	line-height: 16px;
	display: inline-block;
	margin-left: 10px;
}



/* HEADER */

.header_wrapper {
	width: 100%;
	background: url(/assets/images/header-shadow.png) #fff bottom center repeat-x;
}
.header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	clear: right;
	padding: 40px 0 20px;
}
.navigation {
	font-family: "Nunito", Arial, sans-serif;
	position: absolute;
	color: #5c9b11;
	right: 0;
	top: 40px;
}
.navigation ul {
	list-style: none;
}
.navigation ul li {
	float: left;
	padding: 0 30px;
	font-weight: 200;
	height: 40px;
	line-height: 36px;
}
.request_demo {
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	text-align: center;
}
.request_demo a {
	font-weight: 500;
	color: #5C9B11;
}

/* HERO */

.hero_wrapper {
	width: 100%;
	background: url(/assets/images/hero-bg.png) repeat-x;
	margin-top: -1px;
}
.hero {
	width: 937px;
	margin: 0 auto;
	min-height: 1050px;
	position: relative;
}
.hero .globe {
	position: absolute;
	top: 100px;
	left: 0;
}
.hero .intro {
	position: absolute;
	right: 0;
	top: 40px;
	width: 390px;
	color: #fff;
	text-shadow: 0 2px 3px #316d21;
}
.intro .tagline {
	font-family: "Nunito";
	font-weight: 200;
	font-size: 34px;
}
.intro .what {
	background: url(/assets/images/what-bg.png) repeat;
	width: 320px;
	padding: 20px;
	margin-top: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.what h2 {
	text-shadow: 0 1px 2px #316d21;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.what p {
	font-size: 14px;
	font-weight: 200;
	text-shadow: none;
	line-height: 1.4em;
}
.what p.intro_get_started {
	text-align: center;
	margin-top: 20px;
}
.what p.intro_get_started a {
	background: url(/assets/images/orange-btn-lg.png) no-repeat center center;
	display: inline-block;
	color: #fff;
	text-shadow: 0 2px 1px #cc7b04;
	width: 242px;
	height: 65px;
	text-align: center;
	line-height: 1em;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: normal;
	font-family: "Nunito";
	padding-top: 20px;
}
p.intro_get_started span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.what p.learn_more {
	text-align: center;
	margin: 10px auto 0;
	background: url(/assets/images/learn-more.png) no-repeat;
	width: 241px;
	height: 28px;
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
p.learn_more a {
	background: url(/assets/images/arrow-right.png) right center no-repeat;
	padding-right: 15px;
}

.screenshots {
	background: url(/assets/images/screenshots-shadow.png) top center no-repeat;
	width: 937px;
	position: absolute;
	top: 550px;
	padding-top: 50px;
	text-align: center;
}


/* BANNER */

.banner_wrapper {
	width: 100%;
	background: url(/assets/images/hero-bg.png) repeat-x;
	margin-top: -1px;
}
.banner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	clear: right;
	padding: 20px 0 100px;
}
.banner h1 {
	font-family: "Nunito";
	font-size: 34px;
	color: #fff;
	font-weight: normal;
	text-shadow: 0 2px 3px #316d21;
	padding-left: 20px;
}
.banner h1 span {
	display: block;
	color: #ffe400;
}

/* CONTENT */

.content_wrapper {
	width: 980px;
	margin: 0 auto;
	background: url(/assets/images/content-shadow.png) top center no-repeat;
	padding-top: 64px;
}
.content {
	background: #fff;
	border: 1px solid #efefef;
	margin-bottom: 20px;
	padding: 20px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.page_content_wrapper {
	width: 1000px;
	margin: 0 auto;
}
.page_content {
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -60px;
	min-height: 400px;
}
.page_content p {
	margin: 15px 0;
}

/* HOME PAGE FEATURES */

.content table.features_highlight {
	width: 100%;
	color: #333;
}
.features_highlight td {
	width: 300px;
	padding: 0 20px 30px 0;
	font-size: 14px;
	font-weight: 200;
	vertical-align: top;
}
.features_highlight tr td:last-child {
	padding-right: 0;
}
.features_highlight td h3 {
	font-weight: bold;
	margin: 12px 0;
}
.features_highlight .screenshot_hm {
	padding: 7px;
	position: relative;
	background: #f1f1f1;
}
.features_highlight .screenshot_hm .icon {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.features_highlight .screenshot_hm .screenshot_img {
	width: 286px;
	display: block;
}
.features_highlight .screenshot_hm img {
	display: block;
}


/* PRICING PAGE */

ul.pricing {
	list-style: none;
	width: 100%;
	margin-top: -60px;
}
ul.pricing li {
	width: 300px;
	margin-left: 20px;
	float: left;
}
ul.pricing li h2 {
	height: 60px;
	background: #333333;
	text-align: center;
	color: #fff;
	line-height: 60px;
	font-family: "Nunito";
	font-weight: 200;
	font-size: 24px;
}
ul.pricing .plan {
	background: #fff;
	padding: 15px;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	box-shadow: 0 1px 10px rgba(0,0,0,.3);
	font-size: 13px;
	color: #333;
}
.plan .overview {
	background: #efefef;
	padding: 25px;
}
.plan .orange_btn_sm,
.plan .green_btn_sm {
	margin: 15px 0;
	text-align: center;
}
.plan.premium .overview {
	background: #fffbd8;
}
.overview h3 {
	font-family: Georgia;
	font-size: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d8d8d8;
	font-weight: normal;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}
.overview h3 span {
	font-size: 18px;
}
.overview h3 .detail {
	position: absolute;
	font-size: 13px;
	width: 100%;
	text-align: center;
	top: -10px;
}
.overview p {
	text-align: center;
	margin-bottom: 20px;
}
.overview p span {
	font-weight: bold;
	display: block;
}
.plan ul.pricing_features {
	margin-top: 15px;
}
ul.pricing_features li {
	border-bottom: 1px solid #eee;
	height: 32px;
	line-height: 32px;
	margin-bottom: 5px;
	padding-left: 30px;
	background: url(/assets/images/checkmark.png) left center no-repeat;
	width: 190px;
}


/* FEAUTRES PAGE */

.features_page_content {
	min-height: 800px;
}
.features {
	border-left: 1px solid #e8e9eb;
	width: 777px;
	float: right;
	min-height: 800px;
	position: relative;
	overflow: hidden; 
}
.features h2 {
	font-family: "Nunito";
	font-size: 26px;
	font-weight: 500;
	padding: 60px 0 30px 40px;
	background: url(/assets/images/green-bar.png) repeat-x center bottom;
}
.features .feature {
	position: absolute;
	top: 0;
	left: 0;
	width: 777px;
}
.features_nav_wrapper .orange_btn_sm {
	margin-top: 25px;
	text-align: center;
	display: inline-block;
	width: 220px;
}
.features_nav {
	float: left;
	width: 220px;
	padding: 40px 0 0 0;
}
.features_nav .head {
	font-family: "Nunito";
	font-weight: 200;
	font-size: 18px;
	color: #444;
	padding-bottom: 10px;
}
.features_nav li {
	text-align: left;
	/*border-bottom: 1px solid #e0e0e0;*/
	position: relative;
}
.features_nav a {
	padding: 0 15px;
	height: 52px;
	line-height: 52px;
	font-size: 15px;
	font-weight: normal;
	color: #5C9B11;
	border-top: 1px solid #e8e9eb;
	display: block;
}
.features_nav li:last-child > a {
	border-bottom: 1px solid #e8e9eb;
}
.features_nav li.active a {
	color: #000;
	font-weight: 500;
	background: #f3f3f3;
}
.features_nav li.active:after {
	content:url(/assets/images/pointer.png);
    display:block;
    position:absolute;
    top: -1px;
    right: -15px;
    z-index: 10;
}
.feature .screenshot {
	background: url(/assets/images/shadows.png) center bottom no-repeat;
	padding-bottom: 8px;
	position: relative;
}
.feature .screenshot img {border-bottom: 1px solid #ddd;}
.feature .blurb {
	float: right;
	margin: -11px 35px 0 0;
	background: #f1f1f1;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 210px;
	padding: 20px;
	font-family: Georgia;
	color: #21809b;
	font-style: italic;
	font-size: 13px;
	line-height: 1.5em;
}
.feature .blurb p {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 0;
	padding-bottom: 15px;
}
.feature .blurb p:last-child {border-bottom: 0 none;}
.feature .summary {
	font-size: 14px;
	color: #444;
	margin-top: -11px;
	padding: 35px;
	width: 400px;
	line-height: 1.4em;
}
.feature .summary h3 {
	font-weight: bold;
}

/* FOOTER */

.footer_wrapper {
	width: 100%;
	background: url(/assets/images/footer-bg.png) repeat-x;
	height: 150px;
	margin-top: 50px;
}
.footer_content {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}
.footer_links {
	position: absolute;
	right: 0;
	top: 30px;
	color: #f1f1f1;
	font-size: 12px;
}
.footer_links ul {
	float: left;
	margin-left: 120px;
}
.footer_links ul li {
	padding-bottom: 10px;
}
.footer_subscribe {
	position: absolute;
	top: 275px;
}
.subscribe_email button {
	background: url(/assets/images/grey-btn-sm.png) no-repeat;
	width: 82px;
	height: 35px;
	line-height: 33px;
	color: #fff;
	border: 0 none;
	font-size: 12px;
}
.subscribe_email input {
	height: 30px;
	border: 1px solid #ccc;
	margin-right: 12px;
	width: 275px;
	color: #8b8b8b;
	padding: 0 8px;
	font-size: 12px;
}


/* BUTTONS */

.orange_btn_sm a.signup_btn {
	background: url(/assets/images/orange-btn-sm.png) no-repeat center center;
	display: inline-block;
	color: #fff;
	text-shadow: 0 2px 1px #cc7b04;
	width: 149px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
}
.green_btn_sm a {
	background: url(/assets/images/green-btn-sm.png) no-repeat center center;
	display: inline-block;
	color: #fff;
	text-shadow: 0 2px 1px #567407;
	width: 149px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
}
button.submit_btn {
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	text-align: center;
	padding: 0 15px;
	height: 40px;
	border: 1px solid #83ac16;
	background: #a8cb4c;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	text-decoration: none;
	background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
	background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
	-ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	cursor: pointer;
}


/* MODALS */

.modal {
	color: #444;
	display: none;
	width: 372px;
}
.modal h2 {
	font-size: 26px;
	padding: 0;
	/*background: url(/assets/images/modal-header-bg.png) repeat;*/
	color: #fff;
	display: block;
}
.modal_close {
	position: absolute;
	background: url(/assets/images/modal-close.png) no-repeat;
	right: 25px;
	top: 25px;
	width: 13px;
	height: 13px;
	display: block;
	cursor: pointer;
}
.modal_inner {
	padding: 10px 0;
	/*background: #fff;*/
}
.modal_input_row {
	margin: 8px 0;
	position: relative;
	/*width: 372px;*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #fff;
	border: 1px solid #bbb;
	height: 40px;
	box-shadow: inset 0 0 7px 0 rgba(0,0,0,.2);
}
.modal_submit_row {
	margin: 8px 0;
	position: relative;
	/*width: 372px;*/
}
.modal_input_row input.text {
	width: 350px;
	padding: 0;
	position: absolute;
	border: 0 none;
	top: 11px;
	left: 10px;
	font-size: 16px;
	outline: none;
	color: #333;
	background: transparent;
	z-index: 2;
}
.modal_input_row.error {
	border: 1px solid rgba(255,0,0,.6);
	box-shadow: inset 0 0 5px 0 rgba(255,0,0,.4);
	-webkit-transition: all .5s
}
.modal_input_row label.error {
	position: absolute;
	left: 380px;
	top: 6px;
	width: 200px;
	color: #B94A48;
	background: #F2DEDE;
	border: 1px solid #EED3D7;
	padding: 6px 9px;
	font-size: 12px;
	
	/*
	-webkit-transition:all 1.0s ease-in-out;
	-moz-transition:all 1.0s ease-in-out;
	-o-transition:all 1.0s ease-in-out;
	transition:all 1.0s ease-in-out;
	*/
	-webkit-transform: translate3d(10px,0,0);
}
.modal_input_row label.error:after {
	content: ' ';
	height: 0;
	position: absolute;
	right: 100%;
	width: 0;
	top: 7px;
	border: 7px solid transparent;
	border-right-color: #F2DEDE;
}
.modal_inner .success {
	color: #468847;
	font-size: 16px;
	margin-top: 20px;
}

/* MISC */
.input_overlay,
.input_overlay_url {
	position: absolute;
	line-height: 40px;
	left: 12px;
	color: #888;
	font-size: 16px;
	font-weight: 200;
	z-index: 1;
	background: transparent;
	-webkit-transition: opacity 50ms ease-in-out;
	-moz-transition: opacity 50ms ease-in-out;
	-o-transition: opacity 50ms ease-in-out;
	-ms-transition: opacity 50ms ease-in-out;
	transition: opacity 50ms ease-in-out;
}
.input_overlay.focus {
	opacity: 0;
}
p.terms_conditions {
	font-size: 12px;
	color: #fff;
	margin: 5px 0 10px;
}
p.terms_conditions a {
	font-weight: bold;
}