@charset "UTF-8";
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, img, 
ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, 
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, 
audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
body {
	height: 100%;
	font: 1.2em/1.8em lato, sans-serif;
    /*font: 1.2em/1.8em "roboto condensed", sans-serif;*/
	font-weight: 100;
}
h1 {
	font: 2.6em/1em lato, sans-serif;
	/* font: 2.6em/1em "roboto condensed", sans-serif; */
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
h2 {
	font: 2em/1em "roboto condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
	padding-top: 50px;
	color: black;
}
h3 {
	font: .8em/1em "roboto condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 100;
	color: white;
	text-align: center;
	margin-bottom: 10px;
}
h4 {
	font: 2.4em/1em "roboto condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
	padding: 0;
}
h5 {
	font: 1.5em/1em "roboto condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	color: black;
	padding-top: 20px;
}

/*General elements */
p {
	margin: 10px 0;
	padding: 0 25px 0 5px;
	font-weight: 100;
}
ul {
	list-style: url(../images/bullet.png);
	padding: 20px 0 0 40px;
}
a {
	color: #cb2bfd;
	font: 1em/1em "roboto condensed", sans-serif;
	font-weight: 100;
	text-decoration: none;
	outline: none;
}

label {
    color:#336699;
    font-size: 50%;
	font-weight: 100;
	line-height: 1.5em;
	background-color:grey;
}

a:hover {
	color:white;
}
section a:hover {
	color:grey;
	text-decoration:underline;
}
a.textlink:after {
	content:" \21D2";
}
/* HEADER */
#header {
	min-width:1040px;
	background:#111111;
	height:100px;
	border-bottom:1px solid #e186fd;
}
#headercontent {
	width:1000px;
	padding:30px 20px 0;	
	margin:0 auto;
}
#logo {
	float:left;
	width:40px;
	height:40px;	
	margin-right:10px;
}
#logotype {
	float:left;
	width:350px;
	height:50px;
}
.downloads {
	float:right;
	height:40px;
	margin-left:15px;
}

#quicklinks {
	float: left;
	width: 400px;
	padding: 30px 0 0 50px;
}
#quicklinks a {
	float:right;
	margin-left:15px;
}

#quicklinks h3 {
	text-align: right;
}

/* NAVIGATION */
nav {
	min-width:1040px;
	height:50px;
	background:#1f062a;
}
#navcontent {
	width:984px;
	padding:0 20px 0;	
	margin:auto;
}
nav a {
	margin-right:30px;
}
nav ul {
	padding: 8px 0 0;
}
nav li {
	list-style: none;
	display: inline-block;
	height: 25px;
	padding-right:7px;
	text-align: center;
}
nav li:hover {
	border-bottom: 2px solid #e186fd;
	}
	
nav li.navselected {
	color: #88cfff;
	border-bottom: 2px solid #e186fd;
	}
	
nav .navicon {
	width: 30px;
	height: 20px;
	display: inline-block;
}

.navtitle {
	position: relative;
	display: inline-block;
	color: white;
	font-size: .9em;
	top: -3px;
}
li.navselected .navtitle {
	color: #e186fd;
}

/* Nav 2 for the Cloud page */
#secondheader {
	background: #cb2bfe;
	height: 55px;
	min-width: 1100px;
	padding: 0;
}
#headercontent2 {
	width: 1100px;
	margin: auto;
}
#nav2 {
	clear: both;
	padding: 0 0 0 30px;
	float: left;
	width: 860px;
	margin: auto;
}
#nav2 ul {
	clear: both;
	padding: 10px 0 0 30px;
}
#nav2 li {
	list-style: none;
	display: inline-block;
	height: 30px;
	padding: 0 20px 0;
	margin-right: 20px;
	text-align: center;
	border: 1px solid #cb2bfe;
}
#nav2 li:hover {
	border: 1px solid white;
	border-radius: 5px;
}
#nav2 li.navselected {
	background: white;
	border: 1px solid white;
	border-radius: 5px;
}
#nav2 a {
	width: 150px;
	height: 30px;
	border: none;
	outline: none;
}
#nav2 .navicon img {
	width: 23px;
	height: 15px;
	margin: 7px 10px 0 0;
}
#nav2 .navicon {
	display: inline-block;
}
#nav2 .navtitle {
	position: relative;
	display: inline-block;
	color: white;
	font-size: 1em;
	top: -1px;
}
#nav2 li.navselected .navtitle {
	color: black;
}

/* SECTION & ARTICLE */
section {
	padding: 10px 0;
	min-width: 1040px;
	overflow: auto;
	background:white;
}
section.grey {
	background:#ebebeb;
}
section.dark {
	background:#1f062a;
	color: white;
}
section.dark a:hover {
	color: white;
	text-decoration: none;
}
article {
	margin: auto;
	width: 1040px;
}
article a:hover {
	color: grey;
}
article.cloud h1 {
	font: 2.4em/1em "roboto condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
	padding: 0;
}
article.cloud img {
	margin-top: -10px;
}
ul.callouts {
	padding:10px 0 0 0;
}
.callouts li {
	color: #cb2bfe;
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight:500;
	text-transform:uppercase;
	text-align:center;
	list-style:none;
}
.info {
	padding: 0 30px 0;
}
.info h2{
	color:#e186fe;
}
.support {
	padding: 0 30px 0;
}
.support ul {
	font-size: 1.5em;
	list-style: none;
	padding: 10px 0;
}
#form {
	margin-top: 40px;
	padding: 20px 20px;
	border: thin solid #f37736;
	min-width: 920px;
	background: white;
}
#form p {
	margin: 0;
	padding: 0;
	color: black;
}
#form ul {
	color: black;
}
#form a:hover {
	color: grey;
}
.form-left {
	float: left;
	width: 460px;
}
.form-right {
	float: left;
	width: 460px;
}

/* Footer */
footer {
	min-width:1040px;
	background:#111111;
	height:150px;
	border-top:1px solid #e186fd;
}
#footercontent {
	height: 150px;
	margin: auto;
	color: white;
}
#footercontent ul {
	list-style: none;
	padding: 20px 0 0 0;
	text-align: center;
}
#footercontent ul li {
	display: inline-block;
	margin-right: 30px;
	font-size: .7em;
}
#footercontent ul li a {
	font-weight: 400;
}
#footercontent p {
	font-size: .8em;
	line-height: 1.8em;
	padding:0;
}
#content2 {
	margin-top: -36px;
	padding: 120px 30px;
	background: url(../images/custom-pattern-grey.png);
	min-width: 1040px;
}
#content3 {
	margin-top: -36px;
	padding: 120px 30px;
	background: url(../images/custom-pattern-light.png);
	min-width: 1040px;
}
#content4 {
	margin-top: -36px;
	padding: 120px 30px;
	background: url(../images/custom-pattern-grey.png);
	min-width: 1040px;
}
#content5 {
	padding: 100px 60px;
	background-image: url(../images/custom-pattern-black.png);
	min-width: 980px;
	margin-top: -5px;
}
#content6 {
	padding: 100px 60px;
	background-image: url(../images/custom-pattern-black.png);
	min-width: 980px;
	margin-top: -5px;
}
.section2 {
	margin: auto;
	width: 1040px;
	height: 860px;
}
.caption {
	float: left;
	width: 777px;
	padding: 10px 10px 0;
	text-align: left;
}
.captionflow{
	float: left;
	width: 420px;
	padding: 250px 30px 50px;
	text-align: left;
}
.caption2 {
	float: left;
	width: 420px;
	padding: 140px 30px 0;
}
.screenshots {
	float: left;
	width: 560px;
	padding: 50px 0;
}

/* WFS Manager PAGE */
#contenta {
	padding: 90px 30px;
	background: url(../images/custom-pattern-grey.png);
	min-width: 1040px;
}
#contenta h1 {
	font: 2.4em/1em "roboto condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0;
	padding: 0;
}
.sectiona {
	margin: auto;
	width: 1040px;
	height: 2400px;
}
.sectionb {
	margin: auto;
	width: 1040px;
	height: 700px;
}
.screenshotsa {
	width: 475px;
	float: left;
}
.screenshotsa img {
	margin-top: -10px;
}
.screenshotsb {
	width: 220px;
	padding-top: 75px;
	float: left;
}
.captiona {
	float: left;
	width: 450px;
	padding: 40px 35px;
}
.captionb {
	float: left;
	width: 530px;
	padding: 40px 35px;
}

/* Terms of Service Pages */
.tossection {
	margin:50px auto;
	width: 1000px;
	padding:0 20px;
	background:white;
	border:1px solid darkgrey;
}

.tossection p {
	font-size: .8em;
	font-weight: 100;
	line-height: 1.5em;
}
.tossection li {
	padding-bottom: 20px;
	font-size: .8em;
	line-height: 1.5em;
	list-style: disc;
}
.tossection strong {
	font-weight: 700;
}

strong {

	font-weight: bold;
	display: inline-block;
}

.tossection table {
	width: 800px;
}
.tossection th {
	font-weight: 700;
	border: 1px solid lightgrey;
	background: white;
}

.tossection td {
	text-align: center;
	border: 1px solid lightgrey;
	background: lightgrey;
}

/* jump to bottom button */
#top {
	width: 160px;
	padding: 10px;
	height: 35px;
	margin-bottom: -5px;
	position: fixed;
	border-radius: 5px;
	border: solid 1px white;
	bottom: 0;
	right: 50px;
	background: black;
}

/* download PAGE CSS */
.download {
	margin: auto;
	width: 1040px;
	height: 700px;
}
#download_agents {
	border:1px solid darkgrey;
	padding:30px 40px;
	background:white;
	width:615px;
}
#download_agents a {
	margin: 10px 30px;
}
a.windows {
	display: inline-block;
	width: 90px;
	height: 130px;
	background: url(../images/download-agents-sprite.png) 0 0;
	background-size: 180px 520px;
}
a.windows:hover {
	background: url(../images/download-agents-sprite.png) 90px 0;
	background-size: 180px 520px;
}
a.mac {
	display: inline-block;
	width: 90px;
	height: 130px;
	background: url(../images/download-agents-sprite.png) 0 390px;
	background-size: 180px 520px;
}
a.mac:hover {
	background: url(../images/download-agents-sprite.png) 90px 390px;
	background-size: 180px 520px;
}
a.ios {
	display: inline-block;
	width: 90px;
	height: 130px;
	background: url(../images/download-agents-sprite.png) 0 260px;
	background-size: 180px 520px;
}
a.ios:hover {
	background: url(../images/download-agents-sprite.png) 90px 260px;
	background-size: 180px 520px;
}
a.android {
	display: inline-block;
	width: 90px;
	height: 130px;
	background: url(../images/download-agents-sprite.png) 0 130px;
	background-size: 180px 520px;
}
a.android:hover {
	background: url(../images/download-agents-sprite.png) 90px 130px;
	background-size: 180px 520px;
}
a.dl_ios {
	display: inline-block;
	width: 200px;
	height: 169px;
	background: url(../images/download_ios.png) 0 0;
	background-size: 400px 169px;
}
a.dl_ios:hover {
	background: url(../images/download_ios.png) 200px 0;
	background-size: 400px 169px;
}
.twitter p {
	text-align: center;
}

/* PRICING PAGE FOR WFSM */
.content {
	margin:auto;
	padding:50px 18px 0 30px;
	width: 992px;
}

.pricing {
	float:left;
	background-color:white;
	width:232px;
	margin-right:14px;
	text-align:center;
	border-radius:5px;
	border:1px solid darkgrey;
}

.pricing p {
	padding:0 10px;	
	margin:0;	
}

.pricingtitle{
	height:75px;
	margin:0 0 20px 0;
	background-color:#1f062a;
	border-bottom:2px solid #e186fd;
}

.pricingtitle p {
	padding:20px 0 0 0;
	text-transform:uppercase;
	font-weight:900;
	color:white;
}

.pricinginfo {
	color:black;
}

hr { border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(225, 134, 254, 0), rgba(51, 102, 153, 1), rgba(225, 134, 254, 0)); 
}

.priceline { border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(225, 134, 254, 0), rgba(51, 102, 153, 1), rgba(225, 134, 254, 0)); 
}
	
.buynow {
	float:left;
	width:234px;
	margin-right:14px;
	text-align:center;
	border-radius:5px;
}

.buynowbutton {
	display:block;
	margin:10px auto;
	padding:10px 0 0 0;
	width:120px;
	height:30px;
	background-color:#cb2bfe;
	border-radius:5px;
	color:white;
}

a.buynowbutton:hover {
	background-color:grey;
	color:white;
	text-decoration:none;
}

/*  Media Queries */
@media only screen 
and (max-device-width : 568px) {
	.captionflow {
		padding-top:40px !important;
		padding-bottom:100px !important;
	}
}

}