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, 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:inherit;
	vertical-align:baseline;
	background:transparent;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body{
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
	font-size:62.5%;
	-webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
h1{
	font-size:2.8em; /* 28px / 10px */
	line-height:1.5;
	margin:0 0 0.7143em 0; /* 0 0 20px 0 */
}
h2{
	font-size:2em; /* 20px / 10px */
	line-height:1.5;
	/* margin:0 0 1em 0; */ /* 0 0 20px 0 */
}
h3{
	font-size:1.8em; /* 18px / 10px */
	line-height:1.5;
	margin:0 0 1.1111em 0; /* 0 0 20px 0 */
}
h4, h5, h6{
	font-size:1.6em; /* 14px / 10px */
	line-height:1.5;
	margin:0 0 1.25em 0; /* 0 0 20px 0 */
}
p, pre{
	font-size:1.2em; /* 12px / 10px */
	line-height:1.5;
	margin:0 0 1.6667em 0; /* 0 0 20px 0 */
}
strong{
	font-weight: bold;
}
a {
    text-decoration:none;
}
a:hover, a:focus {
	text-decoration:underline;
}

ol, ul, dl, figure, table, fieldset {
    margin:0 0 2em 0; /* 0 0 20px 0 */
}
#logo, ol ol, ul ul{
	margin:0;
}
nav ul{
	list-style:none;
	margin:0;
}
nav li{
	margin:0;
}
nav li a{
	display: block;
}

figcaption h3, figcaption h4, figcaption p{
	margin:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:2px solid #ccc;
    margin:1em 0;
    padding:0;
}

blockquote{
	margin:0 0 2em 1.5em; /* 0 0 20px 15px */
	padding:1em 0 1em 1.5em;  /* 0 0 10px 15px */
	border-left:#ccc solid 2px;
}
blockquote p{
	margin:0;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

li, dd {
    margin-left:1.5em;
}

dt {
    font-weight:bold;
}

figcaption, caption {
    text-align:left;
    caption-side:bottom;
}
caption{
	padding:1em 0 0 0;
	font-style:italic;
}

ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}

table {
	font-size:1.2em;
    border-collapse:collapse;
    border-spacing:0;
	border:1px solid #ccc;
}
td, th {
    text-align:left;
	border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:0.8em 0.5em; /* 8px 5px */
}
th {
	font-weight:bold;
    padding:1em 0.5em; /* 10px 5px */
	background-color:#eee;
}
td {
    vertical-align:top;
}

:focus{
	outline:0;
}

img, embed, object, video{
	max-width: 100%;
	height: auto;
}
img {
	width:auto\9;
	vertical-align:middle;
	border:0;
	*-ms-interpolation-mode:bicubic;
	display:block;
}

select, input, textarea{
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
.form_item, .form_submit{
	width:100%;
	padding:0 0 2em 0; /* 0 0 20px 0 */
}
.form_item label, .main_label{
	font-size:1.2em;
	display:block;
	width:100%;
	font-weight:bold;
	padding:0 0 0.5em 0; /* 0 0 5px 0 */
}
.form_item .required, .form_checkbox .required, .form_radio .required{
	color:#C00;
}
.form_item input, .form_item textarea, .form_item select, .form_exp select{
	padding:4px;
	margin:0;
	border:#ccc solid 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.form_item input.focus_field, .form_item textarea.focus_field, .form_item select.focus_field{
	border:#999 solid 1px;
}

.form_item em{
	font-size:1.1em;
	margin:0.5em 0 0 0; /* 5px 0 0 0 */
	display:block;
	width:100%;
	font-style:italic;
}
.form_checkbox ul, .form_radio ul, .form_checkbox li, .form_radio li{
	list-style:none;
	margin:0;
}
.form_radio, .form_checkbox{
	width:100%;
	padding:0 0 1.5em 0; /* 0 0 15px 0 */
}
.form_radio li, .form_checkbox li{
	padding:0 0 0.5em 0; /* 0 0 5px 0 */
}
.form_checkbox label, .form_radio label{
	font-size:1.2em;
}
.form_checkbox input, .form_radio input{
	margin:0 0.38em 0 0; /* 0 5px 0 0 */
}
.form_submit input{
	width:auto;
   	overflow:visible;
}

label, input[type=button], input[type=submit], button {
	cursor: pointer;
}
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.video_container{
	position:relative;
	padding-bottom:60%;
	height:0;
	overflow: hidden;
}
.video_container iframe, .video_container object, .video_container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.hidden{
	display:none;
}

@media screen and (max-width: 600px) {
	html {
		-webkit-text-size-adjust: none;
	}
}