/* Clearfix */
.clear {clear: both;	display: block;	height: 0;	overflow: hidden; 	visibility: hidden;	width: 0;}


/* ---------------------------------------------------------------------- */
/* Containers
/* ---------------------------------------------------------------------- */


.container {
	width: 1040px;
	margin: 0 auto;
}


/* ---------------------------------------------------------------------- */
/* Headings
/* ---------------------------------------------------------------------- */
h1, h3, h4, h5, h6 {
	margin-bottom: 15px;
}

h1 {	
	font-size: 2.5em; /* 30px */
	line-height: 1.266em; /* 38px/30px */
	font-weight: 300;
	letter-spacing: -0.02em;
}

h2 {
	font-size: 2.160em; /* 20px */
	line-height: 1.3em; /* 26px/20px */
	font-weight: 500; 
	letter-spacing: -0.02em;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 25px;
	margin-top: 35px;	
	color: #3D3C3C;
	font-family:'BebasNeueRegular', Arial, sans-serif;
	text-shadow:1px 1px 0 #E2E9F8; }




h3 {
	font-weight: bold;
	font-size: 3.333em; /* 16px */
	line-height: 1.375em; /* 22px/16px */
	font-family:'BebasNeueRegular', Arial, sans-serif;
	color:#000;
	
}



.orange h3 {
	font-weight: bold;
	font-size: 3.533em; /* 16px */
	line-height: 1.375em; /* 22px/16px */
	font-family:'BebasNeueRegular', Arial, sans-serif;
	color:#000;
	text-shadow:1px 1px 1px rgba(255,255,255,0.7);
	background-image: url(../placeholders/ribbon2.png);
	background-repeat: no-repeat;
	background-position: 370px;
}



h4 {
	font-size: 1.166em; /* 14px */	
	line-height: 1.285em; /* 18px/14px */
	font-weight: 600;
}

h5 {
	font-size: 1.083em; /* 13px */
	line-height: 1.538em; /* 20px/13px */
	font-weight: bold;
}

h6 {
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px */	
	font-weight: bold;
}

h7 {
	color: #E2E9F8;
	letter-spacing: 0;
	margin-bottom:3px;
	font-family:'BebasNeueRegular', Arial, sans-serif;
	font-size: 37px;
	line-height: 24px;
	font-weight: 700;	
	text-shadow:1px 1px 0 #3D3C3C; }

h8 {
    color: #1f1f1f;
    font: 400 20px/22px "Lora", Georgia, Times, serif;
    letter-spacing: 0;
	margin-bottom:3px;
}




/* ---------------------------------------------------------------------- */
/* Columns
/* ---------------------------------------------------------------------- */
.one-half, .one-third, .one-fourth, .two-thirds, .three-fourths {
	display: inline;
	float: left;
    margin-right: 2%;
}

.one-half {
	width: 49%;	
	
	 /* --
	
	max-width: 460px;
	
	
	-------- */

	max-width:510px;
}

.one-third {
	width: 32%;	
	
		 /* --
	
		max-width: 300px;;
	
	
	-------- */
	

	max-width: 350px;
}

.one-fourth {
	width: 23.5%;	

			 /* --
	
	max-width: 220px;
	
	
	-------- */
	
	max-width: 260px;
}

.two-thirds {
	width: 66%;	
	
				 /* --
	
max-width: 620px;	
	
	
	-------- */
	
	
	max-width: 710px;	
}

.three-fourths {
	width: 74.5%;	
	
	
					 /* --
	
	max-width: 700px;
	
	
	-------- */
	
	
	

	max-width: 850px;	
}

.column-last { 
	margin-right: 0 !important;
}
