* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	outline: none;
}

*:focus {
	outline: 0;
}

body,
html {
	color: #525252;
	font-family: "CorpidOT", sans-serif;
}

.clear {
	clear: both;
}

.g-clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.no-border,
.no-border td,
.no-border th {
	border: none;
}

.no-padding,
.no-padding td,
.no-padding th {
	padding: 0;
}

.h-tac {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: "CorpidOT", sans-serif;
	font-weight: bold;
	padding: 20px 0 10px;
	text-transform: uppercase;
}

h4,
h5,
h6 {
	color: #646464;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
	color: #939393;
}

p {
	color: #525252;
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 20px 0;
}

a,
a:visited {
	color: #000;
	text-decoration: underline;
	-webkit-transition: color 0.2s ease 0s;
	transition: color 0.2s ease 0s;
}

a:visited {
	color: #1a1a1a;
}

a:hover {
	color: #de0000;
	text-decoration: none;
}

pre {
	background: #eee;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 20px;
}

pre,
code {
	color: #525252;
	font-family: "Consolas", "Courier New", "Nimbus Mono L", monospace;
	font-size: 11px;
	overflow: hidden;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	line-height: 20px;
}

q {
	quotes: "«" "»";
	font-style: italic;
}

q q {
	quotes: "„" "“";
	font-style: italic;
}

blockquote {
	font-family: "CorpidOT", sans-serif;
	font-style: italic;
	text-align: left;
	color: #000;
}

blockquote q {
	color: #525252;
	font-family: "CorpidOT", sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0;
}

blockquote p {
	color: #000;
}

abbr {
	border-bottom: thin dashed;
	cursor: help;
	font-style: italic;
}

i {
	font-style: oblique;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}

table caption {
	color: #525252;
	font-size: 15px;
	font-weight: 900;
	padding: 8px 0;
	text-align: left;
}

th,
td {
	padding: 8px 12px 8px 0;
	font-size: 13px;
	text-align: left;
}

th {
	padding: 10px 12px 10px 0;
	font-size: 13px;
	color: #222;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

td {
	color: #666;
	border-bottom: 1px solid #eee;
}

thead tr:first-child th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

tbody tr:last-child td {
	border-bottom: 1px solid #ccc;
}

tfoot th {
	border-color: #ccc;
}

.b-vertical-table tr th,
.b-vertical-table tr td {
	border-color: #eee;
}

.b-vertical-table tr:first-child th {
	padding-top: 0;
}

.b-vertical-table__title {
	font-size: 16px;
	padding-top: 35px;
	border-bottom: 1px solid #ccc !important;
}

img {
	border: 0;
}

hr {
	background: #ccc;
	height: 1px;
}

dt {
	color: #525252;
	font-size: 13px;
	font-weight: 900;
}

dd {
	color: #525252;
	font-size: 13px;
	font-style: italic;
	padding: 0 10px 15px;
	padding-top: 10px;
}

ul li {
	background-image: url("../img/list-marker.png");
	background-position: 0 0.4em;
	background-repeat: no-repeat;
	color: #525252;
	font-size: 13px;
	list-style: none;
	padding: 0 0 8px 21px;
}

ul li ul li {
	background-position: 0 12px;
	background-repeat: no-repeat;
	padding-bottom: 0;
	padding-top: 6px;
}

ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ol li {
	color: #525252;
	font-size: 13px;
	list-style-type: decimal;
	padding: 0 0 8px 3px;
	margin-left: 18px;
}

ol li ol li {
	padding: 6px 0 0 3px;
}
