body {
	background: #444;
	color: #222;
	cursor: default;
	font: 16px/28px "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-height: 100%;
	border-top: 50px solid #333;
	overflow-x: hidden;
	position: relative;
	word-break: break-word;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Raleway', sans-serif;
}
h1 {
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 20px;
}
h2 {
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 24px;
}
h3 {
	color: #444;
	font-size: 34px;
	font-weight: 200;
	line-height: 34px;
	margin: 0px 0 15px;
}
a {
	color: #CD5C5C;
	cursor: pointer;
	background: transparent;
	text-decoration: none;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
a:hover,
a:focus {
	color: #006EAF;
}
.clearfix:after,.wrap:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}
#container {
	overflow: hidden;
	position: relative;
	width:100%;
	-moz-transition: margin-left 0.2s ease;
	-ms-transition: margin-left 0.2s ease;
	-o-transition: margin-left 0.2s ease;
	-webkit-transition: margin-left 0.2s ease;
	transition: margin-left 0.2s ease;
}
.page {
	background: #fff;
}
.wrap {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1140px;
}
.narrow {
	margin: 0 auto;
	max-width: 800px;
	padding-bottom: 50px;
}
.band {
	padding: 100px 0 80px;
}
.grey {
	background: #f6f6f6;
}
.band.grey.portfolio.comments.clearfix {
	margin-top: -50px;
}
.title {
	background: url(../images/bg/mountains.png) repeat-x bottom left #006EAF;/*#00CED1 #FF9E00*/
	color: #fff;
	padding: 60px 0 70px;
}
.center-align {
	text-align: center;
}
.justify-align {
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
}
.left-align {
	text-align: left;
}
.right-align {
	text-align: right;
}
.portfolio {
	padding: 50px 0 80px;
}
.map {
	background: url(../images/bg/map-napier.jpg) no-repeat 50% 50%;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 400px;
	text-align: center;
}
.map .wrap {
	height: 350px;
	position: relative;
}
#menu {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 101;
}
.icons-wrapper {
	margin: 0 -15px;
}
.list-wrapper {
	margin: 0 -20px;
}
.icons-column,
.list-column,
.service {
	padding: 0 15px 20px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
}
.services {
	margin: 30px 0 20px;
}
.list-column {
	padding: 20px;
	margin: 0 1%;
	width: 31.3333%;
}
.fifty {
	float: left;
	padding: 0 20px 20px 0;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.fifty.right {
	padding: 0 0 20px 20px;
}
.fifty.contact {
	padding-right: 50px;
}
.fifty.form {
	border-left: 1px solid #ddd;
	min-height: 412px;
	padding-left: 50px;
}
table {
	border-top: 1px solid #eee;
	width: 100%;
}
table th,
table td {
	border-bottom: 1px solid #f6f6f6;
	padding: 20px;
	padding-left: 0;
	vertical-align: top;
}
table th {
	font: 200 20px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table td {
	padding-left: 20px;
}
table td [class^="icon-"], table td [class*=" icon-"] {
	float: left;
	font-size: 29px;
	margin-right: 10px;
}
.inverted {
	background: url(../images/bg/mountains-inverted.png) repeat-x top left transparent;
	display: block;
	height: 50px;
	margin-top: -50px;
	width: 100%;
}
#footer {
	background: #444;
	color: #fff;
	padding: 50px 0 60px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.old {
	clear: both;
	display: none;
}
::-webkit-input-placeholder {
	color: #cccccc;
}
:-moz-placeholder {
	color: #cccccc;
}
::-moz-placeholder {
	color: #cccccc;
}
:-ms-input-placeholder {
	color: #cccccc;
}
input:focus::-webkit-input-placeholder {
	color: transparent;
}