/*!
	obzor-frontend v1.0.0
	Frontend build for obzor.lt website.
	Alexey Kuznetsov kasheftin@gmail.com http://rag.lt
	Compiled on 2021-11-02T19:47:23
*/

@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-size: 80%;
  font-family: Arial;
  background-color: #f7f7f7;
  text-align: center; }

a {
  text-decoration: underline;
  color: #434343; }

a:hover {
  text-decoration: none; }

.wide, .w {
  width: 100%; }

.hidden {
  display: none; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.top {
  vertical-align: top; }

.top td {
  vertical-align: top; }

.top td td {
  vertical-align: auto; }

.middle {
  vertical-align: middle; }

.middle td {
  vertical-align: middle; }

.middle td td {
  vertical-align: auto; }

.bottom {
  vertical-align: bottom; }

.bottom td {
  vertical-align: bottom; }

.bottom td td {
  vertical-align: auto; }

.clear {
  clear: both; }

.clear-both {
  clear: both; }

.do-div {
  height: 32px;
  margin: 10px; }

.tspace {
  margin-top: 5px; }

.bmspace {
  margin-bottom: 2px; }

.tmspace {
  margin-top: 2px; }

.bspace {
  margin-bottom: 5px; }

.white {
  color: #FFFFFF; }

.white a {
  color: #FFFFFF; }

.gray {
  color: #909090; }

.gray a {
  color: #909090; }

.red {
  color: #c00000; }

.red a {
  color: #c00000; }

.red:hover {
  color: #ff0000; }

.red a:hover {
  color: #ff0000; }

.small {
  font-size: 0.8em; }

.bold, .strong {
  font-weight: bold; }

.text, .t, .description, .justify {
  text-align: justify; }

.code {
  margin: 5px;
  padding: 2px 5px;
  border-left: 1px dotted #bbbbbb;
  font-family: monospace;
  font-size: 1.1em;
  color: #000000; }

.blockquote {
  margin: 5px;
  padding: 2px 5px;
  border-left: 1px dotted #bbbbbb;
  padding: 5px;
  font-size: 0.9em;
  color: #909090; }

.bordered {
  border: 1px solid #CCCCCC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 5px;
  margin-bottom: 5px; }

.pages {
  text-align: center;
  padding: 10px 0px 10px 0px; }

.pages a {
  font-weight: bold;
  padding: 2px 5px 2px 5px;
  text-decoration: none; }

.pages a.sel {
  border: 1px solid #006699; }

input, select, textarea {
  border: 1px solid #888888;
  margin: 1px; }

.input {
  border: 1px solid #888888; }

.input input {
  width: 100%;
  border: 0;
  margin: 1px 0px;
  padding: 0; }

.input select, .input textarea {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0; }

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 0.6em;
  padding-left: 1px; }

sub {
  vertical-align: baseline;
  position: relative;
  bottom: -0.4em;
  font-size: 0.6em;
  padding-left: 1px; }

img.pic {
  border: 1px solid #000000; }

.opac75 {
  opacity: 0.75; }

.opac50 {
  opacity: 0.5; }

.c6 {
  -moz-border-radius: 6px 6px 6px 6px; }

.c4 {
  -moz-border-radius: 4px 4px 4px 4px; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,%20Verdana&fwDefault=bold&fsDefault=1em&cornerRadius=0&bgColorHeader=406ca0&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=234b7b&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=ffffff&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=cccccc&fcContent=222222&iconColorContent=469bdd&bgColorDefault=ffffff&bgTextureDefault=02_glass.png&bgImgOpacityDefault=55&borderColorDefault=5375a2&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=386ba8&bgTextureHover=02_glass.png&bgImgOpacityHover=35&borderColorHover=194876&fcHover=ffffff&iconColorHover=a0b8ca&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=d96108&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=07_diagonals_small.png&bgImgOpacityOverlay=50&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Verdana;
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Verdana;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #cccccc;
  background: #ffffff url(images/ui-bg_inset-hard_100_ffffff_1x100.png) 50% bottom repeat-x;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #234b7b;
  background: #406ca0 url(images/ui-bg_gloss-wave_35_406ca0_500x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
  border: 1px solid #5375a2;
  background: #ffffff url(images/ui-bg_glass_55_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #2e6e9e;
  outline: none; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #2e6e9e;
  text-decoration: none;
  outline: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
  border: 1px solid #194876;
  background: #386ba8 url(images/ui-bg_glass_35_386ba8_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
  outline: none; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: none; }

.ui-state-active, .ui-widget-content .ui-state-active {
  border: 1px solid #79b7e7;
  background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #d96108;
  outline: none; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #d96108;
  outline: none;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: 1px solid #fad42e;
  background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text {
  color: #cd0a0a; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_469bdd_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_469bdd_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_d8e7f3_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_6da8d5_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_a0b8ca_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_f9bd01_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0; }

.ui-corner-tr {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0; }

.ui-corner-bl {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0; }

.ui-corner-br {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0; }

.ui-corner-top {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0; }

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0; }

.ui-corner-right {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0; }

.ui-corner-left {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0; }

.ui-corner-all {
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_diagonals-small_50_aaaaaa_40x40.png) 50% 50% repeat;
  opacity: .30;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

.ui-accordion .ui-accordion-li-fix {
  display: inline; }

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none; }

.ui-accordion .ui-accordion-content-active {
  display: block; }

/* Datepicker
----------------------------------*/
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  float: left;
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  float: right; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/* Dialog
----------------------------------*/
.ui-dialog {
  position: relative;
  padding: .2em;
  width: 300px; }

.ui-dialog .ui-dialog-titlebar {
  padding: .5em .3em .3em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0 .2em; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0; }

.ui-dialog .ui-dialog-content {
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane button {
  float: right;
  margin: .5em .4em .5em 0;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  line-height: 1.4em;
  width: auto;
  overflow: visible; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/* Progressbar
----------------------------------*/
.ui-progressbar {
  height: 2em;
  text-align: left; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

/* Resizable
----------------------------------*/
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0px; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0px; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0px;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0px;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/* Slider
----------------------------------*/
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Tabs
----------------------------------*/
.ui-tabs {
  padding: .2em;
  zoom: 1; }

.ui-tabs .ui-tabs-nav {
  list-style: none;
  position: relative;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  position: relative;
  float: left;
  border-bottom-width: 0 !important;
  margin: 0 .2em -1px 0;
  padding: 0; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  padding: .5em 1em; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 1px;
  border-bottom-width: 0; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  padding: 1em 1.4em;
  display: block;
  border-width: 0;
  background: none; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

/*::::: PIROBOX BLACK RULES::::::::*/
.piro_overlay {
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: none;
  z-index: 99997; }

.loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 100008;
  background: url(pirobox/bg_load.png) center no-repeat !important;
  background: url(pirobox/bg_load.gif) center no-repeat; }

.loading span span {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 100009;
  background: url(pirobox/ajax-loader_b.gif) center center no-repeat !important;
  background: url(pirobox/ajax-loader_b.gif) center center no-repeat; }

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  display: block;
  padding: 2px;
  cursor: text;
  background: #222; }

.piro_nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  display: block;
  padding: 0;
  background: black; }

.caption p {
  display: block;
  margin: 0;
  padding: 4px 28px 4px 38px;
  text-align: center;
  font-weight: normal;
  background: black;
  color: white;
  font-size: 12px; }

.piro_close {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 35px;
  width: 35px;
  background: url(pirobox/close_btn3.png) no-repeat;
  cursor: pointer;
  z-index: 100006; }

a.piro_next {
  position: absolute;
  bottom: -33px;
  width: 34px;
  height: 35px;
  right: -37px;
  text-indent: -999em;
  outline: none;
  display: block;
  background: url(pirobox/next.png) no-repeat;
  border: none;
  cursor: pointer; }

a:hover.piro_next {
  position: absolute;
  height: 35px;
  width: 34px;
  display: block;
  background: url(pirobox/next_h.png) no-repeat;
  border: none; }

a.piro_prev {
  position: absolute;
  bottom: -33px;
  width: 34px;
  height: 35px;
  left: -35px;
  text-indent: -999em;
  outline: none;
  display: block;
  background: url(pirobox/prev.png) no-repeat;
  border: none;
  cursor: pointer; }

a:hover.piro_prev {
  position: absolute;
  height: 35px;
  width: 34px;
  display: block;
  background: url(pirobox/prev_h.png) no-repeat;
  border: none; }

a.piro_next_out {
  position: absolute;
  z-index: 2000000;
  top: 50%;
  width: 100px;
  height: 250px;
  right: 0;
  text-indent: -999em;
  outline: none;
  display: block;
  background: url(pirobox/nextoutside.png) no-repeat;
  border: none;
  cursor: pointer; }

a:hover.piro_next_out {
  position: absolute;
  display: block;
  width: 100px;
  height: 250px;
  background: url(pirobox/nextoutside_h.png) no-repeat;
  border: none; }

a.piro_prev_out {
  position: absolute;
  z-index: 2000001;
  width: 100px;
  top: 50%;
  height: 250px;
  left: 0;
  text-indent: -999em;
  outline: none;
  display: block;
  background: url(pirobox/prevoutside.png) no-repeat;
  border: none;
  cursor: pointer; }

a:hover.piro_prev_out {
  position: absolute;
  width: 100px;
  height: 250px;
  display: block;
  background: url(pirobox/prevoutside_h.png) no-repeat;
  border: none; }

.pirobox_content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  width: 400px;
  height: 200px;
  margin: -100px 0 0 -200px;
  display: block;
  z-index: 99998;
  font-family: Trebuchet MS,Arial; }

.pirobox_content table, tbody, tr, th, td {
  margin: 0;
  padding: 0;
  border: none; }

.pirobox_content img {
  margin: 0;
  padding: 0;
  border: none; }

.t_l {
  background: url(pirobox/t_l.png) no-repeat;
  width: 10px;
  height: 10px; }

.t_r {
  background: url(pirobox/t_r.png) no-repeat;
  width: 10px;
  height: 10px; }

.t_c {
  height: 10px;
  background: url(pirobox/t_c.png) repeat-x; }

.c_l {
  width: 10px;
  background: url(pirobox/c_l.png) repeat-y; }

.c_c {
  background: url(pirobox/img_bg.png) repeat;
  margin: 0;
  padding: 0; }

.c_c div {
  width: 380px;
  height: 180px;
  margin: 0;
  padding: 0; }

.c_r {
  width: 10px;
  background: url(pirobox/c_r.png) repeat-y; }

.b_c {
  height: 10px;
  background: url(pirobox/b_c.png) repeat-x; }

.b_l {
  background: url(pirobox/b_l.png) no-repeat;
  width: 10px;
  height: 10px; }

.b_r {
  background: url(pirobox/b_r.png) no-repeat;
  width: 10px;
  height: 10px; }

.box_img {
  position: absolute;
  z-index: 99995;
  background: url(pirobox/img_bg.png);
  width: 100%;
  top: 30px;
  left: 30px;
  height: 100%;
  padding: 0; }

.err_mess {
  position: absolute;
  bottom: 20px;
  color: white;
  padding: 0;
  margin: 0 0 0 20px;
  display: block; }

.err_mess a {
  color: red;
  font-weight: 700; }

.number {
  position: absolute;
  margin-left: 3px;
  height: 18px;
  width: 30px;
  padding: 3px;
  left: 0;
  color: #666;
  top: 2px;
  font-size: 11px; }

a.link_to {
  position: absolute;
  margin-right: 6px;
  height: 21px;
  width: 21px;
  right: 0;
  color: #999;
  top: 4px;
  background: url(pirobox/link_out.png) no-repeat !important;
  background: url(pirobox/link_out.gif) no-repeat;
  text-indent: -999em; }

a:hover.link_to {
  background: url(pirobox/link_out_h.png) no-repeat !important;
  background: url(pirobox/link_out_h.gif) no-repeat;
  border: none; }

a.play {
  position: absolute;
  bottom: 10px !important;
  bottom: 2px;
  right: 10px !important;
  right: 2px;
  width: 40px;
  height: 40px;
  margin: 0;
  outline: none;
  display: block;
  background: url(pirobox/play.png) no-repeat;
  text-indent: -999em;
  border: none;
  cursor: pointer; }

a:hover.play {
  background: url(pirobox/play_h.png) no-repeat; }

a.stop {
  position: absolute;
  bottom: 10px !important;
  bottom: 2px;
  right: 10px !important;
  right: 2px;
  width: 40px;
  height: 40px;
  margin: 0;
  outline: none;
  display: block;
  background: url(pirobox/pause.png) no-repeat;
  text-indent: -999em;
  border: none;
  cursor: pointer; }

a:hover.stop {
  background: url(pirobox/pause_h.png) no-repeat; }

.gsc-control-cse {
  font-family: Verdana, sans-serif;
  border-color: #FFFFFF;
  background-color: #FFFFFF; }

input.gsc-input {
  border-color: #4d73a0; }

input.gsc-search-button {
  border: 1px solid #4d73a0;
  background-color: #4d73a0;
  color: #ffffff;
  font-size: 0.75em;
  text-transform: uppercase;
  text-shadow: none;
  -moz-border-radius: 0;
  height: 20px; }

.gsc-tabHeader.gsc-tabhInactive {
  border-color: #E9E9E9;
  background-color: #E9E9E9; }

.gsc-tabHeader.gsc-tabhActive {
  border-top-color: #FF9900;
  border-left-color: #E9E9E9;
  border-right-color: #E9E9E9;
  background-color: #FFFFFF; }

.gsc-tabsArea {
  border-color: #E9E9E9; }

.gsc-webResult.gsc-result {
  border-color: #FFFFFF;
  background-color: #FFFFFF; }

.gsc-webResult.gsc-result:hover {
  border-color: #FFFFFF;
  background-color: #FFFFFF; }

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b {
  color: #234b94; }

.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b {
  color: #5777b2; }

.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b {
  color: #0000CC; }

.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b {
  color: #0000CC; }

.gsc-cursor-page {
  color: #234b94; }

a.gsc-trailing-more-results:link {
  color: #234b94; }

.gs-webResult.gs-result .gs-snippet {
  color: #000000; }

.gs-webResult.gs-result .gs-visibleUrl {
  color: #008000; }

.gs-webResult.gs-result .gs-visibleUrl-short {
  color: #008000; }

.gsc-cursor-box {
  border-color: #FFFFFF;
  text-align: center; }

.gsc-cursor {
  margin: 0 auto; }

.gsc-results .gsc-cursor-page {
  border-color: #E9E9E9;
  background-color: #FFFFFF; }

.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  border-color: #FF9900;
  background-color: #FFFFFF; }

.gs-promotion.gs-result {
  border-color: #336699;
  background-color: #FFFFFF; }

.gs-promotion.gs-result a.gs-title:link {
  color: #336699; }

.gs-promotion.gs-result a.gs-title:visited {
  color: #336699; }

.gs-promotion.gs-result a.gs-title:hover {
  color: #003366; }

.gs-promotion.gs-result a.gs-title:active {
  color: #003366; }

.gs-promotion.gs-result .gs-snippet {
  color: #000000; }

.gs-promotion.gs-result .gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl-short {
  color: #008000; }

.sep {
  height: 1px;
  overflow: hidden;
  clear: both;
  margin: 5px 0px 2px 0px;
  background-color: #e0e0e0;
  font-size: 1px; }

.sep2 {
  height: 1px;
  overflow: hidden;
  clear: both;
  margin: 5px 0px 2px 0px;
  font-size: 1px; }

.space {
  height: 10px; }

.rsep {
  height: 1px;
  overflow: hidden;
  clear: both;
  margin: 5px 0px;
  background-color: #e0e0e0;
  font-size: 1px; }

.ui-widget {
  margin: 10px 0px; }

.clear {
  clear: both; }

.rating {
  text-align: center;
  font-size: 1.6em;
  color: #339933;
  padding: 5px; }

.strench {
  text-align: center;
  font-size: 1.6em;
  color: #336699;
  padding: 5px; }

div.loading {
  height: 32px; }

div.loading span {
  height: 32px;
  line-height: 32px;
  padding-left: 32px;
  display: block;
  font-size: 1em; }

div.loading span.loading {
  background: url("/im/loading.gif") 0px 0px no-repeat; }

div.loading span.success {
  background: url("/im/loading_success.gif") 0px 0px no-repeat; }

div.loading span.error {
  background: url("/im/loading_error.gif") 0px 0px no-repeat; }

div.loadingg {
  height: 32px; }

div.loadingg span {
  height: 32px;
  line-height: 32px;
  padding-left: 32px;
  display: block;
  font-size: 1em; }

div.loadingg span.loading {
  background: url("/im/loading.gif") 0px 0px no-repeat; }

div.loadingg span.success {
  background: url("/im/loading_success.gif") 0px 0px no-repeat; }

div.loadingg span.error {
  background: url("/im/loading_error.gif") 0px 0px no-repeat; }

.divDataText_bigimgs_container {
  text-align: center; }

.divDataText_bigimgs {
  text-align: center;
  margin: 5px auto; }

.divDataText_singleimgs_container {
  text-align: center; }

.divDataText_singleimgs {
  text-align: center;
  margin: 5px auto; }

.divDataText_imgs_container {
  float: left; }

.divDataText_imgs {
  float: left;
  margin: 5px 10px 0px 0px; }

.divDataText_descr {
  text-align: center;
  font-variant: italic;
  color: #909090;
  margin: 5px 0px; }

.imgDataText_img {
  border: 1px solid #000000;
  margin: 1px; }

.divDataText_gallery img.imgDataText_img {
  width: 200px;
  height: 150px; }

.divDataText_gallery .imgDataText_link img {
  width: 200px;
  height: 150px;
  border: 1px solid #000000;
  margin: 1px; }

.imgDataTextShort_img {
  border: 1px solid #000000;
  margin-right: 5px;
  float: left;
  max-width: 200px; }

.divDataText_video {
  margin: 5px 0px; }

.header {
  position: relative; }

.listlink {
  margin: 5px 0px;
  text-align: right; }

.listlink a {
  font-size: 1em;
  color: #4d73a0;
  font-weight: bold;
  padding: 3px 8px; }

.listlink a:hover {
  color: #18314d;
  text-decoration: none; }

.header .listlink {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0; }

h1 {
  font-size: 1.8em;
  margin-top: 20px;
  color: #234b7b; }

h2 {
  font-size: 1.3em;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #436a98; }

h3 {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #436a98; }

h4 {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #999999; }

h5 {
  font-size: 1.1em;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #c00000; }

h1 a, h2 a, h3 a {
  color: #234b7b;
  text-decoration: none; }

h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: underline; }

.text {
  color: #404040;
  line-height: 1.2em; }

.bigButton {
  margin: 10px 0px;
  text-align: center; }

.bigButton a {
  padding: 5px;
  color: #ffffff;
  font-size: 1.5em;
  background-color: #4d73a0;
  border: 1px solid #003366;
  text-decoration: none; }

.bigButton a:hover {
  background-color: #18314d; }

.rightButton {
  margin: 10px 0px;
  text-align: right; }

.rightButton a {
  padding: 5px;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  background-color: #4d73a0;
  border: 1px solid #003366;
  text-decoration: none; }

.rightButton a:hover {
  background-color: #18314d; }

.leftButton {
  margin: 10px 0px;
  text-align: left; }

.leftButton a {
  padding: 5px;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  background-color: #4d73a0;
  border: 1px solid #003366;
  text-decoration: none; }

.leftButton a:hover {
  background-color: #18314d; }

.centerButton {
  margin: 10px 0px;
  text-align: center; }

.centerButton a {
  padding: 5px;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  background-color: #4d73a0;
  border: 1px solid #003366;
  text-decoration: none; }

.centerButton a:hover {
  background-color: #18314d; }

a.simpleButton {
  padding: 2px 4px;
  margin: 0px 2px;
  background-color: #4d73a0;
  border: 1px solid #264e7e;
  color: #ffffff; }

a.simpleButton:hover {
  background-color: #6699cc; }

#centerContainer {
  position: relative;
  width: 980px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  margin: 10px auto;
  text-align: left;
  padding: 0px 10px; }

.right-static-ad, .right-ad {
  padding: 0 5px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  width: 200px;
  position: fixed;
  top: 0;
  left: 50%;
  margin-top: 10px;
  margin-left: 510px; }

.right-ad {
  position: absolute;
  overflow: hidden; }

.right-yandex-static-ad {
  position: fixed;
  top: 0;
  left: 50%;
  margin-top: 10px;
  margin-left: 510px;
  width: 200px; }

#topLine {
  height: 14px;
  padding-top: 5px;
  font-size: 12px;
  color: #909090; }

#topLine a {
  text-decoration: none;
  color: #004a80; }

#topLine a.gray {
  color: #707070; }

#topLine a:hover {
  text-decoration: underline; }

#topLine #topLinks {
  float: left; }

#topLine #topMenu {
  float: right; }

#topMenu .ntf a {
  color: #C00000; }

#topMenu .ntf a:hover {
  color: #ff0000; }

#head #logo {
  width: 200px; }

#head #logo img {
  width: 200px; }

#head #top-banner {
  width: 468px;
  vertical-align: middle; }

#head #searchForm {
  width: 450px;
  vertical-align: middle;
  padding: 0px 20px;
  background: url("/im/dotted.gif") top right repeat-y; }

#head #searchForm #searchfield {
  padding: 10px 0; }

#head #searchForm #searchfield input {
  border: 1px solid #dedede;
  float: left; }

#head #searchForm #searchfield input#q {
  width: 300px; }

#head #searchForm #searchfield input.submit {
  background-color: #dedede;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.7em;
  height: 20px; }

#head #slogan {
  font-size: 14px;
  color: #505050; }

#bottom {
  margin: 10px 0px;
  color: #aaaaaa; }

#bottom .bottomText {
  font-size: 0.85em;
  line-height: 1.2em;
  color: #909090;
  text-align: justify; }

#bottom .bottomCenterText {
  color: #909090;
  text-align: center; }

#bottom .bottomCenterText a {
  color: #909090;
  text-decoration: none; }

#bottom .bottomMenu {
  text-align: center;
  padding: 10px; }

#teaserTd {
  vertical-align: top;
  font-size: 13px; }

#selectGeo {
  text-align: right;
  font: normal 0.9em Arial;
  color: #909090; }

#selectGeo a {
  font-weight: bold;
  color: #707070;
  text-decoration: none; }

#selectGeo a:hover {
  text-decoration: underline; }

#selectGeoDiv {
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 5px;
  display: none;
  border: 1px solid #cad6e1;
  background-color: #e9edf2;
  color: #4d73a0;
  text-align: right; }

#selectGeoDiv select {
  font-size: 1em;
  margin: 2px;
  width: 140px;
  border: 1px solid #cad6e1;
  color: #909090; }

#selectGeoDiv button {
  color: #FFFFFF;
  border: 1px solid #436a98;
  background-color: #4d73a0;
  margin: 2px; }

#selectGeoDiv_close {
  margin: 2px; }

#tmglPrimaryNav {
  float: left; }

#tmglPrimaryNav .mainNav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.5em; }

#tmglPrimaryNav .mainNav li {
  float: left; }

#tmglPrimaryNav .mainNav a {
  font-weight: bold;
  padding: 3px 8px;
  display: block; }

.main-menu li {
  float: left;
  margin-top: 10px; }

.main-menu a {
  color: #436a98;
  background-color: #e9edf2;
  border: 1px solid #cad6e1;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  padding: 3px 8px;
  display: block;
  margin-left: -1px;
  margin-bottom: 1px; }

.main-menu a.active {
  color: #FFFFFF;
  background-color: #4d73a0;
  border: 1px solid #264e7e; }

.main-menu a:hover {
  color: #FFFFFF;
  background-color: #436a98;
  border: 1px solid #1d4574; }

#mainSubmenu {
  clear: both; }

#mainSubmenu li {
  float: left; }

#mainSubmenu a {
  color: #FFFFFF;
  background-color: #4d73a0;
  border-right: 1px solid #cad6e1;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  padding: 3px 8px;
  display: block;
  margin-left: -1px;
  margin-right: 1px;
  margin-bottom: 1px; }

#mainSubmenu a.active {
  color: #FFFFFF;
  background-color: #122842; }

#mainSubmenu a:hover {
  color: #FFFFFF;
  background-color: #18314d; }

#mainSubsubmenu {
  clear: both; }

#mainSubsubmenu li {
  float: left;
  height: 17px;
  margin-top: 2px; }

#mainSubsubmenu a {
  padding: 3px 8px;
  color: #909090;
  font-size: 0.9em;
  text-decoration: none; }

#mainSubsubmenu a.active {
  font-weight: bold;
  color: #505050; }

#mainSubsubmenu a:hover {
  color: #303030; }

#submenu, #submenu_xs {
  background-color: #ffffff;
  border: 1px solid #436a98;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 100%; }

#submenu li, #submenu_xs li {
  display: block;
  float: none;
  margin: 1px; }

#submenu li a, #submenu_xs li a {
  font-size: 1em; }

#submenu li a:hover, #submenu_xs li a:hover {
  border: 1px solid #ffffff; }

#divCenterContainer {
  float: left;
  width: 660px; }

#divSideContainer {
  float: right;
  width: 310px; }

#tdCenterContainer {
  vertical-align: top; }

#tdSideContainer {
  width: 310px;
  vertical-align: top; }

#divCenterContainer_tv_main {
  float: left;
  width: 750px; }

#divSideContainer_tv_main {
  float: right; }

.sideBlock {
  margin: 20px 0px 30px 0px; }

.sideBlock h2 {
  font-size: 1em;
  font-weight: bold;
  color: #456890;
  padding: 2px 5px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.4em; }

.sideBlock .inner {
  border: 1px solid #dedede;
  padding: 10px; }

.sideTags {
  text-align: justify; }

.sideTags a {
  text-decoration: none;
  color: #336699; }

.sideTags a:hover {
  color: #003366; }

.lastComments {
  color: #999999; }

.lastComment {
  padding: 8px 0px;
  font-size: 0.9em;
  line-height: 1.3; }

.lastComment a {
  text-decoration: none;
  color: #707070; }

.lastComment a:hover {
  color: #336699; }

.lastComment .datetime {
  color: #999999; }

.lastComment .comment {
  margin: 2px 5px;
  padding: 2px 5px;
  border-left: 1px dotted #c0c0c0;
  font-size: 1em;
  font-style: italic;
  width: 270px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.lastComment .comment a {
  color: #333333;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden; }

.lastComment .comment a:hover {
  color: #000000; }

.centerForm {
  width: 400px;
  text-align: left;
  margin: 50px auto;
  color: #707070; }

.centerForm h1 {
  font-size: 1.6em;
  color: #e2367f;
  margin: 0; }

.centerForm .s {
  font-size: 0.9em;
  color: #AAAAAA; }

.centerForm .fname {
  margin-top: 15px;
  color: #707070; }

.centerForm select {
  border: 1px solid #d0d0d0;
  margin: 5px 0px; }

.centerForm input.big {
  font-size: 2em;
  border: 1px solid #d0d0d0;
  margin: 5px 0px;
  width: 100%; }

.centerForm input.sbig {
  font-size: 1.2em;
  border: 1px solid #d0d0d0;
  margin: 5px 0px;
  width: 100%; }

.centerForm input.button {
  font-size: 2em;
  color: #FFFFFF;
  border: 1px solid #436a98;
  background-color: #4d73a0;
  margin-top: 5px;
  padding-bottom: 2px; }

.profileForm {
  margin: 10px 0px; }

.profileForm input.button {
  margin: 5px 0px 0px 5px;
  color: #FFFFFF;
  background-color: #4d73a0;
  border: 1px solid #264e7e; }

.profileForm .adv_img_div {
  margin: 10px;
  text-align: center; }

.profileForm textarea.maintext {
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0; }

.profileForm td {
  vertical-align: middle; }

.profileForm input.big {
  font-size: 1.2em; }

#mainpage td {
  vertical-align: top; }

#mainpage_sidenews {
  width: 200px;
  padding-left: 10px; }

#mainpage_sidenews .title {
  margin: 5px; }

#mainpage_sidenews .title a {
  text-decoration: none;
  font-size: 1.5em; }

#mainpage_sidenews .title a:hover {
  text-decoration: underline; }

#mainpage_sidenews .sidenew {
  margin-bottom: 20px; }

#mainpage_sidenews .votePanel {
  font-size: 0.8em; }

.shortboard {
  margin: 5px 0px; }

.shortboard .title {
  font-size: 1.4em; }

.shortboard .title a {
  color: #234b94; }

.shortboard .title a:hover {
  color: #2c549c; }

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

.shortboard .text img.pic {
  max-width: 140px; }

.shortboard .sub {
  margin-top: 5px;
  font-size: 0.85em; }

.shortboard .sub .datetime {
  float: right;
  padding-left: 10px;
  color: #999999;
  height: 20px; }

.shortboard .sub .edit {
  float: right;
  height: 20px; }

.shortnew {
  margin: 5px 0px; }

.shortnew .title {
  font-size: 1.4em; }

.shortnew .title a {
  color: #234b94; }

.shortnew .title a:hover {
  color: #2c549c; }

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

.shortnew .imgDataTextShort_img {
  max-width: 140px; }

.shortnew .tags_with_icon {
  line-height: 18px; }

.shortnew .sub {
  margin-top: 5px;
  font-size: 0.85em; }

.shortnew .sub .vote {
  float: right;
  padding-left: 10px;
  height: 20px; }

.shortnew .sub .comments_cnt {
  float: right;
  margin-left: 5px;
  padding: 0px 2px;
  background-color: #5cc357; }

.shortnew .sub .comments_cnt a {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none; }

.shortnew .sub .datetime {
  float: right;
  padding-left: 10px;
  color: #999999;
  height: 20px; }

.shortnew .sub .edit {
  float: right;
  height: 20px; }

.squarenew {
  margin: 5px 0px;
  float: left;
  width: 100%; }

.squarenew .img {
  text-align: center; }

.squarenew .img img {
  border: 0;
  margin: 0 auto;
  float: none; }

.squarenew .title {
  font-size: 1em;
  margin: 0;
  padding: 0; }

.squarenew .text {
  margin-top: 2px;
  font-size: 0.85em; }

.squarenew .tags_with_icon {
  line-height: 13px; }

.squarenew .sub {
  font-size: 0.8em; }

.squarenew .sub .vote {
  float: right;
  padding-left: 10px;
  height: 20px; }

.squarenew .sub .comments_cnt {
  float: right;
  margin-left: 5px;
  padding: 0px 2px;
  background-color: #5cc357; }

.squarenew .sub .comments_cnt a {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none; }

.squarenew .sub .datetime {
  float: right;
  padding-left: 10px;
  color: #999999;
  height: 20px; }

.squarenew .sub .edit {
  float: right;
  height: 20px; }

.topnews-column {
  float: left; }

.topnews_window {
  width: 664px;
  height: 505px;
  overflow: hidden;
  position: relative; }

.topnews {
  width: 1200px;
  position: absolute;
  top: 0;
  left: 0; }

.topnew, .squarenew {
  margin: 5px 3px; }

.topnew .text {
  margin: 5px 2px; }

.topnew .sub {
  margin-top: 5px;
  font-size: 0.85em;
  height: 14px; }

.topnew .sub .vote {
  float: right;
  padding-left: 10px;
  height: 20px; }

.topnew .sub .comments_cnt {
  float: right;
  margin-left: 5px;
  padding: 0px 2px;
  background-color: #5cc357; }

.topnew .sub .comments_cnt a {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none; }

.topnew .sub .datetime {
  float: right;
  padding-left: 10px;
  color: #999999;
  height: 20px; }

.topnew .sub .tags_with_icon {
  float: left;
  height: 12px;
  background-position: 0px 0px; }

.topnew .sub .vote .votePanel .voteMark {
  font-size: 1em; }

.imghead {
  position: relative;
  width: 325px;
  height: 245px; }

.imghead .img img {
  width: 325px;
  height: 245px; }

.imghead a {
  text-decoration: none; }

.imghead .textcontainer {
  position: absolute;
  bottom: 0;
  width: 100%; }

.imghead .textcontainer .sec span {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  float: left;
  line-height: 1.2em; }

.imghead .textcontainer .sec a {
  color: #99ccff;
  font-size: 1em; }

.imghead .textcontainer .sec a:hover {
  text-decoration: underline; }

.imghead .textcontainer .h {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.7); }

.imghead .textcontainer .h a {
  font-size: 1.1em;
  line-height: 1.2em;
  color: #ccc; }

.imghead .textcontainer .h a:hover {
  color: #fff; }

.imghead .fixednew {
  position: absolute;
  padding: 5px;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #cccccc; }

.squarenew .imghead {
  width: 276px;
  height: auto; }

.squarenew .imghead .img img {
  width: 276px;
  height: auto; }

.addComment {
  margin: 20px 0px;
  text-align: center; }

.addComment a {
  font-size: 1.6em;
  color: #6699CC; }

.commentForm {
  margin-bottom: 20px; }

.commentForm textarea {
  width: 100%;
  height: 200px; }

.commentForm .top {
  margin: 5px 0px;
  color: #aaaaaa; }

.commentForm .top a {
  font-weight: bold;
  color: #707070; }

.commentForm input.button {
  margin: 10px 0px;
  background-color: #909090;
  color: #ffffff;
  font-size: 1.2em;
  margin-right: 10px; }

.commentForm_container {
  margin-left: 20px; }

.comments {
  margin-top: 20px; }

.comments .comment {
  margin-top: 20px; }

.comments .comment .top {
  font-size: 0.85em;
  color: #909090; }

.comments .comment .top .avatar {
  float: left; }

.comments .comment .top .avatar img {
  height: 20px;
  margin-right: 2px;
  margin-top: -5px; }

.comments .comment .top .user {
  float: left; }

.comments .comment .top .user a {
  font-weight: bold;
  color: #707070; }

.comments .comment .top .datetime {
  float: left;
  margin-left: 20px; }

.comments .comment .top .link {
  float: left;
  margin-left: 10px; }

.comments .comment .top .link a {
  text-decoration: none;
  color: #707070; }

.comments .comment .top .vote {
  float: left;
  margin-left: 20px; }

.comments .comment .text {
  clear: both;
  padding: 5px 0px;
  font-size: 1.1em;
  line-height: 1.3em; }

.comments .comment .answer a {
  color: #336699;
  font-size: 0.85em; }

.comments .commentChildren {
  margin-left: 20px; }

.static_page {
  margin: 5px; }

.static_page .title {
  font-size: 1.4em; }

.static_page .title a {
  color: #234b94; }

.static_page .title a:hover {
  color: #2c549c; }

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

.static_page .date {
  text-align: right;
  font-size: 0.8em;
  color: #909090;
  margin-top: 5px; }

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

.static_page p {
  margin-bottom: 1.5em;
  line-height: 1.2em; }

.static_page ul {
  list-style: circle inside;
  padding: 5px; }

.static_pages .add {
  margin: 50px 0px; }

.static_pages .add a {
  font-size: 1.6em;
  text-decoration: none;
  color: #6699CC; }

table.simple-table {
  border: 1px solid #cacaca;
  border-collapse: collapse;
  margin-bottom: 1.4em;
  width: 100%; }

table.simple-table td, table.simple-table tr {
  border: 1px solid #cacaca; }

table.simple-table td {
  padding: 5px; }

table.simple-table-center {
  border: 1px solid #cacaca;
  border-collapse: collapse; }

table.simple-table-center td, table.simple-table-center tr {
  border: 1px solid #cacaca;
  margin-bottom: 1.4em; }

table.simple-table-center td {
  padding: 5px;
  vertical-align: middle; }

.board_tbl {
  margin: 10px; }

.board_tbl a {
  text-decoration: none;
  padding: 1px 2px; }

.board_tbl td {
  vertical-align: top; }

.board_tbl .block {
  margin-bottom: 20px; }

.board_tbl .h {
  font-size: 1.1em;
  font-weight: bold; }

.board_tbl .h a {
  color: #436a98; }

.board_tbl .h a:hover {
  color: #003366; }

.board_tbl .h a.sel {
  text-decoration: underline; }

.board_tbl .sub {
  margin: 2px 5px;
  font-size: 0.9em;
  line-height: 1.3em; }

.board_tbl .sub a:hover {
  color: #505050;
  text-decoration: underline; }

.board_tbl .sub a.sel {
  background-color: #909090;
  color: #ffffff; }

.tv_programs_list {
  font-size: 0.9em; }

.tv_programs_list .elem {
  float: left;
  width: 96px;
  height: 110px;
  text-align: center;
  margin: 5px; }

.tv_programs_list .elem img {
  margin-bottom: 3px;
  width: 90px;
  height: 68px; }

.tv_programs_list .elem a {
  text-decoration: none; }

.tv_programs_list .elem a:hover {
  color: #909090; }

.tv_soon {
  text-align: left; }

.tv_soon .time {
  color: #336699;
  border-bottom: 1px solid #336699;
  font-size: 1.4em;
  padding: 2px;
  margin: 5px; }

.tv_soon .elem {
  width: 100%; }

.tv_soon .elem .title {
  width: 500px;
  padding: 5px;
  font-size: 1.1em;
  vertical-align: middle; }

.tv_soon .elem .program {
  font-size: 0.9em;
  line-height: 1.1em;
  vertical-align: middle; }

.tv_soon .odd td {
  background-color: #eaeaea; }

.sideBlock .tv_soon .elem .title {
  width: auto;
  font-size: 0.9em; }

.sideBlock .tv_soon .elem .program {
  font-size: 0.8em;
  text-align: right; }

.sideBlock .link {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: right;
  font-size: 0.9em; }

.sideBlock .link a {
  color: #336699; }

.tv_program_logo td {
  padding: 5px;
  vertical-align: top; }

.tv_program_logo td h1 {
  margin-top: 10px; }

.tv_days_line {
  margin-top: 15px; }

.tv_days_line .elem {
  float: left;
  padding: 0px 5px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 1.2em;
  font-size: 0.9em; }

.tv_days_line .elem a {
  text-decoration: none; }

.tv_days_line .sel {
  background-color: #99CCFF;
  border: 1px solid #6699CC; }

.tv_days_line .sel a {
  color: #ffffff; }

.range_menu .elem {
  line-height: 1.5em;
  text-align: right;
  font-size: 1.2em; }

.range_menu .elem a {
  text-decoration: none;
  display: block;
  padding: 5px;
  border: 1px solid #ffffff; }

.range_menu .elem a:hover {
  border: 1px solid #6699CC;
  background-color: #99CCFF;
  color: #FFFFFF; }

.tv_program_list {
  margin-top: 10px; }

.tv_program_list table.main {
  width: 100%;
  font-size: 1.1em; }

.tv_program_list .time {
  padding: 5px;
  width: 50px;
  color: #909090; }

.tv_program_list .title {
  padding: 5px; }

.tv_program_list td {
  vertical-align: top; }

.tv_program_list .program_logo {
  width: 142px;
  text-align: center;
  margin: 5px; }

.tv_program_list .program_logo img {
  margin-bottom: 3px; }

.tv_program_list .program_logo a {
  text-decoration: none; }

.tv_program_list .program_logo a:hover {
  color: #909090; }

.weather .h {
  font-size: 2em;
  color: #C00000;
  margin-top: 10px; }

.weather table {
  width: 100%; }

.weather td {
  vertical-align: middle; }

.weather .sub {
  font-size: 11px;
  color: #909090; }

.weather .temp {
  width: 150px; }

.weather .wicon {
  float: left;
  margin-right: 20px; }

.weather .day_temp {
  font-size: 2em;
  color: #c00000;
  margin-top: 10px; }

.weather .night_temp {
  font-size: 0.8em;
  color: #336699; }

.weather .params .elem {
  font-size: 1em;
  line-height: 1.4em; }

.weather .params .elem .p {
  color: #606060; }

.weather .params .elem .v {
  font-weight: bold; }

.weather .add td {
  font-size: 0.8em;
  color: #909090; }

.weather_main .add {
  margin: 5px; }

.weather_tbl .date {
  width: 100px; }

.weather_tbl .params {
  width: 200px; }

.weather_tbl .add td {
  font-size: 0.9em;
  line-height: 1.1em; }

.weather_tbl .params .elem {
  font-size: 0.9em; }

.weather_teaser {
  margin: 3px 0px 0px 10px; }

.weather_teaser .h {
  font-size: 1em;
  margin: 0;
  margin-bottom: 5px; }

.weather_teaser .wicon {
  margin-right: 10px; }

.weather_teaser .temp {
  width: 150px; }

.weather_teaser .params .elem {
  font-size: 11px; }

.weather_cities_tbl {
  margin: 10px; }

.weather_cities_tbl a {
  text-decoration: none;
  padding: 1px 2px; }

.weather_cities_tbl td {
  vertical-align: top; }

.weather_cities_tbl .block {
  margin-bottom: 20px; }

.weather_cities_tbl .h {
  font-size: 1.1em;
  font-weight: bold;
  color: #436a98; }

.weather_cities_tbl .sel {
  text-decoration: underline; }

.weather_cities_tbl .sub {
  margin: 2px 5px;
  font-size: 0.9em;
  line-height: 1.3em; }

.weather_cities_tbl .sub a:hover {
  color: #505050;
  text-decoration: underline; }

.weather_cities_tbl .sub a.sel {
  background-color: #909090;
  color: #ffffff;
  text-decoration: none; }

.user_profile .info, .informers .info {
  margin: 15px 0px; }

.user_profile .info td, .informers .info td {
  padding: 5px 10px; }

.user_profile .info td.f, .informers .info td.f {
  text-align: right;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1em;
  color: #707070; }

.user_profile .info td.v, .informers .info td.v {
  font-size: 1em;
  color: #303030; }

.user_profile .info td.about {
  color: #606060;
  font-style: italic; }

.user_profile .profile_photo {
  text-align: center;
  margin: 10px; }

.user_profile .profile_photo img {
  border: 1px solid #c0c0c0;
  padding: 1px; }

.informers textarea {
  width: 450px;
  height: 100px; }

.message {
  margin-top: 15px; }

.message .h {
  font-size: 2em; }

.message .text {
  font-size: 1.1em;
  margin: 10px;
  line-height: 1.3em; }

.message .sub div {
  float: left;
  padding-left: 30px;
  color: #909090; }

.centerForm2 {
  margin: 0 auto;
  text-align: left;
  width: 500px; }

.centerForm2 td {
  padding: 2px; }

.centerForm2 .hh {
  font-size: 1.4em;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #336699; }

.centerForm2 .form {
  width: 100%; }

.centerForm2 input.inp {
  width: 360px; }

.centerForm2 textarea {
  width: 360px;
  height: 50px;
  font-size: 1.2em; }

.centerForm2 .f {
  width: 130px;
  vertical-align: middle; }

.centerForm2 .save_buttons {
  height: 32px;
  margin-bottom: 10px; }

.centerForm2 .save_buttons td {
  vertical-align: middle; }

.centerForm2 .save_buttons .button {
  height: 12px;
  margin-right: 5px;
  font-size: 0.8em;
  padding: 3px 5px 2px 5px;
  border: 1px solid #336699;
  background-color: #4d73a0; }

.centerForm2 .save_buttons .button a {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase; }

.centerForm2 .profile_photo {
  text-align: center;
  margin: 10px; }

.centerForm2 .profile_photo .sub {
  display: block;
  text-align: right;
  font-size: 0.8em;
  color: #909090;
  margin-top: 5px; }

.centerForm2 input.submit {
  width: auto;
  font-size: 2em;
  color: #FFFFFF;
  border: 1px solid #436a98;
  background-color: #4d73a0;
  margin-top: 5px;
  padding-bottom: 2px; }

.centerForm2 .addinfo {
  padding: 5px;
  color: #404040;
  font-size: 0.9em; }

#profile_no_photo {
  position: relative;
  background: url("/im/no_user_photo.jpg") 0px 0px no-repeat;
  height: 200px;
  width: 200px;
  margin: 0 auto; }

#profile_no_photo div {
  position: absolute;
  width: 130px;
  height: 20px;
  top: 80px;
  left: 25px;
  background-color: #c0c0c0;
  color: #ffffff;
  padding: 10px; }

.edit_board {
  width: 500px;
  margin: 0 auto;
  text-align: left; }

.peoplelist {
  margin: 10px 0px; }

.peoplelist td {
  vertical-align: middle; }

.peoplelist td.toph {
  padding: 5px;
  font-size: 0.8em;
  color: #909090; }

.peoplelist td.avatar {
  width: 70px; }

.peoplelist td.avatar img {
  margin: 10px;
  width: 50px;
  height: 50px; }

.peoplelist td.main {
  padding: 0px 10px; }

.peoplelist td.main .h {
  font-size: 1.4em; }

.peoplelist td.main .h a {
  text-decoration: none; }

.peoplelist td.main .h a:hover {
  text-decoration: underline;
  color: #808080; }

.peoplelist td.main .geo {
  margin-top: 3px; }

.peoplelist td.main .geo a {
  color: #909090; }

.peoplelist td.main .reg {
  font-size: 0.9em;
  color: #909090;
  margin-top: 5px; }

.peoplelist td.main .about {
  font-size: 0.9em;
  font-style: italic;
  color: #606060; }

.weather_texts .elem {
  margin: 10px 0px 20px 0px; }

.weather_texts .elem .date {
  color: #3377AA;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 5px; }

.weather_texts .elem .text {
  font-size: 1em;
  line-height: 1.1em; }

.weather_texts .elem .text a {
  text-decoration: none;
  color: #333333; }

.weather_texts .elem .text a:hover {
  color: #000000; }

.weather_texts .author {
  text-align: right;
  color: #909090;
  font-style: italic; }

.weather_chart {
  text-align: center;
  margin: 10px 0px; }

.profile_na {
  text-align: center; }

.profile_na .inner {
  margin: 0 auto; }

.profile_na td {
  padding: 5px;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #ffffff; }

.profile_na td.params td.p {
  text-align: right;
  color: #909090; }

.profile_na td.images img {
  width: 150px;
  margin: 2px; }

.profile_na td.link {
  text-align: center; }

.profile_na div.not_ready {
  margin: 2px;
  float: left;
  width: 150px;
  height: 100px;
  background-color: #e0e0e0;
  text-align: center;
  padding-top: 80px; }

.profile_na th {
  padding: 5px;
  background-color: #ffffdd;
  border: 1px solid #ffd700; }

.newspaper_main .bigpic {
  text-align: center; }

.newspaper_main #bigpic {
  width: 280px; }

.newspaper_main .imgs {
  text-align: center; }

.newspaper_main .imgs img {
  width: 90px;
  margin: 2px; }

.newspapers_tbl {
  margin: 10px 0px; }

.newspapers_tbl .elem {
  float: left;
  margin: 2px;
  border: 1px solid #c0c0c0;
  width: 234px;
  height: 370px; }

.newspapers_tbl .elem img {
  max-width: 230px;
  max-height: 336px; }

.newspapers_tbl .elem .sub {
  text-align: center;
  font-size: 0.9em;
  line-height: 1.3em; }

.newspapers_tbl .elem .sub a {
  text-decoration: none; }

.newspapers_tbl .elem .sub a:hover {
  text-decoration: underline; }

.newspapers_rating th {
  text-align: center;
  vertical-align: middle; }

.newspapers_rating td {
  padding: 5px;
  border: 1px solid #c0c0c0; }

.newspapers_rating tr.odd td {
  background-color: #f0f0f0; }

.newspapers_rating tr.sel td {
  background-color: #FCDFDE;
  font-weight: bold; }

.newspaper_single .elem {
  float: left;
  margin: 2px; }

.aside {
  text-align: center;
  border: 1px solid #dedede;
  font-size: 1em;
  padding: 4px 0px; }

.ablock {
  margin: 10px 0px;
  text-align: center; }

.ablock a {
  display: block; }

.ablock img {
  width: 100%; }

.ablock.ablock-top {
  margin-bottom: 0;
  margin-top: 0; }

.ablock.ablock-top img {
  border: 0; }

.ablock.ablock-mobile {
  display: none; }

.ablock-header-container {
  margin: 0 10px; }

@media (max-width: 1019px) {
  .ablock.ablock-mobile {
    margin-top: 10px;
    display: table; }
  .ablock.ablock-mobile td {
    width: 50%; }
  .ablock.ablock-mobile td a {
    display: block;
    width: 100%; } }

.side_map {
  height: 350px;
  margin: 10px 0px;
  border: 1px solid #dedede; }

.sideblog {
  border: 1px solid #dedede;
  font-size: 1em;
  padding: 4px 0px;
  margin-bottom: 10px; }

.sideblog .pic {
  text-align: center; }

.sideblog .pic img {
  max-width: 308px; }

.sideblog div {
  margin: 5px 5px 0px 5px; }

.sideblog div div {
  margin: 0; }

.sideblog .h {
  font-size: 2em; }

.sideblog .h a {
  text-decoration: none; }

.sideblog .type {
  text-align: right;
  font-size: 0.8em;
  color: #909090; }

.sideblog .text {
  font-size: 0.9em; }

.sideblog .big {
  text-align: center;
  color: #90CCFF;
  font-size: 1.5em; }

.games .h {
  font-size: 2em;
  padding: 5px; }

.games .h a {
  text-decoration: none;
  color: #003366; }

.games .h a:hover {
  color: #336699;
  text-decoration: underline; }

.games .elem .t {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  margin: 2px 0px; }

.games .elem .t a {
  color: #336699; }

.games .elem .text {
  color: #909090;
  font-size: 0.9em;
  line-height: 1.1em; }

.games .elem .links {
  margin-top: 4px; }

.games .elem .links a.fi {
  background: url("/im/games_fi.gif") top left no-repeat; }

.games .elem .links a.dl {
  background: url("/im/games_dl.gif") top left no-repeat; }

.games .elem .links a.pl {
  background: url("/im/games_pl.gif") top left no-repeat; }

.games .elem .links a {
  text-decoration: none;
  display: block;
  padding-left: 20px;
  height: 20px; }

.games .elem .links a:hover {
  color: #909090; }

.games_main .block {
  padding: 5px;
  border: 1px solid #dedede;
  margin: 10px 0px; }

.games_main .block .link {
  text-align: right; }

.games_main .elem {
  width: 190px;
  margin: 15px;
  float: left; }

.games_list .elem {
  margin-bottom: 5px; }

.games_list .elem td {
  vertical-align: top; }

.games_list .elem .pic {
  padding: 5px; }

.games_list .elem .text {
  font-size: 1em; }

.games_list .elem .t {
  text-align: left; }

.games_list .sub {
  margin-top: 5px;
  font-size: 0.85em; }

.games_list .sub .vote {
  float: right;
  padding-left: 10px;
  height: 20px; }

.games_list .sub .comments_cnt {
  float: right;
  margin-left: 5px;
  padding: 0px 2px;
  background-color: #5cc357; }

.games_list .sub .comments_cnt a {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none; }

.games_list .sub .datetime {
  float: right;
  padding-left: 10px;
  color: #999999;
  height: 20px; }

.single_game .bigpic {
  text-align: center;
  margin: 10px; }

.single_game .text {
  font-size: 1em;
  line-height: 1.2em; }

.single_game .text p {
  margin: 5px; }

.single_game .sections {
  color: #436a98;
  margin: 5px; }

.single_game .sections a {
  text-decoration: none;
  color: #777777;
  padding: 2px 0px; }

.single_game .sections a:hover {
  color: #FFFFFF;
  background-color: #777777; }

.single_game .sub {
  margin-top: 10px; }

.single_game .sub .vote {
  float: left;
  padding-left: 5px; }

.single_game .sub .datetime {
  float: left;
  padding-left: 30px;
  color: #999999; }

.single_game .sub .readed {
  float: left;
  padding-left: 20px;
  color: #999999; }

.single_game .h {
  font-size: 1.6em;
  padding: 5px;
  margin-top: 10px;
  color: #003366; }

.single_game .screenshots .elem {
  float: left; }

.single_game .screenshots .elem img {
  height: 100px;
  margin: 1px; }

.single_game .bigdl {
  margin: 20px; }

.single_game .bigdl a {
  display: block;
  color: #003366;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 20px;
  height: 20px; }

.single_game .bigdl a:hover {
  color: #909090;
  text-decoration: underline; }

.single_game .bigdl small {
  font-size: 0.8em;
  color: #909090; }

.single_game .bigdl a.dl {
  background: url("/im/games_dl.gif") top left no-repeat; }

.single_game .bigdl a.or {
  background: url("/im/games_fi.gif") top left no-repeat; }

.single_game .swf {
  margin: 20px;
  text-align: center; }

.single_game .swf embed {
  margin: 0 auto; }

.single_game .trailer {
  margin: 20px;
  text-align: center; }

.single_game .trailer div.flv_player {
  margin: 0 auto; }

.calendar {
  border: 1px solid #cad6e1;
  width: 303px;
  margin: 0px 2px; }

.calendar .h {
  padding: 5px;
  background-color: #e9edf2;
  border-bottom: 1px solid #cad6e1;
  position: relative; }

.calendar .h .month_name {
  text-align: center;
  font-size: 1.4em;
  color: #436a98; }

.calendar .h .last_arrow {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 15px;
  height: 16px; }

.calendar .h .next_arrow {
  position: absolute;
  top: 6px;
  right: 6px; }

.calendar .h .last_arrow a {
  width: 15px;
  height: 16px;
  display: block; }

.calendar .h .last_arrow a:hover {
  background-color: #436a98; }

.calendar .h .next_arrow a {
  width: 15px;
  height: 16px;
  display: block; }

.calendar .h .next_arrow a:hover {
  background-color: #436a98; }

.calendar .wds {
  padding: 1px; }

.calendar .wds .elem {
  float: left;
  width: 43px;
  text-align: center;
  padding: 2px 0px;
  font-weight: bold;
  font-size: 0.9em;
  color: #436a98; }

.calendar .dates {
  padding: 1px; }

.calendar .dates .elem {
  float: left;
  width: 43px;
  height: 30px; }

.calendar .dates .elem .a {
  display: block;
  margin: 1px;
  width: 39px;
  height: 26px;
  border: 1px solid #cad6e1;
  color: #909090;
  text-align: center;
  font-size: 1.3em;
  text-decoration: none;
  line-height: 26px; }

.calendar .dates .elem a {
  display: block;
  margin: 1px;
  width: 39px;
  height: 26px;
  border: 1px solid #cad6e1;
  text-align: center;
  font-size: 1.3em;
  text-decoration: none;
  line-height: 26px; }

.calendar .dates .elem a:hover {
  border: 1px solid #436a98; }

.calendar .dates .curdate a {
  font-weight: bold;
  color: #336699; }

.tbl_short {
  width: 100%; }

.tbl_short td {
  padding: 5px;
  border: 1px solid #ffffff;
  background-color: #f0f0e7; }

.tbl_short th {
  padding: 5px;
  border: 1px solid #ffffff;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  background-color: #e0e0d5;
  color: #909090; }

.tbl_short th.date {
  width: 100px; }

.tbl_short th.from {
  width: 120px; }

.tbl_short th.edit {
  width: 120px; }

.tbl_short th.cnt {
  width: 60px; }

.tbl_short th.checkbox {
  width: 30px; }

.tbl_short td a {
  color: #336699; }

.tbl_short td.m {
  font-size: 1.1em;
  font-weight: bold; }

.tbl_short td.mm {
  font-size: 1.3em;
  font-weight: bold;
  padding: 5px; }

.tbl_short td.v {
  text-align: center; }

.tbl_short td.m .small {
  float: right;
  font-weight: normal;
  color: #c00000; }

.tbl_short .sub {
  color: #909090;
  font-weight: normal;
  font-size: 1em; }

.tbl_short .gray {
  color: #808080; }

.base_val_menu {
  border: 1px solid #cad6e1;
  padding: 5px; }

.base_val_menu a {
  text-decoration: none;
  color: #303030; }

.base_val_menu a:hover {
  color: #909090; }

.base_val_menu .vals a {
  display: block;
  float: left;
  padding: 2px 4px;
  margin: 0px 2px;
  border: 1px solid #ffffff; }

.base_val_menu .vals a.sel {
  background-color: #4D73A0;
  color: #ffffff;
  border: 1px solid #264E7E; }

.base_val_menu select {
  font-family: monospace; }

.base_date_menu {
  float: right; }

.base_date_menu input.date {
  width: 70px;
  font-size: 0.8em; }

.base_date_menu a.simpleButton {
  color: #ffffff; }

.currencies_menu {
  border: 1px solid #cad6e1;
  padding: 5px; }

.currencies_menu div {
  padding: 3px; }

.currencies_menu div a {
  text-decoration: none;
  padding: 2px 4px;
  margin: 0px 2px; }

.currencies_menu div a.sel {
  background-color: #336699;
  color: #ffffff; }

.currencies_menu div a:hover {
  text-decoration: underline; }

.note_menu {
  border: 1px solid #cad6e1;
  padding: 5px; }

.currencies_table {
  width: 100%; }

.currencies_table td {
  padding: 5px;
  border: 1px solid #ffffff;
  font-size: 0.9em; }

.currencies_table th {
  text-align: center;
  padding: 5px;
  border: 1px solid #ffffff;
  background-color: #f0f0f0;
  color: #336699;
  font-size: 0.9em; }

.currencies_table th a {
  color: #336699;
  text-decoration: none; }

.currencies_table th a:hover {
  color: #003366; }

.currencies_table th.date {
  width: 70px; }

.currencies_table tr.odd td {
  background-color: #f0f0f0; }

.currencies_table td.num {
  text-align: center;
  color: #606060; }

.currencies_table td.numr {
  text-align: right;
  color: #606060; }

.currencies_table td.big {
  font-size: 1em;
  font-weight: bold;
  color: #333333; }

.currencies_table td.nom {
  text-align: right;
  color: #606060; }

.currencies_table td.plus {
  color: #339933; }

.currencies_table td.minus {
  color: #c00000; }

.currencies_table td a {
  color: #335566;
  text-decoration: none;
  font-weight: bold; }

.currencies_table td a:hover {
  color: #c00000; }

.currencies_vals .h {
  font-size: 1em;
  font-weight: bold;
  color: #456890;
  padding: 2px 5px;
  margin-top: 5px;
  text-transform: uppercase; }

.currencies_vals .val {
  margin: 2px; }

.currencies_vals .val a {
  text-decoration: none; }

.currencies_vals .val a:hover {
  text-decoration: underline; }

.currencies_vals .val .val_code {
  font-family: monospace;
  font-size: 1.4em; }

.currencies_vals td.main .val {
  font-weight: bold; }

.currencies_controls {
  color: #808080; }

.currencies_controls td {
  padding: 5px 0px; }

.currencies_controls input {
  margin: 0px 5px; }

.currencies_controls a {
  padding: 0px 2px;
  text-decoration: none; }

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

.currencies_controls input.date {
  width: 70px; }

.currencies_controls a.switch {
  border: 1px solid #ffffff; }

.currencies_controls a.switch:hover {
  text-decoration: none;
  color: #707070; }

.currencies_controls a.on {
  background-color: #4d73a0;
  color: #ffffff;
  border: 1px solid #264e7e; }

.currencies_controls a.on:hover {
  background-color: #698cb6;
  color: #ffffff; }

.currencies_controls #currencies_load {
  text-align: right; }

#currencies_chart {
  margin-top: 10px;
  display: none; }

.wiki_main .h {
  font-size: 1.2em;
  padding: 2px;
  padding-left: 5px;
  margin: 5px;
  border-bottom: 1px solid #336699;
  color: #003366; }

.wiki_main ul {
  margin: 5px 10px; }

.wiki_main li {
  padding: 3px; }

.wiki_main li a {
  text-decoration: none; }

.wiki_main li a:hover {
  text-decoration: underline; }

.hotels_main td {
  vertical-align: top; }

.hotels_main .h {
  clear: both;
  font-size: 1.2em;
  padding: 2px;
  padding-left: 5px;
  margin: 5px;
  border-bottom: 1px solid #336699;
  color: #003366; }

.hotels_main ul {
  margin: 5px 10px 50px 10px; }

.hotels_main li {
  padding: 3px;
  display: block;
  float: left; }

.hotels_main li a {
  text-decoration: none; }

.hotels_main li a:hover {
  text-decoration: underline; }

.marker_map {
  height: 70px; }

.marker_map a {
  text-decoration: none; }

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

.marker_map .pic {
  float: left;
  margin-right: 10px; }

.marker_map .pic img {
  width: 50px;
  border: 1px solid #000000; }

.marker_map .h {
  margin-bottom: 5px;
  font-weight: bold;
  color: #336699; }

.marker_map .address {
  font-size: 0.8em;
  font-style: italic;
  margin-bottom: 5px; }

.marker_map .links {
  float: right; }

.marker_map .links a {
  display: block;
  float: right;
  margin-bottom: 2px;
  font-size: 0.85em; }

.marker_map table.tbl {
  width: 100%; }

.marker_map table.tbl td {
  padding: 2px;
  font-size: 0.8em; }

.forum_group .h {
  background-color: #1f537b;
  padding: 5px;
  margin-top: 10px;
  color: #ffffff; }

.forum_group table {
  width: 100%; }

.forum_group td {
  padding: 5px 15px;
  border: 1px solid #e0e0e0;
  vertical-align: middle; }

.forum_group th {
  padding: 5px 15px;
  font-weight: normal;
  border: 1px solid #e0e0e0;
  background-color: #f0f0f0; }

.forum_group td.forum_cnt {
  text-align: center;
  width: 50px; }

.forum_group td.forum_last_message {
  padding: 5px; }

.forum_group .lastComments .lastComment {
  padding: 0; }

.forum_group .forum_section {
  width: 420px; }

.forum_group .forum_section .fsid a {
  font-size: 1.1em;
  font-weight: bold;
  color: #00579c; }

.forum_group .forum_section .sub {
  line-height: 1.2em; }

.forum_group .forum_section .sub a {
  text-decoration: none;
  color: #909090; }

.forum_topic {
  border: 1px solid #c3cbd1;
  border-width: 0px 1px 1px 1px; }

.forum_topic table {
  width: 100%; }

.forum_topic td {
  vertical-align: top;
  padding: 5px; }

.forum_topic td td {
  padding: 0; }

.forum_topic .userinfo {
  width: 200px;
  border-right: 1px solid #c3cbd1; }

.forum_topic .userinfo a {
  text-decoration: none; }

.forum_topic .userinfo a:hover {
  text-decoration: underline; }

.forum_topic .userinfo .avatar {
  text-align: center;
  margin-bottom: 5px; }

.forum_topic .userinfo .name {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.3em;
  color: #005a88; }

.forum_topic .userinfo .name a {
  color: #005a88; }

.forum_topic .userinfo .statuses {
  font-size: 0.8em;
  line-height: 1.1em;
  margin: 2px 0px; }

.forum_topic .userinfo .fromwhere, .forum_topic .userinfo .messages_cnt {
  margin: 5px 0px;
  color: #505050; }

.forum_topic .topic .top {
  font-size: 0.8em;
  color: #505050;
  clear: both; }

.forum_topic .topic .top .reply {
  text-align: right; }

.forum_topic .topic .top .reply a {
  text-decoration: none;
  font-weight: bold;
  color: #005a88; }

.forum_topic .topic .top .reply a:hover {
  text-decoration: underline; }

.forum_topic .topic .text {
  font-size: 1.1em;
  line-height: 1.2em;
  color: #303030;
  margin: 10px; }

.forum_topic .topic .sep {
  background-color: #c3cbd1; }

.forum_topic .topic .ad {
  text-align: right;
  margin: 10px;
  color: #808080; }

.forum_topic .userinfo, .forum_topic .topic {
  background-color: #dee3e7; }

.forum_topic_odd .userinfo, .forum_topic_odd .topic {
  background-color: #efefef; }

.forum_topic_top {
  border-top: 1px solid #e0e0e0; }

.blockquote_container {
  font-size: 0.8em;
  margin-bottom: 5px; }

.blockquote_container .blockquote_container {
  font-size: 1em; }

.blockquote_container .blockquote_by {
  color: #909090; }

.blockquote_container .blockquote {
  border: 1px dotted #bbbbbb;
  color: #909090;
  font-size: 1em;
  margin: 0;
  padding: 5px; }

.code {
  border: 1px dotted #bbbbbb;
  color: #000000;
  font-size: 1em;
  margin: 5px 0px;
  padding: 5px;
  font-family: monospace; }

.videosline .item {
  padding: 0 12px; }

.videosline .item .title {
  font-size: 1em; }

.videosline .item .pic img {
  margin: 0; }

#videos_list {
  margin-left: 10px; }

.photonewsline .item {
  padding: 0 12px; }

.photonewsline .item .title {
  font-size: 1em; }

.photonewsline .item .pic img {
  margin: 0; }

/* карта на главной странице досок объявлений */
#board_lt_map {
  position: relative;
  background: transparent url("/images/news/ltmap_ready_empty.png") 0 0 no-repeat;
  width: 741px;
  height: 571px; }

#board_lt_map a {
  display: block;
  background: transparent 0 0 no-repeat;
  text-decoration: none;
  color: #303030; }

#board_lt_map a:hover {
  color: #606060; }

#board_lt_map > div {
  position: absolute; }

#board_lt_map div.size3 {
  font-size: 2em;
  margin-top: -16px;
  margin-left: -16px; }

#board_lt_map div.size3 a {
  height: 32px;
  padding-left: 32px;
  padding-top: 3px;
  background-image: url("/im/circle_4.png"); }

#board_lt_map div.size3 a:hover {
  background-image: url("/im/circle_4_over.png"); }

#board_lt_map div.size2 {
  font-size: 1.6em;
  margin-top: -12px;
  margin-left: -12px; }

#board_lt_map div.size2 a {
  height: 24px;
  padding-left: 24px;
  padding-top: 3px;
  background-image: url("/im/circle_3.png"); }

#board_lt_map div.size2 a:hover {
  background-image: url("/im/circle_3_over.png"); }

#board_lt_map div.size1 {
  font-size: 1.2em;
  margin-top: -8px;
  margin-left: -8px; }

#board_lt_map div.size1 a {
  padding-left: 16px;
  padding-top: 2px;
  background-image: url("/im/circle_2.png"); }

#board_lt_map div.size1 a:hover {
  background-image: url("/im/circle_2_over.png"); }

.two-cols-menu .odd, .two-cols-menu .even {
  float: left;
  width: 45%; }

/* блок в меню для стран на досках объявлений */
.block {
  margin-bottom: 10px; }

.block .h {
  color: #456890;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 2px; }

.block .h a {
  color: #456890; }

.block .elem {
  line-height: 1.1em; }

/* форма поиска на страницах со списками у досок объявлений */
.boardSearchFormContainer {
  margin-top: 5px;
  background-color: #e9edf2;
  border: 1px solid #cad6e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px; }

.boardSearchForm {
  float: left; }

.boardSearchForm .formItem {
  float: left;
  margin-right: 5px; }

.boardSearchForm .formItem .bigButton {
  margin-left: 10px;
  margin-top: 13px; }

.boardSearchForm .formItem .bigButton a {
  padding: 8px 20px; }

ol.with-numbers {
  margin: 10px 10px 10px 20px;
  list-style: decimal; }

/* Ссылки с иконками */
.edit_icon a {
  background: url("/im/icons_new.gif") no-repeat 0 -120px;
  padding-left: 12px; }

.edit_icon a:hover {
  background-position: 0px -140px; }

.tags_icon {
  margin: 10px 0px; }

.tags_icon span {
  background: url("/im/icons_new.gif") no-repeat 0 -100px;
  padding-left: 12px;
  font-size: 0.8em; }

.tags_icon a {
  color: #707070;
  text-decoration: underline; }

.tags_icon a:hover {
  color: #505050;
  text-decoration: none; }

.rss_icon a {
  background: url("/im/icons_new.gif") no-repeat 0 -160px;
  padding-left: 15px; }

.rss_icon a:hover {
  background-position: 0 -180px; }

.twitter_icon a {
  background: url("/im/bookmarks3.png") no-repeat 0 -64px;
  padding-left: 18px; }

.twitter_icon a:hover {
  background-position: 0 -336px; }

.help_icon a {
  background: url("/im/icons_new.gif") no-repeat 0 -260px;
  padding-left: 15px; }

.help_icon a:hover {
  background-position: 0 -280px; }

.star_on {
  display: block;
  float: left;
  background: url("/im/icons_new.gif") no-repeat 0 -220px;
  width: 16px;
  height: 16px; }

.star_off {
  display: block;
  float: left;
  background: url("/im/icons_new.gif") no-repeat 0 -200px;
  width: 16px;
  height: 16px; }

.bookmarks {
  float: right;
  color: #909090;
  font-size: 0.8em;
  line-height: 0.8em; }

.bookmarks td {
  padding: 2px;
  vertical-align: middle; }

.bookmarks td td {
  padding: 0; }

.bookmarks a {
  color: #909090; }

.bookmarks a.bookmark {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background: url("/im/bookmarks3.png") 0px -16px no-repeat; }

.user_icon {
  font-weight: bold;
  color: #999999;
  padding: 1px 0px; }

.user_icon span {
  background: url("/im/icons_new.gif") no-repeat 0 -60px;
  padding-left: 15px; }

.user_icon a {
  background: url("/im/icons_new.gif") no-repeat 0 -60px;
  padding-left: 15px;
  color: #70aae5;
  text-decoration: none; }

.user_icon a:hover {
  background-position: 0 -80px;
  color: #548ac2; }

.fav_icon .switch1 {
  background: url("/im/icons_new.gif") no-repeat 0px -200px;
  padding-left: 15px; }

.fav_icon .switch0 {
  background: url("/im/icons_new.gif") no-repeat 0px -220px;
  padding-left: 15px; }

.fav_icon .switch1:hover, fav_icon .switch2:hover {
  background-position: 0px -240px; }

.votePanel {
  color: #707070; }

.votePanel .voteMark {
  float: left;
  font-size: 1.2em;
  font-weight: bold; }

.votePanel .plus {
  color: #42ae3d; }

.votePanel .minus {
  color: #ae3d3d; }

.votePanel .arrowUp_place {
  float: left;
  padding: 0 5px;
  width: 11px;
  height: 13px; }

.votePanel .arrowUp_place a.arrowUp {
  display: block;
  width: 9px;
  height: 11px;
  margin: 1px;
  background: url("/im/icons_new.gif") no-repeat 0 0px; }

.votePanel .arrowUp_place a.arrowUp:hover {
  background-position: -40px 0px; }

.votePanel .arrowDown_place {
  float: left;
  padding: 0 5px;
  width: 11px;
  height: 13px; }

.votePanel .arrowDown_place a.arrowDown {
  display: block;
  width: 9px;
  height: 11px;
  margin: 1px;
  background: url("/im/icons_new.gif") no-repeat -10px 0px; }

.votePanel .arrowDown_place a.arrowDown:hover {
  background-position: -70px 0px; }

.editorcontrols .editor_sp {
  width: 10px;
  height: 20px;
  float: left; }

.editorcontrols a {
  display: block;
  float: left;
  width: 20px;
  height: 20px; }

.editorcontrols a.icon_bold {
  background: url("/im/editor_icons.gif") 0px -20px no-repeat; }

.editorcontrols a.icon_bold:hover {
  background-position: 0px 0px; }

.editorcontrols a.icon_italic {
  background: url("/im/editor_icons.gif") -20px -20px no-repeat; }

.editorcontrols a.icon_italic:hover {
  background-position: -20px 0px; }

.editorcontrols a.icon_underline {
  background: url("/im/editor_icons.gif") -40px -20px no-repeat; }

.editorcontrols a.icon_underline:hover {
  background-position: -40px 0px; }

.editorcontrols a.icon_strike {
  background: url("/im/editor_icons.gif") -60px -20px no-repeat; }

.editorcontrols a.icon_strike:hover {
  background-position: -60px 0px; }

.editorcontrols a.icon_link {
  background: url("/im/editor_icons.gif") -80px -20px no-repeat; }

.editorcontrols a.icon_link:hover {
  background-position: -80px 0px; }

.editorcontrols a.icon_code {
  width: 30px;
  height: 20px;
  background: url("/im/editor_icons.gif") -240px -20px no-repeat; }

.editorcontrols a.icon_code:hover {
  background-position: -240px 0px; }

.editorcontrols a.icon_quote {
  background: url("/im/editor_icons.gif") -100px -20px no-repeat; }

.editorcontrols a.icon_quote:hover {
  background-position: -100px 0px; }

.editorcontrols a.icon_video {
  background: url("/im/editor_icons.gif") -120px -20px no-repeat; }

.editorcontrols a.icon_video:hover {
  background-position: -120px 0px; }

.editorcontrols a.icon_img {
  background: url("/im/editor_icons.gif") -140px -20px no-repeat; }

.editorcontrols a.icon_img:hover {
  background-position: -140px 0px; }

.editorcontrols a.icon_cut {
  background: url("/im/editor_icons.gif") -160px -20px no-repeat; }

.editorcontrols a.icon_cut:hover {
  background-position: -160px 0px; }

.editorcontrols a.icon_left {
  background: url("/im/editor_icons.gif") -180px -20px no-repeat; }

.editorcontrols a.icon_left:hover {
  background-position: -180px 0px; }

.editorcontrols a.icon_center {
  background: url("/im/editor_icons.gif") -200px -20px no-repeat; }

.editorcontrols a.icon_center:hover {
  background-position: -200px 0px; }

.editorcontrols a.icon_right {
  background: url("/im/editor_icons.gif") -220px -20px no-repeat; }

.editorcontrols a.icon_right:hover {
  background-position: -220px 0px; }

.blog_readmore a {
  color: #336699;
  margin: 5px 0px; }

.banned_color {
  color: #909090; }

.banned_div {
  margin: 5px;
  font-size: 1.3em;
  color: #909090; }

/* Стиль для списка новостей, событий.. списка из элементов с текстом и картинкой а так же для отдельного элемента. Сначала общие правила. */
.item .title {
  font-size: 1.4em;
  line-height: 1.1em; }

.item .title a {
  color: #234b94; }

.item .title a:hover {
  color: #2c549c; }

.item .title a.gray {
  color: #909090; }

.item .big {
  font-size: 2em; }

.item .text {
  margin-top: 5px;
  line-height: 1.3em; }

.item .imgs650w img {
  max-width: 650px; }

.item .imgDataTextShort_img {
  max-width: 140px; }

.item .pic img {
  border: 1px solid #000000;
  margin-right: 5px;
  float: left;
  max-width: 140px; }

.item .pics img {
  margin: 5px;
  border: 1px solid #000000; }

.item .text_params {
  color: #505050;
  font-size: 0.85em;
  line-height: 1.5em;
  margin-top: 2px; }

.item .text_params strong {
  color: #000000; }

.item .ltangle {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px; }

.item .ltangle .pic img {
  float: none; }

.item .sub {
  margin-top: 5px;
  font-size: 0.85em;
  color: #999999; }

.item .sub div {
  float: right;
  margin-left: 10px; }

.item .sub div div {
  margin: 0; }

.item .sub a {
  text-decoration: none;
  font-weight: bold;
  color: #505050; }

.item .sub a:hover {
  color: #909090; }

.item .sub .comments_cnt {
  padding: 0px 2px;
  background-color: #5cc357; }

.item .sub .comments_cnt a {
  color: #ffffff; }

.item .sub .vote div {
  float: left;
  margin: 0; }

.item .param {
  color: #436a98;
  margin-bottom: 5px; }

.item .param a {
  text-decoration: none;
  color: #777777;
  padding: 1px 0px; }

.item .param a:hover {
  color: #FFFFFF;
  background-color: #777777; }

.item .copyright {
  text-align: right;
  margin-bottom: 4px;
  font-size: 0.9em;
  color: #909090; }

.item .author {
  text-align: right;
  font-size: 0.9em; }

.item .address {
  font-size: 1.1em;
  font-style: italic;
  margin-top: 5px; }

.item .item-pic {
  float: left;
  width: 200px; }

.item .item-content {
  margin-left: 200px; }

.item .price {
  font-weight: bold;
  color: #c00000;
  float: left;
  margin-right: 10px; }

.item .nophoto {
  display: block;
  width: 124px;
  height: 54px;
  background-color: #c0c0c0;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding-top: 40px; }

.item .nophoto:hover {
  background-color: #909090; }

/* переопределения стилей для списка элементов */
.itemslist .item {
  margin: 5px 0px; }

/* переопределения стилей для отдельного элемента */
.single_item .item {
  margin-top: 10px; }

.single_item .item .text {
  font-size: 1.1em; }

.single_item .item .sub {
  margin: 0;
  margin-top: 10px;
  font-size: 1em; }

.single_item .item .sub div {
  float: left;
  margin-left: 20px; }

.single_item .item .sub div div {
  margin: 0; }

.single_item .item .sub a {
  font-weight: normal; }

.single_item .item .sub .edit {
  float: right; }

/* Стиль для всех форм, ширина формы и отступы должны указываться отдельно */
.form_container {
  text-align: center; }

.form {
  margin: 0 auto;
  text-align: left; }

.form .hh {
  font-size: 1.4em;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #336699; }

.form .ul {
  padding-bottom: 2px;
  border-bottom: 1px solid #dedede; }

.form td {
  vertical-align: middle;
  font-size: 1.2em;
  color: #707070;
  padding: 2px 0px; }

.form td td {
  font-size: 1em; }

.form .top td {
  vertical-align: top; }

.form input.big {
  font-size: 1.2em; }

.form input.button {
  margin: 5px 0px 0px 5px;
  color: #FFFFFF;
  background-color: #4d73a0;
  border: 1px solid #264e7e; }

.form .submit {
  font-size: 2em;
  color: #FFFFFF;
  border: 1px solid #436a98;
  background-color: #4d73a0;
  margin-top: 5px;
  padding-bottom: 2px; }

/* Стиль элемента-навбара */
.navbar {
  margin: 4px 0px;
  color: #aaaaaa;
  font-size: 0.85em; }

.navbar a {
  text-decoration: none;
  color: #4d73a0; }

.navbar a:hover {
  color: #85a0be; }

/* Стиль для всплывающего окна помощи */
.popupFade {
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.popup {
  position: fixed;
  z-index: 2;
  top: 40px;
  bottom: 40px;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  padding: 10px;
  border: 5px solid #4d73a0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #f1f4f8;
  text-align: left; }

.popup .controls {
  border-bottom: 1px dotted #aaaaaa;
  font-size: 0.85em;
  line-height: 1.8em;
  overflow: hidden;
  padding-bottom: 5px; }

.popup .controls .nextTimeContainer {
  float: left; }

.popup .controls .nextTimeContainer input {
  float: left;
  margin-right: 5px; }

.popup .controls .closePopupContainer {
  float: right;
  color: #000000; }

.popupText {
  margin: 0 70px;
  overflow: auto; }

#helpPageFade {
  position: fixed;
  z-index: 1;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3); }

#helpPage {
  position: fixed;
  z-index: 2;
  top: 40px;
  bottom: 40px;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  padding: 10px;
  border: 5px solid #4d73a0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #f1f4f8;
  text-align: left; }

#helpPage .controls {
  border-bottom: 1px dotted #aaaaaa;
  font-size: 0.85em;
  line-height: 1.8em;
  overflow: hidden;
  padding-bottom: 5px; }

#helpPage .controls .nextTimeContainer {
  float: left; }

#helpPage .controls .nextTimeContainer input {
  float: left;
  margin-right: 5px; }

#helpPage .controls .closeContainer {
  float: right;
  color: #000000; }

#helpText {
  margin: 0 70px;
  overflow: auto; }

/* переопределение стилей для отелей */
.hotels .item {
  margin: 20px 0px; }

.hotels .item .sub {
  text-align: right; }

.hotels .item .sub a.red {
  color: #c00000; }

.hotels .item .sub a.red:hover {
  color: #ff0000; }

.hotels .item .address {
  float: left; }

.hotels .item .stars {
  float: right; }

.hotel .pics img {
  height: 50px;
  margin: 2px; }

.hotel .stars {
  float: right; }

.hotel .descriptions {
  margin-top: 10px; }

.hotel .descriptions td {
  vertical-align: middle;
  padding: 5px 2px;
  text-align: justify;
  font-size: 0.9em;
  line-height: 1.3em;
  color: #606060; }

.hotel .descriptions td.p {
  width: 150px;
  font-size: 1.2em;
  color: #234b7b;
  text-align: left; }

/* переопределение стилей для видео */
.videos .item {
  margin: 20px 0; }

.videos .item .pic {
  width: 150px; }

.videos .item td {
  text-align: left;
  vertical-align: top; }

/* переопределение стилей для досок объявлений */
.boardlist .item .item-pic {
  width: 125px; }

.boardlist .item .item-content {
  margin-left: 130px; }

.boardlist .item .pic img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: auto;
  border: 1px solid #c0c0c0;
  padding: 1px; }

.boardlist .item .sub .status {
  color: #c00000; }

.boardoffer .text {
  margin-left: 130px; }

.boardoffer .text_params {
  margin-left: 130px;
  margin-top: 10px; }

/* Фотоновость */
.photonew {
  margin: 10px 0;
  padding: 9px;
  background-color: #262626; }

.photonew-big {
  margin: 0 auto;
  width: 600px;
  height: 400px;
  position: relative;
  overflow: hidden; }

.photonew-big > img {
  max-width: 600px;
  max-height: 400px;
  display: block;
  margin: auto auto; }

.photonew-list {
  margin: 0 auto;
  margin-top: 10px;
  overflow: hidden;
  height: 120px;
  width: 500px;
  position: relative; }

.photonew-list-inner {
  position: absolute;
  top: 0;
  left: 0; }

.photonew-thumb {
  float: left;
  width: 160px;
  height: 120px; }

.photonew-thumb + .photonew-thumb {
  margin-left: 10px; }

.photonew-thumb > img {
  width: 160px;
  height: 120px;
  display: block; }

.photonew-prev, .photonew-next {
  display: block;
  float: left;
  width: 20px;
  height: 120px;
  background-color: #404040; }

.photonew-prev:hover, .photonew-next:hover {
  background-color: #606060; }

.photonew-next {
  float: right; }

.photonew-prev .photonew-prev-arrow {
  border-bottom: 20px solid transparent;
  border-right: 20px solid #606060;
  border-top: 20px solid transparent;
  height: 0;
  width: 0;
  margin-top: 40px; }

.photonew-next .photonew-next-arrow {
  border-bottom: 20px solid transparent;
  border-left: 20px solid #606060;
  border-top: 20px solid transparent;
  height: 0;
  width: 0;
  margin-top: 40px; }

.news-sections-banner {
  margin-top: 5px;
  text-align: center; }

.item img {
  max-width: 100%; }

.item iframe {
  max-width: 100%; }

@keyframes scroller {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-1000px); } }

.scroller {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  overflow: hidden; }

.scroller.hidden {
  display: none; }

.scroller-container {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px; }

.scroller-item {
  flex-shrink: 0;
  display: block; }

.scroller-magma {
  background: transparent url("/images/magma-line2-1000x50.png") 0 0 repeat-x;
  display: block;
  height: 50px;
  width: 200%;
  animation-name: scroller;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.scroller-close {
  position: absolute;
  right: 5px;
  top: -20px;
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #dedede; }

.top-menu__entry {
  padding: 0 0 0 5px; }

.text-wrap {
  word-break: break-all; }

img.image-block {
  display: block; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 696px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 696px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 696px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 696px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 697px) and (max-width: 1019px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 697px) and (max-width: 1019px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 697px) and (max-width: 1019px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 697px) and (max-width: 1019px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1020px) and (max-width: 1219px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1020px) and (max-width: 1219px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1020px) and (max-width: 1219px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1020px) and (max-width: 1219px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1220px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1220px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1220px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1220px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 696px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 697px) and (max-width: 1019px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1020px) and (max-width: 1219px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1220px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 696px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 696px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 696px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 696px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 697px) and (max-width: 1019px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 697px) and (max-width: 1019px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 697px) and (max-width: 1019px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 697px) and (max-width: 1019px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1020px) and (max-width: 1219px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1020px) and (max-width: 1219px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1020px) and (max-width: 1219px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1020px) and (max-width: 1219px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1220px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1220px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1220px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1220px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 696px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 697px) and (max-width: 1019px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1020px) and (max-width: 1219px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1220px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 697px) {
    .container {
      width: 740px; } }
  @media (min-width: 1020px) {
    .container {
      width: 960px; } }
  @media (min-width: 1220px) {
    .container {
      width: 1160px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 697px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1020px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1220px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

body {
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 90%; }

/*
a {
	text-decoration: none;
}
*/
#centerContainer {
  width: auto;
  box-sizing: border-box;
  border: 0;
  margin: 10px auto;
  padding-bottom: 40px; }

@media (min-width: 697px) {
  #centerContainer {
    width: 677px;
    padding: 0 9px;
    border: 1px solid #dddddd; } }

@media (min-width: 1020px) {
  #centerContainer {
    width: 1000px;
    border: 1px solid #dddddd; } }

@media (min-width: 1220px) {
  #centerContainer {
    width: 1200px;
    border: 1px solid #dddddd; } }

#teaserTd {
  width: 150px; }

@media (min-width: 1020px) {
  #teaserTd {
    width: 290px; } }

#head #searchForm {
  width: auto;
  text-align: center; }
  #head #searchForm #searchfield > form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 350px;
    margin: 0 auto; }
    #head #searchForm #searchfield > form:before, #head #searchForm #searchfield > form:after {
      content: " ";
      display: table; }
    #head #searchForm #searchfield > form:after {
      clear: both; }
    #head #searchForm #searchfield > form input#q {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: auto; }

.topnews {
  width: 150%;
  position: relative; }
  .topnews_window {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 5px; }
  .topnews-column {
    width: 33.3333%; }

.topnew {
  margin: 0 1px 1px 0; }

.imghead {
  width: auto;
  height: auto; }
  .imghead .hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none; }
  .imghead:hover .hover {
    opacity: 0.3; }
  .imghead .img img {
    width: 100%;
    height: 100%; }
  .imghead .textcontainer .sec {
    color: #99ccff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px; }
    @media (min-width: 697px) {
      .imghead .textcontainer .sec {
        font-size: 11px; } }
    @media (min-width: 1020px) {
      .imghead .textcontainer .sec {
        font-size: 13px; } }
    .imghead .textcontainer .sec span {
      background-color: rgba(0, 0, 0, 0.7);
      padding: 2px; }
      @media (min-width: 697px) {
        .imghead .textcontainer .sec span {
          padding: 5px; } }
  .imghead .textcontainer .h {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2px; }
    @media (min-width: 697px) {
      .imghead .textcontainer .h {
        padding: 5px; } }
    .imghead .textcontainer .h a {
      color: #ffffff;
      font-weight: bold;
      font-size: 13px;
      line-height: 14px; }
      @media (min-width: 697px) {
        .imghead .textcontainer .h a {
          font-size: 16px;
          line-height: 20px; } }
      @media (min-width: 1020px) {
        .imghead .textcontainer .h a {
          font-size: 18px;
          line-height: 22px; } }
      @media (min-width: 1220px) {
        .imghead .textcontainer .h a {
          font-size: 20px;
          line-height: 25px; } }

.squarenew .imghead .textcontainer .h a {
  font-size: 13px;
  line-height: 14px; }
  @media (min-width: 697px) {
    .squarenew .imghead .textcontainer .h a {
      font-size: 16px;
      line-height: 20px; } }

.img-3x4 {
  padding-top: 75%;
  background-size: cover;
  position: relative; }
  .img-3x4 > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0; }

.imghead .fixednew {
  font-weight: bold;
  color: #ffffff;
  font-size: 11px; }
  @media (min-width: 697px) {
    .imghead .fixednew {
      font-size: 13px; } }

.ablock {
  margin: 5px 0; }

.listlink a {
  text-decoration: none;
  padding: 0 2px; }

.itemslist {
  margin-top: 10px; }
  .itemslist .item {
    margin-bottom: 20px;
    margin-top: 0; }
    .itemslist .item:before, .itemslist .item:after {
      content: " ";
      display: table; }
    .itemslist .item:after {
      clear: both; }
    .itemslist .item .title a {
      text-decoration: none; }
      .itemslist .item .title a:hover {
        color: #113366; }

.videosline:before, .videosline:after, .photonewsline:before, .photonewsline:after {
  content: " ";
  display: table; }

.videosline:after, .photonewsline:after {
  clear: both; }

.videosline .item-wrapper, .photonewsline .item-wrapper {
  width: 25%;
  float: left; }

@media (max-width: 696px) {
  .videosline.-count4 .item-wrapper, .photonewsline.-count4 .item-wrapper {
    width: 33%; }
  .videosline.-count4 .item-wrapper:last-child, .photonewsline.-count4 .item-wrapper:last-child {
    display: none; } }

.videosline .item, .photonewsline .item {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  margin-right: 1px; }
  .videosline .item .pic, .photonewsline .item .pic {
    width: 100%;
    max-width: none; }
  .videosline .item .sub, .photonewsline .item .sub {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    text-align: left;
    font-size: 100%; }
    .videosline .item .sub div, .photonewsline .item .sub div {
      margin-left: 0;
      float: none; }
    .videosline .item .sub-date, .photonewsline .item .sub-date {
      background-color: rgba(0, 0, 0, 0.7);
      position: absolute;
      bottom: 100%;
      right: 0;
      padding: 3px 5px;
      font-size: 10px; }
    .videosline .item .sub-title, .photonewsline .item .sub-title {
      background-color: rgba(0, 0, 0, 0.7);
      padding: 5px;
      font-weight: bold;
      font-size: 12px; }
      @media (min-width: 1220px) {
        .videosline .item .sub-title, .photonewsline .item .sub-title {
          font-size: 14px; } }
  .videosline .item .hover, .photonewsline .item .hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none; }
  .videosline .item:hover .hover, .photonewsline .item:hover .hover {
    opacity: 0.3; }

.videosline .item-wrapper:last-child .item, .photonewsline .item-wrapper:last-child .item {
  margin-right: 0; }

h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: none; }

.hgcode {
  margin: 10px auto;
  text-align: center; }
  .hgcode:before, .hgcode:after {
    content: " ";
    display: table; }
  .hgcode:after {
    clear: both; }
  @media (min-width: 1020px) {
    .hgcode {
      width: 650px; } }
  @media (min-width: 1220px) {
    .hgcode {
      width: 850px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.main-menu:before, .main-menu:after {
  content: " ";
  display: table; }

.main-menu:after {
  clear: both; }

.main-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 696px) {
    .main-menu > ul {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .main-menu > ul li {
    display: block;
    position: relative;
    margin: 0; }
    .main-menu > ul li a {
      white-space: nowrap;
      font-size: 13px; }
      @media (min-width: 1020px) {
        .main-menu > ul li a {
          font-size: 15px; } }
    .main-menu > ul li #submenu {
      top: 100%;
      right: 0; }

#mainSubmenu a {
  font-size: 13px;
  padding: 3px 5px; }

.row > div {
  box-sizing: border-box; }

.m-b {
  margin-bottom: 10px; }

.m-t {
  margin-top: 10px; }

@media (max-width: 696px) {
  #head #logo {
    width: auto; }
    #head #logo img {
      width: 100px;
      margin: 0 5px 0 0; }
  #head #searchForm {
    background: none;
    padding: 0; }
  #head #searchForm {
    width: 350px; } }

.newspapers_tbl .elem {
  box-sizing: border-box;
  text-align: center;
  float: left;
  width: 50%;
  margin: 0;
  border: 0; }
  .newspapers_tbl .elem img {
    width: 100%;
    height: auto; }
  @media (min-width: 697px) {
    .newspapers_tbl .elem {
      width: 33.33%; } }
  @media (min-width: 1020px) {
    .newspapers_tbl .elem {
      width: 25%; } }
  @media (min-width: 1220px) {
    .newspapers_tbl .elem {
      width: 20%; } }

h1 {
  font-size: 24px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

#mainSubsubmenu a {
  padding-left: 0; }

.itemflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0; }
  .itemflex-xs-header {
    margin-bottom: -10px;
    margin-top: 10px; }
    .itemflex-xs-header a {
      font-size: 18px;
      line-height: 20px;
      color: #234b94; }
      .itemflex-xs-header a:hover {
        color: #2c549c; }
  .itemflex-img {
    -webkit-flex-basis: 140px;
    -moz-flex-basis: 140px;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px; }
    .itemflex-img-container {
      position: relative;
      background-size: cover;
      overflow: hidden;
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); }
      .itemflex-img-container-sizer {
        padding-top: 75%;
        background-color: #000;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      .itemflex-img-container > img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }
    a:hover .itemflex-img-container-sizer {
      opacity: 0.3; }
  .itemflex-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #404040; }
    .itemflex-content-title {
      margin-bottom: 5px;
      font-size: 18px;
      line-height: 20px; }
      .itemflex-content-title a {
        color: #234b94; }
        .itemflex-content-title a:hover {
          color: #2c549c; }
    .itemflex-content-text {
      margin-bottom: 5px;
      text-align: justify; }
    .itemflex-content-sub {
      text-align: right;
      color: #999999;
      font-size: 12px; }
      .itemflex-content-sub .edit-icon {
        float: right; }

.imgDataTextShort_img {
  margin-right: 10px; }

.header {
  display: flex;
  align-items: center; }

.logo {
  flex: 0 0 200px; }
  .logo__img {
    width: 100%;
    width: 200px; }
  @media (max-width: 696px) {
    .logo {
      flex: 0 0 100px; } }

.search {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .search__form {
    width: 350px;
    margin: 10px 0; }
    @media (max-width: 696px) {
      .search__form {
        width: auto; } }
    .search__form form {
      display: flex; }
    .search__form input {
      border: 1px solid #dedede; }
    .search__form input#q {
      flex: 1 1 auto; }
    .search__form input.submit {
      flex: 0 0 auto;
      background-color: #dedede;
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 0.7em;
      height: 20px; }
  .search__slogan {
    font-size: 14px;
    color: #505050; }

.teaser {
  flex: 0 0 290px; }
