@charset "utf-8";/* CSS Document */
@font-face {
    font-family: 'pt';	src: url('fonts/PTS55F-webfont.eot');	src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/PTS55F-webfont.woff') format('woff'),  url('fonts/PTS55F-webfont.ttf') format('truetype'),  url('fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');	font-weight: normal;	font-style: normal;
}

@font-face {
    font-family: 'pt';	src: url('fonts/PTS75F-webfont.eot');	src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/PTS75F-webfont.woff') format('woff'),  url('fonts/PTS75F-webfont.ttf') format('truetype'),  url('fonts/PTS75F-webfont.svg#pt_sansbold') format('svg');	font-weight: bold;	font-style: normal;
}

@font-face {
    font-family: 'pt';	src: url('fonts/PTS56F-webfont.eot');	src: url('fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/PTS56F-webfont.woff') format('woff'),  url('fonts/PTS56F-webfont.ttf') format('truetype'),  url('fonts/PTS56F-webfont.svg#pt_sansitalic') format('svg');	font-weight: normal;	font-style: italic;
}

@font-face {
    font-family: 'pt';	src: url('fonts/PTS76F-webfont.eot');	src: url('fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/PTS76F-webfont.woff') format('woff'),  url('fonts/PTS76F-webfont.ttf') format('truetype'),  url('fonts/PTS76F-webfont.svg#pt_sansbold_italic') format('svg');	font-weight: bold;	font-style: italic;
}

@font-face {
    font-family: 'desyrel';	src: url('fonts/desyrel_.eot');	src: url('fonts/desyrel_.eot?#iefix') format('embedded-opentype'),  url('fonts/desyrel_.woff') format('woff'),  url('fonts/desyrel_.ttf') format('truetype'),  url('fonts/desyrel_.svg#desyrelregular') format('svg');	font-weight: normal;	font-style: normal;
}

@font-face {
    font-family: 'fontello';	src: url('fonts/fontello.eot?54249097');	src: url('fonts/fontello.eot?54249097#iefix') format('embedded-opentype'),  url('fonts/fontello.woff?54249097') format('woff'),  url('fonts/fontello.ttf?54249097') format('truetype'),  url('fonts/fontello.svg?54249097#fontello') format('svg');	font-weight: normal;	font-style: normal;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-attachment: fixed;
	background-color:#87451b;
    background-image: url("images/BG.gif");
    background-repeat: repeat;
    margin: 0;
    padding: 0;
}

article {
    bottom: 38px;
    display: block;
    height: calc(100% - 168px);
    overflow: hidden;
    position: absolute;
    right: -3px;
    width: calc(100% - 105px);
}

body.PAGE-gallery.LOGGED article, body.PAGE-tipy.LOGGED article {
    overflow: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

h1, h2 {
    font-family: desyrel;
    font-weight: normal;
    color: #2C2B89;
}

h1 {
    font-size: 50px;
    line-height: 40px;
    margin-left: 85px;
    margin-top: 5px;
    text-indent: -37px;
}

* + h1 {
    margin-top: 60px;
}

h1 small {
    color: #5C5C5C;
    display: block;
    font-family: PT;
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
    text-indent: 0;
}

h2 {
    font-size: 30px;
    line-height: 25px;
    margin-bottom: -15px;
    margin-left: 45px;
    text-indent: 0;
    transform: scaleY(1.2);
  /*width: calc(100% - 50px);*/
    transform: scaleY(1.2);
    -webkit-transform: scaleY(1.2);
    -moz-transform: scaleY(1.2);
    ms-transform: scaleY(1.2);
}

h3 {
    color: #0066b1;
    font-family: PT;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 30px 20px 0 45px;
    text-decoration: underline;
}
article h6 {
	display:none;
}

h1 br:first-child, h2 br:first-child, h3 br:first-child,  p br:first-child {
    display: none;
}

p {
    font-family: PT;
    margin-bottom: 5px;
    margin-left: 45px;
    margin-top: 0;
    padding: 0 45px 0 0;
    text-shadow: 0 0 3px #ffffff;
    text-align: justify;
}

h1 + p {
    margin-top: -20px;
}

p + h2 {
    margin-top: 30px;
}

p + h3 {
    margin-top: 10px;
}

h2 + p {
    margin-top: 30px;
}

li > p {
    margin: 0;
}

article a {
  color: #439b46;
  display: inline-flex;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.2s ease 0s;
}

article a:hover {
    color: black;
    text-shadow: 0 0 10px rgba(0, 156, 60, 0.75);
}

b, strong {
    color: #0066b1;
    font-weight: bold;
    letter-spacing: 1px;
}

article ol, article ul {
    color: #000;
  /*color: #0066b1;*/
    font-family: PT;
  /*font-weight: bold;*/
    padding-left: 65px;
}

article li {
  margin-bottom: 4px;
  margin-left: -5px;
  margin-top: 3px;
  width: calc(100% + 5px);
}

article ol li p, article ul li p {
    font-weight: normal !important;
}

article h1 {
    margin-left: 78px;
}

address {
    color: #0066b1;
    font-family: PT;
    margin: 0 20px 0 65px;
}

table {
    border-radius: 5px;
    font-family: PT;
    margin: 20px 0 20px 40px;
    width: 75%;
    padding-bottom: 10px;
    border-collapse: collapse;
}

tr {
  /*box-shadow: 0 5px 18px rgba(255, 169, 0, 0.25) inset;*/;
}

th {
    color: #2C2B89;
    padding: 5px 5px 0 10px;
    text-align: left;
}

td {
    padding: 0 5px 0 10px;
    vertical-align: top;
}

td:last-child {
    max-width: 165px;
    padding-right: 20px;
    text-align: right;
    white-space: nowrap;
}

tr:last-child td {
    padding-bottom: 10px;
}

.toggler {
    cursor: pointer;
}

.toggler + *:not(.open) {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
}

.toggler + *:not(.open) td:not(:first-child) {
    display: none;
}

.toggler + * {
    transition: all 0.5s ease 0s;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .toggler + * {
        transition: all 0s ease 0s !important;
    }
}

.open {
    max-height: 500px;
}

.scrollAnchor {
    background-color: #FF0000;
    display: block;
    height: 1px;
    margin: -15px 0;
    position: relative;
    top: -6px;
    width: 1px;
}

fieldset {
    border: 1px solid #709dbc;
    box-shadow: 0 5px 20px silver, 0 0 5px white inset, 0 0 5px white inset, 0 0 5px white inset, 0 0 5px white inset;
    font-family: PT;
    font-weight: bold;
    margin: 20px auto;
    max-width: 450px;
    min-width: 365px;
    padding: 15px;
    width: 50%;
}

fieldset table {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid white;
    box-shadow: 0 0 10px #9099a3;
    margin: 0;
    width: 100%;
}

fieldset table tr td:nth-child(1) {
    color: #0066b1;
    padding: 5px;
    text-align: right;
    width: 100px;
}

fieldset table tr:first-child td, fieldset table tr:last-child td {
    padding-top: 15px;
}

input[type="text"], input[type="password"] {
    border: 1px solid #7da5c1;
    border-radius: 5px;
    box-shadow: 0 2px 5px #b6c7d3 inset;
    margin: 5px;
    padding: 5px;
    width: 100%;
}

input[type="submit"], input[type="button"] {
    background-color: transparent;
    border: medium none;
    color: #2c2b89;
    font-family: desyrel;
    position: relative;
    font-size: 25px;
    transition: all 0.2s ease 0s;
}

input[type="submit"]:hover, input[type="button"]:hover {
    color: #004030;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3), 2px 2px 0 rgba(0, 0, 0, 0.2), 3px 3px 0 rgba(0, 0, 0, 0.1), 4px 4px 0 rgba(0, 0, 0, 0.05);
    top: -3px;
}

input[type="submit"]:active, input[type="button"]:active {
    color: #004030;
    top: -1px;
    text-shadow: 0px -1px 2px rgba(0,0,0,0.5);
}	
input#phonenumber {
  padding-left: 45px;
}
.mailform table tr:nth-of-type(2) td:nth-of-type(2):before {
  color: #75a0bf;
  content: "+420";
  display: inline-block;
  margin-right: -45px;
  padding-left: 5px;
  position: relative;
  width: 40px;
}
/*************************LAYOUT***************************/#leftDesk, #contentWrapper {
    height: 728px;
}

#leftDesk {
    background-color: #FFFFFF;
    min-width: 203px;
    position: absolute;
    width: calc(50% - 377px);
    min-width: 223px;
}

#leftDesk:before {
    background-image: linear-gradient(-90deg, #484343, #808080);
    border-radius: 0 30px 0 0;
    border-right: 1px solid #000000;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.33) inset, -10px -10px 5px rgba(62, 59, 59, 0.59) inset;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: -30px;
    width: 100%;
}

#leftDesk:after {
    background-color: #808080;
    border-radius: 0 0 30px;
    border-right: 1px solid #000000;
    bottom: -50px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.5) inset, -5px 30px 5px rgba(0, 0, 0, 0.33);
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    width: 100%;
}

.leftmenu {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 225px;
    text-align: right;
    top: 47px;
}

.leftmenu li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.leftmenu li a {
    background-color: #3377E4;
    background-image: linear-gradient(rgba(172, 198, 218, 0.37), rgba(27, 100, 255, 0));
    border-radius: 20px 0 0 20px;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.33) inset, -2px 2px 10px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    display: block;
    height: 60px;
    font-size: 0px;
    line-height: 60px;
    margin: 2px 0;
    padding-left: 10px;
    text-align: center;
    width: 60px;
    transition: all 0.5s;
}

.leftmenu a:before {
    font-size: 32px;
    text-shadow: 0 -1px 5px #0439AA, 0 1px 5px;
}

.leftmenu a:hover {
    background-color: #33BA00;
}

a[href*="share"], a[href*="linkedin"] {
    border-color: #5B89D2;
    border-style: solid none solid solid;
    border-width: 3px;
    box-shadow: -15px 0 4px rgba(0, 74, 191, 0.73) inset, 0 0 17px #004ABF inset, 0 15px 1px rgba(255, 255, 255, 0.66) inset !important;
    height: 50px !important;
    left: 10px;
    line-height: 44px !important;
    padding-left: 0 !important;
    position: relative;
    width: 50px !important;
}

a[href*="share"]:hover, a[href*="linkedin"]:hover {
    border-color: #46BA00;
    box-shadow: -15px 0 4px rgba(0, 152, 39, 0.73) inset, 0 0 17px #82FF00 inset, 0 15px 1px rgba(255, 255, 255, 0.66) inset !important;
}

a[href*="share"] {
    margin-top: 350px !important;
}

@media all and (max-width: 900px) {
    #rightDesk .paper:before {
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40px, rgba(255, 255, 255, 1) 40px, rgba(255, 255, 255, 0) 40px, rgba(0, 0, 0, 0.1) 40px, rgba(255, 255, 255, 0) 65px), linear-gradient(-1deg, rgba(0, 0, 0, 0), rgba(131, 177, 196, 0.2)) !important;
    }

    #rightDesk:after {
        width: 95px !important;
    }

    article {
        width: calc(100% - 30px);
    }
}

@media all and (max-width: 1300px) {
    .leftmenu {
        right: -2px;
        top: 47px;
        z-index: 100;
    }

    .leftmenu li a {
        padding-left: 0;
        margin: 0;
        border-radius: 20px;
        height: 64px;
        z-index: 100;
    }

    .leftmenu a:before {
        line-height: 64px;
    }

    a[href*="share"], a[href*="linkedin"] {
        border-style: solid;
    }

    a[href*="share"] {
        margin-left: -150px !important;
        margin-top: 265px !important;
    }

    a[href*="linkedin"] {
        margin-left: -95px !important;
        margin-top: -50px !important;
    }

    a[href*="share"]:before, a[href*="linkedin"]:before {
        line-height: 41px;
    }
}

.paper {
	/*background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0.05em, rgba(0, 0, 0, 0.1) 0.05em, rgba(0, 0, 0, 0.1) 0.125em, rgba(0, 0, 0, 0) 0.125em), linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0.0625em, rgba(0, 0, 0, 0) 0.0625em);*/
    background-image: url("images/square.gif");
    background-color: #FFFFFF;
    background-size: 20px 20px;
    box-shadow: 0 -1px 5px #000000;
    height: 100%;
    position: relative;
    background-size: 20px 20px;
    width: calc(100% - 2px);
}

.paper:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

#leftDesk .paper {
    left: -3px;
    top: -3px;
}

#rightDesk .paper {
    left: 3px;
    top: -3px;
}

#leftDesk .paper:before {
    background-image: linear-gradient(1deg, rgba(0, 0, 0, 0), rgba(131, 177, 196, 0.2));
}

#rightDesk .paper:before {
    background-image: linear-gradient(90deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,1.00) 100px, rgba(255,255,255,1.00) 100px, rgba(255,255,255,0.00) 100px, rgba(0,0,0,0.1) 100px, rgba(255,255,255,0.00)125px), linear-gradient(-1deg, rgba(0, 0, 0, 0), rgba(131, 177, 196, 0.2));
}

#rightDesk .paper > .paper > .paper:after {
    background-image: url("images/BG-map.svg");
    background-position: center 224px;
    background-repeat: no-repeat;
    background-size: 106% auto;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}

#contentWrapper {
    margin: 100px auto;
    position: relative;
    max-width: 1200px;
    min-width: 710px;
}

#topContent {
    background-image: linear-gradient(90deg, #484343, #808080);
    border-radius: 30px 0 0;
    border-top: 1px solid #808080;
    height: 30px;
    position: absolute;
    right: 0;
    top: -30px;
    width: calc(100% - 224px);
}

#topContent:before {
    background-image: url("images/logo.png");
    background-position: 0 bottom;
    background-repeat: no-repeat;
    content: "";
    height: 122px;
    position: absolute;
    right: 0;
    top: 22px;
    width: 257px;
    z-index: 1;
}/*#topContent:after {  background-image: url("images/hand.png");  background-repeat: no-repeat;  background-size: auto auto;  border-radius: 0;  bottom: -192px;  content: "";  display: block;  height: 650px;  position: absolute;  right: -180px;  width: 500px;  z-index: 1;}.topmenu li {	background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));	background-position: 0 -50px;	background-repeat: repeat-x;	box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1), 10px 0 10px rgba(0, 0, 0, 0.25), -10px 0 10px rgba(0, 0, 0, 0.25);	color: #2C2B89;	display: inline-block;	font-family: desyrel;	font-size: 32px;	list-style: none outside none;	margin: 0;	padding: 6px 20px 60px;	position: relative;	transition: all 0.5s ease 0s;}.topmenu li:nth-child(1) {	background-color: #FFE400;	bottom: -40px;	left: 150px;	transform: rotate(-6deg) skew(3deg);	-moz-transform: rotate(-6deg) skew(3deg);	-webkit-transform: rotate(-6deg) skew(3deg);	ms-transform: rotate(-6deg) skew(3deg);}.topmenu li:nth-child(2) {	background-color: #E1E15A;	bottom: -49px;	left: 140px;	transform: skewX(-5deg) rotate(2deg);	-moz-transform: skewX(-5deg) rotate(2deg);	-webkit-transform: skewX(-5deg) rotate(2deg);	ms-transform: skewX(-5deg) rotate(2deg);}.topmenu li:hover {	background-position: 0 0;	bottom: -25px;	transform: rotate(0deg) skew(0deg);	-webkit-transform: rotate(0deg) skew(0deg);	-moz-transform: rotate(0deg) skew(0deg);	ms-transform: rotate(0deg) skew(0deg);}.topmenu li a {  display: inline-block;  min-width: 140px;}*/.topmenu {
    bottom: 0;
    left: -40px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: calc(100% + 40px);
}

.topmenu li {
    display: inline-block;
    width: 50%;
}

.topmenu li a {
    background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background-position: 0 -50px;
    background-repeat: repeat-x;
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1), 10px 0 10px rgba(0, 0, 0, 0.25), -10px 0 10px rgba(0, 0, 0, 0.25);
    color: #2c2b89;
    display: inline-block;
    font-family: desyrel;
    font-size: 32px;
    list-style: none outside none;
    margin: 0;
    min-width: 140px;
    padding: 6px 20px 60px;
    position: relative;
    transition: all 0.5s ease 0s;
}

.topmenu li:nth-child(1) {
    text-align: right;
}

.topmenu li:nth-child(1) a {
    background-color: #26ae15;
    bottom: -40px;
    transform: rotate(-6deg) skew(3deg);
    -moz-transform: rotate(-6deg) skew(3deg);
    -webkit-transform: rotate(-6deg) skew(3deg);
    ms-transform: rotate(-6deg) skew(3deg);
}

.topmenu li:nth-child(2) a {
    background-color: #e1e15a;
    bottom: -49px;
    left: -6px;
    line-height: 20px;
    padding: 15px 20px 60px 30px;
    text-indent: -20px;
    transform: skewX(-5deg) rotate(2deg);
    -moz-transform: skewX(-5deg) rotate(2deg);
    -webkit-transform: skewX(-5deg) rotate(2deg);
    ms-transform: skewX(-5deg) rotate(2deg);
}

.topmenu li a:hover {
    background-position: 0 0;
    bottom: -25px;
    transform: rotate(0deg) skew(0deg);
    -webkit-transform: rotate(0deg) skew(0deg);
    -moz-transform: rotate(0deg) skew(0deg);
    ms-transform: rotate(0deg) skew(0deg);
}

.mainmenu {
    background-color: #1B64FF;
    background-image: linear-gradient(45deg, #4554BC, rgba(0, 55, 16, 0));
    border-radius: 20px;
    box-shadow: -10px 5px 14px rgba(0, 0, 0, 0.5), -1px 1px 3px #008DFF inset;
    height: 100%;
    left: -2px;
    padding: 60px 27px;
    position: absolute;
    top: 0;
    width: 220px;
}

.mainmenu li {
    color: #FFFFFF;
    font-family: PT;
    font-size: 20px;
    letter-spacing: 1px;
    list-style: none outside none;
    margin: 6px 0;
    padding: 0;
    text-shadow: 0 0 1px;
    position: relative;
}

.mainmenu li:before {
    background-image: url("images/smear.png");
    background-position: left center;
    background-size: auto auto;
    border-radius: 0 100% 100% 0;
    content: "";
    height: 32px;
    left: -20px;
    opacity: 1;
    position: absolute;
    top: -1px;
    transition: width 0.5s ease 0s, opacity 1s ease 0s;
    width: 0;
}

.mainmenu li:hover:before {
    opacity: 0.5;
    width: 100%;
}

.mainmenu li a {
    position: relative;
    display: block;
}

.mainmenu li:not(:hover) a.current:before {
    background-image: url("images/smear.png");
    background-position: left center;
    background-size: auto auto;
    border-radius: 0 100% 100% 0;
    content: "";
    height: 32px;
    left: -20px;
    opacity: 0.5;
    position: absolute;
    top: -1px;
    transition: width 0.5s ease 0s, opacity 1s ease 0s;
    width: 100%;
    transition: all 0.2s;
}

.mainmenu li:hover a.current:before {
    background-image: url("images/smear.png");
    background-position: left center;
    background-size: auto auto;
    border-radius: 0 100% 100% 0;
    content: "";
    height: 32px;
    left: -20px;
    opacity: 0;
    position: absolute;
    top: -1px;
    transition: width 0.5s ease 0s, opacity 1s ease 0s;
    width: 100%;
}

.mainmenu li a[href*="kontakt"],.mainmenu li a[href*="contact"] {
    margin-bottom: 50px;
}

.langmenu {
    left: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25px;
}

.langmenu li {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.langmenu a {
    background-position: -1px center;
    background-size: 100% auto;
    border-radius: 100%;
    box-shadow: 0 1px 2px #FFFFFF, 0 -1px 2px #000000;
    display: block;
    height: 32px;
    width: 32px;
    transition: all 0.5s;
}

.langmenu a:hover {
    box-shadow: 0 3px 7px #000000, 0 0 1px #FFFFFF inset, 0 0 5px #FFFFFF inset, 0 0 15px rgba(255, 255, 255, 0.5) inset;
}

a[href*="=cz"] {
    background-image: url("images/flag_CZ.png");
}

a[href*="=en"] {
    background-image: url("images/flag_EN.png");
}a[href*="=de"] {    background-image: url("images/flag_DE.png");}

#rightDesk {
    background-color: white;
    box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    right: 0;
    width: calc(100% - 238px);
}

#rightDesk:after {
    background-image: url("images/rim.png");
    background-position: left -26px;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: -58px;
    position: absolute;
    top: 0;
    width: 200px;
}

#rightMargin {
    background-color: #808080;
    border-radius: 0 50px 50px 0;
    height: calc(100% + 80px);
    position: absolute;
    right: -50px;
    top: -30px;
    width: 50px;
    z-index: -1;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.5) inset, -5px 30px 5px rgba(0, 0, 0, 0.33);
}

#rightMargin:before {
    background-color: #808080;
    border-radius: 0 10px 10px 0;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.5) inset, 1px 1px 1px rgba(255, 255, 255, 0.5);
    content: "";
    height: calc(100% - 74px);
    position: absolute;
    top: 31px;
    width: 12px;
}

#bottomContent {
    background-color: #808080;
    border-radius: 0 0 0 30px;
    bottom: -50px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.5) inset, -5px 30px 5px rgba(0, 0, 0, 0.33);
    color: #404040;
    font-family: PT;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    height: 50px;
    letter-spacing: 1px;
    padding: 14px 25px;
    position: absolute;
    right: 0;
    text-shadow: 0 -1px 0 #000000, 0 1px 1px #FFFFFF, 0 1px 5px rgba(255, 255, 255, 0.5);
    width: calc(100% - 224px);
}

#bottomContent:before {
    background-image: linear-gradient(-1deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.53));
    border-radius: 0 0 0 10px;
    box-shadow: -1px 1px 1px rgba(255, 255, 255, 0.5);
    content: "";
    height: 6px;
    position: absolute;
    top: 1px;
    width: calc(100% - 25px);
}

img#pen {
    position: absolute;
    right: -160px;
    /*top: -11px;*/
    transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    ms-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    transition: all 1s ease 0s;
    z-index: 10;
}

/*img#pen:hover {	right: -65px;	transform: rotate(15deg);	-moz-transform: rotate(15deg);	-webkit-transform: rotate(15deg);	ms-transform: rotate(15deg);}*/

#chapters,#addons {
    background-color: #FFFF00;
    background-image: linear-gradient(120deg, rgba(222, 170, 0, 0.83), rgba(255, 255, 255, 0.28));
    bottom: -27px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.33);
    color: #2C2B89;
    font-family: desyrel;
    font-size: 24px;
    font-weight: normal;
    padding: 5px 20px 73px;
    position: absolute;
    right: 111px;
    text-shadow: none;
    transform: scaleY(1.2) rotate(0deg);
    -moz-transform: scaleY(1.2) rotate(0deg);
    -webkit-transform: scaleY(1.2) rotate(0deg);
    ms-transform: scaleY(1.2) rotate(0deg);
    transition: all 0.5s ease 0s;
}

#chapters.large, #chapters:hover {
    bottom: -19px;
    font-size: 30px;
    padding: 20px 20px 109px;
    right: 72px;
    transform: scaleY(1.2) rotate(6deg);
    -moz-transform: scaleY(1.2) rotate(6deg);
    -webkit-transform: scaleY(1.2) rotate(6deg);
    ms-transform: scaleY(1.2) rotate(6deg);
}

#chapters a {
    display: block;
    cursor: pointer;
}
.PAGE-aktuality #addons.large {
  bottom: -48px;
  font-size: 20px !important;
  height: 200px;
  line-height: 22px;
  padding: 12px 12px 0 95px;
  right: 24px;
  transform: rotate(-4deg);
  width: 300px;
}
.PAGE-aktuality #addons.large:before {
  background-image: url("images/dobry-andel.png");
  background-position: 6px 15px;
  background-repeat: no-repeat;
  background-size: 93% auto;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 28%;
}
.PAGE-aktuality #addons.large a {
  display: block;
  font-size: 28px;
  margin: 27px 10px 0 -75px;
  transform: rotate(-5deg);
  white-space: nowrap;
}
.PAGE-aktuality #addons.large a:after {
  background-image: url("images/dobry-andel-srdce.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 39px;
  margin-top: -27px;
  vertical-align: bottom;
  width: 30px;
}
.mCSB_container {
    min-height: 100%;
	margin-right: 38px !important;
}

.mCustomScrollBox > .mCSB_scrollTools {
    right: 7px !important;
	width: 24px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: none repeat scroll 0 0 rgba(0, 82, 255, 0.75) !important;
    width: 10px !important;
}

.mCSB_dragger:after {
  background-color: #008703;
  border: 1px solid green;
  border-radius: 100%;
  box-shadow: 0 -5px 15px rgba(255, 255, 255, 0.5), 0 -7px 10px rgba(255, 255, 255, 0.25) inset;
  content: "";
  height: 22px;
  left: calc(50% - 13px);
  position: absolute;
  top: calc(50% - 12px);
  width: 24px;
}

#scrollButtons {
  height: 40px;
  left: 182px;
  position: absolute;
  top: 100px;
  width: 100px;
  z-index: 1;
  display:none;
}
#scrollButtons a {
  display: inline-block;
  height: 40px;
  line-height: 39px;
  position: relative;
  width: 39px;
  z-index: 1000;
  margin-right: 8px;
  cursor:pointer;
  transition:all 0.2s;
}
#scrollButtons a:after {
  color: #0066b1;
  content: ">";
  display: block;
  font-family: desyrel;
  font-size: 48px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  cursor: pointer;
}
#scrollButtons a:hover:not(.faded):after {
  color: black !important;
  text-shadow: 0 0 10px rgba(0, 156, 60, 0.75);
}
#scrollButtons a.faded:after {
  opacity:0.3;
}
.up:after {
  transform: rotate(-80deg);
  -webkit-transform: rotate(-80deg);
  ms-transform: rotate(-80deg);
}
.down:after {
  transform: rotate(100deg);
  -webkit-transform: rotate(100deg);
  ms-transform: rotate(100deg);
}

.error, .success {
  border-radius: 5px;
  font-family: PT;
  line-height: 20px;
  margin: 0 15px 0 20px;
  padding: 9px;
  text-shadow: 0 1px 1px #ffffff;
}
.success {
  background-color: rgba(78, 190, 0, 0.47);
  border: 1px solid rgba(11, 44, 0, 0.56);
  color: rgba(19, 77, 0, 0.94);
}
.error {
    background-color: rgba(255, 0, 0, 0.25);
    border: 1px solid rgba(132, 52, 52, 0.4);
    color: #843434;
}

.error code {
color: #a00000;
display: inline-block;
font-weight: bold;
line-height: 10px;
margin: 0 5px 0 10px;
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
letter-spacing: -1px;
}

[class*="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
}

.icon-angle-circled-up:before {
    content: '\e80b';
} /* '' */.icon-commercial-building:before {
    font-family: "fontello";
    content: '\e805';
} /* '' */.icon-feather:before {
    content: '\e811';
} /* '' */.icon-share:before, li > a[href*="share"]:before {
    font-family: "fontello";
    content: '\e80c';
} /* '' */.icon-loop:before {
    content: '\e812';
} /* '' */.icon-network:before {
    content: '\e808';
} /* '' */.icon-mail:before {
    content: '\e807';
} /* '' */.icon-camera-outline:before, li > a[href*="gallery"]:before {
    font-family: "fontello";
    content: '\e80e';
} /* '' */.icon-info:before {
    content: '\e802';
} /* '' */.icon-linkedin:before, li > a[href*="linkedin"]:before {
    font-family: "fontello";
    content: '\e80d';
} /* '' */.icon-lock:before, li > a[href*="klientska-zona"]:before,.icon-lock:before, li > a[href*="client-zone"]:before {
    font-family: "fontello";
    content: '\e80f\0020';
} /* '' */.icon-phone:before {
    content: '\e80a';
} /* '' */.icon-popup:before {
    content: '\e810';
} /* '' */.icon-globe-alt:before {
    content: '\e809';
} /* '' */.icon-leaf:before {
    content: '\e801';
} /* '' */.icon-at-circled:before {
    content: '\e804';
} /* '' */.icon-sort-numeric-outline:before {
    content: '\e806';
} /* '' */.icon-users:before {
    content: '\e803';
} /* '' */.icon-home:before, a[href*="index"]:before {
    font-family: "fontello";
    content: '\e800';
} /* '' */.icon-print:before, a[href*="print"]:before {
    font-family: "fontello";
    content: '\e813';
} /* '' */.gradient {
    background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0%, rgba(255,255,255,0.00)), color-stop( 26.94%, rgba(255,255,255,1.00)), color-stop( 27.46%, rgba(255,255,255,1.00)), color-stop( 27.46%, rgba(255,255,255,0.00)), color-stop( 27.46%, rgba(0,0,0,0.50)), color-stop( 28.50%, rgba(255,255,255,0.00)));
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,1.00) 26.94%, rgba(255,255,255,1.00) 27.46%, rgba(255,255,255,0.00) 27.46%, rgba(0,0,0,0.50) 27.46%, rgba(255,255,255,0.00) 28.50%);
    background-image: linear-gradient(90deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,1.00) 26.94%, rgba(255,255,255,1.00) 27.46%, rgba(255,255,255,0.00) 27.46%, rgba(0,0,0,0.50) 27.46%, rgba(255,255,255,0.00) 28.50%);
}/****************home**********************/body.PAGE-index article h1, body.PAGE-index article h2, body.PAGE-404 article h1, body.PAGE-404 article h2 {
    color: #2C2B89;
    font-family: desyrel;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 4px;
    line-height: 50px;
    margin-left: 85px;
    margin-top: 100px;
    text-indent: -37px;
    transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    ms-transform: skew(-10deg);
    max-width: 580px;
}body.PAGE-index.LANG-de article h1 {letter-spacing:2px;}

body.PAGE-index article h2, body.PAGE-404 article h2 {
    font-size: 32px;
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
    white-space: nowrap;
}/*a[href$=".pdf"]:before,*/a[href$=".zip"]:before, a[href$=".doc"]:before, a[href$=".xls"]:before {
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 4px 5px rgba(255, 255, 255, 0.3) inset, 0 1px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-variant: small-caps;
    font-weight: bold;
    height: 17px;
    line-height: 15px;
    margin: 1px 2px;
    padding: 0 2px;
    text-align: center;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: all 0.2s ease 0s;
    width: 25px;
}/*a[href$=".pdf"]:hover:before,*/a[href$=".zip"]:hover:before, a[href$=".doc"]:hover:before, a[href$=".xls"]:hover:before {
    transform: scale(1);
    -moz-transform: scale(1);
    ms-transform: scale(1);
    -webkit-transform: scale(1);
}/*a[href$=".pdf"]:before {  background-color: #ff5959;  border-color: #f26565;  color: #ffffff;  content: "pdf";  text-shadow: 0 -1px 1px #ff4d4d;}*/a[href$=".pdf"]:before {
    border-color: #f26565;
    color: #ffffff;
    content: url("images/pdf.png");
    margin: 0 7px 0 -7px;
    position: relative;
    text-shadow: 0 -1px 1px #ff4d4d;
    top: -5px;
    vertical-align: top;
}

a[href$=".zip"]:before {
    background-color: #ffcb00;
    background-image: linear-gradient(#00a9e1 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, #00a9e1 80%);
    border-color: #329cff #ffd700;
    color: #ffffff;
    content: "zip";
    text-shadow: 0 0 1px #bb7000, 0 0 3px #bb7000, 0 0 6px #bb7000;
}

a[href$=".xls"]:before {
    background-color: #dfffc9;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #4fb413 50%);
    border-color: #50d03b;
    color: #ffffff;
    content: "xls";
    text-shadow: 0 0 1px #31aa2f, 0 0 3px #31aa2f, 0 0 5px #31aa2f;
}

a[href$=".doc"]:before {
    background-color: #d6efff;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #3a80f1 50%);
    border-color: #87b5ff;
    color: #ffffff;
    content: "doc";
    text-shadow: 0 0 1px #0063ff, 0 0 3px #0063ff, 0 0 5px #0063ff;
}

.partnerList {
    list-style: none outside none;
}

.partnerList > li {
    margin-bottom: 20px;
    position: relative;
}

.partnerList h3 {
    margin: 0;
    text-decoration: none;
    width: 75%;
}

h3 def {
    color: black;
    font-size: 13px;
}

h3 def:before {
    content: " • ";
}

.partnerList p {
    color: black;
    display: block;
    position: relative;
    width: 75%;
}

.partnerList div, .partnerList li > a {
  background-color: rgba(255, 255, 255, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #96b6d5;
  border-radius: 10px;
  display: block;
  height: 100%;
  max-width: 25%;
  position: absolute;
  right: 6px;
  top: 0;
  width: 199px;
}

.partnerList li > a:hover {
  background-color: white;
  box-shadow: 1px 1px 1px rgba(0, 43, 95, 0.5), 2px 2px 2px rgba(0, 43, 95, 0.25), 3px 3px 3px rgba(0, 43, 95, 0.125);
}



/***********gallery*******************/
.adminCall {
    background-color: #000000;
    color: #C0C0C0;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    margin: 0 0 15px;
    overflow: hidden;
}

input[type="checkbox"]:checked+.adminCall {
    height: auto;
}

.adminCallChkbox {
    margin-top: 1px;
    position: absolute;
    right: 0;
}

.imageCard, .folderLink {
    background-color: #feed5e;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.33);
    display: inline-block;
    height: 250px;
    margin: 1px;
    position: relative;
    transform: scale(0.95) translate(20px);
    width: 250px;
}

.imageCanvas {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.imageCard:hover .imageCanvas {
    background-size: 120% auto;
}

.imageDesc {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    color: #ffffff;
    display: block;
    font-family: PT;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
}

a.imageDesc:hover {
    color: white;
}

.imageCard > form {
    bottom: 0;
    position: absolute;
    width: 100%;
    display: none;
}

.imageCard textarea {
    border: 1px solid #C0C0C0;
    bottom: 0;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
}

.imageCard input {
    bottom: 0;
    position: absolute;
    right: 0;
}

.imageTools {
    position: absolute;
    right: 0;
    top: 0;
}

.imageTools a {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
    padding: 2px 5px;
    top: 0;
    transition: all 0.2s ease 0s;
}

.imageTools a:hover {
    background-color: #000000;
    border-color: #FFFFFF;
    margin: 0;
    padding: 7px 10px;
    color: white;
}

.folderName a {
    background-color: #c0c0c0;
    border: 1px solid #808080;
    color: #6d6565;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: -25px;
    padding: 2px 5px;
}

.folderNameText {
    color: #2c2b89;
    display: inline-block;
    font-family: desyrel;
    font-size: 40px;
    margin: -7px 28px 3px;
    vertical-align: top;
    width: calc(100% - 100px);
}

.folderNameText textarea {
    color: #808080;
    display: inline-block;
    font-family: desyrel;
    font-size: 40px;
    height: 60px;
    width: 100%;
}

.folderLink {
    border: 2px solid #ff7f00;
    border-radius: 0 33% 0 0;
    overflow: hidden;
    padding: 20px;
    vertical-align: top;
}

.folderLinkThumb {
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 50%;
    opacity: 0.3;
    position: absolute;
    transition: all 0.5s ease 0s;
}

.folderLink:hover .folderLinkThumb {
    opacity: 1;
}

.folderLinkThumb:nth-child(1) {
    background-position: center bottom;
    left: 0;
    top: -3px;
    width: 100%;
}

.folderLinkThumb:nth-child(2) {
    background-position: center top;
    bottom: -3px;
    left: -3px;
    width: 50%;
}

.folderLinkThumb:nth-child(3) {
    background-position: center top;
    bottom: -3px;
    right: -3px;
    width: 50%;
}

.folderLinkText {
    line-height: 25px;
    background-image: linear-gradient(#ffffff, rgba(255, 252, 252, 0));
    color: #2c2b89;
    font-family: desyrel;
    font-size: 24px;
    font-weight: 400;
    left: 0;
    min-height: 50%;
    padding: 20px 12.5% 12.5% 20px;
    position: absolute;
    text-shadow: 0 0 2px #ffffff, 0 0 5px #ffffff;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.folderLinkText desc {
    background-image: url("images/smear.png");
    background-size: 100% 25px;
    font-size: 20px;
    left: 0;
    padding-left: 10px;
    position: absolute;
    top: 217px;
    width: 100%;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a + .folderNameText {
  width: calc(100% - 160px);
}

.folderNameText desc {
    display: block;
    font-size: 28px;
    text-align: right;
    width: 100%;
}
.folderName a.current {
  background-color: transparent;
  background-image: url("images/photoBack.png");
  background-position: right top;
  background-repeat: no-repeat;
  border: medium none;
  display: inline-block;
  font-size: 0;
  height: 75px;
  line-height: 60px;
  margin: 0 -12px 0 1px;
  padding: 2px 5px;
  position: relative;
  width: 80px;
  transition:all 0.5s;
}
.folderName a.current:hover {transform: rotate(5deg) translate(5px, 2px);}

.folderLink:hover .folderLinkText {
    min-height: 100%;
}

.folderLink date {
    background: none repeat scroll 0 0 silver;
    color: white;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-left: -20px;
    margin-top: -20px;
    padding: 0 0 5px;
    text-shadow: none;
    width: calc(100% + 40px);
}
/*********************MAP*************************/
#mapCanvas {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
#mapCanvas, #spacer {  min-width: 350px; width: 70%; margin-bottom: -10%;}
#axisY {
	height:100%;
/*	width:30px;*/
	top:0px;
/*	left:-30px;*/
	border-width: 0 1px;
}
#axisX {
	width:100%;
/*	height:30px;*/
	left:0px;
/*	top:-30px;*/
	border-width: 1px 0;
}
#axisX, #axisY {
  background-color: rgba(0, 55, 89, 0.2);
  border-color: #ffd27a;
  border-style: dotted;
  content: "";
  position: absolute;
  transition: all 0.5s ease 0s;
}
#mapCanvas:hover #axisX, #mapCanvas:hover #axisY {transition:none}

#mapCanvas a {
	background-color: rgba(0, 0, 0, 0.5);
/*  border-radius: 30px;*/
	color: white;
/*	height: 30px;*/
/*	line-height: 30px;*/
/*	max-width: 30px;*/
	overflow: hidden;
/*	padding: 0 0 0 30px;*/
	position: absolute;
	text-decoration: none;
	transition: border-radius 0.2s ease 0s, padding 0.2s ease 0s, max-width 0.2s ease 0s;
	white-space: nowrap;
	cursor: pointer;
	font-size:12px;
	font-family:PT;
}
#mapCanvas a.fromright {
  text-align: right;
}
#mapCanvas a:after {
  background-color: red;
  border-radius: 100%;
  box-shadow: -3px 5px 8px #ff9000 inset, 0 0 10px white inset, 1px 1px 4px rgba(0, 0, 0, 0.75);
  content: "";
  height: 66.6667%;
  position: absolute;
  top: 16.6667%;
  transition: all 0.2s ease 0s;
}
#mapCanvas a.fromright:after {margin-left:auto}
#mapCanvas a:hover {
	border-radius: 30px 10px 10px 30px;
	max-width: 300px;
	padding: 0 10px 0 30px;
	text-overflow: ellipsis;
	z-index: 1;
	/**/
	height:30px;
	line-height:30px;
	margin: -15px auto auto -15px;
}

#mapCanvas a.fromright:hover {
	border-radius: 10px 30px 30px 10px;
	padding: 0 30px 0 10px;
	margin: -15px -15px auto auto;
}

#mapCanvas a:hover:after {
	height: 20px;
	left: 5px;
	top: 5px;
	width: 20px;
}

#mapCanvas a.fromright:hover:after {
	right: 5px;
	top: 5px;
	margin-left:auto
}


#mapCanvas a.rightWall:hover {
  border-radius: 10px ;
  height: auto ;
  line-height: 90% ;
  padding-bottom: 10px ;
  padding-top: 5px ;
  white-space: normal ;
}
#mapCanvas a > input {
  margin: 0;
  padding: 0;
}

#mapTools {
  float: right;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
}
#mapTools + div {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 0 10px;
  color: white;
  float: right;
  line-height: 15px;
  max-height: 30px;
  overflow: hidden;
  padding: 5px 30px 10px 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s ease 0s;
  z-index: 1;
}
#mapTools + div > div:first-child {
  border-top: 1px solid white;
  margin-top: 10px;
}
#mapTools + div:hover {
	max-height: none
}
#hotely > #mapCanvas, #hotely > #spacer {
  left: 0;
  margin: 15px auto 29px !important;
}
.callus {
background-image: linear-gradient(-90deg, #fbc22a, #f8e546);
box-shadow: 0 0 10px;
color: #2b4170;
font-family: desyrel;
font-size: 20px;
line-height: 20px;
margin: 30px 0 -33px calc(100% - 360px);
padding: 15px 20px 50px 15px;
transform: rotate(-3deg);
width: 300px;
}
.callus b {
  color: #2b4170;
  font-size: 24px;
  letter-spacing:-1px;
}
.callus b:after {
  content: url("images/callus.png");
  position: absolute;
  right: 13px;
  top: 8px;
}
.mailform {
  position: relative;
  width: 100%;
}
.mailform fieldset {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 20px 0 auto;
  max-width: 90%;
  width: 450px;
}
.mailform table {
  background-color: white;
  width: 100% !important;
}
.mailform fieldset table tr td:nth-child(1) {
  width: 125px;
}
.lahev-vodenka {
  padding-right: 60px;
  position: relative;
}
.lahev-vodenka:after {
  background-image: url("images/vodenka.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 260px;
  position: absolute;
  right: 0;
  top: -75px;
  width: 94px;
}