/*
Theme Name: Manage My Post
Theme URI: http://managemypost.com
Author: Luke Stevenson
Author URI: http://www.lukestevenson.me/
Version: 1.0
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* =End -- */





/* =Typography
----------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

body {
	background-color: white;
}

/* =End -- */





/* =Header
----------------------------------------------- */

body > header {
	width: 100%;
	min-height: 116px;
	background-color: white;
	border-bottom: 1px solid #ededed;
	z-index: 1;
	position: relative;	
}

body > header.homeshade {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	border: none;
}

body > header > section {
	width: 940px;
	clear: both;
	padding-top: 40px;
	margin: 0 auto;
}

body > header > section h1 {
	background-image: url('img/mmg_logo_red.jpg');
	float: left;
	width: 132px;
	height: 34px;
	text-indent: -9999px;
}

body > header > section > nav {
	float: right;
}

body > header > section > nav a {
	display: block;
	font-size: 12px;
	float: left;
	padding: 9px 10px 0px 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #504f4f;
	letter-spacing: 0.1em;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .22s linear;
}

body > header > section > nav a:hover {
	color: #ec3432;
}

body > header > section > nav a.current {
	font-weight: 700;
	color: #ec3432;
}

body > header > section > nav a.login_btn {
	background-color: #0298d9;
	padding: 8px 17px;
	border-radius: 3px;
	color: white;
	margin: 0px 0px 0px 7px;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

body > header > section > nav a.login_btn:hover {
	background-color: #05b1fb;
}

/* =End -- */





/* =Main Cta
----------------------------------------------- */

body > header > section > section.main_cta {
	clear: both;
	display: block;
	padding-bottom: 40px;
}

body > header > section > section.main_cta p {
	text-align: center;
	font-size: 30px;
	color: #666666;
	font-weight: 400;
	font-family: 'Droid Sans', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

section.main_cta > p strong {
	font-weight: 700;
	color: #555555;
	}
	
section.main_cta > p strong > i {
	position: relative;
	top: 5px;
	padding-right: 10px;
}
	
section.main_cta a {
	display: block;
	background-color: #ec3432;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto;
	color: white;
	width: 130px;
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

section.main_cta a:hover {
	background-color: #ff2220;
}

section.main_cta a strong {
	font-weight: 700;
}

/* =End -- */





/* =Header Map
----------------------------------------------- */

body > section.full_map {
	background-image: url('img/track_mapwidesoft.jpg');
	background-position: center center;
	background-repeat: repeat;
	width: 100%;
	height: 400px;
	z-index: -1;
}

body > section.full_map > article {
	width: 940px;
	margin: 0 auto;
	padding-top: 100px;
}

body > section.full_map > article span {
	display: block;
}

body > section.full_map > article > h3 span {
	font-size: 18px;
	background-color: rgba(56, 56, 56, 0.8);
	display: inline;
	padding: 10px;
	line-height: 52px;
	letter-spacing: 1px;
	color: white;
}

body > section.full_map > article > h3:last-child span {
	background-color: rgba(236, 52, 50, 0.8);
}

/* =End -- */





/* =Key Features
----------------------------------------------- */

body > section.key_feat{
	width: 100%;
	background-color: white;
}

section.key_feat > section {
	width: 940px;
	margin: 0 auto;
	padding-top: 100px;
}

section.key_feat > section > article {
	margin-bottom: 120px;
	height: 160px;
}

section.key_feat > section > article img {
	float: left;
}

section.key_feat > section > article:nth-of-type(2) img {
	float: right;
}

section.key_feat > section > article > section {
	width: 540px;
	height: 160px;
	float: right;
}

section.key_feat > section > article:nth-of-type(2) > section {
	float: left;
}

section.key_feat > section > article > section h4 {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Droid Sans', sans-serif;
	color: #555555;
}

section.key_feat > section > article > section p {
	font-size: 14px;
	font-weight: 300;
	font-family: 'Droid Sans', sans-serif;
	line-height: 28px;
	color: #828282;
}

section.key_feat > section > section {
	width: 417px;
	margin: 0 auto;
	height: 40px;
}

section.key_feat > section > section a {
	float: left;
	color: #666666;
	text-decoration: none;
	font: 18px 'Droid Sans', sans-serif;
	text-transform: uppercase;
	margin: 7px 8px;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	transition: color .3s linear;
}

section.key_feat > section > section a:hover {
	color: #ec3432;
}

section.key_feat > section > section p {
	float: left;
	font-family: 'Droid Sans', sans-serif;
	margin: 5px 8px;
	color: #8b8b8b;
}

section.key_feat > section > section a:last-of-type {
	display: block;
	background-color: #ec3432;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 25px;
	border-radius: 3px;
	margin: 0 0 40px 8px;
	color: white;
	width: 130px;
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

section.key_feat > section > section a:last-of-type:hover {
	background-color: #ff2220;
}

/* =End -- */





/* =How it Works
----------------------------------------------- */

body > section.howto{
 	margin-top: 60px;
 	background-color: #0298d9;
 	width: 100%;
 	height: 325px;
}
 
body > section.howto > section {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

/* =End -- */





/* =How it Started
----------------------------------------------- */
body > section.birth {
 	width: 100%;
 	margin-top: 140px;
 	padding-bottom: 120px;
}
 
body > section.ourbirth {
 	width: 100%;
 	margin-top: 80px;
 	padding-bottom: 120px;
}
 
section.birth > section {
 	 width: 940px;
 	 margin: 0 auto;
}
 
body > section.ourbirth > section {
 	width: 720px;
 	margin: 0 auto;
}
 
section.birth > section h4 {
 	font-size: 30px;
 	font-weight: 300;
 	font-family: 'Droid Sans', sans-serif;
 	text-decoration: none;
 	text-align: center;
 	color: #5a5a5a;
 }
 
section.birth > section p {
 	font-size: 24px;
 	font-weight: 300;
 	font-family: 'Droid Sans', sans-serif;
 	text-decoration: none;
 	text-align: center;
 	color: #7b7b7b;
 	margin-top: 20px;
 	line-height: 36px;
}
 
section.birth > section a {
 	display: block;
 	background-color: #ec3432;
 	font-size: 14px;
 	text-transform: uppercase;
 	padding: 10px 25px;
 	border-radius: 3px;
 	margin: 60px auto 0px auto;
 	color: white;
 	width: 130px;
 	font-family: 'Droid Sans', sans-serif;
 	text-decoration: none;
 	-webkit-transition: background-color .3s linear;
 	-moz-transition: background-color .3s linear;
 	transition: background-color .3s linear;
 	text-align: center;
}
  
section.birth > section a:hover {
    background-color: #ff2220;
}
  
section.ourbirth > section > article h5 {
  	font-size: 30px;
  	font-weight: 300;
  	font-family: 'Droid Sans', sans-serif;
  	text-decoration: none;
  	text-align: left;
  	color: #5a5a5a;
  	padding-bottom: 15px;
}
  
section.ourbirth > section > article p {
   font-size: 18px;
   font-weight: 300;
   font-family: 'Droid Sans', sans-serif;
   text-decoration: none;
   text-align: left;
   color: #7b7b7b;
   margin-top: 20px;
   line-height: 36px;
}
  
section.ourbirth a {
  	display: block;
  	background-color: #ec3432;
  	font-size: 14px;
  	text-transform: uppercase;
  	padding: 10px 25px;
  	border-radius: 3px;
  	margin: 60px auto 0px auto;
  	color: white;
  	width: 130px;
  	font-family: 'Droid Sans', sans-serif;
  	text-decoration: none;
  	text-align: center;
  	-webkit-transition: background-color .3s linear;
  	-moz-transition: background-color .3s linear;
  	transition: background-color .3s linear;
}
  
section.ourbirth a:hover {
    background-color: #acde32;
}
    
/* =End -- */
   
   
   
   
  
/*=====================================================
  	FEATURES PAGE
====================================================*/
  
  
  
  
  
/* =Features Title
----------------------------------------------- */
body > section.simple {
	width: 100%;
	padding-bottom: 60px;
	background-color: #fffbf7;
	border-bottom: 1px solid #ededed;
}

body > section.simple > section {
	width: 620px;
	margin: 0 auto;
}

body > section.simple > section h2 {
	font-size: 30px;
	font-family: 'Droid Sans', sans-serif;
	color: #5a5a5a;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 60px;
}

body > section.simple > section h2 > strong {
	font-weight: bold;
	color: #0298d9;
}

body > section.simple > section p {
	font-size: 18px;
	font-family: 'Droid Sans', sans-serif;
	color: #666666;
	line-height: 36px;
	text-align: center;
	padding-top: 30px;
}

body > section.simple > section p > strong {
	font-weight: 700;
}
/* =End -- */





/* =At a Glance
----------------------------------------------- */
body > section.features {
 	width: 960px;
 	margin: 0 auto;
}
 
section.glance {
 	padding-top: 60px;
 	padding-bottom: 60px;
	 width: 960px;
	 height: 120px;
	 background-color: white;
}
 
section.glance > article {
	 width: 300px;
	 float: left;
	 margin: 15px 10px;
}
 
 section.glance > article img {
	 float: left;
}

section.glance > article p {
 	float: left;
	 margin-left: 20px;
	 margin-top: -3px;
	 font-size: 14px;
	 font-family: 'Droid Sans', sans-serif;
	 color: #2e2e2e;
	 width: 220px;
}
 
section.signup > section.glance {
 	padding-bottom: 60px;
}
 
/* =End -- */
 
 
 
 
 
/* =Main Features
----------------------------------------------- */
body > section.features > article {
	 width: 940px;
	 margin-top: 120px;
	 margin-left: 10px;
	 margin-right: 10px;
}

body > section.features > article h4 {
	font-size: 24px;
	font-weight: 700;
	color: #555555;
	font-family: 'Droid Sans', sans-serif;
}

body > section.features > article p {
	margin-top: 10px;
	font-size: 14px;
	font-family: 'Droid Sans', sans-serif;
	color: #828282;
	float: none;
	line-height: 30px;
}

body > section.features > article img {
	float: left;
}

body > section.features > article.feat_dash img {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

body > section.features > article > section {
	float: left;
}

body > section.features > article:nth-child(odd) img {
	float: right;
}

body > section.features > article.feat_dash > section {
	 margin-top: 15px;
	 font-size: 14px;
	 font-family: 'Droid Sans', sans-serif;
	 color: #2e2e2e;
	 width: 380px;
	 margin-left: 98px;
}

body > section.features > article.feat_wizard > section {
	width: 380px;
	margin-top: 60px;
}

body > section.features > article.thecloud > section {
	width: 540px;
	float: right;
	margin-top: 10px;
}

body > section.features > article.mapping > section {
	width: 460px;
	float: right;
	margin-top: 50px;
}

body > section.features > article.reports > section {
	width: 460px;
	float: left;
	margin-top: 50px;
}

body > section.features > article.mapping > section i {
	font-size: 10px;
	color: #aaa;
}

body > section.features > article.trackshare > section {
	float: left;
	width: 380px;
	margin-top: 60px;
}

ul.steps {
	width: 640px;
	margin: 120px auto 40px auto;
	display: block;
	clear: both;
}

ul.steps > li {
	float: left;
	width: 140px;

	margin: 10px;
}

ul.steps > li img {
	float: left;
	margin-left: 20px;
}

ul.steps > li p {
	float: left;
	margin-top: 3px;
	margin-left: 20px;
	color: #ababab;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}

body > section.features a {
	display: block;
	background-color: #ec3432;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 25px;
	border-radius: 3px;
	margin: 0 auto 40px auto;
	color: white;
	width: 130px;
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

body > section.features a:hover {
	background-color: #ff2220;
}

/* =End -- */


/*=====================================================
  	PRICING PAGE
====================================================*/

body > section.pricing {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

body > section.pricing h4 {
	padding-top: 60px;
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 30px;
	color: #666;
	font-weight: 300;
	letter-spacing: 1px;
}

body > section.pricing h6 {
	padding-top: 10px;
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	color: #888;
	font-weight: 300;
	letter-spacing: 1px;
}

/* =Pricing Table
----------------------------------------------- */

section.pricing-table > section {
	width: 220px;
	margin: 60px 10px 20px 10px;
	background-color: #e9e9e9;
	float: left;
	border-radius: 3px;
}

section.pricing-table > section > header {
	background-color: #ec3432;
	width: 220px;
	border-bottom: 1px solid #769822;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

section.pricing-table > section > header h2 {
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding-top: 20px;
}

section.pricing-table > section > header h3 {
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 42px;
	color: #7d0d0c;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

section.pricing-table > section > header p {
	font-family: 'Droid Sans', sans-serif;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: -10px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}

section.pricing-table > section ul {
	width: 220px;
}

section.pricing-table > section ul li {
	font-family: 'Droid Sans', sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	font-weight: 300;
	width: 180px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #ddd;
}

section.pricing-table > section ul li:last-of-type {
	border: none;
}

body > section.pricing > section.pricing-table > footer {
	width: 640px;
	margin: 20px 160px 40px 160px;
	display: block;
	height: 110px;
	float: left;
}

body > section.pricing > section.pricing-table > footer p {
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	color: #888;
	padding-bottom: 10px;
}

body > section.pricing > section.pricing-table > footer h5,
body > section.pricing h5 {
	padding-top: 2px;
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	color: #666;
	font-weight: 300;
	display: block;
	float: left;
	letter-spacing: 1px;
}

body > section.pricing > section.pricing-table > footer a,
body > section.pricing > div a {
	float: left;
	font-family: 'Droid Sans', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 25px;
	background-color: #ec3432;
	letter-spacing: 1px;
	border-radius: 3px;
	color: white;
	margin: 0px 0px 0px 20px;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

body > section.pricing > section.pricing-table > footer a:hover,
body > section.pricing > div a:hover {
	background-color: #acde32;
}

body > section.pricing > div {
	width: 490px;
	margin: 60px auto 40px auto;
	display: block;
	height: 50px;
}

body > section.pricing > div a {
	background-color: #ec3432;
}

/* =End -- */





/* =Add Packs Table
----------------------------------------------- */
body > section.pricing > section.addpacks {
		border: 1px solid #ddd;
		border-radius: 3px;
		width: 556px;
		display: block;
		margin: 0 auto;
		padding: 35px;
		background-color: #f8f8f8;
}

body > section.pricing > section.addpacks h3 {
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	color: #666;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: 1.5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

body > section.pricing > section.addpacks p {
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #666;
	font-weight: 300;
	line-height: 30px;
}

body > section.pricing > section.addpacks > table {
	font-family: 'Droid Sans', sans-serif;
	border-radius: 3px;
	border-collapse: collapse;
	float: left;
	margin: 20px 10px 10px 10px;
}

body > section.pricing > section.addpacks th, td {
	text-align: center;
	padding: 5px 15px;
	color: #666;
}

body > section.pricing > section.addpacks p i {
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 9px;
}

body > section.pricing > section.addpacks h3 strong {
	font-weight: 700;
}

body > section.pricing > section.addpacks th {
	background-color: #0298d9;
	border: 1px solid #057bae;
	color: #fff;
}

body > section.pricing > section.addpacks th:first-child {
	-webkit-border-top-left-radius: 5px;
}

body > section.pricing > section.addpacks tr:nth-of-type(odd) {
	background-color: #ebebeb;
}

body > section.pricing > section.addpacks thead {
	text-align: center;
}

body > section.pricing > section.addpacks tr td:first-child {
	color: #0298d9;
	border-right: 1px solid #ddd;
}

body > section.pricing > section.addpacks tr td {
	border: 1px solid #ddd;
}
/* =End -- */





/* =Pricing FAQ
----------------------------------------------- */
section.pricing > section.pricing-faq {
	width: 960px;
	margin-bottom: 30px;
	margin-top: 60px;
}

section.pricing > section.pricing-faq > section {
	width: 460px;
	margin: 10px;
	float: left;
}

section.pricing > section.pricing-faq > section > article {
	width: 440px;
	padding: 10px;
}

section.pricing > section.pricing-faq > section > article h2 {
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: left;
	font-size: 20px;
	color: #555;
	font-weight: 700;
	padding-bottom: 10px;
	letter-spacing: 1.5px;
	padding-top: 10px;
}

section.pricing > section.pricing-faq > section > article p {
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	color: #888;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 10px;
}

section.pricing > section.pricing-faq h3 {
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 30px;
	color: #666;
	font-weight: 300;

	letter-spacing: 1.5px;
	padding-top: 60px;
}

section.pricing > section.pricing-faq > section > article a {
	color: #0298d9;
	text-decoration: none;
}

section.pricing > section.pricing-faq > section > article a:hover {
	color: #05b1fb;
}

/* =End -- */





/*=====================================================
  	Tutorial Site
====================================================*/


body > header > section.topbar {
	width: 100%;
	height: 95px;
	background: #40c5f0;
	background: -moz-linear-gradient(top, #40c5f0 0%, #049ad4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40c5f0), color-stop(100%,#049ad4));
	background: -webkit-linear-gradient(top, #40c5f0 0%,#049ad4 100%);
	background: -o-linear-gradient(top, #40c5f0 0%,#049ad4 100%);
	background: -ms-linear-gradient(top, #40c5f0 0%,#049ad4 100%);
	background: linear-gradient(to bottom, #40c5f0 0%,#049ad4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40c5f0', endColorstr='#049ad4',GradientType=0 );
	border-bottom: 1px solid #53b1d6;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	z-index: 1000;
	position: relative;	
}

body > header > section.topbar > div {
	background: url('img/grid.png') repeat;
	width: 100%;
	height: 100%;
}

section.topbar > div > section {
	width: 940px;
	margin: 0 auto;
	padding-top: 15px;
}

section.topbar > div > section h1 {
	background-image: url('img/logo10.png');
	margin-top: 8px;
	width: 193px;
	height: 53px;

	text-indent: -9999px;
}

body > header > section.supportbar {
	width: 100%;
	min-height: 65px;
	background-image: url('img/noisy_net.png');
	border-top: 1px solid black;

}

body > header > section.supportbar > section {
	margin: 0 auto;
	width: 940px;
	padding-top: 10px;
}

section.supportbar > section h2 {
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 10px;
	font-size: 18px;
	text-shadow: 0px 1px 2px black;
	text-transform: uppercase;
	float: left;
}

section.supportbar > section > nav {
	float: right;
	width: 210px;
	height: 50px;
	margin-top: -4px;
	margin-right: -35px;
	position: relative;
}

section.supportbar > section > nav a {
	width: 65px;
	height: 43px;
	background-image: url(../ManageMyGPS/img/sprites.png);
	text-indent: -9999px;
	display: block;
	float: left;
}

section.supportbar > section > nav a.ticket {
	background-position: -15px -5px ;
}

section.supportbar > section > nav a.chat {
	background-position: -70px -5px;
}

section.supportbar > section > nav a.email {
	background-position: -120px -5px;
}

section.supportbar > section > nav a.email:hover {
	background-position: -120px -51px;
}

/*=====================================================
 	Content
 ====================================================*/
#main {
	width: 100%;
	padding-bottom: 150px;
	/*box-shadow: 0 -5px 5px -5px black;*/
	padding-top: 50px;
	height: 100%;
	background-color: #eeeeee;
}

.content {
	width: 960px;
	margin: 0 auto;
}

.catcontent {
	width: 960px;
	margin: 0 auto;
}
	

.catcontent > header,
.search > header{
	width: 940px;
	margin-left: 10px;
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 40px;
}

.catcontent > header h2 {
	color: #454545;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.3px;
}

.catcontent > section.category {
	width: 248px;
	height: 178px;
	float: left;
	margin: 10px;

	padding: 25px;
	background-color: #fff;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.catcontent > section h3 {
	color: #ec3432;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 18px;
	text-shadow: 0px 1px 1px white;
	
	padding-bottom: 10px;
	position: relative;
	padding-left: 25px;
}

.catcontent > section h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	background-image: url(../ManageMyGPS/img/sprites.png);
	width: 24px;
	height: 26px;
	margin-top: -13px;
}

.catcontent > section h3.category-getting-started:before {
	background-position: -15px -109px;
}

.catcontent > section h3.category-creating-and-managing-users:before {
	background-position: -44px -109px;
}

.catcontent > section h3.category-client-login:before {
	background-position: -76px -109px;
}

.catcontent > section h3.category-jobs:before {
	background-position: -105px -109px;
}

.catcontent > section h3.category-uploading-gps-tracks-for-viewing:before {
	background-position: -134px -109px;
}

.catcontent > section h3.category-reporting:before {
	background-position: -160px -110px;
}

.catcontent > section ul {
	margin: 0;
}

.catcontent > section ul li {
	list-style: none;
	text-transform: none;
}

.catcontent > section ul li a {
	text-decoration: none;
	color: #616468;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	text-shadow: 0px 1px 1px white;
	display: block;
	
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.catcontent > section ul li a:hover {
	color: #37b0d7;
}
.content > article {
	float: left;
	width: 638px;
	background-color: white;
	margin: 10px;
	padding: 30px 30px 30px 30px;
	min-height: 400px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.content > article ul {
	list-style-image: url(../ManageMyGPS/img/bullet.png);
	list-style-type: circle;
	list-style-position: ;
	margin: 10px 0 25px 45px;
}

.content > article ol {
	margin: 20px 0 25px 40px;
}

.content > article ul li,
.content > article ol li {
	color: #777;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	padding-left: 15px;
	line-height: 2.2em;
}

.content > article h2 {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 0.5px;
}

.content > article h3 {
	margin-top: 0px;
	margin-left: 2px;
	font-size: 12px;
	font-weight: 400;
	color: #7d7d7d; 
	margin-bottom: 20px;
}

.content > article h4 {
	color: #0098d9;
	margin-top: 1.4em;
}

.content > article a {
	color: #ec3432;
	text-decoration: none;
}

.content > article strong {
	font-weight: bold;
}

.content > article img {
  height: auto;
  padding: 5px;
  border-radius: 4px;

  max-width: 640px;

  box-shadow: 0px 1px 4px #e2e2e2;
    border: 1px solid #ddd;
      box-sizing: content-box;
	
}

.content > article header {
	width: 100%;
	border-bottom: 1px dashed #d6d6d6;
	margin-bottom: 40px;
}

.content > article footer {
	width: 100%;
	height: 50px;
	border-top: 1px dashed #d6d6d6;
	margin-top: 40px;
}

.content > article > footer > section {
	width: 100%;
	text-align: center;
}

.content > article > footer > section a {
	font-size: 18px;
	padding-top: 15px;
	padding-left: 35px;
	position: relative;
	display: block;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.content > article > footer > section a:before {
	content: '';
	position: absolute;
	left: 260px;
	top: 30px;
	background-image: url(../ManageMyGPS/img/sprites.png);
	width: 22px;
	height: 22px;
	background-position: -75px -145px;
	margin-top: -13px;
}

.content > article > footer > section a:hover {
	color: #14171c;
} 

.content > article p {
	color: #777;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-top: 1.4em;
	line-height: 22px;


}

/*=====================================================
 	SEARCH PAGE
 ====================================================*/

.content > section.sidebar {
	width: 220px;
	padding: 0;
	float: right;
	background: none;
	border: none;
	margin: 62px 10px;
}

.content > section.sidebar h3 {
	color: black;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 24px;
	letter-spacing: 0px;
	padding-left: 0;
	padding-bottom: 0;
}

.content > section.sidebar ul {
	margin: 0;
	border-bottom: 1px dashed #b8b8b8;
	padding-bottom: 10px;
}

.content > section.sidebar ul li.category {
	color: #ec3432;
	font-size: 14px;
	font-family: 'Droid Sans', 'Geneva', sans-serif;
	font-weight: 700;
	margin: 0 0 10px 0;
	position: relative;
	padding-left: 24px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #b8b8b8;
}

.content > section.sidebar ul li.category:before  {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	background-image: url(../ManageMyGPS/img/sprites.png);
	width: 24px;
	height: 26px;
	margin-top: -13px;
}

.content > section.sidebar ul li.getting-started:before {
	background-position: -16px -109px;
}

.content > section.sidebar ul li.creating-and-managing-users:before {
	background-position: -46px -109px;
}

.content > section.sidebar ul li.client-login:before {
	background-position: -77px -109px;
}

.content > section.sidebar ul li.jobs:before  {
	background-position: -106px -109px;
}

.content > section.sidebar ul li.uploading-gps-tracks-for-viewing:before {
	background-position: -136px -109px;
}

.content > section.sidebar ul li.reporting:before {
	background-position: -160px -110px;
}

.content > section.sidebar ul li a {
	margin-left: 13px;
	color: #444;
	font-size: 12px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 300;
	display: block;


	line-height: 24px;
	text-decoration: none;
	
}

.content > section.sidebar ul li:hover a {
	color: #37b0d7;
	text-shadow: none;
}

.content > section.sidebar ul li.current a {
	color: black;
	font-weight: 700;
}

.content > section.sidebar ul li.current{
	position: relative;
}

.content > section.sidebar ul li.current:before {
	content: '';
	position: absolute;
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent; 
	border-right: 6px solid #333; 
	left: 0px;
	top: 8px;
}
	
.content > section.sidebar > a {
	margin-top: 7px;
	display: block;
	width: 198px;
	padding-left: 25px;
	
	font-size: 12px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 600;
	position: relative;
	text-decoration: none;
	line-height: 30px;
	color: #585858;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
	
.content > section.sidebar > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 22px;
	background-image: url(../ManageMyGPS/img/sprites.png);
	width: 22px;
	height: 10px;
	background-position: -45px -151px;
	margin-top: -13px;
}

.content > section.sidebar > a:hover {
	color: #ec3432;
}

/*=====================================================
 	SEARCH PAGE
 ====================================================*/

.search {
	width: 940px;
	margin: 0 auto;
}

.search > header{
	width: 940px;
	border-bottom: 1px solid #b5b5b5;
	margin: 0;
	padding: 0;
}

.search a > article {
	width: 720px;
	background-color: white;
	margin: 40px auto;
	padding: 30px;
	opacity: 0.6;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.1);

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.search a:hover > article {
	opacity: 1;
}

.search a {
	text-decoration: none;
}

.search h4 {
	color: red;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.search a > article h2 {
	color: black;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.search a > article p {
	color: #3f3f3f;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 1.2em;
	line-height: 22px;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
	margin-top: 20px;
}

.search a > article strong {
	color: #eb6423;
}

/*=====================================================
 	SEARCH FORM
 ====================================================*/
 
 .mainsearch {
 	width: 620px;
 	margin: 10px auto 40px auto;
 	height: 60px;
 }

#searchform {
	position: relative;
	width: 620px;	
}

#searchform label {
	color: white;
	float: right;
}

#searchform input[type="text"] {

	font-size: 14px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	color: #616161;
	border: 1px solid #b8b8b8;
	width: 431px;
	line-height: 28px;
	height: 42px;
	padding: 0 13px;
	cursor: pointer;
	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	}

#searchform:hover input[type="text"],
#searchform input[type="text"]:focus {
	border: 1px solid #ff2220;
}

#searchform input[type="text"]:focus {
	outline: none;
}

#searchform input[type="submit"] {
-webkit-appearance: none;
	width: 140px;
	height: 44px;
	background-color: #ec3432;
	position: absolute;
	top: 0;
	right: 0;
	padding:8px 25px;
	cursor: pointer;
	display:block;
	outline: none;
	border: none;

	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	text-decoration:none;
	font-size: 13px;
	letter-spacing: 1px;
	color:#fff;
	text-align:center;

	text-transform:uppercase;

	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	
	
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-0-border-radius:3px;
	border-radius:px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#searchform input[type="submit"]:hover {

		background-color: #ff2220;
}

.content > section.sidebar #searchform {
	margin-top: 5px;
	width: 220px;
}

.content > section.sidebar #searchform input[type="text"] {
	height: 29px;
	width: 180px;
	border: 3px solid #c1c1c1;
	padding-right: 30px;
	padding-left: 10px;
	font-size: 12px;
	border: 1px solid #b8b8b8;
	
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,.1);
	box-shadow: inset 0px 1px 3px rgba(0,0,0,.1);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
} 

.content > section.sidebar #searchform:hover input[type="text"],
.content > section.sidebar #searchform input[type="text"]:focus {
	border: 1px solid #ec6726;
}

.content > section.sidebar #searchform input[type="submit"] {
	padding: 4px 8px;
	position: absolute;
	letter-spacing: 0.5px;
	font-size: 11px;
	top: 5px;
	right: 5px;
	background: none;
	filter: none;
	background-image: url(../ManageMyGPS/img/sprites.png);
	width: 24px;
	height: 22px;
	background-position: -10px -145px;
	text-indent: -9999px;
	border:none;
}

.content > section.sidebar #searchform:hover input[type="submit"] {
	background: none;
	background-image: url(../ManageMyGPS/img/sprites.png);
	background-position: -10px -145px;
}

.search-highlight {
	color: red;
}





/*=====================================================
 	Data Loggers
 ====================================================*/
 
 
 
 
 
 /* =Data Logger Header
----------------------------------------------- */
 
body > section.hardware {
 	width: 100%;
}
 
body > section.hardware > section.loggermap {
 	width: 100%;
 	height: 380px;
 	border-bottom: 1px solid #f0f0f0;
 	background-image: url('img/greymap.jpg');
 	background-position: center center;
}
 
body > section.hardware > section.loggermap img {
  	width: 300px;
  	height: 195px;
  	display: block;
  	margin: 24px auto 0 auto;
}

body > section.hardware > section.loggermap h4 {
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 30px;
	color: #444;
	font-weight: 300;
	letter-spacing: 1px;
	width: 380px;
	position: relative;
	margin: 0 auto;
	padding-top: 70px;
}

/* =End -- */





/* =Data Loggers
----------------------------------------------- */

body > section.hardware > section.loggers {
 	width: 780px;
 	padding: 20px;
 	margin: 60px auto 0px auto;
 	height: 250px;
 	border-radius: 3px;
}
 
body > section.hardware > section.datalogger {
	 width: 960px;
	 margin: 0 auto;
	 padding-top: 60px;
}

body > section.hardware > section.loggers > article {
 	width: 460px;
 	float: left;
}

body > section.hardware > section.loggers > img {
  	float: right;
  	margin-top: 10px;
} 

/* =End -- */





/* = Software (Cloud)
----------------------------------------------- */

body > section.hardware > section.software { 
	width: 780px;
	padding: 20px;
    margin: 40px auto 30px auto;
}

body > section.hardware > section.software > article {
  	width: 540px;
  	float: right;
}

body > section.hardware > section.software > article img {
  	float: left;
  	margin-top: 10px;
}

/* =End -- */



body > section.hardware > section.loggermap h6 {
  	padding-top: 10px;
  	font-family: 'Droid Sans', sans-serif;
  	text-decoration: none;
  	text-align: center;
  	font-size: 24px;
  	color: #666;
  	font-weight: 300;
  	letter-spacing: 1px;
}
  
body > section.hardware > section.loggermap > section.datalogger h5,
body > section.hardware h5 {
  	padding-top: -15px;
  	padding-bottom: 10px;
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: left;
	font-size: 24px;
	color: #444;
	font-weight: 300;
	letter-spacing: 1px;
}

body > section.hardware > section.loggers > article h5,
body > section.hardware > section.software > article h5,
body > section.hardware > section.partners h5,
body > section.hardware > section.datalist h5 {
  	padding-top: -15px;
  	padding-bottom: 10px;
  	font-family: 'Droid Sans', sans-serif;
  	text-decoration: none;
  	text-align: left;
  	font-size: 24px;
  	color: #666;
  	font-weight: 300;
  	letter-spacing: 1px;
}

body > section.hardware > section.loggers > article p,
body > section.hardware > section.software > article p,
body > section.hardware > section.partners p {    	
    font-size: 14px;
    font-family: 'Droid Sans', sans-serif;
    color: #666;
    line-height: 28px;
    letter-spacing: 0;
}
 

		
body > section.hardware hr {
  	width: 620px;
  	margin: 10px auto;
  	height: 1px;
  	background-color: #f0f0f0;
}

body > section.hardware > section.datalogger > section.software { 
	 width: 780px;
	 padding: 20px;
	 margin: 20px auto 30px auto;
}

body > section.hardware > section.datalogger > section.software > article img {
	float: left;
	margin-top: -20px;
}






/* =ManageMy Partnership
----------------------------------------------- */
  
body > section.hardware > section.partners {
    margin-top: 40px;
   	width: 100%;
	padding-bottom: 60px;
   	background-color: #f5f5f5;
   	border: 1px solid #eee;
   	padding-top: 60px;
}

body > section.hardware > section.partners > section {
   	width: 780px;
   	margin: 0 auto;
}
   
body > section.hardware > section.partners > section a {
   	color: #0298d9;
   	text-decoration: none;
}
   
body > section.hardware > section.partners > section footer {
  	margin-top: 10px;
  	float: left;
  	width: 380px;
}
   
body > section.hardware > section.partners > section > header {
   	float: right;
   	width: 300px;
   	margin-right: 10px;
   	margin-top: 50px;
}
   
body > section.hardware > section.partners > section > header h2 {
   	font-weight: 300;
   	font-size: 24px;
   	letter-spacing: 1px;
  	font-family: 'Droid Sans', sans-serif;
}
   
body > section.hardware > section.partners > section > header p {
  	font-size: 14px;
  	font-family: 'Droid Sans', sans-serif;
  	color: #666;
  	line-height: 28px;
}

body > section.hardware > section.partners > section img {
   	margin-top: 40px;
   	float: left;
}

body > section.hardware > section.partners > section ul {
     width: 300px;
     margin-top: 20px;
     float: right;
     margin-right: 10px;
}

body > section.hardware > section.partners > section ul li {
     padding: 5px 0px;
     font-family: 'Droid Sans', sans-serif;
     text-decoration: none;
     text-align: left;
     font-size: 14px;
     color: #666;
     font-weight: 300;
}

body > section.hardware > section.partners > section ul li i {
     margin-right: 5px;
     color: #ec3432;
}

/* =End -- */

/* =Data Logger CTA
----------------------------------------------- */

body > section.hardware > section.datalogger > section p {
 	font-size: 14px;
 	font-family: 'Droid Sans', sans-serif;
 	color: #666;
 	line-height: 28px;
}
          
     
body > section.hardware > section.datacta {
     width: 780px;
     height: 50px;
     margin: 40px auto;
}
     
body > section.hardware > section.datacta h5 {
     font-size: 24px;
     color: #666;
     float: left;
}
     
body > section.hardware > section.datacta a {
     float: right;
     font-family: 'Droid Sans', sans-serif;
     text-transform: uppercase;
     text-decoration: none;
     font-size: 14px;
     padding: 10px 25px;
     background-color: #0298d9;
     letter-spacing: 1px;
     border-radius: 3px;
     color: white;
     margin: 0px 0px 0px 20px;
     -webkit-transition: background-color .3s linear;
     -moz-transition: background-color .3s linear;
     transition: background-color .3s linear;
}

body > section.hardware > section.datacta a:hover {
     background-color: #05b1fb;
}
     
body > section.hardware > section.datalist {
    width: 640px;
    margin: 60px auto 60px auto;
}
    
body > section.hardware > section.datalist > section {
    width: 300px;
    margin: 10px;
    float: left;
}

body > section.hardware > section.datalist p {
    color: #888;
    font-size: 14px;
    font-family: 'Droid Sans', sans-serif;
}
    
body > section.hardware > section.datalist > section p {
    text-align: left;
    font-size: 18px;
    color: #ec3432;
    border-bottom: 1px solid #ccc;
   	padding-bottom: 5px;
    margin-bottom: 5px;
}
    
body > section.hardware > section.datalist > section ul {
    text-align: left;
    font-family: 'Droid Sans', sans-serif;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    color: #888;
    line-height: 20px;
    font-weight: 300;
}
    
body > section.hardware > section.datalist > section ul li {
    padding: 5px 0px;
    font-size: 12px;
}

body > section.hardware > section.datalist > section ul li a {
    color: #0298d9 ;
    text-decoration: none;
}
    
body > section.hardware > section.datalist h5 {
    text-align: center;
}
     
body > section.hardware > section.datalist {
    text-align: center;
}   


  /*=====================================================
	Sign Up
====================================================*/

body > section.signup {
	width: 940px;
	margin: 0 auto;
}

body > section.signup ul.steps {
	margin-top: 60px;
	margin-bottom: 30px;
}

body > section.signup h4 {
	font-size: 30px;
	color: #666;
	font-family: 'Droid Sans', sans-serif;
	text-align: center;
}





/*=====================================================
     	LEGAL
====================================================*/

body > section.legal {
	width: 940px;
	margin: 60px auto;
}

body > section.legal h5 {
    padding-top: -15px;
    padding-bottom: 10px;
    font-family: 'Droid Sans', sans-serif;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    color: #444;
    font-weight: 300;
    letter-spacing: 1px;
}
    
    
    
    
    
/*=====================================================
	404
====================================================*/
  
body > section.wrongpage {
  	width: 100%;
  	height: 300px;
  	background-color: #ec3432;
}

body > section.wrongpage > section {
  	width: 940px;
  	margin: 0 auto;
}
  
body > section.wrongpage nav {
	width: 500px;
	height: 50px;
	margin: 30px auto;
}
 
body > section.wrongpage nav a {
 	color: white;
 	font-size: 18px;
 	font-family: 'Droid Sans', sans-serif;
 	margin: 20px;
 	text-transform: uppercase;
 	text-decoration: none;
}
  
body > section.wrongpage > section h3 {
    padding-top: 80px;
  	text-align: center;
  	color: #475e0e;
  	font-size: 30px;
  	font-family: 'Droid Sans', sans-serif;
}
  
body > section.wrongpage > section p {
  	padding-top: 20px;
  	text-align: center;
  	color: #475e0e;
  	font-size: 18px;
  	font-family: 'Droid Sans', sans-serif;
}
  
body > section.wrongpagecta {
  	width: 940px;
  	margin: 0 auto;
}





/*=====================================================
 	FOOTER
 ====================================================*/

body > footer {
	background-color: #3f3f3f;
	width: 100%;
	height: 350px;
	bottom: 0;
	left:0;
	overflow: auto;
}

body > footer > section {
	width: 960px;
	margin: 60px auto 0 auto;
}

body > footer > section > section {
	width: 140px;
	height: 200px;
	float: left;
	margin: 10px;
}

body > footer > section > section.basecta {
	width: 300px;
	height: 200px;
	margin-right: 160px;
	float: left;
}

body > footer > section > section.basecta h1 {
	font-size: 18px;
	font-family: 'Droid Sans', sans-serif;
	color: #828282;
	line-height: 30px;
	
}

body > footer > section > section.basecta a {
	display: block;
	background-color: #ec3432;
	font-size: 14px;
	opacity: 0.6;
	text-transform: uppercase;
	padding: 10px 25px;
	border-radius: 3px;
	margin-top: 20px;
	color: white;
	width: 130px;
	font-family: 'Droid Sans', sans-serif;
	text-decoration: none;
	text-align: center;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

body > footer > section > section.basecta a:hover {
	opacity: 1;
}

body > footer > section > section.basecta strong {
	font-weight: 700;
	color: #999;
}

body > footer > section > section ul li a {
	font-size: 14px;
	font-family: 'Droid Sans', sans-serif;
	color: #666;
	padding: 2px 0px;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	transition: color .3s linear;
}

body > footer > section > section ul li a:hover {
	color: #888;
}

body > footer > section > section ul li strong {
	font-weight: bold;
	color: #999;
	letter-spacing: 1px;
}

body > footer > section p {
	text-align: right;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #666;
	letter-spacing: 0.2px;
	padding-right: 20px;
}

body > footer > section a {
	color: #666;
	text-decoration: none;
}

body > footer > section a:hover {
	color: #e5005f;
}

#main:after,
.content:after,
ul.steps:after,
body > header:after,
section.glance::after,
body > header > section::after,
body > section.pricing > section.addpacks:after,
body > section.features > article:after,
body > header > section > section.main_cta::after,
body > header > section.supportbar > section:after,
#wpcf7-f372-p373-o1:after,
.panel-wrapper:after,
 body > section.datalogger > section.partners:after,
section.pricing > section.pricing-faq:after,
body > section.pricing > section.pricing-table:after,
 body > section.datalogger > section:after,
 body > section.hardware > section.partners:after,
  body > section.hardware > section.datalist:after,
body > section.pricing > section.pricing-table > footer:after,
	section.key_feat > section > article:after,
	body > section.pricing > div:after,
#contact:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* =============================================================================
   MEDIA QUERIES
========================================================================== */
   
@media screen and (max-width: 945px) {

/* =Home Page
----------------------------------------------- */

body > header > section {
	width: 95%;
}

body > section.full_map > article {
	width: 95%;
}

section.key_feat > section {
	width: 95%
}
	
section.key_feat > section > article {
	width: 100%;
}
	
section.key_feat > section > article img  {
	width: 40%;
	margin-top: 5%;
}
	
	
body > section.howto > section{
	width: 95%;
}






/* =Features Page
----------------------------------------------- */

body > section.simple {
	height: auto;
	padding-bottom: 60px;
}

body > section.simple > section {
	width: 95%;
}

body > section.features {
	width: 95%;
}


/*  Featured Dash */

section.features > article.feat_dash {
	width: 100%;
	margin: 16% 0 0 0;
}

section.features > article.feat_dash img {
	width: 49.15%;
}

body > section.features > article.feat_dash > section {
	width: 40.43%;
	margin-left: 10.42%;
	margin-top: 0;		
}


/*  Easy Job Wizard */

section.features > article.feat_wizard {
	width: 100%;
	margin: 16% 0 0 0;
}

section.features > article.feat_wizard img {
	width: 59.57%;
}

body > section.features > article.feat_wizard > section {	
	width: 40.43%;
	margin-top: 0; 
}


/*  Easy The Cloud */

section.features > article.thecloud {
	width: 100%;
	margin: 16% 0 0 0;
}

section.features > article.thecloud img {
	width: 31.91%;
}

body > section.features > article.thecloud > section {	
	width: 57.45%;
	margin-top: 0; 
}


/*  TrackShare */

section.features > article.trackshare {
	width: 100%;
	margin: 16% 0 0 0;
}

section.features > article.trackshare img {
	width: 57.45%;
}

body > section.features > article.trackshare > section {	
	width: 40.43%;
	margin-top: 0; 
}


/*  Mapping */

section.features > article.mapping {
	width: 100%;
	margin: 16% 0 0 0;
}

section.features > article.mapping img {
	width: 48.94%;
}

body > section.features > article.mapping > section {	
	width: 48.94%;
	margin-top: 0; 
}


section.glance {
	width: 640px;
	margin: 0 auto;
	height: auto;
}

/*  Reports */

section.features > article.reports {
	width: 100%;
	margin: 16% 0 0 0;
}

section.features > article.reports img {
	width: 48.06%;
}

body > section.features > article.reports > section {	
	width: 48.94%;
	margin-top: 0; 
}

/* Slider */
	  
div.coda-slider-wrapper {
	width: 100%;
}
	 
.coda-slider-wrapper .coda-nav-left a, .coda-slider-wrapper .coda-nav-right a {
	margin: 20px;
	padding: 0px;
}
	  
section.key_feat > section > article > section {
	width: 60%;
}

.coda-slider-wrapper .coda-slider .panel {
	width: 100%;
}
	  
section.birth > section {
	width: 90%;
}	





/* =Pricing Page
----------------------------------------------- */

body > section.pricing {
	width: 100%;
}

body > section.pricing > section.pricing-table {
	margin-top: 50px;
	width: 100%;
	padding-bottom: 40px;
	
}

body > section.pricing > section.pricing-table > section {
	width: 22.92%;
	margin: 1.04167%;
}

body > section.pricing > section.pricing-table > section > header {
	width: 100%;
}

section.pricing-table > section ul {
	width: 100%;
}

section.pricing-table > section ul li {
	width: 100%;
	padding: 15px 0 15px 0;
}

body > section.pricing > section.pricing-table > footer {
	width: 90%;
	padding-top: 40px;
	margin: 5%;
	float: none;
	text-align: center;
	clear: both;
}

body > section.pricing > section.pricing-table > footer h5 {
	text-align: center;
	float: none;
	padding-bottom: 20px;
}

body > section.pricing > section.pricing-table > footer a {
	margin: 20px 0px 0px 0px;
	text-align: center;
	float: none;
}

body > section.pricing > section.addpacks {
	width: 70%;
	padding: 35px 30px;
}

body > section.pricing > section.addpacks > table {
	width: 100%;
	margin: 20px 0;
}

body > section.pricing > section.addpacks p {
	clear: both;
}

section.pricing > section.pricing-faq {
	width: 100%;

}

section.pricing > section.pricing-faq > section {
	width: 47.83%;
	margin: 1.04167%;
}

section.pricing > section.pricing-faq > section > article {
	width: 97%;
}





/* =Tutorial (Get Help)
----------------------------------------------- */
.content {
	width: 100%;
}
	
.catcontent {
	width: 640px;
	margin: 0 auto;
}
	
.content > article {
	width: 70%;
	margin: 1.04167%;
	padding: 15px;
}
	
.content > section.sidebar ul {
	width: 100%;
}
	
.content > section.sidebar h3 {
	width: 100%;
}
	
.content > section.sidebar {
	width: 22%;
	margin: 5.5% 1.04167%;
}
	
.content > article img {
	max-width: 100%;
	height: auto;
}
	
.content > article > footer > section a {
	text-indent: -999px;
}
	
.content > section.sidebar:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.content > section.sidebar > a {
	width: 85%;
}

.content > section.sidebar > aside {
	display: none;
}




/* =Hardware
----------------------------------------------- */

body > section.hardware > section.loggers {
	width: 90%;
	height: auto;
	margin: 60px 5% 30px 5%;
	padding: 0;
}

body > section.hardware > section.loggers > article {
	width: 60%;
}

body > section.hardware > section.loggers > img {
	width: 40%;
}

body > section.hardware > section.software {
	width: 90%;
	margin: 60px 5% 30px 5%;
	padding: 0;
}

body > section.hardware > section.software > article {
	width: 60%;
}

body > section.hardware > section.loggers > img {
	width: 40%;
}

body > section.hardware > section.partners {
	width: 100%;
}

body > section.hardware > section.partners > section {
	width: 80%;
}

body > section.hardware > section.datacta {
	width: 100%;
	height: auto;
}

body > section.hardware hr {
	width: 80%;
	margin: 10px 10%;
}

body > section.hardware > section.loggers:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

body > section.hardware > section.partners > section img {
	margin-top: 60px;
	width: 45%;
}

body > section.hardware > section.partners > section > header {
	width: 50%;
	margin-right: 0;
}

body > section.hardware > section.partners > section ul {
	width: 50%;
	margin-right: 0;
}

body > section.hardware > section.partners > section footer {
	width: 48.71795%
}

body > section.hardware > section.datacta h5 {
	text-align: center;
	width: 100%;
	float: none;
}

body > section.hardware > section.datacta a {
	text-align: center;
	display: block;
	float: none;
	width: 150px;
	height: 21px;
	margin: 10px auto;
}

body > section.hardware > section.datalist {
	width: 90%;
	margin: 5%;
}

body > section.hardware > section.datalist p {
	margin-bottom: 20px;
}

body > section.hardware > section.datalist > section {
	width: 46.875%;
	margin: 1.5625%;
}





/* =How it Started
----------------------------------------------- */

body > section.ourbirth {
	width: 90%;
	margin: 0 5%;
}

body > section.ourbirth > section {
	width: 100%;
}

section.ourbirth > section > article h5 {
	padding-top: 60px;
}





/* =Footer
----------------------------------------------- */

body > footer {
	height: auto;
}

body > footer > section {
	 width: 95%;
}
	 
body > footer > section > section.basecta {
	 width: 31.25%;
	 margin: 0 13.67% 0px 1.04167%;
}
	 
body > footer > section > section { 
	 width: 14.5833%;
	 height: auto;
	 margin: 1.04167%;
}	  

/* =Search Page
----------------------------------------------- */
.search {
		width: 640px;
	margin: 0 auto;

}

.search a > article {

	padding: 30px;
	width: 580px;
}


}
	

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

/* =Home Page
----------------------------------------------- */

body > header > section > section.main_cta p {
	font-size: 24px;
}
	
body > section.full_map > article > h3 span {
	font-size: 16px;
	line-height: 45px;
	width: 100%;
	text-align: center;
}
	
body > section.full_map > article > h3 {
	text-align: center;
}
	
body > header > section > nav {
	margin: 0 auto;
}

section.howto {
	display: none;
}
	
body > header > section > nav a[href="/tutorial/"] {
	display: none;
}

section.key_feat > section > article { 
	height: auto;
}
	
section.key_feat > section > article img {
	float: none;
	width: 100%;
}

section.key_feat > section > article > section {
	width: 100%;
	text-align: center;
}
	
section.key_feat > section > section {
	width: 345px;
	display: none;
}
	
section.key_feat > section > section p {
	display: none;
}





/* =Features Page
----------------------------------------------- */
	
section.glance {
	width: 320px;
	margin: 0 auto;
	height: auto;
}
		
body > section.simple > section p {
	font-size: 14px;
	line-height: 30px;
}
	
/*  Featured Dash */
		
section.features > article.feat_dash img {
	width: 70%;
	margin: 0px 12.5%;
}

body > section.features > article.feat_dash > section {
	width: 90%;
	margin: 5% 5% 0% 5%;
	text-align: center;
}
	
	/*  Easy Job Wizard */
	
section.features > article.feat_wizard img {
	width: 70%;
	float: none;
	margin: 0px 12.5%;
}
	
body > section.features > article.feat_wizard > section {	
	width: 90%;
	margin: 5% 5% 0% 5%;
	text-align: center;
}
	
/*  Easy The Cloud */
	
section.features > article.thecloud img {
	width: 70%;
	float: none;
	margin: 0px 12.5%;
}
	
body > section.features > article.thecloud > section {	
	width: 90%;
	margin: 5% 5% 0% 5%;
	text-align: center;
}

/*  TrackShare */
	
section.features > article.trackshare img {
	width: 70%;
	float: none;
	margin: 0px 12.5%;
}
	
body > section.features > article.trackshare > section {	
	width: 90%;
	margin: 5% 5% 0% 5%;
	text-align: center;
}
	
	
/*  Mapping */
	
section.features > article.mapping img {
	width: 70%;
	float: none;
	margin: 0px 12.5%;
}
	
body > section.features > article.mapping > section {	
	width: 90%;
	margin: 5% 5% 0% 5%;
	text-align: center;
}
	
/*  Reports */
section.features > article.reports img {
	width: 70%;
	float: none;
	margin: 0px 12.5%;
}
	
body > section.features > article.reports > section {	
	width: 90%;
	margin: 5% 5% 0% 5%;
	text-align: center;
}
	
ul.steps {
	width: 100%;
}
	
ul.steps li {
	width: 21.875%;
	margin: 1.5625%;
}
	



	
/* =Features Page
----------------------------------------------- */
		
body > section.pricing > section.pricing-table {
	margin-top: 50px;
	width: 100%;
	padding-bottom: 40px;
}
	
body > section.pricing > section.pricing-table > section {
	width: 47.91666%;
	margin: 1.04167%;
}
		
body > section.pricing > section.pricing-table > section > header {
	width: 100%;
}
		
section.pricing-table > section ul {
	width: 100%;
}
		
section.pricing-table > section ul li {
	width: 100%;
	padding: 15px 0 15px 0;
}
		
body > section.pricing > section.pricing-table > footer {
	width: 90%;
	padding-top: 40px;
	margin: 5%;
	float: none;
	text-align: center;
	clear: both;
}
		
body > section.pricing > section.pricing-table > footer h5 {
	text-align: center;
	float: none;
	padding-bottom: 20px;
}
		
body > section.pricing > section.pricing-table > footer a {
	margin: 20px 0px 0px 0px;
	text-align: center;
	float: none;
}
		
body > section.pricing > section.addpacks {
	width: 70%;
	padding: 35px 30px;
}
		
body > section.pricing h4 {
	width: 70%;
	margin: 0 15%
}
		
body > section.pricing h6 {
	width: 90%;
	margin: 0 5%;
}
		
body > section.pricing > section.addpacks > table {
	width: 100%;
	margin: 20px 0;
}
		
body > section.pricing > section.addpacks p {
	clear: both;
}
		
body > section.pricing > div {
	width: 51.04%;
}
		
section.pricing > section.pricing-faq {
	width: 100%;
}
		
section.pricing > section.pricing-faq > section {
	width: 90%;
	margin: 5%;
}
		
section.pricing > section.pricing-faq > section > article {
	width: 100%;
}





/* =Hardware
----------------------------------------------- */
body > section.hardware > section.loggers > article {
	width: 100%;
}

body > section.hardware > section.loggers > img {
	width: 70%;
	margin: 20px 15%;
}

body > section.hardware > section.software > article {
	width: 100%;
}

body > section.hardware > section.software > img {
	width: 70%;
	margin: 20px 15%;
}

body > section.hardware > section.partners > section img {
	width: 70%;
	margin: 20px 15%;
}

body > section.hardware > section.partners > section > header {
	width: 100%;
}

body > section.hardware > section.partners > section ul {
	width: 100%;
}

body > section.hardware > section.partners > section footer {
	width: 100%;
}

body > section.hardware > section.datalist > section {
	width: 100%;
}

body > section.hardware > section.loggermap h4 {
	width: 100%;
}





/* =Hardware
----------------------------------------------- */
body > footer {
	height: auto;
}

body > footer > section {
	width: 95%;
}

body > footer > section > section.basecta {
	width: 100%;

}

body > footer > section > section { 
	width: 27.75%;
	height: auto;
	margin: 0.90%;
}

body > footer > section > section:last-of-type {
	width: 39%;
}
		
}

@media screen and (max-width: 460px) {
 
body > header > section {
	padding-top: 15px;
}

body > header > section > nav a.login_btn {
	display: none;
}
	
body > section.full_map {
	height: 220px;
}
	
body > section.full_map > article {
	display: none;
}
	
body > header > section > section.main_cta p {
	font-size: 18px;
}
	
body > header > section h1 { 
	margin-top: 15px;
	margin-left: 15px;
	width: 26px;
	height: 34px;
	background-image: url('img/mmg_white.png');
}	

body > header > section nav a[href="/tutorial/"] {
	display: none;
}

body > header > section {
	width: 100%;
	padding-top: 0;
	background-color: #ec3432;
}
		
body > header > section > section.main_cta {
	background-color: white;
	padding-top: 30px;
}

body > header > section > section.main_cta p {		
	width: 85%;
	margin: 0 7.5%;
}

body > header > section nav {
	height: 50px;
	float: right;
	margin-top: 15px;	
}	
	
body > section.birth {
	border-top: 1px solid #eee;
	padding-top: 40px;
}

section.birth > section p {
	font-size: 20px;
}
	
section.key_feat > section {
	padding-top: 50px;
}
	
section.main_cta a {
	margin-top: 40px;
}
	
body > header > section nav a {
	color: white;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 0;
	padding-left: 5px;
}
		
body > header > section > nav a.current {
	color: #370605;
}
		
body > header {
	min-height: inherit;
}

body > section.pricing > section.pricing-table > section {
	width: 80%;
	margin: 10%;
}
	
body > section.pricing > section.addpacks h3 {
	padding-top: 30px;
}
	
body > section.pricing > section.pricing-table {
	margin-top: 20px;
}
	
body > section.pricing > section.pricing-table > footer {
	padding-top: 0;
}
	
body > section.pricing > section.addpacks > table {
	width: 90%;
	margin: 5%;
}
	
body > section.pricing > section.addpacks p {
	width: 90%;
	margin: 0px 5%;
	line-height: 24px;
}
	
body > section.pricing > section.addpacks {
	width: 100%;
	padding: 0 0 30px 0;
	border: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;		
	border-radius: 0;
}
	
body > section.pricing > div {
	margin: 0;
	width: 70%;
	margin: 30px 15%;
	height: auto;
}

body > section.pricing > div a {
	width: 120px;
	height: 20px;
	margin: 20px auto;
	float: none;
	display: block;
	clear: both;
	text-align: center;	
}
	
body > section.pricing h5 {
	padding-bottom: 20px;
}
	
body > section.hardware > section.partners {
	border:none;
}
	
section.pricing > section.pricing-faq > section > article {
	padding: 0;
}
	
section.pricing > section.pricing-faq > section {
	float: none;
}
	
body > section.features section.glance {
	width: 100%;
}
	
body > section.features section.glance > article {
	margin: 15px 0;
}
	
section.key_feat > section > article > section h4 {
	margin-top: 30px;
}
	
}













