/* General Blueprint Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'bpicons';
	src:url('../fonts/bpicons/bpicons.eot');
	src:url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpicons/bpicons.woff') format('woff'),
		url('../fonts/bpicons/bpicons.ttf') format('truetype'),
		url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #000;
}

a {
	color: #ff7e00;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.container {
	position: relative;
	margin-top: 14.4em;
}



.container > header,
.main section > div,
.container section > div {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	/*padding: 2.875em 1.875em;*/
	padding: 2.875em 1.875em;
	
	border-top: 60px solid transparent;
	
	
}

.container > header.two {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	 min-height: 500px; 
   height:auto !important; 
   height: 500px; 
	
	padding: 0;
	
	background: url('../images/024b.jpg') no-repeat center center; 
			-webkit-background-size: 100% auto;
			-moz-background-size: 100% auto;
			-o-background-size: 100% auto;
			background-size: 100% auto;
			
			border-top: 0;
}


													
																	
																	.main h2 {
																	font-size: 300%;
																	font-weight: 300;
																	/*color: #ddd;*/
																	/*border-bottom: 1px solid #e6e6e6;*/
																	text-align: left;
																	line-height: 1.3;
																	margin: 0 0 0.6em 0;
																	}
																	
																	.main h2.black {
																		border-bottom: 1px solid #e6e6e6;	
																	}
																	.main h2.white {
																		border-bottom: 1px solid #ff9732;	
																	}
																	
																	




footer {
		width: 100%;
	max-width: 100%;
	margin: 0 auto;
	min-height: 500px; 
   	height:auto !important; 
   	height: 500px; 
	
	padding: 0;
	
	background: url('../images/006.jpg') no-repeat center center; 
			-webkit-background-size: 100% auto;
			-moz-background-size: 100% auto;
			-o-background-size: 100% auto;
			background-size: 100% auto;
			




}
footer > span {
	display: block;
	position: relative;
	z-index: 9999;
	font-size: 12px;
	padding: 13px;
	text-align: center;
	color: #fff;
}



.bp-icon:after {
	font-family: 'bpicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
}

.container > header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.container > header nav a:hover:after {
	color: #fff;
}

.bp-icon-next:after {
	content: "\e000";
}
.bp-icon-drop:after {
	content: "\e001";
}
.bp-icon-archive:after {
	content: "\e002";
}
.bp-icon-about:after {
	content: "\e003";
}
.bp-icon-prev:after {
	content: "\e004";
}

.main > section:nth-child(even) {
	background: #ff7e00 url('../images/pt-orange.png') repeat-x;
	color: #fff;
}


.main section {
	/*padding-top: 0em;*/
	background: #fff url('../images/pt-grey.png') repeat-x;
}

.main section p {
	margin: 0;
	padding: 5px 0;
	font-size: 13px;
	line-height: 1.5;
}

.main section p.column2 {
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;
	
	-moz-column-gap: 40px; /* Firefox */
	-webkit-column-gap: 40px; /* Safari and Chrome */
	column-gap: 40px;
	
	-moz-column-rule: 1px outset #e6e6e6; /* Firefox */
	-webkit-column-rule: 1px outset #e6e6e6; /* Safari and Chrome */
	column-rule: 1px outset #e6e6e6;
}

.main section p.column3 {
	-moz-column-count: 3; /* Firefox */
	-webkit-column-count: 3; /* Safari and Chrome */
	column-count: 3;
	
	-moz-column-gap: 40px; /* Firefox */
	-webkit-column-gap: 40px; /* Safari and Chrome */
	column-gap: 40px;
	
	-moz-column-rule: 1px solid #000; /* Firefox */
	-webkit-column-rule: 1px solid #000; /* Safari and Chrome */
	column-rule: 1px solid #000;
}



.bg-icon {
	background-image: url(../images/email.jpg);
	width: 32px;
	height: 32px;
	float: left;
}
.bg-icon2 {
	background-image: url(../images/location.jpg);
	width: 32px;
	height: 32px;
	float: left;

}

