a, input, textarea {
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
html {
	-webkit-text-size-adjust: none;
}
html, body, div, span, applet, object, iframe, 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;
}
sub, sup {
	position: relative;
	font-size: 50%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.8em;
}
sub {
	bottom: -.25em;
}
p {
	margin-top: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	padding-left: 20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, img, input, textarea, select {
	outline: none;
	text-decoration: none;
}
.clr {
	clear: both;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.clr-l {
	clear: left;
}
.clr-r {
	clear: right;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	vertical-align: middle;
	border: 0;
}
input, textarea {
	/*-webkit-appearance: none;*/
	-webkit-border-radius: 0;
}
/*table*/
table {
	border-collapse: collapse;
	margin: 40px 0;
	margin-top: 0;
	width: 100%;
}
td, th {
	padding: 10px 20px;
	vertical-align: middle;
}
th {
	white-space: nowrap;
	padding: 10px 30px;
}
tbody tr {
}
/* align image */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 15px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
label {
	cursor: pointer;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	margin: 0;
	font-size: inherit;
}
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
/*table*/
table {
	font-size: 17px;
	border-collapse: collapse;
	margin: 25px 0;
	width: 100%;
}
td, th {
	padding: 15px 25px;
	vertical-align: top;
}
th {
	white-space: nowrap;
	padding: 10px 30px;
}
tbody th {
}
tbody tr:nth-child(odd) {
	background-color: #e2e2e2;
}
tbody tr {
	background-color: #f2f2f2;
}
b, strong {
	font-weight: bold;
}