/* (c) by acso */

@font-face {
	font-family: 'fontello';
	src: url('/fonts/fontello.eot?68203006');
	src: url('/fonts/fontello.eot?68203006#iefix') format('embedded-opentype'),
		url('/fonts/fontello.woff?68203006') format('woff'),
		url('/fonts/fontello.ttf?68203006') format('truetype'),
		url('/fonts/fontello.svg?68203006#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	width: 100%;
	min-height: 100%;
}

body {
	background: #def url(/img/full_bk_01.jpg) no-repeat center center fixed;
	background-size: cover;
}

@media screen and (orientation: portrait) {
	body {
		background-size: auto 100% !important;
	}
}

h1, h2, h3, h4 {
	user-select: none;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
	margin: 0px 0px 8px;
}

input:not([type="checkbox"]), input:not([type="submit"]), textarea, select {
	display: inline-block;
	margin: 1px;
	padding: 2px 4px;
	border: 1px inset #bbb;
	box-sizing: content-box;
	block-size: 17px;
}

option {
	padding-left: 0px;
}

input:not([type="checkbox"]):focus, input:not([type="submit"]):focus, textarea:focus, select:focus {
	/*background-color: #ffc;*/
	border-color: #12a;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

input, button, select, textarea {
	outline: none;
	font-family: tahoma, sans-serif;
}

table {
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0px;
}

tr {
	cursor: default;
}

.l {
	text-align: left !important;
}

.c {
	text-align: center !important;
}

.r {
	text-align: right !important;
}

.hover {
	cursor: pointer;
	color: #00a;
	/*text-shadow: 0px 0px 1px rgba(0, 0, 0, .5);*/
}

.hover:hover {
	text-decoration: underline;
}

button, input[type="submit"] {
	display: inline-block;
	font-size: 1.2em;
	box-sizing: content-box;
	background-image: linear-gradient(to top, rgb(210, 210, 240), rgb(255, 255, 255));
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #777 #777 #ccc;
	border-radius: .2em;
	padding: .1em .2em .1em .1em;
	height: 1.5em;
	line-height: 1em;
	color: #333;
	margin: 0px 1px 1px 0px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	cursor: pointer;
	user-select: none;
	white-space: nowrap;
}

button.speed {
	padding: .1em .1em;
	text-align: center;
}

.small-speed, .small-speed-txt {
	padding: 0 !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
	border-radius: .7em;
	width: 1.4em;
}

.small-speed {
	height: 1.4em;
}

.small-speed-txt {
	height: .9em;
	line-height: .9em;
	background-image: linear-gradient(to bottom, #fff, #ddd);
}

.small-speed:hover, .small-speed-txt:hover {
	background: none !important;
}

.small-speed-txt:hover {
	color: #300 !important;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
}

.small-speed:before {
	float: none !important;
	font-size: .9em !important;
}

.small-speed:before, .small-speed-txt:before {
	margin-left: .3em !important;
	width: 1em !important;
	line-height: .9em !important;
}

.small-speed:hover:before {
	color: #00f !important;
}

.small-speed-txt:hover:before {
	color: #300 !important;
}



button:before {
	font-family: "fontello";
	font-weight: normal;
	display: block;
	font-size: 1em;
	min-width: 1em;
	min-height: 1em;
	line-height: 1em;
	padding: 0px;
	width: 1em;
	margin-left: .2em;
	margin-right: .4em;
	color: #123;
	float: left;
	content: '\e859';
}

button.speed:before {
	margin: 0px;
	width: 1.5em;
	float: none;
	font-size: 1.2em;
	line-height: 1.2em;
}

button.wide:before {
	margin-right: 1em;
	color: #000;
	text-shadow: 1px 1px 2px #000;
}

button.wide {
	padding-right: 1.2em;
	color: #000;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
}

button:hover, input[type="submit"]:hover {
	color: #fff;
	border-style: solid;
	border-color: #337 #113 #113 #337;
	background-color: #125 !important;
	background-image: linear-gradient(to top, rgb(32, 32, 64), rgb(64, 64, 128));
}

button:hover:before {
	color: #def;
}

button:active, input[type="submit"]:active {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .7);
	border-color: #113 #337 #337 #113;
	background-image: linear-gradient(to bottom, rgb(32, 32, 64), rgb(64, 64, 128));
}

div.full-wrap {
	display: table;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: scroll;
}

div.full-wrap > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

div.full-wrap > div div {
	display: inline-block;
	padding: 0px 4px;
}

div.full-wrap > div > h3 {
	text-shadow: 0px 0px 8px rgba(255, 255, 255, .5);
}

div.full-wrap form {
	display: inline-block;
	border: 4px solid #335;
	border-radius: 16px;
	padding: 0px 16px 16px;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, .5);
	text-align: center;
	background: #fff url(/img/bk3.png);
}

div.full-wrap input[type="text"], div.full-wrap input[type="password"], div.full-wrap select,
form input[type="text"], form input[type="password"], form select {
  display: block;
  min-width: 200px;
  margin-bottom: 4px;
}

div.full-wrap form img.logo {
  width: 64px;
  height: 64px;
  margin-top: 16px;
}

@media only screen and (max-width: 960px) {
    	
	.reg-block {
		float: none !important;
		display: block !important;
		padding: 0px !important;
	}
	
	.reg-block input, .reg-block select {
		display: block !important;
		min-width: auto !important;
		width: calc(100% - 12px);
	}
	
}

.break {
	display: block;
	clear: both;
}

#msg-box {
	display: none;
	position: fixed;
	left: 4px;
	bottom: 30px;
	border-radius: 4px;
	font-size: 12pt;
	color: #fff;
	background-color: #007;
	padding: 4px 8px 4px 36px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
	word-wrap: break-word;
	max-width: 40%;
	min-height: 24px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 4px center;
	background-image: url(/img/info24_w.png);
	cursor: pointer;
	z-index: 99999;
}

#msg-box.err {
	color: #fff;
	background-color: #700;
	background-image: url(/img/alert24_w.png);
}

#message-wrap, #media-wrap {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background-color: rgba(0, 0, 0, .8);
}

#message-wrap > div, #media-wrap > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#media-wrap > div {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#message-wrap > div > div, #media-wrap > div > div {
	display: inline-block;
	position: relative;
	border: 2px solid #12b;
	border-radius: 4px;
	padding: 0px 0px 8px;
	box-shadow: 0px 0px 32px rgba(128, 128, 255, .3);
	text-align: center;
	background: #fff url(/img/bk3.png);
}

#message-wrap > div > div {
	max-width: 90%;
}

#media-wrap > div > div {
	display: block;
	background: none;
	border: none;
	padding: 0px;
	box-shadow: none;
	width: 100%;
	height: 100%;
	text-align: center;
}

#message-wrap > div > div > label {
	display: block;
	background-color: #12b;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 8px 8px 8px 36px;
	background-repeat: no-repeat;
	background-position: 4px 2px;
	background-image: url(/img/favicon24_w.png);
	border-bottom: 2px solid #12b;
}

#message-wrap > div > div > p:first-of-type, #media-wrap > div > div > span.close {
	position: absolute;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	width: 24px;
	height: 24px;
	right: 4px;
	top: 2px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/img/close24_w.png);
	border-radius: 4px;
	cursor: pointer;
	z-index: 1010;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
}

#media-wrap > div > div > span.close {
	top: 8px;
	right: 8px;
	left: auto;
	bottom: auto;
	width: 32px;
	height: 32px;
	background-color: rgba(160, 0, 0, .8);
	box-shadow: 0px 0px 8px rgba(255, 160, 160, .8);
}

#message-wrap > div > div > p:first-of-type:hover, #media-wrap > div > div > span.close:hover {
	background-color: rgba(255, 255, 255, .8);
	background-image: url(/img/close24_b.png);
}

#message-wrap > div > div > div {
	padding-top: 8px;
	border-top: 1px solid #ddd;
}

#message-wrap > div > div > span {
	display: inline-block;
	word-wrap: break-word;
	min-width: 480px;
	font-size: 12pt;
	padding: 16px 8px;
}

#media-wrap iframe {
	display: inline-block;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
}


#main-wrap {
	display: block;
	margin: 40px auto 36px;
	width: 1400px;
}

@media only screen and (max-width: 1400px) {
	#main-wrap {
		width: 1200px;
		margin: 40px auto 36px;
	}
	button {
		font-size: .9em;
	}
}

@media only screen and (max-width: 1300px) {
	#main-wrap {
		width: 1100px;
		margin: 40px auto 36px;
		font-size: .9em !important;
	}
}

@media only screen and (max-width: 1200px) {
	#main-wrap {
		width: auto;
		margin: 40px 8px 36px;
		font-size: .8em !important;
	}
}

@media only screen and (max-width: 840px) {
	#main-wrap {
		font-size: .6em !important;
	}
}


.very-big {
	display: block;
	font-size: 64pt;
	font-weight: bold;
	margin-bottom: 16px;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
}

.white-box {
	display: block;
	position: relative;
	padding: 8px 16px;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, .85);
	/*border: 1px solid #ccc;*/
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
	margin-bottom: 8px;
}

.white-box-inline {
	display: inline-block;
	padding: 32px 16px !important;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid #ccc;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
	margin-bottom: 8px;
}

#wait {
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 1001;
}

#wait > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#wait > div > img {
	display: inline-block;
	width: 128px;
	height: 128px;
}

.click {
	cursor: pointer;
}

.captcha {
	display: block !important;
	position: relative;
	height: 30px !important;
	padding: 0px 1px 16px !important;
	margin: 16px 0px 0px!important;
	text-align: center;
}

.captcha > div {
	display: inline-block !important;
	position: relative;
	padding: 0px !important;
}

.captcha img {
	display: inline-block !important;
	width: 140px !important;
	height: 28px !important;
	border: 1px inset #bbb !important;
	border-right: none !important;
	float: left !important;
}

.captcha input {
	display: inline-block !important;
	margin: 0px !important;
	padding: 0px !important;
	height: 28px !important;
	max-height: 28px !important;
	width: 67px !important;
	min-width: 67px !important;
	border: 1px inset #bbb !important;
	text-align: center !important;
	background-color: #fff !important;
}

.cbtn {
	display: none;
	position: absolute;
	top: 31px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: 1px outset #ddd;
	cursor: pointer;
}

.voice {
	background-image: url(/img/voice16.png);
	left: 0px;
}

.refresh {
	background-image: url(/img/refresh16.png);
	left: 18px;
}

.captcha:hover .cbtn {
	display: inline-block;
}

.captcha .cbtn:hover {
	border-color: #999;
}

label {
	display: block;
	text-align: left;
	font-size: 8pt;
	color: #333;
}

input .err {
	background-color: #fcc;
}

fieldset {
	display: inline-block;
	position: relative;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	border: none;
	overflow: visible;
}

fieldset.first {
	display: block;
}

fieldset > textarea {
	display: block;
	min-height: 160px;
}

.page-title {
	margin-bottom: 32px !important;
	color: #521 !important;
}

.bold {
	font-weight: bold;
}

.btn {
	display: inline-block;
	height: 1em;
	font-size: 1em;
	line-height: 1em;
	user-select: none;
	cursor: pointer;
}

.btn:hover {
	text-decoration: underline;
	color: #00f;
}

.btn:before {
	font-family: "fontello";
	font-weight: normal;
	display: block;
	width: 1em;
	line-height: 1em;
	padding: 0px;
	margin-right: .1em;
	float: left;
	/*content: '\e859';*/
}

.btn:before:hover {
	
}

#drop-area {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 32, 64, .5);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/img/upload.png);
	z-index: 99999;
}

.slider_box {
	display: block;
	position: relative;
	padding: 0px 8px;
	border: 1px solid #ccc;
	border-radius: 0px 4px 4px 4px;
	margin: 16px 0px;
	height: 0px;
}

.slider_box > div {
	opacity: 1;
	background-color: #fff;
	display: none;
}

.slider_box > button {
	display: none;
}

.slider_box > span.slide_btn {
	position: absolute;
	left: -1px;
	top: -17px;
	display: inline-block;
	width: 32px;
	height: 16px;
	background-color: #fff;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/img/down.png);
	border: 1px solid #ccc;
	border-bottom: none;
	border-radius: 4px 4px 0px 0px;
}

.slider_open {
	padding: 16px 8px;
	background-color: #fff;
	height: auto;
	transition: all 0.2s ease-out;
	border-color: #ccc;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}

.slider_open > div {
	display: block;
	opacity: 1;
}

.slider_open > span.slide_btn {
	background-image: url(/img/up.png);
	border-color: #ccc;
}

.flat-btn {
	display: inline-block;
	position: relative;
	border-radius: 6px;
	width: 27px;
	height: 27px;
	/*background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(230, 230, 255));*/
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	cursor: pointer;
	margin-right: 2px;
}

.flat-btn:last-of-type {
	margin-right: 0px;
}

.flat-btn:before {
	display: block;
	position: absolute;
	font-family: "fontello";
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	width: 27px;
	color: #555;
	left: 0px;
	top: 2px;
	text-align: center;
}

.flat-btn:hover {
	background-image: linear-gradient(to bottom, rgb(32, 32, 64), rgb(64, 64, 128));
}

.flat-btn:hover:before {
	color: #fff;
}

.state {
	padding-left: 32px !important;
	background-repeat: no-repeat;
	background-position: 4px center;	
}

.preview24 {
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/img/preview24_b.png);
	border-radius: 18px;
	right: 16px;
	top: 8px;
	cursor: pointer;
}

.preview24:hover {
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .8);
}

@media only screen and (max-width: 800px) {
	#top-panel > span > span {
		display: none;
	}
	#top-panel > span:not(.bell) {
		background-position: center center;
	}
}

