/* ----------------------------- */
/* ==GLOBAL > COMMON	 */
/* ----------------------------- */
h1 {
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#333333;	
}
h2 {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#333333;	
}
h3 {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#333333;
}


p {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#333333;
}

div.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

.xlarge { width: 80%; }
.large { width: 70%; }
.slarge { width: 60%; }
.xmedium { width: 50%; }
.medium { width: 40%; }
.smedium { width: 30%; }
.xsmall { width: 20%; }
.small { width: 10%; }
.ssmall { width: 5%; text-align: center; font-size: 80%; }

.upper { text-transform: uppercase; }
.bold { font-weight: bold; }

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none !important;
}
hr {
	width: 100%;
	margin: 5px 0 10px;
	height: 1px;
	border: none;
	background: #999;
	display: block;
}

/* -----------------------------	 */
/* ==GLOBAL > POSITIONS	 */
/* ----------------------------- 	*/
/* 	100%	*/
div.positions-100-wrapper {
	width: 100%;
}
	div.positions-100-col1 {
		width: 100%;
	}

/* 	70%	/  30% 	*/
div.positions-70_30-wrapper {
	width: 100%;
}
	div.positions-70_30-col1 {
		float: left;
		width:705px;
		margin-left: 12px;
	}
	div.positions-70_30-col2 {
		float: right;
		width: 260px;
		margin: 0 12px;
	}

/* 	30%	/  70% 	*/
div.positions-30_70-wrapper {
	width: 100%;
}
	div.positions-30_70-col1 {
		float: left;
		width: 270px;
		margin-left: 20px;
	}
	div.positions-30_70-col2 {
		float: right;
		width: 680px;
		margin-right: 20px;
	}

/* 	50%	/  50% 	*/
div.positions-50_50-wrapper {
	width: 100%;
}
	div.positions-50_50-col1 {
		float: left;
		width: 49%;
	}
	div.positions-50_50-col2 {
		float: right;
		width: 49%;
	}

/* 	30%	/  30%	/  30% 	*/
div.positions-30_30_30-wrapper {
	width: 100%;
}
	div.positions-30_30_30-col1 {
		float: left;
		width: 33%;
	}
	div.positions-30_30_30-col2 {
		float: left;
		width: 34%;
	}
	div.positions-30_30_30-col3 {
		float: left;
		width: 33%;
	}

div.plugins-content {
	width: 100%;
	position: relative;
}

ul.form-default {
	list-style: none;
	margin: 0 0;
	padding: 3px 0;
	background: none;
	margin-top: 20px;
}
	ul.form-default li.submit .submit-form {
		width: auto !important;
		padding: 14px 40px !important;
		background: #F26722;
		margin: 10px 50px;
		border: none;
		color: #FFF;
		font-size: 16px;
		font-weight: 400;
		text-transform: uppercase;
		display: inline-block;
		cursor: pointer;
		font-family: 'Oswald', sans-serif;
		cursor: pointer;
	}