/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}


/* #Basic Styles
================================================== */
body {
	background: url(../images/bg/noise.png) repeat;
	font-size: 13px;
	line-height: 21px;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	background: #fff;
	width: 1020px;
	margin: 0 auto;
	padding: 0;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

/* Main Font */
body, h1, h2, h3, h4, h5, h6,
.button, input[type="button"], input[type="submit"],
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Basic Alginment
================================================== */
#wrapper img {
	height: auto;
	max-width: 100%;
}

.columns.google-map img {
	max-width: none;
}

img, object, video {
	height: auto;
	display: block;
}

img {
	width: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}


/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 600;
	letter-spacing: -0.2px;
}

h2 span, h3 span {
	color: #888;
	font-weight: 200;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 28px;
	line-height: 50px;
}

h2 {
	font-size: 22px;
	line-height: 30px;
}

h3 {
	font-size: 16px;
	line-height: 34px;
}

h4 {
	font-size: 14px;
	line-height: 30px;
}

h5 {
	font-size: 12px;
	line-height: 24px;
}

h6 {
	font-size: 10px;
	line-height: 21px;
}

p {
	margin: 0 0 15px 0;
	line-height: 21px;
}

p img {
	margin: 0;
}

strong {
	font-weight: 600;
	color: #333;
}


/* #Links
================================================== */
a, a:visited {
	color: #169fe6;
	text-decoration: none;
	outline: 0;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	-transition: color 0.1s ease-in-out;
}

a:hover, a:focus {
	color: #888;
}

a b, span b {
	font-family: Verdana, Tahoma;
	font-weight: normal;
	opacity: 0.5;
}

span b {
	line-height: 14px;
}

p a, p a:visited {
	line-height: inherit;
}


/* #Lists
================================================== */
ul, ol {
	margin: 0;
}

ul {
	list-style: none outside;
}

ol {
	list-style: decimal;
}

li {
	line-height: 18px;
}

li p {
	line-height: 21px;
}

select,input[type="text"], input[type="email"],textarea{
	border: 1px solid #e0e0e0;
	padding: 8px 9px;
	outline: none;
	font-size: 13px;
	color: #888;
	margin: 0;
	max-width: 100%;
	display: block;
	background: #fff;
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	border-radius: 2px;
}