/*General*/
.page-header {
	background: #FFF;
	margin: 0 -6%;
	padding-bottom: 20px;
}

header {
	background: #fff;
	margin-top: 10px;
	margin-bottom: -20px;
	padding-bottom: 20px;
}
main {	
	padding: 0 5%;
}

.wrapper {
	max-width: 1200px;
	min-width: 1024px;
	width: 100%;
	margin: 0 auto;
	background: url("../images/background.jpg");
}

/*Fonts*/
@font-face {
	font-family: 'raleway';
	src: url('../fonts/raleway/raleway-regular-webfont.eot');
	src: url('../fonts/raleway/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/raleway/raleway-regular-webfont.woff') format('woff'),
	url('../fonts/raleway/raleway-regular-webfont.ttf') format('truetype'),
	url('../fonts/raleway/raleway-regular-webfont.svg#raleway') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewaylight';
	src: url('../fonts/raleway/raleway-light-webfont.eot');
	src: url('../fonts/raleway/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/raleway/raleway-light-webfont.woff') format('woff'),
	url('../fonts/raleway/raleway-light-webfont.ttf') format('truetype'),
	url('../fonts/raleway/raleway-light-webfont.svg#ralewaylight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewaybold';
	src: url('../fonts/raleway/raleway-bold-webfont.eot');
	src: url('../fonts/raleway/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/raleway/raleway-bold-webfont.woff') format('woff'),
	url('../fonts/raleway/raleway-bold-webfont.ttf') format('truetype'),
	url('../fonts/raleway/raleway-bold-webfont.svg#ralewaybold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewayextralight';
	src: url('../fonts/raleway/raleway-extralight-webfont.eot');
	src: url('../fonts/raleway/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/raleway/raleway-extralight-webfont.woff') format('woff'),
	url('../fonts/raleway/raleway-extralight-webfont.ttf') format('truetype'),
	url('../fonts/raleway/raleway-extralight-webfont.svg#ralewayextralight') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*Typography*/
body {
	font-weight: 300;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-family: ralewayextralight, font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

strong,
b { font-weight: 700; }

/*Headers*/
.page-title { color: #000; }
.section-title {
	color: #1cc3c9;
	font-family: ralewayextralight;
}

/*Content*/
.page-desc,
.section-text {
	color: #646464;
	display: inline-block;
}
.page-desc p,
.section-text p { margin-bottom: 55px; }
.page-desc p:last-child,
.section-text p:last-child { margin-bottom: none; }

/*Images*/
.section-ico {
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 0;
}

/*Quote*/
blockquote {
	border-left: 5px solid #1cc3c9;
	padding: 10px;
	color: #1cc3c9;

}

/*Lists*/
.square-list { padding-left: 0; }


.square-list	li {
	line-height: 25px;
	list-style: none;
}
.square-list	li:before {
	content: "■ ";
	color: #1cc3c9;
	position: relative;
	bottom: 1px;
}

.square-list	li:first-child {
	margin-top: 10px;
}