html {
  background: #fff url('/i/background.jpg') top center no-repeat;
  background-size: 100%;
}
body, html {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

body {
  padding-top: 12px;
}

.main-wrapper {
  width: 1004px;
  margin: 0 auto;
}

.left-column {
  width: 240px;
  float: left;
  background-color: #163347;
  min-height: 300px;
}
.left-column .left-title {
  font-family: 'PT Sans';
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.left-column a.orange-link {
  display: block;
  height: 35px;
  line-height: 35px;
  background-color: #e15441;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.left-column .main-menu {
  margin-bottom: 30px;
  position: relative;
}
.left-column .main-menu > li > a {
  position: relative;
  font-family: 'PT Sans';
  font-weight: bold;
  display: block;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  height: 41px;
  line-height: 41px;
  padding: 0 9px;
  letter-spacing: -0.1px;
}
.left-column .main-menu > li .submenu {
  display: none;
  padding: 20px 25px;
  background-color: #e3eff7;
  position: absolute;
  width: 710px;
  top: -25px;
  left: 240px;
  min-height: 530px;
  z-index: 50;
}
.left-column .main-menu > li .submenu .close {
  background: url('/i/dialog_close.png') no-repeat;
  content: '';
  width: 31px;
  height: 31px;
  position: absolute;
  right: 0;
  top: 0;
}
.left-column .main-menu > li .submenu .title {
  font-family: 'PT Sans';
  font-size: 24px;
  font-weight: bold;
  color: #e15441;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.left-column .main-menu > li .submenu li {
  margin-bottom: 5px;
}
.left-column .main-menu > li .submenu li a:hover {
  color: #e15441;
  text-decoration: underline;
}
.left-column .main-menu > li:hover .submenu {
  /*display: block;*/
}
.left-column .main-menu > li:hover > a {
  background-color: #e76e5d;
}
.left-column .main-menu > li:hover > a:after {
  background: url('/i/main_menu_arrow.png') no-repeat;
  z-index: 100;
  position: absolute;
  content: '';
  top: 11px;
  right: -11px;
  width: 11px;
  height: 17px;
}

.right-column {
  width: 750px;
  float: right;
  background-color: #fff;
  min-height: 500px;
  -webkit-box-shadow: 0 0 3px rgba(207, 218, 228, .5);
  -moz-box-shadow: 0 0 3px rgba(207, 218, 228, .5);
  box-shadow: 0 0 4px #9bb2c7;
  margin-right: 4px;
}
.right-column .right-header {
  padding: 5px 0;
}
.right-column .right-header .logo {
  float: left;
  margin-left: 25px;
  padding-right: 48px;
  padding-bottom: 15px;
  padding-top: 19px;
  border-right: 1px dashed #becad5;
}
.right-column .right-header .logo a {
  background: url('/i/logo.png') no-repeat;
  width: 426px;
  height: 60px;
  text-indent: -9999px;
  display: block;
}
.right-column .right-header .info {
  font-family: 'PT Sans';
  font-size: 20px;
  float: left;
  padding-top: 19px;
  margin-left: 19px;
}
.right-column .right-header .info span.date {
  color: #6c8da3;
}
.right-column .right-header .info p.weather {
  margin-top: 10px;
  font-size: 16px;
}
.right-column .portal {
  font-family: 'PT Sans';
  height: 35px;
  line-height: 37px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 22px;
  background-color: #3888be;
  font-size: 20px;
  letter-spacing: 2px;
}
.right-column .content-menu {
  margin-top: 7px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-left: 22px;
  border-right: 1px dashed #becad5;
  float: left;
  padding-bottom: 15px;
  width: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.right-column .content-menu a {
  font-family: 'PT Sans';
  font-size: 15px;
  text-transform: uppercase;
  color: #223746;
  margin-right: 13px;
}
.right-column .content-menu a:hover {
  color: #3888be;
}
.right-column .content-menu form {
  margin-top: 15px;
}
.right-column .content-menu form input[type="text"] {
  border: 1px solid #cbdfed;
  height: 27px;
  width: 380px;
  padding: 0 10px;
  float: left;
}
.right-column .content-menu form input[type="submit"] {
  background: url('/i/icon_search.png') center 6px no-repeat;
  background-color: #3888be;
  height: 29px;
  border: none;
  width: 50px;
  cursor: pointer;
}

.content-search {
  margin-bottom: 20px;
}
.content-search form input[type="text"] {
  border: 1px solid #cbdfed;
  height: 27px;
  width: 230px;
  padding: 0 10px;
  float: left;
  font-style: italic;
  color: #8196ab;
  font-size: 14px;
}
.content-search form input[type="submit"] {
  background: url('/i/icon_search.png') center 6px no-repeat;
  background-color: #8cb9d7;
  height: 29px;
  border: none;
  width: 50px;
  cursor: pointer;
}

#container {
  background: url('/i/left_col_bgr.png') repeat-y;
  overflow: hidden;
  width: 100%;
}

.content-big-column {
  float: left;
  width: 500px;
}
.content-big-column .main-record {
  position: relative;
  display: block;
}
.content-big-column .main-record .record-info {
  background: url('/i/main_record_bgr.png') repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 15px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-big-column .main-record .record-info .title {
  font-family: 'PT Sans';
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 13px;
}
.content-big-column .main-record .record-info .date {
  font-size: 13px;
  color: #b9c9d5;
}
.content-big-column .main-record .record-info .date span {
  color: #fff;
}
.content-big-column .main-record .more {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #3888be;
  color: #fff;
  font-size: 13px;
  height: 29px;
  line-height: 29px;
  padding: 0 8px;
}
.content-big-column .main-record .more img {
  vertical-align: middle;
}

.content-small-column {
  float: left;
  width: 250px;
}

.records-list {
  min-height: 366px;
  padding-bottom: 26px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.records-list .item {
  border-top: 1px solid #cfdae4;
  padding: 8px 8px 5px;
}
.records-list .item .info {
  margin-bottom: 4px;
}
.records-list .item .info .icon {
  float: left;
  margin-top: -9px;
  margin-right: 7px;
}
.records-list .item .info .date {
  font-size: 13px;
  color: #8da1b6;
}
.records-list .item .info .date span {
  color: #3888be;
}
.records-list .item a:hover {
  text-decoration: underline;
}
.records-list .more {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  background-color: #8cb9d7;
}

.right-column .advert {
  margin: 21px 0 21px 8px;
}
.right-column .advert a {
  margin-left: 12px;
}
.right-column .advert a:first-child {
  margin-left: 0;
}

.single-record {
  position: relative;
  width: 249px;
  height: 100%;
  overflow: hidden;
}
.single-record .info {
  position: absolute;
  background: url('/i/single_record_info_bgr.png') repeat;
  height: 29px;
  top: 8px;
  padding-right: 13px;
}
.single-record .info.audio {
  background: url('/i/single_record_info_audio_bgr.png') repeat;
}
.single-record .info .category {
  font-family: 'PT Sans';
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #3888be;
  padding: 0 11px;
  height: 29px;
  line-height: 30px;
  float: left;
  margin-right: 11px;
}
.single-record .info .date {
  float: left;
  font-size: 13px;
  color: #b9c9d5;
  line-height: 29px;
  white-space: nowrap;
}
.single-record .info.audio .date {
  color: #e1effa;
}
.single-record .info .date span {
  color: #fff;
}
.single-record .description {
  position: absolute;
  background: url('/i/single_record_bgr.png') repeat-x;
  min-height: 160px;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 10px 30px;
  font-size: 14px;
  line-height: 15px;
}
.single-record .more {
  position: absolute;
  text-align: right;
  bottom: 10px;
  right: 10px;
}
.single-record .more a {
  text-decoration: underline;
  color: #77bbe9;
}
.single-record .audio-record {
  padding: 43px 10px 4px;
  background-color: #d3e7f4;
}
.single-record .audio-record audio {
  width: 225px;
}
.single-record .audio-record a:hover {
  text-decoration: underline;
}
.single-record .item {
  border-top: 1px solid #cfdae4;
  padding: 8px 8px 5px;
}
.single-record .item:first-child {
  border-top: none;
}
.single-record .item .info-record {
  margin-bottom: 4px;
}
.single-record .item .info-record .icon {
  float: left;
  margin-top: -9px;
  margin-right: 7px;
}
.single-record .item .info-record .date {
  font-size: 13px;
  color: #8da1b6;
}
.single-record .item .info-record .date span {
  color: #3888be;
}
.single-record .item a:hover {
  text-decoration: underline;
}
.right-column .separate-block {
  margin-bottom: 20px;
}

.right-column .page-title {
  font-family: 'PT Sans';
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  color: #2c4a5f;
  padding-left: 22px;
  font-weight: bold;
}

.main-records {
  border-top: 1px solid #cfdae4;
}
.content-half-column {
  overflow: hidden;
  position: relative;
  width: 375px;
  height: 124px;
  float: left;
  border-bottom: 1px solid #cfdae4;
}
.content-half-column:nth-child(odd) {
  border-right: 1px solid #cfdae4;
  width: 374px;
}
.content-half-column .image {
  float: left;
  border-right: 1px solid #cfdae4;
}
.content-half-column .block-content {
  padding: 11px;
  height: 124px;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-half-column.with-image .block-content {
  width: 248px;
}
.content-half-column.with-image:nth-child(odd) .block-content {
  width: 247px;
}
.content-half-column .block-content .date {
  color: #8da1b6;
  margin-bottom: 6px;
}
.content-half-column .block-content .date span {
  color: #3888be;
}
.content-half-column .block-content a:hover {
  text-decoration: underline;
}
.content-half-column .block-content .source {
  position: absolute;
  color: #8da1b6;
  bottom: 0;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 11px;
  width: 100%;
}
.content-half-column .block-content .source a {
  color: #1a1c1e;
  text-decoration: underline;
}
.content-half-column .block-content .icon {
  float: left;
  margin-top: -10px;
  margin-left: -11px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.content-half-column.with-image .block-content .icon {
  position: absolute;
  top: 0;
  left: -126px;
  margin: 0;
}

.content-big-column .item {
  border-bottom: 1px solid #cfdae4;
  border-right: 1px solid #cfdae4;
  padding: 12px 15px;
}
.content-big-column .item:first-child {
  border-top: 1px solid #cfdae4;
}
.content-big-column .item .date {
  margin-bottom: 8px;
}
.content-big-column .item .date {
  font-size: 13px;
  color: #8da1b6;
}
.content-big-column .item .date span {
  color: #3888be;
}
.content-big-column .item a:hover {
  text-decoration: underline;
}
.content-big-column .item .source {
  margin-top: 5px;
  color: #8da1b6;
}
.content-big-column .item .source a {
  color: #1a1c1e;
  text-decoration: underline;
}

.press-releases {
  margin-bottom: 19px;
}

#footer {
  padding: 12px 16px 16px;
  background-color: #3888be;
}
#footer img.restrict {
  margin-top: 5px;
  float: left;
  margin-right: 17px;
}
#footer .information {
  float: left;
  border-left: 1px solid #65a7d4;
  padding-left: 17px;
  padding-top: 5px;
  width: 590px;
}
#footer .information .footer-menu {
  margin-bottom: 18px;
}
#footer .information .footer-menu a {
  font-family: 'PT Sans';
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-right: 12px;
}
#footer .information p {
  color: #cee1ee;
  margin-bottom: 5px;
}
#footer .information p:first-child {
  margin-bottom: 15px;
}

.columns-container {
  background: url('/i/content_right_column_bgr.png') 500px 0 repeat-y;
  overflow: hidden;
  width: 100%;
}
.content-left-column {
  float: left;
  width: 496px;
  padding-bottom: 20px;
}
.content-left-column h1,
.content-left-column h2 {
  font-family: 'PT Sans';
  text-transform: uppercase;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  color: #223746;
  padding-left: 22px;
  margin-bottom: 15px;
}
.content-left-column .breadcrumbs {
  padding-left: 22px;
  color: #8da1b6;
  margin-bottom: 12px;
}
.content-left-column .breadcrumbs a {
  color: #3888be;
  text-decoration: underline;
}
.content-left-column .breadcrumbs a:hover {
  text-decoration: none;
}
.content-left-column .breadcrumbs a.active {
  color: #8da1b6;
  text-decoration: none;
}
.content-left-column .search-result {
  color: #163347;
  font-size: 14px;
  padding-left: 22px;
  margin-bottom: 12px;
}
.content-left-column .search-result span {
  color: #3888be;
  font-weight: bold;
}
.content-left-column .content-list .list-item {
  padding: 10px;
  border-bottom: 1px solid #cfdae4;
  position: relative;
}
.content-left-column .content-list .list-item:first-child {
  border-top: 1px solid #cfdae4;
}
.content-left-column .content-list .list-item .image {
  float: left;
  margin-right: 10px;
}
.content-left-column .content-list .list-item .image img {
  border: 1px solid #cfdae4;
}
.content-left-column .content-list .list-item.with-image .icon {
  position: absolute;
  top: 10px;
  left: 10px;
}
.content-left-column .content-list .list-item .block-content {
  float: left;
  width: 476px;
}
.content-left-column .content-list .list-item.with-image .block-content {
  width: 337px;
}
.content-left-column .content-list .list-item .block-content .date {
  color: #8da1b6;
  margin-bottom: 6px;
}
.content-left-column .content-list .list-item .block-content .date span {
  color: #3888be;
}
.content-left-column .content-list .list-item .block-content a:hover {
  text-decoration: underline;
}
.content-left-column .content-list .list-item .block-content .title {
  margin-bottom: 5px;
}
.content-left-column .content-list .list-item .block-content .title a {
  font-weight: bold;
}
.content-left-column .content-list .list-item .block-content .title .icon {
  float: left;
  margin-right: 5px;
  margin-bottom: 3px;
}
.content-left-column .content-list .list-item .block-content .source {
  color: #8da1b6;
  padding-top: 5px;
}
.content-left-column .content-list .list-item .source a {
  color: #1a1c1e;
  text-decoration: underline;
}
.content-left-column .pagination {
  margin-top: 18px;
  text-align: center;
}
.content-left-column .pagination .paginate {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.content-left-column .pagination a {
  font-family: 'PT Sans';
  font-weight: bold;
  font-size: 14px;
  color: #223746;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 5px 5px 3px;
}
.content-left-column .pagination a.active {
  background-color: #3888be;
  color: #fff;
}
.content-left-column .pagination a.arrow {
  padding: 0;
  margin: 0 7px;
}
.content-left-column .pagination a.arrow img {
  vertical-align: baseline;
}
.content-left-column .photo-list .photo {
  position: relative;
  float: left;
  margin-left: 9px;
  width: 155px;
  margin-bottom: 28px;
}
.content-left-column .photo-list .photo .image {
  border: 1px solid #cfdae4;
  margin-bottom: 10px;
}
.content-left-column .photo-list .photo .icon {
  position: absolute;
  top: 1px;
  left: 1px;
}
.content-left-column .photo-list .photo .date {
  margin-bottom: 10px;
  color: #8da1b6;
}
.content-left-column .photo-list .photo a:hover {
  text-decoration: underline;
}
.content-left-column .detail-content h4 {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.content-left-column .detail-content {
  padding: 0 20px;
}
.content-left-column .detail-content .detail-header {
  margin-bottom: 17px;
}
.content-left-column .detail-content .detail-header .image img {
  max-width: 200px;
}
.content-left-column .detail-content .detail-header h1,
.content-left-column .detail-content .detail-header h2 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 9px;
}
.content-left-column .detail-content .detail-header .category {
  margin-bottom: 9px;
}
.content-left-column .detail-content .detail-header .category a {
  font-size: 16px;
  font-weight: bold;
  color: #8da1b6;
  text-transform: uppercase;
}
.content-left-column .detail-content .detail-header .region {
  margin-bottom: 9px;
}
.content-left-column .detail-content .detail-header .region a {
  color: #3888be;
}
.content-left-column .detail-content .detail-header .additional-info {
  color: #8da1b6;
}
.content-left-column .detail-content .detail-header .additional-info img {
  margin-right: 10px;
  vertical-align: middle;
}
.content-left-column .detail-content .detail-header .additional-info a {
  color: #1a1c1e;
}
.content-left-column .detail-content .detail-header .additional-info a.underline {
  text-decoration: underline;
}
.content-left-column .detail-content .detail-header .image {
  border: 1px solid #cfdae4;
  float: left;
  margin-right: 8px;
}
.content-left-column .detail-content .detail-header .date {
  color: #8da1b6;
  margin-bottom: 10px;
  padding-left: 2px;
}
.content-left-column .detail-content .detail-header .date span {
  color: #3888be;
}
.content-left-column .detail-content .detail-header .source {
  color: #8da1b6;
  margin-bottom: 17px;
  padding-left: 2px;
}
.content-left-column .detail-content .detail-header .source a {
  color: #1a1c1e;
  text-decoration: underline;
}
.content-left-column .detail-content .detail-header .share {
  margin-bottom: 15px;
  padding-left: 2px;
}
.content-left-column .detail-content .detail-header .print img {
  margin-right: 3px;
  vertical-align: middle;
}
.content-left-column .detail-content .detail-header .print a {
  color: #3888be;
  text-decoration: underline;
  padding-left: 2px;
}
.content-left-column .detail-content .detail-text {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px;
}
.content-left-column .detail-content .detail-text h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.content-left-column .detail-content .detail-text img,
.content-left-column .detail-content .detail-text object,
.content-left-column .detail-content .detail-text iframe,
.content-left-column .detail-content .detail-text p {
  margin-bottom: 17px;
  max-width:100%;
}

.detail-text em {
   font-style: italic;
}

.content-left-column .detail-content .detail-text .pdf {
  margin-bottom: 17px;
  line-height: 20px;
}
.content-left-column .detail-content .detail-text .pdf img {
  float: left;
  margin-right: 13px;
}
.content-left-column .detail-content .detail-text .pdf a {
  color: #3888be;
  text-decoration: underline;
}
.content-left-column .detail-content .detail-photo-list {
  margin-bottom: 17px;
}
.content-left-column .detail-content .detail-photo-list a {
  float: left;
  border: 1px solid #cfdae4;
  margin-left: 3px;
  margin-bottom: 3px;
}
.content-left-column .detail-content .detail-more-link {
  text-align: right;
  margin-top: -5px;
}
.content-left-column .detail-content .detail-more-link a {
  color: #3888be;
  text-decoration: underline;
}
.content-left-column .detail-content .detail-more-link a:hover {
  text-decoration: none;
}
.content-left-column .detail-content .detail-photo-list a:nth-child(3n + 1) {
  margin-left: 0;
}
.content-left-column .detail-content .detail-author {
  text-align: right;
  line-height: 17px;
  margin-bottom: 17px;
}
.content-left-column .detail-content .detail-tags {
  margin-bottom: 17px;
}
.content-left-column .detail-content .detail-tags span {
  color: #8da1b6;
}
.content-left-column .detail-content .detail-tags a {
  text-decoration: underline;
  color: #1a1c1e;
}
.content-left-column .detail-content .detail-share {
  margin-bottom: 17px;
}

.content-right-column {
  float: right;
  width: 250px;
}
.content-right-column .block-title {
  font-family: 'PT Sans';
  font-weight: bold;
  font-size: 14px;
  height: 29px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  background-color: #3888be;
  margin-bottom: 7px;
}
.content-right-column .block-title.block-black {
  background-color: #163347;
}
.content-right-column .block-title a:first-child {
  line-height: 29px;
}
.content-right-column .block-title a:last-child {
  margin-left: 10px;
}
.content-right-column .block-title a img {
  margin-right: -5px;
}
.content-right-column .block-list {
  padding-bottom: 10px;
}
.content-right-column .block-list .item {
  border-bottom: 1px solid #cfdae4;
  padding: 10px 8px;
}
.content-right-column .block-list .item:first-child {
  border-top: 1px solid #cfdae4;
}
.content-right-column .block-list .item .date {
  font-size: 13px;
  color: #8da1b6;
  margin-bottom: 4px;
}
.content-right-column .block-list .item .date span {
  color: #3888be;
}
.content-right-column .block-list .item img {
  float: left;
  margin-right: 10px;
}
.content-right-column .block-list .item a:hover {
  text-decoration: underline;
}
.content-right-column .block-list .more-items {
  text-align: right;
  margin-top: 12px;
}
.content-right-column .block-list .more-items a {
  text-decoration: underline;
  color: #3888be;
  margin-right: 10px;
}
.content-right-column .advert-list {
  padding: 10px 7px;
  background-color: #f3f6f9;
}
.content-right-column .advert-list a {
  margin-top: 11px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.content-right-column .advert-list a:first-child {
  margin-top: 0;
}
.content-right-column .separate-line {
  height: 5px;
  background-color: #f3f6f9;
}

#district {
  padding: 7px 14px 5px;
  background-color: #e5ebf1;
  margin-bottom: 11px;
}
#district .image {
  float: left;
  margin-right: 11px;
}
#district a.blue {
  text-decoration: underline;
  color: #3888be;
}
#district .name {
  font-family: 'PT Sans';
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #223746;
  margin-top: 5px;
  margin-bottom: 12px;
}
#district .info {
  width: 291px;
  height: 76px;
  float: left;
  border-right: 1px dotted #becad5;
}
#district .info p {
  margin-bottom: 5px;
}
#district .weather {
  width: 175px;
  height: 56px;
  padding-left: 20px;
  float: left;
  border-right: 1px dotted #becad5;
}
#district .weather .title {
  font-family: 'PT Sans';
  font-size: 16px;
  margin-bottom: 12px;
}
#district .weather .value {
  font-family: 'PT Sans';
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  float: left;
  margin-right: 10px;
}
#district .weather .day {
  font-family: 'PT Sans';
  font-size: 16px;
  margin-top: -3px;
}
#district .weather .day p {
  margin-bottom: 1px;
}
#district .additional {
  float: left;
  padding-left: 10px;
}
#district-map {
  margin-top: -11px;
  margin-bottom: 11px;
  height: 400px;
  display: none;
}
.tags-content {
  padding-left: 22px;
  line-height: 29px;
}
.tags-content a {
  color: #3888be;
  margin-right: 4px;
}
.tags-content .tag0 {
  font-size: 14px;
}
.tags-content .tag1 {
  font-size: 18px;
}
.tags-content .tag2 {
  font-size: 22px;
}
.tags-content .tag3 {
  font-size: 28px;
}

.audiojs {
  width: 226px;
  height: 30px;
  margin-bottom: 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.audiojs .play-pause {
  padding: 1px 6px;
}
.audiojs .play {
  background: url('/i/player-graphics.gif') -2px -1px no-repeat;
}
.audiojs .pause {
  background: url('/i/player-graphics.gif') -2px -91px no-repeat;
}
.audiojs .loading {
  background: url('/i/player-graphics.gif') -2px -31px no-repeat;
}
.audiojs .scrubber {
  width: 113px;
  margin: 7px;
  margin-right: 3px;
}
.audiojs .time {
  height: 31px;
  line-height: 31px;
}
.audiojs .time .duration,
.audiojs .time .delim {
  display: none;
}

.online-radio {
  float: left;
  margin-left: 10px;
  margin-top: 9px;
}
.online-radio .play-pause {
  font-family: 'PT Sans';
  background: #8cb9d7 url('/i/radio_play.png') 30px 15px no-repeat;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  width: 79px;
  height: 26px;
  float: left;
  color: #fff;
  padding-top: 50px;
  cursor: pointer;
}
.online-radio .play-pause.played {
  background: #8cb9d7 url('/i/radio_pause.png') 30px 15px no-repeat;
}
.online-radio .play-pause .audiojs {
  display: none;
}
.online-radio .radio-selected {
  float: left;
  width: 125px;
  height: 74px;
  border: 1px solid #d3dde7;
  text-align: center;
  cursor: pointer;
}
.online-radio .radio-selected img {
  max-height: 74px;
}
.online-radio .radio-select {
  position: relative;
  background: url('/i/radio_select.png') 5px 34px no-repeat;
  float: left;
  background-color: #d3dde7;
  width: 23px;
  height: 76px;
  cursor: pointer;
}
.online-radio .radio-list {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #e5edf5;
  top: 75px;
  left: -126px;
  padding: 7px;
  border: 1px solid #d3dde7;
  width: 133px;
}
.online-radio .radio-list li {
  margin-bottom: 6px;
}
.online-radio .radio-list a {
  display: block;
  font-family: 'PT Sans';
  font-size: 12px;
  font-weight: bold;
  color: #223746;
}
.online-radio .radio-list a:hover {
  color: #3888be;
}
.detail-text .audio-player {
  margin-bottom: 15px;
}
.detail-text .audio-player .audiojs {
  width: 100%;
}
.detail-text .audio-player .audiojs .scrubber {
  width: 75%;
}

.map-city-list {
  padding: 20px 15px;
}
.map-city-list .city {
  margin-bottom: 8px;
}
.map-city-list .city a {
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.map-city-list .city a.hover,
.map-city-list .city a:hover {
  color: #3888be;
}
.map-city-list .city .main-city {
  margin: 7px 0;
}
.map-city-list .city .main-city a {
  margin-left: 15px;
  font-weight: normal;
}
.map-city-list .city .main-city a.hover,
.map-city-list .city .main-city a:hover {
  color: #e15e4d;
}

.map-cities-press {
  padding: 0 15px;
}
.map-cities-press .map-city-press {
  display: none;
}
.map-cities-press .map-city-press .map-city-press-block {
  float: left;
  width: 145px;
  padding-right: 10px;
  margin-bottom: 15px;
}
.map-cities-press .map-city-press .map-city-press-block.full {
  float: none;
  width: 100%;
  padding-right: 0;
}
.map-cities-press .map-city-press .map-city-press-block .title {
  margin-bottom: 12px;
}
.map-cities-press .map-city-press .map-city-press-block .title a {
  font-family: 'PT Sans';
  color: #3888be;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.map-cities-press .map-city-press .map-city-press-block ul li {
  margin-bottom: 5px;
}
.map-cities-press .map-city-press .map-city-press-block ul li a {
  color: #000;
}
.map-cities-press .map-city-press .map-city-press-block ul li a:hover {
  color: #3888be;
}

#main-map {
  position: relative;
  margin-bottom: 40px;
  padding-left: 10px;
}
#main-map .district {
  font-family: 'PT Sans';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 157px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  display: none;
}
#main-map .district img {
  margin-bottom: 10px;
}
#main-map .marker {
  position: absolute;
  width: 15px;
  height: 15px;
  padding: 6px;
  cursor: pointer;
  z-index: 100;
}
#main-map .marker img {
  display: none;
}

#main-map .marker.hover img,
#main-map .marker.selected img {
  display: block;
}
#main-map .marker:hover img {
  display: block;
}

.content-left-column .detail-content .detail-header .image img {
  max-width: 470px;
}

.content-left-column .detail-content .detail-text iframe,
.content-left-column .detail-content .detail-text object,
.content-left-column .detail-content .detail-text embed {
  max-width: 100%;
}

.detail-text pre {white-space:pre-wrap;}
.detail-text a {
  color: #3888be;
  text-decoration: underline;
}

.sape {
	font-size:70%;
	padding-top:50%;
	height:100%;
}

.audiojs audio {display:none;}