/* CSS Document */

div#termsOfUse
{
	z-index: 150;
	display: none;
	padding:15px 20px;
	margin:0 auto;
	width:100%;
	background:#ffffff;
}

div#privacyPolicy
{
	z-index: 150;
	display: none;
	padding:15px 20px;
	margin:0 auto;
	width:100%;
	background:#ffffff;
}


div.termsAside
{
	text-align: center;
	width: 20%;
	float: left;
	margin-top: 60px;
}

div.termsAside:after
{
	clear: both;
	display: block;
	height: 0;
}

div.termsLeft
{
	float: left;
	width: 75%;
	margin-right: 5%;
	color: #444;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}

div.artcle
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shaodw: none;
	box-shadow: none;
	border: 0;
	overflow: hidden;
	padding: 10px 20px 0
}

div.sectionH1
{
	font-size: 61px;
	font-weight: 300;
	letter-spacing: -0.05em;
	text-align: center;
	padding-top: 50px;
	position: relative
}

div.sectionH2
{
	color: #3F3BB4;
	font-size: 26px;
	letter-spacing: -0.025em;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 60px
}
div.sectonH3
{
	color: #000;
	font-weight: 300;
	font-size: 40px;
	margin: 60px 0 40px;
	width: 90%
}

div.secton
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
}

p.termsP
{
	color: #444;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
	width: 650px;
	height: auto;
	
}

small.description
{
	color: #999;
	display: block;
	font-size: 20px;
	font-family: "Manwriting", sans-serif;
	font-weight: 500;
	text-align: center
}

div.closeButton
{
	top: 150px;
	left: 125px;
	display: block;
	position: fixed;
	height: 50px;
	width: 200px;
}
