/* ==========================================================================
   Style CSS structure

    - Mixins
    - Imports 
        - Header.less
        - Navigation.less
        - Articles.less
        - Player.less
        - Bottom.less 
        - Poll.less
        - Advert.less
        - Topic.less
        - Right_boxes.less 
        - Interview.less
        - Social_buttons.less
        - Gallery.less
        - Search.less
        - Weather.less
    - Common     
    - Media query MIN-WIDTH 600px
        - Fonts
        - Layout
    - Media query MIN-WIDTH 768px          
    - Media query MIN-WIDTH 1000px    

   ========================================================================== */
/* FONTS === */
/*@media only screen and (min-width: 600px) {*/
@font-face {
  font-family: 'ubuntumedium';
  src: url('fonts/ubuntu-m-webfont.eot');
  src: url('fonts/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ubuntu-m-webfont.woff') format('woff'), url('fonts/ubuntu-m-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntubold';
  src: url('fonts/ubuntu-b-webfont.eot');
  src: url('fonts/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ubuntu-b-webfont.woff') format('woff'), url('fonts/ubuntu-b-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*}*/
/* icon font */
@font-face {
  font-family: 'icons';
  src: url('fonts/icons.eot?-r145057');
  src: url('fonts/icons.eot?#iefix-r145057') format('embedded-opentype'), url('fonts/icons.woff?-r145057') format('woff'), url('fonts/icons.ttf?-r145057') format('truetype'), url('fonts/icons.svg?-r145057#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-related:before {
  content: "\25a6";
}
.icon-angle-right:before {
  content: "\3e";
}
.icon-angle-left:before {
  content: "\3c";
}
.icon-angle-up:before {
  content: "\5e";
}
.icon-angle-down:before {
  content: "\2c7";
}
.icon-close:before {
  content: "\d7";
}
.icon-ok:before {
  content: "\2713";
}
.icon-maximize:before {
  content: "\e602";
}
.icon-minimize:before {
  content: "\e603";
}
.icon-star-hollow:before {
  content: "\2606";
}
.icon-star:before {
  content: "\2605";
}
.icon-plus:before {
  content: "\e706";
}
.icon-facebook:before {
  content: "\e76d";
}
.icon-arrow-up:before {
  content: "\25b2";
}
.icon-key:before {
  content: "\e600";
}
/* icon font */
/* === FONTS */
/* ==========================================================================
   Mixins
   ========================================================================== */
.btn_blue {
  padding: 0.3em 1em;
  background: #0070bc;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  cursor: pointer;
  line-height: 24px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
}
.btn_blue_hover {
  text-decoration: none;
  background: #01427a;
}
.btn_red_hover {
  text-decoration: none;
  background: #8c0300;
}
.none {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.link_blue {
  clear: both;
  color: #0070bc;
}
/* Gradient and other magic from LESS HAT 3.0.1 */
.flag[data-url] {
  cursor: pointer;
}
/* ==========================================================================
   Imports
   ========================================================================== */
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 2.7em;
  margin: 0.23em 0;
}
h3 {
  font-size: 1.1em;
  margin: 0.4em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}
h6 {
  font-size: .67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 0;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000000;
}
p,
pre {
  margin: 0.5em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0;
}
menu,
ol,
ul {
  padding: 0;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Reset style */
/* ==========================================================================
	Header CSS structure

	- Common styles
	- Contact box (max-width 599px)
	- Main header
		- Weather box
			- Weather icons
		- Misc box
	- Media query MIN-WIDTH 600px
		- Weather box
		- Misc box
		- Contact box		
	- Media query MIN-WIDTH 768px
		- Weather box
		- Misc box
	- Media query MIN-WIDTH 1000px
		- Misc box

	========================================================================== */
#header_wrap {
  margin: 0 auto;
  margin-top: 1em;
  max-width: 980px;
  position: relative;
  color: #fff;
}
#header_wrap a {
  color: #fff;
}
/* ==========================================================================
	Header contact box ( MAX-WIDTH 599px)
	========================================================================== */
@media only screen and (max-width: 599px) {
  #header_wrap .box_contact h3,
  #header_wrap .box_contact .mail {
    display: none;
  }
  #header_wrap .box_contact .phone {
    position: absolute;
    top: 52px;
    right: 10px;
    padding: 4px 0 4px 30px;
    margin: 0;
    color: #d30010;
    font-weight: bold;
    font-size: 0.9em;
    background: transparent url('../images/sprite.png') no-repeat left -420px;
    z-index: 10;
  }
  #header_wrap .box_contact .phone a {
    color: inherit !important;
  }
  #header #header-user-profile {
    position: absolute;
    right: 114px;
    top: 46px;
    z-index: 10;
  }
  #header #header-user-profile .logged-in .username {
    display: none;
  }
  #header #header-user-profile .logged-in .log-out {
    display: block;
    width: 21px;
    height: 22px;
    background: url(/static/cz/microsites/tn/images/ico_login_mobile.jpg) center -22px no-repeat;
    outline: 0;
    border: 0;
    margin: 10px 10px 0;
  }
  #header #header-user-profile .logged-in .log-out span {
    display: none;
  }
  #header .facebook_login {
    margin: 10px 10px 0 0;
  }
  #header .facebook_login .fbLogin {
    display: block;
    width: 21px;
    height: 22px;
    background: url(/static/cz/microsites/tn/images/ico_login_mobile.jpg) center top no-repeat;
    outline: 0;
    border: 0;
  }
  #header .facebook_login .fbLogin img {
    display: none;
  }
  #header .facebook_login .fbLogin span {
    display: none;
  }
}
/* ==========================================================================
	Header contact box ( MIN-WIDTH 600px)
	========================================================================== */
@media only screen and (min-width: 600px) {
  .facebook_login {
    margin: 10px 10px 0 0;
  }
  .facebook_login .fbLogin {
    border-radius: 2px;
    background: #4c69ba;
    background: -moz-linear-gradient(top, #4c69ba 0%, #3b55a0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c69ba), color-stop(100%, #3b55a0));
    background: -webkit-linear-gradient(top, #4c69ba 0%, #3b55a0 100%);
    background: -o-linear-gradient(top, #4c69ba 0%, #3b55a0 100%);
    background: -ms-linear-gradient(top, #4c69ba 0%, #3b55a0 100%);
    background: linear-gradient(to bottom, #4c69ba 0%, #3b55a0 100%);
    padding: 4px 6px 4px 4px;
    line-height: 16px;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 -1px 0 #354c8c;
    outline: 0;
    border: 0;
  }
  .facebook_login .fbLogin:hover {
    text-decoration: none;
    background: #5b7bd5;
    background: -moz-linear-gradient(top, #5b7bd5 0%, #4864b1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b7bd5), color-stop(100%, #4864b1));
    background: -webkit-linear-gradient(top, #5b7bd5 0%, #4864b1 100%);
    background: -o-linear-gradient(top, #5b7bd5 0%, #4864b1 100%);
    background: -ms-linear-gradient(top, #5b7bd5 0%, #4864b1 100%);
    background: linear-gradient(to bottom, #5b7bd5 0%, #4864b1 100%);
  }
  .facebook_login .fbLogin img {
    vertical-align: top;
  }
  #header #header-user-profile {
    position: absolute;
    right: 92px;
    top: 48px;
  }
  #header #header-user-profile .logged-in .username {
    display: none;
  }
  #header #header-user-profile .logged-in .log-out {
    width: 21px;
    height: 22px;
    margin-top: 6px;
    display: block;
    text-indent: -9999px;
    background: #7d7d7d url('../images/log-out.png') repeat-x 0 0;
  }
}
/* ==========================================================================
	Main header
	========================================================================== */
#header {
  position: relative;
  height: 48px;
  background: #01427a url('../images/bg_gradient.png') 0 0 repeat-x;
  margin-left: 116px;
}
#header .logo {
  width: 106px;
  margin: 0 0 0 -116px;
  float: left;
}
#header .logo a {
  display: block;
}
#header .logo img {
  width: 100%;
  height: auto;
}
#header .part_center {
  /* width: (( 125 / 320 ) * 100%); */
  float: right;
  text-align: right;
  padding: 0 10px 0 0;
}
#header .part_center .weather_tmr {
  display: none;
}
#header .part_center .weather_today {
  display: block;
}
#header .part_right {
  position: relative;
  height: 48px;
  min-width: 52px;
  float: right;
  text-align: right;
}
/* xmas 2014 responsive */
@media only screen and (min-width: 600px) and (max-width: 816px) {
  .weather_day {
    display: none !important;
  }
  .weather_day ~ .weather_day {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 670px) {
  .weather_day,
  .weather_day ~ .weather_day,
  .neco-dalsiho {
    display: none !important;
  }
}
@media only screen and (max-width: 360px) {
  .weather_day,
  .weather_day ~ .weather_day {
    display: none !important;
  }
}
/* Weather box
	========================================================================== */
.weather_day {
  display: inline-block;
  padding: 10px 0 0;
  text-align: right;
  background-repeat: no-repeat;
  background-position: left center;
}
.weather_day .wd_title {
  display: none;
}
.weather_day img {
  margin: 0 3px -10px 0;
}
.weather_day .wd_content {
  color: #75c9ff;
}
.weather_day:hover .wd_title {
  text-decoration: underline;
}
.weather_day:hover {
  text-decoration: none;
}
.weather_day ~ .weather_day {
  display: none;
}
/* Misc box
	========================================================================== */
.part_right .name_celeb {
  display: none;
}
.part_right .search_anchor {
  width: 32px;
  height: 30px;
  float: right;
  display: block;
  background: #0070bc url('../images/sprite.png') no-repeat right -21px;
}
.part_right .search_anchor span {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
#search_wrap {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
#search {
  float: right;
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: .1em 2%;
  border: 1px #80abce solid;
}
#search dt {
  display: none;
}
#search dl {
  margin: 0;
}
#search dd {
  width: 84.86238532%;
  float: left;
  margin: 0;
}
#search dd#searchsend-element {
  width: auto;
  float: right;
}
#search input[type="text"] {
  width: 100%;
  height: 20px;
  border: none;
  color: #80abce;
  font-size: 0.7em;
  background: transparent;
}
#search input[type="text"]::-o-input-placeholder {
  color: #80abce;
}
#search input[type="text"]::-webkit-input-placeholder {
  color: #80abce;
}
#search input[type="text"]::-moz-placeholder {
  color: #80abce;
}
#search input[type="text"]:-ms-input-placeholder {
  color: #80abce;
}
#search input[type="text"]:focus {
  outline: none;
}
#search input[type="submit"] {
  width: 21px;
  height: 20px;
  background: transparent url('../images/sprite.png') no-repeat center -26px;
  border: none;
  text-indent: -9999px;
}
#search label {
  display: none;
}
#search .errors {
  display: none;
}
/* ==========================================================================
	Main header - media query MIN-WIDTH 600px
	========================================================================== */
@media only screen and (min-width: 600px) {
  #header {
    width: auto;
    height: 80px;
    margin-right: 120px;
    margin-left: 185px;
  }
  #header .logo {
    width: 175px;
    margin-left: -185px;
  }
  #header .logo img {
    display: block;
  }
  #header .part_center {
    /*width: (( 145 / 485 ) * 100%); */
  }
  #header #header-user-profile {
    right: 10px;
    top: 0;
  }
  #header #header-user-profile .logged-in:before {
    content: url('../images/profile-icon.png');
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: middle;
  }
  #header #header-user-profile .logged-in .username {
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 122px;
    vertical-align: middle;
  }
  #header #header-user-profile .logged-in .username:hover {
    text-decoration: none;
  }
  #header #header-user-profile .logged-in .log-out {
    padding: 0.3em 1em;
    background: #0070bc;
    color: #fff;
    font-size: 0.8em;
    cursor: pointer;
    line-height: 24px;
    font-family: 'ubuntumedium', arial, sans-serif;
    border: none;
    font-family: arial, sans-serif;
    font-weight: normal;
    width: auto;
    height: auto;
    display: inline-block;
    text-decoration: none;
    text-indent: 0;
    padding: 0 0.5em;
    margin-left: 0.5em;
  }
  #header #header-user-profile .facebook_login {
    margin: 10px 0 0 0;
  }
  #header .part_right {
    width: 180px;
    height: 80px;
  }
  #header .part_right .name_celeb {
    position: absolute;
    top: 22px;
    right: 100px;
    margin: 0;
    font-size: 0.8em;
  }
  #header .part_right #search {
    display: block;
  }
  #header .part_right .search_anchor {
    display: none;
  }
  /* Weather box
	========================================================================== */
  .weather_day {
    padding: 22px 0 0;
  }
  /* Misc box
	========================================================================== */
  .part_right .name_celeb {
    display: block;
  }
  .part_right .name_celeb span {
    display: none;
  }
  /* Contact box
	========================================================================== */
  .box_contact {
    height: 59px;
    width: 101px;
    float: right;
    padding: 10px 5px 11px 5px;
    background: #d30010;
    text-align: center;
  }
  .box_contact h3 {
    padding: 0 0 0.5em 0;
    margin: 0 8px 0.5em 8px;
    border-bottom: 1px solid #d06569;
    font-size: 0.8em;
    font-family: 'ubuntumedium', arial, sans-serif;
  }
  .box_contact p {
    margin: 0;
    font-size: 0.7em;
  }
  .box_contact p.phone {
    font-size: 0.85em;
  }
}
/* ==========================================================================
	Media query MIN-WIDTH 768px
	========================================================================== */
@media only screen and (min-width: 768px) {
  /* Weather box
	========================================================================== */
  .weather_day {
    margin-left: 15px;
    padding: 12px 0 0 0;
  }
  .weather_day .wd_title {
    display: block;
    margin: 0 auto 0.2em auto;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    text-transform: lowercase;
  }
  .weather_day ~ .weather_day {
    display: inline-block;
  }
  #header .part_right {
    width: 240px;
  }
  /* Misc box
	========================================================================== */
  .part_right .name_celeb span {
    display: inline;
  }
}
/* ==========================================================================
	Media query MIN-WIDTH 1000px
	========================================================================== */
@media only screen and (min-width: 1000px) {
  #header_wrap {
    padding-top: 1em;
    margin-top: 0;
  }
  /* Misc box
	========================================================================== */
}
/* Include contact box, main logo, weather, search and name celeb */
/* ==========================================================================
 Main navigation CSS structure

- Main navigation 
- Media query MIN-WIDTH 600px 

 ========================================================================== */
/* ==========================================================================
 Main navigation
 ========================================================================== */
#navigation {
  position: relative;
  clear: both;
  margin-bottom: 1em;
  text-align: center;
  background-repeat: repeat-x;
}
#navigation:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #9EBAD0;
}
#navigation ul {
  margin: 0 14em 0 0;
  padding: 0;
  height: 36px;
  overflow: hidden;
}
#navigation #nav-expand {
  display: none;
}
#navigation #nav-expand:checked + ul,
#navigation #nav-expand.checked + ul {
  height: auto;
  padding-bottom: 0.9em;
}
#navigation li {
  list-style: none;
  text-align: left;
  float: left;
  margin-bottom: -0.9em;
}
#navigation li a {
  display: block;
}
#navigation a,
#navigation .expand,
#navigation #nav-expand-trigger {
  padding: 0.9em 0.5em;
  text-transform: uppercase;
  color: #000;
  font-size: 0.8em;
  font-family: 'ubuntumedium', arial, sans-serif;
}
#navigation a:hover,
#navigation .expand:hover,
#navigation #nav-expand-trigger:hover {
  text-decoration: underline;
}
#navigation .active > a,
#navigation .active > .expand {
  font-weight: bold;
}
#navigation .highlited a {
  color: #d30010;
}
#navigation #nav-expand-trigger {
  position: absolute;
  top: 0;
  right: 12em;
  bottom: 0;
  cursor: pointer;
}
/* ==========================================================================
 Sub navigation
 ========================================================================== */
.sub-navigation li {
  list-style: none;
}
.sub-navigation {
  background-repeat: repeat-x;
  clear: both;
  margin-bottom: 2em;
  position: relative;
  text-align: center;
}
.sub-navigation ul {
  height: 40px;
  margin: 0 0 -1px;
  overflow: hidden;
}
.sub-navigation:after {
  background-color: #9ebad0;
  content: "";
  display: block;
  height: 1px;
}
.sub-navigation li {
  float: left;
  list-style: none outside none;
  margin-bottom: -0.9em;
  text-align: left;
}
.sub-navigation li a {
  color: #000;
  display: block;
  font-size: 0.8em;
  padding: 0.9em 0.5em;
  text-transform: uppercase;
  font-family: "ubuntumedium", arial, sans-serif;
}
.sub-navigation .active a {
  font-weight: normal;
  position: relative;
  font-family: "ubuntubold", arial, sans-serif;
}
.sub-navigation .active a:after,
.sub-navigation .active a:before {
  border-color: transparent transparent #ffffff;
  border-style: solid;
  border-width: 0 10px 9px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -9px;
  position: absolute;
  top: 100%;
  width: 0;
  z-index: 10;
}
.sub-navigation .active a:before {
  border-color: transparent transparent #9eb7ce;
  margin-top: -10px;
}
@media only screen and (max-width: 1000px) {
  .sub-navigation:after {
    background: none !important;
  }
  .sub-navigation ul {
    height: auto;
    overflow: none;
    text-align: center;
  }
  .sub-navigation ul li {
    float: none;
    border-bottom: 1px dotted #9eb7ce;
    margin-bottom: 0;
  }
  .sub-navigation ul li a {
    padding: 0.25em 0.5em;
  }
  .sub-navigation .active a:after,
  .sub-navigation .active a:before {
    border: none !important;
  }
}
/*Media query MIN-WIDTH 600px 
 ========================================================================== */
@media only screen and (min-width: 600px) {
  #navigation .active > a,
  #navigation .active > .expand {
    font-weight: normal;
    font-family: 'ubuntubold', arial, sans-serif;
  }
  #navigation li {
    display: inline-block;
    float: none;
  }
  #navigation .expand {
    display: none;
  }
  #navigation ul {
    margin: 0 5em 0 0;
    padding: 0;
    height: 38px;
    overflow: hidden;
  }
  #navigation #nav-expand-trigger {
    right: 0;
  }
}
/*Media query MIN-WIDTH  1000px 
 ========================================================================== */
@media only screen and (min-width: 1000px) {
  #navigation .active a {
    font-weight: normal;
    position: relative;
  }
  #navigation .active a:after,
  #navigation .active a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: -9px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 9px 10px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 10;
  }
  #navigation .active a:before {
    margin-top: -10px;
    border-color: transparent transparent #9eb7ce transparent;
  }
  #navigation li {
    display: inline-block;
    float: none;
  }
  #navigation ul {
    margin: 0 0 -1px 0;
    height: 40px !important;
    overflow: hidden !important;
  }
  #navigation #nav-expand-trigger {
    display: none;
  }
}
/*Media query MIN-WIDTH  820px  (current navigation width)
 ========================================================================== */
@media only screen and (min-width: 820px) {
  #navigation li {
    display: inline-block;
    float: none;
  }
  #navigation ul {
    margin: 0 0 -1px 0;
    height: 40px !important;
    overflow: hidden !important;
  }
  #navigation #nav-expand-trigger {
    display: none;
  }
}
/* Style of main navigation */
/* ==========================================================================
   Homepage articles CSS structure

	- Common styles 
	- Common styles (max-width 768px)  
	- Left top article 
	- Right flow articles (max-width 599px) 
	- Media query MIN-WIDTH 600px
		- Left top article
		- TYPE 2
		- TYPE 3
		- Right flow articles
	- Media query MIN-WIDTH 768px
		- TYPE 1
		- TYPE 2
		- TYPE 3  
		- Right flow articles
	- Media query MIN-WIDTH 1000px
		- Common styles
		- Left top article 
		- Right flow articles

   ========================================================================== */
.article_medium,
.article_tall,
.article_large {
  overflow: hidden;
  margin-bottom: 1em;
}
.sub_title {
  color: #d30010;
  text-transform: uppercase;
  line-height: 150%;
}
.sub_title span.flag {
  padding: 2px 10px;
  margin-right: 10px;
  background-color: #d30010;
  color: #fff;
  text-transform: uppercase;
  font-size: 90%;
}
.related-articles .sub_title {
  color: black;
}
.related-articles .sub_title span.flag {
  background-color: #b7ccef;
  color: black;
}
.promo_backup .sub_title {
  color: #0070bc;
}
.promo_backup .sub_title .flag {
  background: #0070bc;
}
.promo_backup h3 a {
  color: #0070bc;
}
.article_small .sub_title {
  margin: 0 0 0.5em 0;
}
#right_top .noline .article_special_header:last-child {
  border-bottom: none !important;
  padding-bottom: 0;
}
#right_bottom .box_promo .article_promo {
  margin-top: -0.5em;
}
#right_top .article_small .sub_title,
#right_bottom .article_small .sub_title {
  margin-right: 10%;
}
.article_promo .sub_title {
  color: #000;
}
.article_promo .sub_title span.flag {
  color: #000;
  padding-right: 4px;
  padding-left: 4px;
  background-color: #b7ccef;
}
.article_promo h3 a,
.article_promo h4 a {
  color: #0067be;
}
.image {
  position: relative;
}
.image img {
  width: 100%;
  height: auto;
}
.image a {
  display: block;
  position: relative;
}
.video {
  position: relative;
}
.video.player-image {
  display: block;
  position: relative;
}
html.video:after {
  display: none;
}
html .video:after {
  content: url('../images/btw_play_120.png');
  width: 25px;
  height: 22px;
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  opacity: 0.85;
}
.article_breaking_news .video:after {
  content: url('../images/btw_play_200.png');
  width: 35px;
  height: 30px;
  right: 10px;
  bottom: 10px;
}
.imginfo {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  padding: 2px 9px;
  color: #fff;
  font-size: 0.7em;
  background: url('../images/opacity.png') repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.siteinfo {
  bottom: 5px;
  left: 5px;
  padding: 2px 7px;
  top: auto;
}
.image:hover .imginfo,
.article_medium:hover .imginfo,
.article_medium_perex:hover .imginfo,
.article_small:hover .imginfo,
.article_large:hover .imginfo,
.article_tall:hover .imginfo,
.article_medium_perex:hover .siteinfo,
.article_medium:hover .siteinfo,
.article_small:hover .siteinfo {
  visibility: visible;
  opacity: 1;
}
.facebook_count {
  position: absolute;
  left: 15px;
  bottom: 12px;
  display: block;
  padding-left: 33px;
  line-height: 1.6em;
  background: transparent url('../images/sprite.png') no-repeat 0 -58px;
}
.facebook_count span {
  padding: 4px 5px;
  background: #fff;
  border-radius: 3px;
  font-size: 0.9em;
}
.article_large .facebook_count {
  bottom: 26px;
}
.article_breaking_news {
  position: relative;
  margin-bottom: 1em;
}
.article_breaking_news .sub_title {
  float: none;
}
.article_breaking_news h4 {
  font-size: 10px;
  margin: 0.5em 0;
}
.article_breaking_news .bn-icon {
  float: left;
  position: relative;
  width: 20px;
  font-size: 8px;
  margin-right: 2%;
}
.article_breaking_news .bn-icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: #da3134;
}
.article_breaking_news .bn-icon:before {
  content: "\25E5";
  position: absolute;
  right: 95%;
  top: 28.75%;
  line-height: 0.8em;
  color: #da3134;
}
.article_breaking_news .bn-icon span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: 'ubuntubold', arial, sans-serif;
  color: #fff;
  font-size: 10px;
  height: 1.1em;
  text-align: center;
}
#breaking_news {
  margin: 0 10px;
}
#breaking_news .article_smaller .image {
  display: block;
  width: 46.875%;
  margin-bottom: 1em;
}
#breaking_news .article_smaller h4 {
  clear: right;
  float: right;
  font-size: 0.8em;
  margin: 0 0 5px;
  width: 50.625%;
}
#breaking_news .related-articles {
  padding-bottom: 1em;
  border-bottom: 1px #0070bc dotted;
  margin-bottom: 1em;
}
#right_bottom .article_medium,
#right_top .article_medium {
  padding: 0 0 1.3em 0;
  border-bottom: 1px dotted #0070BC;
  margin: 0 0 1.3em 0;
  display: block;
  width: auto;
}
#right_bottom .article_medium h4,
#right_top .article_medium h4 {
  margin: 0 0 1.0em 0;
  font-size: 15px;
}
#external_articles_hp .ext_title {
  background: url(/static/cz/microsites/tn/images/ttl_blesk.png) no-repeat;
  height: 22px;
}
#external_articles_hp .ext_title span {
  display: none;
}
/* ==========================================================================
   Common styles (max-width 768px)
   ========================================================================== */
@media only screen and (max-width: 767px) {
  #left_bottom .image {
    width: 46.875%;
  }
  .facebook_count {
    display: none;
  }
  #left_bottom .sub_title {
    width: 50.625%;
    float: right;
    font-size: 0.65em;
  }
  #external_articles_hp .ext_title {
    width: 50.625%;
    float: right;
    font-size: 0.65em;
  }
  #left_bottom .article_medium h3,
  #left_bottom .article_medium h2,
  #left_bottom .article_tall h3,
  #left_bottom .article_tall h2,
  #left_bottom .article_large h3,
  #left_bottom .article_large h2 {
    width: 50.625%;
    float: right;
    margin: 0 0 5px 0;
    clear: right;
    font-size: 0.8em;
  }
  .atall_image_wrap {
    position: relative;
    height: 0;
    padding-top: 56.37583893%;
    overflow: hidden;
  }
  .atall_image_wrap img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* ==========================================================================
   Left top article
   ========================================================================== */
#left_top h2 {
  font-size: 1.3em;
  line-height: 1.2em;
}
#left_top .sub_title {
  float: none;
}
#left_top .alrg_image {
  width: 100%;
}
#left_top .facebook_count {
  display: block;
}
/* ==========================================================================
   Right flow articles (max-width 599px) 
   ========================================================================== */
@media only screen and (max-width: 599px) {
  #right_bottom {
    display: none;
  }
  .article_special_header h2,
  .article_special_header h3,
  .player .pl_title a,
  .player .pl_body,
  .player .pl_bottom,
  .article_special h3 {
    display: none;
  }
  #right_top {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .article_breaking_news h4 {
    font-size: 20px;
  }
  .article_tall .sub_title span,
  .article_medium .sub_title span {
    display: block;
  }
  .article_tall .sub_title span.flag,
  .article_medium .sub_title span.flag {
    display: inline;
  }
}
/* ==========================================================================
   Media query MIN-WIDTH 600px
   ========================================================================== */
@media only screen and (min-width: 600px) {
  /* Left top article
   ========================================================================== */
  #left_top h2 {
    font-size: 1.7em;
    line-height: 1.2em;
  }
  #left_top .sub_title {
    font-size: 0.8em;
  }
  .article_breaking_news h4 {
    font-size: 20px;
    font-family: 'ubuntubold', arial, sans-serif;
  }
  .article_breaking_news h4:after {
    content: "";
    display: table;
    clear: both;
  }
  .article_breaking_news h4 a {
    font-size: 27px;
  }
  .article_breaking_news .bn-icon {
    width: 8.16327%;
    font-size: 75%;
    font-family: 'ubuntumedium', arial, sans-serif;
    margin-right: 2%;
  }
  .article_breaking_news .bn-icon span {
    font-size: 3em;
  }
  /* Type 2
   ========================================================================== */
  .sub_title {
    font-size: 0.75em;
  }
  /* Right flow articles
   ========================================================================== */
  .article_special_header,
  .article_special,
  .article_small,
  .article_side_by_side {
    padding: 0 0 1.3em 0;
    margin: 0 0 1.3em 0;
    overflow: hidden;
    border-bottom: 1px #0070bc dotted;
  }
  .article_special_header h2,
  .article_special h2,
  .article_small h2,
  .article_side_by_side h2 {
    padding: 4px 6px;
    margin: 0 0 1.3em 0;
    font-size: 0.7em;
    line-height: 1em;
    font-weight: normal;
    font-family: 'ubuntumedium', arial, sans-serif;
    color: #fff;
    background: #0070bc;
  }
  .article_special_header h2 a,
  .article_special h2 a,
  .article_small h2 a,
  .article_side_by_side h2 a {
    color: #fff;
  }
  .article_special_header h3,
  .article_special h3,
  .article_small h3,
  .article_side_by_side h3 {
    float: left;
    width: 56.66666667%;
    margin: 0;
    color: #0070bc;
    font-size: 0.7em;
  }
  .article_special_header h3 a,
  .article_special h3 a,
  .article_small h3 a,
  .article_side_by_side h3 a {
    color: #0070bc;
  }
  .article_special_header .image,
  .article_special .image,
  .article_small .image,
  .article_side_by_side .image {
    float: right;
    width: 40%;
  }
  .article_special_header .image a,
  .article_special .image a,
  .article_small .image a,
  .article_side_by_side .image a,
  .article_special_header .image img,
  .article_special .image img,
  .article_small .image img,
  .article_side_by_side .image img {
    display: block;
  }
  #right_top .article_special:last-child {
    border-bottom: none;
  }
  .article_small h4 {
    position: relative;
    float: left;
    width: 56.66666667%;
    height: 56px;
    margin: 0;
    overflow: hidden;
    line-height: 19px;
    color: #000;
    font-size: 0.7em;
  }
  #right_bottom .article_small:first-child {
    padding: 1.3em 0;
    border-top: 1px #0070bc dotted;
  }
  #right_bottom .box_promo .article_small {
    border-top: 0;
    padding: 0 0 1.3em;
  }
  #right_bottom.right_article_detail .box_promo .article_small.article_promo {
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
    padding-top: 0;
  }
  .article_simple {
    padding: 0 0 1.3em 0;
    margin: 0 0 1.3em 0;
    overflow: hidden;
    border-bottom: 1px #0070bc dotted;
  }
  .article_side_by_side {
    overflow: hidden;
    padding: 0 0 1.3em 0;
    border-bottom: 1px #0070bc dotted;
  }
  #breaking_news .related-articles {
    position: relative;
    overflow: hidden;
    margin-right: - 6.12244898%;
  }
  #breaking_news .related-articles .image {
    width: 100%;
  }
  #breaking_news .related-articles .article_smaller {
    display: inline-block;
    vertical-align: bottom;
    width: 46.93877551%;
  }
  #breaking_news .related-articles .article_smaller h4 {
    clear: none;
    float: none;
    font-size: 1em;
    margin: 0;
    width: auto;
  }
  #breaking_news .related-articles .article_smaller ~ .article_smaller {
    margin-left: 6.12244898%;
  }
  #breaking_news .related-articles .article_smaller ~ .article_smaller ~ .article_smaller {
    display: none;
  }
}
/* ==========================================================================
   Media query MAX-WIDTH 768px
   ========================================================================== */
@media only screen and (max-width: 767px) {
  .article_tall .image a {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 55.61%;
  }
  .article_tall .image img {
    position: absolute;
    left: 0;
    top: -50%;
  }
}
/* ==========================================================================
   Media query MAX-WIDTH 480px
   ========================================================================== */
@media only screen and (max-width: 480px) {
  .article_tall .image img {
    top: 0;
  }
}
/* ==========================================================================
   Media query MAX-WIDTH 1000px
   ========================================================================== */
@media only screen and (max-width: 1000px) {
  .miniplayer-tn .vjs-big-play-button,
  .miniplayer-tn .vjs-time-divider,
  .miniplayer-tn .vjs-fullscreen-control,
  .miniplayer-tn .vjs-duration.vjs-time-controls,
  .miniplayer-tn .vjs-live-controls {
    display: none !important;
  }
  .miniplayer-tn .videojs-ad-link .ad-label {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 3px 6px;
    left: 5px;
    top: 5px;
    color: white;
    font-size: 9px;
    text-shadow: 1px 1px 1px #787878;
  }
}
/* ==========================================================================
   Media query MIN-WIDTH 1000px
   ========================================================================== */
@media only screen and (min-width: 1001px) {
  .miniplayer-tn .vjs-live-controls {
    display: none !important;
  }
}
/* ==========================================================================
   Media query MIN-WIDTH 768px
   ========================================================================== */
@media only screen and (min-width: 768px) {
  /* Left top article
   ========================================================================== */
  #left_top h2 {
    font-size: 2.1em;
    line-height: 1.2em;
  }
  #left_top .sub_title {
    font-size: 0.9em;
  }
  .player-image.video:after {
    content: url('../images/btw_play_298.png');
    width: 50px;
    height: 43px;
    right: 20px;
    bottom: 20px;
  }
  .article_medium .image .video:after,
  .article_tall .image .video:after {
    content: url('../images/btw_play_200.png');
    width: 35px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }
  .article_breaking_news .image .video:after,
  .article_large .image .video:after {
    content: url('../images/btw_play_298.png');
    width: 50px;
    height: 43px;
    right: 20px;
    bottom: 20px;
  }
  .article_breaking_news h4 {
    font-size: 24px;
  }
  .article_breaking_news h4 a {
    font-size: 33px;
  }
  #breaking_news .related-articles .article_smaller {
    width: 29.25170068%;
  }
  #breaking_news .related-articles .article_smaller ~ .article_smaller {
    margin-left: 6.12244898%;
  }
  #breaking_news .related-articles .article_smaller ~ .article_smaller ~ .article_smaller {
    display: inline-block;
  }
  #breaking_news .related-articles .article_smaller ~ .article_smaller ~ .article_smaller ~ .article_smaller {
    display: none;
  }
  /* Type 1
   ========================================================================== */
  .type_1 {
    display: block;
    text-align: justify;
    text-align-last: justify;
  }
  .type_1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  .article_medium {
    text-align: left;
    width: 46.875%;
    display: inline-block;
    vertical-align: bottom;
    padding: 3% 0 3% 0;
  }
  .article_medium:first-child {
    padding: 3% 0 3%  0;
  }
  /* Type 2
   ========================================================================== */
  .type_2 {
    position: relative;
    display: table;
  }
  .type_2 .table_cell {
    padding: 3% 0 3% 3.125%;
    display: table-cell;
    width: 46.875%;
    vertical-align: bottom;
  }
  .type_2 .article_medium {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .type_2 .table_cell:first-child {
    padding: 3% 3.125% 3% 0;
  }
  .type_2 .table_cell .article_medium:first-child {
    position: absolute;
    top: 3%;
    left: 0;
    width: 46.875%;
  }
  .type_2 .article_tall {
    margin: 0;
  }
  /* Type 3
	========================================================================== */
  #left_bottom .article_large {
    padding: 3% 0;
  }
  #left_bottom .article_large .sub_title,
  #left_bottom .article_large h2 {
    float: none;
    width: 100%;
  }
  #left_bottom .article_large h2 {
    font-size: 1.1em;
    margin-top: 5px;
  }
  #left_bottom .article_large .sub_title {
    font-size: 0.9em;
  }
  #left_bottom .article_large .alrg_image {
    width: 100%;
  }
  #left_bottom .article_large h2 {
    font-size: 1.8em;
  }
  h3.sklik-replacement {
    max-height: 2.6em;
    margin-bottom: 0.5em;
    overflow: hidden;
  }
  /* Right flow articles 
   ========================================================================== */
  .article_special_header h2,
  .article_special h2,
  .article_smaller h2,
  .article_small h2 {
    font-size: 0.7em;
  }
  .article_special_header h3,
  .article_special h3,
  .article_smaller h3,
  .article_small h3,
  .article_special_header h4,
  .article_special h4,
  .article_smaller h4,
  .article_small h4 {
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 0.8em;
  }
}
/* ==========================================================================
   Media query MIN-WIDTH 1000px
   ========================================================================== */
@media only screen and (min-width: 1000px) {
  /* Common styles
   ========================================================================== */
  .imginfo {
    font-size: 0.8em;
  }
  /* Left top article 
========================================================================== */
  #left_top h2 {
    font-size: 2.4em;
    line-height: 1.2em;
  }
  #external_articles_hp .image {
    width: 300px;
    height: 169px;
    overflow: hidden;
  }
  #external_articles_hp .image img {
    width: auto;
    max-width: 110%;
    min-width: 300px;
    min-height: 169px;
  }
  .article_medium .image .video:after,
  .article_tall .image .video:after {
    content: url('../images/btw_play_298.png');
    width: 50px;
    height: 43px;
    right: 20px;
    bottom: 20px;
  }
  .article_breaking_news .image .video:after,
  .article_large .image .video:after {
    content: url('../images/btw_play_980.png');
    width: 65px;
    height: 56px;
    right: 30px;
    bottom: 30px;
  }
  .article_breaking_news h4 {
    font-size: 30px;
  }
  .article_breaking_news h4 a {
    font-size: 33px;
  }
  #breaking_news {
    margin: 0;
  }
  #breaking_news .sub_title {
    margin-left: 14px;
  }
  #breaking_news h4 {
    margin-left: 14px;
  }
  #breaking_news .related-articles .article_smaller {
    width: 20.40816327%;
  }
  #breaking_news .related-articles .article_smaller ~ .article_smaller {
    margin-left: 6.12244898%;
  }
  #breaking_news .related-articles .article_smaller ~ .article_smaller ~ .article_smaller ~ .article_smaller {
    display: inline-block;
  }
  #breaking_news .related-articles .article_smaller ~ .article_smaller ~ .article_smaller ~ .article_smaller ~ .article_smaller {
    display: none;
  }
  /* Right flow articles 
   ========================================================================== */
  .article_special_header h2,
  .article_special h2,
  .article_smaller h2,
  .article_small h2 {
    font-size: 0.8em;
  }
  .article_special_header h3,
  .article_special h3,
  .article_smaller h3,
  .article_small h3,
  .article_special_header h4,
  .article_special h4,
  .article_smaller h4,
  .article_small h4 {
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
  }
  .article_side_by_side {
    overflow: hidden;
  }
  .article_side_by_side h3,
  .article_side_by_side .sub_title {
    float: right;
    width: 53.4375%;
  }
  .article_side_by_side .image {
    float: left;
    width: 46.5625%;
  }
  .article_side_by_side .image a {
    display: block;
  }
  .article_side_by_side img {
    float: none;
  }
  #right_bottom .article_small h4 ~ a,
  #right_top .article_small h4 ~ a {
    float: right;
  }
}
#right_bottom .article_medium h4 {
  font-family: arial, sans-serif !important;
  font-weight: bold;
}
/* Style of homepage articles */
/* ==========================================================================
   Player CSS structure

    - Helper style (could be removed)
    - Player
        - Media query MAX-WIDTH 599px 
        - Media query MIN-WIDTH 600px  
        - Media query MIN-WIDTH 701px MAX-WIDTH 767px
        - Media query MIN-WIDTH 768px 
        - Media query MIN-WIDTH 907px
        - Media query MIN-WIDTH 1000px 

   ========================================================================== */
/* Helper style (could be removed) */
.player .pl_body {
  background: #ccc;
  height: 210px;
}
/* END Helper style */
/* ==========================================================================
   Player
   ========================================================================== */
.player {
  margin: 0 0 1.3em 0;
}
.player .pl_title {
  background: #e7f5ff;
  text-align: right;
}
.player h3 {
  float: left;
  margin: 0;
}
.player .btn_blue {
  padding: 0.3em 1em;
  background: #0070bc;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  cursor: pointer;
  line-height: 24px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
  /* blue style button mixin */
}
.player .btn_blue:hover {
  text-decoration: none;
  background: #01427a;
}
.player #overlayContainer.horizontal {
  position: absolute;
  bottom: 0;
  width: 100% !important;
  left: 0;
  right: 0;
  height: 24% !important;
  margin-right: -50%;
  background: transparent !important;
}
.player #overlayContainer.vertical {
  position: absolute;
  bottom: 0;
  margin-right: 0;
  background: transparent !important;
}
.player .pl_bottom ul {
  margin: 0;
  padding: 0;
}
.player .pl_bottom li {
  overflow: hidden;
  list-style: none;
  text-align: right;
}
.player .pl_bottom a {
  padding: 5px 32px 5px 5px;
  height: 30px;
  display: block;
  line-height: 30px;
  font-size: .8em;
  color: #fff;
  font-family: 'ubuntumedium', arial, sans-serif;
}
.player .pl_bottom .red_link a {
  background: #d30010 url('../images/sprite.png') no-repeat right -119px;
  font-size: 0.7em;
  line-height: 13px;
}
.player .pl_bottom .red_link a:hover {
  background: #8c0300 url('../images/sprite.png') no-repeat right -119px;
  text-decoration: none;
}
.player .pl_bottom .red_link img {
  float: left;
}
.player .pl_bottom .blue_link a {
  background: #0070bc url('../images/sprite.png') no-repeat right -119px;
}
.player .pl_bottom .blue_link a:hover {
  background: #01427a url('../images/sprite.png') no-repeat right -119px;
  text-decoration: none;
}
.player_hp {
  margin-bottom: 20px;
}
/* Media query MAX-WIDTH 599px
   ========================================================================== */
@media only screen and (max-width: 599px) {
  .player .pl_title {
    position: relative;
    height: 0;
    padding: 55% 0 0 0;
  }
  .pl_title img {
    position: absolute;
    top: 26%;
    left: 0;
  }
}
/* Media query MIN-WIDTH 600px
   ========================================================================== */
@media only screen and (min-width: 600px) {
  .player .pl_title {
    padding: 13px 6px 13px 0;
  }
  .player .pl_title img {
    width: 100px;
  }
  .player .btn_blue {
    font-size: .6em;
  }
  .player .pl_bottom .red_link a {
    padding: 8px 32px 2px 5px;
  }
  .player .pl_bottom .red_link img {
    position: relative;
    top: -3px;
  }
}
/* Media query MIN-WIDTH 701px MAX-WIDTH 767px
   ========================================================================== */
@media only screen and (min-width: 701px) and (max-width: 767px) {
  .player .pl_bottom .red_link a {
    line-height: 24px;
  }
}
/* Media query MIN-WIDTH 768px
   ========================================================================== */
@media only screen and (min-width: 768px) {
  .player .btn_blue {
    font-size: .7em;
  }
  .player .pl_bottom .red_link a {
    font-size: .8em;
  }
}
/* Media query MIN-WIDTH 907px
   ========================================================================== */
@media only screen and (min-width: 907px) {
  .player .pl_bottom .red_link a {
    line-height: 24px;
  }
}
/* Media query MIN-WIDTH 1000px
   ========================================================================== */
@media only screen and (min-width: 1000px) {
  .player .pl_title {
    padding: 13px 13px 13px 0;
  }
  .player .pl_title img {
    width: auto;
  }
  .player .btn_blue {
    font-size: .8em;
  }
}
/*
.article_detail #left_bottom .player > div > .vjs-big-play-button {
	position: absolute;
	left: 50%;
	margin-left: -63px; 
	top: 50%;
	margin-top: -42px;
	width: 126px !important;
	height: 84px !important;
}
*/
/* Style of player */
/* ==========================================================================
   Bottom CSS structure

    - Lightblue list
    - Footer
    - Media query MIN-WIDTH 600px  
        - Lightblue list
        - Footer 
    - Media query MIN-WIDTH 768px 
        - Lightblue list
        - Footer        
    - Media query MIN-WIDTH 1000px
        - Lightblue list
        - Footer 

   ========================================================================== */
/* ==========================================================================
   Lightblue list
   ========================================================================== */
.lightblue_list {
  overflow: hidden;
  padding: 0.3em 1% 3em 3%;
  background: #e7f5ff;
}
.lightblue_list h3 {
  color: #0070bc;
  margin-bottom: 1em;
}
.lightblue_list .ll_letter {
  display: inline;
  padding: 0.1em 0.4em;
  background: #0070bc;
  color: #fff;
  font-weight: bold;
}
.lightblue_list ul {
  margin: 0;
  padding: 0 1% 0 0;
  float: left;
  width: 48%;
}
.lightblue_list li {
  margin: 0.2em 0;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
  list-style: none;
  line-height: 1.5em;
}
.lightblue_list a {
  padding-right: 10px;
  font-size: 0.9em;
  color: #000;
  background: transparent url('../images/sprite.png') no-repeat right -497px;
}
#search_anchor {
  border: 1px solid #01427a;
  font-size: 14px;
  margin: 1em 0;
}
#search_anchor form {
  background: #fff none;
  position: relative;
  padding: 0 3em 0 0.5em;
}
#search_anchor input {
  width: 100%;
  border: 0;
  background: transparent none;
  padding: 0.5em 0;
}
#search_anchor button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3em;
  padding: 0;
  border: 0;
  background: transparent url('../images/search-blue.png') 50% 50% no-repeat;
  text-align: center;
}
.most-read-topics {
  padding: 1em;
  background-color: #e7f5ff;
}
.most-read-topics h2 {
  color: #0067bd;
  font-family: 'ubuntumedium', arial, sans-serif;
  font-size: 18px;
}
.most-read-topics li {
  display: inline-block;
  padding-right: 1em;
  list-style-image: none;
  font-size: 14px;
  line-height: 1.5em;
}
.most-read-topics li:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #0070bc;
}
#bottom .mainnews {
  overflow: hidden;
}
#bottom .mainnews h3 {
  padding: 0.3em 1em;
  background: #0070bc;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  cursor: pointer;
  line-height: 24px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
  background: #d30010;
  padding: 0 0.5em;
  margin-bottom: 1em;
}
#bottom .mainnews h3 a {
  color: #fff;
}
#bottom .mainnews h4 {
  float: right;
  width: 48.48484848%;
  padding-left: 3.03030303%;
  margin: 0;
}
#bottom .mainnews h4 + a {
  float: left;
  width: 45.45454545%;
}
#bottom .mainnews h4 + a img {
  width: 100%;
}
#bottom .mainnews .article_small {
  overflow: hidden;
  margin-bottom: 1em;
  border: 0;
}
#bottom .mainnews .image {
  float: right;
  width: 46%;
}
/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
  padding: 1em;
  margin-top: 20px;
  overflow: hidden;
  background: url('../images/bg_gradient.png') repeat-x 0 -104px;
  border-top: 1px #d5d5d5 solid;
}
.sub_navigation {
  width: 100%;
  text-align: center;
  color: #0070bc;
}
.sub_navigation ul {
  margin: 0;
  padding: 0;
}
.sub_navigation li {
  list-style: none;
  line-height: 1.7em;
  display: inline;
}
.sub_navigation li:after {
  content: " |";
}
.sub_navigation a {
  color: #0070bc;
}
#footer .part_center {
  width: 100%;
}
#footer .part_center ul {
  margin: 1.5em 0;
  padding: 0;
}
#footer .part_center li {
  list-style: none;
  margin: 5px 0;
}
#footer .part_center a {
  padding: 0.3em 1em;
  background: #0070bc;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  cursor: pointer;
  line-height: 24px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  max-width: 200px;
}
#footer .part_center a:hover {
  text-decoration: none;
  background: #01427a;
}
#footer .part_center p {
  color: #4f4f4f;
  font-size: 0.8em;
}
#footer .part_right {
  display: none;
}
.copyright {
  clear: both;
  padding-top: 10px;
  font-size: 0.9em;
}
/* ==========================================================================
   Media query MIN-WIDTH 600px
   ========================================================================== */
@media only screen and (min-width: 600px) {
  #search_anchor {
    display: none;
  }
  /* Lightblue list
   ========================================================================== */
  .lightblue_list ul {
    width: 32%;
  }
  html.csscolumns .most-read-topics ul {
    -moz-column-count: 4;
    -moz-column-gap: 5.83333333%;
    -webkit-column-count: 4;
    -webkit-column-gap: 5.83333333%;
    column-count: 4;
    column-gap: 5.83333333%;
  }
  html.csscolumns .most-read-topics ul li {
    display: block;
    padding-right: 0;
  }
  #bottom .mainnews .article_small {
    float: left;
    width: 50%;
  }
  /* Footer
   ========================================================================== */
  #footer {
    padding: 2.5em 2em;
  }
  .part_center ul {
    width: 26.72413793%;
    float: right;
  }
  .part_center p {
    float: left;
    width: 62.06896552%;
  }
}
/* ==========================================================================
   Media query MIN-WIDTH 768px
   ========================================================================== */
@media only screen and (min-width: 768px) {
  /* Lightblue list
   ========================================================================== */
  .lightblue_list ul {
    width: 23%;
  }
  html.csscolumns .most-read-topics ul {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
  #bottom .mainnews .article_small {
    float: left;
    width: 33.33%;
  }
  /* Footer
   ========================================================================== */
  .sub_navigation {
    float: left;
    width: 26.04166667%;
  }
  .sub_navigation li {
    display: block;
    text-align: left;
  }
  .sub_navigation li:after {
    content: "";
  }
  #footer .part_center ul,
  #footer .part_center p {
    width: auto;
    float: none;
    margin: 0 0 15px 0;
  }
  #footer .part_right {
    padding: 2em 0 0 0;
    float: right;
    width: 21.484375%;
    text-align: right;
  }
  #footer .part_right a {
    display: inline-block;
    padding-right: 3em;
  }
  #footer .part_right img {
    width: 100%;
    height: auto;
  }
  #footer .part_center {
    float: left;
    width: 42.96875%;
  }
  #footer .part_center a {
    display: inline;
    width: auto;
    padding: 0.3em 1.7em;
    background: #0070bc;
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    cursor: pointer;
    line-height: 24px;
    font-family: 'ubuntumedium', arial, sans-serif;
    border: none;
  }
  #footer .part_right {
    display: block;
  }
}
/* ==========================================================================
   Media query MIN-WIDTH 1000px
   ========================================================================== */
@media only screen and (min-width: 1000px) {
  /* Lightblue list
   ========================================================================== */
  .lightblue_list ul {
    width: 15%;
  }
  html.csscolumns .most-read-topics ul {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
  }
  /* Footer
   ========================================================================== */
  .sub_navigation {
    width: 23.46938776%;
  }
  #footer .part_right {
    width: 36.73469388%;
  }
  #footer .part_right img {
    width: auto;
  }
  #footer .part_center {
    width: 36.73469388%;
  }
}
/* Include light blue list, bottom submenu and copyright texts */
/* ==========================================================================
   Poll CSS structure
    
   - Poll
       - Poll item 
   - Media query MIN-WIDTH 768px     
   ========================================================================== */
/* ==========================================================================
   Poll
   ========================================================================== */
.poll {
  padding: 1em 3% 1em 3%;
  margin: 3% 0;
  overflow: hidden;
  background: #e7f5ff;
  font-size: 0.9em;
}
.poll .pollLabel {
  display: block;
  clear: both;
}
.poll ul {
  padding: 0 0 0 20px;
}
.poll li {
  margin: 0 0 10px 0;
  padding: 0 0 0 12px;
  list-style: none;
  background: transparent url('../images/sprite.png') no-repeat -29px -455px;
}
.poll input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.poll .answerPercentage,
.poll .poll-title {
  display: none;
}
.poll dd {
  margin: 0;
}
.poll_articles {
  padding-top: 10px;
  margin-top: 30px;
  border-top: 1px #0070bc dotted;
}
#left_bottom .poll h3 {
  width: 100%;
  float: none;
  margin-bottom: 1em;
  color: #0070bc;
  font-size: 1.1em;
  font-family: arial, sans-serif;
  font-weight: bold;
}
.article_medium .poll_asks {
  float: none;
  width: auto;
}
/* Poll item
   ========================================================================== */
.poll_asks .poll_answer {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
}
.poll_asks .answerPercentage:after {
  content: "%";
}
.poll_asks .pans_text {
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 20px;
}
.poll_asks .already_voted .poll_answer {
  cursor: default;
}
.poll_asks .already_voted .pans_text {
  font-weight: normal;
}
.poll_asks .answerLegend {
  float: right;
  text-align: right;
  width: 7em;
  font-size: 0.8em;
  line-height: 20px;
}
.poll_asks .bar_wrap {
  width: 100%;
  height: 5px;
  clear: both;
  background: #afd1ec;
}
.poll_asks .bar {
  height: 5px;
  background: #0070be;
}
/* ==========================================================================
   Media query MIN-WIDTH 768px
   ========================================================================== */
@media only screen and (min-width: 768px) {
  .poll_asks {
    /*width: 47%;
        float: left;
        padding: 0 2% 0 0;  */
  }
  .poll_articles {
    width: 49%;
    float: right;
    padding-top: 0px;
    margin-top: 0px;
    border: none;
    border-left: 1px #0070bc dotted;
  }
  .type_1 .poll {
    margin-bottom: 0;
  }
  .article .poll {
    float: left;
    margin: 20px 20px 20px 0px;
  }
}
@media only screen and (min-width: 1000px) {
  .article_body .poll {
    width: 50%;
  }
}
/* Poll style */
/* ==========================================================================
   Advert CSS structure

    - Rectangle

   ========================================================================== */
/* ==========================================================================
   Mobile banners
   ========================================================================== */
#mobile_top,
#mobile_middle,
#mobile_bottom {
  text-align: center;
  /*	iframe[height='0'],
	iframe[width='0'] {
		display: none;	
	}		*/
}
#mobile_top .banner,
#mobile_middle .banner,
#mobile_bottom .banner {
  display: inline-block;
  max-width: 320px;
  margin: 0 auto;
  max-height: 60px;
}
#mobile_top .banner > div,
#mobile_middle .banner > div,
#mobile_bottom .banner > div,
#mobile_top .big_baner > div,
#mobile_middle .big_baner > div,
#mobile_bottom .big_baner > div {
  width: 100% !important;
}
#mobile_top img,
#mobile_middle img,
#mobile_bottom img {
  width: 100%;
  max-width: 320px;
  height: auto;
}
#mobile_top iframe,
#mobile_middle iframe,
#mobile_bottom iframe {
  width: 100%;
  max-width: 320px;
  height: auto;
}
#mobile_top .google_banner.google_banner_mobile,
#mobile_middle .google_banner.google_banner_mobile,
#mobile_bottom .google_banner.google_banner_mobile {
  min-width: 300px;
}
#mobile_top .ad-label,
#mobile_middle .ad-label,
#mobile_bottom .ad-label {
  width: 100%;
  display: inline-block;
  font-size: 0.7em;
  text-align: right;
  color: #333;
}
/* ==========================================================================
   Standard banners
   ========================================================================== */
#rectangle_1,
#rectangle_2,
#leaderboard,
#board,
#square_banner {
  text-align: center;
}
#rectangle_1 .banner,
#rectangle_2 .banner,
#leaderboard .banner,
#board .banner,
#square_banner .banner {
  display: inline-block;
  max-width: 1000px;
  margin: 0 auto;
}
#rectangle_1 .banner > div,
#rectangle_2 .banner > div,
#leaderboard .banner > div,
#board .banner > div,
#square_banner .banner > div,
#rectangle_1 .big_baner > div,
#rectangle_2 .big_baner > div,
#leaderboard .big_baner > div,
#board .big_baner > div,
#square_banner .big_baner > div {
  width: 100% !important;
}
#rectangle_1 img,
#rectangle_2 img,
#leaderboard img,
#board img,
#square_banner img {
  width: 100%;
  height: auto;
}
#rectangle_1 iframe,
#rectangle_2 iframe,
#leaderboard iframe,
#board iframe,
#square_banner iframe {
  width: 100%;
}
#rectangle_1 .ad-label,
#rectangle_2 .ad-label,
#leaderboard .ad-label,
#board .ad-label,
#square_banner .ad-label {
  width: 100%;
  display: inline-block;
  font-size: 0.7em;
  text-align: right;
  color: #9a9a9a;
}
#rectangle_1 iframe[height='0'],
#rectangle_2 iframe[height='0'],
#leaderboard iframe[height='0'],
#board iframe[height='0'],
#square_banner iframe[height='0'],
#rectangle_1 iframe[width='0'],
#rectangle_2 iframe[width='0'],
#leaderboard iframe[width='0'],
#board iframe[width='0'],
#square_banner iframe[width='0'] {
  display: none;
}
#leaderboard iframe,
#board iframe,
#leaderboard ins,
#board ins,
#leaderboard .google_banner,
#board .google_banner {
  min-width: 970px;
}
#rectangle_1,
#rectangle_2,
#square_banner {
  display: table;
  width: 100%;
}
#rectangle_1 .banner,
#rectangle_2 .banner,
#square_banner .banner {
  display: table-cell;
  max-width: 300px;
  margin: 0 auto;
}
#rectangle_1 iframe,
#rectangle_2 iframe,
#square_banner iframe,
#rectangle_1 ins,
#rectangle_2 ins,
#square_banner ins,
#rectangle_1 .google_banner,
#rectangle_2 .google_banner,
#square_banner .google_banner {
  min-width: 300px;
}
#rectangle_1 img,
#rectangle_2 img,
#square_banner img {
  min-width: 100%;
}
#rectangle_2 .banner {
  max-height: 265px;
}
#rectangle_2 .google_banner {
  min-width: 300px;
}
.article #rectangle_2 {
  float: left;
  margin: 20px 20px 20px 0px;
  max-width: 300px;
}
.article #rectangle_2 .ad-label {
  line-height: 1em;
}
#leaderboard {
  padding: 0 10px;
}
#board {
  margin-bottom: 20px;
}
#right_bottom #rectangle_1,
#right_top #rectangle_1 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .banner .flash_banner {
    display: none;
  }
  .banner ins,
  .banner iframe,
  .banner .iframe {
    display: none;
  }
  #mobile_top .banner ins,
  #mobile_middle .banner ins,
  #mobile_bottom .banner ins,
  #mobile_top .banner iframe,
  #mobile_middle .banner iframe,
  #mobile_bottom .banner iframe,
  #mobile_top .banner .iframe,
  #mobile_middle .banner .iframe,
  #mobile_bottom .banner .iframe {
    display: block;
    display: initial;
  }
  #mobile_top .google_banner.google_banner_mobile,
  #mobile_middle .google_banner.google_banner_mobile,
  #mobile_bottom .google_banner.google_banner_mobile {
    display: block;
    min-width: 300px;
  }
  .specialita {
    display: none;
  }
  .google_banner {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .banner .flash_banner {
    display: none;
  }
  .specialita {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .gallery_right #rectangle_1 {
    display: none;
  }
}
#specialita .ad-label {
  position: absolute;
  display: none;
}
.banner iframe {
  width: 100%;
}
.banner img {
  width: 100%;
  height: auto;
}
.banner img[src$='1x1.gif'],
.banner img[src$='320x50.gif'],
.banner img[src^='http://gdecz.hit.gemius.pl/'],
.banner img[src^='http://gdecz.hit.gemius.pl/'],
.banner img[width='1'],
.banner img[height='1'],
.banner img.pixelcounter {
  display: none;
}
.banner img[width='480'] {
  max-width: 480px;
}
/*
.adtech_banner {
	outline:1px solid #ccc; 
}
*/
.gallery-ad div {
  width: 100% !important;
}
/* Style for all adverts */
/* ==========================================================================
   Mobile Sign In page
   ========================================================================== */
html.subsite_id_761,
html.subsite_id_762 {
  background: #f6f6f6;
}
#mobile_login {
  width: 100%;
  /*max-width: 400px;*/
  background: #f6f6f6;
  margin: 0 auto;
}
#mobile_login h1 {
  margin: 0;
  font-size: 25px;
  font-family: 'ubuntubold', arial, sans-serif;
}
#mobile_login h2 {
  font-size: 14px;
  font-weight: normal !important;
  line-height: 20px;
  font-family: arial, sans-serif;
}
#mobile_login a {
  color: #0067be;
  text-decoration: underline;
}
#mobile_login ul.errors {
  color: #d30010;
  padding-left: 15px;
}
#mobile_login #registration {
  max-width: 400px;
  margin: 0 auto;
}
#mobile_login #logo-mobile {
  background: #0067be;
  padding: 10px;
}
#mobile_login #registration {
  padding: 15px;
}
#mobile_login dl {
  width: 100%;
}
#mobile_login dl dt {
  font-family: 'ubuntubold', arial, sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}
#mobile_login dl dt#credential-label,
#mobile_login dl dt#identity-label {
  clear: both;
}
#mobile_login dl dd#credential-element,
#mobile_login dl dd#identity-element {
  width: 100%;
  height: 50px;
  margin: 0 0 10px 0;
  background: white;
  border: 1px solid #ccc;
  position: relative;
}
#mobile_login dl dd#credential-element.error,
#mobile_login dl dd#identity-element.error {
  border: 1px solid #d30010 !important;
  background: #FFDFE1 !important;
}
#mobile_login dl dd#credential-element ul.errors,
#mobile_login dl dd#identity-element ul.errors {
  margin: 0;
  padding: 0;
  max-width: 85%;
  float: right;
  text-align: right;
}
#mobile_login dl dd#credential-element ul.errors li,
#mobile_login dl dd#identity-element ul.errors li {
  list-style: none;
  font-size: 12px;
}
#mobile_login dl dd input {
  border: none;
  font-size: 18px;
  padding-left: 10px;
  background: none ;
  display: block;
  width: 100%;
  height: 100%;
  height: 50px;
  color: #2d2d2d;
}
#mobile_login dl dd input:focus {
  outline: none;
}
#mobile_login .mobile-button {
  width: 100%;
  height: 50px;
  color: white;
  margin: 20px 0;
  position: relative;
}
#mobile_login .mobile-button.facebook {
  background: #6786cb;
}
#mobile_login .mobile-button.login {
  background: #0067be;
  margin-top: 0;
}
#mobile_login .mobile-button.registration {
  background: #389e38;
}
#mobile_login .mobile-button button,
#mobile_login .mobile-button a {
  display: block;
  line-height: 50px;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  font-family: 'ubuntubold', arial, sans-serif;
  font-weight: bold;
  font-size: 23px;
  text-decoration: none;
}
#mobile_login .mobile-button button:hover,
#mobile_login .mobile-button a:hover {
  text-decoration: none;
}
#mobile_login .mobile-button button > span.ico,
#mobile_login .mobile-button a > span.ico {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  padding: 10px;
  color: white;
  font-size: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#mobile_login .mobile-button button > span.label,
#mobile_login .mobile-button a > span.label {
  vertical-align: middle;
}
#mobile_login .forgotten-pass {
  text-align: right;
}
#mobile_login #login {
  width: 100%;
  height: 50px;
  color: white;
  margin: 20px 0;
  background: #0067be;
  display: none;
}
#mobile_login .info {
  background: white;
  padding: 6px 12px;
  color: #0067be;
  font-weight: bold;
  line-height: 1.5em;
  border: 1px solid #ccc;
  font-size: 12px;
}
#mobile_login .info p {
  margin: 0;
  padding: 0;
}
#mobile_login .info.error {
  margin-top: 15px;
  background: #FFDFE1 !important;
  color: #d30010 !important;
  border: 1px solid #d30010 !important;
}
/* SignIn site */
/* ==========================================================================
   Topic CSS structure

    - Topic header
        - Inline links  
    - Article medium perex  
    - Media query MIN-WIDTH 600px    
    - Media query MIN-WIDTH 768px   
    - Media query MIN-WIDTH 1000px  
    
   ========================================================================== */
/* ==========================================================================
   Topic header
   ========================================================================== */
.blue_title {
  color: #0070bc;
  font-size: 1.25em;
  margin-bottom: 1em;
}
.blue_title .separator {
  padding: 0 0.1em;
}
.filled_title {
  padding: 0.1em 0.3em;
  background: #0070bc;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  cursor: pointer;
  line-height: 100%;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
}
/* TISKOVE ZPRAVY === */
.topic-14677 #left_bottom {
  position: relative;
}
.topic-14677 #left_bottom:before {
  content: "Toto jsou tiskové zprávy. Redakce TN.cz neovlivňuje jejich obsah.";
  display: block;
  color: #888;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
  padding: 0.1em 1em 0.1em 1em;
  background-color: #000;
  margin-bottom: 1em;
}
/* === TISKOVE ZPRAVY */
/* Inline links
   ========================================================================== */
.subsite_id_745 #right_top {
  display: none;
}
#left_bottom.topic_list .facebook_count {
  display: none;
}
.grey_label {
  color: #7d7d7d;
}
.inline_links {
  position: relative;
  /*display: none; This is allegadly in 320px graphics visible */
  font-size: 0.9em;
  margin-bottom: 1.5em;
  padding-left: 118px;
  font-weight: bold;
}
.inline_links a {
  color: #000;
  text-decoration: underline;
}
.inline_links a:hover {
  text-decoration: none;
}
.inline_links .label {
  position: absolute;
  left: 0;
  top: 0;
}
#left_bottom .links span ~ span:before {
  content: ", ";
  display: inline;
  text-decoration: none;
  margin-left: -0.25em;
}
#left_bottom .links span ~ span:before .toggleState {
  text-decoration: underline;
}
#left_bottom .links span ~ span:before .toggleState:hover {
  text-decoration: none;
}
#right_related {
  margin-top: 2em;
}
#right_related .article_special_header {
  border: 0;
  overflow: hidden;
}
#right_related .links {
  position: relative;
  display: block;
  overflow: hidden;
}
#right_related .links li {
  float: left;
  width: 50% !important;
  font-size: 14px;
  color: #2d2d2d;
  border-bottom: 1px #0070bc dotted;
  list-style: none;
}
#right_related .links li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.5em;
}
#right_related *[data-collapse-trigger] {
  padding: 0.3em 1em;
  background: #0070bc;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  cursor: pointer;
  line-height: 24px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
  float: right;
}
#right_related *[data-collapse-trigger]:hover {
  background-color: #01427a;
}
/* ==========================================================================
   Article medium perex 
   ========================================================================== */
#left_bottom .article_medium_perex {
  overflow: hidden;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
  border-bottom: 1px #0070bc dotted;
}
#left_bottom .article_medium_perex .image {
  float: left;
  margin-bottom: 1.2em;
}
#left_bottom .article_medium_perex ul {
  float: right;
  width: 44.375%;
  margin: 0;
  padding: 0 0 0 6.25%;
  font-size: .8em;
}
#left_bottom .article_medium_perex li {
  display: none;
  margin-bottom: 1.2em;
}
#left_bottom .article_medium_perex li:first-child {
  display: list-item;
}
#left_bottom .article_medium_perex p {
  float: left;
  display: none;
}
#left_bottom .article_medium_perex h2 {
  padding: 0.2em 0.5em;
  background: #0070bc;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  line-height: 24px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
  float: left;
  width: auto;
  cursor: default;
  margin: 0 0 1em 0;
  /*&:hover {
       		cursor: default;
           .btn_blue_hover;
       }*/
}
#left_bottom .article_medium_perex h3 {
  float: right;
  width: 50.5%;
}
#left_bottom .article_medium_perex.external_topic h2:hover {
  background-color: #0070bc;
  cursor: auto;
}
#left_bottom .article_medium_perex .article_promo .sub_title {
  height: 0;
}
#left_bottom .article_medium_perex .article_promo h3 {
  margin: 25px 0 0.4em 0;
}
#left_bottom .article_medium_perex.external_topic {
  margin-top: -1.05em;
  border-top: 1px #0070bc solid;
  border-bottom: 1px #0070bc solid;
}
#left_bottom .article_medium_perex.external_topic .image {
  margin-right: 0;
}
#left_bottom .article_medium_perex.external_topic a.link_blue {
  display: block;
  clear: both;
}
#Frontend_Box_Article_TopicListBySite {
  position: relative;
  top: -1px;
}
/* ==========================================================================
   Media query MIN-WIDTH ( MIN-WIDTH 600px)
   ========================================================================== */
@media only screen and (min-width: 600px) {
  .subsite_id_745 #right_top {
    display: block;
  }
  .section_id_2 h1.blue_title {
    font-size: 1.8em;
  }
  #left_bottom .article_medium_perex li {
    display: list-item;
  }
  #left_bottom .external_topic a.link_blue {
    display: inline;
    float: left;
    clear: none;
    width: 46.875%;
  }
}
/* ==========================================================================
   Media query MIN-WIDTH ( MIN-WIDTH 768px)
   ========================================================================== */
@media only screen and (min-width: 768px) {
  #left_bottom .article_medium_perex {
    overflow: hidden;
  }
  #left_bottom .article_medium_perex .sub_title,
  #left_bottom .article_medium_perex h3,
  #left_bottom .article_medium_perex p {
    float: right;
    width: 56%;
  }
  #left_bottom .article_medium_perex p {
    display: block;
    margin: 0;
    font-size: 0.9em;
  }
  #left_bottom .article_medium_perex .image {
    width: 40%;
  }
  #left_bottom .external_topic ul {
    font-size: 0.9em;
    width: 53%;
  }
  #left_bottom .external_topic a.link_blue {
    float: right;
    width: 53%;
  }
}
/* ==========================================================================
   Media query MIN-WIDTH ( MIN-WIDTH 1000px)
   ========================================================================== */
@media only screen and (min-width: 1000px) {
  #left_bottom.topic_list .article_medium .image img {
    width: 302px;
    height: 171px;
    display: block;
    background-color: #808080;
  }
  .inline_links {
    display: block;
  }
}
/* Topic header, Article medium with perex */
/* ==========================================================================
   Right boxes CSS structure
 
    - Topic box  
    - List box
    - Red box

   ========================================================================== */
/* ==========================================================================
   Topic box
   ========================================================================== */
.box_topic h2 {
  padding: 0.3em 1em;
  background: #0070bc;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  cursor: pointer;
  line-height: 24px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
}
.box_topic img {
  width: 100%;
}
.box_topic p {
  color: #0070bc;
  margin-bottom: 1.5em;
}
/* ==========================================================================
   List box
   ========================================================================== */
.box_list {
  margin-bottom: 2em;
}
.box_list h2 {
  padding: 0.3em 1em;
  background: #0070bc;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  cursor: pointer;
  line-height: 24px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
}
.box_list ul {
  margin: 0 0 1.5em 0;
  padding: 0;
}
.box_list li {
  width: 46%;
  float: left;
  margin: 0;
  padding: 0 2%;
  list-style: none;
  border-bottom: 1px #0070bc dotted;
}
.box_list li a {
  color: #000;
  text-decoration: none;
}
.box_list li a:hover {
  text-decoration: none;
}
/* ==========================================================================
   Red box
   ========================================================================== */
.box_red h2,
.box_red h3 {
  padding: 0.3em 1em;
  background: #0070bc;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  cursor: pointer;
  line-height: 24px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
  background: #d30010;
  padding: 0 0.5em;
}
.box_red h2 a,
.box_red h3 a {
  color: #fff;
}
.box_red .article_small {
  border-color: #d30010;
}
.box_red .article_promo {
  border-color: #0070bc;
}
.box_red .article_small a {
  color: #d30010;
}
.box_red .article_promo a {
  color: #0067be;
}
/* ==========================================================================
   Partners box
   ========================================================================== */
#Partners .ad-label {
  display: none;
}
#Partners h2,
#Partners h3 {
  cursor: default;
}
/* ==========================================================================
   Blue box
   ========================================================================== */
.box_blue h2,
.box_blue h3 {
  text-align: left;
  padding: 0.1em 0.9em;
  background: #0070bc;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  cursor: pointer;
  line-height: 24px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
  margin: 0 0 10px 0;
}
.box_blue h2 a,
.box_blue h3 a {
  color: #fff;
}
.box_blue .article_small {
  text-align: left;
}
/* ==========================================================================
   Locket box
   ========================================================================== */
.locket {
  background: #E7F5FF;
  margin-bottom: 20px;
  margin-top: 17px;
}
.locket h2 {
  margin-bottom: 0;
  cursor: default;
}
.locket img {
  max-width: 100%;
}
.locket div {
  padding: 15px;
}
.locket div > p {
  margin: 0;
}
.locket div p {
  font-size: 85%;
  line-height: 1.4;
  color: #0070bc;
}
.locket div a {
  color: #0070bc;
  font-weight: bold;
}
.locket div.fb {
  text-align: right;
  padding-top: 0;
}
.locket div.fb .fb-like {
  padding: 0 0 15px 0;
  margin-right: 0;
  height: auto;
  float: right;
}
.locket div.clear {
  padding: 0;
}
#right_top {
  overflow: hidden;
  margin-bottom: 20px;
}
#right_top .player_hp,
#right_top #nova_news,
#right_top #Promotion_2,
#Frontend_Box_Article_FeaturedColumn {
  display: none;
}
#right_top .player-links {
  display: block;
  margin: 0;
}
#right_top #Frontend_Box_Content_Splash {
  display: inline;
}
#right_top #Frontend_Box_Content_Splash .article_special_header {
  float: left;
  width: 24%;
  margin: 0 0.5%;
}
#right_top #Frontend_Box_Content_Splash .article_special_header img {
  width: 100%;
}
#right_top #exchange {
  padding: 0 0 2em;
}
/* player */
#right_top .player_hp div,
#right_top .player_hp video,
#right_top .player_hp img {
  max-width: 100%;
}
#right_top .player_hp h3 {
  background: #000000;
  color: #01B3FD;
  font-size: 13px;
  margin: 1px 0 0;
  padding: 5px 8px 4px;
  float: none;
}
#right_top .player_hp .miniplayer-tn .player-error h2 {
  top: 20px;
  margin-top: 0px !important;
  font-size: 13px !important;
}
#right_top .player #show_title {
  background: #000000;
  color: #01B3FD;
  display: block;
  font-weight: bold;
  font-size: 13px;
  margin: 1px 0 0;
  padding: 5px 8px 4px;
}
#right_top .player-links li {
  margin-top: 2px;
  display: block;
  padding: 0 12px 0 0;
  text-align: right;
}
#right_top .player-links li > a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-family: 'ubuntumedium', arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 12px 25px 12px 0;
  background: transparent url('/static/cz/microsites/tn/images/arrow-inverse.png') 100% 50% no-repeat;
}
#right_top .player-links li > a:hover {
  text-decoration: underline;
}
#right_top .player-links li > .porad {
  float: left;
  width: 33.333%;
  margin-bottom: 3px;
  padding: 12px 0;
  border-right: 1px dotted #9ebad0;
  box-sizing: border-box;
}
#right_top .player-links li > .porad-3 {
  border-right: none;
}
#right_top .player-links li.tn {
  background: #d10010 url('/static/cz/microsites/tn/images/logo-tn-player-links.png?r=4') 0px 50% no-repeat;
}
#right_top .player-links li.tn a {
  padding-left: 105px;
}
#right_top .player-links li.porady {
  padding: 0;
  margin-top: 1px;
  text-align: center;
  background: #ffffff url('/static/cz/microsites/tn/images/tn-player-links-porady.png?r=2') top repeat-x;
  border-bottom: 1px dotted #9ebad0;
}
#right_top .player-links li.archiv a {
  color: #d30010;
  background: transparent url('/static/cz/microsites/tn/images/arrow-red.png') 100% 50% no-repeat;
}
@media only screen and (min-width: 599px) {
  #right_top {
    overflow: visible;
    margin-bottom: 0;
  }
  #right_top .player_hp,
  #right_top #nova_news,
  #right_top .player-links {
    display: block;
    margin-bottom: 2em;
  }
  #right_top #Frontend_Box_Content_Splash,
  #right_top #Promotion_2,
  #right_top #Frontend_Box_Article_FeaturedColumn {
    display: block;
  }
  #right_top #Frontend_Box_Content_Splash .article_special_header,
  #right_top #Promotion_2 .article_special_header,
  #right_top #Frontend_Box_Article_FeaturedColumn .article_special_header {
    float: none;
    width: auto;
    margin: 0 0 1.3em;
  }
  #right_top #Frontend_Box_Content_Splash h2,
  #right_top #Promotion_2 h2,
  #right_top #Frontend_Box_Article_FeaturedColumn h2 {
    font-size: 0.9em;
    font-family: arial, sans-serif;
    font-weight: bold;
    background: transparent none;
    padding: 0;
    margin-bottom: 0;
    width: 56.66666667%;
    float: left;
    line-height: 1.25em;
  }
  #right_top #Frontend_Box_Content_Splash h2 a,
  #right_top #Promotion_2 h2 a,
  #right_top #Frontend_Box_Article_FeaturedColumn h2 a {
    color: black;
  }
  #right_top #Frontend_Box_Content_Splash h3,
  #right_top #Promotion_2 h3,
  #right_top #Frontend_Box_Article_FeaturedColumn h3 {
    font-size: 0.9em;
    display: none;
    font-family: 'ubuntubold', arial, sans-serif;
    background: transparent none;
    color: #0070bc;
    margin-bottom: 0.5em;
  }
  #right_top #Frontend_Box_Content_Splash .more,
  #right_top #Promotion_2 .more,
  #right_top #Frontend_Box_Article_FeaturedColumn .more {
    display: none;
    float: left;
    clear: left;
    max-width: 56.66666667%;
    min-width: 120px;
  }
  #right_top #Frontend_Box_Content_Splash .more a,
  #right_top #Promotion_2 .more a,
  #right_top #Frontend_Box_Article_FeaturedColumn .more a {
    color: #fff;
    display: block;
    text-align: center;
    border: 1px solid #004d8a;
    background-color: #b10309;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDRlOGYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjJiNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #004e8f 0%, #0062b4 100%);
    background-image: -moz-linear-gradient(top, #004e8f 0%, #0062b4 100%);
    background-image: -o-linear-gradient(top, #004e8f 0%, #0062b4 100%);
    background-image: linear-gradient(to bottom, #004e8f 0%, #0062b4 100%);
  }
}
/* Include topic box, red box, list box */
/* ==========================================================================
   Article detail CSS structure
   
	- Three top articles
	- Article header 
		- Image title
		- Topics
		- Perex
		- Article body
	- Quotation
	- Media query MIN-WIDTH 768px	
	
   ========================================================================== */
/* ==========================================================================
   Three top articles
   ========================================================================== */
#Three_col {
  display: none;
}
#Three_col h2 {
  display: none;
}
#Three_col .article_small {
  float: left;
  margin: 0 0 2.3em 0;
}
#Three_col .article_promo .sub_title {
  float: right;
  width: 56.66666667%;
  margin: 0 0 1px;
}
#Three_col .article_promo .image {
  margin-top: -19px;
}
#Three_col .article_small h4 {
  float: right;
}
#Three_col .article_small .image {
  float: left;
  max-width: 40%;
}
#Three_col .article_small:last-child {
  padding: 0;
}
/* ==========================================================================
   Article header
   ========================================================================== */
.article_detail #left_bottom .sub_title {
  width: auto;
  float: none;
  font-size: 0.9em;
}
.article_detail #left_bottom h1 {
  margin-top: 0;
}
.article_detail #left_bottom h2 {
  width: auto;
  float: none;
  font-size: 1.2em;
  line-height: 1.4em;
}
.article_detail #left_bottom .atricle_date {
  color: #7d7d7d;
  font-size: 0.75em;
}
.article_detail #left_bottom .player.flplayer > div {
  padding-top: 62.6154%;
}
.article_detail #left_bottom .player.flplayer > div > * {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}
.article_detail #left_bottom .player {
  position: relative;
  clear: both;
}
.article_detail #left_bottom .player > div {
  width: 100% !important;
  height: 0 !important;
  padding-top: 56.2%;
  /* padding-top: 62.6154%; */
}
.article_detail #left_bottom .player > div a {
  overflow: hidden;
  text-align: center;
}
.article_detail #left_bottom .player > div a img {
  display: inline;
  width: 112%;
  position: relative;
  left: 100%;
  margin-left: -200%;
}
.article_detail #left_bottom .player > div a:after {
  content: url('../images/btw_play_980.png');
  position: absolute;
  width: 65px;
  height: 56px;
  right: 30px;
  bottom: 30px;
  z-index: 5;
}
.article_detail #left_bottom .player > div a.flash-download-needed:after {
  content: "";
}
.article_detail #left_bottom .player video {
  width: 100% !important;
  height: 100% !important;
}
.article_detail #left_bottom .article_body .player a img {
  width: 100%;
}
.article_detail #left_bottom p img {
  clear: both;
}
.article_detail #left_bottom .image {
  width: 100%;
}
.article_detail #left_bottom .image .imginfo {
  visibility: visible;
  opacity: 1;
  top: auto;
  bottom: 10px;
}
.article_detail #left_bottom .image .info {
  position: relative;
}
.article_detail #left_bottom .image .info .source {
  position: absolute;
  top: -35px;
  left: 10px;
  display: block;
  padding: 0px 6px;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  background: url('../images/opacity.png') repeat;
}
.article_detail #left_bottom .image .flash-download-needed {
  margin: 0 0 1.3em;
}
.article_detail #left_bottom .atricle_date {
  margin-bottom: 0.5em;
}
.article_detail #left_bottom .author {
  text-align: right;
  font-weight: bold;
  margin-bottom: 1em;
}
.article_detail #left_bottom iframe {
  max-width: 100%;
}
.article_detail #left_bottom .social iframe {
  max-width: none;
}
.article_detail #left_bottom .imagebox {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  clear: both;
  margin: 4px 0;
  padding: 12px;
  overflow: hidden;
}
.article_detail #left_bottom .imagebox .image {
  float: left;
  width: 90px;
}
.article_detail #left_bottom .imagebox .image img {
  margin-top: 0;
}
.article_detail #left_bottom .imagebox-content {
  color: #0070bc;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 110px;
}
.article_detail #left_bottom #show_title {
  display: none;
}
/*  Image title
   ========================================================================== */
.image_title {
  padding: 0.4em 0;
  margin-bottom: 1.3em;
  font-size: 0.75em;
  font-weight: bold;
  border-bottom: 1px #7d7d7d solid;
}
/* ARTICLE GALLERY === */
.article_detail #left_bottom .article_gallery_border {
  height: 531px;
  margin-bottom: 20px;
  background-color: #191919;
  position: relative;
  clear: both;
  border-style: solid;
  border-width: 0 0;
  border-color: #191919;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.article_detail #left_bottom .gallery_right {
  position: absolute;
  padding-left: 100%;
  left: 0;
  top: 0;
  width: 63%;
  min-height: 100%;
  background-color: #191919;
  border-width: 0 0;
  border-color: #191919;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 4;
  height: 531px;
}
.article_detail #left_bottom .gallery_right .gallery_right_wrap {
  padding: 10px;
  color: #fff;
}
.article_detail #left_bottom .gallery_right .gallery_right_controls {
  text-align: right;
}
.article_detail #left_bottom .gallery_right .gallery_right_controls a,
.article_detail #left_bottom .gallery_right .gallery_right_controls button {
  font-size: 14px;
  color: #fff;
  margin-left: 1em;
  text-decoration: none;
}
.article_detail #left_bottom .gallery_right .gallery_right_controls a:hover span,
.article_detail #left_bottom .gallery_right .gallery_right_controls button:hover span {
  text-decoration: underline;
}
.article_detail #left_bottom .gallery_right .gallery_right_controls span {
  display: none;
  color: #0070bc;
  font-size: 12px;
}
.article_detail #left_bottom .gallery_right .gallery_right_controls i {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.article_detail #left_bottom .gallery_right h2 {
  font-size: 16px;
}
.article_detail #left_bottom .gallery_right .img_description p {
  font-size: 12px;
  color: #7d7d7d;
}
.article_detail #left_bottom .gallery_right .social {
  display: block;
}
.article_detail #left_bottom .gallery_right .social:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
  height: 0;
}
.article_detail #left_bottom .gallery_right .ranking {
  display: block;
  background-color: #000;
  padding: 4px 8px;
  margin-top: 1em;
}
.article_detail #left_bottom .gallery_right .ranking h4 {
  display: inline-block;
  font-family: sans-serif;
  font-size: 12px;
  margin: 0 1em 0 0;
}
.article_detail #left_bottom .gallery_right .ranking .rating-v2 {
  display: inline-block;
}
.article_detail #left_bottom .gallery_right .advert {
  margin-top: 1em;
}
.article_detail #left_bottom .gallery_right .advert .ad-label {
  font-size: 12px;
}
.article_detail #left_bottom .gallery_right .advert .adtech_banner {
  max-width: 100%;
}
.article_detail #left_bottom .article_gallery_border.active .gallery_right,
html.no-touch .article_detail #left_bottom .article_gallery_border:hover .gallery_right {
  visibility: visible;
  opacity: 1;
  border-width-left: 10px;
}
.article_detail #left_bottom .article_gallery_border.closing .gallery_right,
html.no-touch .article_detail #left_bottom .article_gallery_border.closing:hover .gallery_right {
  visibility: hidden;
  opacity: 0;
}
.article_detail #left_bottom .article_gallery {
  position: relative;
  padding-bottom: 8px;
  /* Bottom slider */
}
.article_detail #left_bottom .article_gallery .article_gallery_wrap {
  position: relative;
  z-index: 5;
}
.article_detail #left_bottom .article_gallery .article_gallery_wrap .maximize {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  opacity: 0.25;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article_detail #left_bottom .article_gallery .article_gallery_wrap .maximize:hover {
  color: #fff;
  opacity: 0.75;
}
.article_detail #left_bottom .article_gallery .title {
  overflow: hidden;
  padding: 8px 14px 6px 14px;
  color: #fff;
  font-size: 20px;
}
.article_detail #left_bottom .article_gallery .title h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article_detail #left_bottom .article_gallery .title .img_pos {
  float: right;
}
.article_detail #left_bottom .article_gallery .title .img_pos span {
  font-weight: bold;
}
.article_detail #left_bottom .article_gallery .title span.pg_image_number:after {
  content: " / ";
  display: inline;
  color: #7FD0FD;
}
.article_detail #left_bottom .article_gallery .title h2 {
  margin: 0;
  font-family: 'ubuntubold', arial, sans-serif;
  font-weight: normal;
  color: #fff;
  clear: none;
  font-size: 20px;
}
.article_detail #left_bottom .article_gallery img {
  margin: 0 auto;
  width: 100%;
}
.article_detail #left_bottom .article_gallery .image-wrap {
  position: relative;
}
.article_detail #left_bottom .article_gallery .loaderWrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.article_detail #left_bottom .article_gallery .loaderWrap .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
.article_detail #left_bottom .article_gallery.loading .loaderWrap {
  opacity: 1;
  visibility: visible;
}
.article_detail #left_bottom .article_gallery .image {
  width: 100%;
  height: 0;
  padding-top: 70.37037037%;
  position: relative;
  box-sizing: border-box;
}
.article_detail #left_bottom .article_gallery .image .preview-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.article_detail #left_bottom .article_gallery .imginfo {
  left: 1em;
  bottom: 1em;
  top: auto;
  visibility: visible;
  opacity: 1;
  font-size: 0.7em;
}
.article_detail #left_bottom .article_gallery .more {
  position: absolute;
  right: 1em;
  bottom: 1em;
  display: block;
}
.article_detail #left_bottom .article_gallery .more a {
  display: inline-block;
  text-decoration: none;
  padding: 0.25em 0.25em;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.5em;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.article_detail #left_bottom .article_gallery .more a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.article_detail #left_bottom .article_gallery .btn_prev,
.article_detail #left_bottom .article_gallery .btn_next {
  position: absolute;
  top: 50%;
  left: 0;
}
.article_detail #left_bottom .article_gallery .btn_next {
  left: auto;
  right: 0;
}
.article_detail #left_bottom .article_gallery .btn_prev div,
.article_detail #left_bottom .article_gallery .btn_next div {
  position: relative;
  top: -27px;
  width: 55px;
  height: 57px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.25;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article_detail #left_bottom .article_gallery .btn_prev div:hover,
.article_detail #left_bottom .article_gallery .btn_next div:hover {
  opacity: 0.75;
}
.article_detail #left_bottom .article_gallery .btn_prev div i,
.article_detail #left_bottom .article_gallery .btn_next div i {
  color: #fff;
  position: absolute;
  text-align: center;
  left: 0;
  right: 2px;
  top: 50%;
  font-size: 68px;
  line-height: 1em;
  margin-top: -0.54em;
}
.article_detail #left_bottom .article_gallery .btn_prev div i.icon-related,
.article_detail #left_bottom .article_gallery .btn_next div i.icon-related {
  font-size: 48px;
}
.article_detail #left_bottom .article_gallery .btn_next div i {
  right: 0;
  left: 2px;
}
.article_detail #left_bottom .article_gallery .article_gallery_thumbs {
  z-index: 5;
  position: relative;
  margin-top: 9px;
}
.article_detail #left_bottom .article_gallery .img_slider {
  position: relative;
  padding-top: 8px;
}
.article_detail #left_bottom .article_gallery .img_slider ul {
  display: block;
  white-space: nowrap;
}
.article_detail #left_bottom .article_gallery .img_slider li {
  padding: 0 5px;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.article_detail #left_bottom .article_gallery .img_slider li a {
  display: block;
  position: relative;
}
.article_detail #left_bottom .article_gallery .img_slider li a.active:after {
  content: "▲";
  font-family: 'icons', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  line-height: 10px;
  text-align: center;
}
.article_detail #left_bottom .article_gallery .img_slider li a img {
  display: block;
  max-height: 90%;
  border: 1px solid #fff;
}
.article_detail #left_bottom .article_gallery .img_slider .btn_prev_slider,
.article_detail #left_bottom .article_gallery .img_slider .btn_next_slider {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  z-index: 3;
  width: 22px;
  height: 22px;
  display: block;
  text-indent: -9999px;
  background: transparent url('../images/sprite_gallery.png') no-repeat left -282px;
}
.article_detail #left_bottom .article_gallery .img_slider .btn_next_slider {
  left: auto;
  right: 0;
  background: transparent url('../images/sprite_gallery.png') no-repeat left -241px;
}
.article_detail #left_bottom .article_gallery .img_slider .img_slider_content {
  position: relative;
  overflow: hidden;
}
.article_detail #left_bottom .article_gallery .img_slider .img_slider_content ul {
  margin: 0;
}
.article_detail #left_bottom .article_gallery .rel-galleries {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background-color: #32373e;
}
.article_detail #left_bottom .article_gallery .rel-galleries .rel-prewrap {
  display: table;
  width: 100%;
  height: 100%;
}
.article_detail #left_bottom .article_gallery .rel-galleries .rel-prewrap:before,
.article_detail #left_bottom .article_gallery .rel-galleries .rel-prewrap:after {
  display: table-cell;
  content: " ";
}
.article_detail #left_bottom .article_gallery .rel-galleries .rel-wrap {
  width: 83.07155323%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.article_detail #left_bottom .article_gallery .rel-galleries .rel-back {
  z-index: 30;
  cursor: pointer;
}
.article_detail #left_bottom .article_gallery .rel-galleries h2 {
  color: #fefefe;
  font-family: 'ubuntubold', arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.article_detail #left_bottom .article_gallery .rel-galleries ul {
  margin: 0 -4px -1em -4px;
}
.article_detail #left_bottom .article_gallery .rel-galleries li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 33.33333333%;
  padding: 0 4px 1em 4px;
}
.article_detail #left_bottom .article_gallery .rel-galleries li + li + li + li + li + li + li {
  display: none;
}
.article_detail #left_bottom .article_gallery .rel-galleries .rel-img {
  position: relative;
  display: block;
  max-width: 100%;
  border: 1px solid #fff;
}
.article_detail #left_bottom .article_gallery .rel-galleries .rel-img img {
  display: block;
  max-width: 100%;
}
.article_detail #left_bottom .article_gallery .rel-galleries h3 {
  font-weight: normal;
  font-size: 10px;
}
.article_detail #left_bottom .article_gallery .rel-galleries h3 a {
  display: block;
  color: #8bcdff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article_detail #left_bottom .article_gallery:hover .more {
  visibility: visible;
  opacity: 1;
}
html.no-boxshadow .article_detail #left_bottom .gallery_right .fb-like {
  display: none;
}
/* FB Like doesn't sipport IE8 and remains visible if inside visibility:hidden element */
html .article_detail #left_bottom .gallery_right {
  display: none;
}
@media only screen and (min-width: 600px) {
  html body .article_detail #left_bottom .gallery_right {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  html body .article_detail #left_bottom .gallery_right {
    width: 52%;
  }
  html .article_detail #left_bottom .gallery_right .gallery_right_controls span {
    display: inline-block;
  }
}
@media only screen and (min-width: 1000px) {
  html body .article_detail #left_bottom .gallery_right {
    width: 63%;
  }
}
@media (min-device-width: 1px) {
  .touch .article_detail #left_bottom .article_gallery .img_slider .img_slider_content {
    overflow: auto;
  }
  .touch .article_detail #left_bottom .article_gallery .img_slider .btn_prev_slider,
  .touch .article_detail #left_bottom .article_gallery .img_slider .btn_next_slider {
    display: none !important;
  }
}
/* === ARTICLE GALLERY */
/* ARTICLE INTERVIEW WIDGET === */
.article_detail .online-event {
  clear: both;
}
.article_detail .online-event .online-label {
  padding: 0.25em 0.5em;
  background: #0070bc;
  color: #fff;
  font-size: 14px;
  font-weight: regular;
  cursor: pointer;
  line-height: 1.2em;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
  font-family: arial, sans-serif;
  display: block;
}
.article_detail .online-event .online-wrap {
  padding: 0.5em 1em;
  border: 1px solid #d1d1d1;
  border-top: 0;
}
.article_detail .online-event .online-title a {
  text-decoration: none;
}
.article_detail .online-event .online-title a:hover {
  text-decoration: underline;
}
.article_detail .online-event .online-participants {
  padding: 1em;
  background: #565656;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  margin: 0 0 1em;
}
.article_detail .online-event .online-participants span {
  color: #9f9f9f;
  font-weight: normal;
}
.article_detail .online-event .online-participants #online-status {
  float: right;
  position: relative;
  padding: 0 0 0 24px;
}
.article_detail .online-event .online-participants #online-status:before {
  content: "";
  width: 2px;
  height: 100px;
  background: #ffffff;
  display: block;
  position: absolute;
  top: -20px;
  left: 10px;
}
.article_detail .online-event .online-message {
  padding: 0.5em 1em 0.5em 80px;
  position: relative;
}
.article_detail .online-event .online-message-0 {
  padding: 0 0 0.5em;
  position: relative;
}
.article_detail .online-event .online-message-0 .side {
  position: relative;
  width: 50px;
  float: left;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  background: #0070bc;
  color: #fff;
}
.article_detail .online-event .online-message-0 .side i {
  position: absolute;
  right: -9px;
  top: 50%;
  display: block;
  margin: -8px 0 0 0;
  height: 1px;
  width: 1px;
  border-left: 8px solid #0067be;
  border-top: 8px solid #ffffff;
  border-bottom: 8px solid #ffffff;
}
.article_detail .online-event .online-message-0 .message {
  min-height: 33px;
  margin-left: 70px;
  padding: 0.5em;
  overflow: hidden;
  border: 1px #0070bc solid;
  font-size: 0.9em;
}
.article_detail .online-event .online-message-0 .message a {
  color: #0070bc;
  text-decoration: underline;
}
.article_detail .online-event .online-message-0 .message a:hover {
  text-decoration: none;
}
.article_detail .online-event .online-message-0 .message iframe {
  margin: 1em 5%;
  width: 90%;
}
.article_detail .online-event .online-message-0 .message iframe.twitter-tweet {
  width: 554px !important;
  margin: 10px auto !important;
  clear: both;
}
.article_detail .online-event .online-message-0 .message .fb_iframe_widget {
  display: block;
  margin: 0 !important;
  clear: both;
}
.article_detail .online-event .online-message-0 .message .fb_iframe_widget span {
  margin: 0 auto;
  display: block;
}
.article_detail .online-event .online-message-0 .message .fb_iframe_widget iframe {
  margin: 0;
}
.article_detail .online-event .online-message-0 .message .icon {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.article_detail .online-event .online-message-0 .message .icon img {
  width: 50px;
  margin: 0;
}
.article_detail .online-event .online-message-0 .message .icon .imageTitle {
  display: none;
}
.article_detail .online-event .online-message-0 .message .title {
  font-weight: bold;
}
.article_detail .online-event .online-message-0 #end-post .side {
  background: #ffffff;
  border: 1px solid #0070bc;
  line-height: 48px;
  width: 48px;
  color: #0067be;
}
.article_detail .online-event .online-message-0 #end-post .side i {
  right: -10px;
}
.article_detail .online-event .online-message-0 #end-post .side i:after {
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  display: block;
  margin: -9px 0 0 0;
  height: 1px;
  width: 1px;
  border-left: 8px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.article_detail .online-event .online-message-0 #end-post .message {
  border: 1px solid #0070bc;
  background: #0070bc;
  color: #ffffff;
  font-weight: bold;
}
.article_detail .online-event .online-message-1,
.article_detail .online-event .online-message-2 {
  /*.icon { position: absolute; left: 0; top: 0.5em; width: 50px;
		img { width: 100%; height: auto; display: block; margin: 0; }
	}*/
}
.article_detail .online-event .online-message-1 .time,
.article_detail .online-event .online-message-2 .time {
  display: none;
}
.article_detail .online-event .online-message-1 .title,
.article_detail .online-event .online-message-2 .title {
  margin: 0 0 0.25em 0;
  color: #0070bc;
  font-weight: bold;
}
.article_detail .online-event .online-message-1 .icon,
.article_detail .online-event .online-message-2 .icon {
  display: none;
}
.article_detail .online-event .online-message-1 .message,
.article_detail .online-event .online-message-2 .message {
  font-size: 12px;
  line-height: 1.3em;
}
.article_detail .online-event .online-message-1 {
  border-top: 4px solid #0067bd;
  margin-top: 2em;
  padding-bottom: 1.5em;
}
.article_detail .online-event .online-message-2 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-top: 1em;
  background-color: #e7f5ff;
  position: relative;
}
.article_detail .online-event .online-message-2:after {
  content: "";
  position: absolute;
  left: 80px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 15px;
  border-color: transparent transparent #e7f5ff;
}
.article_detail .online-event .online-message-2 .time {
  display: block;
  font-weight: bold;
  left: 10px;
  position: absolute;
}
.article_detail .online-event .online-message-2 .message {
  color: #0070bc;
}
.article_detail .online-event .online-message-2 .icon {
  top: 1.5em;
}
.article_detail .online-event .online-links {
  margin: 2em 0 1em 0;
  text-align: right;
}
.article_detail .online-event .online-links a {
  padding: 0.3em 1em;
  background: #0070bc;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  cursor: pointer;
  line-height: 24px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
  text-decoration: none;
}
.article_detail .online-event .online-links a:hover {
  background-color: #01427a;
}
/* === ARTICLE INTERVIEW WIDGET */
/*  Topics
   ========================================================================== */
.topics_list {
  color: #0070bc;
  margin-bottom: 1.3em;
  font-size: 0.875em;
}
.topics_list a {
  color: #0070bc;
  text-decoration: underline;
  font-weight: bold;
}
.topics_list a:hover {
  text-decoration: none;
}
.topics_list .tpc_label {
  width: 60px;
  float: left;
}
.topics_list .tpc_content {
  margin-left: 65px;
}
/*  Perex
   ========================================================================== */
.perex {
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 20px;
}
/*  Article body
   ========================================================================== */
.article_body {
  line-height: 150%;
}
.article_body img {
  width: 100%;
  height: auto;
  display: block;
  margin: 1em auto 0 auto;
  clear: both;
}
.article_body a {
  color: #0070bc;
  text-decoration: underline;
}
.article_body a:hover {
  text-decoration: none;
}
.article_body .banner {
  float: left;
  margin: 0 20px 20px 0;
  max-height: none !important;
}
.article_body .banner .ad-label {
  color: #8b8b8b;
  font-size: 70%;
}
.article_body .banner img {
  margin-top: 0 !important;
}
.article_body .info {
  margin: 0 0 1em 0;
  font-size: 0.8em;
  font-weight: bold;
}
.article_body .flash_wrapper {
  margin: 0.5em 0;
  clear: both;
}
.article_body .flash_wrapper object,
.article_body .flash_wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article_body .flash_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
/* topic banner */
.topic_banner {
  margin-bottom: 20px;
}
.topic_banner img {
  width: 100%;
}
.topic_banner .standard {
  display: block;
}
.topic_banner .mobile {
  display: none;
}
/* ==========================================================================
   Quotation
   ========================================================================== */
.quotation {
  width: 92%;
  float: left;
  margin: 1em 0em 1em 0;
  padding: 4%;
  border: 1px #ccc solid;
}
.quotation h3 {
  margin-left: 100px;
  color: #0070bc;
}
.quotation .qp_subtitle {
  color: #0070bc;
}
.quotation blockquote {
  display: block;
  clear: both;
  margin: 0;
  line-height: 1.4em;
  font-style: italic;
  font-size: 0.9em;
}
.quotation blockquote span {
  padding: 0.1em 1em;
  background: transparent url('../images/sprite.png') no-repeat left -458px;
}
.quotation img {
  float: left;
  margin: 0 15px 8px 0;
  width: 90px;
}
.article_detail #left_bottom .related-articles {
  border-bottom: 1px #0070bc dotted;
  margin-bottom: 2em;
}
.article_detail #left_bottom .related-articles h2 {
  font-size: 14px;
  font-family: 'ubuntubold', arial, sans-serif;
  margin: 0 0 1em;
  padding: 0.4em 0.8em;
  background-color: #0070BC;
  color: #fff;
}
.article_detail #left_bottom .related-articles .items {
  position: relative;
  overflow: hidden;
}
.article_detail #left_bottom .related-articles .item {
  overflow: hidden;
  padding-bottom: 28px;
  line-height: 1.1em;
}
.article_detail #left_bottom .related-articles .item h3 {
  float: right;
  width: 56.58914729%;
  margin: 0;
  font-size: 12px;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.article_detail #left_bottom .related-articles .item .image {
  float: left;
  width: 38.75968992%;
}
.article_detail #left_bottom .related-articles .item .more,
.article_detail #left_bottom .related-articles .item .perex,
.article_detail #left_bottom .related-articles .item .clear {
  display: none;
}
.article_detail #left_bottom #external_articles {
  border-bottom: 1px #0070bc dotted;
  margin-top: -2.1em;
}
.article_detail #left_bottom #external_articles .ext_title {
  font-size: 14px;
  font-family: 'ubuntubold', arial, sans-serif;
  margin: 0 0 1em;
  padding: 0.4em 0.8em;
  background-color: #0070BC;
  color: #fff;
}
.article_detail #left_bottom #external_articles .items {
  position: relative;
  overflow: hidden;
}
.article_detail #left_bottom #external_articles .item {
  overflow: hidden;
  padding-bottom: 28px;
  line-height: 1.1em;
}
.article_detail #left_bottom #external_articles .item h3 {
  float: right;
  width: 56.58914729%;
  margin: 0;
  font-size: 12px;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.article_detail #left_bottom #external_articles .item .image {
  float: left;
  width: 38.75968992%;
}
.article_detail #left_bottom #external_articles .item .more,
.article_detail #left_bottom #external_articles .item .perex,
.article_detail #left_bottom #external_articles .item .clear {
  display: none;
}
/* sklik */
.article_text_box {
  margin-bottom: 2em;
}
/* ==========================================================================
   Media query MIN-WIDTH 600px
   ========================================================================== */
@media only screen and (min-width: 600px) {
  #Three_col {
    display: block;
  }
  #Three_col .article_small {
    width: 45%;
    padding: 0 5% 0 0;
    border: none;
  }
  #Three_col .article_small:nth-of-type(1) {
    display: none;
  }
  .topic_banner {
    display: block !important;
  }
}
/* ==========================================================================
   Media query MIN-WIDTH 768px
   ========================================================================== */
@media only screen and (min-width: 768px) {
  .article_detail #left_bottom .wrapper_sub_info {
    overflow: hidden;
  }
  .article_detail #left_bottom .sub_title {
    width: 100%;
    float: left;
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  .article_detail #left_bottom h1,
  .article_detail #left_bottom h2 {
    clear: both;
    font-size: 1.7em;
    line-height: 1.2em;
  }
  .article_detail #left_bottom .atricle_date {
    float: right;
    margin: 0;
    color: #7d7d7d;
    font-size: 0.9em;
    line-height: auto;
  }
  .quotation {
    width: 298px;
    margin: 1em 1em 1em 0;
  }
  .related-articles .item {
    float: left;
    width: 46.90909091%;
  }
  .related-articles .item:nth-child(2n+1) {
    clear: left;
    margin-right: 2.90909091%;
  }
  #external_articles .item {
    float: left;
    width: 46.90909091%;
  }
  #external_articles .clearBefore {
    clear: left;
    margin-right: 2.90909091%;
  }
}
/* Obchodni sdeleni === */
#left_bottom > .article .section-10010,
#left_bottom > .article .section-10011,
#left_bottom > .article .section-10012,
#left_bottom > .article .section-10013,
#left_bottom > .article .section-10014,
#left_bottom > .article .section-10015 {
  position: relative;
  padding-top: 2em;
}
#left_bottom > .article .section-10010:after,
#left_bottom > .article .section-10011:after,
#left_bottom > .article .section-10012:after,
#left_bottom > .article .section-10013:after,
#left_bottom > .article .section-10014:after,
#left_bottom > .article .section-10015:after {
  content: "Obchodní sdělení";
  position: absolute;
  left: 0;
  top: 2em;
  right: 0;
  color: #fff;
  font-family: 'ubuntubold', arial, sans-serif;
  padding: 0.1em 2em;
}
#left_bottom > .article .section-10010:before,
#left_bottom > .article .section-10011:before,
#left_bottom > .article .section-10012:before,
#left_bottom > .article .section-10013:before,
#left_bottom > .article .section-10014:before,
#left_bottom > .article .section-10015:before {
  content: "Toto je obchodní sdělení. Redakce TN.cz neovlivňuje jeho obsah.";
  display: block;
  color: #fff;
  text-align: right;
  font-size: 14px;
  line-height: 1.5em;
  padding: 0.1em 1em 0.1em 10em;
  background-color: #0070bc;
  margin-bottom: 1em;
}
#left_bottom > .article .section-10013:after {
  content: "Tisková zpráva";
}
#left_bottom > .article .section-10013:before {
  content: "Toto je tisková zpráva. Redakce TN.cz neovlivňuje její obsah.";
  background-color: #000;
}
/* === Obchodni sdeleni */
/* ==========================================================================
   Media query MIN-WIDTH 1000px
   ========================================================================== */
@media only screen and (min-width: 1000px) {
  .article_detail #left_bottom h1,
  .article_detail #left_bottom h2 {
    clear: both;
    font-size: 2.4em;
    line-height: 1.2em;
  }
  .article_detail #left_bottom .related-articles,
  .article_detail #left_bottom #external_articles,
  .article_detail #left_bottom #AdTrackArticleBottom {
    float: right;
    width: 540px;
  }
  #Three_col .article_small {
    width: 29%;
    padding: 0 4% 0 0;
    border: none;
  }
  #Three_col .article_small:nth-of-type(1),
  #Three_col .article_small:nth-of-type(2) {
    padding: 0 5.7% 0 0;
    display: block;
  }
  .article_wrap,
  .article_detail .topics_list {
    float: right;
    width: 540px;
  }
}
/* ==========================================================================
   Media query MAX-WIDTH 320px
   ========================================================================== */
@media only screen and (max-width: 320px) {
  .topic_banner .standard {
    display: none;
  }
  .topic_banner .mobile {
    display: block;
  }
}
/* Left flow of article detail */
/* ==========================================================================
   Comment CSS structure

    - Comments
        - Layout
        - Top comments
        - All comments 
    - Media query MIN-WIDTH 768px     

   ========================================================================== */
/* ==========================================================================
   Comments
   ========================================================================== */
#comments,
#comments_form {
  padding-bottom: 1em;
}
.newcomment h3 {
  height: 23px;
  line-height: 23px;
  margin: 0 0 1px;
  padding: 7px 10px 4px;
  background: #0067be;
  color: #ffffff;
}
.newcomment {
  margin: 0 0 20px;
  overflow: hidden;
}
.newcomment .messenger-message {
  margin: 0 0 1px;
  padding: 5px 10px;
  background: #d30010;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.newcomment .messenger-success .messenger-message {
  background: #347b00;
}
.newcomment .errors {
  margin: 5px 0;
  padding: 0;
}
.newcomment .errors li {
  list-style-image: none;
  list-style-type: none;
  margin: 0 0 2px;
  padding: 5px 10px;
  background: #d30010;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.newcomment .anonymous .info {
  padding: 10px 0;
  font-size: 12px;
}
.newcomment .anonymous .fbLogin,
.newcomment .anonymous .login-btn {
  padding: 0.2em 0.5em;
  background: #0070bc;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  cursor: pointer;
  line-height: 24px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
  margin: 0 20px 0 0;
  display: block;
  float: left;
  line-height: 31px;
}
.newcomment .anonymous .fbLogin {
  margin-bottom: 0.5em;
}
.newcomment .anonymous .login-btn {
  margin: 0;
}
.newcomment .anonymous .fbLogin:hover,
.newcomment .anonymous .login-btn:hover {
  text-decoration: none;
  background: #01427a;
}
.newcomment .anonymous .fbLogin img {
  vertical-align: top;
}
.newcomment .comment_form h4 {
  padding: 30px 0 0 10px;
  margin: 0 0 1px;
  height: 20px;
  font-size: 14px;
  color: #0067be;
}
.newcomment .comment_form .login_info {
  padding: 10px 0 0;
  float: right;
  color: #7c7c7c;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}
.newcomment .comment_form .login_info strong {
  font-size: 14px;
  color: #0067be;
  display: block;
}
.newcomment .comment_form dl {
  margin: 0;
}
.newcomment .comment_form dt {
  display: none;
}
.newcomment .comment_form dd {
  margin: 0;
}
.newcomment .comment_form dd#text-element {
  border: 1px solid #0067be;
  margin: 0 0 10px;
  padding: 5px;
}
.newcomment .comment_form dd#text-element textarea {
  width: 100%;
  height: 80px;
  border: 0;
}
.newcomment .comment_form input#send {
  padding: 0;
  background: #0070bc;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  cursor: pointer;
  line-height: 24px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
  margin: 0;
  display: block;
  float: right;
  height: 28px;
  width: 73px;
}
.newcomment .comment_form input#send:hover {
  text-decoration: none;
  background: #01427a;
}
.newcomment .comment_form input#send[disabled="disabled"] {
  cursor: default;
  background: #80b8de;
}
.newcomment .comment_form input#send[disabled="disabled"]:hover {
  background: #80b8de;
}
.newcomment .comment_form .loader {
  display: none;
  margin: 0 auto;
}
.newcomment .comment_form .loader-loading {
  display: block;
}
.newcomment .comment_info {
  background: #ff0000;
  color: #ffffff;
  float: right;
  font-size: 10px;
  height: 27px;
  margin: 0 10px 0 0;
  padding: 1px 10px 0;
  position: relative;
  display: none;
}
.newcomment .comment_info i {
  display: block;
  position: absolute;
  border-left: 5px solid #ff0000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 50%;
  margin: -5px 0 0;
  right: -4px;
}
.comments_box h3 {
  color: #0070bc;
  font-size: 1em;
}
.comment {
  clear: both;
  padding: 1em 0;
  /* Layout
   ========================================================================== */
}
.comment .com_rating .score {
  background: transparent url('../images/sprite.png') no-repeat -16px -224px;
  padding: 4px 0 0 8px;
  height: 22px;
  font-size: 0.7em;
}
.comment .com_rating .dislike {
  background: transparent url('../images/sprite.png') no-repeat -16px -252px;
  padding: 4px 0 0 8px;
}
.comment .com_rating .score span {
  padding: 0 .4em 0 .2em;
  height: 17px;
  line-height: 17px;
  display: inline-block;
  text-align: center;
  background: #fff;
  -border-top-right-radius: 2px;
  -border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border: 1px solid #b2b2b2;
  border-left: none;
}
.comment .date {
  color: #7d7d7d;
}
.comment .name {
  color: #0070bc;
  font-weight: bold;
  font-size: 1.1em;
  display: block;
}
.comment .profile-image {
  float: left;
  width: 70px;
  min-height: 50px;
  display: block;
  text-align: right;
}
.comment .com_rating {
  width: 75px;
  float: right;
  position: relative;
}
.comment .com_rating .btn-yes {
  background: transparent url('../images/sprite.png') no-repeat left -227px;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 16px;
  cursor: pointer;
}
.comment .com_rating .btn-no {
  background: transparent url('../images/sprite.png') no-repeat left -260px;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 33px;
  width: 16px;
  cursor: pointer;
}
.comment .com_rating .disabled {
  opacity: 0.5;
  cursor: auto;
}
.comment .prof_data,
.comment .com_text {
  padding: 0 0.5em;
  margin: 0 80px 0 70px;
  font-size: 0.8em;
}
/* Top comments
   ========================================================================== */
.liked-comments {
  background: #e7f5ff;
  border-top: 2px #0070bc solid;
  border-bottom: 2px #0070bc solid;
}
.liked-comments .comment .com_rating .score {
  background: transparent url('../images/sprite.png') no-repeat left -164px;
  padding: 4px 0 0 29px;
}
.liked-comments .comment .com_rating .dislike {
  background: transparent url('../images/sprite.png') no-repeat left -191px;
  padding: 4px 0 0 28px;
}
.liked-comment-dislike {
  border-top: 1px #0070bc dotted;
}
/* All comments
   ========================================================================== */
.all_comments .comment {
  border-bottom: 1px #0070bc dotted;
}
.all_comments .comment .score {
  margin: 0 0 0 16px;
}
.all_comments .comment .dislike {
  margin: 25px 0 0 16px;
}
.all_comments .comment .com_rating {
  height: 50px;
}
/* ==========================================================================
   Media query MIN-WIDTH 768px
   ========================================================================== */
@media only screen and (min-width: 768px) {
  .comment .profile-image {
    width: 60px;
  }
  .comment .prof_data {
    float: left;
    width: 100px;
    margin: 0;
    overflow: hidden;
  }
  .comment .com_text {
    margin: 0 80px 0 180px;
    min-height: 32px;
    overflow: hidden;
  }
  .comment .com_text p {
    margin: 0;
  }
}
/* ==========================================================================
   Media query MIN-WIDTH 1000px
   ========================================================================== */
@media only screen and (min-width: 1000px) {
  #comments,
  #comments_form {
    float: right;
    width: 540px;
  }
}
/* Box comments */
/* ==========================================================================
   Social buttons CSS structure
 
    - Flat buttons (used in interviews and chat)   
    - Scroll buttons (used in detail of article)
        - Comment button
    - Media query MAX-WIDTH 330px  
    - Media query MIN-WIDTH 1000px
  
   ========================================================================== */
/* ==========================================================================
   Flat buttons (used in interviews and chat)
   ========================================================================== */
.social_buttons_flat {
  padding: 8px 0;
  margin-bottom: 1.5em;
  border-bottom: 1px #ccc solid;
}
.social_buttons_flat:after {
  content: "";
  display: block;
  clear: both;
}
.social_buttons_flat > div,
.social_buttons_flat > iframe {
  float: right !important;
}
.social_buttons_flat > div.clear {
  float: none !important;
}
.twitter-count-none {
  width: 96px;
  margin-right: 10px;
}
.fb-like,
.fb-send {
  margin-right: 10px;
}
.online-type-0 .social_buttons_flat {
  padding: 10px 163px 0 0;
  border-top: 1px #ccc solid;
  border-bottom: none;
  margin-bottom: 0.4em;
}
/* ==========================================================================
   Scroll buttons (used in detail of article)
   ========================================================================== */
#social_wrap {
  text-align: center;
  z-index: 10001;
}
.social_buttons {
  /* width: 331px;*/
  margin: 0 auto;
}
.fb-like,
.wrap_twitter_button,
.wrap_gplus_button {
  margin-right: 15px;
  display: block;
  float: left;
  height: 70px;
  width: auto !important;
}
.comment_button {
  display: block;
  float: left;
  height: 70px;
}
.article_detail #left_bottom .social_buttons iframe {
  max-width: none;
}
/*  Comment button
   ========================================================================== */
.comment_button {
  position: relative;
  width: 81px;
}
.comment_button:hover a {
  text-decoration: none;
}
.comment_button:hover .com_button {
  border: 1px #838383 solid;
}
.comment_button a {
  width: 81px;
  display: block;
}
.comment_button .com_bubble {
  display: block;
  line-height: 29px;
  height: 29px;
  background: #fff;
  border: 1px #ccc solid;
  border-radius: 2px;
}
.comment_button i {
  position: absolute;
  left: 34px;
  top: 30px;
  width: 12px;
  height: 6px;
  display: block;
  background: transparent url('../images/sprite.png') no-repeat -9px -289px;
}
.comment_button .com_button {
  display: block;
  margin: 7px 0 0 0;
  padding: 2px 5px;
  color: #535353;
  border: 1px #ccc solid;
  font-size: 0.8em;
  background: url('../images/bg_gradient.png') repeat-x 0 -80px;
}
/* ==========================================================================
   Media query MAX-WIDTH 360px
   ========================================================================== */
@media only screen and (max-width: 360px) {
  .fb-like,
  .wrap_twitter_button,
  .wrap_gplus_button {
    margin-right: 5px;
  }
}
/* ==========================================================================
   Media query MIN-WIDTH 1000px
   ========================================================================== */
@media only screen and (min-width: 1000px) {
  #social_wrap {
    position: relative;
    float: left;
    width: 100px;
  }
  .social_buttons {
    position: absolute;
    width: auto;
  }
  .social_buttons .fb-like,
  .social_buttons .wrap_twitter_button,
  .social_buttons .wrap_gplus_button,
  .social_buttons .comment_button {
    display: block;
    float: none;
    margin: 0 auto 20px auto !important;
    height: auto;
  }
  .social_buttons .fb-like {
    width: 92px;
  }
  .social_buttons .fb-like > span {
    width: 450px;
  }
  .social_buttons .wrap_twitter_button {
    width: 60px;
  }
  .social_buttons .wrap_gplus_button {
    width: 50px;
  }
  .comment_button {
    padding: 0;
  }
  .comment_button a {
    top: 0;
  }
}
/* Social buttons */
/* ==========================================================================
   Interview CSS structure
 
    - Common     
    - Stream - Prenos
        - Participants
        - Posts
    - Chat          
        - Participant   
        - Posts
        - Text area

   ========================================================================== */
/* ==========================================================================
   Common
   ========================================================================== */
.online-event {
  /* ==========================================================================
     Stream - Prenos
     ========================================================================== */
  /* Participants
     ========================================================================== */
  /* Posts
     ========================================================================== */
  /* ==========================================================================
     Chat
     ========================================================================== */
  /* Participant
     ========================================================================== */
  /* Posts
     ========================================================================== */
  /* Text area
     ========================================================================== */
}
.online-event .header_right {
  float: none;
}
.online-event .header_left {
  width: 100%;
  float: none;
}
.online-event .header_left h1 {
  margin-bottom: 0;
}
.online-event .header_left .btn_blue {
  cursor: auto;
  line-height: normal;
  display: inline-block;
}
.online-event .subtitle {
  color: #0070bc;
  font-family: 'ubuntumedium', arial, sans-serif;
  font-size: 1em;
}
.online-event .scheduled {
  color: #7d7d7d;
  font-size: 0.8em;
  padding: 1em 0;
  display: block;
}
.online-event .description {
  clear: both;
  margin-bottom: 0.15em;
  font-size: 0.8em;
  overflow: hidden;
}
.online-event .description img {
  float: left;
  margin: 0 12px 10px 0;
}
.online-event .description ul,
.online-event .description ol {
  padding: 0 0 0 12px;
}
.online-event .description a {
  text-decoration: underline;
}
.online-event .description a:hover {
  text-decoration: none;
}
.online-event .will-start {
  padding: 1em;
  margin-bottom: 1.5em;
  background: #e7f5ff;
  color: #0070bc;
  font-family: 'ubuntumedium', arial, sans-serif;
  font-size: 1em;
}
.online-event #online-refresh {
  text-align: center;
  margin-bottom: 1.5em;
}
.online-event #online-refresh .button {
  width: 95px;
  display: block;
  margin: 0 auto;
}
.online-event #online-refresh .button:hover {
  text-decoration: none;
  cursor: pointer;
}
.online-event #online-refresh .button:hover .text {
  text-decoration: underline;
}
.online-event #online-refresh .loader {
  display: block;
  margin: 0 auto 4px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  background: url('../images/loader_green.png') no-repeat;
}
.online-event #online-refresh .loading {
  background: url('../images/loader_green.gif') no-repeat;
}
.online-event #online-refresh .text {
  color: #0067be;
  font-size: 16px;
}
.online-event .status_title {
  text-align: center;
  color: #7d7d7d;
}
.online-event .event-status {
  font-weight: bold;
  color: #0070bc;
  text-align: center;
  font-size: 3em;
}
.online-event .event-status .score-message {
  color: #000000;
  font-size: 15px;
  font-weight: normal;
}
.online-event .online-type-0 .description {
  padding: 1.5em;
  background: #e7f5ff;
}
.online-event .online-type-0 .participants {
  padding: 1.5em 15%;
  overflow: hidden;
  background: url('../images/bg_gradient.png') repeat-x 0 -105px;
  border-top: 1px #d5d5d5 solid;
}
.online-event .online-type-0 .participant {
  position: relative;
  float: right;
  width: 112px;
  padding: 0 0 0 3px;
  text-align: center;
}
.online-event .online-type-0 .participant:first-child {
  float: left;
  padding: 0 3px 0 0 ;
}
.online-event .online-type-0 .participant i {
  position: absolute;
  left: -9px;
  right: 0;
  top: 30px;
  display: block;
  margin: -8px 0 0 0;
  height: 1px;
  width: 1px;
  border-right: 9px solid #0070bc;
  border-top: 8px solid #f7f7f7;
  border-bottom: 8px solid #f7f7f7;
}
.online-event .online-type-0 .participant:first-child i {
  right: -9px;
  left: auto;
  border-right: none;
  border-left: 9px solid #0070bc;
  border-top: 8px solid #f7f7f7;
  border-bottom: 8px solid #f7f7f7;
}
.online-event .online-type-0 .participant .part_image img {
  width: 110px;
  height: 60px;
}
.online-event .online-type-0 .participant .participant-description {
  display: none;
}
.online-event .online-posts > div {
  clear: both;
  margin: 0 0 1.5em 0;
}
.online-event .online-posts .side {
  position: relative;
  width: 50px;
  float: left;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  background: #0070bc;
  color: #fff;
}
.online-event .online-posts .side i {
  position: absolute;
  right: -9px;
  top: 50%;
  display: block;
  margin: -8px 0 0 0;
  height: 1px;
  width: 1px;
  border-left: 8px solid #0067be;
  border-top: 8px solid #ffffff;
  border-bottom: 8px solid #ffffff;
}
.online-event .online-posts .message {
  min-height: 33px;
  margin-left: 70px;
  padding: 0.5em;
  overflow: hidden;
  border: 1px #0070bc solid;
  font-size: 0.9em;
}
.online-event .online-posts .message a {
  color: #0070bc;
  text-decoration: underline;
}
.online-event .online-posts .message a:hover {
  text-decoration: none;
}
.online-event .online-posts .message iframe {
  /*          margin: 1em 5%;
          width: 90%;       */
}
.online-event .online-posts .message iframe.twitter-tweet {
  width: 554px !important;
  margin: 10px auto !important;
  clear: both;
}
.online-event .online-posts .message .fb_iframe_widget {
  display: block;
  margin: 0 !important;
  clear: both;
}
.online-event .online-posts .message .fb_iframe_widget span {
  margin: 0 auto;
  display: block;
}
.online-event .online-posts .message .flash-notice h2 {
  font-size: 17px;
}
.online-event .online-posts .message .icon {
  float: left;
  margin-right: 1em;
}
.online-event .online-posts .message .icon img {
  width: 50px;
  margin-bottom: 1em;
}
.online-event .online-posts .message .title {
  font-weight: bold;
}
.online-event .online-posts #end-post .side {
  background: #ffffff;
  border: 1px solid #0070bc;
  line-height: 48px;
  width: 48px;
  color: #0067be;
  line-height: 33px;
}
.online-event .online-posts #end-post .side .time {
  display: inline-block;
  max-width: 50px;
  overflow: hidden;
}
.online-event .online-posts #end-post .side i {
  right: -10px;
}
.online-event .online-posts #end-post .side i:after {
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  display: block;
  margin: -9px 0 0 0;
  height: 1px;
  width: 1px;
  border-left: 8px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.online-event .online-posts #end-post .message {
  border: 1px solid #0070bc;
  background: #0070bc;
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  .online-event iframe.twitter-tweet {
    width: 100% !important;
  }
}
.online-event .online-type-2 .online-posts .posts_wrap .online-message-2 .side {
  background: transparent;
  color: #000;
  line-height: 40px;
  text-align: right;
}
.online-event .online-type-2 .online-posts .posts_wrap .online-message-2 .side .time {
  display: inline;
}
.online-event .online-type-2 .participant,
.online-event .online-type-1 .participant {
  /*margin-bottom: 1.5em;*/
  padding: 1.5em;
  clear: both;
  overflow: hidden;
  background: #e7f5ff;
  font-size: 0.9em;
}
.online-event .online-type-2 .participant .part_image,
.online-event .online-type-1 .participant .part_image {
  float: left;
  width: 48%;
}
.online-event .online-type-2 .participant .part_image img,
.online-event .online-type-1 .participant .part_image img {
  width: 100%;
  height: auto;
}
.online-event .online-type-2 .participant .participant-title,
.online-event .online-type-1 .participant .participant-title {
  float: right;
  width: 48.48%;
  color: #0070bc;
}
.online-event .online-type-2 .participant .participant-description,
.online-event .online-type-1 .participant .participant-description {
  float: right;
  width: 48.48%;
  clear: right;
}
.online-event .online-posts .posts_wrap {
  margin: 0 0 2.5em 0;
  border-top: 3px #0070bc solid;
  line-height: 1.3em;
}
.online-event .online-posts .posts_wrap .title {
  color: #0070bc;
}
.online-event .online-posts .posts_wrap .message {
  border: none;
}
.online-event .online-posts .posts_wrap .time,
.online-event .online-posts .posts_wrap .source {
  display: none;
}
.online-event .online-posts .posts_wrap > div:first-child {
  margin-bottom: 10px;
}
.online-event .online-posts .posts_wrap > div:first-child i {
  display: none;
}
.online-event .online-posts .posts_wrap > div ~ div {
  padding: 0.7em 0.7em 0.7em 0em;
  color: #0070bc;
  background: #e7f5ff;
}
.online-event .online-posts .posts_wrap > div ~ div .icon {
  display: none;
}
.online-event .online-posts .posts_wrap .side i {
  right: -50px;
  top: -15px;
  border-top: none;
  border-left: 11px solid #fff;
  border-bottom: 11px solid #e7f5ff;
  border-right: 11px solid #fff;
}
.online-event .anonymous_box {
  padding: 1em 1em 1em 3.2em;
  margin-bottom: 1.5em;
  border: 1px #0070bc solid;
  text-align: center;
  position: relative;
  /*   .sprite ( transparent, 10px -489px);    */
}
.online-event .anonymous_box:after {
  background: transparent url('../images/sprite.png') no-repeat 0px -502px;
  display: block;
  width: 30px;
  height: 24px;
  position: absolute;
  top: 16px;
  left: 10px;
  content: "";
}
.online-event .anonymous_box input {
  border: 1px solid #cbcbcb;
}
.online-event .anonymous_box .anonymous-info {
  display: inline-block;
  padding: 0 0.3em 0.3em 0;
  font-size: 0.7em;
  color: #444444;
}
.online-event .anonymous_box .anonymous-info b {
  color: #000000;
}
.online-event .anonymous_box .anonymous {
  display: block;
  margin: 0 0 16px;
}
.online-event .anonymous_box .btn_blue {
  line-height: 16px;
  padding-left: 33px;
  display: inline-block;
  white-space: nowrap;
  background: #0070bc url('../images/sprite.png') no-repeat 2px -93px;
}
.online-event .anonymous_box .btn_blue:hover {
  background: #01427a url('../images/sprite.png') no-repeat 2px -93px;
  text-decoration: none;
}
.online-event .facebook_login {
  display: inline-block;
  margin: 0 2px 6px 0;
}
.online-event .facebook_login .fbLogin {
  border-radius: 2px;
  background: #4c69ba;
  background: -moz-linear-gradient(top, #4c69ba 0%, #3b55a0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c69ba), color-stop(100%, #3b55a0));
  background: -webkit-linear-gradient(top, #4c69ba 0%, #3b55a0 100%);
  background: -o-linear-gradient(top, #4c69ba 0%, #3b55a0 100%);
  background: -ms-linear-gradient(top, #4c69ba 0%, #3b55a0 100%);
  background: linear-gradient(to bottom, #4c69ba 0%, #3b55a0 100%);
  padding: 5px 6px 3px 4px;
  line-height: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 -1px 0 #354c8c;
  outline: 0;
  border: 0;
}
.online-event .facebook_login .fbLogin:hover {
  text-decoration: none;
  background: #5b7bd5;
  background: -moz-linear-gradient(top, #5b7bd5 0%, #4864b1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b7bd5), color-stop(100%, #4864b1));
  background: -webkit-linear-gradient(top, #5b7bd5 0%, #4864b1 100%);
  background: -o-linear-gradient(top, #5b7bd5 0%, #4864b1 100%);
  background: -ms-linear-gradient(top, #5b7bd5 0%, #4864b1 100%);
  background: linear-gradient(to bottom, #5b7bd5 0%, #4864b1 100%);
}
.online-event .facebook_login .fbLogin img {
  vertical-align: top;
}
.online-event .textarea_wrap {
  padding: 10px;
  margin-bottom: 1.5em;
  overflow: hidden;
  background: #efefef;
}
.online-event .textarea_wrap textarea {
  width: 95%;
  min-height: 100px;
  display: block;
  margin: 0 auto 10px auto;
  padding: 2%;
  resize: none;
  border: 1px #cbcbcb solid;
  font-size: 0.8em;
}
.online-event .textarea_wrap button {
  float: right;
  padding: 0.3em 1em;
  background: #0070bc;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  cursor: pointer;
  line-height: 24px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
  line-height: 16px;
}
.online-event .textarea_wrap button:hover {
  text-decoration: none;
  background: #01427a;
}
@media only screen and (min-width: 1000px) {
  .online-event .anonymous_box {
    text-align: left;
  }
  .online-event .anonymous_box .anonymous-info {
    padding: 0 0 0.3em 0;
    width: 235px;
  }
}
/* Interview, chat */
/* ==========================================================================
   Gallery CSS structure

	- Common
	   - Controls and Info
	   - Image adujst
	   		- Align image by vertical   
	- Basic layout Media query MAX-WIDTH 599px
		- Layout by vertical 
		- Hide boxes	

   ========================================================================== */
/* helper */
.gallery_bg .imginfo {
  position: absolute;
  left: 10px;
  display: block;
  padding: 2px 9px;
  color: #fff;
  font-size: .7em;
  background: url('../images/opacity.png') repeat;
  visibility: visible;
  opacity: 1;
}
.gallery_bg .imginfo a {
  color: #fff;
  text-decoration: underline;
}
.gallery_bg .imginfo a:hover {
  text-decoration: none;
}
.gallery_bg .advert {
  margin: 0 15px;
  position: relative;
  max-width: 300px;
}
.gallery_bg .advert #rectangle_1 .banner {
  max-width: 100%;
  margin: 0;
}
.gallery_bg .advert img {
  max-width: 100%;
  height: auto;
}
/* end helper */
/* ==========================================================================
   Common 
   ========================================================================== */
html {
  height: 100%;
}
body.gallery_bg {
  background: #37414b;
  color: #fff;
  height: 100%;
  padding: 0;
  margin: 0;
  /*
	.prewrap {
		width: 100%;
		height: 100%;
		display: table; 
	}
	.wrap {
		display: table-cell;
		vertical-align: middle;
	}*/
}
.gallery_bg ul {
  padding: 0;
  margin: 0;
}
.gallery_bg li {
  list-style: none;
}
.gallery_bg .image .loaderWrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery_bg .image .loaderWrap .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
#gallery-container.loading .loaderWrap {
  visibility: visible;
  opacity: 1;
}
#gallery-container,
#gallery-box {
  height: 100%;
}
.gallery_right {
  background: #1a2129;
}
#gallery-container #rel-galleries {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  overflow: auto;
  background-color: #32373e;
}
#gallery-container #rel-galleries #rel-prewrap {
  display: table;
  width: 100%;
  height: 100%;
}
#gallery-container #rel-galleries #rel-prewrap:before,
#gallery-container #rel-galleries #rel-prewrap:after {
  display: table-cell;
  content: " ";
}
#gallery-container #rel-galleries #rel-wrap {
  width: 83.07155323%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  /*margin-left: ((100%-95200/1146)/2);*/
}
#gallery-container #rel-galleries #rel-back {
  z-index: 30;
  cursor: pointer;
}
#gallery-container #rel-galleries h2 {
  color: #fefefe;
  font-family: 'ubuntubold', arial, sans-serif;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 0.5em;
}
#gallery-container #rel-galleries ul {
  margin: 0 -4px -1em -4px;
}
#gallery-container #rel-galleries li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 33.33333333%;
  padding: 0 4px 1em 4px;
}
#gallery-container #rel-galleries .rel-img {
  position: relative;
  display: block;
  max-width: 100%;
  border: 1px solid #fff;
}
#gallery-container #rel-galleries .rel-img img {
  display: block;
  max-width: 100%;
}
#gallery-container #rel-galleries h3 {
  font-weight: normal;
  font-size: 10px;
}
#gallery-container #rel-galleries h3 a {
  display: block;
  color: #8bcdff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  /*text-decoration: none;
			&:hover { text-decoration: underline; }*/
}
#gallery-container #rel-galleries li + li + li + li {
  display: none;
}
#gallery-container #rel-galleries h3 a {
  white-space: normal;
  height: 1.25em;
}
/*  Controls and Info
   ========================================================================== */
.gallery_bg .btn_prev,
.gallery_bg .btn_next {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
}
.gallery_bg .btn_next {
  left: auto;
  right: 0;
}
.gallery_bg .btn_prev div,
.gallery_bg .btn_next div {
  position: relative;
  top: -27px;
  width: 55px;
  height: 57px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.25;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery_bg .btn_prev div:hover,
.gallery_bg .btn_next div:hover {
  opacity: 0.75;
}
.gallery_bg .btn_prev div i,
.gallery_bg .btn_next div i {
  color: #fff;
  position: absolute;
  text-align: center;
  left: 0;
  right: 2px;
  top: 50%;
  font-size: 68px;
  line-height: 1em;
  margin-top: -0.54em;
}
.gallery_bg .btn_next div i {
  right: 0;
  left: 2px;
}
.gallery_bg .btn_related div {
  width: 68px;
}
.gallery_bg .btn_related div i {
  font-size: 44px;
}
.gallery_bg .btn_related + .btn_next {
  visibility: hidden;
  opacity: 0;
}
.gallery_bg .btn_close a {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 40;
  padding: 10px 10px 10px 0;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 2px #000;
}
.gallery_bg .btn_close a i {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 0.5em;
  color: #fff;
  font-size: 1.2em;
}
/* ==========================================================================
   Image adujst
   ========================================================================== */
.gallery_bg .image a {
  display: inline;
}
.gallery_bg .image img {
  width: 100%;
  height: auto;
}
/*  Align image by vertical 
   ========================================================================== */
.gallery_bg .vertical .image img {
  width: auto;
  height: 100%;
}
.gallery_bg .vertical .image {
  height: 100%;
  display: block;
}
.gallery_bg .vertical .valign {
  display: inline;
}
/* ==========================================================================
   Basic layout Media query MAX-WIDTH 599px
   ========================================================================== */
@media only screen and (max-width: 599px) {
  .gallery_bg {
    /*  Layout by vertical 
		   ========================================================================== */
    /*  Hide boxes 
		   ========================================================================== */
  }
  .gallery_bg .gal_title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 40;
    max-width: 60%;
    padding: 5px;
    font-size: .8em;
    background: url('../images/opacity.png') repeat;
  }
  .gallery_bg .gal_title h1 {
    font-size: 1em;
  }
  .gallery_bg .gal_title > span {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .gallery_bg .prewrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: table;
  }
  .gallery_bg .wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
  }
  .gallery_bg .vertical .wrap {
    position: fixed;
    display: block;
    vertical-align: auto;
    height: 100%;
  }
  .gallery_bg .gal_controls .btn_window,
  .gallery_bg .features .ranking,
  .gallery_bg .social,
  .gallery_bg .advert,
  .gallery_bg .img_slider,
  .gallery_bg .img_description {
    display: none;
  }
}
/* ==========================================================================
   Media query MIN-WIDTH 600px
   ========================================================================== */
@media only screen and (min-width: 600px) {
  /*  Layout 
	========================================================================== */
  body.full_gallery,
  body.full_gallery > .ui-page,
  .gallery_bg .prewrap,
  .gallery_bg .wrap,
  .gallery_bg .gallery_right {
    height: 100%;
  }
  .gallery_bg {
    /** bottom slider **/
  }
  .gallery_bg .imginfo {
    bottom: 10px;
    top: auto;
  }
  .gallery_bg .gal_header,
  .gallery_bg .image,
  .gallery_bg .img_slider {
    position: relative;
    width: 65.625%;
    /* float: left; */
    margin: 0 1.953125%;
  }
  .gallery_bg .image {
    display: table;
    margin-bottom: 2px ;
    background: #2f363c;
    border: 1px #949ea8 solid;
    text-align: center;
  }
  .gallery_bg .valign {
    display: table-cell;
    vertical-align: middle;
  }
  .gallery_bg .gallery_right {
    position: relative;
    width: 30.078125%;
    float: right;
  }
  .gallery_bg .img_slider {
    height: 83px;
    white-space: nowrap;
  }
  .gallery_bg .img_slider .img_slider_inner {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
    margin: 0 0 0 -3px;
  }
  .gallery_bg .img_slider li {
    display: inline;
  }
  /*  Header 
	========================================================================== */
  .gallery_bg .gal_title {
    overflow: hidden;
  }
  .gallery_bg .gal_title h1 {
    font-size: 1.1em;
    font-weight: normal;
    margin-right: 5em;
  }
  .gallery_bg .gal_title > span {
    float: right;
    margin: 0.67em 0;
    font-size: 120%;
  }
  .gallery_bg .gal_title span[data-bind=current-image-number]:after {
    content: " / ";
    display: inline;
    color: #7FD0FD;
  }
  /*  Gallery controls 
	========================================================================== */
  .gallery_bg .gal_controls {
    overflow: hidden;
  }
  .gallery_bg .gal_controls li {
    width: 60%;
    display: block;
    float: left;
  }
  .gallery_bg .gal_controls li span {
    white-space: nowrap;
  }
  .gallery_bg .gal_controls li.btn_close {
    width: 40%;
    text-align: right;
    float: right;
  }
  .gallery_bg .gal_controls a {
    color: #7fd0fd;
    font-size: 90%;
  }
  .gallery_bg .btn_close a {
    position: static;
    display: block;
    background-position: right 8px;
    background-size: 50% auto;
    font-weight: normal;
  }
  .gallery_bg .btn_window a {
    display: block;
    padding-right: 28px;
    padding: 10px 0 10px 14px;
    background-size: 41px auto;
  }
  .gallery_bg .btn_window a i {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 0.5em;
    color: #fff;
    font-size: 1.2em;
  }
  /*  Right gallery panel 
	========================================================================== */
  .full_gallery ul.gal_controls,
  .gallery_bg .img_description,
  .gallery_bg .features {
    padding: 0 15px;
  }
  .gallery_bg .img_description h2 {
    font-size: 1.1em;
    font-weight: normal;
  }
  /*  Ranking
	========================================================================== */
  .gallery_bg .ranking {
    padding: 6px 12px;
    display: inline-block;
    color: #fff;
    background: #000;
    font-size: 0.8em;
    margin: 2em 0 0 0;
  }
  .gallery_bg .ranking h4 {
    display: inline;
    margin: 0;
  }
  .gallery_bg .ranking .rating-v2 {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .gallery_bg .social {
    display: inline-block;
    vertical-align: top;
    margin: 2em 0.5em 0.5em 0;
  }
  /*  Bottom Slider 
	========================================================================== */
  .gallery_bg .img_slider {
    position: relative;
  }
  .gallery_bg .img_slider ul {
    display: inline-block;
  }
  .gallery_bg .img_slider li {
    padding: 0 3px;
  }
  .gallery_bg .img_slider li a {
    display: inline-block;
    position: relative;
  }
  .gallery_bg .img_slider li a.active:after {
    content: "▲";
    font-family: 'icons', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    line-height: 10px;
    text-align: center;
  }
  .gallery_bg .img_slider li a img {
    display: block;
    max-height: 90%;
    border: 1px solid #fff;
  }
  .gallery_bg .img_slider .btn_prev_slider,
  .gallery_bg .img_slider .btn_next_slider {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    z-index: 3;
    width: 22px;
    height: 22px;
    display: block;
    text-indent: -9999px;
    background: transparent url('../images/sprite_gallery.png') no-repeat left -282px;
  }
  .gallery_bg .img_slider .btn_next_slider {
    left: auto;
    right: 0;
    background: transparent url('../images/sprite_gallery.png') no-repeat left -241px;
  }
  .gallery_bg .img_slider .img_slider_content {
    position: relative;
  }
}
/* ==========================================================================
   Media query MIN-WIDTH 1000px
   ========================================================================== */
@media only screen and (min-height: 550px) and (min-width: 700px) {
  #gallery-container #rel-galleries h3 a {
    white-space: nowrap;
    height: auto;
  }
  #gallery-container #rel-galleries li + li + li + li {
    display: inline-block;
  }
  #gallery-container #rel-galleries li + li + li + li + li + li + li {
    display: none;
  }
}
@media only screen and (min-height: 650px) and (min-width: 1000px) {
  #gallery-container #rel-galleries h3 a {
    font-weight: 'ubuntubold', arial, sans-serif;
    font-size: 12px;
    white-space: normal;
    overflow: visible;
  }
  #gallery-container #rel-galleries li {
    width: 160px;
  }
  #gallery-container #rel-galleries li + li + li + li + li + li + li {
    display: inline-block;
  }
}
/* Gallery in detail od article and gallery detail */
/* ==========================================================================
   Search CSS structure

    - Results

   ========================================================================== */
/* ==========================================================================
   Results
   ========================================================================== */
.subsite_id_744 #right_top {
  display: none;
}
#search-results h1 {
  font-weight: normal;
}
#search-summary {
  font-size: 20px;
  color: #0070bc;
}
#search-summary .divider {
  font-family: 'ubuntumedium', arial, sans-serif;
  font-size: 30px;
}
#search-summary .term {
  display: inline-block;
  vertical-align: middle;
  font-family: 'ubuntubold', arial, sans-serif;
  font-size: 30px;
  color: #fff;
  padding: 0 0.25em;
  background: #0070bc;
}
.search-results-topics {
  font-size: 14px;
  color: #0067be;
}
.search-results-topics a {
  text-decoration: none;
}
.search-results-topics a span {
  color: #0067be;
  text-decoration: underline;
  font-weight: bold;
}
.search-results-topics a span:hover {
  text-decoration: none;
}
.search-results-topics a + a:before {
  content: ", ";
  position: relative;
  margin-left: -0.35em;
}
.search-results-topics a:hover {
  text-decoration: none;
}
#Frontend_Box_Topic_Related h1 {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 600px) {
  .subsite_id_744 #right_top {
    display: block;
  }
}
/* Search results */
/* ==========================================================================
   TV Archive
   ========================================================================== */
#tv-archiv {
  margin: 0 8px;
}
#tv-archiv h1 {
  font-size: 2.4em;
  font-family: 'ubuntubold', arial, sans-serif;
  font-weight: normal;
  color: #000;
}
#tv-archiv #archive-serie-picker li:after {
  display: none;
  width: 0px;
  height: 0px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 0px;
  border-style: solid;
  border-width: 0;
  border-color: #bbb transparent transparent transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#tv-archiv #archive-serie-picker strong {
  font-family: 'ubuntubold', arial, sans-serif;
  font-weight: normal;
}
#tv-archiv #archive-serie-picker ul {
  margin-top: 0;
}
#tv-archiv #archive-serie-picker li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 8px 8px;
  margin-bottom: 12px;
  text-align: center;
  list-style: none;
  font-size: 12px;
  border: 1px solid #bbb;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#tv-archiv #archive-serie-picker li img {
  display: none;
  margin-bottom: 4px;
}
#tv-archiv #archive-serie-picker li br {
  display: none;
}
#tv-archiv #archive-serie-picker li a {
  display: block;
  text-decoration: none;
}
#tv-archiv[data-url="/tv-archiv/televizni-noviny"] #archive-serie-picker .televizni-noviny,
#tv-archiv[data-url="/tv-archiv/vikend"] #archive-serie-picker .vikend,
#tv-archiv[data-url="/tv-archiv/strepiny"] #archive-serie-picker .strepiny,
#tv-archiv[data-url="/tv-archiv/koreni"] #archive-serie-picker .koreni,
#tv-archiv[data-url="/tv-archiv/prask"] #archive-serie-picker .prask,
#tv-archiv[data-url="/tv-archiv/vase-tema"] #archive-serie-picker .vase-tema,
#tv-archiv[data-url="/tv-archiv"] #archive-serie-picker .all,
#tv-archiv #archive-serie-picker li:hover {
  background-color: #0070bc;
  border-color: #0070bc;
}
#tv-archiv[data-url="/tv-archiv/televizni-noviny"] #archive-serie-picker .televizni-noviny:after,
#tv-archiv[data-url="/tv-archiv/vikend"] #archive-serie-picker .vikend:after,
#tv-archiv[data-url="/tv-archiv/strepiny"] #archive-serie-picker .strepiny:after,
#tv-archiv[data-url="/tv-archiv/koreni"] #archive-serie-picker .koreni:after,
#tv-archiv[data-url="/tv-archiv/prask"] #archive-serie-picker .prask:after,
#tv-archiv[data-url="/tv-archiv/vase-tema"] #archive-serie-picker .vase-tema:after,
#tv-archiv[data-url="/tv-archiv"] #archive-serie-picker .all:after,
#tv-archiv #archive-serie-picker li:hover:after {
  bottom: -12px;
  margin-left: -12.5px;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #0070bc transparent transparent transparent;
}
#tv-archiv[data-url="/tv-archiv/televizni-noviny"] #archive-serie-picker .televizni-noviny a,
#tv-archiv[data-url="/tv-archiv/vikend"] #archive-serie-picker .vikend a,
#tv-archiv[data-url="/tv-archiv/strepiny"] #archive-serie-picker .strepiny a,
#tv-archiv[data-url="/tv-archiv/koreni"] #archive-serie-picker .koreni a,
#tv-archiv[data-url="/tv-archiv/prask"] #archive-serie-picker .prask a,
#tv-archiv[data-url="/tv-archiv/vase-tema"] #archive-serie-picker .vase-tema a,
#tv-archiv[data-url="/tv-archiv"] #archive-serie-picker .all a,
#tv-archiv #archive-serie-picker li:hover a {
  color: #fff;
}
#tv-archiv #archive-items li {
  padding: 0 2%;
  margin-top: 2em;
  list-style: none;
}
#tv-archiv #archive-items li .image {
  width: 100%;
}
/* ==========================================================================
   Media query MIN-WIDTH 600px
   ========================================================================== */
@media only screen and (min-width: 600px) {
  #tv-archiv #archive-items {
    margin: 0 -2% 24px;
  }
  #tv-archiv #archive-items li {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 46%;
    padding: 0 2%;
  }
}
/* ==========================================================================
   Header contact box ( MIN-WIDTH 768px)
   ========================================================================== */
/* ==========================================================================
   Header contact box ( MIN-WIDTH 1000px)
   ========================================================================== */
@media only screen and (min-width: 1000px) {
  #tv-archiv #archive-serie-picker li img,
  #tv-archiv #archive-serie-picker li br {
    display: inline-block;
  }
  #tv-archiv #archive-serie-picker .all a {
    padding: 40px 1.5em 0;
  }
  #tv-archiv #archive-serie-picker li:after {
    display: block;
  }
  #tv-archiv #archive-items {
    margin: 0 -1.51515152% 24px;
  }
  #tv-archiv #archive-items li {
    width: 30.3030303%;
    padding: 0 1.36363636%;
  }
}
/* TV Archiv */
/* Weather forecast */
.weather_forecast {
  margin: 0 0 10px;
}
.forecast_term_nav {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.forecast_term_nav li {
  float: left;
  width: 13.6%;
  max-width: 75px;
  overflow: hidden;
  list-style-type: none;
}
.forecast_term_nav li .pictogram {
  width: 100%;
  position: relative;
  text-align: center;
  background: #ffffff;
  border-bottom: 1px solid #0067be;
}
.forecast_term_nav li .pictogram img {
  max-width: 100%;
  margin: 0 auto;
}
.forecast_term_nav li .pictogram i {
  display: none;
}
.forecast_term_nav li .date {
  display: table;
  height: 67px;
  width: 100%;
  font-size: 0.875em;
}
.forecast_term_nav li .date span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.forecast_term_nav li .date span strong {
  display: block;
}
.forecast_term_nav li:first-child {
  background: #f0f0f0;
}
.forecast_term_nav li:first-child .pictogram i {
  display: block;
  position: absolute;
  border-top: 8px solid #0067be;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  margin: 0 0 0 -8px;
  bottom: -8px;
}
.forecast_term_nav li.separator {
  width: 0.8%;
  height: 10px;
}
.forecast_map_nav {
  height: 28px;
  display: table;
  width: 100%;
  margin: 0 0 8px;
}
.forecast_map_nav li {
  display: table-cell;
}
.forecast_map_nav li a {
  display: block;
  position: relative;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin: 0 2px 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  background-color: #1885e2;
  background-repeat: no-repeat;
  background-position: 0 28px;
  background-image: url(/static/cz/microsites/tn/images/ico_weather_forecast.png);
}
.forecast_map_nav li a i {
  display: none;
}
.forecast_map_nav li a span {
  display: none;
}
.forecast_map_nav li a#map_basic_forecast {
  background-position: 50% 0;
}
.forecast_map_nav li a#map_precipitation_amount {
  background-position: 50% -28px;
}
.forecast_map_nav li a#map_cloud_coverage {
  background-position: 50% -56px;
}
.forecast_map_nav li a#map_temperatures {
  background-position: 50% -84px;
}
.forecast_map_nav li a:hover {
  background-color: #0067be;
}
.forecast_map_nav li a.selected {
  background-color: #0067be;
}
.forecast_map_nav li a.selected i {
  display: block;
  position: absolute;
  border-bottom: 13px solid #0067be;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  left: 11px;
  top: -13px;
}
.forecast_map_nav li.mapy_cz {
  width: 20%;
  vertical-align: bottom;
  text-align: right;
}
.forecast_map_nav li.mapy_cz a {
  display: inline;
  position: relative;
  height: auto;
  line-height: auto;
  padding: 0;
  margin: 0;
  background: transparent;
}
.forecast_map {
  display: block;
  height: 350px;
  position: relative;
  margin: 0 0 2px;
}
.forecast_map [src*="logo.png"] {
  display: none;
}
.forecast_map .marker .info {
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  width: 57px;
  height: 57px;
}
.forecast_map .marker .info span {
  display: block;
  width: 40px;
  height: 15px;
  line-height: 15px;
  color: #ffffff;
  font-size: 10px;
}
.forecast_map .forecast_map_bubble li {
  background: #f1f1f1;
  display: table;
  width: 100%;
  margin: 0 0 1px;
}
.forecast_map .forecast_map_bubble li span {
  display: table-cell;
  width: 28%;
  padding: 0 14px;
  vertical-align: middle;
}
.forecast_map .forecast_map_bubble li span ~ span ~ span {
  color: #0067be;
}
.forecast_map .temperaturescale {
  position: absolute;
  bottom: 17px;
  left: 0;
  max-width: 100%;
}
.forecast_info {
  padding: 5px 0;
  font-size: 0.75em;
  border-top: 1px solid #cecece;
}
.forecast_info .tip {
  display: block;
  color: #0067be;
}
.forecast_info .more a {
  float: right;
  padding: 3px 10px;
  margin: 0 0 0 15px;
  border: 1px solid #0067be;
  font-size: 1em;
  color: #0067be;
}
.forecast_actual_feed {
  margin-bottom: 1.5em;
  overflow: hidden;
}
.forecast_actual_feed li {
  padding: 0 0 1.3em 0;
  margin: 0 0 1.3em 0;
  overflow: hidden;
  border-bottom: 1px #0070bc dotted;
  font-size: 0.75em;
  line-height: 1.4;
}
.forecast_actual_feed li strong {
  font-size: 1em;
  font-weight: bold;
  display: block;
}
.forecast_actual_feed h2 {
  padding: 4px 6px;
  margin: 0 0 1.3em 0;
  font-size: 1em;
  font-weight: normal;
  font-family: 'ubuntumedium', arial, sans-serif;
  color: #fff;
  background: #0070bc;
}
.forecast_actual_feed .button {
  float: right;
  padding: 0.3em 1em;
  background: #0070bc;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  cursor: pointer;
  line-height: 24px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
  line-height: 16px;
}
.forecast_actual_feed .button:hover {
  text-decoration: none;
  background: #01427a;
}
@media only screen and (min-width: 600px) {
  .forecast_map_nav li a {
    background-image: none;
  }
  .forecast_map_nav li a span {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .forecast_term_nav li .date {
    font-size: 1em;
  }
  .forecast_map_nav li a {
    padding: 0 10px 0 40px;
    background-image: url(/static/cz/microsites/tn/images/ico_weather_forecast.png);
  }
  .forecast_map_nav li a span {
    display: block;
  }
  .forecast_map_nav li a#map_basic_forecast {
    background-position: 0 0;
  }
  .forecast_map_nav li a#map_precipitation_amount {
    background-position: 0 -28px;
  }
  .forecast_map_nav li a#map_cloud_coverage {
    background-position: 0 -56px;
  }
  .forecast_map_nav li a#map_temperatures {
    background-position: 0 -84px;
  }
}
@media only screen and (min-width: 940px) {
  .forecast_map .temperaturescale {
    position: absolute;
    bottom: auto;
    top: 5px;
    left: 3px;
  }
}
@media only screen and (max-width: 360px) {
  .forecast_term_nav li .date {
    font-size: 0.750em;
  }
}
/* Weather forecast */
/* ==========================================================================
   VAŘÍME S LÁĎOU HRUŠKOU
   ========================================================================== */
#storecontainer {
  clear: both;
}
#Frontend_Box_Util_Asset_2 {
  clear: both;
}
#hruska h3 {
  color: #139ca6;
  clear: both;
  margin-top: 30px;
}
#hruska .infowrap .info {
  background-color: #00354c;
  background-color: rgba(0, 53, 76, 0.85) !important;
  color: white;
  padding: 25px;
}
#hruska .infowrap .info h1 {
  font-size: 20px;
  font-weight: 400;
}
#hruska .infowrap .info h1 span {
  display: block;
  color: #4ccfda;
  font-size: 26px;
}
#hruska .infowrap .info p {
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 2em;
}
#hruska .infowrap .foto {
  background: url('/static/cz/microsites/tn/images/hruska/hruska_kniha.jpg') no-repeat top left;
  height: 548px;
}
#hruska .infowrap .foto .widget {
  background-color: #45b2bb;
  background-color: rgba(69, 178, 187, 0.9) !important;
  padding: 15px;
  text-align: center;
  color: white;
}
#hruska .infowrap .foto .widget a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}
#hruska .infowrap .foto .widget p {
  text-align: center;
}
#hruska .infowrap .foto .widget h2 {
  font-size: 16px;
  color: white;
}
#hruska .infowrap .foto .widget i {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 48px;
  height: 39px;
  background: url('/static/cz/microsites/tn/images/hruska/photo.png') no-repeat center center;
}
#hruska ul.rolls {
  list-style: none;
}
#hruska ul.rolls li {
  list-style: none;
}
#hruska ul.rolls h4 {
  cursor: pointer;
  border-bottom: 1px solid black;
}
#hruska ul.rolls h4 span {
  display: block;
  position: relative;
  padding: 4px 8px;
  width: 50%;
  background: #169ba6;
  font-size: 1.2em;
  color: white;
}
#hruska ul.rolls h4 span i {
  float: right;
  display: block;
  width: 15px;
  height: 10px;
  margin-top: 9px;
  text-indent: -10000px;
}
#hruska ul.rolls h4 span i.down {
  background: url('/static/cz/microsites/tn/images/hruska/down.png');
}
#hruska ul.rolls h4 span i.up {
  background: url('/static/cz/microsites/tn/images/hruska/up.png');
}
#hruska ul.rolls table.area {
  display: none;
  font-size: 13px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
#hruska ul.rolls table.area tr {
  padding: 0;
  width: 100%;
}
#hruska ul.rolls table.area tr.even {
  background: #f5f5f5;
}
#hruska ul.rolls table.area tr.odd {
  background: #d8eef0;
}
#hruska ul.rolls table.area tr td {
  padding: 8px 8px;
  margin: 2px 0;
}
#hruska ul.rolls table.area tr td a {
  color: #0070bc;
}
#hruska ul.rolls table.area tr td.name {
  font-weight: bold;
}
#hruska ul.rolls table.area tr td.more {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #hruska .infowrap {
    position: relative;
  }
  #hruska .infowrap .info {
    position: relative;
    z-index: 110;
  }
  #hruska .infowrap .foto {
    position: relative;
    height: 550px;
    z-index: 100;
  }
  #hruska .infowrap .foto .widget {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  #hruska .infowrap .foto .widget hr {
    clear: both;
  }
  #hruska ul.rolls h4 span {
    width: 70%;
  }
  #hruska table.area tr td ul.detail {
    list-style: disc outside none;
    padding-left: 1.5em;
    font-weight: normal;
  }
  #hruska table.area tr td.city {
    display: none;
  }
  #hruska table.area tr td.street {
    display: none;
  }
  #hruska table.area tr td.email {
    display: none;
  }
  #hruska table.area tr td.more {
    text-align: right;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) {
  #hruska .infowrap {
    position: relative;
    height: 548px;
  }
  #hruska .infowrap .info {
    position: relative;
    z-index: 110;
    width: 40%;
    float: right;
  }
  #hruska .infowrap .foto {
    position: absolute;
    width: 100%;
    height: 548px;
    left: 0;
    top: 0;
    z-index: 100;
  }
  #hruska .infowrap .foto .widget {
    width: 40%;
    position: absolute;
    bottom: 0;
    left: 10px;
  }
  #hruska table.area tr td ul.detail {
    display: none;
  }
  #hruska table.area tr td.city {
    white-space: nowrap;
  }
  #hruska table.area tr td.more {
    display: none;
  }
}
/* Lada Hruska */
/* ==========================================================================
 Election 2014
 ========================================================================== */
.election_results {
  position: relative;
  margin: 0 0 30px;
}
.election_results li {
  list-style: none;
}
.election_results .navigation {
  background-repeat: repeat-x;
  clear: both;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
}
.election_results .navigation ul {
  height: 40px;
  margin: 0 0 -1px;
  overflow: hidden;
}
.election_results .navigation:after {
  background-color: #9ebad0;
  content: "";
  display: block;
  height: 1px;
}
.election_results .navigation li {
  float: left;
  list-style: none outside none;
  margin-bottom: -0.9em;
  text-align: left;
}
.election_results .navigation li a {
  color: #000;
  display: block;
  font-size: 0.8em;
  padding: 0.9em 0.5em;
  text-transform: uppercase;
  font-family: "ubuntumedium", arial, sans-serif;
}
.election_results .navigation .active a {
  font-weight: normal;
  position: relative;
  font-family: "ubuntubold", arial, sans-serif;
}
.election_results .navigation .active a:after,
.election_results .navigation .active a:before {
  border-color: transparent transparent #ffffff;
  border-style: solid;
  border-width: 0 10px 9px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -9px;
  position: absolute;
  top: 100%;
  width: 0;
  z-index: 10;
}
.election_results .navigation .active a:before {
  border-color: transparent transparent #9eb7ce;
  margin-top: -10px;
}
.election_results h2 {
  color: #343434;
  font-family: "ubuntubold", arial, sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  margin: 0 0 1px;
  padding: 0.1em 0.3em 0.5em;
}
.election_results h3 {
  background: none repeat scroll 0 0 #0070bc;
  border: medium none;
  color: #fff;
  font-family: "ubuntumedium", arial, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 1px;
  padding: 0.1em 0.7em;
}
.election_results h3 span.info {
  background: #e7f5ff;
  border-left: 2px solid #ffffff;
  color: #000;
  display: block;
  float: right;
  margin: -0.1em -0.7em;
  padding: 0.1em 0.7em;
}
.election_results .districts {
  display: block;
  overflow: hidden;
  margin: 0 0 20px;
}
.election_results .districts ul {
  display: block;
  overflow: hidden;
  margin: 0 0 -1px;
}
.election_results .districts li {
  border-bottom: 1px dotted #0070bc;
  color: #2d2d2d;
  float: left;
  font-size: 14px;
  list-style: none outside none;
  width: 50% !important;
}
.election_results .districts li a {
  display: block;
  overflow: hidden;
  padding: 0.3em 0.7em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.election_results .searchresults h3 {
  font-size: 1.2em;
}
.election_results .searchresults li {
  font-size: 17px;
}
.election_results .backurl {
  display: block;
  position: absolute;
  right: 0;
  top: 13px;
  font-size: 0.8em;
  text-align: right;
}
.election_results .backurl:before {
  content: "< ";
  font-size: 80%;
}
.election_results .results {
  font-size: 1.1em;
  font-family: "ubuntubold", arial, sans-serif;
  color: #343434;
  padding: 11px 12px 9px;
  margin: 0 0 20px;
  background: #ededed;
  overflow: hidden;
}
.election_results .results span {
  color: #b51a2c;
}
.election_results .results div {
  float: left;
}
.election_results .results div + div {
  float: right;
}
.election_results table {
  width: 100%;
  font-size: 0.8em;
  margin: 0 0 20px;
}
.election_results table th {
  border-bottom: 1px dotted #0070bc;
  padding: 0.7em 0.7em;
  text-align: left;
}
.election_results table td {
  border-bottom: 1px dotted #0070bc;
  padding: 0.6em 0.7em;
}
.election_results table .selected td {
  background: #ededed;
}
.election_results table td.rate {
  color: #b51a2c;
}
.election_results .district h2 {
  float: left;
}
.election_results .district .district_results {
  float: right;
  padding: 0.5em 0 0.8em;
}
.election_results .district .district_results span {
  white-space: nowrap;
  font-size: 0.9em;
}
.election_results .district .district_results span {
  padding: 0 12px;
}
.election_results .district h3 {
  clear: both;
}
.election_results .most_succesfull_parties {
  background: #ededed;
  padding: 20px;
  margin: 0 0 25px;
}
.election_results .most_succesfull_parties h4 {
  color: #353535;
  font-size: 18px;
  margin: 0 0 20px;
}
.election_results .most_succesfull_parties li {
  overflow: hidden;
  margin: 0 0 10px;
  font-size: 0.8em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.election_results .most_succesfull_parties li.hidden {
  margin: 0;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}
.election_results .most_succesfull_parties li.visible {
  margin: 0 0 10px;
  height: auto;
  opacity: 1;
}
.election_results .most_succesfull_parties li .name {
  width: 25%;
  float: left;
  line-height: 27px;
}
.election_results .most_succesfull_parties li .name a {
  color: #353535;
}
.election_results .most_succesfull_parties li .count {
  width: 74%;
  float: right;
}
.election_results .chart {
  height: 25px;
  line-height: 25px;
  text-align: right;
  border: 1px solid #8b8b8b;
  border-bottom: 1px solid #a5a5a5;
  background: #929292;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyOTI5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWNlY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #929292 0%, #cecece 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #cecece));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #929292 0%, #cecece 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #929292 0%, #cecece 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #929292 0%, #cecece 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #929292 0%, #cecece 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#cecece', GradientType=0);
  /* IE6-8 */
}
.election_results .chart span {
  display: block;
  height: 25px;
  margin: -1px 0px 0px -1px;
  border: 1px solid #212121;
  background: #757575;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1NzU3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2JkYmRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2JkYmRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTIxMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #757575 0%, #bdbdbd 25%, #bdbdbd 35%, #212121 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #757575), color-stop(25%, #bdbdbd), color-stop(35%, #bdbdbd), color-stop(100%, #212121));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #757575 0%, #bdbdbd 25%, #bdbdbd 35%, #212121 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #757575 0%, #bdbdbd 25%, #bdbdbd 35%, #212121 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #757575 0%, #bdbdbd 25%, #bdbdbd 35%, #212121 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #757575 0%, #bdbdbd 25%, #bdbdbd 35%, #212121 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#212121', GradientType=0);
  /* IE6-8 */
}
.election_results .chart span strong {
  padding: 0 5px;
  color: #ffffff;
}
.election_results .party_721 .chart span {
  border: 1px solid #7d2b7d;
  background: #a03da0;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwM2RhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2M3NzdjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2M3NzdjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YzM3OWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #a03da0 0%, #c777c7 25%, #c777c7 35%, #9c379c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a03da0), color-stop(25%, #c777c7), color-stop(35%, #c777c7), color-stop(100%, #9c379c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a03da0 0%, #c777c7 25%, #c777c7 35%, #9c379c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a03da0 0%, #c777c7 25%, #c777c7 35%, #9c379c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a03da0 0%, #c777c7 25%, #c777c7 35%, #9c379c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a03da0 0%, #c777c7 25%, #c777c7 35%, #9c379c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a03da0', endColorstr='#9c379c', GradientType=0);
  /* IE6-8 */
}
.election_results .party_5 .chart span {
  border: 1px solid #027e02;
  background: #0ea20e;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlYTIwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzYzZDY2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzYzZDY2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjlkMDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0ea20e 0%, #63d663 25%, #63d663 35%, #069d06 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0ea20e), color-stop(25%, #63d663), color-stop(35%, #63d663), color-stop(100%, #069d06));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0ea20e 0%, #63d663 25%, #63d663 35%, #069d06 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0ea20e 0%, #63d663 25%, #63d663 35%, #069d06 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0ea20e 0%, #63d663 25%, #63d663 35%, #069d06 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0ea20e 0%, #63d663 25%, #63d663 35%, #069d06 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ea20e', endColorstr='#069d06', GradientType=0);
  /* IE6-8 */
}
/*
.election_results .party_714 .chart span { 
  border: 1px solid #02503d;   
  background: #096e56;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5NmU1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzVjYzFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzVjYzFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDY1NGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #096e56 0%, #5cc1aa 25%, #5cc1aa 35%, #04654f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#096e56), color-stop(25%,#5cc1aa), color-stop(35%,#5cc1aa), color-stop(100%,#04654f));
  background: -webkit-linear-gradient(top,  #096e56 0%,#5cc1aa 25%,#5cc1aa 35%,#04654f 100%);
  background: -o-linear-gradient(top,  #096e56 0%,#5cc1aa 25%,#5cc1aa 35%,#04654f 100%);
  background: -ms-linear-gradient(top,  #096e56 0%,#5cc1aa 25%,#5cc1aa 35%,#04654f 100%);
  background: linear-gradient(to bottom,  #096e56 0%,#5cc1aa 25%,#5cc1aa 35%,#04654f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#096e56', endColorstr='#04654f',GradientType=0 );
}
*/
.election_results .party_1 .chart span {
  border: 1px solid #cab11f;
  background: #f9dc32;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZGMzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2Y5ZTk4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2Y5ZTk4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWRiMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f9dc32 0%, #f9e98b 25%, #f9e98b 35%, #f9db29 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9dc32), color-stop(25%, #f9e98b), color-stop(35%, #f9e98b), color-stop(100%, #f9db29));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9dc32 0%, #f9e98b 25%, #f9e98b 35%, #f9db29 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9dc32 0%, #f9e98b 25%, #f9e98b 35%, #f9db29 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9dc32 0%, #f9e98b 25%, #f9e98b 35%, #f9db29 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f9dc32 0%, #f9e98b 25%, #f9e98b 35%, #f9db29 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9dc32', endColorstr='#f9db29', GradientType=0);
  /* IE6-8 */
}
.election_results .party_53 .chart span {
  border: 1px solid #0d4086;
  background: #1554a9;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1NTRhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzYxOTFkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzYxOTFkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzUyYTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1554a9 0%, #6191d3 25%, #6191d3 35%, #1352a7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1554a9), color-stop(25%, #6191d3), color-stop(35%, #6191d3), color-stop(100%, #1352a7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1554a9 0%, #6191d3 25%, #6191d3 35%, #1352a7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1554a9 0%, #6191d3 25%, #6191d3 35%, #1352a7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1554a9 0%, #6191d3 25%, #6191d3 35%, #1352a7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1554a9 0%, #6191d3 25%, #6191d3 35%, #1352a7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1554a9', endColorstr='#1352a7', GradientType=0);
  /* IE6-8 */
}
.election_results .party_166 .chart span {
  border: 1px solid #2c7e7e;
  background: #41a1a1;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxYTFhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzk2ZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzk2ZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTlkOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #41a1a1 0%, #96d2d2 25%, #96d2d2 35%, #399d9d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #41a1a1), color-stop(25%, #96d2d2), color-stop(35%, #96d2d2), color-stop(100%, #399d9d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #41a1a1 0%, #96d2d2 25%, #96d2d2 35%, #399d9d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #41a1a1 0%, #96d2d2 25%, #96d2d2 35%, #399d9d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #41a1a1 0%, #96d2d2 25%, #96d2d2 35%, #399d9d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #41a1a1 0%, #96d2d2 25%, #96d2d2 35%, #399d9d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41a1a1', endColorstr='#399d9d', GradientType=0);
  /* IE6-8 */
}
.election_results .party_720 .chart span {
  border: 1px solid #2b2b55;
  background: #3f3f73;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmM2Y3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzg4ODhjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzg4ODhjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODM4NmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #3f3f73 0%, #8888c0 25%, #8888c0 35%, #38386c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f3f73), color-stop(25%, #8888c0), color-stop(35%, #8888c0), color-stop(100%, #38386c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3f3f73 0%, #8888c0 25%, #8888c0 35%, #38386c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3f3f73 0%, #8888c0 25%, #8888c0 35%, #38386c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3f3f73 0%, #8888c0 25%, #8888c0 35%, #38386c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3f3f73 0%, #8888c0 25%, #8888c0 35%, #38386c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3f73', endColorstr='#38386c', GradientType=0);
  /* IE6-8 */
}
.election_results .party_7 .chart span {
  border: 1px solid #c57902;
  background: #f39b10;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzOWIxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2Y2YzI3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2Y2YzI3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjk3MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f39b10 0%, #f6c270 25%, #f6c270 35%, #f29707 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f39b10), color-stop(25%, #f6c270), color-stop(35%, #f6c270), color-stop(100%, #f29707));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f39b10 0%, #f6c270 25%, #f6c270 35%, #f29707 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f39b10 0%, #f6c270 25%, #f6c270 35%, #f29707 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f39b10 0%, #f6c270 25%, #f6c270 35%, #f29707 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f39b10 0%, #f6c270 25%, #f6c270 35%, #f29707 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39b10', endColorstr='#f29707', GradientType=0);
  /* IE6-8 */
}
.election_results .party_47 .chart span {
  border: 1px solid #890809;
  background: #b84e5f;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4NGU1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2U3Nzk4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2U3Nzk4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYjBlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #b84e5f 0%, #e7798e 25%, #e7798e 35%, #ab0e0f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b84e5f), color-stop(25%, #e7798e), color-stop(35%, #e7798e), color-stop(100%, #ab0e0f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b84e5f 0%, #e7798e 25%, #e7798e 35%, #ab0e0f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b84e5f 0%, #e7798e 25%, #e7798e 35%, #ab0e0f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b84e5f 0%, #e7798e 25%, #e7798e 35%, #ab0e0f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b84e5f 0%, #e7798e 25%, #e7798e 35%, #ab0e0f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b84e5f', endColorstr='#ab0e0f', GradientType=0);
  /* IE6-8 */
}
.election_results .select_districts select {
  border: 1px solid #0070bc;
  font-size: 0.8em;
  padding: 0.3em;
}
.election_results .select_districts input {
  display: none !important;
}
.election_results .btn_blue {
  float: right;
}
.election_results .second_round {
  background: #ededed;
  padding: 20px;
  margin: 25px 0;
}
.election_results .second_round .party {
  margin: 0 0 25px;
  font-size: 0.8em;
}
.election_results .second_round div.party + div.party {
  margin: 0;
}
.election_results .second_round .party .candidate {
  width: 28%;
  float: left;
  color: #353535;
}
.election_results .second_round .party .candidate .name {
  display: block;
  font-family: "ubuntubold", arial, sans-serif;
}
.election_results .second_round .party .chart {
  width: 57%;
  float: left;
}
.election_results .second_round.final .party .chart {
  width: 50%;
}
.election_results .second_round .party .candidate .chart {
  width: 8px;
  height: 8px;
  float: left;
  margin: 1px 4px 0 0;
}
.election_results .second_round .party .candidate a {
  font-size: 0.8em;
  color: #353535;
}
.election_results .second_round .party .candidate .chart span {
  width: 8px;
  height: 8px;
}
.election_results .second_round .party .rate {
  width: 13%;
  line-height: 27px;
  color: #b51a2c;
  font-weight: bold;
  font-size: 18px;
  float: right;
}
.election_results .second_round.final .party .rate {
  float: left;
  margin: 0 0 0 10px;
}
.election_results .second_round.final .party img {
  float: right;
  margin: 5px 0 0;
}
.election_results h3.region {
  background: #0070bc;
  color: #fff;
  font-family: "ubuntumedium", arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  width: 66%;
  float: left;
  padding: 0;
  margin: 0 0 15px;
}
.election_results h3.region a {
  color: #fff;
}
.election_results h3.region span {
  padding: 0 0.7em;
}
.election_results .search_form {
  background: #0070bc;
  height: 40px;
  width: 34%;
  float: right;
  overflow: hidden;
  margin: 0;
}
.election_results .regions h3.region {
  margin: 0;
}
.election_results .search_form div {
  margin: 5px;
  border: 1px solid #80abce;
  background: #ffffff;
}
.election_results .search_form form {
  height: 28px;
  width: 100%;
}
.election_results .search_form form label {
  display: none;
}
.election_results .search_form form input[type=submit] {
  height: 28px;
  line-height: 28px;
  width: 20%;
  max-width: 40px;
  border: 0;
  font-size: 0;
  color: #fff;
  float: right;
  background: url('/static/cz/microsites/tn/images/election/ico_search.png') 50% 50% no-repeat;
}
.election_results .search_form form input[type=text] {
  height: 28px;
  line-height: 28px;
  width: 70%;
  margin: 0 0 0 3%;
  padding: 0;
  border: 0;
}
.election_results .regions {
  margin: 0 0 25px;
}
.election_results .regions ul {
  display: block;
  background: #ededed;
  padding: 15px 0;
  margin: 0;
}
.election_results .regions li {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  list-style: none outside none;
  width: 32%;
  margin: 0;
}
.election_results .regions li a {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.election_results .municipalities {
  display: block;
  overflow: hidden;
  margin: 0 0 20px;
}
.election_results .municipalities ul {
  display: block;
  overflow: hidden;
  margin: 0 0 -1px;
}
.election_results .municipalities li {
  border-bottom: 1px dotted #0070bc;
  color: #2d2d2d;
  float: left;
  font-size: 14px;
  list-style: none outside none;
  width: 33.333% !important;
}
.election_results .municipalities li a {
  display: block;
  overflow: hidden;
  padding: 0.3em 0.7em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.election_results .districts_paging {
  color: #343434;
  font-family: "ubuntubold", arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 2px;
  padding: 0.1em 0.3em 0.5em;
}
.election_results .districts_paging a {
  margin: 0 4px;
  padding: 0 4px;
}
.election_results .districts_paging a.selected,
.election_results .districts_paging a:hover {
  background: #ededed;
  text-decoration: none;
}
.election_results .districts_navigation {
  color: #343434;
  font-family: "ubuntumedium", arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  margin: 0 0 4px;
  padding: 0.5em;
  text-transform: uppercase;
}
.election_results .districts_navigation a {
  display: inline-block;
  margin: 0 8px;
  padding: 2px 5px;
}
.election_results .districts_navigation a:hover {
  background: #ededed;
  text-decoration: none;
}
.election_results .districts_navigation a.selected {
  background: #ededed;
  font-family: "ubuntubold", arial, sans-serif;
  text-decoration: none;
}
.election_results .district_info {
  border-top: 1px dotted #0070bc;
  padding: 0.5em 0.2em 0.5em 0.3em;
  text-align: justify;
}
.election_results .district_info:after {
  display: inline-block;
  width: 100%;
  content: "";
}
.election_results .district_info div {
  display: inline-block;
  font-size: 0.8em;
}
.election_results .district_info div span {
  font-weight: bold;
}
.election_results #parties-list h4 {
  color: #343434;
  font-family: "ubuntubold", arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0.1em 0.3em 0.5em;
  cursor: pointer;
  float: left;
}
.election_results #parties-list li {
  list-style: none outside none;
  border-bottom: 1px dotted #0070bc;
  margin: 0 0 10px;
  position: relative;
}
.election_results #parties-list li.selected {
  border-bottom: 0;
  margin: 0 0 25px;
}
.election_results #parties-list li .candidates {
  margin: 0;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.election_results #parties-list li.selected .candidates {
  height: auto;
  opacity: 1;
}
.election_results #parties-list li.selected .candidates {
  clear: both;
}
.election_results #parties-list li .more {
  margin: 5px 0 0;
  float: right;
  cursor: pointer;
  font-size: 0.8em;
  position: absolute;
  top: 0;
  right: 0;
}
.election_results #parties-list li .more:before {
  content: ">  Zobrazit ";
}
.election_results #parties-list li.selected .more:before {
  content: "<  Skrýt ";
}
.election_results #parties-list li .candidates table {
  margin: 0 0 10px;
}
.election_results .parties table td.party_candidates {
  border: 0;
  padding: 0;
  font-size: 1.2em;
}
.election_results .parties table tr.party .more {
  position: relative;
}
.election_results .parties table tr.party .more span {
  display: block;
  text-align: right;
  cursor: pointer;
  color: #000000;
}
.election_results .parties table tr.party .more span:before {
  content: ">  Zobrazit ";
}
.election_results .parties table tr.party .more span.selected:before {
  content: "<  Skrýt ";
}
.election_results .parties table tr.candidates div {
  margin: 0 0 0 40px;
  height: 0px;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.election_results .parties table tr.candidates.visible div {
  height: auto;
  opacity: 1;
  padding: 25px 0 35px;
}
.election_results table .unelected {
  color: #b51a2c;
}
.election_results table .unelected a {
  color: #b51a2c;
}
.election_results .party_name:before {
  display: inline-block;
  height: 8px;
  width: 8px;
  content: "";
  line-height: 8px;
  margin-right: 6px;
  border: 1px solid #212121;
  background: #757575;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1NzU3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2JkYmRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2JkYmRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTIxMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #757575 0%, #bdbdbd 25%, #bdbdbd 35%, #212121 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #757575), color-stop(25%, #bdbdbd), color-stop(35%, #bdbdbd), color-stop(100%, #212121));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #757575 0%, #bdbdbd 25%, #bdbdbd 35%, #212121 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #757575 0%, #bdbdbd 25%, #bdbdbd 35%, #212121 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #757575 0%, #bdbdbd 25%, #bdbdbd 35%, #212121 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #757575 0%, #bdbdbd 25%, #bdbdbd 35%, #212121 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#212121', GradientType=0);
  /* IE6-8 */
}
.election_results .party h2.party_name:before {
  height: 34px;
  width: 34px;
  line-height: 34px;
  margin-right: 12px;
  margin-bottom: -7px;
}
.election_results .party_721 .party_name:before {
  border: 1px solid #7d2b7d;
  background: #a03da0;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwM2RhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2M3NzdjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2M3NzdjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YzM3OWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #a03da0 0%, #c777c7 25%, #c777c7 35%, #9c379c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a03da0), color-stop(25%, #c777c7), color-stop(35%, #c777c7), color-stop(100%, #9c379c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a03da0 0%, #c777c7 25%, #c777c7 35%, #9c379c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a03da0 0%, #c777c7 25%, #c777c7 35%, #9c379c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a03da0 0%, #c777c7 25%, #c777c7 35%, #9c379c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a03da0 0%, #c777c7 25%, #c777c7 35%, #9c379c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a03da0', endColorstr='#9c379c', GradientType=0);
  /* IE6-8 */
}
.election_results .party_5 .party_name:before {
  border: 1px solid #027e02;
  background: #0ea20e;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlYTIwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzYzZDY2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzYzZDY2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjlkMDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0ea20e 0%, #63d663 25%, #63d663 35%, #069d06 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0ea20e), color-stop(25%, #63d663), color-stop(35%, #63d663), color-stop(100%, #069d06));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0ea20e 0%, #63d663 25%, #63d663 35%, #069d06 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0ea20e 0%, #63d663 25%, #63d663 35%, #069d06 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0ea20e 0%, #63d663 25%, #63d663 35%, #069d06 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0ea20e 0%, #63d663 25%, #63d663 35%, #069d06 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ea20e', endColorstr='#069d06', GradientType=0);
  /* IE6-8 */
}
/*
.election_results .party_714 .party_name:before { 
  border: 1px solid #02503d;   
  background: #096e56;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5NmU1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzVjYzFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzVjYzFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDY1NGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #096e56 0%, #5cc1aa 25%, #5cc1aa 35%, #04654f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#096e56), color-stop(25%,#5cc1aa), color-stop(35%,#5cc1aa), color-stop(100%,#04654f));
  background: -webkit-linear-gradient(top,  #096e56 0%,#5cc1aa 25%,#5cc1aa 35%,#04654f 100%);
  background: -o-linear-gradient(top,  #096e56 0%,#5cc1aa 25%,#5cc1aa 35%,#04654f 100%);
  background: -ms-linear-gradient(top,  #096e56 0%,#5cc1aa 25%,#5cc1aa 35%,#04654f 100%);
  background: linear-gradient(to bottom,  #096e56 0%,#5cc1aa 25%,#5cc1aa 35%,#04654f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#096e56', endColorstr='#04654f',GradientType=0 );
}
*/
.election_results .party_1 .party_name:before {
  border: 1px solid #cab11f;
  background: #f9dc32;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZGMzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2Y5ZTk4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2Y5ZTk4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWRiMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f9dc32 0%, #f9e98b 25%, #f9e98b 35%, #f9db29 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9dc32), color-stop(25%, #f9e98b), color-stop(35%, #f9e98b), color-stop(100%, #f9db29));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9dc32 0%, #f9e98b 25%, #f9e98b 35%, #f9db29 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9dc32 0%, #f9e98b 25%, #f9e98b 35%, #f9db29 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9dc32 0%, #f9e98b 25%, #f9e98b 35%, #f9db29 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f9dc32 0%, #f9e98b 25%, #f9e98b 35%, #f9db29 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9dc32', endColorstr='#f9db29', GradientType=0);
  /* IE6-8 */
}
.election_results .party_53 .party_name:before {
  border: 1px solid #0d4086;
  background: #1554a9;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1NTRhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzYxOTFkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzYxOTFkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzUyYTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1554a9 0%, #6191d3 25%, #6191d3 35%, #1352a7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1554a9), color-stop(25%, #6191d3), color-stop(35%, #6191d3), color-stop(100%, #1352a7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1554a9 0%, #6191d3 25%, #6191d3 35%, #1352a7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1554a9 0%, #6191d3 25%, #6191d3 35%, #1352a7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1554a9 0%, #6191d3 25%, #6191d3 35%, #1352a7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1554a9 0%, #6191d3 25%, #6191d3 35%, #1352a7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1554a9', endColorstr='#1352a7', GradientType=0);
  /* IE6-8 */
}
.election_results .party_166 .party_name:before {
  border: 1px solid #2c7e7e;
  background: #41a1a1;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxYTFhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzk2ZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzk2ZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTlkOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #41a1a1 0%, #96d2d2 25%, #96d2d2 35%, #399d9d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #41a1a1), color-stop(25%, #96d2d2), color-stop(35%, #96d2d2), color-stop(100%, #399d9d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #41a1a1 0%, #96d2d2 25%, #96d2d2 35%, #399d9d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #41a1a1 0%, #96d2d2 25%, #96d2d2 35%, #399d9d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #41a1a1 0%, #96d2d2 25%, #96d2d2 35%, #399d9d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #41a1a1 0%, #96d2d2 25%, #96d2d2 35%, #399d9d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41a1a1', endColorstr='#399d9d', GradientType=0);
  /* IE6-8 */
}
.election_results .party_720 .party_name:before {
  border: 1px solid #2b2b55;
  background: #3f3f73;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmM2Y3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzg4ODhjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzg4ODhjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODM4NmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #3f3f73 0%, #8888c0 25%, #8888c0 35%, #38386c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f3f73), color-stop(25%, #8888c0), color-stop(35%, #8888c0), color-stop(100%, #38386c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3f3f73 0%, #8888c0 25%, #8888c0 35%, #38386c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3f3f73 0%, #8888c0 25%, #8888c0 35%, #38386c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3f3f73 0%, #8888c0 25%, #8888c0 35%, #38386c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3f3f73 0%, #8888c0 25%, #8888c0 35%, #38386c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3f73', endColorstr='#38386c', GradientType=0);
  /* IE6-8 */
}
.election_results .party_7 .party_name:before {
  border: 1px solid #c57902;
  background: #f39b10;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzOWIxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2Y2YzI3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2Y2YzI3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjk3MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f39b10 0%, #f6c270 25%, #f6c270 35%, #f29707 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f39b10), color-stop(25%, #f6c270), color-stop(35%, #f6c270), color-stop(100%, #f29707));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f39b10 0%, #f6c270 25%, #f6c270 35%, #f29707 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f39b10 0%, #f6c270 25%, #f6c270 35%, #f29707 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f39b10 0%, #f6c270 25%, #f6c270 35%, #f29707 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f39b10 0%, #f6c270 25%, #f6c270 35%, #f29707 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f39b10', endColorstr='#f29707', GradientType=0);
  /* IE6-8 */
}
.election_results .party_47 .party_name:before {
  border: 1px solid #890809;
  background: #b84e5f;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4NGU1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2U3Nzk4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2U3Nzk4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYjBlMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #b84e5f 0%, #e7798e 25%, #e7798e 35%, #ab0e0f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b84e5f), color-stop(25%, #e7798e), color-stop(35%, #e7798e), color-stop(100%, #ab0e0f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b84e5f 0%, #e7798e 25%, #e7798e 35%, #ab0e0f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b84e5f 0%, #e7798e 25%, #e7798e 35%, #ab0e0f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b84e5f 0%, #e7798e 25%, #e7798e 35%, #ab0e0f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b84e5f 0%, #e7798e 25%, #e7798e 35%, #ab0e0f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b84e5f', endColorstr='#ab0e0f', GradientType=0);
  /* IE6-8 */
}
/* banner theme */
#election_results_banner {
  display: none;
}
.topic-17770 #election_results_banner {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  background: url('/static/cz/microsites/tn/images/election/bg_election_results_banner.png?r=002') 50% 0% no-repeat;
}
.topic-17770 .election_results_banner {
  display: block !important;
}
.topic-17770 .election_results_banner a {
  display: block;
  float: left;
  width: 50%;
  height: 175px;
  cursor: pointer;
  position: relative;
  color: #353434;
}
.topic-17770 #election_banner_senate .election_results_banner a {
  width: 60%;
}
.topic-17770 #election_banner_municipal .election_results_banner a {
  width: 40%;
  color: #ababab;
}
.topic-17770 .election_results_banner a:hover {
  text-decoration: none;
}
.topic-17770 .election_results_banner a .turnout_info {
  margin: 0 0 0 57px;
  display: block;
}
.topic-17770 #election_banner_municipal .election_results_banner a .turnout_info {
  margin: 0 0 0 10px;
}
.topic-17770 .election_results_banner a strong {
  overflow: hidden;
  display: block;
  font-size: 24px;
  line-height: 1;
  font-family: "ubuntubold", arial, sans-serif;
  font-weight: normal;
  padding: 10px 0 10px;
}
.topic-17770 .election_results_banner a strong span {
  display: block;
}
.topic-17770 .election_results_banner a .bar_wrap {
  display: block;
  width: 33px;
  height: 154px;
  position: absolute;
  top: 10px;
  left: 13px;
  background: #c1c1c1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c1c1c1 0%, #e2e2e2 10%, #e1e1e1 20%, #929292 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c1c1c1), color-stop(10%, #e2e2e2), color-stop(20%, #e1e1e1), color-stop(99%, #929292));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #c1c1c1 0%, #e2e2e2 10%, #e1e1e1 20%, #929292 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #c1c1c1 0%, #e2e2e2 10%, #e1e1e1 20%, #929292 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #c1c1c1 0%, #e2e2e2 10%, #e1e1e1 20%, #929292 99%);
  /* IE10+ */
  background: linear-gradient(to right, #c1c1c1 0%, #e2e2e2 10%, #e1e1e1 20%, #929292 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#929292', GradientType=1);
  /* IE6-9 */
}
.topic-17770 #election_banner_municipal .election_results_banner a .bar_wrap {
  display: none;
}
.topic-17770 .election_results_banner a .bar_wrap .bar {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #cd5b71;
  /* Old browsers */
  background: -moz-linear-gradient(left, #cd5b71 0%, #e5778d 10%, #e6778c 20%, #b9394d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #cd5b71), color-stop(10%, #e5778d), color-stop(20%, #e6778c), color-stop(100%, #b9394d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #cd5b71 0%, #e5778d 10%, #e6778c 20%, #b9394d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #cd5b71 0%, #e5778d 10%, #e6778c 20%, #b9394d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #cd5b71 0%, #e5778d 10%, #e6778c 20%, #b9394d 100%);
  /* IE10+ */
  background: linear-gradient(to right, #cd5b71 0%, #e5778d 10%, #e6778c 20%, #b9394d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd5b71', endColorstr='#b9394d', GradientType=1);
  /* IE6-9 */
}
.topic-17770 .election_results_banner a .bar_rate {
  display: none;
}
.topic-17770 .election_results_banner a .rate {
  display: block;
  font-size: 24px;
  font-family: "ubuntubold", arial, sans-serif;
  font-weight: normal;
  padding: 1px 0 12px;
}
.topic-17770 .election_results_banner a .more {
  display: block;
  color: #ffffff;
  text-shadow: 1px 1px 1px #8C8C8C;
  font-size: 14px;
  font-family: "ubuntubold", arial, sans-serif;
  font-weight: normal;
  height: 33px;
  width: 150px;
  line-height: 33px;
  background: #ca576d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ca576d 0%, #e7798e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ca576d), color-stop(100%, #e7798e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ca576d 0%, #e7798e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ca576d 0%, #e7798e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ca576d 0%, #e7798e 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ca576d 0%, #e7798e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca576d', endColorstr='#e7798e', GradientType=1);
  /* IE6-9 */
}
.topic-17770 .election_results_banner a:hover .more {
  background: #9c3448;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9c3448 0%, #ca576d 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9c3448), color-stop(99%, #ca576d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #9c3448 0%, #ca576d 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #9c3448 0%, #ca576d 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #9c3448 0%, #ca576d 99%);
  /* IE10+ */
  background: linear-gradient(to right, #9c3448 0%, #ca576d 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c3448', endColorstr='#ca576d', GradientType=1);
  /* IE6-9 */
}
.topic-17770 .election_results_banner a .more .bg {
  display: block;
  padding: 0 20px 0 10px;
  background: url('/static/cz/microsites/tn/images/election/bg_election_results_banner_left.png') 100% 0% no-repeat;
}
.topic-17770 #election_banner_senate .election_results_banner a {
  text-align: right;
}
.topic-17770 #election_banner_senate .election_results_banner a .turnout_info {
  margin: 0 57px 0 0;
}
.topic-17770 #election_banner_senate .election_results_banner a .bar_wrap {
  left: auto;
  right: 13px;
}
.topic-17770 #election_banner_senate .election_results_banner a .bar_wrap .bar {
  background: #3a73a8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3a73a8 0%, #7dafde 80%, #7eaeda 90%, #76a4d0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3a73a8), color-stop(80%, #7dafde), color-stop(90%, #7eaeda), color-stop(100%, #76a4d0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #3a73a8 0%, #7dafde 80%, #7eaeda 90%, #76a4d0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #3a73a8 0%, #7dafde 80%, #7eaeda 90%, #76a4d0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #3a73a8 0%, #7dafde 80%, #7eaeda 90%, #76a4d0 100%);
  /* IE10+ */
  background: linear-gradient(to right, #3a73a8 0%, #7dafde 80%, #7eaeda 90%, #76a4d0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a73a8', endColorstr='#76a4d0', GradientType=1);
  /* IE6-9 */
}
.topic-17770 #election_banner_senate .election_results_banner a .more {
  float: right;
  background: #7fb1de;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7fb1de 0%, #5c8ebd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7fb1de), color-stop(100%, #5c8ebd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #7fb1de 0%, #5c8ebd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #7fb1de 0%, #5c8ebd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #7fb1de 0%, #5c8ebd 100%);
  /* IE10+ */
  background: linear-gradient(to right, #7fb1de 0%, #5c8ebd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fb1de', endColorstr='#5c8ebd', GradientType=1);
  /* IE6-9 */
}
.topic-17770 #election_banner_senate .election_results_banner a:hover .more {
  background: #5c8ebd;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5c8ebd 0%, #346b9d 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5c8ebd), color-stop(99%, #346b9d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #5c8ebd 0%, #346b9d 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #5c8ebd 0%, #346b9d 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #5c8ebd 0%, #346b9d 99%);
  /* IE10+ */
  background: linear-gradient(to right, #5c8ebd 0%, #346b9d 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c8ebd', endColorstr='#346b9d', GradientType=1);
  /* IE6-9 */
}
.topic-17770 #election_banner_senate .election_results_banner a .more .bg {
  display: block;
  padding: 0 10px 0 20px;
  background: url('/static/cz/microsites/tn/images/election/bg_election_results_banner_right.png') 0% 0% no-repeat;
}
/* before */
.topic-17770 .election_banner {
  display: block !important;
}
.topic-17770 .election_banner a {
  display: block;
  float: left;
  height: 95px;
  cursor: pointer;
}
.topic-17770 #election_banner_municipal .election_banner a {
  background: url('/static/cz/microsites/tn/images/election/bg_election_banner_before.png?r=002') 100% 0% no-repeat;
  padding: 0 6.5% 0 0;
  width: 28.5%;
}
.topic-17770 #election_banner_senate .election_banner a {
  background: url('/static/cz/microsites/tn/images/election/bg_election_banner_before.png?r=002') 0% 0% no-repeat;
  padding: 0 0 0 6.5%;
  width: 58.5%;
}
.topic-17770 .election_banner a:hover {
  text-decoration: none;
}
.topic-17770 .election_banner a strong {
  overflow: hidden;
  display: block;
  color: #353434;
  font-size: 20px;
  margin: 0 0 4px;
  font-family: "ubuntubold", arial, sans-serif;
  font-weight: normal;
  height: 54px;
  line-height: 1.2;
  padding: 10px 32px 0 10px;
  background: #ededed url('/static/cz/microsites/tn/images/election/bg_election_banner_left.png?r=002') 100% 0% no-repeat;
}
.topic-17770 #election_banner_municipal .election_banner a strong {
  color: #ababab;
}
.topic-17770 .election_banner a .more {
  display: block;
  color: #ffffff;
  text-shadow: 1px 1px 1px #8C8C8C;
  font-size: 14px;
  font-family: "ubuntubold", arial, sans-serif;
  font-weight: normal;
  height: 27px;
  width: 150px;
  line-height: 27px;
  background: #ca576d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ca576d 0%, #e7798e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ca576d), color-stop(100%, #e7798e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ca576d 0%, #e7798e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ca576d 0%, #e7798e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ca576d 0%, #e7798e 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ca576d 0%, #e7798e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca576d', endColorstr='#e7798e', GradientType=1);
  /* IE6-9 */
}
.topic-17770 .election_banner a:hover .more {
  background: #9c3448;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9c3448 0%, #ca576d 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9c3448), color-stop(99%, #ca576d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #9c3448 0%, #ca576d 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #9c3448 0%, #ca576d 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #9c3448 0%, #ca576d 99%);
  /* IE10+ */
  background: linear-gradient(to right, #9c3448 0%, #ca576d 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c3448', endColorstr='#ca576d', GradientType=1);
  /* IE6-9 */
}
.topic-17770 .election_banner a .more .bg {
  display: block;
  padding: 0 20px 0 10px;
  background: url('/static/cz/microsites/tn/images/election/bg_election_banner_left.png?r=002') 100% 0% no-repeat;
}
.topic-17770 #election_banner_senate .election_banner a {
  float: right;
  text-align: right;
}
.topic-17770 #election_banner_senate .election_banner a strong {
  padding: 10px 10px 0 32px;
  background: #ededed url('/static/cz/microsites/tn/images/election/bg_election_banner_right.png?r=002') 0% 0% no-repeat;
}
.topic-17770 #election_banner_senate .election_banner a .more {
  float: right;
  background: #7fb1de;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7fb1de 0%, #5c8ebd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #7fb1de), color-stop(100%, #5c8ebd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #7fb1de 0%, #5c8ebd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #7fb1de 0%, #5c8ebd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #7fb1de 0%, #5c8ebd 100%);
  /* IE10+ */
  background: linear-gradient(to right, #7fb1de 0%, #5c8ebd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fb1de', endColorstr='#5c8ebd', GradientType=1);
  /* IE6-9 */
}
.topic-17770 #election_banner_senate .election_banner a:hover .more {
  background: #5c8ebd;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5c8ebd 0%, #346b9d 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5c8ebd), color-stop(99%, #346b9d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #5c8ebd 0%, #346b9d 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #5c8ebd 0%, #346b9d 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #5c8ebd 0%, #346b9d 99%);
  /* IE10+ */
  background: linear-gradient(to right, #5c8ebd 0%, #346b9d 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c8ebd', endColorstr='#346b9d', GradientType=1);
  /* IE6-9 */
}
.topic-17770 #election_banner_senate .election_banner a .more .bg {
  display: block;
  padding: 0 10px 0 20px;
  background: url('/static/cz/microsites/tn/images/election/bg_election_banner_right.png?r=002') 0% 100% no-repeat;
}
.topic-17770 #election_banner_municipal .election_banner .info_text {
  display: none;
}
.topic-17770 #election_banner_senate .election_banner .info_text {
  display: block;
  height: 20px;
  margin: -30px 10px 10px 0;
  position: relative;
  text-align: right;
  width: auto;
}
/* banner HP */
#election_results_banner_hp {
  margin: 0 0 30px;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  background: url('/static/cz/microsites/tn/images/election/bg_election_results_banner_hp.png?r=004') 0% 0% no-repeat;
}
#election_results_banner_hp .election_results_banner {
  display: block !important;
}
#election_results_banner_hp .election_results_banner a {
  height: 60px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #8C8C8C;
  position: relative;
  display: block;
}
#election_results_banner_hp .election_results_banner a:hover {
  text-decoration: none;
}
#election_results_banner_hp .election_results_banner a .turnout_info {
  margin: 0;
  padding: 10px 0;
  display: block;
}
#election_results_banner_hp .election_results_banner a strong {
  display: none;
}
#election_results_banner_hp .election_results_banner a strong span {
  display: none;
}
#election_results_banner_hp .election_results_banner .rate_info {
  margin: 0 150px 0 410px;
  text-align: right;
  display: block;
  height: 40px;
  font-size: 13px;
  font-family: "ubuntubold", arial, sans-serif;
  font-weight: normal;
  line-height: 40px;
  background: #366fa5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2NmZhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzdmYjFkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzdmYjFkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3N2E2ZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #366fa5 0%, #7fb1df 80%, #7fb1df 90%, #77a6d1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #366fa5), color-stop(80%, #7fb1df), color-stop(90%, #7fb1df), color-stop(100%, #77a6d1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #366fa5 0%, #7fb1df 80%, #7fb1df 90%, #77a6d1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #366fa5 0%, #7fb1df 80%, #7fb1df 90%, #77a6d1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #366fa5 0%, #7fb1df 80%, #7fb1df 90%, #77a6d1 100%);
  /* IE10+ */
  background: linear-gradient(to right, #366fa5 0%, #7fb1df 80%, #7fb1df 90%, #77a6d1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#366fa5', endColorstr='#77a6d1', GradientType=1);
  /* IE6-8 */
}
#election_results_banner_hp .election_results_banner .rate_info .bg {
  display: block;
  padding: 0 2px 0 35x;
  background: url('/static/cz/microsites/tn/images/election/bg_election_banner_right.png?r=002') 0 0 no-repeat;
}
#election_results_banner_hp .election_results_banner a .bar_wrap {
  display: none;
}
#election_results_banner_hp .election_results_banner a .rate {
  display: inline;
  font-size: 15px;
  color: #ffffff;
  padding: 0;
}
#election_results_banner_hp .election_results_banner a .rate:after {
  display: block;
  content: "";
}
#election_results_banner_hp .election_results_banner a .more {
  height: 40px;
  line-height: 40px;
  margin: 0;
  width: 150px;
  position: absolute;
  top: 10px;
  right: 0;
  text-align: right;
}
#election_results_banner_hp .election_results_banner a .more {
  display: block;
  color: #ffffff;
  text-shadow: 1px 1px 1px #8C8C8C;
  font-size: 13px;
  font-family: "ubuntubold", arial, sans-serif;
  font-weight: normal;
  background: #ca576d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ca576d 0%, #e7798e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ca576d), color-stop(100%, #e7798e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ca576d 0%, #e7798e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ca576d 0%, #e7798e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ca576d 0%, #e7798e 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ca576d 0%, #e7798e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca576d', endColorstr='#e7798e', GradientType=1);
  /* IE6-9 */
}
#election_results_banner_hp .election_results_banner a:hover .more {
  background: #9c3448;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9c3448 0%, #ca576d 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9c3448), color-stop(99%, #ca576d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #9c3448 0%, #ca576d 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #9c3448 0%, #ca576d 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #9c3448 0%, #ca576d 99%);
  /* IE10+ */
  background: linear-gradient(to right, #9c3448 0%, #ca576d 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c3448', endColorstr='#ca576d', GradientType=1);
  /* IE6-9 */
}
#election_results_banner_hp .election_results_banner a .more .bg {
  display: block;
  padding: 0 10px 0 20px;
  background: url('/static/cz/microsites/tn/images/election/bg_election_banner_hp_right.png?r=002') 0% 100% no-repeat;
}
/* before */
#election_results_banner_hp .election_banner {
  display: block !important;
}
#election_results_banner_hp .election_banner a {
  height: 40px;
  padding: 10px 0;
  color: #ffffff;
  text-shadow: 1px 1px 1px #8C8C8C;
  position: relative;
  display: block;
}
#election_results_banner_hp .election_banner a:hover {
  text-decoration: none;
}
#election_results_banner_hp .election_banner a strong {
  display: none;
}
#election_results_banner_hp .election_banner a strong span {
  display: none;
}
#election_results_banner_hp .election_banner .info_text {
  margin: 0 150px 0 410px;
  text-align: right;
  display: block;
  height: 40px;
  font-size: 13px;
  font-family: "ubuntubold", arial, sans-serif;
  font-weight: normal;
  line-height: 40px;
  background: #366fa5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2NmZhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzdmYjFkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzdmYjFkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3N2E2ZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #366fa5 0%, #7fb1df 80%, #7fb1df 90%, #77a6d1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #366fa5), color-stop(80%, #7fb1df), color-stop(90%, #7fb1df), color-stop(100%, #77a6d1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #366fa5 0%, #7fb1df 80%, #7fb1df 90%, #77a6d1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #366fa5 0%, #7fb1df 80%, #7fb1df 90%, #77a6d1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #366fa5 0%, #7fb1df 80%, #7fb1df 90%, #77a6d1 100%);
  /* IE10+ */
  background: linear-gradient(to right, #366fa5 0%, #7fb1df 80%, #7fb1df 90%, #77a6d1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#366fa5', endColorstr='#77a6d1', GradientType=1);
  /* IE6-8 */
}
#election_results_banner_hp .election_banner .info_text span {
  display: block;
  padding: 0 10px 0 35px;
  background: url('/static/cz/microsites/tn/images/election/bg_election_banner_right.png?r=002') 0 0 no-repeat;
}
#election_results_banner_hp .election_banner a .more {
  height: 40px;
  line-height: 40px;
  margin: 0;
  width: 150px;
  position: absolute;
  top: 10px;
  right: 0;
  text-align: right;
}
#election_results_banner_hp .election_banner a .more {
  display: block;
  color: #ffffff;
  text-shadow: 1px 1px 1px #8C8C8C;
  font-size: 13px;
  font-family: "ubuntubold", arial, sans-serif;
  font-weight: normal;
  background: #ca576d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ca576d 0%, #e7798e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ca576d), color-stop(100%, #e7798e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ca576d 0%, #e7798e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ca576d 0%, #e7798e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ca576d 0%, #e7798e 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ca576d 0%, #e7798e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca576d', endColorstr='#e7798e', GradientType=1);
  /* IE6-9 */
}
#election_results_banner_hp .election_banner a:hover .more {
  background: #9c3448;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9c3448 0%, #ca576d 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9c3448), color-stop(99%, #ca576d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #9c3448 0%, #ca576d 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #9c3448 0%, #ca576d 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #9c3448 0%, #ca576d 99%);
  /* IE10+ */
  background: linear-gradient(to right, #9c3448 0%, #ca576d 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c3448', endColorstr='#ca576d', GradientType=1);
  /* IE6-9 */
}
#election_results_banner_hp .election_banner a .more .bg {
  display: block;
  padding: 0 10px 0 20px;
  background: url('/static/cz/microsites/tn/images/election/bg_election_banner_hp_right.png?r=002') 0% 100% no-repeat;
}
@media only screen and (min-width: 1000px) {
  .topic-17770 .election_results_banner a .bar_wrap .bar {
    width: 33px !important;
  }
}
@media only screen and (max-width: 999px) {
  #election_results_banner_hp {
    margin: 0 10px 30px;
  }
  #election_results_banner_hp .election_banner .info_text span {
    display: block;
    padding: 5px 10px 0 35px;
    height: 35px;
    line-height: 1.2;
  }
  .topic-17770 #election_results_banner {
    height: auto;
    background: transparent;
    margin: 0 0 15px;
  }
  .topic-17770 .election_results_banner a {
    float: none;
    width: 100% !important;
    height: auto;
    margin: 0 0 15px;
    background: #ededed;
  }
  .topic-17770 .election_results_banner a .turnout_info {
    margin: 0;
    padding: 10px;
    display: block;
  }
  .topic-17770 .election_results_banner a strong {
    padding: 0 0 12px;
    font-size: 18px;
  }
  .topic-17770 .election_results_banner a strong span {
    display: inline;
  }
  .topic-17770 .election_results_banner a .bar_wrap {
    width: auto;
    height: 33px;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 2px;
    background: #929292;
    /* Old browsers */
    background: -moz-linear-gradient(top, #929292 0%, #e1e1e1 80%, #e2e2e2 90%, #c1c1c1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(80%, #e1e1e1), color-stop(90%, #e2e2e2), color-stop(100%, #c1c1c1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #929292 0%, #e1e1e1 80%, #e2e2e2 90%, #c1c1c1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #929292 0%, #e1e1e1 80%, #e2e2e2 90%, #c1c1c1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #929292 0%, #e1e1e1 80%, #e2e2e2 90%, #c1c1c1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #929292 0%, #e1e1e1 80%, #e2e2e2 90%, #c1c1c1 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#c1c1c1', GradientType=0);
    /* IE6-9 */
  }
  .topic-17770 .election_results_banner a .bar_wrap .bar {
    position: absolute;
    height: 33px !important;
    bottom: 0;
    left: 0;
    text-align: right;
    background: #cd5b71;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cd5b71 0%, #e5778d 10%, #e6778c 20%, #b9394d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cd5b71), color-stop(10%, #e5778d), color-stop(20%, #e6778c), color-stop(100%, #b9394d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cd5b71 0%, #e5778d 10%, #e6778c 20%, #b9394d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cd5b71 0%, #e5778d 10%, #e6778c 20%, #b9394d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cd5b71 0%, #e5778d 10%, #e6778c 20%, #b9394d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #cd5b71 0%, #e5778d 10%, #e6778c 20%, #b9394d 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd5b71', endColorstr='#b9394d', GradientType=0);
    /* IE6-9 */
  }
  .topic-17770 .election_results_banner a .bar_rate {
    display: inline;
    font-size: 18px;
    font-family: "ubuntubold", arial, sans-serif;
    font-weight: normal;
    line-height: 33px;
    padding: 0 10px;
    color: #ffffff;
  }
  .topic-17770 .election_results_banner a .rate {
    display: none;
  }
  .topic-17770 #election_banner_municipal .election_results_banner a .rate {
    display: inline;
    font-size: 16px;
  }
  .topic-17770 .election_results_banner a .more {
    font-size: 18px;
    color: #353434;
    text-shadow: none;
    height: 25px;
    width: 110px;
    line-height: 1;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    filter: -;
  }
  .topic-17770 .election_results_banner a:hover .more {
    background: transparent;
    filter: -;
  }
  .topic-17770 .election_results_banner a .more .bg {
    display: inline;
    padding: 0;
    background: transparent;
  }
  .topic-17770 .election_results_banner a .more .bg span {
    display: none;
  }
  .topic-17770 #election_banner_senate .election_results_banner a {
    text-align: left;
  }
  .topic-17770 #election_banner_senate .election_results_banner a .turnout_info {
    margin: 0;
  }
  .topic-17770 #election_banner_senate .election_results_banner a .bar_wrap {
    left: auto;
    right: auto;
  }
  .topic-17770 #election_banner_senate .election_results_banner a .bar_wrap .bar {
    background: #76a4d0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #76a4d0 0%, #7eaeda 10%, #7dafde 20%, #3a73a8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76a4d0), color-stop(10%, #7eaeda), color-stop(20%, #7dafde), color-stop(100%, #3a73a8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #76a4d0 0%, #7eaeda 10%, #7dafde 20%, #3a73a8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #76a4d0 0%, #7eaeda 10%, #7dafde 20%, #3a73a8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #76a4d0 0%, #7eaeda 10%, #7dafde 20%, #3a73a8 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #76a4d0 0%, #7eaeda 10%, #7dafde 20%, #3a73a8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76a4d0', endColorstr='#3a73a8', GradientType=0);
    /* IE6-9 */
  }
  .topic-17770 #election_banner_senate .election_results_banner a .more {
    float: none;
    background: transparent;
    filter: -;
  }
  .topic-17770 #election_banner_senate .election_results_banner a:hover .more {
    background: transparent;
    filter: -;
  }
  .topic-17770 #election_banner_senate .election_results_banner a .more .bg {
    display: inline;
    padding: 0;
    background: transparent;
  }
  .topic-17770 .election_banner a {
    height: 95px;
  }
  .topic-17770 #election_banner_municipal .election_banner a {
    padding: 0 6.5% 0 0;
  }
  .topic-17770 #election_banner_senate .election_banner a {
    padding: 0 0 0 6.5%;
  }
  .topic-17770 #election_banner_senate .election_banner .info_text {
    display: block;
    height: 20px;
    margin: -30px 10px 10px 0;
    position: relative;
    text-align: right;
    width: auto;
    line-height: 1;
  }
}
@media only screen and (max-width: 840px) {
  #election_results_banner_hp .election_banner .info_text span {
    line-height: 1;
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .election_results .results span {
    float: right;
  }
  .election_results .results div {
    float: none;
  }
  .election_results .results div + div {
    float: none;
  }
  #election_results_banner_hp {
    height: auto;
    background: transparent;
    margin: 0 10px 15px;
  }
  #election_results_banner_hp .election_results_banner a {
    float: none;
    width: 100%;
    height: auto;
    color: #353434;
    text-shadow: none;
    margin: 0 0 15px;
    background: #ededed;
  }
  #election_results_banner_hp .election_results_banner a .turnout_info {
    margin: 0;
    padding: 10px;
    display: block;
  }
  #election_results_banner_hp .election_results_banner a strong {
    padding: 0 0 12px;
    display: block;
    font-size: 18px;
  }
  #election_results_banner_hp .election_results_banner a strong span {
    display: inline;
  }
  #election_results_banner_hp .election_results_banner .rate_info {
    display: block;
    height: auto;
    line-height: 1;
    margin: 0;
    text-align: left;
    filter: -;
    background: transparent;
  }
  #election_results_banner_hp .election_results_banner .rate_info .bg {
    background: transparent;
    padding: 0;
  }
  #election_results_banner_hp .election_results_banner a .bar_wrap {
    width: auto;
    height: 33px;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 2px;
    background: #929292;
    /* Old browsers */
    background: -moz-linear-gradient(top, #929292 0%, #e1e1e1 80%, #e2e2e2 90%, #c1c1c1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(80%, #e1e1e1), color-stop(90%, #e2e2e2), color-stop(100%, #c1c1c1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #929292 0%, #e1e1e1 80%, #e2e2e2 90%, #c1c1c1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #929292 0%, #e1e1e1 80%, #e2e2e2 90%, #c1c1c1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #929292 0%, #e1e1e1 80%, #e2e2e2 90%, #c1c1c1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #929292 0%, #e1e1e1 80%, #e2e2e2 90%, #c1c1c1 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#c1c1c1', GradientType=0);
    /* IE6-9 */
  }
  #election_results_banner_hp .election_results_banner a .bar_wrap .bar {
    position: absolute;
    height: 33px !important;
    bottom: 0;
    left: 0;
    text-align: right;
    background: #cd5b71;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cd5b71 0%, #e5778d 10%, #e6778c 20%, #b9394d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cd5b71), color-stop(10%, #e5778d), color-stop(20%, #e6778c), color-stop(100%, #b9394d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cd5b71 0%, #e5778d 10%, #e6778c 20%, #b9394d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cd5b71 0%, #e5778d 10%, #e6778c 20%, #b9394d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cd5b71 0%, #e5778d 10%, #e6778c 20%, #b9394d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #cd5b71 0%, #e5778d 10%, #e6778c 20%, #b9394d 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd5b71', endColorstr='#b9394d', GradientType=0);
    /* IE6-9 */
  }
  #election_results_banner_hp .election_results_banner a .bar_rate {
    display: inline;
    font-size: 18px;
    font-family: "ubuntubold", arial, sans-serif;
    font-weight: normal;
    line-height: 33px;
    padding: 0 10px;
    color: #ffffff;
  }
  #election_results_banner_hp .election_results_banner a .rate {
    display: none;
  }
  #election_results_banner_hp .election_results_banner a .more {
    font-size: 18px;
    color: #353434;
    text-shadow: none;
    height: 25px;
    width: 110px;
    line-height: 1;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    filter: -;
    background: transparent;
  }
  #election_results_banner_hp .election_results_banner a:hover .more {
    filter: -;
    background: transparent;
  }
  #election_results_banner_hp .election_results_banner a .more .bg {
    display: inline;
    padding: 0;
    background: transparent;
  }
  #election_results_banner_hp .election_results_banner a .more .bg span {
    display: none;
  }
  #election_results_banner_hp #election_banner_senate .election_results_banner a {
    text-align: left;
  }
  #election_results_banner_hp #election_banner_senate .election_results_banner a .turnout_info {
    margin: 0;
  }
  #election_results_banner_hp #election_banner_senate .election_results_banner a .bar_wrap {
    left: auto;
    right: auto;
  }
  #election_results_banner_hp #election_banner_senate .election_results_banner a .bar_wrap .bar {
    background: #76a4d0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #76a4d0 0%, #7eaeda 10%, #7dafde 20%, #3a73a8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76a4d0), color-stop(10%, #7eaeda), color-stop(20%, #7dafde), color-stop(100%, #3a73a8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #76a4d0 0%, #7eaeda 10%, #7dafde 20%, #3a73a8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #76a4d0 0%, #7eaeda 10%, #7dafde 20%, #3a73a8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #76a4d0 0%, #7eaeda 10%, #7dafde 20%, #3a73a8 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #76a4d0 0%, #7eaeda 10%, #7dafde 20%, #3a73a8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76a4d0', endColorstr='#3a73a8', GradientType=0);
    /* IE6-9 */
  }
  #election_results_banner_hp #election_banner_senate .election_results_banner a .more {
    float: none;
    filter: -;
    background: transparent;
  }
  #election_results_banner_hp #election_banner_senate .election_results_banner a:hover .more {
    filter: -;
    background: transparent;
  }
  #election_results_banner_hp #election_banner_senate .election_results_banner a .more .bg {
    display: inline;
    padding: 0;
    background: transparent;
  }
  #election_results_banner_hp .election_banner a {
    display: block;
    float: none;
    width: 100%;
    height: 40px;
    margin: 0 0 25px;
    padding: 0 !important;
    overflow: visible;
    background: #ededed;
  }
  #election_results_banner_hp .election_banner a:hover {
    text-decoration: none;
  }
  #election_results_banner_hp .election_banner a strong {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 40px;
    color: #363636;
    text-shadow: none;
    padding: 0 3% 0 1%;
    background: #ededed;
    width: 66%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #election_results_banner_hp .election_banner a strong span {
    display: inline;
  }
  #election_results_banner_hp .election_banner a .more {
    font-size: 18px;
    height: 40px;
    width: 30%;
    line-height: 40px;
    float: right;
    text-align: center;
    margin: 0;
    position: static;
    top: auto;
  }
  #election_results_banner_hp .election_banner a .more .bg {
    padding: 0;
    background: transparent;
  }
  #election_results_banner_hp .election_banner a .more .bg span {
    display: none;
  }
  #election_results_banner_hp .election_banner .info_text {
    bottom: auto;
    color: #363636;
    display: block;
    height: 20px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 45px;
    width: 100%;
    filter: -;
    background: #f2f2f2;
  }
  #election_results_banner_hp .election_banner .info_text span {
    background: transparent;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
  }
  .topic-17770 .election_banner a {
    display: block;
    float: none;
    width: 100% !important;
    height: 60px;
    margin: 0 0 12px;
    padding: 0 !important;
    background: #ededed !important;
    position: relative;
  }
  .topic-17770 .election_banner a:hover {
    text-decoration: none;
  }
  .topic-17770 .election_banner a strong {
    margin: 0;
    font-size: 18px;
    padding: 20px 3% 0 1%;
    background: #ededed;
    width: 56%;
    float: left;
    height: auto;
  }
  .topic-17770 .election_banner a .more {
    font-size: 18px;
    height: 60px;
    width: 40%;
    line-height: 60px;
    float: right;
    text-align: center;
  }
  .topic-17770 .election_banner a .more .bg {
    padding: 0;
    background: transparent;
  }
  .topic-17770 .election_banner a .more .bg span {
    display: none;
  }
  .topic-17770 #election_banner_senate .election_banner a {
    float: none;
    text-align: left;
  }
  .topic-17770 #election_banner_senate .election_banner a strong {
    padding: 10px 3% 0 1%;
    background: #ededed;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .topic-17770 #election_banner_senate .election_banner a .more .bg {
    padding: 0;
    background: transparent;
  }
  .topic-17770 #election_banner_senate .election_banner .info_text {
    background: transparent;
    bottom: auto;
    display: inline;
    left: 0;
    margin: 0;
    padding: 0 0 0 1%;
    position: absolute;
    text-align: left;
    top: 33px;
    width: 59%;
  }
}
@media only screen and (max-width: 599px) {
  .election_results .btn_blue {
    float: none;
    margin: 0 0 15px;
    padding: 0.3em 0;
    width: 100%;
  }
  .election_results .select_districts select {
    padding: 0.3em 0;
    width: 100%;
  }
  .election_results .backurl {
    font-size: 0.9em;
    font-weight: bold;
    position: static;
  }
  .election_results h3.region,
  .election_results .regions h3.region {
    width: 100%;
    float: none;
    margin: 0 0 1.2em;
  }
  .election_results .search_form {
    background: #ffffff;
    width: 100%;
    height: 30px;
    float: none;
    margin: 0 0 1.2em;
  }
  .election_results .search_form div {
    margin: 0;
  }
  .election_results .regions li {
    width: 49%;
    margin: 0;
  }
  .election_results .regions li a {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
  }
  .election_results .municipalities li {
    width: 50% !important;
  }
  .election_results #parties-list li .more {
    position: static;
    font-weight: bold;
  }
  .election_results .district_info div {
    display: block;
    margin: 0 0 2px;
  }
  .election_results .parties table tr.party .more {
    position: relative;
  }
  .election_results .parties table tr.party .more span {
    font-size: 110%;
    font-weight: bold;
    min-width: 280px;
    position: absolute;
    right: 2px;
    bottom: -18px;
  }
  .election_results .parties table tr.candidates div {
    margin: 25px 0 0;
  }
  .election_results .parties table tr.candidates.visible div {
    padding: 15px 0 20px;
  }
  .election_results .parties table tr.candidates.visible table {
    background: #ededed;
  }
  .election_results .parties table td {
    border-bottom: 0;
    border-top: 1px dotted #0070bc;
  }
  #election_results_banner_hp .election_banner a strong {
    width: 56%;
  }
  #election_results_banner_hp .election_banner a .more {
    width: 40%;
  }
  #election_results_banner_hp #election_banner_senate .election_banner .info_text {
    font-size: 11px;
  }
}
@media only screen and (max-width: 430px) {
  #election_results_banner_hp .election_banner a strong {
    font-size: 16px;
  }
  #election_results_banner_hp .election_banner a strong span {
    display: none;
  }
  #election_results_banner_hp .election_results_banner a strong {
    font-size: 16px;
  }
  #election_results_banner_hp .election_results_banner a strong span {
    display: none;
  }
  #election_results_banner_hp .election_results_banner a .more {
    font-size: 15px;
  }
}
/* Election 2014 */
/* ==========================================================================
   Common
   ========================================================================== */
body {
  font-family: arial, sans-serif;
}
.clear {
  clear: both;
}
button {
  border: 0;
  outline: 0;
}
h2 {
  margin: 10px 0;
  line-height: 100%;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}
li {
  list-style-image: url('../images/li.png');
}
#bottom {
  clear: both;
}
#container {
  background: white;
}
#main_wrap {
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  margin: 0;
}
#left_top,
#left_bottom,
#right_top,
#right_bottom,
#bottom {
  padding: 0 10px;
}
.center_btn {
  text-align: center;
}
.btn_lrg_blue {
  padding: 0.2em 2.5em;
  background: #0070bc;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  cursor: pointer;
  line-height: 24px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
  margin: 20px auto;
  display: block;
  text-align: center;
}
.btn_lrg_blue:hover {
  text-decoration: none;
  background: #01427a;
}
.header_left {
  float: left;
}
.header_left h1 {
  margin-top: 0.5em;
}
.header_left .btn_blue {
  padding: 0em 0.3em;
  background: #0070bc;
  color: #fff;
  font-size: 0.9em;
  font-weight: normal;
  cursor: pointer;
  line-height: 16px;
  font-family: 'ubuntumedium', arial, sans-serif;
  border: none;
  line-height: 1em;
}
.header_right {
  float: right;
}
button,
input[type=submit] {
  display: inline-block;
  background: transparent none;
  font-family: Arial, sans-serif;
  font-size: 1em;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
}
.btn_lrg_blue .loader {
  display: none;
  margin: 4px 8px 4px 0;
}
.btn_lrg_blue.itemLoader-loading .loader {
  display: inline-block;
  vertical-align: middle;
}
#list-pager.loading .loader {
  display: inline-block;
  vertical-align: middle;
}
/* this can be improved with moderniser to support no JS */
*[data-collapse-count="3"] > * + * + * + * {
  display: none;
}
*[data-collapse-count="10"] > * + * + * + * + * + * + * + * + * + * + * {
  display: none;
}
#heading-404 {
  padding: 0 10px 2em 10px;
}
#heading-404 h1 {
  color: #0070bc;
  font-size: 35px;
  font-family: 'ubuntumedium', arial, sans-serif;
  font-weight: normal;
}
#heading-404 h1 span {
  font-size: 25px;
}
#heading-404 .info-box {
  color: #0070bc;
  font-size: 15px;
}
#heading-404 .info-box a {
  color: #0070bc;
  text-decoration: underline;
}
/* RATING V2 === */
.rating-v2 {
  font-size: 14px;
  margin-top: 4px;
}
.rating-v2 > button,
.rating-v2 > button:after {
  display: inline-block;
  background-color: transparent;
  position: relative;
  font-size: 100% !important;
  font-family: 'icons', arial, sans-serif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
.rating-v2 > button:after {
  content: "★";
  /*border-bottom: 1px solid #ff0000; */
  text-align: left;
  display: block;
  color: #00d2fb;
  width: 100%;
  overflow: hidden;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.rating-v2[data-rating="1"] > button[value="1"] ~ button:after,
.rating-v2[data-rating="2"] > button[value="2"] ~ button:after,
.rating-v2[data-rating="3"] > button[value="3"] ~ button:after,
.rating-v2[data-rating="4"] > button[value="4"] ~ button:after {
  content: "☆";
}
.rating-v2.active:hover > button:after,
.rating-v2.active > button:hover:after {
  content: "★" !important;
  color: #49b31c !important;
  cursor: pointer;
}
.rating-v2.active > button:hover ~ button:after {
  content: "☆" !important;
}
.rating-v2.voted > button,
.rating-v2.voted > button:after {
  cursor: default;
  color: #888;
}
.gallery_right .trBubble {
  min-width: 140px;
  left: 50%;
  margin-left: -122px;
  bottom: 150%;
}
/* === RATING V2 */
/* TR BUBBLE PLUGIN === */
.trBubble {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding: 0.75em 1em 0.75em 1em;
  border: 1px solid #c0c0c0;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 100;
}
.trBubble-close {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #fff;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 14px;
  background-color: #a00;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
}
.trBubble-content {
  font-size: 12px;
  color: #444;
  text-align: center;
  line-height: 1.0em;
}
.trBubble:before,
.trBubble:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 102;
}
.trBubble:after {
  margin-left: -6px;
  border-width: 7px 6px 0 6px;
  border-color: #c0c0c0 transparent transparent transparent;
  z-index: 101;
}
.trBubble-error {
  background-color: #d00000;
  border: 1px solid #a00;
}
.trBubble-error .trBubble-content {
  color: #fff;
  font-weight: bold;
}
.trBubble-error:before {
  border-color: #d00000 transparent transparent transparent;
}
.trBubble-error:after {
  border-color: #a00000 transparent transparent transparent;
}
.trBubble-error .trBubble-close {
  background-color: #fff;
  color: #444;
}
.trBubble-success {
  background-color: #00a000;
  border: 1px solid #080;
}
.trBubble-success .trBubble-content {
  color: #fff;
  font-weight: bold;
}
.trBubble-success:before {
  border-color: #00a000 transparent transparent transparent;
}
.trBubble-success:after {
  border-color: #008000 transparent transparent transparent;
}
.trBubble-success .trBubble-close {
  background-color: #fff;
  color: #444;
}
/* === TR BUBBLE PLUGIN */
#Frontend_Box_Util_Asset,
#Frontend_Box_Util_Gemius {
  display: none;
}
/* CSS LOADER === */
.loader {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
}
.f_circleG {
  position: absolute;
  background-color: #ffffff;
  height: 6px;
  width: 6px;
  -moz-border-radius: 3px;
  -moz-animation-name: f_fadeG;
  -moz-animation-duration: 1.28s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 3px;
  -webkit-animation-name: f_fadeG;
  -webkit-animation-duration: 1.28s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -o-border-radius: 3px;
  -o-animation-name: f_fadeG;
  -o-animation-duration: 1.28s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  -ms-border-radius: 3px;
  -ms-animation-name: f_fadeG;
  -ms-animation-duration: 1.28s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  border-radius: 3px;
  animation-name: f_fadeG;
  animation-duration: 1.28s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
#frotateG_01 {
  left: 0;
  top: 13px;
  -moz-animation-delay: 0.48s;
  -webkit-animation-delay: 0.48s;
  -o-animation-delay: 0.48s;
  -ms-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
#frotateG_02 {
  left: 4px;
  top: 4px;
  -moz-animation-delay: 0.64s;
  -webkit-animation-delay: 0.64s;
  -o-animation-delay: 0.64s;
  -ms-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
#frotateG_03 {
  left: 13px;
  top: 0;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#frotateG_04 {
  right: 4px;
  top: 4px;
  -moz-animation-delay: 0.96s;
  -webkit-animation-delay: 0.96s;
  -o-animation-delay: 0.96s;
  -ms-animation-delay: 0.96s;
  animation-delay: 0.96s;
}
#frotateG_05 {
  right: 0;
  top: 13px;
  -moz-animation-delay: 1.12s;
  -webkit-animation-delay: 1.12s;
  -o-animation-delay: 1.12s;
  -ms-animation-delay: 1.12s;
  animation-delay: 1.12s;
}
#frotateG_06 {
  right: 4px;
  bottom: 4px;
  -moz-animation-delay: 1.28s;
  -webkit-animation-delay: 1.28s;
  -o-animation-delay: 1.28s;
  -ms-animation-delay: 1.28s;
  animation-delay: 1.28s;
}
#frotateG_07 {
  left: 13px;
  bottom: 0;
  -moz-animation-delay: 1.44s;
  -webkit-animation-delay: 1.44s;
  -o-animation-delay: 1.44s;
  -ms-animation-delay: 1.44s;
  animation-delay: 1.44s;
}
#frotateG_08 {
  left: 4px;
  bottom: 4px;
  -moz-animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  -ms-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
@-moz-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
/* === CSS LOADER */
#feature-grid-load-more,
.load-more-button {
  text-align: center;
}
#feature-grid-load-more button,
.load-more-button button {
  display: inline-block;
}
#crRibbon {
  display: none;
}
/* ==========================================================================
   Media query MIN-WIDTH 600px
   ========================================================================== */
@media only screen and (min-width: 600px) {
  /* Fonts
   ========================================================================== */
  h1,
  h2,
  h3,
  h4 {
    font-family: 'ubuntubold', arial, sans-serif;
    font-weight: normal;
  }
  /* Layout
   ========================================================================== */
  /* CET HEADER */
  #crRibbon {
    display: block;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #1f1f1f;
    font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
    color: #000000;
    font-size: 11px;
    height: 20px;
    margin: 0;
    padding: 3px 0 0 0;
    width: 100%;
  }
  #crRibbon .clear {
    height: auto;
    line-height: 0;
  }
  #crRibbon .login_status {
    margin: 0 10px 0 0;
    padding: 0;
    height: 18px;
    position: absolute;
    right: 0;
    top: 3px;
    text-align: right;
  }
  #crRibbon .login_status .user {
    text-align: right;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    width: 140px;
  }
  #crRibbon .login_status a {
    padding: 0;
    color: #000000;
    text-decoration: underline;
  }
  #crRibbon .login_status a:hover {
    text-decoration: none;
  }
  #crRibbon .login_status .raquo {
    color: #0d9521;
    font-weight: bold;
    font-family: Verdana, Geneva, Helvetica, sans-serif;
    font-size: 9px;
    display: inline;
  }
  #crRibbon .user_display_when_loggedin .raquo {
    color: #c20018;
  }
  #crRibbon #ribbonProject {
    margin: 0 232px 0 10px;
    padding: 0;
    height: 19px;
    overflow: hidden;
  }
  #crRibbon #ribbonProject li {
    margin: 0 8px 8px 0;
    padding: 0;
    display: block;
    float: left;
  }
  #crRibbon #ribbonProject li a {
    display: block;
    margin: 0;
    padding: 1px 0 0 18px;
    height: 15px;
    background: url(../../../shared/img/ribbon_icons.png?r=143000) no-repeat;
    color: #000;
    text-decoration: none;
  }
  #crRibbon #ribbonProject li#ribbonTn a {
    background-position: 0 0;
    padding-left: 22px;
  }
  #crRibbon #ribbonProject li#ribbonRednews a {
    background-position: 0 -160px;
  }
  #crRibbon #ribbonProject li#ribbonFanda a {
    background-position: 0 -240px;
    padding: 1px 0 0 21px;
  }
  #crRibbon #ribbonProject li#ribbonNova a {
    background-position: 0 -16px;
  }
  #crRibbon #ribbonProject li#ribbonVoyo a {
    background-position: 0 -32px;
  }
  #crRibbon #ribbonProject li#ribbonBlog a {
    background-position: 0 -48px;
  }
  #crRibbon #ribbonProject li#ribbonGalerie a {
    background-position: 0 -64px;
  }
  #crRibbon #ribbonProject li#ribbonDoma a {
    background-position: 0 -80px;
  }
  #crRibbon #ribbonProject li#ribbonKrasna a {
    background-position: 0 -96px;
  }
  #crRibbon #ribbonProject li#ribbonPokerfan a {
    background-position: 0 -112px;
  }
  #crRibbon #ribbonProject li#ribbonDobyvatel a {
    background-position: 0 -128px;
  }
  #crRibbon #ribbonProject li#ribbonVybereme a {
    background-position: 0 -144px;
  }
  #crRibbon #ribbonProject li#ribbonICQ a {
    background-position: 0 -176px;
  }
  #crRibbon #ribbonProject li#ribbonCinema a {
    background-position: 0 -206px;
  }
  #crRibbon #ribbonProject li#ribbonPrask a {
    background-position: 0 -224px;
    padding-left: 28px;
  }
  #crRibbon #ribbonProject li#ribbonMediafax a {
    background-position: 0 -259px;
    padding-left: 20px;
  }
  #crRibbon #ribbonProject li#ribbonNovaPlus a {
    background: url(../../../shared/img/ribbon_ico_novaplus.gif) 0 1px no-repeat;
  }
  #crRibbon #ribbonProject li.new a {
    padding: 1px 44px 0 18px;
  }
  #crRibbon #ribbonProject li.new {
    background: url(../../../shared/img/ribbon_icons.png?r=143000) 100% -192px no-repeat;
  }
  #crRibbon #ribbonProject a.active {
    font-weight: bold;
  }
  #crRibbon #ribbonProject li a span {
    text-decoration: underline;
  }
  #crRibbon #ribbonProject li a:hover span {
    text-decoration: none;
  }
  /* /CET HEADER */
  #left_bottom {
    float: left;
    width: 60.34482759%;
  }
  #right_top,
  #right_bottom {
    float: right;
    width: 32.75862069%;
  }
}
/* ==========================================================================
   Header contact box ( MIN-WIDTH 768px)
   ========================================================================== */
@media only screen and (min-width: 768px) {
  #left_top,
  #left_bottom {
    width: 65.10416667%;
    float: left;
  }
  #right_top,
  #right_bottom {
    width: 27.99479167%;
  }
}
/* ==========================================================================
   Header contact box ( MIN-WIDTH 1000px)
   ========================================================================== */
@media only screen and (min-width: 1000px) {
  #container {
    max-width: 1000px;
    margin: 0 auto;
  }
  #content {
    max-width: 980px;
    margin: 0 auto;
  }
  #left_top,
  #left_bottom,
  #right_top,
  #right_bottom,
  #bottom {
    padding: 0;
  }
  #left_top,
  #left_bottom {
    width: 65.30612245%;
  }
  #right_top,
  #right_bottom {
    width: 30.6122449%;
  }
}
#Frontend_Box_Content_Simple p,
#Frontend_box_content_simple_GA p {
  display: none;
}
.site_id_30 #cboxTitle {
  display: none !important;
}
