﻿html, body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #fff;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	background-image: url(../images/bg-html.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
h1 {
	font-size: 34px;
	line-height:1 !important;
	font-weight:bold;
	color:#3974ba;
}
h1 a {
	color:#3974ba;
	text-decoration:none;
}
h1 a:hover {
	color:#4e8bd5;
	text-decoration:none;
}
h2 {
	font-size: 36px;
	line-height: 38px;
	color: #002D73;
}
h3 {
	font-size: 26px;
	line-height: 28px;
	color:#848689;
}
h4 {
	font-size: 20px;
	line-height: 24px;
}

@media (max-width: 1199px) {
h1 {
	font-size: 30px;
	line-height: 32px;
}
h2 {
	font-size: 24px;
	line-height: 28px;
	color: #002D73;
}
h3 {
	font-size: 18px;
	line-height: 20px;
}
h4 {
	font-size: 16px;
	line-height: 18px;
}
}
@media (max-width: 479px) {
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
}
.txt12 {
	font-size: 12px;
}
/* xxs */
@media (max-width: 479px) {
.container {
	width: 100%;
}
}
.red {
	color: #ED1C24;
}
.white {
	color: #fff;
}
.line {
	border-bottom: 2px solid #0098DA;
	font-weight:bold;
}
.registr .line {
	margin:10px 15px 5px;
}
sup {
	font-size: 11px;
	margin-top: -5px;
	display: inline-block;
}

/* content */
.content {
	position: relative;
	padding: 15px 0px;
	border-bottom: 1px solid #423e3f;
	background-color: #FFFFFF;
}
.content article {
	border: #818486 1px solid;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:20px;
}

.content form label {
	display: block;
}
.content form label.inline {
	display: inline-block;
}
.content ul, .content ol {
	padding-left: 20px;
	margin-bottom: 10px;
}
.content ul li, .content ol li {
	margin-left: 0px;
	margin-bottom: 5px;
}
.content ul.list li {
	list-style: disc;
	font-size: 13px;
}
.content ol.list li {
	font-size: 13px;
}
.content p {
	padding-bottom: 10px;
}

/*--- form ---*/
label {
	color: #184877;
	font-size: 14px;
	line-height: 20px;
	padding-right: 10px;
	display: inline-block;
}
.registr label {
	font-size: 14px;
	line-height: 16px;
}
.boxForm {
	padding-bottom: 20px;
}
label.sm {
	font-size: 12px;
	line-height: 16px;
}

@media (max-width: 767px) {
label {
	font-size: 14px;
	line-height: 14px;
}
}
input[type="text"], input[type="number"], input[type="password"], textarea {
	padding: 5px;
	color: #184877;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: left;
	outline: 0;
	background-color: #fff;
	border: 1px solid #24629F;
	margin-bottom: 5px;
}
input[type="number"] {
	width: 20px;
	text-align: center;
	-moz-appearance: textfield;
	line-height:28px;
}
input[type="number"]::-webkit-inner-spin-button {
 display: none;
}
.number {
	-moz-user-select: -moz-none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.number span {
	display: inline-block;
	background-color: #24629F;
	outline: none;
	height: 30px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	width: 30px;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
}
.number span:hover {
	background-color: #3974ba;
}
select {
	padding: 4px;
	color: #184877;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: left;
	outline: 0;
	background-color: #fff;
	border: 1px solid #24629F;
	margin-bottom: 5px;
}
textarea {
	height: 60px;
	overflow: hidden;
}
input[type="submit"], input[type="reset"], input[type="button"], a.button {
	background-color: #24629F;
	outline: none;
	height: 28px;
	overflow: hidden;
	border: 0px solid;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	margin: 5px;
}
a.button {
	line-height: 28px;
	display: inline-block;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, a.button:hover {
	text-decoration: none;
	background-color: #3974ba;
}
input[type="text"].compl, textarea.compl {
	border: 1px solid #ED1C24;
}
.datepicker {
	background-image: url(../images/calendar-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 33px;
	width: 95px;
}
input[type="checkbox"] {
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-top: 4px;
}
@media (max-width: 479px) {
.col-xxs-12 {
    width: 100% !important;
}
}