	html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}	
	@font-face {
		font-family: 'open_sansregular';
		src: url('../fonts/OpenSans-Regular-webfont.eot');
		src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
			url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
			url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	a
	{
		text-decoration: none;
		color:#FFF;
	}

	body{
		font-family: 'open_sansregular';
	}

	.mt15
	{
		margin-top: 15px;
	}

	.tal
	{
		text-align:left;
	}

	.tac
	{
		text-align:center;
	}

	.header
	{
		position:relative;
		font-size: 20px;
		padding: 15px 30px 15px 30px;
		border: none;
		background: #000;
		color: #666;
	}

	.header .desktop-nav
	{
		margin-top:10px;
		float:right;
	}

	.header .desktop-nav a
	{
		margin-right:20px;
	}

	.header .desktop-nav a:last-child
	{
		margin-right:0;
	}

	.mobile-nav
	{
		margin-bottom: 0 !important;
	}

	.header .icon
	{
		font-size: 2em;
		color:#FFF;
		vertical-align:middle;
		margin-right:20px;
	}

	.main-content
	{
		background: #2980b9;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */		
	}

	.second-content
	{
		background:#27ae60;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */		
	}

	.third-content
	{

		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */		
		background:#34495e;
	}

	.responsive-content
	{
		background:#8e44ad;
	}

	.sign-up-btn
	{
		display:inline-block;
		box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		background: #1abc9c;
		border: none;
		color: #FFF !important;
		padding: 30px;
		font-size: 30px;
		border-radius: 4px;
		margin-top: 30px;
	}

	.large-text
	{
		font-size: 20px;
		line-height: 26px;
		font-weight: 300;
	}

	.inner-content	
	{
		color:#FFF;
		text-align:center;
		padding:10%;
	}
	.inner-content.nobottom
	{
		padding-bottom:0;
	}

	.inner-content.second
	{
		padding-top:0;
	}

	.inner-content .icon
	{
		font-size: 8em;
		margin-bottom:15px;
	}

	.features
	{
		margin-top:25px;
	}

	.features h4
	{
		font-size:24px;
		margin-bottom:20px;
	}

	.features .column
	{
		padding:10px;
		margin-top:10px;
	}

	.pricing
	{
		margin-top:35px;
	}

	.pricing .column
	{
		background:rgba(255,255,255,.2);
	}

	.pricing .column .header
	{
		color:#FFF !important;
	}

	.pricing ul
	{
		list-style:none;
		margin-bottom:10px;
	}
	.pricing ul li
	{
		padding:10px;
		margin-top:10px;
		background:#FFF;
		color:#666;
		text-align:left;
		margin-right:10px;
	}

	.pricing ul li:last-child
	{
		margin-right:0px;
		text-align: center;
		background:#000;
		color:#FFF;
	}

	.pricing ul.last li
	{
		margin-right:10px;
	}

	.pricing ul.first li
	{
		margin-left: 10px;
	}


	.pricing .plan
	{
		position:relative;
		display:block;
		font-size:1.3em;
		font-weight: normal;
		margin:0 auto;
		margin-top: 10px;
		border:#FFF solid 3px;
		border-radius:50%;
		width:120px;
		height:120px;
		padding-top: 30px;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
	.pricing .plan.with-cost
	{
		padding-top: 35px;
	}
	.pricing .plan .cost
	{
		position:relative;
		font-size: 2em;
	}
	.pricing .plan .cost sup
	{
		position:absolute;
		top:-5px;
		font-size: 10px;
		background:#FFF;
		padding:3px;
		color:#000;
		border-radius:5px;
	}

	.title
	{
		font-size:2em;
		margin-bottom:10px;
	}

	.show-mobile
	{
		display: none;
	}

	.footer
	{
		text-align:right;
		padding: 15px 30px 15px 30px;
		border: none;
		background: #000;
		color: #666;	
	}

	.row
	{
		height: inherit;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width:100%;
		float:none;
	}

	.row .column
	{
		float: left;
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}


	.row .column.fifty, .row .column.half
	{
		float: left;
		width:50%;
	}

	.row .column.third
	{
		float: left;
		width:33.333333%;
	}

	.row .column.forth
	{
		float: left;
		width: 25%;
	}

	.row:after { 
		content: "."; 
		visibility: hidden; 
		display: block; 
		height: 0; 
		clear: both;
	}

	input, textarea, select{
		font-size: 16px;
		width:100%;
		margin-bottom: 10px;
		height: 40px;
		border: none;
		background: #FFF;
		padding-left: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;   
		box-sizing: border-box;	
		-webkit-appearance: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;		
	}

	select 
	{
		appearance:button;
		-moz-appearance:button; /* Firefox */
		-webkit-appearance:button; /* Safari and Chrome */	
	}

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

		.show-mobile
		{
			display: block;
		}
		.hide-mobile
		{
			display: none;
		}
		.row .column
		{
			float:none !important;
			width:auto !important;
		}
		.pricing ul li
		{
			margin-left:0;
			margin-right:0;
		}
		.pricing ul.last li
		{
			margin-right: 0px;
		}
		.pricing ul.first li
		{
			margin-left: 0px;
		}

	}

	input, textarea, select{
		font-size: 16px;
		width:100%;
		margin-bottom: 10px;
		height: 40px;
		border: none;
		background: #FFF;
		padding-left: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;   
		box-sizing: border-box;	
		-webkit-appearance: none;
	    -webkit-border-radius: 0px;
	    -moz-border-radius: 0px;
	    border-radius: 0px;		
	}

	select 
	{
			appearance:button;
	-moz-appearance:button; /* Firefox */
	-webkit-appearance:button; /* Safari and Chrome */	
	}

	input.error, textarea.error, select.error{
		border: #FF0000 solid 2px;
	}	

	textarea
	{
		height: 80px;
		resize: none;
	}

	label
	{
		display: block;
		margin-bottom: 10px;
		color:#FFF;
	}

	label.error
	{
		color: #FF0000 !important;
	}	

	.error_message
	{
		padding: 10px;
		background:#ECF0F1;color:#bdc3c7;
		margin:10px 0px 10px 0px;
	}


h2
{
	font-size: 2em;
	color:#FFF;
	text-align:center;
	margin-top:1em;
	margin-bottom:1em;
}

.info
{
	background:#FFF;
	padding:10px;
	margin-bottom:2em;
}

.button-link 
{
	
}
.bottom
{
	margin-top:2em;
	margin-bottom:2em;
}

.feature p
{
	color:#FFF;
	padding:10px;
}

/*
.grid.feature .unit h2
{
	margin-top:0;
	margin-bottom:0;
}

.grid.feature .unit p
{
	padding-top:0;
	color:#FFF !important;
}

.grid.feature
{
	text-align:center;
}
*/

.privacy-policy
{
	text-align:left !important;
}

.privacy-policy .unit p 
{
	text-align:left !important;
	padding:10px;
}

.content-boxes
{
	padding-bottom:10%;
}

.content-boxes .column
{
	text-align:center;
	color:#FFF;
	padding:10px;
}

.content-boxes .column h3
{
	font-size: 2em;
	margin-bottom:.5em;
}

.privacy-policy
{
	text-align:left;
}

.privacy-policy p
{
	margin-top:10px;
}

