*, *:before, *:after {
	background: transparent;
	margin: 0;
	padding: 0;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	line-height: 1;
	vertical-align: baseline;
	color: currentColor;
	border: none;
	outline: none;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

html,body {
	width: 100%;
	height: 100%;
}

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

audio, canvas, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

*:focus {
	outline: none;
}

ol,ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: bold;
	text-align: center;
}

td {
	vertical-align: top;
}

img {
	-ms-interpolation-mode: bicubic;
}

dfn {
	font-style: italic;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

cite {
  font-style: italic;
}

hr {
	height: 1px;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

mark {
	background: #ff0;
	color: #000;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

svg:not(:root) {
	overflow: hidden;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

iframe {
    max-width: 100% !important;
}

button, input,
select, textarea {
	font-family: inherit;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button, select {
	text-transform: none;
}

button, input[type="button"],
input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input::-ms-clear {display: none}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
	display: none;
	-webkit-appearance: none;
}