@charset "windows-1250";
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,700&subset=latin-ext);
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.dumb_only {
  position: fixed;
  top: -200px;
  left: -200px;
}
.show {
  content: "";
  display: block;
}
.absolut {
  position: absolute;
  top: 0;
  left: 0;
}
.dots {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
*[class*='col'] {
  float: left;
  zoom: 1;
}
*[class*='col']:before,
*[class*='col']:after {
  content: "";
  display: table;
}
*[class*='col']:after {
  clear: both;
}
.col-10 {
  width: 10%;
}
.col-20 {
  width: 20%;
}
.col-25 {
  width: 25%;
}
.col-30 {
  width: 30%;
}
.col-33 {
  width: 33.33333333%;
}
.col-40 {
  width: 40%;
}
.col-45 {
  width: 45%;
}
.col-50 {
  width: 50%;
}
.col-55 {
  width: 55%;
}
.col-42 {
  width: 41.66666667%;
}
.col-58 {
  width: 58.33333333%;
}
.col-70 {
  width: 70%;
}
.col-75 {
  width: 75%;
}
.col-80 {
  width: 80%;
}
.col-100 {
  width: 100%;
}
a[class^="addthis"] {
  padding: 0;
  margin-right: 4px;
}
a[class^="addthis"] span {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
a[class^="addthis"] span svg {
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
a[class^="addthis"] span:hover svg {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.addthis_32x32_style .addthis_counter.addthis_bubble_style,
.addthis_32x32_white_style .addthis_counter.addthis_bubble_style {
  background: none !important;
}
.addthis_32x32_style .addthis_counter.addthis_bubble_style a.addthis_button_expanded,
.addthis_32x32_white_style .addthis_counter.addthis_bubble_style a.addthis_button_expanded {
  -webkit-border-radius: 50% !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 50% !important;
  -moz-background-clip: padding !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  width: 42px !important;
  height: 32px !important;
  background: #2D577B !important;
  padding: 0 !important;
  color: white !important;
  position: relative!important;
}
.addthis_32x32_style .addthis_counter.addthis_bubble_style a.addthis_button_expanded:before,
.addthis_32x32_white_style .addthis_counter.addthis_bubble_style a.addthis_button_expanded:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #2D577B transparent transparent transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fira {
  font-family: 'Fira Sans', sans-serif;
}
#mobile.mbl-menu {
  display: none;
}
@media screen and (max-width: 1000px) {
  #mobile.mbl-menu {
    display: block;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 60px;
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border: none;
    cursor: pointer;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    background: none;
    -webkit-perspective: 1000;
    position: fixed;
    top: 18px;
    right: 18px;
    font-family: 'Fira Sans', sans-serif;
    z-index: 10000;
  }
  #mobile.mbl-menu:focus {
    outline: none;
    background: none;
  }
  #mobile.mbl-menu span {
    display: block;
    position: absolute;
    top: 17px;
    left: 0px;
    right: 0px;
    height: 7px;
    background: white;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-border-radius: 30% / 110% 0%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 30% / 110% 0%;
    -moz-background-clip: padding;
    border-radius: 30% / 110% 0%;
    background-clip: padding-box;
  }
  #mobile.mbl-menu span:before,
  #mobile.mbl-menu span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 7px;
    background: white;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-border-radius: 30% / 110% 0%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 30% / 110% 0%;
    -moz-background-clip: padding;
    border-radius: 30% / 110% 0%;
    background-clip: padding-box;
  }
  #mobile.mbl-menu span:before {
    top: -10px;
    -webkit-transition-property: top, -webkit-transform;
    -moz-transition-property: top, -moz-transform;
    -o-transition-property: top, -o-transform;
    transition-property: top,-webkit-transform,-moz-transform,-o-transform,transform;
  }
  #mobile.mbl-menu span:after {
    bottom: -10px;
    -webkit-transition-property: bottom, -webkit-transform;
    -moz-transition-property: bottom, -moz-transform;
    -o-transition-property: bottom, -o-transform;
    transition-property: bottom,-webkit-transform,-moz-transform,-o-transform,transform;
  }
  #mobile.mbl-menu p {
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    height: 10px;
    width: 100%;
    text-transform: uppercase;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  #mobile.mbl-menu.is-active {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    right: 240px;
  }
  #mobile.mbl-menu.is-active span,
  #mobile.mbl-menu.is-active span:before,
  #mobile.mbl-menu.is-active span:after {
    background: white;
  }
  #mobile.mbl-menu.is-active span {
    background: rgba(0, 0, 0, 0);
  }
  #mobile.mbl-menu.is-active span:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #mobile.mbl-menu.is-active span:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #mobile.mbl-menu.is-active p {
    color: white;
  }
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background: black;
  font-family: 'Fira Sans', sans-serif;
  font-size: small;
  line-height: 140%;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  color: #2D577B;
}
img {
  border: 0 none;
}
hr {
  background: #cccccc;
  border: none;
  clear: both;
  color: #cccccc;
  height: 1px;
}
a {
  color: #407db0;
  text-decoration: none;
}
a:link {
  color: #407db0;
  text-decoration: none;
}
a:visited {
  color: #407db0;
  text-decoration: none;
}
a:hover {
  color: #407db0;
  text-decoration: underline;
}
#page {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#content {
  position: relative;
  width: 100%;
  height: 100%;
}
#header {
  display: block;
  height: 50px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #header > a:first-child img {
    width: 83px;
    height: auto;
    margin: 13px 0 0px;
  }
}
span.counter {
  font-size: 26px;
  left: 0px;
  line-height: 26px;
  position: absolute;
  top: 105px;
  text-align: center;
  width: 290px;
}
@media screen and (max-width: 1000px) {
  span.counter {
    width: 190px;
  }
}
h1 {
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0 10px 0;
}
a.aprev,
a.anext {
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 29px;
  height: 29px;
  width: 40px;
  position: absolute;
  top: 105px;
  z-index: 2;
}
a.aprev:before,
a.anext:before {
  position: absolute;
  width: 0px;
  height: 0px;
  content: "";
  display: block;
  border-style: solid;
}
a.aprev {
  left: 0;
}
a.aprev:before {
  border-width: 8px 10px 8px 0;
  border-color: transparent #2D577B transparent transparent;
}
a.anext {
  right: 0;
}
a.anext:before {
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #2D577B;
  left: auto;
  right: 0;
}
a.aclose {
  color: white;
  display: inline-block;
  font-size: 0;
  line-height: 29px;
  padding-right: 40px;
  position: absolute;
  right: 0px;
  top: 10px;
}
a.aclose:before,
a.aclose:after {
  content: "";
  display: block;
  width: 3px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 6px;
  background: #2D577B;
}
a.aclose:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.aclose:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#fotoimage {
  float: left;
  text-align: center;
  height: 100%;
  width: calc(100% - 330px);
  position: relative;
}
@media screen and (max-width: 1000px) {
  #fotoimage {
    width: 100%;
  }
}
#fotoimage a {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fotoimage a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
#fotoimage a > img,
#fotoimage > img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
#popis {
  float: left;
  font-size: 14px;
  margin: 5px 10px 10px 10px;
  width: 290px;
}
#edit {
  font-size: 14px;
  padding: 10px;
}
#edit a {
  text-decoration: underline;
}
h4 {
  margin: 0 0 10px 0;
  padding: 0;
}
#hodnoceni {
  background: white;
  border-radius: 10px;
  float: left;
  font-size: 14px;
  margin: 10px 10px 10px 10px;
  padding: 10px;
  width: 640px;
}
#fotoinfo {
  box-sizing: border-box;
  background: white;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 330px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  #fotoinfo {
    right: -230px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    width: 230px;
  }
  #fotoinfo.is-active {
    right: 0;
  }
}
.addthis_toolbox {
  margin-top: 100px;
}
#fotoad {
  position: absolute;
  right: 10px;
  top: 360px;
  width: 300px;
}
@media screen and (max-width: 1000px) {
  #fotoad {
    display: none;
  }
}
.clearer {
  clear: both;
}
.PSR_stars {
  margin: 0;
  overflow: hidden;
  padding: 10px 0 0 0;
}
.PSR_stars p {
  clear: both;
  margin: 3px 0 0 0;
  padding: 0;
  text-align: center;
}
* html .PSR_stars .star {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.PSR_no_star,
.PSR_half_star,
.PSR_full_star,
.PSR_no_voting_star,
.PSR_half_voting_star,
.PSR_full_voting_star {
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 15px;
  text-align: left;
  text-indent: -1000em;
  width: 17px;
}
.PSR_no_voting_star {
  background-image: url(/styles/stars/stars/no_star.png);
  cursor: pointer;
}
.PSR_half_voting_star {
  background-image: url(/styles/stars/stars/half_voting_star.png);
  cursor: pointer;
}
.PSR_full_voting_star {
  background-image: url(/styles/stars/stars/full_voting_star.png);
  cursor: pointer;
}
.PSR_no_star {
  background-image: url(/styles/stars/stars/no_star.png);
}
.PSR_full_star {
  background-image: url(/styles/stars/stars/full_star.png);
}
.PSR_half_star {
  background-image: url(/styles/stars/stars/half_star.png);
}
.PSR_votes {
  padding-left: .5em;
}
