/*******************************************************************************

	Main cascading stylesheet
	Author: Medio Interactive (http://medio.cz/)

  1. BASE
      1.1 Reset
      1.2 Accessibility Navigation & Hide
      1.3 Clear floated elements
      1.4 Default styles

  2. COMMON
      2.1 Container
      2.2 Header
      2.3 Navigation
      2.4 Content
      2.5 Sidebar
      2.6 Footer

  3. PAGES

	4. PRINT STYLES

*******************************************************************************/
/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/
/* 1.1 Reset
------------------------------------------------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hlavni_obsah, .hlavni_obsah p.source{
    font-size: 14px;
}
/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/
#accessibility-nav,
.hide {
  position: absolute;
  top: -999em;
  left: -999em;
  height: 1px;
  width: 1px;
}
/* 1.3 Clear floated elements
------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.fl{float: left; margin-right: 15px;}
.fr{float: right; margin-left: 15px;}

.tleft{
    text-align: left !important;
}
.tright{
    text-align: right !important;
}
.nodisplay{
    display: none !important;
}

.rozsirit_control{
    display: none;
    position: absolute;
    top: -8px;
    right: 0;
    width: 90px;
    height: 30px;
    background: url(../../images/zvetsit_layout.png) top right no-repeat;
    color: #969696;
    padding-right: 35px;
    font-size: 0.8em
}

.rozsirit_control:hover{
    text-decoration: none;
    color: #969696;
}

.zuzit_layout{
    background: url(../../images/zmensit_layout.png) top right no-repeat;
}



.iframe_box{
    position: relative;
}

a.zvetsit_video, a.zmensit_video{
    font-size: 0.8em;
    float: right;
    display: block;
    width: 55px;
    height: 19px;
    background: url(../../images/video_zvetsit.gif) top right no-repeat;
    padding-right: 25px;
    margin: 5px 0;
}

a.zvetsit_video{
    width: 90px;
}

a.zmensit_video{
    display: none;
    background: url(../../images/video_zmensit.gif) top right no-repeat;
}

table.tAutori thead td, table.tAutori thead th{
    font-weight: bold;
}

#legenda span{
    white-space: nowrap;
}

.foto-autor{
    float: left;
    margin: 0 20px 0 0;
    border-color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}


.clearfix:after,
.container-inner:after,
#navigation ul:after,
#header:after,
.box:after,
.thirds:after,
.third:after,
.footer:after,
.paging:after,
.dataTables_paginate:after,
.gallery:after,
article.article-detail header:after,
.author:after,
.detail-header:after,
.dialog:after,
.tabs:after,
.dialog-inner:after,
.gallery-window-inner:after,
.filter:after,
.map-wrapper:after,
.halfs:after,
.cam:after,
.quarters:after {
  clear: both;
  content: '&nbsp;';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
#accessibility-nav,
.hide {
  position: absolute;
  top: -999em;
  left: -999em;
  height: 1px;
  width: 1px;
}

/* apod - oblibene */

table.tApodOblibene{
    border-collapse: collapse;
    width: 100%;
}

table.tApodOblibene img
{
    max-width: 73px;
    max-height: 73px;
}

table.tApodOblibene div.fl a
{
    width: 73px;
    /*height: 73px;*/
    display: inline-block;
}

table.tApodOblibene td
{
    vertical-align: top;
    text-align: left;
    width: 50%;
}

table.tApodOblibene td div.fl{
    width: 73px;
    height: 73px;
    float: left;
    margin-right: 10px;
}



/* 1.4 Default styles
------------------------------------------------------------------------------*/
html,
body {
  min-height: 100%;
}
html {
  font-size: 100%;
}
body {
  font: 13px/1.538 'Open Sans', Arial, Helvetica, sans-serif;
  background-color: #000;
  background-image: url(../gfx/bg_body.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #1f1f1f;
}
hr {
  display: none;
}
strong, b{
  font-weight: bold;
}
em, i {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
th {
  font-weight: normal;
}
address,
cite,
dfn {
  font-style: normal;
}
li {
  list-style: none;
}
abbr,
acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}
input,
textarea,
select {
  font-family: Arial, Helvetica, sans-serif;
}
a,
a:visited {
  color: #004b8d;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #004b8d;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
img {
  max-width: 100%;
}
figure {
  float: left;
  /*width: 50%;*/
  margin: 0 20px 0 0;
}

figure.zarovnani_right{
    float: right;
    margin: 0 0 0 20px;
}

figure.zarovnani_center{
    float: none;
    margin: 0 auto;
    text-align: center;
}


figure a:hover img {
  border-color: #333;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}



figure figcaption {
  clear: both;
  padding: 7px 0 0;
  font-size: 11px;
  color: #979797;
}
h1,
h2,
h3,
h4 {
  color: #004b8d;
  font-weight: 700;
}
h1 {
  margin: 0 0 10px;
  font-size: 26px;
}
h2 {
  margin: 0 0 1em;
  font-size: 18px;
  line-height: 1.111;
}
h2 a {
  text-decoration: none;
  color: #004B8D !important
}
h2 a:hover {
  text-decoration: underline;
}
h3 {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #98c5dc;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.111;
  text-transform: uppercase;
  color: #0074d9;
}

.box h3 a{
    text-decoration: none;
    color: #0074d9;
}



.boxik{
    padding: 1em;
    width: 30%;
    background: #eee;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.boxik.fl{
    margin: 10px 10px 10px 0;
}

.boxik.fr{
    margin: 10px 0px 10px 10px;
}




h4 {
  font-size: 14px;
  font-weight: 700;
}
.btn,
a.btn,
input[type="submit"] {
  position: relative;
  display: inline-block;
  height: 30px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid #767676;
  line-height: 28px;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #a4a4a4;
  background: -moz-linear-gradient(top, #a4a4a4 0%, #a4a4a4 1%, #666666 99%, #666666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4a4a4), color-stop(1%, #a4a4a4), color-stop(99%, #666666), color-stop(100%, #666666));
  background: -webkit-linear-gradient(top, #a4a4a4 0%, #a4a4a4 1%, #666666 99%, #666666 100%);
  background: -o-linear-gradient(top, #a4a4a4 0%, #a4a4a4 1%, #666666 99%, #666666 100%);
  background: -ms-linear-gradient(top, #a4a4a4 0%, #a4a4a4 1%, #666666 99%, #666666 100%);
  background: linear-gradient(to bottom, #a4a4a4 0%, #a4a4a4 1%, #666666 99%, #666666 100%);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -moz-box-shadow: inset 0 0 6px -3px #ffffff;
  -webkit-box-shadow: inset 0 0 6px -3px #ffffff;
  box-shadow: inset 0 0 6px -3px #ffffff;
}
.btn:hover,
a.btn:hover,
input[type="submit"]:hover {
  background: #b1b1b1;
  background: -moz-linear-gradient(top, #b1b1b1 0%, #b1b1b1 1%, #808080 99%, #808080 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1b1b1), color-stop(1%, #b1b1b1), color-stop(99%, #808080), color-stop(100%, #808080));
  background: -webkit-linear-gradient(top, #b1b1b1 0%, #b1b1b1 1%, #808080 99%, #808080 100%);
  background: -o-linear-gradient(top, #b1b1b1 0%, #b1b1b1 1%, #808080 99%, #808080 100%);
  background: -ms-linear-gradient(top, #b1b1b1 0%, #b1b1b1 1%, #808080 99%, #808080 100%);
  background: linear-gradient(to bottom, #b1b1b1 0%, #b1b1b1 1%, #808080 99%, #808080 100%);
}
.btn::-moz-focus-inner,
a.btn::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn.btn-author,
a.btn.btn-author,
input[type="submit"].btn-author {
  padding: 0 5px 0 25px;
}
.btn.btn-author:before,
a.btn.btn-author:before,
input[type="submit"].btn-author:before {
  position: absolute;
  left: 6px;
  top: 50%;
  content: '';
  display: block;
  width: 15px;
  height: 16px;
  margin-top: -8px;
  background: url(../gfx/sprite.png) -79px 0 no-repeat;
}
.btn.btn-prev,
a.btn.btn-prev,
input[type="submit"].btn-prev,
.btn.btn-next,
a.btn.btn-next,
input[type="submit"].btn-next {
  padding: 0 9px;
}
.btn.btn-prev:before,
a.btn.btn-prev:before,
input[type="submit"].btn-prev:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 8px;
  margin-right: 9px;
  background: url(../gfx/sprite.png) -142px 0 no-repeat;
}
.btn.btn-next:after,
a.btn.btn-next:after,
input[type="submit"].btn-next:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 8px;
  margin-left: 9px;
  background: url(../gfx/sprite.png) -142px -8px no-repeat;
}
.btn.btn-2,
a.btn.btn-2,
input[type="submit"].btn-2 {
  border-color: #0b3961;
  background: #0459a1;
  background: -moz-linear-gradient(top, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0459a1), color-stop(50%, #0f5c9e), color-stop(50%, #0d508c), color-stop(100%, #134777));
  background: -webkit-linear-gradient(top, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
  background: -o-linear-gradient(top, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
  background: -ms-linear-gradient(top, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
  background: linear-gradient(to bottom, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
  -moz-box-shadow: inset 0 3px 2px 0 rgba(4, 101, 186, 0.8);
  -webkit-box-shadow: inset 0 3px 2px 0 rgba(4, 101, 186, 0.8);
  box-shadow: inset 0 3px 2px 0 rgba(4, 101, 186, 0.8);
}
.btn.btn-2:hover,
a.btn.btn-2:hover,
input[type="submit"].btn-2:hover {
  background: #0066ba;
  background: -moz-linear-gradient(top, #0066ba 0%, #0079ce 50%, #0069c6 50%, #0058a6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0066ba), color-stop(50%, #0079ce), color-stop(50%, #0069c6), color-stop(100%, #0058a6));
  background: -webkit-linear-gradient(top, #0066ba 0%, #0079ce 50%, #0069c6 50%, #0058a6 100%);
  background: -o-linear-gradient(top, #0066ba 0%, #0079ce 50%, #0069c6 50%, #0058a6 100%);
  background: -ms-linear-gradient(top, #0066ba 0%, #0079ce 50%, #0069c6 50%, #0058a6 100%);
  background: linear-gradient(to bottom, #0066ba 0%, #0079ce 50%, #0069c6 50%, #0058a6 100%);
  -moz-box-shadow: inset 0 3px 3px 0 rgba(0, 127, 206, 0.8);
  -webkit-box-shadow: inset 0 3px 3px 0 rgba(0, 127, 206, 0.8);
  box-shadow: inset 0 3px 3px 0 rgba(0, 127, 206, 0.8);
}
.btn.btn-inactive,
a.btn.btn-inactive,
input[type="submit"].btn-inactive {
  background: #bbb !important;
  cursor: not-allowed;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
input.text-field,
textarea {
  display: inline-block;
  height: 30px;
  margin: 0;
  padding: 0 1ex;
  border: 1px solid #6fa7c4;
  line-height: 30px;
  background-color: #fff;
  color: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input.text-field:focus {
  border-color: #499bc4;
  color: #000;
}
input[type="text"].valid,
input[type="email"].valid,
input[type="date"].valid,
input[type="password"].valid,
input.text-field.valid {
  background: #ecfaec url(../gfx/bg_valid.png) right center no-repeat;
}
input[type="text"].not-valid,
input[type="email"].not-valid,
input[type="date"].not-valid,
input[type="password"].not-valid,
input.text-field.not-valid {
  background: #faedec url(../gfx/bg_not-valid.png) right center no-repeat;
}
input[type="text"].text-field-short,
input[type="email"].text-field-short,
input[type="date"].text-field-short,
input[type="password"].text-field-short,
input.text-field.text-field-short {
  width: 50px;
}
select {
  display: inline-block;
  margin: 0;
  padding: 4px 1ex;
  border: 1px solid #6fa7c4;
  background-color: #fff;
  color: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
input, textarea {
  font-family: inherit;
}
input.glass {
  position: relative;
  padding-left: 32px;
  background: #ffffff url(../gfx/bg_search.png) 8px center no-repeat;
}
p,
ol,
ul,
table,
dl {
  margin: 0 0 20px;
}
p:last-child,
ol:last-child,
ul:last-child,
table:last-child,
dl:last-child {
  margin: 0;
}
ul li {
  padding: 4px 0 4px 11px;
  background: url(../gfx/bullet_1.png) left 1.1em no-repeat;
}
ol li {
  padding: 4px 0;
  list-style: decimal inside;
}
ol li ol {
  padding: 1ex 0 0 1em;
}
ol li ol li {
  padding: 4px 0;
  list-style: lower-roman inside;
}
dl dt,
dl dd {
  padding: 0 0 1ex;
}
dl dt {
  font-weight: bold;
}
dl dd:last-child {
  padding: 0;
}
blockquote {
  position: relative;
  margin: 0 0 20px;
  padding: 1em 40px;
  border: 1px solid #98c5dc;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
blockquote p {
  font-style: italic;
}
blockquote p:last-child {
  margin: 0 !important;
}
blockquote:before,
blockquote:after {
  position: absolute;
  font-size: 48px;
  line-height: 0;
  color: #c0c0c0;
}
blockquote:before {
  left: 8px;
  top: 0;
  content: '\201E';
}
blockquote:after {
  right: 8px;
  bottom: 10px;
  content: '\201C';
}
table {
  text-align: center;
  font-size: 12px;
  color: inherit;
}
table th,
table td {
  border: 1px solid #98c5dc;
  padding: 4px 10px;
}
table thead {
  font-weight: 700;
}
table thead tr td {
  background: #98c5dc;
}
table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(odd) th {
  background: #edf6fa;
}
table tbody tr:nth-child(even) td,
table tbody tr:nth-child(even) th {
  background: #fff;
}
.small {
  font-size: smaller;
}
/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/
/* 2.1 Container
------------------------------------------------------------------------------*/
.container {
  width: 1000px;
  position: relative;
  margin: 0 auto 50px;
  padding: 0 9px 9px;
  background: rgba(0, 0, 0, 0.1);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 120px, rgba(0, 0, 0, 0.5) 180px, rgba(0, 0, 0, 0.5) 500px, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(120px, rgba(0, 0, 0, 0.1)), color-stop(180px, rgba(0, 0, 0, 0.5)), color-stop(500px, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 120px, rgba(0, 0, 0, 0.5) 180px, rgba(0, 0, 0, 0.5) 500px, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 120px, rgba(0, 0, 0, 0.5) 180px, rgba(0, 0, 0, 0.5) 500px, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 120px, rgba(0, 0, 0, 0.5) 180px, rgba(0, 0, 0, 0.5) 500px, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 120px, rgba(0, 0, 0, 0.5) 180px, rgba(0, 0, 0, 0.5) 500px, rgba(0, 0, 0, 0.5) 100%);
  -moz-box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.2);
}
.container .container-inner {
  padding: 0 20px;
  -moz-box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 150px, rgba(255, 255, 255, 0.5) 300px, #ffffff 500px, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(150px, rgba(255, 255, 255, 0)), color-stop(300px, rgba(255, 255, 255, 0.5)), color-stop(500px, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 150px, rgba(255, 255, 255, 0.5) 300px, #ffffff 500px, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 150px, rgba(255, 255, 255, 0.5) 300px, #ffffff 500px, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 150px, rgba(255, 255, 255, 0.5) 300px, #ffffff 500px, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 150px, rgba(255, 255, 255, 0.5) 300px, #ffffff 500px, #ffffff 100%);
}
/* 2.2 Header
------------------------------------------------------------------------------*/
#header {
  padding: 10px 0;
  background: url(../gfx/bg_header.png) 50% -45px no-repeat fixed;
}
#header .site-name {
  float: left;
  overflow: hidden;
  width: 519px;
  height: 88px;
  margin: 0;
  padding: 0;
  background: url(../gfx/logo_100.png) center center no-repeat;
}
#header .site-name a {
  text-decoration: none;
}
#header .site-name span {
  display: block;
  color: transparent;
}
#header a.site-name {
  text-decoration: none;
}
#header a.site-name span {
  cursor: pointer;
}
#header .login,
#header .search {
  float: right;
}
#header .login {
  margin: -10px 0 0;
  padding: 20px 0 10px;
  color: #fff;
}
#header .login a {
  text-decoration: none;
  color: #fff;
}
#header .login a:hover {
  text-decoration: underline;
}
#header .search {
  clear: right;
}
#header .search input[type="text"] {
  width: 255px;
}
/* 2.3 Navigation
------------------------------------------------------------------------------*/
#navigation {
  clear: both;
  display: table;
  width: 100%;
  padding: 15px 0 0;
  text-align: center;
  font-weight: 600;
}
#navigation ul {
  display: table-row;
  margin: 0;
  -moz-box-shadow: 1px 3px 5px -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 3px 5px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 3px 5px -1px rgba(0, 0, 0, 0.5);
}
#navigation ul li {
  display: table-cell;
  padding: 0;
  background: none;
}
#navigation ul li a, #navigation ul li span {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #00305a #0465ba #00305a #00305a;
  line-height: 50px;
  text-decoration: none;
  background: #0459a1;
  background: -moz-linear-gradient(top, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0459a1), color-stop(50%, #0f5c9e), color-stop(50%, #0d508c), color-stop(100%, #134777));
  background: -webkit-linear-gradient(top, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
  background: -o-linear-gradient(top, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
  background: -ms-linear-gradient(top, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
  background: linear-gradient(to bottom, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 3px 2px 0 rgba(4, 101, 186, 0.8);
  -webkit-box-shadow: inset 0 3px 2px 0 rgba(4, 101, 186, 0.8);
  box-shadow: inset 0 3px 2px 0 rgba(4, 101, 186, 0.8);
}
#navigation ul li a:hover {
  background: #0c3f70;
  background: -moz-linear-gradient(top, #0c3f70 0%, #0e4a81 50%, #0c4070 50%, #0a345b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c3f70), color-stop(50%, #0e4a81), color-stop(50%, #0c4070), color-stop(100%, #0a345b));
  background: -webkit-linear-gradient(top, #0c3f70 0%, #0e4a81 50%, #0c4070 50%, #0a345b 100%);
  background: -o-linear-gradient(top, #0c3f70 0%, #0e4a81 50%, #0c4070 50%, #0a345b 100%);
  background: -ms-linear-gradient(top, #0c3f70 0%, #0e4a81 50%, #0c4070 50%, #0a345b 100%);
  background: linear-gradient(to bottom, #0c3f70 0%, #0e4a81 50%, #0c4070 50%, #0a345b 100%);
  -moz-box-shadow: inset 0 3px 2px 0 rgba(14, 75, 132, 0.8);
  -webkit-box-shadow: inset 0 3px 2px 0 rgba(14, 75, 132, 0.8);
  box-shadow: inset 0 3px 2px 0 rgba(14, 75, 132, 0.8);
}
#navigation ul li:first-child a {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#navigation ul li:last-child a {
  border-right-color: #00305a;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#navigation ul li.active a, #navigation ul li.active span {
  background: #0066ba;
  background: -moz-linear-gradient(top, #0066ba 0%, #0079ce 50%, #0069c6 50%, #0058a6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0066ba), color-stop(50%, #0079ce), color-stop(50%, #0069c6), color-stop(100%, #0058a6));
  background: -webkit-linear-gradient(top, #0066ba 0%, #0079ce 50%, #0069c6 50%, #0058a6 100%);
  background: -o-linear-gradient(top, #0066ba 0%, #0079ce 50%, #0069c6 50%, #0058a6 100%);
  background: -ms-linear-gradient(top, #0066ba 0%, #0079ce 50%, #0069c6 50%, #0058a6 100%);
  background: linear-gradient(to bottom, #0066ba 0%, #0079ce 50%, #0069c6 50%, #0058a6 100%);
  -moz-box-shadow: inset 0 3px 3px 0 rgba(0, 127, 206, 0.8);
  -webkit-box-shadow: inset 0 3px 3px 0 rgba(0, 127, 206, 0.8);
  box-shadow: inset 0 3px 3px 0 rgba(0, 127, 206, 0.8);
}
.toggle-menu {
  display: none;
}
/* 2.4 Content
------------------------------------------------------------------------------*/
#content {
  position: relative;
  float: left;
  width: 622px;
  min-height: 400px;
  padding: 0 0 10px;
}
#content.full-content {
  float: none;
  width: auto;
}
/* 2.5 Sidebar
------------------------------------------------------------------------------*/
#sidebar {
  position: relative;
  float: right;
  width: 304px;
  padding: 0 0 10px;
}
#sidebar h2 {
  font-size: 14px;
}
#sidebar article.article {
  padding-bottom: 20px;
}
#sidebar article.article p {
  font-size: 13px;
}
#sidebar article.article + .more {
  margin-top: -10px;
}
#sidebar .thirds .third {
  float: none;
  margin: 0 0 10px;
}
/* 2.6 Footer
------------------------------------------------------------------------------*/
.footer {
  clear: both;
  padding: 9px 0px 9px 0px;
  color: #979797;
}
.footer a {
  text-decoration: none;
  color: #979797;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-left,
.footer .footer-right {
  float: left;
  width: 50%;
  line-height: 43px;
}
.footer .footer-right {
  text-align: right;
  width: 30%;
}
.footer .footer-left{
    width: 70%;
}

@media all and (max-width: 950px) {
    .footer .footer-left,
    .footer .footer-right {
      line-height: 25px;
    }

    .footer .footer-right{
        min-width: 200px;
    }
    #content iframe {width: 100% !important}
}

@media all and (max-width: 720px) {
    .footer .footer-left,
    .footer .footer-right {
      text-align: center;
      width: 100%;
    }

    .footer .footer-right{
        min-width: 200px;
    }

    .footer .footer-right .icons{
        margin: 0 auto;
    }
}


.footer .footer-right i {
  position: absolute;
  left: 0px;
  bottom: 0;
  display: block;
  width: 232px;
  height: 5px;
  background: url(../gfx/bg_icons.png);
}
.footer .footer-right .icons {
  position: relative;
  float: right;
  width: 232px;
  height: 32px;
  margin: 0 0 0 5px;
  overflow: hidden;
}
.footer .footer-right .icons a {
  position: absolute;
  top: 13px;
  width: 30px;
  height: 28px;
  overflow: hidden;
  line-height: 99em;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer .footer-right .icons a span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../gfx/sprite.png);
  background-repeat: no-repeat;
}

.footer .footer-right .icons a.rss {
  left: 85px;
}


.footer .footer-right .icons a.rss_apod {
  left: 14px;
}

.footer .footer-right .icons a.rss_clanky {
  left: 49px;
}

.footer .footer-right .icons a.rss span {
  background-position: 0 0;
}
.footer .footer-right .icons a.yt {
  left: 120px;
}
.footer .footer-right .icons a.yt span {
  background-position: -30px 0;
}
.footer .footer-right .icons a.fb {
  left: 155px;
}
.footer .footer-right .icons a.fb span {
  background-position: -152px 0;
}
.footer .footer-right .icons a.tw {
  left: 190px;
}
.footer .footer-right .icons a.tw span {
  background-position: -182px 0;
}
.footer .footer-right .icons a:hover {
  top: 3px;
}
#footer {
  text-align: center;
  line-height: 30px;
  color: #fff;
}
#footer a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/
.box {
  position: relative;
  margin: 0 0 10px;
  padding: 12px 17px;
  border: 1px solid #98c5dc;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 30px 0 #d7eaf3;
  -webkit-box-shadow: inset 0 0 30px 0 #d7eaf3;
  box-shadow: inset 0 0 30px 0 #d7eaf3;
}

.box h2{
    margin-bottom: 0.2em;
}

.box.box-clock {
  padding: 9px 4px 9px 44px;
  background-image: url(../gfx/bg_clock.png);
  background-position: 13px center;
  background-repeat: no-repeat;
}
.box.box-clock a {
  position: relative;
  display: block;
  padding: 0 7px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  font-size: 12px;
  line-height: 28px;
  text-decoration: none;
  color: #000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.box.box-clock a span {
  display: inline-block;
  width: 27%;
}
.box.box-clock a b,
.box.box-clock a strong {
  font-weight: bold;
  color: #004b8d;
}
.box.box-clock a b {
  font-size: 16px;
  line-height: 16px;
}
.box.box-clock a strong {
  font-size: 13px;
}
.box.box-clock a:after {
  content: '';
  display: block;
  width: 5px;
  height: 7px;
  margin: -3px 0 0;
  position: absolute;
  right: 9px;
  top: 50%;
  background: url(../gfx/sprite.png) -60px 0 no-repeat;
}
.box.box-clock a:hover {
  border-color: #98c5dc;
  background-color: #fff;
}
.box.box-grey {
  clear: both;
  margin: 0;
  padding: 17px;
  border-color: #c0c0c0;
  background: #f0f0f0;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.box.box-breadcrumbs {
  padding: 5px 17px;
}
.box.box-highlight {
  background: #edf6fa;
}
.box.box-social {
  font-size: 12px;
  color: #656565;
}
.box.box-filter {
  padding-left: 10px;
  padding-right: 10px;
}
.box.box-filter > h3 {
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  border: 0;
  line-height: 30px;
}
.box.box-filter p {
  margin: 0 0 10px;
}
.box.box-filter fieldset {
  display: block;
  margin: 0;
  border: 0;
}
.box.box-filter fieldset.filter-top input[type="text"] {
  width: 82.5%;
  margin: 0 1% 0 0;
}
.box.box-filter fieldset.filter-top input[type="submit"] {
  width: 16%;
}
.box.box-filter fieldset.filter-top input.left {
  float: left;
}
.box.box-filter fieldset.filter-bottom {
  display: none;
  padding: 15px 0 0;
  line-height: 30px;
}
.box.box-filter fieldset.filter-bottom input[type="checkbox"] {
  position: relative;
  top: 2px;
}
.box.box-filter fieldset.filter-bottom .hide-options {
  float: right;
  font-size: smaller;
}
.box.box-filter fieldset.filter-row input[type="text"] {
  width: 460px;
  margin: 0 1ex;
}
.box.box-filter fieldset .btn-author {
  float: right;
  margin: 10px 0 0;
}
.box.box-filter fieldset label {
  color: #000;
}
.box .article {
  padding-bottom: 40px;
}
.box .article + .more {
  margin-top: -30px;
}
.box .article p {
  margin: 0;
}
.box:last-child {
  margin: 0;
}
.dialog {
  font-size: 13px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: none;
}
.dialog .dialog-inner {
  padding: 1em 1ex;
}
.dialog .dialog-inner .col {
  float: left;
  width: 25%;
  padding: 0 2% 0 0;
}
.dialog .dialog-inner .col h3 {
  margin: 0;
  padding: 0;
  border: 0;
}
.dialog .dialog-inner .col ul li {
  padding: 2px 0 2px 11px;
  background-position: 0 .9em;
}
.dialog .dialog-inner .col ul li a {
  text-decoration: none;
}
.dialog .dialog-inner .col ul li a:hover {
  text-decoration: underline;
}
.dialog .dialog-inner .col ul:last-child {
  margin: 0;
}
.dialog .dialog-inner .col .active-authors {
  margin: 0 0 1em;
  padding: 1em;
  border: 1px solid #98c5dc;
  background: #edf6fa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.dialog .dialog-inner .col .active-authors h3 {
  margin: 0 0 1ex;
}
article.article {
  clear: both;

}

#content article.article{
    padding-bottom: 20px;
}

article.article ol li {
  list-style-position: outside;
  margin-left: 1em;
}

article.article pre {
	font-size: 12px;
	font-family: monospace;
}

article.article img {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

article.article img.image {
  float: left;
  margin: 0 20px 0 0;
}
article.article img:hover {
  border-color: #333;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
article.article header {
  padding: 0 0 5px;
  font-size: 12px;
  color: #656565;
}
article.article header time {
  white-space: nowrap;
}
article.article header a {
  text-decoration: none;
  color: #656565;
}
article.article header a:hover {
  text-decoration: underline;
  color: #333;
}
article.article header .category {
  float: right;
  font-size: 11px;
}
article.article header strong {
  color: #333;
}
article.article h2 {
  clear: right;
}
article.article p {
  font-size: 14px;
}
article.article p + h2,
article.article p + h3 {
  padding-top: 20px;
}
article.article p.source {
  font-size: 14px;
  color: #656565;
}
article.article.article-detail header {
  padding-bottom: 10px;
}
article.article.article-detail h2 {
  margin: 0 0 10px;
}
article.article.article-detail p {
  /*margin: 0 0 20px;*/
}
article.article.article-detail img.image {
  margin: 0 0 20px;
}
article.article.article-detail:last-child {
  padding-bottom: 0;
}
.scrollable-wrapper {
  position: relative;
  margin: 0 0 20px;
}
.scrollable-wrapper .scrollable {
  position: relative;
  width: 622px;
  height: 166px;
  overflow: hidden;
}
.scrollable-wrapper .scrollable .items {
  position: absolute;
  width: 9999em;
  height: 166px;
}
.scrollable-wrapper .scrollable .items .item {
  position: relative;
  float: left;
  width: 622px;
  height: 166px;
  padding: 3px 30px;
}
.scrollable-wrapper .scrollable .items .item a {
  position: relative;
  float: left;
  margin: 0 10px 0 0;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.scrollable-wrapper .scrollable .items .item a strong {
  display: block;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 131px;
  height: 158px;
  overflow: hidden;
}

.scrollable-wrapper .scrollable .items .item a img {
    position: absolute;
  height: 158px;
  /*width: 131px;*/
  max-width: none;

}


.scrollable-wrapper .scrollable .items .item a span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.scrollable-wrapper .scrollable .items .item a:last-child {
  margin: 0;
}
.scrollable-wrapper .scrollable .items .item a:hover {
  border-color: #333;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.scrollable-wrapper .scrollable .items .item a:hover span {
  background: rgba(0, 0, 0, 0.9);
}
.scrollable-wrapper .scrollable .browse {
  position: absolute;
  top: 3px;
  display: block;
  width: 20px;
  height: 160px;
  border: 1px solid #767676;
  text-decoration: none;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.3);
  background: #bcbcbc;
  background: -moz-linear-gradient(left, #bcbcbc 0%, #bcbcbc 1px, #a2a2a2 99%, #a2a2a2 100%);
  background: -webkit-gradient(linear, left top, right-top, color-stop(0%, #bcbcbc), color-stop(1px, #bcbcbc), color-stop(99%, #a2a2a2), color-stop(100%, #a2a2a2));
  background: -webkit-linear-gradient(left, #bcbcbc 0%, #bcbcbc 1px, #a2a2a2 99%, #a2a2a2 100%);
  background: -o-linear-gradient(left, #bcbcbc 0%, #bcbcbc 1px, #a2a2a2 99%, #a2a2a2 100%);
  background: -ms-linear-gradient(left, #bcbcbc 0%, #bcbcbc 1px, #a2a2a2 99%, #a2a2a2 100%);
  background: linear-gradient(to right, #bcbcbc 0%, #bcbcbc 1px, #a2a2a2 99%, #a2a2a2 100%);
}
.scrollable-wrapper .scrollable .browse:before {
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../gfx/sprite.png);
  background-repeat: no-repeat;
}
.scrollable-wrapper .scrollable .browse.prev {
  left: 0;
}
.scrollable-wrapper .scrollable .browse.prev:before {
  margin: -6px 0 0 -5px;
  background-position: -65px 0;
}
.scrollable-wrapper .scrollable .browse.next {
  right: 0;
}
.scrollable-wrapper .scrollable .browse.next:before {
  margin: -6px 0 0 -3px;
  background-position: -72px 0;
}
.scrollable-wrapper .scrollable .browse:hover {
  background: #959595;
  background: -moz-linear-gradient(left, #959595 0%, #959595 1px, #787878 99%, #787878 100%);
  background: -webkit-gradient(linear, left top, right-top, color-stop(0%, #959595), color-stop(1px, #959595), color-stop(99%, #787878), color-stop(100%, #787878));
  background: -webkit-linear-gradient(left, #959595 0%, #959595 1px, #787878 99%, #787878 100%);
  background: -o-linear-gradient(left, #959595 0%, #959595 1px, #787878 99%, #787878 100%);
  background: -ms-linear-gradient(left, #959595 0%, #959595 1px, #787878 99%, #787878 100%);
  background: linear-gradient(to right, #959595 0%, #959595 1px, #787878 99%, #787878 100%);
}
.scrollable-wrapper .scrollable .browse.disabled {
  border-color: #bbb;
  background: #ddd;
  cursor: not-allowed;
}
.scrollable-wrapper .show-next {
  display: none;
}
a.hellip {
  text-decoration: none;
  color: inherit;
}
.more {
  margin: 0;
  padding: 0;
  text-align: right;
  font-weight: bold;
}
.more a {
  text-decoration: none;
  color: #0074d9;
}
.more a:hover {
  text-decoration: underline;
}
.image {
  position: relative;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.image img {
  display: block;
  margin: 0 auto;
}
.image span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px;
  line-height: 1.154;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  opacity: 0;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.image span strong {
  display: block;
  padding: 15px 0 0;
  text-align: right;
  font-weight: 400;
}
.image:hover {
  border-color: #333;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.image:hover span {
  opacity: 1;
}
.image:hover span strong:hover {
  text-decoration: underline;
}
.image.contest span,
.image.quarter span {
  opacity: 1;
}
a.action {
  display: block;
  margin: 0 0 15px;
  font-weight: bold;
  text-decoration: none;
  color: #1f1f1f;
}
a.action strong {
  display: block;
  font-weight: normal;
  color: #004b8d;
}
a.action:hover strong {
  text-decoration: underline;
}
.thirds {
  clear: both;
  padding: 0 0 20px;
}
.thirds .third {
  position: relative;
  float: left;
  width: 304px;
  margin: 0 0 0 14px;
}
.thirds .third:first-child {
  margin: 0;
}
.thirds .third .image {
  text-align: center;
}
.thirds .third.third-action {
  min-height: 470px;
  padding: 15px 19px 50px;
  border: 1px solid #c0c0c0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -moz-box-shadow: inset 0 0 24px 0 #e7e7e7;
  -webkit-box-shadow: inset 0 0 24px 0 #e7e7e7;
  box-shadow: inset 0 0 24px 0 #e7e7e7;
}
.thirds .third.third-action img {
  display: block;
  margin: 0 auto 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.thirds .third.third-action img:hover {
  border-color: #333;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.thirds .third.third-action h3 {
  margin: 0 0 5px;
  border: 0;
}

.thirds .third.third-action h3 a{
    color: #0074d9;
    text-decoration: none;
}

.thirds .third.third-action p {
  margin: 0;
}
.thirds .third.third-action p.more {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.copyright {
  padding-bottom: 2em;
  text-align: center;
}

.copyright .reference {
  text-align: center;
  font-size: 12px;
}

.copyright hr{
	display: block;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

.links {
  float: left;
  width: 33.333333%;
  padding: 0 20px 0 0;
}
.links:first-child {
  padding: 0;
}
.links h3 {
  margin: 0;
  border: 0;
}
.links ul {
  margin: 0;
}
.links ul li a {
  color: #333;
  text-decoration: none;
}
.links ul li a:hover {
  text-decoration: underline;
}
input.datepicker,
input.datepicker_apod,
input.datepicker-month,
input.datepicker-month-detail,
input.datepicker-year
 {
  position: relative;
  width: 140px;
  padding: 0 24px 0 5px;
  cursor: pointer;
  background-image: url(../gfx/bg_calendar.png);
  background-position: right center;
  background-repeat: no-repeat;
}
ul.menu {
  margin: 0 0 10px;
  font-size: 14px;
  border: 1px solid #00305a; border-bottom: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ul.menu li {
  display: block;
  padding: 0;
  background: none;
}
ul.menu li a, ul.menu li span {
  line-height: normal;
  position: relative;
  display: block;
  padding: 5px 5px 5px 20px;
  border-top: 1px solid #0465ba;
  border-bottom: 1px solid #00305a;
  text-decoration: none;
  background: #0b518f;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
}
ul.menu li a:hover {
  background: #0069c6;
}
ul.menu li.active > a, ul.menu li.active > span {
  background: #0069c6;
}

ul.menu > li:first-child a, ul.menu > li:first-child span {
  border-top: 0;
}
/*
ul.menu > li:last-child a, ul.menu > li:last-child span {
  border-bottom: 0;
}
*/
ul.menu ul {
  margin: 0;
}
ul.menu ul li a, ul.menu ul li span {
  padding-left: 40px;
  border-top-color: transparent;
  background: #3285cf;
}
ul.menu ul li a:before, ul.menu ul li span:before {
  position: absolute;
  left: 29px;
  top: 50%;
  content: '';
  display: block;
  width: 2px;
  height: 3px;
  margin-top: -2px;
  /*background-image: url(../gfx/sprite.png);
  background-position: -94px 0;
  background-repeat: no-repeat;*/
}
ul.menu ul li a:hover, ul.menu ul li span {
  background: #edf6fa;
  color: #0074d9;
  text-shadow: none;
}
ul.menu ul li a:hover:before, ul.menu ul li span:before {
  width: 5px;
  height: 7px;
  margin-top: -4px;
  background-position: -60px 0;
}
ul.menu ul li.active > a, ul.menu ul li.active > span {
  background: #edf6fa;
  color: #0074d9;
  text-shadow: none;
}
ul.menu ul li.active > a:before, ul.menu ul li.active > span:before {
  width: 5px;
  height: 7px;
  margin-top: -4px;
  background-position: -60px 0;
}
ul.menu ul.menu3 li a, ul.menu ul.menu3 li span {background: #3285CF url(../gfx/menu3sipka.png) no-repeat 34px 13px; padding-left: 45px; color: #fff; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);}
ul.menu ul.menu3 li a:hover, ul.menu ul.menu3 li span {background: #edf6fa url(../gfx/menuHover.png) no-repeat 32px 11px; color: #0074d9; text-shadow: none;}

ul.menu ul.menu4 li a, ul.menu ul.menu4 li span {background: #c0d8ee url(../gfx/menu4sipka.png) no-repeat 45px 13px; color: #0b518f; text-shadow: none; font-size: 14px; padding-left: 56px; border-top: 1px solid #d8e7f4; line-height: normal;}
ul.menu ul.menu4 li.active > a, ul.menu ul.menu4 li a:hover, ul.menu ul.menu4 li span {background: #edf6fa url(../gfx/menuHover.png) no-repeat 43px 11px;}
/*ul.menu4 li a:before, ul.menu4 li span:before {background: none!important;}*/

ul.menu ul.menu5 li a, ul.menu ul.menu5 li span {background-color: #d1e5f6; background-position: 56px 13px; border-top-color: #fff; padding-left: 67px;}
ul.menu ul.menu5 li.active > a, ul.menu ul.menu5 li a:hover, ul.menu ul.menu5 li span {background: #edf6fa url(../gfx/menuHover.png) no-repeat 54px 11px;}

ul.menu ul.menu6 li a, ul.menu ul.menu6 li span {background-color: #dae8f5; background-position: 67px 13px; border-top-color: #fff; padding-left: 78px;}
ul.menu ul.menu6 li.active > a, ul.menu ul.menu6 li a:hover, ul.menu ul.menu6 li span {background: #edf6fa url(../gfx/menuHover.png) no-repeat 65px 11px;}

ul.menu ul.menu7 li a, ul.menu ul.menu7 li span {background-color: #e9f2fa; background-position: 78px 13px; border-top-color: #fff; padding-left: 89px;}
ul.menu ul.menu7 li.active > a, ul.menu ul.menu7 li a:hover, ul.menu ul.menu7 li span {background: #edf6fa url(../gfx/menuHover.png) no-repeat 76px 11px;}

.paging, .dataTables_paginate {
  padding: 0 0 20px;
  text-align: center;
}
.paging span{
  display: inline-block;
  min-width: 30px;
}
.paging a, .dataTables_paginate span span, .dataTables_paginate span.paginate_button{
  display: inline-block;
  text-align: center;
  line-height: 28px;
  min-width: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #767676;
  text-decoration: none;
  background: #a4a4a4;
  background: -moz-linear-gradient(top, #a4a4a4 0%, #a4a4a4 1%, #666666 99%, #666666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4a4a4), color-stop(1%, #a4a4a4), color-stop(99%, #666666), color-stop(100%, #666666));
  background: -webkit-linear-gradient(top, #a4a4a4 0%, #a4a4a4 1%, #666666 99%, #666666 100%);
  background: -o-linear-gradient(top, #a4a4a4 0%, #a4a4a4 1%, #666666 99%, #666666 100%);
  background: -ms-linear-gradient(top, #a4a4a4 0%, #a4a4a4 1%, #666666 99%, #666666 100%);
  background: linear-gradient(to bottom, #a4a4a4 0%, #a4a4a4 1%, #666666 99%, #666666 100%);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -moz-box-shadow: inset 0 0 6px -3px #ffffff;
  -webkit-box-shadow: inset 0 0 6px -3px #ffffff;
  box-shadow: inset 0 0 6px -3px #ffffff;
  color: #fff;
}
.paging a.prev,
.paging a.next,
.dataTables_paginate span.previous,
.dataTables_paginate span.next
{
  position: relative;
}
.paging a.prev:before,
.paging a.next:before,
.dataTables_paginate span.previous:before,
.dataTables_paginate span.next:before {
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  width: 6px;
  height: 8px;
  margin-top: -3px;
  background-image: url(../gfx/sprite.png);
  background-repeat: no-repeat;
}
.paging a.prev, .dataTables_paginate span.previous {
  float: left;
  padding: 0 10px 0 25px;
}
.paging a.prev:before, .dataTables_paginate span.previous:before {
  left: 10px;
  background-position: -96px 0;
}
.paging a.next, .dataTables_paginate span.next {
  float: right;
  padding: 0 25px 0 10px;
}
.paging a.next:before, .dataTables_paginate span.next:before {
  right: 10px;
  background-position: -102px 0;
}
.paging a.active,
.paging a.active:hover,
.dataTables_paginate span.paginate_active,
.dataTables_paginate span.paginate_active:hover
 {
  background: #0074d9;
  border-color: #0074d9;
  -moz-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
}
.paging a:hover,.dataTables_paginate span.paginate_button:hover {
  background: #a4a4a4;
}
a.add {
  position: absolute;
  right: -1px;
  top: -1px;
  display: block;
  padding: 0 7px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  color: #0074d9;
  -moz-border-radius: 0 3px 0 3px;
  -webkit-border-radius: 0 3px 0 3px;
  border-radius: 0 3px 0 3px;
  border: 1px solid #98c5dc;
  text-shadow: 1px 1px 0 #ffffff;
  background: rgba(255, 255, 255, 0.4);
  background-clip: content-box;
}
a.add:hover {
  background: #ffffff;
}
a.add:hover:after {
  position: absolute;
  right: 5px;
  bottom: 28px;
  content: attr(data-title);
  display: block;
  width: 270px;
  padding: 1ex 1em;
  line-height: 16px;
  background: #ffdc73;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #1f1f1f;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
a.add:hover:before {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 19px;
  display: block;
  border-top: 10px solid #ffdc73;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.gallery {
  margin: -18px -18px 0 0;
}
.gallery a {
  float: left;
  margin: 18px 18px 0 0;
}
.gallery a img {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.gallery a:hover img {
  border-color: #333;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.gallery + .more {
  padding-top: 15px;
}
.perex{
  font-weight: 700;
  /*font-size: 1em;*/
  padding-bottom: 15px;
}


.typ-stranky{
    color: black;
    font-size: 0.7em;
}

.social {
  padding: 15px 0 0;
}
.social .fb-like {
  position: relative;
  top: -3px;
}


.author{
    margin:  20px 0;
}

.author h3,
.author h4, .author h4 a {
  color: #1f1f1f;
  text-transform: none;
  font-weight: 700;
}
.author h4 a {
    text-decoration:none;
}

.author h4 a:hover {
    text-decoration:underline;
}


.author h3 {
  margin: 0 0 5px;
  padding: 0;
  border: 0;
  font-size: 18px;
}
.author h3 a {
  text-decoration: none;
  color: #1f1f1f;
}
.author h3 a:hover {
  text-decoration: underline;
}
.author h4 {
  font-size: 12px;
}
.author .author-left,
.author .author-right {
  width: 50%;
  float: left;
}
.author .author-left img {
  float: left;
  margin: 0 20px 0 0;
}
.author .author-left p {
  margin: 0;
  font-size: 11px;
  color: #656565;
}
.author .author-right {
  padding-left: 20px;
  font-size: 12px;
}
.author .author-right ul li {
  padding: 0 0 0 11px;
  background-position: left .8em;
}
.author .author-right ul li a {
  text-decoration: none;
}
.author .author-right ul li a:hover {
  text-decoration: underline;
}
.detail-header {
  padding: 0 0 10px;
}
.detail-header .print,
.detail-header .pdf {
  float: right;
  color: #1f1f1f;
}
.detail-header .print:before,
.detail-header .pdf:before {
  position: relative;
  display: inline-block;
  content: '';
  margin: 0 5px 0 0;
  background-image: url(../gfx/sprite.png);
  background-repeat: no-repeat;
}
.detail-header .print:before {
  top: 2px;
  width: 16px;
  height: 15px;
  background-position: -108px 0;
}
.detail-header .pdf {
  margin-right: 50px;
}
.detail-header .pdf:before {
  top: 4px;
  width: 18px;
  height: 19px;
  margin-top: -4px;
  background-position: -124px 0;
}
.listing {
  padding: 0 0 15px;
  text-align: center;
}
.listing .btn-prev {
  float: left;
}
.listing .btn-next {
  float: right;
}
.listing .datepicker, .listing .datepicker_apod {
  width: 150px;
}
.tabs {
  margin: 15px solid #0074d9;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px solid #0074d9;
}
.tabs li {
  float: left;
  padding: 0;
  margin: 0 2px 0 0;
  background: none;
}
.tabs li a {
  display: block;
  padding: 0 16px;
  text-decoration: none;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #0074d9;
  background: #edf6fa;
}
.tabs li a:hover {
  background: #0069c6;
  background: -moz-linear-gradient(top, #0069c6 0%, #0069c6 0%, #0074d9 100%, #0074d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0069c6), color-stop(0%, #0069c6), color-stop(100%, #0074d9), color-stop(100%, #0074d9));
  background: -webkit-linear-gradient(top, #0069c6 0%, #0069c6 0%, #0074d9 100%, #0074d9 100%);
  background: -o-linear-gradient(top, #0069c6 0%, #0069c6 0%, #0074d9 100%, #0074d9 100%);
  background: -ms-linear-gradient(top, #0069c6 0%, #0069c6 0%, #0074d9 100%, #0074d9 100%);
  background: linear-gradient(to bottom, #0069c6 0%, #0069c6 0%, #0074d9 100%, #0074d9 100%);
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.tabs li.active a {
  background: #0069c6;
  background: -moz-linear-gradient(top, #0069c6 0%, #0069c6 0%, #0074d9 100%, #0074d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0069c6), color-stop(0%, #0069c6), color-stop(100%, #0074d9), color-stop(100%, #0074d9));
  background: -webkit-linear-gradient(top, #0069c6 0%, #0069c6 0%, #0074d9 100%, #0074d9 100%);
  background: -o-linear-gradient(top, #0069c6 0%, #0069c6 0%, #0074d9 100%, #0074d9 100%);
  background: -ms-linear-gradient(top, #0069c6 0%, #0069c6 0%, #0074d9 100%, #0074d9 100%);
  background: linear-gradient(to bottom, #0069c6 0%, #0069c6 0%, #0074d9 100%, #0074d9 100%);
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
table.grid {
  width: 100%;
  margin: 0;
}
table.grid tr th,
table.grid tr td {
  padding: 4px;
  border: 0;
  background: #fff !important;
}
table.grid tr th.inactive .image img,
table.grid tr td.inactive .image img {
  opacity: .7;
}
table.grid tr th.inactive .image img:hover,
table.grid tr td.inactive .image img:hover {
  opacity: 1;
}
table.grid tr th img,
table.grid tr td img {
  max-width: 73px;
  max-height: 73px;
}
table.grid thead td {
  font-weight: normal;
  color: #656565;
}




/* tooltip */

div.tooltip{
    border: 1px solid #666;
    background: #ddd;
    color: black;
    padding: 5px;
    border-radius: 5px;
}

/* Gallery */
.gallery-window .gallery-image {
  float: left;
  width: 765px;
}
.gallery-window .gallery-image img {
  display: block;
  border: 1px solid #000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.gallery-window .gallery-thumbs {
  float: right;
  width: 155px;
}
.gallery-window .gallery-thumbs .gallery-thumbs-inner {
  height: 565px;
  overflow: auto;
  padding: 9px;
  border: 1px solid #c0c0c0;
  background: #f0f0f0;
}
.gallery-window .gallery-thumbs .gallery-thumbs-inner a {
  display: block;
  margin: 0 0 9px;
}
.gallery-window .gallery-thumbs .gallery-thumbs-inner a img {
  display: block;
  margin: 0 auto;
}
.gallery-window .gallery-thumbs .gallery-thumbs-inner a.active img {
  border-color: #004b8d;
}


.gallery-window .gallery-thumbs .gallery-thumbs-inner a img{
    border-width: 3px;
}

.gallery-window .gallery-thumbs .paging {
  padding: 0 0 5px;
}
.gallery-window .gallery-thumbs .paging a {
  color: #fff;
}
.gallery-window .gallery-thumbs .paging a:first-child {
  float: left;
}
.gallery-window .gallery-thumbs .paging a:last-child {
  float: right;
}
.gallery-window .gallery-thumbs .paging a.inactive {
  background: #bbb;
}
div.content {
  /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */

  display: none;
  float: left;
  width: 678px;
}
div.content a,
div.navigation a {
  text-decoration: none;
  color: #777;
}
div.content a:focus,
div.content a:hover,
div.content a:active {
  text-decoration: underline;
}
div.controls {
  margin-top: 5px;
  height: 23px;
}
div.controls a {
  padding: 5px;
}
div.ss-controls {
  float: left;
}
div.nav-controls {
  float: right;
}
div.slideshow-container {
  position: relative;
  clear: both;
  height: 502px;
  /* This should be set to be at least the height of the largest image in the slideshow */

}
div.loader {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  width: 678px;
  height: 502px;
  /* This should be set to be at least the height of the largest image in the slideshow */

}
div.slideshow span.image-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
div.slideshow a.advance-link {
  display: block;
  width: 678px;
  height: 502px;
  /* This should be set to be at least the height of the largest image in the slideshow */

  line-height: 502px;
  /* This should be set to be at least the height of the largest image in the slideshow */

  text-align: center;
}
div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
  text-decoration: none;
}
div.slideshow img {
  vertical-align: middle;
  border: 1px solid #ccc;
  max-height: 502px;
}
div.download {
  float: right;
}
div.caption-container {
  position: relative;
  clear: left;
  height: 75px;
}
span.image-caption {
  display: block;
  position: absolute;
  width: 678px;
  top: 0;
  left: 0;
}
div.caption {
  padding: 12px;
}
div.image-title {
  font-weight: bold;
  font-size: 1.4em;
}
div.image-desc {
  line-height: 1.3em;
  padding-top: 12px;
}
div.navigation {
  /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */

}

#obrazkovy_vypis table td{
     vertical-align: bottom;
}

#obrazkovy_vypis table td a.image{
     vertical-align: bottom;
     display: inline-block !important;
}


table.tVypisAkci{
    background: none;
    width: 100%;
}

table.tVypisAkci tr{
    background: none;
}

table.tVypisAkci td{
    border: none;
    text-align: left;
    vertical-align: top;
}

table.tVypisAkci td.typ-akce-barva{
    vertical-align: top;
    text-align: center;
    width: 25px;
}

table.tVypisAkci td .typ-akce-barva{
    width: 15px;
    height: 15px;
}


.kalendar-levy{
    padding: 20px;
}

.kalendar-levy h4{
    padding: 15px 0 5px 0 ;
}

table.odkazy-kalendar{
    margin-bottom: 0px;
    background: none;
}

table.odkazy-kalendar td{
    padding: 2px;
    border: none;
    padding-right: 15px;
    background: none !important;
}

table.odkazy-kalendar td.right{
    padding-left: 15px;
}

table.odkazy-kalendar td.center{
    text-align: center;
    padding: 0;
}


.kalendar-stranka table{
    border-radius: 3px;
}

.kalendar-stranka table td.den{
    background: #ddd;
}

.kalendar-stranka table td.dnesni span{
    background: #aaa;
    font-weight: bold;
}

.kalendar-stranka table td, .kalendar-stranka table th{
    border: 1px solid #aaa;
    padding: 0;
}

.kalendar-stranka table td.den-v-tydnu{
    font-weight: bold;
    background: #ddd;
    width:  42px;
    height: 40px;
    font-size: 1.2em;
    line-height: 40px;
    background: rgba(166,166,166,1);
    background: rgba(170,170,170,1);
    background: -moz-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(170,170,170,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(170,170,170,1) 0%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#dddddd', GradientType=0 );
}

.kalendar-stranka table td a, .kalendar-stranka table td span{
    display: block;
    width: 42px;
    height: 30px;
    line-height: 30px;
    color: #1f1f1f;
    text-decoration: none;
}


.kalendar-stranka .legenda2{
    float: right;
    background: none;
    width: 180px;
}


.kalendar-stranka .legenda2 th, .kalendar-stranka .legenda2 td{
    border: none;
    background: none;
    vertical-align: middle;
}

.kalendar-stranka .legenda2 td{
    text-align: left;
}

.kalendar-stranka .legenda2 th{
    width: 30px;
    height: 25px;
    line-height: 25px;

}

.kalendar-stranka .legenda2 em{
    padding: 7px;
    background: #aaa;
    font-size: 0;
    border: 1px solid black;
}

.kalendar-stranka .legenda2 .vice-akci em{
    background: #7AC2E5;

}


#googleMapDetail *{
    box-shadow: none;
}






ul.thumbs {
  clear: both;
  margin: 0;
  padding: 0;
  height: 402px;
  overflow: auto;
}
ul.thumbs li {
  float: left;
  padding: 0;
  margin: 5px 10px 5px 3px;
  background: none;
  list-style: none;
}
a.thumb {
  display: block;
}
ul.thumbs li.selected a.thumb img {
  border-color: #333;
}
a.thumb:focus {
  outline: none;
}
ul.thumbs img {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  width: 122px;
  height: 122px;
}
div.pagination {
  clear: both;
  line-height: 30px;
  padding: 1ex 0;
}
div.pagination a,
div.pagination span.current,
div.pagination span.ellipsis {
  display: inline-block;
  min-width: 30px;
  margin: 0 2px 2px 0;
  padding: 0 1ex;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.pagination a {
  background: #a4a4a4;
  background: -moz-linear-gradient(top, #a4a4a4 0%, #9e9e9e 50%, #878787 50%, #666666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4a4a4), color-stop(50%, #9e9e9e), color-stop(50%, #878787), color-stop(100%, #666666));
  background: -webkit-linear-gradient(top, #a4a4a4 0%, #9e9e9e 50%, #878787 50%, #666666 100%);
  background: -o-linear-gradient(top, #a4a4a4 0%, #9e9e9e 50%, #878787 50%, #666666 100%);
  background: -ms-linear-gradient(top, #a4a4a4 0%, #9e9e9e 50%, #878787 50%, #666666 100%);
  background: linear-gradient(to bottom, #a4a4a4 0%, #9e9e9e 50%, #878787 50%, #666666 100%);
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
div.pagination a:hover {
  background: #b1b1b1;
  background: -moz-linear-gradient(top, #b1b1b1 0%, #b1b1b1 1%, #808080 99%, #808080 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1b1b1), color-stop(1%, #b1b1b1), color-stop(99%, #808080), color-stop(100%, #808080));
  background: -webkit-linear-gradient(top, #b1b1b1 0%, #b1b1b1 1%, #808080 99%, #808080 100%);
  background: -o-linear-gradient(top, #b1b1b1 0%, #b1b1b1 1%, #808080 99%, #808080 100%);
  background: -ms-linear-gradient(top, #b1b1b1 0%, #b1b1b1 1%, #808080 99%, #808080 100%);
  background: linear-gradient(to bottom, #b1b1b1 0%, #b1b1b1 1%, #808080 99%, #808080 100%);
}
div.pagination span.current {
  font-weight: bold;
  background: #0074d9;
  color: #fff;
}
.filter {
  padding: 0 0 20px;
}
.filter .filter-left,
.filter .filter-right {
  width: 50%;
}
.filter .filter-left {
  float: left;
  padding: 6px 0 0;
}
.filter .filter-left input,
.filter .filter-left label {
  vertical-align: middle;
}
.filter .filter-left label {
  padding: 0 15px 0 0;
}
.filter .filter-left label.label-cas {
  color: #0069c5;
}
.filter .filter-left label.label-contests {
  color: #2d9937;
}
.filter .filter-left label.label-lectures {
  color: #ac342b;
}
.filter .filter-right {
  float: right;
  text-align: right;
}
.filter .filter-right label {
  padding: 0 3px;
}
.map-wrapper {
  position: relative;
  border: 1px solid #98c5dc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.map-wrapper .map {
  width: 550px;
  height: 590px;
  float: left;
}
.map-wrapper .map .map-iframe {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.map-wrapper .map-events {
  float: right;
  width: 354px;
  height: 590px;
  padding: 1em 0;
  overflow: auto;
  background: #ecf6fa;
}

.map-wrapper .map-events p{
    padding-left: 30px;
    color: gray;
    font-style: italic
}

.map-wrapper .map-events div.poznamka{
    padding-left: 20px;
    color: gray;
    /*font-style: italic;*/
    font-size: 12px;
    padding-bottom: 10px;
}

.map-wrapper .map-events strong.nazev_akce {
  display: block;
  padding: 0 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0074d9;
}
.map-wrapper .map-events h4 {
  clear: both;
}
.map-wrapper .map-events ul li {
  position: relative;
  padding: 10px 10px 10px 30px;
  background: none;
  /*cursor: pointer;*/
}
.map-wrapper .map-events ul li:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 16px;
  width: 4px;
  height: 9px;
}
.map-wrapper .map-events ul li.item-cas:before {
  background: #0069c5;
}
.map-wrapper .map-events ul li.item-contests:before {
  background: #2d9937;
}
.map-wrapper .map-events ul li.item-lectures:before {
  background: #ac342b;
}
.map-wrapper .map-events ul li:hover,
.map-wrapper .map-events ul li.item-hovered {
  background: #fff;
}
.map-wrapper .map-events ul li .active-event {
  font-size: smaller;
  float: right;
  padding: .1ex 1ex;
  border: 1px solid #00d315;
  background: #2d9937;
  color: #fff;
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 0 rgba(16, 91, 23, 0.9);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.map-wrapper .map-events ul li.uplynul *{
    color: gray;
}


.left-col {
  float: left;
  width: 66%;
  padding: 0 2% 0 0;
}
.right-col {
  float: right;
  width: 33%;
}
ul.form-fields {
  padding: 1em 0;
}
ul.form-fields li {
  display: table;
  width: 80%;
  padding: 0 0 20px;
  background: none;
}
ul.form-fields li .label,
ul.form-fields li .input {
  display: table-cell;
  vertical-align: middle;
}
ul.form-fields li .label {
  width: 23%;
  padding: 0 1em 0 0;
  text-align: right;
}
ul.form-fields li .input .text-field {
  display: block;
  width: 100%;
}
ul.form-fields li .input .text-field.text-field-short {
  width: 50px;
}
ul.form-fields li.submit-wrapper div.input {
  text-align: right;
  font-size: 12px;
  line-height: 30px;
  color: #656565;
}
ul.form-fields li.submit-wrapper div.input .btn {
  float: right;
  margin: 0 0 0 1ex;
}

sub {
    font-size: smaller;
    line-height: normal;
    vertical-align: sub;
}

sup {
    font-size: smaller;
    line-height: normal;
    vertical-align: super;
}

sup.req {
  padding: 0 0 0 .5ex;
  color: #ac342b;
}
.halfs article {
  float: left;
  width: 48%;
  padding: 0 0 1em;
}
.halfs article img {
  display: block;
  margin: 0 0 1ex;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.halfs article img:hover {
  border-color: #333;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.halfs article time,
.halfs article .time {
  display: block;
  font-size: 12px;
  color: #656565;
}
.halfs article:nth-child(odd) {
  clear: left;
  margin-right: 4%;
}
article.apod header .date {
  position: relative;
  float: right;
}
article.apod header .date .ui-widget {
  position: absolute;
  right: 0;
  top: 31px;
  z-index: 1000;
}
article.apod header time {
  display: block;
  margin: 0 0 1ex;
  color: #656565;
  font-size: 12px;
}
article.apod img.image {
  display: block;
  margin: 0 auto;
}
p.credits {
  padding: .5ex 0 0;
  color: #656565;
}
p.credits a {
  color: #656565;
}
.cam {
  margin-right: -20px;
  text-align: center;
}
.cam article {
  float: left;
  width: 33.333333%;
  margin: 0 0 1.5em;
  padding: 0 20px 0 0;
  line-height: 1.1;
}
.cam article .cam-img {
  position: relative;
  margin: 1ex 0;

}

.cam .vitezny{
    float: none !important;
    margin: 0 auto;
    margin-bottom: 20px;
}






.cam article .cam-img img {
  display: block;
  margin: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

.cam article .galerie-img a img{
    border: none !important;
    border-style: none !important;
    border-width: 0 !important;
    -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
}

.cam article .galerie-img a:hover img{
    border: none !important;
    border-style: none !important;
    border-width: 0 !important;
    -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
}


.cam article .cam-img a.results,
.cam article .cam-img a.send,
.cam article .cam-img span.send
 {
  position: absolute;
  right: 0;
  font-size: 11px;
  text-decoration: none;

}
.cam article .cam-img a.results:hover,
.cam article .cam-img a.send:hover {
  text-decoration: underline;
}
.cam article .cam-img a.results {
  bottom: 20px;
  padding: .5ex 1em;
  font-size: 11px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}
.cam article .cam-img a.send, .cam article .cam-img span.send {
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 180px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}
.cam article .cam-img img:hover {
  border-color: #333;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.cam article.art-rok:nth-child(3n+1) {
  clear: both;
}

.cam article.art:nth-child(3n+2) {
  clear: both;
}


.cam .ctenarska-galerie article.art{
    clear: none;
}
.cam .ctenarska-galerie article.art:nth-child(3n+4) {
  clear: both !important;
}

/*
.cam .ctenarska-galerie article.art:nth-child(2){
  clear: none
}
*/

p.author {
  margin: 0;
  padding: 1ex 0;
}
.credits-highlight p {
  margin: 0 0 1ex;
}
.quarters {
  margin-right: -2%;
}
.quarters .quarter {
  float: left;
  width: 23%;
  margin: 0 2% 20px 0;
}
.quarters .quarter a span {
  text-align: center;
}
.quarters .quarter:nth-child(4n+1) {
  clear: both;
}
.results .result {
  display: table;
  width: 100%;
}
.results .result .result-header,
.results .result article {
  display: table-cell;
  vertical-align: top;
}
.results .result .result-header {
  width: 10%;
  padding: 0 20px 0 0;
  color: #656565;
}
.results .result .result-header strong {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #000;
}
.results .result article {
  width: 90%;
}
.people dd {
  padding-left: 2em;
}
.people dd:last-child {
  padding: 0 0 0 2em;
}
.people .person {
  display: inline-block;
  width: 30%;
}
.people p {
  margin: 0 0 .5ex;
}
.people p a.small {
  text-decoration: none;
  color: #656565;
}
.people p a.small:hover {
  text-decoration: underline;
}
.short-input {
  width: 100px;
}
table.calc {
  width: 100%;
  table-layout: auto;
}
table.calc tr th,
table.calc tr td {
  vertical-align: top;
  border: 0;
  padding-top: 1ex;
  padding-bottom: 1ex;
  background: none !important;
}
table.calc tr th {
  text-align: right;
  font-weight: bold;
}
table.calc tr.splitter td {
  padding: 0;
  border-bottom: 1px solid #0074d9;
}
table.calc tr.splitter + tr th,
table.calc tr.splitter + tr td {
  padding-top: 2em;
}
.btns {
  text-align: right;
}
.btns .btn {
  margin-left: 1em;
}
@media all and (max-width: 1020px) {
  .container {
    width: auto;
    padding: 0 5px;
  }
  .container .container-inner {
    padding: 0 5px;
  }
  #content {
    width: 65.6666%;
  }
  #sidebar {
    width: 32.3333%;
  }
  .thirds .third {
    width: 32%;
  }
  #header {
    padding: 5px 0 10px;
  }
  #header .search input[type="text"] {
    width: 175px;
  }
  #header .site-name {
    width: 400px;
    height: 69px;
    background-size: contain;
  }
  #header .login {
    padding: 10px 0;
  }
  #navigation {
    padding: 10px 0 0;
  }
  .map-wrapper .map {
    width: auto;
    float: none;
  }
  .map-wrapper .map iframe {
    width: 100%;
  }
  .map-wrapper .map-events {
    float: none;
    width: auto;
  }
  .box.box-clock a span {
    width: 29%;
  }
  .scrollable-wrapper .scrollable {
    width: auto;
    height: auto;
  }
  .scrollable-wrapper .scrollable .items {
    width: auto;
    height: auto;
    position: static;
  }
  .scrollable-wrapper .scrollable .items .item {
    width: auto;
    height: auto;
    /*display: none;*/
  }
  .scrollable-wrapper .scrollable .items .item:last-child {
    display: block;
  }

  .scrollable-wrapper .scrollable .items .item:first-child {
    display: none;
  }

  .scrollable-wrapper .scrollable .items .item-next-first{
    display: block !important;
  }

  .scrollable-wrapper .scrollable .items .item.cloned {
    display: none !important;
  }

  .scrollable-wrapper .scrollable .items .item-next{
    display: none;
  }


  .scrollable-wrapper .scrollable .items .item a {
    margin: 0 1ex 1ex 0;
  }
  .scrollable-wrapper .scrollable .browse {
    display: none;
  }
  .scrollable-wrapper .show-next {
    display: block;
  }
}
@media all and (max-width: 900px) {
  .box.box-clock a span {
    width: 33%;
  }
  .people .person {
    display: block;
    width: auto;
  }
  .people p {
    margin: 0 0 1em;
  }
}
@media all and (max-width: 768px) {
  .container {
    width: auto;
  }
  #content,
  #sidebar, .legenda2 {
    width: auto;
    float: none;
  }
  #sidebar .box .image {
    float: left;
  }
  #header {
    background: none;
  }
  #header .site-name {
    float: none;
    display: block;
    width: 100%;
    height: 80px;
    margin: 0 auto;
  }
  #header .login,
  #header .search {
    float: none;
    text-align: center;
  }
  #header .search input[type="text"] {
    width: 70%;
  }
  #navigation {
    font-size: 12px;
  }
  .thirds .third {
    width: 31.7%;
  }
  .box.box-clock a span {
    display: block;
    width: auto;
  }
  .box.box-filter fieldset.filter-row input[type="text"] {
    width: auto;
    margin: 0 0 1ex;
  }
  .results .result .result-header,
  .results .result article {
    display: block;
    width: auto;
  }
  .filter .filter-left,
  .filter .filter-right {
    float: none;
    width: auto;
  }
  .filter .filter-right {
    text-align: left;
  }
}
@media all and (max-width: 640px) {

  .fl, .fr {
    margin: 0;
    float: none;
    width: 100%;
  }

  a.toggle-menu {
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #00305a #0465ba #00305a #00305a;
    line-height: 50px;
    text-decoration: none;
    background: #0459a1;
    background: -moz-linear-gradient(top, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0459a1), color-stop(50%, #0f5c9e), color-stop(50%, #0d508c), color-stop(100%, #134777));
    background: -webkit-linear-gradient(top, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
    background: -o-linear-gradient(top, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
    background: -ms-linear-gradient(top, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
    background: linear-gradient(to bottom, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 3px 2px 0 rgba(4, 101, 186, 0.8);
    -webkit-box-shadow: inset 0 3px 2px 0 rgba(4, 101, 186, 0.8);
    box-shadow: inset 0 3px 2px 0 rgba(4, 101, 186, 0.8);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  a.toggle-menu:hover {
    background: #0c3f70;
    background: -moz-linear-gradient(top, #0c3f70 0%, #0e4a81 50%, #0c4070 50%, #0a345b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c3f70), color-stop(50%, #0e4a81), color-stop(50%, #0c4070), color-stop(100%, #0a345b));
    background: -webkit-linear-gradient(top, #0c3f70 0%, #0e4a81 50%, #0c4070 50%, #0a345b 100%);
    background: -o-linear-gradient(top, #0c3f70 0%, #0e4a81 50%, #0c4070 50%, #0a345b 100%);
    background: -ms-linear-gradient(top, #0c3f70 0%, #0e4a81 50%, #0c4070 50%, #0a345b 100%);
    background: linear-gradient(to bottom, #0c3f70 0%, #0e4a81 50%, #0c4070 50%, #0a345b 100%);
    -moz-box-shadow: inset 0 3px 2px 0 rgba(14, 75, 132, 0.8);
    -webkit-box-shadow: inset 0 3px 2px 0 rgba(14, 75, 132, 0.8);
    box-shadow: inset 0 3px 2px 0 rgba(14, 75, 132, 0.8);
  }
  #navigation ul {
    display: none;
  }
  #navigation ul li {
    display: block;
  }
  .thirds .third,
  .thirds .third:first-child {
    float: none;
    width: auto;
    margin: 0 0 1ex;
  }
  .thirds .third.third-action {
    min-height: 1px;
  }
  .links {
    float: none;
    width: auto;
    margin: 0 0 1ex;
    padding: 0;
  }
  .links:last-child {
    margin: 0;
  }
  .footer .footer-left,
  .footer .footer-right {
    float: none;
    width: auto;
    text-align: center;
    line-height: 1.4;
  }
  .footer .footer-right .icons {
    float: none;
    margin: 0 auto;
  }
  .box.box-filter > h3 {
    float: none;
  }
  .box.box-filter fieldset label,
  .box.box-filter fieldset input,
  .box.box-filter fieldset.filter-top input[type="submit"] {
    display: block;
    width: auto;
  }
  .box.box-filter fieldset.filter-top input[type="text"] {
    width: 100%;
    margin: 0 0 5px;
  }
  .box.box-filter fieldset .btn-author {
    float: none;
    margin-top: 10px;
  }
  article.article ol li {
    list-style-position: outside;
    margin-left: 1em;
  }
  article.article header a {
    display: block;
  }
  article.article header .category {
    float: none;
  }
  .paging a.prev,
  .paging a.next {
    display: block;
    float: none;
  }
  .paging a.prev {
    margin: 0 0 5px;
  }
  .paging .next {
    margin: 5px 0 0;
  }
  .detail-header .print,
  .detail-header .pdf {
    display: none;
  }
  .filter .filter-left label {
    padding: 0;
  }
  .filter .filter-right input {
    display: block;
  }
  .quarters .quarter {
    width: 48%;
  }

  .legenda2{
    float: none !important;
  }

   .map-wrapper .map {
    height: auto !important;
  }
  .map-wrapper .map .map-iframe {
    height: auto !important;
    width: 100% !important;
  }

}
@media all and (max-width: 480px) {
  .listing a.btn,
  .listing .datepicker,
  .listing .datepicker_apod {
    display: block;
    width: 100%;
    margin: 5px 0;
    float: none;
  }

  .legenda2{
    float: none !important;
  }

  .tabs li a {
    padding: 0 5px;
    font-size: 13px;
  }
  ul.form-fields li {
    display: block;
    width: auto;
  }
  ul.form-fields li .label,
  ul.form-fields li .input {
    display: block;
    width: auto;
  }
  ul.form-fields li .label {
    text-align: left;
  }
  .left-col,
  .right-col {
    float: none;
    width: auto;
  }
  .left-col {
    padding: 0 0 1ex;
  }

  /* kalendar*/
  .kalendar-stranka table td.den-v-tydnu,
  .kalendar-stranka table td a, .kalendar-stranka table td span {
    width: auto !important;
  }

  .map-wrapper .map {
    height: auto !important;
  }
  .map-wrapper .map .map-iframe {
    height: auto !important;
    width: 100% !important;
  }

  .kalendar-stranka table#kalendar {
    width: 100% !important;
  }

  .kalendar-stranka table#kalendar td {
    width: 14.2% !important;
  }

  .odkazy-kalendar td .btn span {
    display: none;
  }

  .resp-form table th, .resp-form table td {
    display: block;
    width: 100%;
    text-align: left !important;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (max-width: 360px) {
  form.resp-form table td input.short-input {
    width: 100% !important;
    margin-bottom: 5px;
  }
}


.nic{
    display: none !important;
}

form.form table td{
    text-align: left;
}

form.form table th{
    vertical-align: top;
}

form.form table td textarea{
    height: 150px;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    overflow: auto;
}

form.form table td input[type=text]{
    width: 100%;
}

form.form table td input.short-input{
    width: 100px;
}

form.form table td textarea.velka-textarea{
    height: 300px;
}

input.req, textarea.req	{background: url('../../images/req.gif') no-repeat white right top;}
span.req {background: url('../../images/req.gif') no-repeat left top; padding: 3px}

.ok, .chyba {border: 1px solid; margin: 10px 0px 10px 0; padding: 8px 10px 8px 43px!important; background-repeat: no-repeat; background-position: 15px center;}
.ok {color: #4F8A10; background-color: #DFF2BF; background-image:url('../../images/ok.png');
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: #9ea4a7 1px 1px 3px; -moz-box-shadow: #9ea4a7 1px 1px 3px; box-shadow: #9ea4a7 1px 1px 3px; behavior: url(/PIE.php); position: relative; z-index:1;}
.chyba {color: #9F6000; background-color: #FEEFB3; background-image: url('../../images/chyba.png');
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: #9ea4a7 1px 1px 3px; -moz-box-shadow: #9ea4a7 1px 1px 3px; box-shadow: #9ea4a7 1px 1px 3px; behavior: url(/PIE.php); position: relative; z-index:1;}

.cleaner	{clear: both;}


table.noformat tbody tr th, table.noformat tbody tr td{
    border: none;
    background: none;
}

#tabs_tagy .ui-tabs-nav{
    margin-bottom: 15px !important;
}

#tabs_tagy .ui-tabs-panel{
    padding: 0 1.4em !important;
}

.box_souvisejici_fotografie a{
    margin: 0;
    float: none;
}

.box_souvisejici_fotografie .gallery div{
    width: 122px;
    height: 122px;
    float:left;
    margin: 18px 18px 0 0;
}

.box_souvisejici_fotografie .gallery div img{
    max-width: 122px;
    max-height: 122px;
}







/* 4. PRINT STYLES
--------------------------------------------------------------------------------
==============================================================================*/
@media print {
  body {
    font: normal normal 12pt/1.5em "Times New Roman", Times, serif;
  }
  a[href]:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
  }
  a[href^="/"]:after {
    content: " (http://domain.com" attr(href) ") ";
  }
  ol#accessibility-nav,
  .hide {
    display: none !important;
  }
}


#tCtenari tr td{
    vertical-align: top;
}


#tCtenari_length{
    display: none;
}

#tCtenari_first, #tCtenari_last{
    display: none;
}

.dataTables_paginate span span.paginate_button, .dataTables_paginate span span.paginate_active{
    margin: 0 1px;
}

.dataTables_info{
    margin-bottom: 10px;
}

table#tCtenari thead th{
    text-align: left;
}

table#tCtenari thead th.sorting, table#tCtenari th.sorting_desc, table#tCtenari th.sorting_asc{
    cursor: pointer;
}

table#tCtenari th.sorting_desc span{
    background:  url(../../images/sort_desc.png) no-repeat 5px center;
    padding-left: 25px;
}


table#tCtenari th.sorting_asc span{
    background: url(../../images/sort_asc.png) no-repeat 5px center;
    padding-left: 25px;
}

table#tCtenari th.sorting span{
    background:  url(../../images/sort_both.png) no-repeat 5px center;
    padding-left: 25px;
}

#tCtenari_filter{
    display: none;
}


/* google maps */

#googleMap{
        border: 1px dashed #C0C0C0;
        width: 585px;
        height: 700px;
      }

.gmnoprint, .gmnoprint *{
    z-index: 100000 !important;
}

.gmnoprint, .gmnoprint img{
    max-width: none !important;
}



      /* cluster */
      .cluster{
      	color: #FFFFFF;
      	text-align:center;
      	font-family: Verdana;
      	font-size:14px;
      	font-weight:bold;
      	text-shadow: 0 0 2px #000;
        -moz-text-shadow: 0 0 2px #000;
        -webkit-text-shadow: 0 0 2px #000;
      }
      .cluster-1{
        background: url(/images/gmap-cluster.png) no-repeat;
        line-height:53px;
      	width: 53px;
      	height: 53px;
      }
      .cluster-2{
        background: url(/images/gmap-cluster.png) no-repeat;
        line-height:53px;
      	width: 53px;
      	height: 53px;
      }
      .cluster-3{
        background: url(/images/gmap-cluster.png) no-repeat;
        line-height:53px;
      	width: 53px;
      	height: 53px;
      }

      /* infobulle */
      .infobulle{
        overflow: hidden;
        cursor: default;
        clear: both;
        position: relative;
        padding: 0;
        background-color: white;
        border-radius: 4px 4px;
        -moz-border-radius: 4px 4px;
        -webkit-border-radius: 4px 4px;
        border: 1px solid #1f1f1f;
        -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.75);
        box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.75);

      }

      .infobulle .text{
        color: #1f1f1f;
        font-size:11px;
        /*font-weight:bold;*/
        line-height:20px;
        padding:4px;

      }

      .infobulle.akce .text{
        white-space: nowrap;

      }

      .infobulle strong{
        font-size:12px;
        line-height:20px;
      }

      .infobulle img{
        margin: 0 auto;
        text-align: center;
      }



      .arrow{
        position: absolute;
        left: 45px;
        height: 0;
        width: 0;
        margin-left: 0;
        border-width: 10px 10px 0 0;
        border-color: white transparent transparent;
        border-style: solid;
      }


/* responzivni dialogove okno galerie */
.ui-dialog{
    max-width:  980px;
}

@media all and (max-width: 980px) {
    .gallery-window .gallery-thumbs,
    .gallery-window .gallery-image{
     float: none;
     width: 100%;
    }

    .gallery-window .gallery-thumbs .gallery-thumbs-inner a{
        display: inline-block;
        /*float: left;*/
        margin:  5px;
    }

    .gallery-window .gallery-thumbs .gallery-thumbs-inner{
        height: 150px;
        width: 100%;
        white-space: nowrap;

        overflow-y: hidden;
        overflow: hidden;
        overflow-x: auto  !important;

    }

    .gallery-image img{margin: 5px auto;}

    .gallery-image div{
        margin: 10px auto;
        text-align: center;
    }

    .gallery-window .gallery-thumbs .gallery-thumbs-inner a img{
        height: 120px;
        width: auto;
    }

}



@media all and (max-width: 640px) {

    .gallery-thumbs-inner{
     display: none;
    }

    .gallery-window .gallery-thumbs .paging a{
        width: 40%;
        font-size: 25px;
        line-height: 40px;
        height: 40px;
    }

}







.termsfeed-com---palette-light.termsfeed-com---nb{
	background: #f0f0f0 !important
}


.termsfeed-com---nb .cc-nb-okagree, 
.termsfeed-com---nb .cc-nb-reject, 
.termsfeed-com---nb .cc-cp-foot-save,
.termsfeed-com---nb .cc-nb-changep {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400 !important;
    color: #fff !important;
    background-color: rgba(191,131,19) !important;
	text-decoration: none;
	padding: 7px 20px;
	font-size: 1rem;
	text-transform: uppercase !important;
	padding-right: 1rem !important;
	font-weight: normal !important;
}

.termsfeed-com---nb .cc-nb-okagree
{
  border-color: #0b3961;
  background: #0459a1;
  background: -moz-linear-gradient(top, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0459a1), color-stop(50%, #0f5c9e), color-stop(50%, #0d508c), color-stop(100%, #134777));
  background: -webkit-linear-gradient(top, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
  background: -o-linear-gradient(top, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
  background: -ms-linear-gradient(top, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
  background: linear-gradient(to bottom, #0459a1 0%, #0f5c9e 50%, #0d508c 50%, #134777 100%);
  -moz-box-shadow: inset 0 3px 2px 0 rgba(4, 101, 186, 0.8);
  -webkit-box-shadow: inset 0 3px 2px 0 rgba(4, 101, 186, 0.8);
  box-shadow: inset 0 3px 2px 0 rgba(4, 101, 186, 0.8);
}

.termsfeed-com---nb .cc-nb-okagree:hover
{
  background: #0066ba !important;
background: -moz-linear-gradient(top, #0066ba 0%, #0079ce 50%, #0069c6 50%, #0058a6 100%)  !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0066ba), color-stop(50%, #0079ce), color-stop(50%, #0069c6), color-stop(100%, #0058a6)) !important;
background: -webkit-linear-gradient(top, #0066ba 0%, #0079ce 50%, #0069c6 50%, #0058a6 100%) !important;
background: -o-linear-gradient(top, #0066ba 0%, #0079ce 50%, #0069c6 50%, #0058a6 100%) !important;
background: -ms-linear-gradient(top, #0066ba 0%, #0079ce 50%, #0069c6 50%, #0058a6 100%) !important;
background: linear-gradient(to bottom, #0066ba 0%, #0079ce 50%, #0069c6 50%, #0058a6 100%) !important;
-moz-box-shadow: inset 0 3px 3px 0 rgba(0, 127, 206, 0.8) !important;
-webkit-box-shadow: inset 0 3px 3px 0 rgba(0, 127, 206, 0.8) !important;
box-shadow: inset 0 3px 3px 0 rgba(0, 127, 206, 0.8) !important;
}



.termsfeed-com---nb .cc-nb-reject{
	background: #707070 !important;
}


.termsfeed-com---nb .cc-nb-changep {
	background: none !important;
  color: #333 !important;
}

.termsfeed-com---nb .cc-nb-main-container{
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.termsfeed-com---palette-light #cc-nb-text.cc-nb-text{
	/*content: var("Cookies používáme k zajištění fungování webových stránek, analýze návštěvnosti a přizpůsobení obsahu a reklam.")*/
}

.termsfeed-com---nb .cc-nb-main-container{
	padding: 1rem !important;

}

#termsfeed-com---nb{
  -webkit-box-shadow: -5px -4px 20px 2px rgba(0,0,0,0.15); 
  box-shadow: -5px -4px 20px 2px rgba(0,0,0,0.15);
}

.termsfeed-com---nb .cc-nb-text{
	font-size: 15px !important;
}

.termsfeed-com---nb .cc-nb-title{
	font-size: 18px !important;
}
