<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">



body.body-default {
	min-width: 240px;
	width: 100%;
}

.edit-button {
	display: block;
	position: fixed;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	line-height: 52px;
	font-size: 20px;
	color: #90be1d;
	text-align: center;
	background: #fff;
	border: 1px solid #90be1d;
	border-right: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
	transition: all .3s;
	cursor: pointer;
	z-index: 10000;
}

.edit-button:hover {
	background: #90be1d;
	color: #fff;
}

.edit-button:after {
	content: 'UpraviĹĄ tĂşto strĂˇnku';
	position: absolute;
	top: 50%;
	left: -15px;
	-webkit-transform: translate(-135px,-50%);
	transform: translate(-135px,-50%);
	width: 125px;
	background: #333;
	color: #eee;
	padding: 10px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.4;
	z-index: 0;
	opacity: 0;
	pointer-events: none;
	transition: all .5s;
}

.edit-button:hover:after  {
	opacity: 1;
	-webkit-transform: translate(-142px,-50%);
	transform: translate(-142px,-50%);
}

.width-gt-980 .wrapper {
	width: 100%;
	margin: 0px auto;
}

.width-gt-980 .wrapper.margined {
	margin-top: 81px;
}

.wrapper {
	width: 100%;
}

.clear {
	clear: both;
}

/* LAYOUT */
#document-header {
	transition: transform .3s;
}

#document-header.push {
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

#document-header .wrapper {
	margin: 0 auto;
	position: relative;
	height: 80px;
	transition: all .4s;
}

.width-lt-1280 #document-header .wrapper {
	max-width: 100%;
	margin: 0 auto;
}

#page-main #document-header .wrapper {
	margin: 0 auto;
}

#document-header.fixed .wrapper {
	height: 60px;
}

.width-lt-980 #document-header .wrapper {
	text-align: center;
  height: 60px;
}

#document-header-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 999;
}

.width-lt-980 #document-header-top {
	position: static;
	height: 0;
}

.width-gt-980 #document-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}

.searchbox-toggle {
	display: none;
	float: right;
	position: relative;
	width: 50px;
	height: 100%;
	font-size: 18px;
	color: white;
	cursor: pointer;
	transition: all .3s;
}

.width-gt-980 .searchbox-toggle {
	display: block;
}

.searchbox-toggle:hover {
	background: rgba(0, 0, 0, .1);
}

.searchbox-toggle:before {
	content: '\f002';
	font-family: 'icon-font';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.search-open .searchbox-toggle:before {
	content: '\f00d';
}


/* GOOGLE TRANSLATE REDESIGN */

#googleTranslate {
  position: absolute;
	right: 50px;
	top: 0;
	height: 100%;
	width: 50px;
	display: inline;
	z-index: 1;
	text-align: center;
}

#googleTranslate .content {
	width: 100%;
	height: 100%;
	transition: all .4s;
}

.fixed #googleTranslate .content {
	padding-top: 0;
}

.width-lt-980 #googleTranslate {
	right: 140px;
	height: 60px;
	width: 70px;
}

.width-lt-400 #googleTranslate {
	width: 30px;
}

.goog-te-gadget-simple img {
	display: none;
}
.goog-te-gadget-simple .goog-te-menu-value span {
  color: white;
}
.goog-te-gadget-simple:hover .goog-te-menu-value {
	text-decoration: none;
}

.goog-te-gadget-simple .goog-te-menu-value span:first-child:after{
	content: '\f0ac';
	display: inline-table;
	position: absolute;
	top: 50%;
	right: 0;
	left: 50%;
  bottom: 0;
  line-height: 1;
	font-family: 'icon-font';
	font-size: 19px;
	background: none;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.width-lt-980 .goog-te-gadget-simple .goog-te-menu-value span:first-child:after{
  line-height: 2.4;
}

.goog-te-gadget-simple .goog-te-menu-value span:last-child{
	display: none;
}

.goog-te-gadget-simple .goog-te-menu-value span:nth-child(3){
	display: none;
}

#googleTranslate .goog-te-gadget-simple {
	border: 0;
  position: relative;
	background: none;
	width: 100%;
	height: 100%;
	transition: all .3s;
	padding: 0;
}

.width-lt-980 .goog-te-gadget-simple {
  float: left;
}

.width-lt-980 #googleTranslate .content {
  padding: 0;
	height: 100%;
}

#google_translate_element {
	height: 100%;
}

.goog-te-gadget {
	height: 100%;
}

.goog-te-gadget-simple span {
	width: 100%;
	height: 100%;
}

.width-lt-980 .goog-te-menu-value {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}

.width-lt-980 .goog-te-gadget-simple .goog-te-menu-value span {
  color: white;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  font-size: 0 !important;
}

#facebook-link {
  color: white;
  font-size: 19px;
  text-align: center;
  line-height: 40px;
}

.width-gt-980 #facebook-link {
	position: absolute;
	display: block;
	right: 0;
	top: 0px;
	width: 40px;
	height: 40px;
  transition: all .3s;
}

#facebook-link:hover, #facebook-link:active {
  color: #222;
  background: white;
  text-decoration: none;
}

.width-lt-980 #facebook-link {
	display: none;
}

#scrollup-button {
	position: fixed;
	z-index: 999;
	bottom: 0px;
	right: 0px;
	display: block;
	width: 55px;
	height: 55px;
	line-height: 60px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	opacity: 1;
	transition: all .3s;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#scrollup-button:hover {
	opacity: 1;
}

#scrollup-button:before {
	content: '';
  position: absolute;
  top: 30px;
  left: 15px;
  background: #222;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .3s;
	z-index: 1;
}
#scrollup-button:after {
	content: '';
  position: absolute;
  top: 30px;
  left: 25px;
  background: #222;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
	z-index: 1;
}
#scrollup-button:hover:before, #scrollup-button:hover:after {
  top: 25px;
}

#scrollup-button .shape {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.footer-up-button {
  width: 60px;
  height: 30px;
  background: #222;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 8px;
  font-size: 15px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  transition: all .3s;
}
.footer-up-button:hover {
  padding: 4px;
}

/* SEARCH BOX */

.width-gt-980 #searchbox {
}

.width-gt-980 .search-open-button {
	display: none;
}

.width-lt-980 .search-form.opened {
	pointer-events: all;
}

.width-gt-980 #searchbox .submit {
	display: none;
}

.width-gt-980 #searchbox .submit:focus {
	outline: none;
}

.width-lt-980 #searchbox .submit {
	display: none;
}

.width-lt-980 .search-open-button {
	position: absolute;
	top: -60px;
	right: 70px;
	width: 70px;
	height: 60px;
	line-height: 59px;
	display: block;
	cursor: pointer;
	margin: 0;
	text-align: center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.width-lt-980 .search-open-button:after {
	content: '\f002';
	font-family: 'icon-font';
	color: white;
	font-size: 25px;
}

/* SEARCH BOX */

#sidebar-left {
	min-height: 1px;
	padding-top: 30px;
	padding-bottom: 40px;
}

#sidebarLeft {
	width: 100%;
  margin-top: 40px;
}

.width-lt-1280 #sidebar-left {
	display: none;
}

/* SIDE MENU */
#menu-side a {
	display: block;
	width: 240px;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#menu-side .buttonExpand {
	width: 48px;
	height: 48px;
	background: none;
	border: 0;
}

#menu-side .buttonExpand.active .ripple-element {
	content: '';
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	-webkit-animation: buttonExpandActive .3s;
	animation: buttonExpandActive .3s;
}

@-webkit-keyframes buttonExpandActive {
	from {
		-webkit-transform: scale(0);
		background: rgba(0, 0, 0, .35);
	}
	to {
		-webkit-transform: scale(2);
		background: rgba(0, 0, 0, 0);
	}
}

@-moz-keyframes buttonExpandActive {
	from {
		transform: scale(0);
		background: rgba(0, 0, 0, .35);
	}
	to {
		transform: scale(2);
		background: rgba(0, 0, 0, 0);
	}
}

@keyframes buttonExpandActive {
	from {
		-ms-transform: scale(0);
		transform: scale(0);
		background: rgba(0, 0, 0, .35);
	}
	to {
		-ms-transform: scale(2);
		transform: scale(2);
		background: rgba(0, 0, 0, 0);
	}
}


#menu-side .buttonExpand:before, #menu-side .buttonExpand:after {
  content: '';
	position: absolute;
  left: 19px;
  width: 11px;
  height: 2px;
  background: #333;
  transition: all .3s;
}
#menu-side .buttonExpand:before {
  top: 19px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-side .buttonExpand:after {
  top: 26px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-side li.expanded &gt; .buttonExpand:before, #menu-side li.expanded &gt; .buttonExpand:after {
  content: '';
	position: absolute;
  top: 24px;
  width: 11px;
  height: 2px;
  transition: all .3s;
}
#menu-side li.expanded &gt; .buttonExpand:before {
  left: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-side li.expanded &gt; .buttonExpand:after {
  left: 22px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


#menu-side ul .item-title {
	position: relative;
	border: 0;
}


.width-lt-980 #content {
	float: none;
	width: 100%;
	padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content img {
	max-width: 100%;
}

#page-main #content, #page-search-result #content {
	float: none;
	width: auto;
}
.width-gt-400 .cta-wrapper {
  width: 100%;
  background: #fafafa;
  border-top: 1px solid #eee;
  height: 310px;
}
.cta-wrapper {
  background: #fafafa;
  border-top: 1px solid #eee;
}

.cta-wrapper .cta-container{
  max-width: 960px;
  height: 100%;
  padding: 50px 20px;
  margin: 0 auto;
}

.cta-wrapper .cta-container .col-2{
  max-width: 1200px;
  text-align: center;
}
.cta-wrapper .cta-container h1{
  display: block;
  font-size: 29px;
  color: #222;
  text-transform: uppercase;
  font-weight: 300;
}
.cta-wrapper .cta-container .cta-button{
  display: inline-block;
  padding: 20px 60px;
  margin: 30px auto;
  background: #222;
  border: 2px solid #222;
  text-transform: uppercase;
  color: white;
  font-size: 29px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 0 60px white, 0px 0px 5px rgba(0, 0, 0, 0.3);;
  transition: all .4s;
}
.width-lt-400 .cta-wrapper .cta-container .cta-button{
  padding: 15px 60px;
  font-size: 22px;
  line-height: 25px;
}
.cta-wrapper .cta-container .cta-button:hover, .cta-wrapper .cta-container .cta-button:active{
  text-decoration: none;
  background: white;
  border: 2px solid #fff;
  color: #444;
  box-shadow: -3px 10px 15px rgba(0, 0, 0, 0.3);
}



#document-footer {
	min-height: 130px;
	position: relative;
  background-size: contain;
	padding: 40px 0;
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	box-sizing: border-box;
}

#document-footer .wrapper {
	width: 1200px;
}

.width-lt-1280 #document-footer .wrapper {
	width: 960px;
}

.width-lt-980 #document-footer .wrapper {
	width: 100%;
}

.width-lt-980 #document-footer {
	padding: 40px 15px;
}

#document-footer-bottom, #lioweb a {
	line-height: 60px;
	font-size: 11px;
  color: #333;
  text-decoration: none;
}
.social-container {
  width: 200px;
  height: 60px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -100px;
}

.width-lt-640 .social-container {
  position: static;
  margin: 0;
  width: 100%;
  height: 60px;
  text-align: center;
}

#document-footer-bottom .social-container a {
	display: inline-block;
	margin-left: 10px;
  padding: 0 10px;
  position: relative;
  transition: all .3s;
  text-decoration: none;
  font-size: 26px;
}

#document-footer-bottom .wrapper {
	width: 1200px;
}

.width-lt-1280 #document-footer-bottom .wrapper {
	width: 960px;
}

.width-lt-980 #document-footer-bottom .wrapper {
	width: 100%;
}

#userFooter {
	width: 100%;
  line-height: 1.6;
}

.width-gt-980 #userFooter a{
	line-height: 1.6;
}

.width-lt-980 #userFooter a{
	line-height: 1.9;
}

#userFooter strong {
	font-weight: bold;
}

#userFooter h2, h3 {
	margin: 0;
	margin-bottom: 3px;
}

#userFooter h2 {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
}

#userFooter h3 {
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
}

#legal {
	float: left;
  margin-right: 60px;
}

#lioweb {
	float: right;
	text-align: right;
}

#lioweb .icon-lemonlion{
	font-size: 9px;
}

.width-lt-640 #lioweb .icon-lemonlion{
  font-size: 12px;
}

.width-lt-640 #legal, .width-lt-640 #lioweb {
  padding-top: 10px;
	clear: both;
	float: none;
  line-height: 20px;
  text-align: center;
  margin: 0 20px;
  font-size: 14px;
}
.width-lt-640 #lioweb {
  padding-top: 0px;
  margin-top: -22px;
}

#footer-logo {
	width: 250px;
	height: 89px;
	position: absolute;
	left: 355px;
}


/* MENU MAIN - DESKTOP */
.width-gt-980 #menu-main {
	position: absolute;;
	display: inline-block;
	top: 0;
	height: 100%;
	max-width: 1100px;
	z-index: 999;
}

.width-gt-980 #menu-main .buttonExpand {
	display: none;
}

.width-gt-980 #menu-main ul li {
	display: inline-block;
}

.width-gt-980 #menu-main ul li a:hover {
	text-decoration: none;
}

.width-gt-980 #menu-main .content &gt; ul &gt; li {
	margin: 0;
}

.width-gt-980 #menu-main .content &gt; ul &gt; li &gt; a {
	font-weight: normal;
	display: block;
	padding: 0 15px;
}

.width-gt-980 #menu-main .content &gt; ul &gt; li.last {
	margin-right: 0;
}

.width-gt-980 #menu-main .content &gt; ul &gt; li.selected {
	font-weight: bold;
}

.width-gt-980 #menu-main ul ul {
	background: #FDFDFD;
	border-top: 0;
	z-index: 2;
}

.width-gt-980 #menu-main ul ul ul {
	z-index: 1;
}

.width-gt-980 #menu-main ul ul li {
	display: block;
	height: auto;
	line-height: 17px;
}

.width-gt-980 #menu-main ul ul li a {
	display: block;
	padding: 12px 15px;
  font-size: 15px;
	font-weight: normal;
  transition: all .3s;
}

.width-gt-980 #menu-main ul ul li a:hover {
	text-decoration: none;
}

.width-gt-980 #menu-main ul.level-2 &gt; li {
	display: block;
}

/* MENU MAIN - MOBILE */
.width-lt-980 #menu-main {
	position: fixed;
	right: 0;
	top: 0;
	width: 250px;
	height: 100%;
	z-index: 999;
	pointer-events: none;
}

.width-lt-980 #menu-main.expand {
	pointer-events: all;
	background: white;
}


.width-lt-980 #menu-main ul.level-1 {
	clear: both;
	transform: translate3d(250px,0,0);
	transition: transform .4s;
}

.width-lt-980 #menu-main.expand ul.level-1 {
	transform: translate3d(0px,0,0);
	height: 100vh;
	overflow: auto;
}

.width-lt-980 #menu-main ul.ll-menu-opened {
  box-shadow: 0 9px 20px rgba(0, 0, 0, 0.3);
}

.width-lt-980 #menu-main ul{
	pointer-events: all;
}


.width-lt-980 #menu-main ul, .width-lt-980 #menu-main li {
	position: relative !important;
	display: block;
	width: 100%;
}

.width-lt-980 #menu-main li {
	position: relative;
}

.width-lt-980 #menu-main li a {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	padding: 15px 70px 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	box-sizing: border-box;
}

.width-lt-980 #menu-main li a.last {
	border: 0;
}

.width-lt-980 #menu-main li li a {
	padding-left: 40px;
	font-size: 16px;
}

.width-lt-980 #menu-main li li li a {
	padding-left: 60px;
}

.width-lt-980 #menu-main li li li li a {
	padding-left: 80px;
}

.width-lt-980 #menu-main ul .buttonExpand {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 100%;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.width-lt-980 #menu-main ul .buttonExpand:before, .width-lt-980 #menu-main ul .buttonExpand:after {
  content: '';
	display: block;
	position: absolute;
	right: 15px;
	top: 21px;
	width: 15px;
	height: 2px;
  background: #fff;
  transition: all .4s;
}
.width-lt-980 #menu-main ul .buttonExpand:before {
	right: 18px;
	top: 24px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.width-lt-980 #menu-main ul .buttonExpand:after {
	right: 18px;
	top: 34px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.width-lt-980 #menu-main ul .buttonExpand.expanded:before {
  right: 24px;
	top: 30px;
}
.width-lt-980 #menu-main ul .buttonExpand.expanded:after {
  right: 14px;
	top: 30px;
}
.width-lt-980 #menu-main ul ul .buttonExpand:before, .width-lt-980 #menu-main ul ul .buttonExpand:after {
  content: '';
	display: block;
	position: absolute;
	right: 15px;
	top: 21px;
	width: 15px;
	height: 2px;
  background: #333;
  transition: all .4s;
}
.width-lt-980 #menu-main ul ul .buttonExpand:before {
	right: 16px;
	top: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.width-lt-980 #menu-main ul ul .buttonExpand:after {
	right: 16px;
	top: 32px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.width-lt-980 #menu-main ul ul .buttonExpand.expanded:before {
  right: 22px;
	top: 28px;
}
.width-lt-980 #menu-main ul ul .buttonExpand.expanded:after {
  right: 12px;
	top: 28px;
}

#menu-main-button {
  display: inline-block;
  position: fixed;
	right: 0;
	transform: translate3d(0px,0,0);
  text-transform: uppercase;
  color: #222;
  font-size: 14px;
  width: 70px;
	height: 60px;
  float: right;
  padding: 0 70px 0 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  pointer-events: all;
  z-index: 999;
}

.width-lt-640 #menu-main-button {
  margin-top: 0;
}

#menu-main-button.expand {
  transform: translate3d(-250px,0,0);
}

.width-lt-980 #menu-main-button span {
  background: #222;
  width: 40px;
  height: 3px;
  position: absolute;
  top: 28px;
  right: 14px;
  transition: background .3s;
}

.width-lt-640 #menu-main-button span {
  top: 28px;
}

.width-lt-980 #menu-main-button span:before, .width-lt-980 #menu-main-button span:after {
  content: '';
  background: #222;
  width: 40px;
  height: 3px;
  position: absolute;
  right: 0px;
  top: 0px;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.width-lt-980 #menu-main-button span:before {
  top: -10px;
  transition-property: top, transform;
}
.width-lt-980 #menu-main-button span:after {
  top: 10px;
  transition-property: top, transform;
}

.width-lt-980 #menu-main-button.expand span {
  background: none;
  transition-delay: 0s;
}
.width-lt-980 #menu-main-button.expand span:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.width-lt-980 #menu-main-button.expand span:after {
  top: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.width-lt-980 #menu-main-button.expand span:before,
.width-lt-980 #menu-main-button.expand span:after {
  transition-delay: 0s, 0.3s;
}

.width-lt-980 #menu-main-button.hidden {
	display: none;
}
.width-lt-640 #menu-main-button {
	height: 60px;
}

/* MENU MAIN COLUMNS - DESKTOP */
.width-gt-980 #menu-main-columns {
	right: 100px;
}

.width-gt-980 #menu-main-columns .content &gt; ul &gt; li &gt; a.item-title {
	font-size: 16px;
	line-height: 80px;
	padding: 0 15px;
	vertical-align: baseline;
	color: #fff;
	transition: .15s , .4s;
    transition-property: background, line-height;
}

.width-gt-980 #document-header.fixed #menu-main-columns .content &gt; ul &gt; li &gt;  a.item-title {
	line-height: 60px;
	position: relative;
}

.width-gt-980 #menu-main-columns .content &gt; ul &gt; li.hasChildren:not(.first) &gt; a::before {
    content: '\f44f';
    font-family: 'icon-font';
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-53%);
    transform: translateY(-53%);
}

.width-gt-980 #menu-main-columns .content &gt; ul &gt; li.hasChildren:not(.first) &gt; a {

	padding-right: 27px;
}

.width-gt-980 #menu-main-columns ul.level-2 {
	right: 0;
	margin: 0;
}

.width-gt-980 #menu-main-columns ul.level-2 &gt; li {
	width: 150px;
	padding: 10px;
}

.width-gt-980 #menu-main-columns ul.level-2 a.item-title {
	padding: 8px 0;
	width: 100%;
	color: black;
}

.width-gt-980 #menu-main-columns ul.level-2 a.item-title:hover {
	text-decoration: underline;
}

.width-gt-980 #menu-main-columns ul.level-2 &gt; li &gt; a.item-title {
	font-weight: bold;
	border-bottom: 1px solid black;
}

/* MENU MAIN COLUMNS - MOBILE */
.width-lt-980 #menu-main-columns {
	position: absolute;
	right: 0px;
	top: 0px;
}

.width-lt-980 #menu-main-columns a.item-title {
	display: block;
	width: 100%;
	position: relative;
	text-align: left;
	line-height: 22px;

}

.width-lt-980 #menu-main-columns .expand-button {
	width: 20px;
	height: 20px;
	background: red;
	position: absolute;
	right: 0;
	top: 0;
}

.width-lt-980 #menu-main-columns li.expanded &gt; a &gt; .expand-button {
	background: green;
}

.width-lt-980 #menu-main-columns ul {
	display: none;
	background: white;
	position: static;
}

.width-lt-980 #menu-main-columns ul.expanded {
	display: block;
}

.width-lt-980 #menu-main-columns ul li {
	display: block;
}

.width-lt-980 #menu-main-columns li.expanded &gt; ul {
	display: block;
}

.width-lt-980 #menu-main-columns ul.level-1 {
	position: absolute;
	right: 0;
	top: 60px;
	width: 200px;
	padding: 10px;
}

.width-lt-980 #menu-main-columns .widget-menu-hamburger {
	display: block;
	width: 60px;
	height: 60px;
	background: #fff;
	text-indent: -9999px;
}

.width-lt-980 #menu-main-columns .widget-menu-hamburger.expanded {
 	background: red;
}




/* SLIDER - START */
#slider {
	padding-top: 80px;
  background: #212121;
}

.width-lt-980 #slider {
	padding: 0;
}

.swiper-container {
  width: 100%;
	height: 450px;
  cursor: pointer;
}

.width-gt-980 .swiper-container {
  height: 435px;
}

.width-lt-980 .swiper-container {
  height: 370px;
}

.width-lt-640 .swiper-container {
  height: 300px;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-container img {
  display: block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 50%;
}

.width-lt-980 .swiper-container img {
  height: 370px;
}

.width-lt-640 .swiper-container img {
  height: 300px;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets {
  pointer-events: none;
  bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.width-lt-640 .swiper-container-horizontal &gt; .swiper-pagination-bullets {
	bottom: 7px;
}

.swiper-pagination {
	text-align: right;
	padding: 0 20px;
}

.width-lt-400  .swiper-pagination{
  text-align: right;
	bottom: 8px;
	padding: 0 15px;
}

.swiper-pagination-bullet {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  margin: 0 5px;
  color: rgba(0, 0, 0, 0);
  pointer-events: all;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  opacity: 1;
	transition: all .3s;
}

.swiper-pagination-bullet-active {
  transform: scale(1.5);
}

.caption {
	width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
	right: 0;
  padding: 20px;
}

.width-lt-980 .caption {
  width: 100%;
	position: absolute;
	right: 0;
  margin: 0;
  padding: 15px;
	padding-bottom: 20px;
}

.width-lt-640 .caption .text {
  display: none;
}

.width-lt-400 .caption {
	text-align: center;
}

.caption .title,
.text {
  margin-bottom: 3px;
}

.caption .title span {
  display: inline-block;
	line-height: 1.5;
}

.width-lt-640 .caption .title span {
  font-size: 20px;
}

.caption .text span {
  display: inline-block;
}

.caption .link {
  margin-top: 6px;
}
/* SLIDER- END */



/* INFOIMAGE */
#infoImage {
	width: 100%;
	position: relative;
}

#infoImage:after {
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 155px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

.width-lt-980 #infoImage {
	overflow: hidden;
}

.width-lt-980 #infoImage .content {
}



/* BREADCRUMBS */
#breadcrumbs { display: none; }

#breadcrumbs a.link, #breadcrumbs a.link span {
	font-size: 12px;
  font-weight: normal;
}

#breadcrumbs a.link:hover, #breadcrumbs a.link span:hover {
	text-decoration: none;
}

#breadcrumbs .separator {
	color: #999999;
}


/* GALLERY */
#gallery {
	max-width: 1200px;
	margin: 0 auto;
}

#galleryList {
	margin: 30px 0;
	margin-bottom: 60px;
}

.width-lt-980 #gallery {
	width: 100%;
}

#gallery,
#lioweb-files {
	margin-top: 40px;
}

/* FILES */
 #lioweb-files {
	margin-bottom: 30px;
 }

#lioweb-files ul li {
	padding: 0;
}

#lioweb-files li:after {
	display: none;
}

#lioweb-files ul li a {
	background: none !important;
	padding: 0;
	margin-bottom: 10px;
}

#lioweb-files ul li a:before,
#lioweb-files .caption:before {
	content: '\f016';
	font-family: 'icon-font';
	margin-right: 10px;
	font-weight: 400;
}

#lioweb-files ul li.bmp a:before,
#lioweb-files ul li.jpg a:before,
#lioweb-files ul li.gif a:before,
#lioweb-files ul li.png a:before,
#lioweb-files ul li.jpeg a:before,
#lioweb-files ul li.tif a:before,
#lioweb-files ul li.ico a:before {
	content: '\f1c5';
}

#lioweb-files ul li.pdf a:before {
	content: '\f1c1';
}

#lioweb-files ul li.zip a:before,
#lioweb-files ul li.rar a:before,
#lioweb-files ul li.gz a:before,
#lioweb-files ul li.tar a:before,
#lioweb-files ul li.ace a:before,
#lioweb-files ul li.bz2 a:before,
#lioweb-files ul li.tgz a:before {
	content: '\f1c6';
}

#lioweb-files ul li.xls a:before,
#lioweb-files ul li.csv a:before,
#lioweb-files ul li.xlsx a:before,
#lioweb-files ul li.xlsm a:before,
#lioweb-files ul li.xlsb a:before,
#lioweb-files ul li.xltm a:before,
#lioweb-files ul li.xlam a:before {
	content: '\f1c3';
}

#lioweb-files .caption {
	position: static;
}

#lioweb-files .caption:before {
	content: '\f0ed';
	margin-right: 15px;
	vertical-align: bottom;
}


#gallery .item {
	margin-bottom: 20px;
	position: relative;
}

#gallery .item .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
  padding: 10px 20px;
  font-size: 20px;
	font-style: normal;
	color: white;
	pointer-events: none;
  line-height: 23px;
	z-index: 1;
}

.width-lt-400 #gallery .item .title {
  font-size: 16px;
}

#gallery a,
#galleryList a {
	position: relative;
	display: block;
}

#gallery a:before,
#galleryList a:before {
	content: '\f002';
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-family: 'icon-font';
	text-align: center;
	color: white;
	font-size: 25px;
	z-index: 1;
	opacity: 0;
	transition: all .3s;
}

#gallery a:hover:before,
#galleryList a:hover:before {
	opacity: 1;
}

#gallery a:after,
#galleryList a:after  {
	content: '';
	position: absolute;
	display: block;
	top: 0; bottom: 0; left: 0; right: 0;
	background: rgba(0, 0, 0, 0.0);
	transition: all .3s;
}

#galleryList .title a:before,
#galleryList .title a:after {
	display: none;
	background: none;
}

#galleryList .item {
	position: relative;
}

#galleryList .title {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 20px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	z-index: 1;
	color: white;
	pointer-events: none;
	font-size: 18px;
}

/* NEWS */
#news {
	width: 1200px;
	margin: 0 auto;
}

.width-lt-1280 #news {
	width: 960px;
}

.width-lt-980 #news {
	width: 100%;
	padding: 0 15px;
}

#news {
	margin-bottom: 60px;
}

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

#news a:hover {
	text-decoration: none;
}

#news .item {
	margin-bottom: 40px;
}

#news .item .image {
	position: relative;
	overflow: hidden;
}

#news .item .image a {
	position: relative;
	display: block;
	width: 100%;
}

#news .item .image a:before {
	content: '+';
	color: white;
	font-size: 50px;
	font-weight: 300;
	text-align: center;
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	top: 50%;
	left: 50%;
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	pointer-events: none;
	transition: all .3s;
}

#news .item .image a:hover:before {
	opacity: 1;
}

#news .item .image a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	background: rgba(0, 0, 0,.4);
	pointer-events: none;
	transition: all .3s;
}

#news .item .image img {
	width: 100%;
}


#news .item .image a img {
	vertical-align: bottom;
	transition: all .3s;
}

#news .item .image a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#news .item .datetime, #news .item .title, #news .item .text, #news .item .link {
}

#news .item .datetime {
	font-size: 12px;
	margin-top: 20px;
}

#news .item .title {
	font-size: 18px;
	margin-bottom: 13px;
	line-height: 25px;
}

#news .item .text {
	font-size: 16px;
  line-height: 23px;
	padding: 0;
  padding-right: 20px;
}

#news .item .link {
	padding-top: 15px;
}

#news .item .link a {
	display: inline-block;
	padding: 10px 0;
	text-align: left;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.2s ease-out;
}

#news .item .link a:after {
	content: '\f106';
	font-family: 'icon-font';
	margin-left: 20px;
	font-size: 15px;
	transition: all .3s;
}

#news .item .link a:hover:after {
	margin-left: 23px;
}



/* FORM */
.form-wrap {
  width: 100%;
  background: #ddd;
  background-size: cover;
}

#page-main .form-wrap {
	margin-top: 60px;
}

.form-wrap .icon-mail {
	margin-right: 20px;
	font-size: 25px;
}

.form-wrap h2 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #212121 !important;
  padding: 20px 0;
}

.form-container {
  max-width: 960px;
  min-height: 480px;
  margin: 0 auto;
}

.form .field-submit {
	transition: all .3s;
}

.form .label-radio, .form .label-checkbox {
	margin-top: 2px;
}

.width-gt-400 .form td.title {
	padding-top: 6px;
}

.width-lt-400 .form td.title {
	width: 100%;
	padding-bottom: 6px;
	text-align: left;
	display: block;
}

.width-lt-400 .form td.controlls {
	width: 100%;
	text-align: left;
	display: block;
}

/* TABLE GRID */

.table-grid {
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: hide;
}

.table-grid td {
	padding: 0 !important;
	vertical-align: top;
}

.table-grid td:empty {
	display: none !important;
}

.table-grid td.separator {
	width: 3%;
}

.width-gt-1280 .table-grid td.separator {
	width: 50px;
}

.width-gt-980.width-lt-1280 .table-grid td.separator {
	width: 35px;
}

.table-grid td img {
	max-width: 100%;
	max-height: 100%;
}

.table-grid td.p25 {
	width: 23.5%;
}

.table-grid td.p33 {
	width: 32.66666666666667%;
}

.table-grid td.p50 {
	width: 49%;
}

.table-grid td.p66 {
	width: 65.33333333333333%;
}

/* TABLE GRID - Responsivity*/
.width-lt-640 .table-grid-50-50  tr,
.width-lt-640 .table-grid-33-33-33 tr,
.width-lt-640 .table-grid-25-25-25-25 tr {
	display: block;
}

.width-lt-640 .table-grid-50-50 td.p50,
.width-lt-640 .table-grid-33-33-33 td.p33 {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	content: "cmd(hide-if-empty|reset-height)";
}

.width-lt-400 .table-grid-50-50 td.separator,
.width-lt-640 .table-grid-33-33-33 td.separator,
.width-lt-640 .table-grid-25-25-25-25 td.separator {
	display: none;
}

.width-lt-640 .table-grid-25-25-25-25 td.p25 {
	width: 100%;
	text-align: center;
	display: block;
	float: left;
	margin-bottom: 20px;
}

.width-lt-400 .table-grid-25-25-25-25 td.p25 {
	width: 100%;
	display: block;
	float: none;
	clear: both;
}

.width-lt-640 .table-grid-66-33 td.p33,
.width-lt-640 .table-grid-66-33 td.p66,
.width-lt-640 .table-grid-33-66 td.p33,
.width-lt-640 .table-grid-33-66 td.p66 {
	width: 100%;
	display: block;
	float: none;
	clear: both;
	margin-bottom: 20px;
}

.width-lt-640 .table-grid-66-33 td.separator, .width-lt-640 .table-grid-33-66 td.separator  {
	display: none;
}



/* COLORED TABLE - Farebna tabulka*/
.coloredTable {
	border-spacing: 1px;
  border-collapse: separate !important;
}

.coloredTable tr, .coloredTable tr.rowA {
}

.coloredTable tr.rowB {
}

.coloredTable td, .coloredTable th {
	padding: 8px 20px !important;
}

/* Bunka defaultna + parna */
.coloredTable td, .coloredTable tr.rowA td {
}

/* Bunka neparna */
.coloredTable tr:nth-child(odd) td {
}

/* Bunka zvyraznena */
.coloredTable tr.rowB td {
}

/* Hlavicka */
.coloredTable th {
	text-align: left;
	font-weight: bold;
}

/* CATALOG CATEGORY - SUBCATEGORIES */
#catalog-list-subcategories {
	width: 100%;
	margin-top: 20px;
}

#catalog-list-subcategories a {
	width: 225px;
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

#catalog-list-subcategories a:hover {
	color: inherit;
	text-decoration: none;
}

#catalog-list-subcategories a.last {
	margin-right: 0;
}

#catalog-list-subcategories a span {
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 10px;
	overflow: hidden;
}

#catalog-list-subcategories img {
	display: block;
}

/* CATALOG CATEGORY - PRODUCTS */

#catalog-list-products {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
}

#catalog-list-products h2 {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	height: 46px;
	overflow: hidden;
}

#catalog-list-products div.item {
	display: inline-block;
	width: 304px;
	margin-right: 13px;
	float: none;
	margin-bottom: 20px;
	overflow: hidden;
}

#catalog-list-products div.item.last {
	margin-right: 0;
}

#catalog-list-products .imageContainer {
	display: block;
	text-align: center;
	overflow: hidden;
	margin: 0px;
	position: relative;
}

#catalog-list-products .imageContainer:before {
	content: '';
	display: block;
	position: absolute;
	top: 	0; bottom: 0; left: 0; right: 0;
	background: rgba(0, 0, 0, 0);
	transition: all .3s;
	pointer-events: none;
}

#catalog-list-products .imageContainer:hover:before {
  background: rgba(0, 0, 0, .2);
}

#catalog-list-products .imageContainer:after {
	content: '+';
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	display: block;
  color: rgba(255, 255, 255, 0);
	font-size: 45px;
	font-weight: 300;
  border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	pointer-events: none;
	transition: all .3s;
}

#catalog-list-products .imageContainer:hover:after {
  color: rgba(255, 255, 255, 1);
}

#catalog-list-products .imageContainer img {
	width: 100%;
	vertical-align: bottom;
}

/* CATALOG - PRODUCT */
#catalog-product-image-first {
	max-width: 50%;
	width: 50%;
	float: left;
	margin-right: 20px;
}

.width-lt-640 #catalog-product-image-first {
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.product-main-info {
	margin-bottom: 40px;
}

.product-main-info .content-info {
	float: right;
	width: 45%;
}


.width-lt-640 .product-main-info .content-info {
	float: none;
	width: 100%;
}

.product-main-info .content-info .priceContainer {
	padding: 0 10px;
	padding-bottom: 20px;
	padding-top: 15px;
	text-align: center;
}

.product-main-info .content-info .priceContainer .price {
	font-size: 32px;
	margin: 0 10px;
}



/* ARTICLES */
#arcticle-category-articles {
	margin-top: 30px;
}

#arcticle-category-articles .article {
	margin-bottom: 30px;
}

#arcticle-category-articles .article img {
	vertical-align: text-top;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	float: left;
	display: block;
}

#arcticle-category-articles .article h2 {
	margin: 0;
	margin-bottom: 5px;
}

#arcticle-category-articles .article .date {
	font-weight: bold;
}

/* PAGINATION */
.pagination {
	margin-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}

.pagination .page,
.pagination .compactNumbers,
.pagination .prev,
.pagination .next {
	display: inline-block;
	padding: 7px 10px;
	margin-right: 4px;
	color: black !important;
}

.pagination .selected {
	font-weight: bold;
	color: #333 !important;
}

.pagination .selected:hover {
	background: rgba(0, 0, 0, .1);
}


/* SEARCH RESULT PAGE */
#search-results {
	margin-top: 35px;
}

#search-results .item {
	margin-bottom: 30px;
}

#search-results h2 {
	margin: 0;
}

/* FAST LINKS MAINPAGE*/

.fast-links-wrap {
	width: 100%;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: row;
}
.fast-links-col {
	width: 465px;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	text-align: center;
}
.fast-links-titles span{
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}
.fast-links-container {
	display: flex;
	flex-direction: row;
}
.fast-links-separator {
	width: 21px;
	display: inline-block;
}
.fast-links-wrap .fast-links-col .orange-link {
	display: block;
	width: 150px;
	height: 89px;
	padding: 22px 10px 10px;
	margin: 0 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	background: #E47716;
	text-align: center;
	color: white;
	font-size: 20px;
	font-weight: bold;
	transition: all .3s;
}
.fast-links-wrap .fast-links-col .orange-link:hover, .fast-links-wrap .fast-links-col .orange-link:active {
	background: rgba(228,120,22,.8);
}
.fast-links-wrap .fast-links-col .dark-link {
	display: block;
	width: 150px;
	height: 89px;
	padding: 22px 10px 10px;
	margin: 0 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	background: #3d3d3d;
	text-align: center;
	color: white;
	font-size: 20px;
	font-weight: bold;
	transition: all .3s;
}
.fast-links-wrap .fast-links-col .dark-link:hover, .fast-links-wrap .fast-links-col .dark-link:active {
	background: rgba(61,61,61,.8);
}


@media (max-width: 946px){
	.fast-links-wrap {
		flex-direction: column;
		align-items: center;
	}
	.fast-links-separator {
		display: none;
	}
}
@media (max-width: 487px) {
	.fast-links-col {
		width: 100%;
		margin-bottom: 0;
		align-items: center;
	}
	.fast-links-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.fast-links-wrap .fast-links-col .orange-link {
		display: block;
		width: 90%;
		margin: 15px;
		height: auto;
		padding: 22px 10px;
	}
	.fast-links-wrap .fast-links-col .dark-link {
		display: block;
		width: 90%;
		margin: 15px;
		height: auto;
		padding: 22px 10px;
	}
}

/* FAST LINKS MAINPAGE*/

.fast-links-wrap {
	width: 100%;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: row;
  margin-bottom: 20px;
}
.fast-links-col {
	width: 465px;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	text-align: center;
}
.fast-links-titles span{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
  text-align: left;
  padding-left: 5px;
}
.fast-links-titles .title-1{
	color: #d0112b;
}
.fast-links-titles .title-2{
	color: #3d3d3d;
}
.fast-links-container {
	display: flex;
	flex-direction: row;
}
.fast-links-separator {
	width: 21px;
	display: inline-block;
}
.fast-links-wrap .fast-links-col .links-1 .a-container {
  background: #d0112b;
	border-radius: 3px;
  overflow: hidden;
  margin: 0 2px;
  width: 150px;
	height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	font-size: 17px;
	font-weight: bold;
}
.fast-links-wrap .fast-links-col .links-1 a{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  color: white;
	background: none;
	text-align: center;
	transition: all .3s;
}
.fast-links-wrap .fast-links-col .links-1 a:before {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 70px;
	background: #fff;
  opacity: .2;
	transition: all .35s ease;
}
.fast-links-wrap .fast-links-col .links-1 a:hover:before,.fast-links-wrap .fast-links-col .links-1 a:active:before {
	width: 100%;
  cursor: pointer;
}
.fast-links-wrap .fast-links-col .links-2 .a-container {
  background: #3d3d3d;
	border-radius: 3px;
  overflow: hidden;
  margin: 0 2px;
  width: 150px;
	height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	font-size: 17px;
	font-weight: bold;
}
.fast-links-wrap .fast-links-col .links-2 a{
	display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  color: white;
	background: none;
	text-align: center;
	transition: all .3s;
}
.fast-links-wrap .fast-links-col .links-2 a:before {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 70px;
	background: #fff;
  opacity: .2;
	transition: all .35s ease;
}
.fast-links-wrap .fast-links-col .links-2 a:hover:before {
	width: 100%;
  cursor: pointer;
}

@media (max-width: 946px){
	.fast-links-wrap {
		flex-direction: column;
		align-items: center;
	}
	.fast-links-separator {
		display: none;
	}
  .fast-links-titles span{
  	margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media (max-width: 487px) {
	.fast-links-col {
		width: 95%;
		margin-bottom: 0;
		align-items: center;
	}
	.fast-links-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.fast-links-wrap .fast-links-col .links-1 .a-container,.fast-links-wrap .fast-links-col .links-2 .a-container{
		display: block;
		width: 90%;
		margin: 5px 15px;
		height: 10px;
		padding: 20px 0;
    position: relative;
	}
  .fast-links-wrap .fast-links-col .links-1 a, .fast-links-wrap .fast-links-col .links-2 a{
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
  }
}

/* CONTENT WRAP */
.wrapper.main-wrapper {
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top: 0px;
}

.width-lt-980 .wrapper.main-wrapper {
	margin: 0;
}

.content-wrap {
	background: white;
	width: 100%;
	border-left: 1px solid #eee;
}


/* BODY CONTENT */
.body-content {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 80px;
	padding-top: 40px;
	position: relative;
}

.body-content.photo-gallery {
	width: 100%;
	padding: 0 30px;
	padding-top: 40px;
}

.width-gt-980.side-menu .body-content {
	width: 700px;
}

.width-gt-980.side-menu #sidebar-left {
	display: block;
}


.width-lt-1280 .body-content {
	width: 100%;
}

.width-lt-1280 .body-content.photo-gallery {
	width: 100%;
}

.width-lt-980 .body-content {
	width: 100%;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.width-lt-980 #content-page-main {
	width: 100%;
}

.width-lt-980 #content-page-main {
	width: 100%;
}

.body-content .color-a {
	color: #e47716;
}

.body-content .color-b {
	cololor: #3d3d3d;
}

.body-content img {
	max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* button */
.button {
  color: white;
  display: inline-block;
  padding: 8px 32px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 14px ;
  font-weight: normal;
  transition: all 0.3s ease-out;
}

.width-gt-980 .body-content p {
	padding: 0;
}
.width-lt-980 .body-content p {
	margin: 0px;
}

.width-gt-980 .body-content p.quote,
.width-lt-980 .body-content p.quote {
	padding: 20px 20px;
}

.body-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 6px;
}

.body-content ul li {
	position: relative;
	background: none;
	margin-bottom: 7px;
	padding-left: 32px;
}

.body-content ul li:after {
	content: '\f00c';
	font-family: 'icon-font';
	font-size: 16px;
	position: absolute;
	left: 4px;
	top: 0;
}

.body-content ol {
	padding: 0 0 0 20px;
	margin: 0;
	margin-left: 0;
}

.body-content ol.padded {
	padding: 0 0 0 40px;
}

.body-content ol li {
	padding-left: 7px;
}

.body-content .padded {
	padding: 0 20px;
}

.body-content h1, .body-content h2, .body-content h3, .body-content h4 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 13px;
  line-height: 1.6;
}

.body-content h1 {
	font-size: 29px;
	margin-bottom: 30px;
}

.body-content h2 {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.width-lt-640 .body-content h2 {
  font-size: 18px;
	margin: 10px 0;
}

.body-content h3 {
	font-size: 18px;
}

.body-content h4 {
	font-size: 16px;
}


.body-content img[style*="float: left"]  {
	margin:0 10px 10px 0;
}

.body-content img[style*="float: right"] {
	margin:0 0 10px 10px;
}

.body-content table {
	border-collapse: collapse;
}

.body-content table.coloredTable {
	display: table !important;
}

.body-content table td, .body-content table th{
	vertical-align: top;
}

.body-content table tr td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}

/*
.body-content table.table-grid {
	display: block;
}

.body-content table.table-grid tr {
	display: block;
}
*/


/* WEATHER - pocasie */
.weather-wrap {
	width: 100%;
	min-height: 209px;
	background-size: cover;
	padding-bottom: 40px;

}
.width-lt-980 .weather-wrap {
  min-height: 260px;
}
.width-lt-640 .weather-wrap {
  min-height: 340px;
}
.width-lt-400 .weather-wrap {
  min-height: 550px;
}

.weather-wrap &gt; .title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  padding-top: 22px;
}

.weather-wrap .icon-1.title {
  margin-right: 20px;
	font-size: 33px;
}

.widget-weather {
	text-align: center;
	padding-top: 20px;
}

.widget-weather .caption {
	display: none;
}

.widget-weather .weather-location {
	padding: 10px 0;
}

.width-lt-400 .weather-location  {
	text-align: center;
}


.widget-weather .weather-location .title {
	font-size: 21px;
	text-align: center;
	margin-bottom: 5px;
	font-weight: 400;
}

.widget-weather .item {
	display: inline-block;
	width: 192px;
	height: 80px;
	margin-top: 5px;
	margin-bottom: 1px;
	position: relative;
}

.widget-weather .item:nth-child(2n+1) {
	color: #212121;
}

.widget-weather .item:last-of-type {
	float: none;
	clear: both;
}

.widget-weather .icon {
	width: 42px;
	height: 42px;
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: .9;
	font-size: 40px;
}

.widget-weather .day {
	position: absolute;
	width: 120px;
	left: 0;
	top: 14px;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
}

.widget-weather .temperature {
	position: absolute;
	left: 0;
	top: 44px;
	width: 120px;
	text-align: center;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold
}


/* LL LIGHTBLOX OPRAVY */

html #ll-lytebox .button-close {
	background: none;
	border: 0;
}

html #ll-lytebox .side-button-right:before,
html #ll-lytebox .side-button-left:before,
html #ll-lytebox .button-close:before {
	font-family: 'icon-font';
	pointer-events: all;
}

html .width-gt-980 #ll-lytebox .side-button-right,
html .width-gt-980 #ll-lytebox .side-button-left,
html .width-gt-980 #ll-lytebox .button-close {
	background: none;
	box-shadow: none;
}

html .width-lt-980 #ll-lytebox .side-button-right,
html .width-lt-980 #ll-lytebox .side-button-left,
html .width-lt-980 #ll-lytebox .button-close {
	width: 60px;
	height: 60px;
	background: none;
	padding: 0;
	pointer-events: none;
	font-size: 50px;
	opacity: 1 !important;
}

html .width-gt-980 #ll-lytebox .controlls .counter {
	font-size: 30px;
	margin-top: 5px;
}

html .width-lt-980 #ll-lytebox .controlls .counter {
	font-size: 30px;
	margin-top: 5px;
}

html #ll-lytebox .controlls {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	color: white;
}

html #ll-lytebox .side-button-right:before {
	content: "\f106";
	font-size: 60px;
}

html #ll-lytebox .side-button-left:before {
	content: "\f105";
	font-size: 60px;
}

html .width-lt-980 #ll-lytebox .side-button-right:before {
	font-size: 70px;
}

html .width-lt-980 #ll-lytebox .side-button-left:before {
	font-size: 70px;
}

html .width-lt-400 #ll-lytebox .side-button-right:before {
	font-size: 30px;
}

html .width-lt-400 #ll-lytebox .side-button-left:before {
	font-size: 30px;
}

html #ll-lytebox .button-close:before {
	content: '\f00d';
}

html .width-lt-400 #ll-lytebox .button-close:before {
	font-size: 35px;
}

html #ll-lytebox .button {
	width: auto;
	font-size: 40px;
	right: 30px;
	top: 18px;
}

html #ll-lytebox .button-left,
html #ll-lytebox .button-right {
	opacity: 0 !important;
}

html #ll-lytebox .controlls {
	height: 100px;
}

html .width-lt-980 #ll-lytebox .controlls {
	height: 60px;
}

html .width-lt-400 #ll-lytebox .controlls {
	height: 40px;
}

html #ll-lytebox .caption,
html #ll-lytebox.dragging .caption {
	bottom: 0;
	padding: 0;
	margin: 0;
	opacity: 1;
}

html #ll-lytebox .caption&gt;div {
	font-size: 30px;
	max-height: 100px;
	line-height: 95px;
	padding: 0 60px;
	margin: 0;
	width: 100%;
	max-width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

#ll-lytebox .image img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

#ll-lytebox .image img:active {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}


img {
	vertical-align: initial;
}


.preload-overlay {
	position: fixed;
	left: 0; right: 0; bottom: -100px; top: -100px;
	background: #fff;
	opacity: 1;
	z-index: 100;
}
</pre></body></html>