/*--------------------------------------------------------------------------------------------
	General
--------------------------------------------------------------------------------------------*/
.clear{
	clear: both;
}

body {
	font: 62.5% Orienta, sans-serif;
	color:#333333;
}

.first
{

padding-left: 50px;
padding-right: 60px;
}

*::selection {
	background:#a8b5a3;
	color:#fff;
}

*::-moz-selection {
	background:#a8b5a3;
	color:#fff;
}

*::-webkit-selection {
	background:#a8b5a3;
	color:#fff;
}

/*--------------------------------------------------------------------------------------------
	TYPOGRAPHY
--------------------------------------------------------------------------------------------*/

h1, h2, h7 {
	font-family: 'Philosopher', sans-serif;
	font-weight: 100;
	font-size: 2.4em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

h3, h5 {
	font-family: 'Philosopher', sans-serif;
	font-size: 2.6em;
	line-height: 1.5em;
	color:#bf3d26;
	position: relative;
	font-weight: 800;
	text-transform: uppercase;
	margin: 1em 0 0.5em;
}

h4 {
	font-family: 'Bitter', sans-serif;
	font-size: 1.7em;
	line-height: 1.35em;
	color:#d0d8bf;
	position: relative;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 0.5em;
}

h5 {
	color:#999;
	font-weight: 400;
}

h6 {
	font-family: 'Orienta', san-serif;
	font-size: 1.8em;
	font-weight:100;
	color:#CCC;
	float: right;
	padding-top: 27px;
	padding-right: 46px;
	
}

h7 {
	position:absolute;
	font-size: 1.8em;
	color:#CCC;
	top: 26%;
	padding-left: 24px;
	opacity:0.6;
	
}



p, li {
	font-size: 1.4em;
	line-height: 1.6em;
}

p {
	margin: 0 0 1em;
}


a:link {
	color: #C30;
	text-decoration: none;
}
    a:visited {
	color: #C90;
	text-decoration: none;
}

    a:hover {
	color:#F93;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #C30;
}


span.marker {
	height: 1px;
	width: 40px;
	display: block;
	position: absolute;
	left: 0;
	margin-left: -60px;
	top: 50%;
	margin-top: -1px;
}

.right span.marker {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -60px;
}

/*--------------------------------------------------------------------------------------------
	Lists
--------------------------------------------------------------------------------------------*/
ul {
	display:block;
	padding: 0;
	margin: 0;
}

ol {
	list-style:outside disc;
	padding-left:14px;
}

.section li,
.content li {
	display: block;
	padding-left: 20px;
}


/*--------------------------------------------------------------------------------------------
	Tables
--------------------------------------------------------------------------------------------*/
table,tr,td,th {
	vertical-align: top;
}

table {
	width:560px;
}

td,th {

}

