/* global sajze */
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* variables */
/* base */
body {
  font-size: 1em;
  color: #222;
  font-family: Titillium Web, sans-serif;
  background-color: #fff;
}
@media (min-width: 40em) {
  body {
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-color: #fff;
    background-image: url('/images/trebonsko.jpg?v2');
  }
}
h1,
h2,
h3,
ul,
ol,
p,
table,
form {
  margin: 0.75em 0 0 0;
  line-height: 1.25em;
}
h1 {
  font-size: 2em;
  margin-top: 0;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 1.75em;
  color: #a7231e;
}
h3 {
  font-size: 1.25em;
}
a {
  color: #000;
}
a:hover {
  color: #a7231e;
}
p > img,
div > img {
  max-width: 100%;
}
h2 > a {
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
/* layout & modules */
.page {
  padding: 1em 0;
  max-width: 56em;
  margin: 0 auto;
}
@media (min-width: 40em) {
  .page {
    padding-top: 0;
  }
}
.header {
  position: relative;
  margin-top: 0;
}
@media (min-width: 60em) {
  .header {
    height: 11em;
    padding-top: 1.5em;
  }
}
.content {
  margin: 1em;
}
@media (min-width: 40em) {
  .content {
    background: rgba(255,255,255,0.9);
    padding: 1.5em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    -webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.35);
    box-shadow: 0 0 0.5em rgba(0,0,0,0.35);
  }
}
@media (min-width: 60em) {
  .content {
    margin: 0;
  }
}
.logo {
  display: block;
  margin: 0 auto;
  width: 10em;
  height: auto;
}
@media (min-width: 32em) {
  .logo {
    width: 12em;
  }
}
@media (min-width: 40em) {
  .logo {
    position: relative;
    top: 4em;
    margin-bottom: 6em;
  }
}
@media (min-width: 60em) {
  .logo {
    position: absolute;
    left: 0.5em;
    top: 1em;
    z-index: 2;
    margin-top: 0;
  }
}
.cl {
  clear: left;
}
@media (min-width: 40em) {
  .nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
  .nav #nav,
  .nav .lang {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 60em) {
  .nav {
    position: absolute;
    left: 0;
    auto: 0;
    right: 0;
    top: 0;
    text-align: right;
    margin-top: 2em;
  }
}
#nav {
  margin: 1em 0;
  padding: 0.25em;
  text-align: center;
  background: rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
}
#nav > ul {
  margin: 0;
}
#nav > ul > li {
  display: inline;
  position: relative;
}
#nav > ul > li > a {
  display: inline-block;
  padding: 0.25em 0.5em;
}
#nav > ul > li > ul {
  display: none;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 1.4em;
  -webkit-box-shadow: 0 0.25em 0.25em rgba(0,0,0,0.25);
  box-shadow: 0 0.25em 0.25em rgba(0,0,0,0.25);
  border-top: none;
  text-align: left;
  padding: 0.5em;
  background: #f9f9f9;
}
#nav > ul > li > ul > li > a {
  display: block;
  padding: 0.25em;
}
#nav > ul > li:hover > ul {
  display: block;
}
#nav ins {
  display: none;
}
#nav a {
  text-decoration: none;
}
@media (min-width: 40em) {
  #nav {
    margin: 0;
    background: none;
    font-weight: 700;
  }
  #nav > ul > li > a {
    padding: 0.75em;
  }
}
@media (min-width: 40em) {
  #nav {
    font-size: 1.125em;
  }
}
.footer {
  padding: 0 1em;
}
.footer1,
.footer2 {
  font-size: 0.85em;
}
.footer1 {
  float: left;
}
.footer2 {
  float: right;
}
.lang {
  position: absolute;
  right: 1em;
  top: 0;
  margin: 0;
  background: rgba(0,0,0,0.1);
}
.lang > a {
  display: block;
  text-decoration: none;
  padding: 0.25em;
}
.lang > a:hover {
  color: inherit;
}
.lang > a > * {
  display: inline-block;
  vertical-align: middle;
}
.lang img {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 0.25em;
}
.lang:hover {
  background: rgba(0,0,0,0.2);
}
@media (min-width: 40em) {
  .lang {
    position: static;
    text-align: right;
  }
  .lang a {
    margin-left: 0.25em;
  }
  .lang li,
  .lang a {
    display: inline-block;
  }
}
.c-simplegallery {
  clear: left;
  margin-top: 0.75em;
}
.c-simplegallery .image {
  float: left;
  margin: 0 0.75em 0.75em 0;
}
.gallery .more,
.gallery .description {
  clear: left;
  margin-top: 0.75em;
}
.home-image {
  width: 100%;
  position: relative;
  margin-top: 0.75em;
}
/*
.home-news
	background:rgba(255,255,255,.85)
	border-bottom: 1px solid #000
	padding: 1em 0
	> h3
		margin-top:0
		font-size:1.5em
	> p
		margin-bottom:.75em
	@media (min-width: 50em)
		padding:1em
		width:40%
		height: 100%;
		absolute:right 0 top 0
		z-index: 2;
		border-bottom: none
	img
		width: 50%;
	.links > *
		display: inline-block;
		vertical-align: middle;
		margin-right: 1em;
*/
.home-new {
  display: block;
  text-decoration: none;
  padding: 1em;
  margin: 1em 0;
  color: #fff;
}
.home-new:hover {
  color: #fff;
}
.home-new > * {
  font-size: 1.5em;
  margin: 0;
}
.home-new > h3 {
  font-weight: 700;
}
@media (min-width:60em) {
  .home-new {
    float: left;
    width: 17em;
    margin-right: 1em;
  }
}
.home-new-1 {
  background: #639ee7;
}
.home-new-1:hover {
  background: #468ce3;
}
.home-new-2 {
  background: #5b7831;
}
.home-new-2:hover {
  background: #526c2c;
}
.home-new-3 {
  background: #7e441e;
  margin-right: 0;
}
.home-new-3:hover {
  background: #713d1b;
}
.date {
  color: #a7231e;
  font-weight: 700;
}
.btn,
.gallery .more a {
  background: #a7231e;
  padding: 0.5em;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
}
.btn:hover,
.gallery .more a:hover {
  background: #222;
  color: #fff;
}
.content ul li {
  margin-left: 1.5em;
  display: list-item;
  list-style: disc;
}
.content ol li {
  margin-left: 1.5em;
  display: list-item;
  list-style: decimal;
}
.rslides {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 !important;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  list-style: none !important;
  margin: 0 !important;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
#seznam-map {
  width: 860px;
  height: 400px;
}
#seznam-map > div {
  width: 100% !important;
}
.article-list .item {
  margin-bottom: 1em;
}
.article-list .date,
.article-list .text,
.article-list .more {
  margin: 0.5em 0;
}
.c-contactform {
  zoom: 1;
}
.c-contactform:before,
.c-contactform:after {
  content: "";
  display: table;
}
.c-contactform:after {
  clear: both;
}
.c-contactform label,
.c-contactform .item {
  float: left;
}
.c-contactform label {
  clear: left;
  width: 10em;
  text-align: right;
  padding-right: 1em;
}
.c-contactform .item {
  min-height: 2em;
}
.c-contactform .item:last-child {
  clear: left;
  padding-left: 10em;
}
.c-contactform input.text {
  min-width: 20em;
}
.c-contactform input.captcha {
  position: relative;
  top: -0.66em;
  width: 5em;
  min-width: 5em;
}
@media (max-width: 30em) {
  .c-contactform label,
  .c-contactform .item {
    width: 100%;
    text-align: left;
  }
  .c-contactform input,
  .c-contactform textarea {
    width: 100%;
  }
  .c-contactform .item:last-child {
    padding-left: 0;
  }
}
table.pricelist {
  border-collapse: collapse;
}
table.pricelist td,
table.pricelist th {
  certical-align: top;
  border: 1px solid #ccc;
  padding: 0.25em;
  text-align: right;
}
table.pricelist td:first-child,
table.pricelist th:first-child {
  text-align: left;
}
@media (max-width: 30em) {
  table.pricelist {
    display: block;
  }
  table.pricelist tr,
  table.pricelist td,
  table.pricelist th {
    display: block;
    border: none;
  }
  table.pricelist tr {
    border-bottom: 1px solid #ccc;
    margin-top: 0.25em;
  }
}
.home-info {
  background: #a7221e;
  color: #fff;
  position: relative;
}
@media (min-width: 50em) {
  .home-info:after {
    content: "";
    height: 100%;
    width: 3em;
    position: absolute;
    left: 44%;
    top: 0;
    background: url('/images/zig.png') left top no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
}
.home-info-image > img {
  display: block;
  width: 100%;
}
@media (min-width: 50em) {
  .home-info-image {
    float: left;
    width: 47%;
  }
}
.home-info-text {
  padding: 1.5em;
}
.home-info-text h1 {
  font-size: 1.5em;
  margin-bottom: 0.25em;
}
.home-info-text p {
  margin-top: 0;
  font-size: 1em;
}
.home-info-text h1 > b {
  display: block;
  font-weight: 700;
}
@media (min-width: 50em) {
  .home-info-text {
    padding: 1em;
    float: left;
    width: 53%;
  }
  .home-info-text p {
    font-size: 1em;
  }
}
@media (min-width: 60em) {
  .home-info-text h1 {
    font-size: 2em;
  }
  .home-info-text p {
    font-size: 1.5em;
  }
}
.home-info-end {
  clear: both;
}
.icons {
  margin-top: 1em;
}
.icons img {
  width: 2em;
  height: auto;
  border: 0.125em solid #fff;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
}
@media (min-width: 60em) {
  .icons img {
    width: 2.6em;
  }
}
#c22 {
  font-size: 1.125em;
}
.gallery .subgroups li {
  list-style: none;
  margin-left: 0;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url('/pub/images/lightbox/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('/pub/images/lightbox/prev.gif') left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('/pub/images/lightbox/next.gif') right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; color:black;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
