html {
  line-height: 1.5rem;
  -webkit-text-size-adjust: 100%;
	font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
	font-family: 'Open Sans', sans-serif;
  color: #000;
	background: #333436;
}
main {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
ul, ol {
  margin: 0 0 9px 25px;
  padding: 0;
}
pre {
    font-family: monospace, monospace;
    font-size: 1rem;
    display: block;
    padding: .5rem 1rem;
    margin: 0 0 1.5rem;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #333436;
    border-color: #ccc;
    border-style: solid;
    border-width: 3px;
    overflow: auto;
    color: #dfdfdf;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 0.625rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  left: 1px;
}
sub {
  bottom: -0.25rem;
}
sup {
  top: -0.5rem;
}
img {
  border: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0;
    margin: 0;
    border: none;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    width: 100%;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    font-size: 1.25rem;
    border-bottom: 1px solid #e5e5e5;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}


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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px auto;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
    width: 100%;
}

.wrapper {
	padding: 15px 15px 0;
	background-color: #fff;
}

#right-col {
	background: #fff;
	margin-top: 20px;
	padding: 15px;
	overflow: hidden;
}


header {
	margin-left: 60px;
	padding: 6px 124px 0px 0;
	position: relative;
    height: 54px;
	text-align: center;
	z-index: 1;
}

.site-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    position: relative;
    text-shadow: 0 0 1px #0084b6;
    top: 11px;
    left: 0px;
}

.header-inner p {
	color: #9c9c9c;
	font-style: italic;
	font-size: 14px;
	display: none;
	margin-top: 2px;
}

.pull-left {
	float: left;
	margin-left: 20px;
}

.brand {
	color: #79a861;
	transition: color 0.5s linear 0s;
}

.brand:hover, .brand:focus {
	color: #0081d6;
}

#icons-head {
	position: absolute;
	right: 15px;
	top: 18px;
}
#icons-head a:hover svg, #icons-head a:focus svg {
	fill: #0081d6;
}
#icons-head a, #icons-head span {
	display: inline-block;
	margin-left: 12px;
	  }
.icon-header {
	fill: #fff;
}
#logout-icon-form {
	display: none;
}


.navigation {
	padding: 5px 0;
	width: 100%;
	position: absolute;
	top: 5px;
}

.navbar {
	overflow: visible;
	margin-bottom: 10px;
	
}
.nav.menu {
	margin: 0;
	display: inline-block;
}
.nav {
	list-style: none;
}
.navigation .nav li {
	position: relative;
}

nav li a {
	display: block;
}

.nav-collapse .nav > li.active > a {
	color: #ffffff;
}

.nav-pills > li > a {
	background-color: #eaeaea;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	color: #fff;
	background-color: #007acc;
}

.navigation a {
	color: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 30px;
}

.navbar .btn, .navbar .btn-group {
	margin-top: 5px;
}

.navbar .btn-navbar {
	float: right;
	padding: 7px 10px;
	margin-right: 5px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #ededed;
	background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}

.navbar .btn-navbar:hover {
	background-color: #e6e6e6;
	background-image: none;
}

.nav-tabs::before, .nav-tabs::after, .nav-pills::before, .nav-pills::after {
	display: table;
	content: "";
	line-height: 0;
}

.nav-tabs::after, .nav-pills::after {
	clear: both;
}


.navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.nav-collapse .nav > li {
    margin: 0px 0px 20px 0;
}

.nav-collapse {
	clear: both;
}

*.nav-collapse, .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
    background-color: #333436;
    padding: 5px 0px 0px 60px;
    margin-left: -20px;
}

.nav-collapse.in.collapse {
	padding-top: 20px;
}


.category-desc {
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	padding: 1rem;
	margin-bottom: 1.5rem;
}

.category-desc p:last-child {
	margin-bottom: 0;
}

.items-leading > div {
	border-bottom: 1px solid #cccccc;
	padding: 0 10px;
	margin-bottom: 1.5rem;
}

.muted {
	color: #767676;
    margin: 8px 10px;
}

.moduletable, .well, .profile, #searchForm {
	overflow: hidden;
}

.moduletable h3 {
	background-color: #f2f2f2;
	border-bottom: 1px solid #d0d0d0;
	color: #65984d;
	margin: 0;
	padding: 7px 0;
	text-align: center;
	text-transform: uppercase;
}

.nav li a:hover, .nav li a:focus {
	text-decoration: none;
    background-color: #cacaca;
}

#copyright .nav li a:hover, #copyright .nav li a:focus {
    background-color: transparent;
	color: #57b12c;
}

.moduletable .nav.menu li:last-child a {
	border: none;
}

.custom_reclama {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.custom_reclama img {
	border: 1px solid #ababab;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.well {
    margin-top: 20px;
}

.well .page-header {
	background-color: #e6e6e6;
	border-bottom: 1px solid #d0d0d0;
	color: #346d83;
	margin: 0;
	padding: 7px 0;
	text-align: center;
	text-transform: uppercase;
}

.well ul {
	margin: 10px 10px 10px 25px;
}

.well li {
	font-size: 0.875rem;
	list-style: none;
}

.well li a {
	  display: list-item;
	  color: #125c81;
    padding: 0px 0px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
	  list-style: disc;
}

.well li:last-child a {
	border-bottom: none;
	margin-bottom: 0;
}

.well li a:hover, .well li a:focus {
    color: #418620;
}

.breadcrumbs {
	padding-bottom: 20px;
}

.breadcrumb {
	padding: 8px 15px;
	margin: 10px 0 0;
	list-style: none;
	background-color: #eeeeee;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.breadcrumb > li {
    color: #666666;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
}

.pathway {
	color: #0470ae;
}

.divider {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAIAAABv85FHAAAABnRSTlMA/wD/AP83WBt9AAAAIElEQVR4AWP4jxsQKdfCgE8OiHDKQRB2OTgiXR+x7gQAJajabvhI5WEAAAAASUVORK5CYII);
	width: 9px;
	display: inline-block;
	height: 10px;
	background-repeat: no-repeat;
}

.item-page ul {
	padding-left: 15px;
    margin-bottom: 1.5rem;                      
}

.item-page li {
	margin-bottom: 0.5rem;
}               
.blog .begin {
	text-align: center;
	margin-bottom: 0;
}

.blog .begin img {
	padding-bottom: 0.75rem;
    width: 150px;
}

.blog p {
	margin-bottom: 0.625rem;
}


footer {
	max-width: 1300px;
	margin: 10px auto 0;
}

#to-up {
	cursor: pointer;
	position: absolute;
	right: 15px;
	transition: all .7s ease-in-out;
}

#to-up:hover, #to-up:focus {
    transform: scale(1.2);
}

#copyright {
	color: #9c9c9c;
	margin: 0 55px 0 15px;
	display: inline-block;
}
#copyright li {
	float: left;
	padding: 0 10px 5px;
}
#copyright li a {
	display: inline;
	font-size: 0.75rem;
	text-transform: uppercase;
	color: #2ea0ff;
}
#copyright p {
	font-size: 0.75rem;
	margin-bottom: 5px;
}
#copyright p:first-of-type {
	clear: left;
}

#counters {
	display: inline-block;
	padding: 0 15px 10px;
}


img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.items-leading > div::after {
	clear: both;
	content: "";
	display: block;
	height: 10px;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.5rem;
    padding-left: 10px;
	font-family: 'Lora', serif;
	color: #333;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.375rem;
}

.blog h1, .blog h2 {
	margin-bottom: 0.625rem;
}

h3 {
	font-size: 1.25rem;
}
h4 {
    font-size: 1.125rem;
}
p {
	margin: 0px 0 1.5rem;
	word-break: break-word;
}

p.cent {
	text-align: center;
}

p.attention {
	background-color: #fafae2;
	border: 1px dashed #888888;
	padding: 0.8rem;
}

p.attention a {
    color: #0270a7;
}

.note {
    color: #8f7200;
}

.pr_article {
	text-align: center;
	margin-bottom: 1.5rem;
}

#obozrevatel, #outurl, #locurl {
	font-weight: bold;
}

.codes {
	max-height: 400px;
}

.command {
	background-color: #fcf8e3;
    border: 1px solid #bce8f1;
    padding: 0 3px 0;
}

p.leftclear {
	clear: left;
}

p.leftclear img:first-child {
	float: left;
	margin: 0 10px 3px;
}


a {
	color: #027dbb;
	text-decoration: none;
}

a:hover, a:focus {
	color: #418620;
}

.readmore a {
    margin-top: 3px;
    padding: 4px 10px 6px 5px;
    font-size: 0.8125rem;
}

.category-name a {
	text-decoration: underline;
}

[class^="icon-"], [class*=" icon-"] {
	display: inline-block;
}

.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 8px 4px 4px;
	margin-bottom: 0;
	font-size: 0.875rem;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	background-color: #027dbb;
	background-image: linear-gradient(to bottom, #34afed, #005593);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	*background-color: #0092c4;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #2c6fa1;
	*border: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3rem;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover, .btn:focus {
	color: #ffffff;
	text-decoration: none;
	background-image: linear-gradient(to top, #34afed, #005593);
}
.btn-primary {
	padding-left: 8px;
    padding-top: 0px;
    vertical-align: text-top;
    padding-bottom: 4px;
}

.clearfix::before, .clearfix::after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix::after {
	clear: both;
}

dd {
	margin-left: 9px;
}

.pagination {
	margin: 18px 0;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.pagination ul > li {
	display: inline;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination .disabled a, .pagination .active a {
	color: #999;
	background-color: transparent;
	cursor: default;
}

.pagination .active a {
	background-color: #eee;
}

.pagination ul > li > a, .pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
    font-size: 0.9375rem;
	margin-bottom: 10px;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}

.icon-first::before {
    content: "\7d";
}

.icon-previous::before {
    content: "\7c";
    vertical-align: bottom;
}

.icon-next::before {
    content: "\7b";
    vertical-align: ;
}

.icon-last::before {
    content: "\e000";
}

.icon-first::before, .icon-previous::before, .icon-next::before, .icon-last::before {
	vertical-align: bottom;
}

.divider img {
	vertical-align: 1px;
}

.level_0 > li > a {
	font-weight: bold;
	font-size: 1.125rem;
	font-family: 'Lora', serif;
}

.osmap-items {
	font-size: 0.875rem;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
}

.invalid {
	color: #9d261d;
	font-weight: bold;
}

input.invalid {
	border: 1px solid #9d261d;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}


.alert, .alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0 0 .5rem;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}


.custom_TopArticle {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0.875rem;
}
.custom_downbanner {
	padding-bottom: 15px;
	text-align: center;
}
.custom_social p {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
}

.shortcut {
    font-size: 0.9375rem;                    
    background-color: #e5e5e5;
    border: 1px solid #7a7a7a;
    border-radius: 4px;
	-webkit-border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
    padding: 0 3px 0;
    margin: 0 2px;
}

p.spoiler {
	background-image: url("/templates/livecomp/img/spoiler_icons.png");
	background-position: left 0.5rem;
	background-repeat: no-repeat;
	padding-left: 1rem;
}

.spoiler span {
	border-bottom: 1px dashed;
	color: #0084b6;
	cursor: pointer;
}

.spoiler_text {
	border: 1px solid #ababab;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 1.375rem 1.5rem;
	padding: 1rem;
}

.spoiler_text p:last-child {
	margin-bottom: 0;
}

article table {
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
	word-break: break-word;
}

article td, article th {
	padding: 3px;
}

article .begin {
	text-align: center;
}

#crossword {
	line-height: normal;
	margin: 0;
}

#socialkey {
	margin-bottom: 1rem;
}

#socialkey p {
	margin-bottom: 1rem;
}            

.skiptocontent {
    position: absolute;
    left: 10px;
    top: -30px;
    background-color: #BF1722;
    padding: 2px 5px;
    transition: top 1s ease-out;
    color: #fff;
    z-index: 10;
    text-decoration-line: underline;
    border-radius: 0px 0px 5px 5px;
}

.skiptocontent:focus {
    top: 0;
    color: #fff;
    transition: top .3s ease-in;
    border: none;
    outline: none;
}

@media (min-width: 360px) {
    
	header{
        padding-right: 145px;
	}
	
	#icons-head a, #icons-head span {
		margin-left: 15px;
	}
	
    .icon-header {
        height: 30px;
        width: 30px;
    }
	
    #icons-head {
        top: 15px;
	}
}

@media (min-width: 425px) {
  
	header{
        padding-right: 155px;
	}
}

@media (min-width: 480px) {
    
    .site-title {
	    font-size: 30px;
        top: 10px;
	}
	
  .header-inner p{
		font-size: 15px;
		padding-top: 5px;
	}
	
  #icons-head {
      right: 20px;
  }
	
    .wrapper{
		padding: 20px 20px 0;
	}
  
	#icons-head a, #icons-head span {
        margin-left: 20px; 
	}
		
    .blog .begin img {
		float: left;
		padding: 8px 10px 0 0;
	}
	
    #right-col {
        padding: 20px;
    }
}

@media (min-width: 600px) {
	
	article .begin img {
	   float: left;
	   padding: 6px 10px 0 0;
    }
	
	article table {
		font-size: 1rem;
	}
}

@media (max-width: 959px) {
	.osmap-link {
        padding: 6px 0;
    }
	
    .level_1 li {
        margin: 10px 0;
    }
	
    .level_0 > li {
        margin: 12px 0;
    }
    footer {
		position: relative;
	}
	#to-up {
		top: 0;
	}
}

@media (min-width: 960px) {
	
	.container {
		padding: 0 15px;
		display: table;
	}
	
    .site-title {
        float: left;
        top: 25px;
        font-size: 34px;
        border-right: 1px solid gray;
        padding-right: 20px;
        padding-bottom: 10px;
	}
	
    .header-inner p {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 23px;
        padding-left: 17px;
	}
	
    #icons-head {
        right: 10px;
        top: 26px;
    }
    
	  #icons-head a, #icons-head span {
		    margin-left: 15px;
	  }	
	
    .icon-header {
        height: 26px;
        width: 26px;
        fill: #dfdfdf;
    }
	
    main {
        float: left;
        width: 100%;
        margin-top: 0;
    }
    
    .wrapper {
        margin-right: 255px;
        border-radius: 5px;
    }
	
    header {
		height: 75px;
		border-bottom: 1px solid #808080;
		padding: 0;
		text-align: left;
		margin-left: 0;
	}
    
    .header-inner {
        margin-right: 240px;
        background-size: auto;
        background-position: right top;
    }
	  
    .navigation {
        width: auto;
        font-size: 0.9375rem;
        position: static;
        height: 3.4rem;
    }
  
    .navbar .btn-navbar {
        display: none;
    }
    
    .nav-collapse, .nav-collapse.collapse {
        overflow: visible;
        height: auto;
        padding: 0;
        margin-left: 0;
    }
    
    .nav-collapse .nav > li {
        margin: 0 3px 0 0;
    }
    
    .btn-navbar .icon-bar + .icon-bar {
        margin-top: 3px;
    }
        
    .nav-pills > li > a {
        background-color: #fff;
        padding: 4px 12px;
        margin-right: 10px;
    }
    
    .nav li a:hover, .nav li a:focus {
        text-decoration: none;
        background-color: hsl(0, 0%, 78%);
        color: #1f5a02;
    } 
	
    .nav-tabs > li, .nav-pills > li {
        float: left;
    }
	
    #right-col {
        display: block;
        float: right;
        margin-left: -240px;
        width: 240px;
        border-radius: 5px;
        margin-top: 0;
        position: sticky;
        top: 0;
        padding: 0;
        margin-bottom: 10px;
	}
}

@media (min-width: 1200px) {
    
    #right-col 	{
        width: 340px;
        display: block;
        margin-left: -340px;
    }
	
	.wrapper {
		margin-right: 360px;
    }
}