html, body { padding:0; margin:0; height: 100%; min-height:100%; }
/* ================================================= */
body {
	font: normal 12px/140% Verdana, Geneva, sans-serif;
	color:#546a74;
}

h1, h2, h3, h4, h5, h6, span.title {
	line-height: 140%;
	color:#000;
	font-weight:normal;
}
h1, h2, span.title {
	display:block;
	margin-top: 0;
	margin-bottom: 0.83em;
	font-size:1.5em;
}
h2 { font-size:1.333em; font-weight: bold; }
h3 { font-size:1.333em; }
h4 { font-size:1.167em; font-style: italic; }
h5 { font-size:1.167em; }

input, select, textarea, .placeholder.value {
	font: normal 1em/150% Verdana, Geneva, sans-serif;
	color: #000;
}
a { color:#004b80; text-decoration: none; }
a:hover { color:#004b80; text-decoration: underline; }
a.black, a.black:hover { color: #000; }
a:focus { outline:none; }
a.ajax { text-decoration: none; }
a.ajax u { text-decoration: none; border-bottom: 1px dashed; }
a.ajax:hover u { border-bottom: 0; }
/* ================================================= */
body { background:#fff; }
.box, .inner {
	min-width: 1000px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}
.box {
	height: auto !important;
	min-height:100%;
	height: 100%;
	margin: 0 auto;
}
header {
	position: relative;
	height:268px;
	margin-bottom: 55px;
	background: url('../img/header.png') left bottom no-repeat;
}
aside { float: left; width: 225px; }
aside.right { float: right; }

.content { margin: 0 250px; }
.column2 .content { margin: 0 0 0 250px; }
.nocolumn .content, .content .content { margin: 0; }

.footer_clear { clear: both; height: 125px; }
footer {
	height: 125px;
	margin-top: -125px;
	border-top: 1px solid #b2bec5;
	background: #e1e9ed;
}
footer .border { border-top: 1px solid #fff; }
footer .inner { padding: 20px; }
section { margin-bottom: 30px; overflow: hidden; }
/* ================================================= */
.hidden { display:none; }
.clear { clear:both; }
.rel { position:relative; }
.noresize { width:auto !important; height:auto !important; }
span.date, time { display:block; color: #546a74; font-style: italic; }
.float { float:left; width:100%; }
img.left { float:left; margin: 1em 1em 1em 0;}
img.right { float:left; margin:1em 0 1em 1em;}
.placeholder { font-style: italic; color: #7b8b92; }
.undr_none { text-decoration: none; }
.a_hover, .a_hover:hover { text-decoration: none; }
.a_hover:hover u.undr_none { text-decoration: underline; }
span.title img { vertical-align: middle; }
hr {
	margin: 0.83em 0;
	padding: 0;
	height: 1px;
	border: 0;
	background: #b2bec5;
}
/* ================================================= */
header .logo_link {
	position: absolute;
	z-index: 10;
	top:50px;
	left:0;
	width: 240px;
	height: 110px;
}
header .logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 340px;
	height: 268px;
	padding: 54px 90px;
	color: #546a74;
	font-size: 14px;
	background: url('../img/logo.png');
}
header .logo:hover { text-decoration: none; }
header .logo .city {
	display: block;
	margin-top: 6px;
	font-size: 26px;
	line-height:100%;
}
header .links {
	position: absolute;
	z-index: 6;
	top: 0;
	right: 0;
	height: 57px;
	line-height: 57px;
	text-align:right;
/*	line-height: 12px;
	padding-top: 26px;*/
}
header .links a { padding-left: 20px; }
header .links a, header .links u { text-decoration: none; }
header .links a:hover u { text-decoration: underline; }
header .links a img { padding: 0 1px; vertical-align: middle; }
header .links .age { float: right; width: 3.3em; font-size: 2em; text-align: right; }

header .clock {
	position: absolute;
	z-index: 6;
	top:166px;
	left: 0;
	width: 130px;
	height: 82px;
	padding: 10px 0;
	color: #707070;
	text-align: center;
}
header .clock .time {
	display: block;
	font-size: 30px;
	line-height:110%;
	color: #000;
}
/* ================================================= */
#slider {
	height: 268px;
	padding-top: 57px;
	margin-left: 248px;
	overflow: hidden;
}
#slider .chest { position:relative; }
#slider .one_s { display:none; position:absolute; top:0; left:0; }
#slider .one_s.current, #slider img { display:block; width: 992px; height: 211px; }
#mitraSliderLoading {
	position:absolute;
	z-index:4;
	width: 992px;
	height: 211px;
	background:url('../img/slider-loading.gif') center no-repeat #fff;
}
#slider .hidden { display:none; }

#slider .more {
	position: absolute;
	z-index: 3;
	top: 57px;
	right: 0;
	width: 125px;
	height: 33px;
	line-height: 33px;
	color: #004b80;
	text-align: center;
	background: url('../img/slider-more.png');
}
/* ================================================= */
#nav {
	position: absolute;
	z-index: 10;
	top:264px;
	left: 0;
	width: 100%;
	height: 39px;
	line-height: 33px;
}
#nav .left, #nav .right {
	float: left;
	width: 5px;
	height: 39px;
	background: url('../img/nav-l.png');
}
#nav .right {
	float: right;
	background: url('../img/nav-r.png');
}
#nav .nav {
	margin: 0 5px;
	padding: 2px 0 4px;
	height: 39px;
	background: url('../img/nav-c.png');
}
#nav ul {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav .nav > ul > li {
	display: table-cell;
*	float: left;
	border-right: 1px solid #a0bac7;
	border-left: 1px solid #516771;
}
#nav .nav > ul > li.first { border-left: 0; }
#nav .nav > ul > li.last { border-right: 0; }

#nav .nav > ul > li > .rel > a {
	display: block;
	height: 33px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
#nav.active .nav > ul > li.hover:hover > .rel > a,
#nav .hidden a {
	color: #8d8d8d;
	text-shadow:none;
}
#nav .hidden a { text-decoration: underline; }
#nav .hidden a:hover { text-decoration: none; }

#nav.active .nav > ul > li.hover:hover { background: #fff; }
#nav.active .nav > ul > li:hover .hidden { display: block; }

#nav .hidden {
	position: absolute;
	top:33px;
	left: 0;
	width: 295px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
	overflow: hidden;
}
#nav .nav > ul > .last .hidden { left: auto; right: 0; }
#nav .hidden.b2 { width: 570px; }
#nav .hidden .one { float: left; width: 275px; }
#nav .hidden a {
	float: left;
	width: 275px;
	margin: 5px 0;
	line-height: 120%;
}
/* ================================================= */
aside nav {
	margin-bottom: 30px;
	padding: 5px 0;
	background: url('../img/aside-nav.png') left bottom no-repeat #dde5ea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
aside nav .one {
	display: block;
	margin: 10px 0;
	padding: 5px 20px;
	text-decoration: underline;
	text-shadow: 1px 1px 1px #fff;
}
aside nav .one:hover, aside nav .one.current {
	color: #fff;
	text-shadow: none;
	background: linear-gradient(bottom, #5f7884, #819aa7) #819aa7;
	background: -o-linear-gradient(bottom, #5f7884, #819aa7) #819aa7;
	background: -moz-linear-gradient(bottom, #5f7884, #819aa7) #819aa7;
	background: -webkit-linear-gradient(bottom, #5f7884, #819aa7) #819aa7;
	background: -ms-linear-gradient(bottom, #5f7884, #819aa7) #819aa7;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
/* ================================================= */
.scrolltop {
	display: none;
	position: fixed;
	top: 150px;
	right: 30px;
	width: 33px;
	height: 34px;
	background: url('../img/scrolltop.png');
}
.scrolltop:hover { background-position: 0 -34px; }
@media screen and (max-width: 1400px) {
	.scrolltop { display: none !important; }
}
/* ================================================= */
.index .search { margin: 0 250px 20px 0; }
aside .search { margin-bottom: 30px; }

.search .wrapper { display: block; margin-right: 30px; }
.index .search .wrapper { margin-right: 82px; }

.search input {
	width: 100%;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0 7px;
	border: 0;
	background: url('../img/search.png') left no-repeat;
}
.box > .search a,
.box > aside .search a {
	float: right;
	width: 30px;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 30px;
	color: #fff;
	background-image: url('../img/search-a-min.png');
}
.index .box > .search a { width: 82px; background-image: url('../img/search-a.png'); }
.box > .search a:hover, .box > aside .search a:hover { text-decoration: none; background-position: 0 -24px; }
.box > .search a:active, .box > aside .search a:active { background-position: 0 -48px; }
/* ================================================= */
footer .aside {
	float: left;
	width: 225px;
}
footer .aside.right { float: right; }
footer .center { margin: 0 250px; }


footer .center { color: #546a74; }
footer .center a { font-size: 1.083em; }
footer .mitra {  }
/* ================================================= */
a.button, a.button:hover {
	display:inline-block;
	margin:0.83em 0;
	color:#fff;
	font-size:1.083em;
	text-decoration:none;
	overflow:hidden;
}
a.button.right { float:right; }
a.button u {
	float:left;
	height: 26px;
	line-height:22px;
	padding:0 35px;
	text-decoration: none;
	background:url('../img/button_c.png') repeat-x;
}
a.button b, a.button i { float:left; width:5px; height:26px; }
a.button i { background:url('../img/button_l.png') }
a.button b { background:url('../img/button_r.png') }

a.button.ver2 { color: #546a74; }
a.button.ver2 u { background:url('../img/button_2_c.png') repeat-x; }
a.button.ver2 i { background:url('../img/button_2_l.png') }
a.button.ver2 b { background:url('../img/button_2_r.png') }

a.button:hover i, a.button:hover b, a.button:hover u { background-position:0 -26px; }
a.button:active i, a.button:active b, a.button:active u { background-position:0 -52px; }

input.button {
	display: inline-block;
	padding: 5px 20px;
}
/* ================================================= */
.important_news .one {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}
.important_news .one img {
	float: left;
	width: 100px;
	height: 78px;
}
.important_news .one .text {
	display: block;
	margin-left: 115px;
}
/* ================================================= */
section.news .subscribe { float: right; margin-top: 5px; }
section.news fieldset, .news legend { margin: 0; padding: 0; border: 0; }
section.news fieldset { margin-bottom: 30px; }
section.news legend { font-size: 1.333em; margin-bottom: 15px; }

section.news .one { margin-bottom: 20px; }

section.news .one .anons { font-style: normal; color: #008d01; }
section.news .one .important { font-style: normal; color: #e48f08; }
section.news .one .urgently { font-style: normal; color: #ba4444; }

section.news .one img { vertical-align: middle; }
/* ================================================= */
.reports .one { display: block; margin-bottom: 20px; }
.reports .one.new { padding-left: 5px; border-left: 3px solid #7b94a1; }
/* ================================================= */
.direct_speech {
	position: relative;
	color: #000;
	background: #e1e9ed;
}
.direct_speech span.title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 26px;
	line-height: 23px;
	padding: 0 20px;
	color: #fff;
	font-size: 1em;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	background: url('../img/ds-title.png');
}
.direct_speech img {
	display: block;
	margin-top: 23px;
	width: 225px;
}
.direct_speech .text { padding: 10px 10px 20px 10px; }
.direct_speech .ajax.show, .direct_speech .ajax.hide {
	display: block;
	margin-top: 10px;
	padding-right: 14px;
	text-align: right;
	background: url('../img/show.png') right center no-repeat;
}
.direct_speech .ajax.hide { display: none; background-image: url('../img/hide.png'); }
.direct_speech .text.opened .hidden { display:block; margin-top: 0.83em; color: #004b80; font-style: italic; }
.direct_speech .text.opened .hide { display:block; }
.direct_speech .text.opened .show { display: none; }
/* ================================================= */
.links .one {
	display: table;
	width: 100%;
	padding: 10px 0 25px;
	overflow: hidden;
}
.links .one + .one { padding: 25px 0; border-top: 1px solid #7a7a7a; }
.links .one .img { display: table-cell; width: 50px; height: 50px; }
.links .one .img img { width: 50px; height: 50px; }
.links .one .text { display: table-cell; padding-left: 10px; vertical-align: middle; }
/* ================================================= */
.sport_link {
	display: block;
	height: 70px;
	margin: 10px 0;
	padding: 20px 20px 20px 70px;
	background: url('../img/sport_link.png');
}
/* ================================================= */
aside nav.map {
	padding-top: 0;
	background-image: none;
}
aside nav.map .title {
	padding: 10px 20px;
	font-size: 1.167em;
	background: #cdd6e0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
/* ================================================= */
section.map {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
section.map .bg { display: block; width: 100%; height: 630px; }

section.map .cont { position: relative; height: 630px; }

section.map .search {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 320px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	z-index: 1;
}

section.map .search .input {
	padding: 10px;
	background: #f3f3f3;
	border-bottom: 1px solid #e4e4e4;
}
section.map .search .input input {
	display: block;
	width: 300px;
	height: 31px;
	margin: 0;
	padding: 3px 60px 3px 7px;
	font-size: 13px;
	background: url('../img/map-search.png') #fff;
	border: 0;
}
section.map .search .input input:focus { background-position: 0 -31px; }

section.map .search .reset {
	position: absolute;
	top: 19px;
	right: 20px;
	width: 14px;
	height: 14px;
	background: url('../img/map_reset.png');
	cursor: pointer;
}
section.map .search .reset > div.h {
	background: url('../img/map_reset.png') 0 -14px;
}
section.map .hidden {
	display: block;
	height: 510px;
	overflow: auto;
}
section.map .search .control {
	position: absolute;
	bottom: -39px;
	left: 143px;
	width: 50px;
	height: 40px;
	background: url('../img/map-control.png') 0 0;
	cursor: pointer;
}
section.map .search .control:hover { background-position: 0 -40px; }
section.map .search .control.closed { background-position: 0 -80px; }
section.map .search .control.closed:hover { background-position: 0 -120px; }


section.map li .ico {
	float: left;
	width: 15px;
	height: 15px;
	background: url('../img/map-checkbox.png');
}
section.map .one li.undefined > .title > .ico { background-position: 0 -15px; }
section.map .one li.checked > .title > .ico, 
section.map .one li.checked > label > .ico { background-position: 0 -30px; }
section.map .one li .text {
	margin-left: 24px;
}

section.map .one ul { margin: 0; padding: 0; list-style: none;  }

section.map .one li { display: block; cursor: pointer; }
section.map .one li li { margin: 10px 10px 10px 20px; }
section.map .one .title { text-transform: uppercase; font-weight: bold; }
section.map .one label { display: block; cursor: pointer; }
section.map .one label input { display: none; }
section.map .one label img { vertical-align: middle; }


section.map .one > ul > li {
	padding: 15px;
	background: url('../img/map-one-bg.png') top repeat-x #ececec;
	border-left-width: 3px;
	border-left-style: solid;
	border-bottom: 1px solid #e4e4e4;
}
section.map .one > ul > li > .text { font-weight: bold; text-transform: uppercase; }

section.map .one.not_search { padding: 18px;}
section.map .one.not_search .border {
	display: block;
	padding: 1em 0;
	border-bottom: 1px solid #e4e4e4;	
}
section.map .one.not_search .title {
	margin: 0;
	font-size: 12px;
}
section.map .one.not_search .title .border { padding: 0.5em 0; }
section.map .one.not_search .title a {
	display: inline;
	border-bottom: 0;
}
section.map .one.not_search .text a {
	display: block;
	padding-left: 20px;
	background: url('../img/map-2gis-active.png') 0.25em 1.4em no-repeat;	
	cursor: pointer;
}
section.map .one.not_search a.checked {
	background-image: url('../img/map-2gis.png');	
}


section.map div.map_place > div {
	position: absolute;
	width: 34px;
	height: 45px;
	padding-top: 4px;
	text-align: center;
	cursor: pointer;
}
section.map div.map_place > div img { margin-top: 3px; width: 20px; height: 20px; }
div.map_tooltip {
	display: none;
	position: absolute;
	z-index: 8;
	width: 400px;
	background: url('../img/map_mark_bg.png') bottom repeat-x #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
div.map_tooltip .cont {
	margin-left: 60px;
	padding: 15px;
	font-size: 14px;
	background: url('../img/map-one-bg.png') top repeat-x #ececec;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
div.map_tooltip .close, .training .inn .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 17px;
	height: 17px;
	background: url('../img/map_close.png');
	cursor: pointer;
}
div.map_tooltip .close > div, .training .inn .close > div { background: url('../img/map_close.png') 0 -17px; }
div.map_tooltip .str {
	position: absolute;
	top: 20px;
	left: -10px;
    border-top: 8px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 8px solid transparent;
}
div.map_tooltip .ico {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
}
div.map_tooltip.right .cont {
	margin-left: 0; margin-right: 60px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
div.map_tooltip.right .close { right: 70px; }
div.map_tooltip.right .ico { left: auto; right: 10px; }
div.map_tooltip.right .str {
	left: auto; right: -10px;
    border-top: 8px solid transparent;
    border-right: 0;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
}
.ico_hover > div.h {
	display: none;
	width: 100%;
	height: 100%;
}

.map_tooltip.group_1 { background-color: #ff2020 }
.map_tooltip.group_1 .str, 
section.map .one.group_1 > ul > li { border-right-color: #ff2020 !important; border-left-color: #ff2020 !important; }
section.map div.map_place > div.group_1 { background: url('../img/map-place-1.png'); }

.map_tooltip.group_2 { background-color: #eb8b01 }
.map_tooltip.group_2 .str,
section.map .one.group_2 > ul > li { border-right-color: #eb8b01 !important; border-left-color: #eb8b01 !important; }
section.map div.map_place > div.group_2 { background: url('../img/map-place-2.png'); }

.map_tooltip.group_3 { background-color: #4dacfd }
.map_tooltip.group_3 .str,
section.map .one.group_3 > ul > li { border-right-color: #4dacfd !important; border-left-color: #4dacfd !important; }
section.map div.map_place > div.group_3 { background: url('../img/map-place-3.png'); }

.map_tooltip.group_4 { background-color: #dad82a }
.map_tooltip.group_4 .str, 
section.map .one.group_4 > ul > li { border-right-color: #dad82a !important; border-left-color: #dad82a !important; }
section.map div.map_place > div.group_4 { background: url('../img/map-place-4.png'); }

.map_tooltip.group_5 { background-color: #2ae62a }
.map_tooltip.group_5 .str,
section.map .one.group_5 > ul > li { border-right-color: #2ae62a !important; border-left-color: #2ae62a !important; }
section.map div.map_place > div.group_5 { background: url('../img/map-place-5.png'); }



section.map .training .one {
	display: none;
	position: absolute;
	z-index: 9;
	width: 500px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
section.map .training .one .inn { overflow: hidden; }
section.map .training .one.s1 .inn { padding-top: 25px; padding-bottom: 0; }
section.map .training .one > div { padding: 15px; }
section.map .training .one.s1 { bottom: 50px; right: 20px; }
section.map .training .one.s2 { top: 72px; left: 360px; }
section.map .training .one.s3 { top: 20px; left: 360px; }

section.map .training .one .str {
	position: absolute;
	top: 16px;
	left: -15px;
	width: 15px;
	height: 24px;
	padding: 0;
	background: url('../img/map-t-str.png');
}

section.map .training .s1 .ico {
	float: left;
	width: 150px;
	text-align: center;
}
section.map .training .ico img { vertical-align: middle; }
section.map .training .text { font-size: 14px; line-height: 150%; }
section.map .training .s1 .text .title {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #3991EB;
}
section.map .training .inn .sl {
	margin-top: 2em;
	overflow: hidden;
}
section.map .training .inn .sl .ico { float: left; text-align: center; }
section.map .training .inn .sl .text { margin-left: 130px; }
section.map .training .inn .sl .text .title { text-transform: none; }

section.map .training .inn .sl.right .ico { float: right; }
section.map .training .inn .sl.right .text { margin-left: 0; margin-right: 130px; }


section.map .training .one .control {
	background: #F3F3F3;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
}

section.map .training .one .control a {
	float: right;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	color: #fff;
	border: 1px solid #2c7cca;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(32,102,169,0.5);
	background: url('../img/map-button.png') #308ce7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
section.map .training .one.s1 .control a { float: left; }
section.map .training .one .control a:hover {
	text-decoration: none;
	background-position: 0 -34px;
}
section.map .training .one .control a:active { background-position: 0 -68px; }

section.map .training .one .control a.second {
	float: right;
	color: #3691eb;
	text-shadow: none; 
	background: #f3f3f3;
}
section.map .training .one .control a.second:hover { background: #f9f9f9; }
section.map .training .one .control a.second:active { background: #fff; }
/* ================================================= */
blockquote {
	position: relative;
	margin: 0.83em 0;
	padding: 20px;
	color: #546a74;
	background: #f0f3f4;
	border: 1px solid #b2bec5;
}
blockquote .pic {
	position: absolute;
	bottom: -7px;
	left: 25px;
}
blockquote + .author { padding: 7px 0 7px 25px; color: 546a74; }
/* ================================================= */
.gallery .line { clear: both; overflow: hidden; }
.gallery .one {
	float: left;
	width: 25%;
}
.gallery .one img { width: 150px; height: 150px; }
/* ================================================= */
aside .weather { color: #4f4f4f; }
aside .weather .date { font-size: 1.083em; color: #000; font-style: normal; }
aside .weather .ico {
	margin: 10px 0;
	font-size: 2.500em;
	line-height: 100%;
	overflow: hidden;
}
aside .weather .ico img { float: left; width: 86px; height: 86px; }
aside .weather .ico .text { margin-left: 100px; padding-top: 34px; }
aside .weather .info { display: block; font-size: 0.917em; }
aside .weather .a_hover { display: block; text-align: center; }
aside .weather .center { text-align: center; }

aside .weather .hidden {
	position: absolute;
	width: 225px;
	padding: 1em;
	background: #dde5ea;
	border: 1px solid #7a7a7a;
}
aside .weather .hidden.opened { display: block; }
aside .weather .hidden .blue {
	display: block;
	color: #004b80;
	margin-bottom:1em;
}
/* ================================================ */
table.weather th {
	height: 34px;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
}
table.weather td { /*height: 117px;*/ }
table.weather th, table.weather td { padding: 10px 15px; border: 1px solid #ddd; }

table.weather .date { width: 79px; }
table.weather .info { width: 200px; }

table.weather .info img { float: left; width: 70px; height: 70px; }
table.weather .info .temperature { margin-left: 80px; padding-top: 15px; font-size: 1.500em; }
table.weather .text { clear: both; text-align: center; overflow: hidden; }
/* ================================================ */
.breadcrumbs { line-height: 26px; margin-bottom: 15px; }
/* ================================================ */
ul.proposition { list-style-image: url('../img/listmark.png'); }
ul.proposition li { margin: 0.5em 0; }
ul.proposition b { font-weight: normal; }
/* ================================================ */
.b-guestbook h5 { font-size: 1.5em; }
.b-guestbook .box {
	padding: 20px;
	background: #dde5ea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.b-guestbook .b-header img { float: left; margin-right: 5px; }
.b-guestbook .b-article { padding-bottom: 30px; }
.b-guestbook .b-article + .b-article {
	padding: 30px 0;
	border-top: 1px solid #546A74;
}
.b-guestbook .date { display: inline; }
.b-guestbook .b-question { padding-bottom: 20px; font-style: italic; }
.b-guestbook .label { color: #b22; }
/* ================================================ */
.l-rightcol { float: right; width: 280px; }
.l-centercol { margin-right: 300px; }
.l-rightcol h5, .l-centercol h5 { font-size: 1.5em; font-weight: bold; }

.docs-info { font-size: 1.5em; overflow: hidden; }

.docs-info a {
	float: left;
	min-height: 35px;
	margin: 0.25em 0;
	padding: 0 10px 0 40px;
	background: rgba(0, 0, 0, 0) url('../img/izber_doc.jpg') no-repeat left 3px !important;
}
/* ================================================ */
table.table { width:100%; margin:30px 0; color: #000; }
table.table th, table.table td{ padding:5px; text-align: center; }
table.table th { font-weight: normal; }

table.table.t1 td, table.table.t1 th { border: 1px solid #555; }

table.table.t2 tr.even td, table.table.t2 tr.even th { background: #dde5ea; }

table.table.t3 td, table.table.t3 th { background: #dde5ea; border: 1px solid #fff; }
/* ================================================ */
.subscribe {
	position: relative;
	float: right;
	text-decoration: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.subscribe u { text-decoration: none; border-bottom: 1px dashed; }
.subscribe:hover u { border-bottom: 0; }

.subscribe .border {
	position: relative;
	z-index: 1;
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
	background: #fff;
	border: 1px solid #fff;
	border-bottom: 0;
}
.subscribe.opened .border {
	border-color: #555;
}
.subscribe .hidden {
	position: absolute;
	top: 25px;
	right: 0;
	width: 330px;
	padding: 5px;
	background: #fff;
	border: 1px solid #555;
	box-shadow: -3px 3px 3px rgba(0,0,0,0.1);
}
/*.subscribe.opened .hidden { display: block; } */

.subscribe input {
	float: left;
	width: 200px;
	padding: 0 3px !important;
	height: 24px !important;
	line-height: 24px !important;
	background: #fff;
	border: 1px solid #555;
}
.subscribe input.button {
	width: 100px;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.subscribe input.button:hover { background: #efefef; }
/* ================================================ */

/* ================================================ */

/* ================================================ */
select {
    outline: none;
    cursor: pointer;
}
h2.inv {
    display: block;
    margin-top: 0;
    margin-bottom: 0.83em;
    font-size: 1.5em;
    line-height: 140%;
    color: #000;
    font-weight: normal;
}
.announce {
    margin-bottom: 18px;
    padding: 14px;
    overflow: hidden;
    border: 2px solid #dde5ea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.announce__time {
    color: #546a74;
    margin-bottom: 14px;
}
.announce__img {
    width: 71px;
    height: 71px;
    float: left;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.announce__txt {
    margin-left: 86px;
    font-size: 14px;
}
.ask {
    color: #004b80;
    font-size: 1.5em;
    cursor: pointer;
    /*padding-bottom: 15px;*/
}
.ask span {
    border-bottom: 1px dashed #004b80;
}
.ask:hover > span {
    border: 0;
}
div.js-hider {
    padding: 20px;
    background: #dde5ea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 710px;
}
.js-sliding_panel {
    display: none;
    padding-top: 15px;
    zoom: 1;
    /*overflow: hidden;*/
}
.js-sliding_panel input, .js-sliding_panel textarea {
    margin: 0;
}
.plus_minus {
    width: 20px;
    height: 20px;
    background: url(../img/plus-minus.png) left top no-repeat;
    float: right;
}
.open {
    background: url(../img/plus-minus.png) left bottom no-repeat;
}
.q_filter {
    margin-top: 30px;
}
.q_filter__tabs {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.tab {
    float: left;
    color: #004b80;
    cursor: pointer;
    padding: 10px 20px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
}
.active_tab {
    color: #000;
    border: none;
    background: #dde5ea;
    cursor: default;
}
.tab span {
    border-bottom: 1px dashed #004b80;
}
.active_tab span, .tab:hover span {
    border: 0;
}
.q_filter__cotainer {
    background: #dde5ea;
    padding: 20px;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}
div.con {
    background: #dde5ea;
}
div.con ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 49%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
div.con ul li {
    margin: 10px 0;

}
div.con ul li a {
    color: #000;
    text-decoration: underline;
}
div.con ul li a:hover {
    text-decoration: none;
}
.add_h {
    float: left;
    width: 300px;
}
.sorting {
    float: right;
    width: 320px;
    position: relative;
    top: -50px;
    font-size: 14px;
}
.outside_s {
    padding: 5px 10px;
    cursor: pointer;

}
.inside_s {
    border-bottom: 1px dashed #004b80;
}
.sorting span.active {
    background: #dde5ea;
    cursor: default;
}
.sorting span.active .inside_s, .sorting span:hover > .inside_s {
    border: 0;
}

.question_box {
    border-top: 1px solid #dde5ea;
    padding: 25px 0;
    font-size: 14px;
    width: 100%;
}
.quest_time {
    color: #546a74;
    font-style: italic;
    font-size: 12px;
    float: right;
}
.quest {
    margin-bottom: 20px;
    /*overflow: hidden;*/
}
.strong {
    font-weight: bold;
}
.answer {
    margin-bottom: 20px;
}
.text_short {
    overflow: hidden;
}
.text_full {
    display: none;

}
.read_full {
    clear: both;
    width: 180px;
    margin: 10px auto;
    border: 0;
    background: none;
    color: #004b80;
    cursor: pointer;
    /*text-align: center;*/
}
.read_full span {
    border-bottom: 1px dashed #004b80;
}
.read_full span:hover {
    border: 0;
}
.t_author {
    margin: 5px 0;
    text-align: right;
    float: right;
    width: 500px;
    font-style: italic;
    font-size: 12px;
}
.button_like {
    padding: 0;
    margin: 0;
    width: 151px;
    height: 32px;
    border: 0;
    background: url(../img/button_like.png) left top no-repeat;
    cursor: pointer;
}
.button_like:hover {
    background-position: left center;
}
.non_active {
    background-position: left bottom;
    cursor: default;
}
.non_active:hover {
    background-position: left bottom;
}
.not_answered {
    font-size: 12px;
    font-style: italic;
    color: #8f9293;
}
.tags {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 18px 0 5px 0;
    font-size: 12px;
}
.tags li {
    float: left;
    padding-right: 5px;
}
.tags li a {

}
.paginator {
    width: 350px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
    list-style: none;
}
.paginator li {
    float: left;
    margin: 0 5px;
}
.paginator li a {
    font-size: 14px;
    text-decoration: underline;
}
.paginator li a:hover {
    text-decoration: none;
}
.paginator li a.active_page {
    color: #546a74;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}
.clearfix::after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.b_line {
    clear: both;
    border-top: 1px solid #dde5ea;
}
.button {
    cursor: pointer;
}
.overflow {
    overflow: hidden;
}
form.form {
    zoom:1;
}
.n_table tr td select {
    height: 20px;
}
.n_table tr td label {
    position: relative;
}
.error_plate {
    float: right;
    position: relative;
    top: 0px;
    right: 0px;
    padding: 5px 10px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    background: #b22;
    z-index: 3;
}
.wrong_field {
    border: 1px solid #b22;
}
.error {
    font-size: 14px;
    margin-top: 10px;
    color: #b22;
}

.sended_Q {
        min-height: 473px;
        position: relative;
}
.success {
        position: absolute;
        top: 210px;
        left: 336px;
}
.success__tip {
        float: left;
        width: 49px;
        height: 50px;
        margin-right: 15px;
}
.success__text {
        margin-left: 65px;
        color: #546a74;
        font-size: 18px;
        line-height: 140%;
}
.success__text span {
        font-size: 24px;
}
.delete_filter {
        margin: 0 5px;
        font-size: 18px;
        color: #f01;
        font-weight: bold;
        cursor: pointer;
}
.text_full.fullpage {
        display: block;
}
/**/
/* 07/08/2014 */
footer {
	min-width: 1000px;
}
.webcams {
	margin: 0;
}
.webcam {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin: 0 3% 40px 0;
}
.webcam__video {
	display: block;
	position: relative;
	width: 100%;
	height: 295px;
	overflow: hidden;
	margin-bottom: 20px;
}
.webcam__link {
	width: 100%;
}
.ivideon {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/ivideon.png) center center no-repeat;
}
.webcam__legend {
	overflow: hidden;
	margin-bottom: 20px;
}
.webcam__address {
	float: left;
	padding-left: 20px;
	width: 60%;
	color: #546a74;
	font-size: 14px;
	background: url(../img/c_marker.png) left center no-repeat;
}
.webcam__type {
	float: right;
	padding-left: 20px;
	background: url(../img/c_building.png) left center no-repeat;
	font-size: 12px;
	color: #95a0a5;
}
.webcam__txt {
	font-size: 12px;
	color: #65747b;
}