@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: local('Lato Light'), local('Lato-Light'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
	font-family: 'Pacifico';
	font-style: normal;
	font-weight: 400;
	src: local('Pacifico Regular'), local('Pacifico-Regular'), url(http://themes.googleusercontent.com/static/fonts/pacifico/v5/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-31hh5w');
	src:url('fonts/icomoon.eot?#iefix-31hh5w') format('embedded-opentype'),
		url('fonts/icomoon.woff?-31hh5w') format('woff'),
		url('fonts/icomoon.ttf?-31hh5w') format('truetype'),
		url('fonts/icomoon.svg?-31hh5w#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color: #6bbab9;
	width: 30px;
	display: inline-block;
	font-size: 110%;
	margin-bottom: 3px;
	margin-right: 10px;
	vertical-align: bottom;
	text-align: center;
}

.icon-envelope-o:before {
	content: "\f003";
}
.icon-map-marker:before {
	content: "\f041";
}
.icon-phone:before {
	content: "\f095";
}
.icon-none:before {
	content: "";
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #e7e7e7;
	color: #303030;
	font-size: 21px;
	line-height: 1.5em;
	font-family: "Lato";

	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	transition: all 0.15s ease 0s;
}

a {
	background: transparent;
}

a:active,
a:hover,
a:focus  {
	outline: 0;
}
a {
	color: inherit;
	text-decoration: none;
}

a:hover, a:focus {
	color: #6bbab9;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}


h1, .h1 {
	color: #6bbab9;
	font-size: 51px;
	font-family: "Pacifico";
}
h2, .h2 {
	margin-top: 11px;
	margin-left: 51px;
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 20px;
}

/*p {
  margin: 0 0 15.5px;
}*/
p {
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
}

.uppercase {
	text-transform: uppercase;
}

.landing-wrapper {
	margin: 0 auto;
	max-width: 20rem;
	width: 100%;
}

.landing-wrapper .container {
	margin-top: 33px;
	margin-left: 8px;
}

.content {
	font-size: 80%;
	line-height: 1.4;
	padding-left: 40px;
}

footer {
	font-size: 70%;
	color: #999;
	position: absolute;
	bottom: 0;
	right: 10px;
	padding: 0;
	margin: 0;
}