body { 
	background-color: #FFF; 
	font: 16px/20px Roboto, sans-serif;
	font-weight: 400;
	color: #333;
	margin: 0;
}

h1 {
	font-size: 32px;
	text-align: center;
	letter-spacing: -1px;
	margin: 20px 0 10px 0;
}

h1.slogan {
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	text-align: center;
}

h1.text {
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
	text-align: center;
	letter-spacing: -1px;
	color: #555;
}

h2 {
	position: relative;
	font-size: 20px;
	text-align: justify;
	border-top: 1px solid #CCC;
	padding: 22px 22px 5px 22px;
	font-weight: normal;
}

h3 {
	font-size: 19px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	text-align: center;
}

h4 {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	color: #cb2520;
	padding: 0 0 20px 0;
}

h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	color: #cb2520;
	padding: 0 0 20px 0;
}

h6 {
	font-size: 18px;
	font-weight: 400;
	color: #cb2520;
	margin: 0;
	padding: 0;
}

ul, menu, dir {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0.9em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}

ol {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}

ol ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}

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

li.off {
	color: #666;
}

ul.legend, ol.legend {
	-webkit-margin-before: 0em;
	-webkit-margin-start: 10px;
	font-size: 14px;
	overflow-y: auto;
	max-height: 400px;
}


ul.legend-main, ol.legend-main {
	padding: 0 0 0 30px;
	margin: 0;
	font-size: 13px;
	text-align: left;
}

ol.legend-main {
	-webkit-margin-start: 20px;
}

ul.legend, ul.legend-main {
	list-style-type: none;
}

li.total {
	list-style-type: none;	
	padding-top: 10px;
	font-weight: bold;
}

ul.list2 {
	margin-top: 0;
	padding: 0 10px 0 20px;
}

ul.list2 li {
	padding-bottom: 15px;
}

a {
	color: #1b6cf2;
}

a:hover {
	text-decoration: none;
}

a.selected {
	text-decoration: none;
}

textarea {
	font: 16px/20px Roboto, sans-serif;
	font-size: 17px;
	margin: 0;
	color: #333;
}

input, select {
	font-size: 16px;
	padding: 5px;
	color: #333;
	width: 200px;
}

input[type="button"] {
	width: 150px;	
}

input[type="checkbox"], input[type="file"] {
	width: auto;
}

select {
	width: 214px;
}

input.long {
	width: 261px;	
}

input.small {
	font-size: 14px;
}

select.long {
	width: 275px;	
}

select.auto {
	width: auto;
}

input.auto {
	width: auto;
}

strong {
	font-weight: 500;
}

blockquote {
	padding: 15px;
	background-color: #F5F5F5;
	margin: 10px 0px;
	border-radius: 5px;
}

hr {
	border: 0;
    border-top: 1px solid #CCC;
    margin: 15px 0;
}

img.button {
	margin-left: 10px;
	vertical-align: middle;
}

#home {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.link {
	font-size: 15px; 
	background: #1b6cf2; 
	padding:10px 15px 10px 15px; 
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	color:#fff; 
	text-decoration:none; 
	text-transform:uppercase;
}

.link:hover {
	background:#cb2520; 
	text-decoration:none; 
	cursor:pointer;
}

.col1 {
	float: left;
	width: 240px;
	padding-right: 10px;
}

.col2 {
	float: left;
	width: 720px;
}

.col3 {
	float: left;
	width: 230px;
}

.col4 {
	float: left;
	width: 590px;
	padding-right: 10px;
}

.col5 {
	float: left;
	width: 940px;
	padding-right: 10px;
}

.col-half {
	float: left;
	width: 50%;
}

.col25 {
	float: left;
	width: 25%;
}

.col30 {
	float: left;
	width: 30%;
}

.col33 {
	float: left;
	width: 33%;
}

.col40 {
	float: left;
	width: 40%;
}

.col50 {
	float: left;
	width: 50%;
}

.col60 {
	float: left;
	width: 60%;
}

.col70 {
	float: left;
	width: 70%;
}

.format {
	border-top: 1px solid #999;
	padding: 15px 0 10px 0;
}

.format .title {
	float: left;
	width: 20%;
	font-weight: bold;
}

.format .details {
	float: left;
	width: 80%;
}

.format:after {
    content:'';
    display:block;
    clear:both 
}

.format ul {
	margin: 0;
	padding-left: 0px;
}

.list {
	margin-bottom: 10px;
}

.submenu {
	font-size: 14px;
	list-style: disc;
	margin: 0;
	padding: 0;
}

.submenu li {
	padding: 0;
	margin: 10px 0 10px 17px;
}

.list a {
	color: #222;
}

.submenu a {
	color: #1b6cf2;
}

.news {
	font-size: 14px;
	margin-bottom: 10px;
}

.news p {
	padding: 0;
	margin: 0;
}

.news .date {
	color: #999;
}

.news .info {
	color: #999;
	font-size: 13px;
}

.news .title {
	padding: 5px 0 0 0;
	font-weight: bold;
}

.news .text {
	margin-top: 5px;
}

.legendBlock {
	width: 400px;
	/*height: 400px;
	overflow: auto;*/
}

.indent1 {
	padding-top: 10px;
}

.indent-m1 {
	margin-top: 10px;
}

.indent2 {
	padding-top: 20px;
}

.indent-m2 {
	margin-top: 20px;
}

.indent3 {
	padding-top: 30px;
}

.indent-b1 {
	padding-bottom: 10px;	
}

.indent-b2 {
	margin-bottom: 20px;	
}

.indent-l1 {
	padding-left: 10px;
}

.indent-l2 {
	padding-left: 20px;
}

.indent-center {
	padding: 20px 0 30px 0;
	text-align: center;
}

.pad-l1 {
	margin-left: 10px;
}

.pad-l2 {
	margin-left: 20px;
}

.pad-l3 {
	margin-left: 30px;
}

.clear {
	clear: both;
}

.nav, .content {
	padding: 15px 0;
	border-top: 1px solid #CCC;
}

.nav-item {
	float: left;
	width: 360px;
}

.nav-item p {
	padding-right: 15px;
	margin: 10px 0 15px 0;
}

.text {
	padding-bottom: 15px;
}

.top {
	position: relative;
	margin: 0 auto;
	text-align: center;
	height: 170px;
}

.top .logo {
	width: 200px;
	float: left;
	text-align: center;
}

.top span {
	font-size: 40px;
	color: #CCC;
	letter-spacing: -3px;
	margin-top: 50px;
}

.top-s {
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 10px 22px 10px 22px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.top span.left {
	float: left;
	padding: 0 7px 0 5px;
}

.top span.right {
	float: right;
}

.footer {
	width: 1200px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #CCC;
}

.footer small {
	font-size: 15px;
}

.footer a, .menu a {
	color: #333;
	text-decoration: none;
	padding: 0 5px 0 5px
}

.footer a:hover, .menu a:hover {
	text-decoration: underline;
}

.menu {
	font-size: 20px;
	padding-top: 75px;
	text-align: right;
	letter-spacing: -1px;
	font-weight: 400;
}

.contacts {
	font-size: 17px;
	line-height: 40px;
	margin-bottom: 10px;
}

.contacts img {
	padding-right: 15px;
}

.hidden {
	display: none;
}

.form-item {
	font-weight: 400;
	font-size: 17px;
	line-height: 38px;
	width: 220px;
}

.form-item-2 {
	font-weight: bold;
	font-size: 17px;
	line-height: 38px;
}

.form-item-3 {
	font-size: 17px;
	line-height: 38px;
}

.table, .table-short, .table2, .table3 {
	border-spacing: 0;
	width: 100%;
}

.table-short {
	width: 75%;
}

.table td, .table th, .table-short td, .table-short th, .table2 td, .table2 th {
	text-align: center;
	border-bottom: 1px solid #999;
	padding: 10px 0;
	margin: 0;
}

.table2 td.b-r, .table2 th.b-r {
	border-right: 1px solid #999;
}

.table td.icon {
	width: 10%;
}

.table2 {
	font-size: 14px;
	padding-right: 10px;
}

.table2 input {
	font-size: 14px;
}

.table-short td {
	width: 50%;
}

.table3 td, .table3 th {
	text-align: center;
	border-bottom: 1px solid #999;
	padding: 4px;
	margin: 0;
}

.table3 {
	font-size: 13px;
	padding-right: 5px;
}

.table3 tr.nowrap {
	white-space:nowrap;
}

.table3 input {
	font-size: 13px;
	padding: 5px 3px;
}

.table4 {
	font-size: 14px;
	border-spacing: 0;
}

.table4 td, .table4 th {
	text-align: center;
	border-bottom: 1px solid #DDD;
	padding: 5px;
	margin: 0;
}

.table4 td.npl {
	color: #888;
}

.table-extra {
	border-spacing: 0;
	width: 100%;
	font-size: 14px;
	color: #666;
}

.table-extra td, .table-extra th {
	text-align: center;
	border-bottom: 1px dotted #999;
	padding: 8px;
	margin: 0;
}

.tabledisl {
	border-spacing: 0;
	width: 100%;
	font-size: 14px;
}


.tabledisl td {
	text-align: center;
	border-bottom: 1px solid #999;
	padding: 10px;
	margin: 0;
}

.partner {
	padding-left: 15px;
	line-height: 31px;
	float: left;
	font-size: 15px;
}

.legend-link {
	padding: 10px 22px 0 0;
	font-size: 14px;
	text-align: right;
}

.center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.error {
	color: #cb2520;
}

.no-transform {
	text-transform: none;
}

.text-small {
	padding-top: 5px;
	font-size: 14px;
	color: #666;
}

.table.btn {
	text-align: center;
	padding: 50px 0;
	border-bottom: none;
}

.g-color-yellow {
	background-color: #F1C40F;
	padding: 5px;
	color: #FFF;
	line-height: 38px;
}

.g-color-green {
	background-color: #27AE60;
	padding: 5px;
	color: #FFF;
	line-height: 38px;
}

.g-color-red {
	background-color: #FF3300;
	padding: 5px;
	color: #FFF;
	line-height: 38px;
}

.g-color-blue {
	background-color: #3498DB;
	padding: 5px;
	color: #FFF;
	line-height: 38px;
}

.active {
	background-color: #00CC00;
}

.inactive {
	background-color: #CC0000;
}

a.list-header {
	color: #cb2520;
}

.warning {
	color: #DD0000;
	font-size: 14px;
	padding: 10px 0;
}

.board-button {
	padding: 20px;
}

/*
.board-link {
	font-size: 15px; 
	background: #1b6cf2; 
	padding:10px 15px 10px 15px; 
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	color:#fff; 
	text-decoration:none; 
	text-transform:uppercase;
}

.board-link:hover {
	background:#cb2520; 
	text-decoration:none; 
	cursor:pointer;
}
*/

.board-link {
	font-size: 15px; 
	padding:10px 15px 10px 15px; 
	border-radius:3px; 
	border: 1px solid #1b6cf2; 
	text-decoration:none; 
	text-transform:uppercase;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	font-weight: bold;
}

.board-link:hover {
	color:#cb2520; 
	text-decoration:none; 
	cursor:pointer;
}

.board-item {
	border-bottom: 1px solid #CCC;
	padding: 20px 0;
}

.board-type {
	width: 20%;
	float: left;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
}

.board-region {
	width: 12%;
	float: left;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
}

.board-content {
	width: 64%;
	float: left;
	line-height: 22px;
	padding-right: 10px;
}

.board-contact {
	width: 15%;
	float: left;
	font-size: 15px;
}

.board-category {
	font-size: 14px;
	color: #888;
	line-height: 18px;
}

.board-rules {
	font-size: 13px;
	color: #444;
	padding: 5px;
	border: 1px solid #F2F2F2;
}

.board-rules li {
	padding: 0;
}

.board-view {
	padding: 15px 0 0 25px;
	line-height: 24px;
}

.board-view-title {
	font-weight: bold;
	padding-bottom: 15px;
}

.board-view-text {
	padding-bottom: 15px;
}

.board-view-details {
	border-bottom: 1px solid #CCC;
	width: 50%;
	padding: 5px 0;
	font-size: 14px;
}

.board-view-nav {
	padding: 0 0 25px 0;
}

.pager span {
	padding: 10px;
}

.pager span.active {
	background-color: #EEE;
}

.hint {
	color: #888;
	padding-left: 15px;
}

.station-extra {
	width: 35%; 
	float: left;
	text-align: left;
	padding: 15px 0 0 15px;
	font-size: 14px;
}

.reg1 {
	float: left;
	width: 60%;
}

.reg2 {
	float: left;
	width: 37%;
	padding-left: 20px;
}

.border-left {
	border-left: 1px solid #CCC;
}

.subtitle {
	padding: 5px 0;
	border-bottom: 1px solid #888;
}

.table-cell {
	display: table-cell; 
	vertical-align: middle;
}

.header-col3 {
	height: 180px; 
	text-align: center; 
	display: table;
	float: left;
	width: 230px;
}

.user-info {
	font-size: 15px;
}

.login-user {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 15px;
}

.nopad {
	padding: 0;
}

.subnav {
	float: left;
	vertical-align:middle; 
	line-height: 32px;
}

.subnav img {
	float: left;
	margin-right: 5px;
}

.next {
	margin-left: 20px;
}

.subnav-right {
	float: right;
	vertical-align:middle; 
	line-height: 32px;
}

.icon {
	margin: 5px;
}

.AwayWagon {
    color: #FF0000;
    font-size: 12px;
}
.NormalWagon {
    font-size: 12px;
}
.BaloonLabel {
    font-weight: bold;
    text-align: center;
}

.babka {
	position: absolute;
	bottom: 0px;
	right: 150px;
	padding: 0;
	margin: 0;
}

.audi {
	position: absolute;
	bottom: 0px;
	right: 350px;
	padding: 0;
	margin: 0;
}

.scroll {
	max-height: 550px;
	overflow-y: auto;
	width: 100%;
}

.green {
	color: #009900;
	font-weight: 500;
}

.red {
	color: #CC0000;
	font-weight: 500;
}

.red-bg {
	background-color: rgba(255, 0, 0, 0.4)
}

/** spinner */
.spinner {
    display: block;
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    width: 4em;
    height: 4em;
  	padding: 7px;
    border: none;
    border-radius: 50%;
    transform: scale(.7);
}

.medium {
  transform: scale(1)
}

.large {
  margin-top: 4em;
  transform: scale(1.5)
}

.spinner-wrapper {
    position: relative;
    width: 4em;
    height: 4em;
    border-radius: 100%;
    left: calc(50% - 2em);
}

.spinner-wrapper::after {
    content: "";
    background: #fff;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
} 

.rotator {
    position: relative;
    width: 4em;
    border-radius: 4em;
    overflow: hidden;
    animation: rotate 2000ms infinite linear;
}

.rotator:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1b6cf2;
    border: 3px solid #fff;
    border-radius: 100%;
}

.inner-spin {
    background: #fff;
    height: 4em;
    width: 2em;
}

.inner-spin {
    animation: rotate-left 2500ms infinite cubic-bezier(0.445, 0.050, 0.550, 0.950);
    border-radius: 2em 0 0 2em;
    transform-origin: 2em 2em;
}

.inner-spin:last-child {
    animation: rotate-right 2500ms infinite cubic-bezier(0.445, 0.050, 0.550, 0.950);
    margin-top: -4em;
    border-radius: 0 2em 2em 0;
    float: right;
    transform-origin: 0 50%;
}

.banner-top {
	position: absolute;
	top: 5px;
	left: 475px;
}

#rules {
	font-size: 14px;
	padding: 10px;
	display: none;
}

#rules ol {
	padding: 0;
	margin: 20px;
}

#rules ul {
	padding: 0;
	margin: 5px 25px;
}

@keyframes rotate-left {
    60%, 75%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-right {
    0%, 25%, 45% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}