@charset "utf-8";
/* Global styles CSS Document */

* {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}
img {
	height: auto;
	max-width: 100%;
}
#wrapper {
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
}
#push, footer {}
.container {}
.clear {
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
	display: table;
	content: ""; /* Older browser do not support empty content */
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	color: #333;
	margin: 0 0 .5em;
	line-height: 1.5em;
}
h1:hover, h1 a:hover, h2:hover, h2 a:hover, h3:hover, h3 a:hover, h4:hover, h4 a:hover, h5:hover, h5 a:hover, h6:hover, h6 a:hover {}
h1, h1 a {
	font-size: 100px;
}
h2, h2 a {
	font-size: 55px;
}
h3, h3 a {
	font-size: 50px;
}
h4, h4 a {
	font-size: 45px;
}
h5, h5 a {
	font-size: 40px;
}
h6, h6 a {
	font-size: 35px;
}
p {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 1.5em;
	line-height: 1.5em;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {}
li {
	color: #333;
	line-height: 1.5em;
}
q, blockquote {
	color: #333;
	font-size: 14px;
	margin: 0 0 .5em;
	line-height: 1.5em;
}
/*
 q, blockquote:before {
 content: "\201C";
 }
 q, blockquote:after {
 content: "\201D";
 }
 */
cite {
	color: #333;
	font-size: 14px;
	margin: 0 0 .5em;
	line-height: 1.5em;
}
img {
	margin: 0;
	padding: 0;
	border: none;
	max-width: 100%;
}
table {}
th {
	color: #333;
	font-size: 18px;
	text-align: left;
}
td {
	color: #333;
	font-size: 12px;
	text-align: left;
}

/* generic classes */

.left {
	float: left;
}
.right {
	float: right;
}
.m0 {
	margin: 0 !important;
}
.w50 {
	width: 50%;
}

/* google */

.open_sans {
	font-family: 'Open Sans', sans-serif;
}

/* =WordPress Core
 -------------------------------------------------------------- */
.alignnone {
	margin: 0 0 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 5px;
}
.alignright {
	float: right;
	margin: 0 0 20px;
}
.alignleft {
	float: left;
	margin: 0 0 20px;
}
a img.alignright {
	float: right;
	margin: 0 0 20px;
}
a img.alignnone {
	margin: 0 0 20px;
}
a img.alignleft {
	float: left;
	margin: 0 0 20px;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	text-align: center;
	padding: 5px 0 10px;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
}
.wp-caption.alignnone {
	margin: 0 0 20px;
}
.wp-caption.alignleft {
	margin: 0 0 20px;
}
.wp-caption.alignright {
	margin: 0 0 20px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	border: 0 none;
	max-width: 98.5%;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	font-size: 11px;
	padding: 0 0 5px;
	line-height: 17px;
}
