/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 15px;
	border: 2px solid #5d5d5d;
	vertical-align: middle;
}
th {
	white-space: nowrap;
	padding: 10px 30px;
}
tbody tr {
	border: 1px solid #5d5d5d;
}
/* 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 {
	border-collapse: collapse;
	margin: 20px 0;
	margin-top: 0;
	width: 100%;
}
td, th {
	padding: 10px 15px;
	border: 1px solid #e4e4e4;
	vertical-align: middle;
}
th {
	background-color: #e6e6e6;
	white-space: nowrap;
	padding: 10px 30px;
}
tbody th {
	background-color: #e4e4e4;
}
tbody tr {
	border: 1px solid #e4e4e4;
}
b, strong { font-weight:bold; }