
* {
	font-family: 'Open Sans', sans-serif;
}

body {
	min-width: 240px;
	width: 100%;
}

::selection {
  background: #3d3d3d;
  color: #fff;
}


.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 {
	max-width: 960px;
	margin: 0px auto;
}
.width-gt-980 .wrapper.margined {
	margin-top: 81px;
}

.wrapper {
	width: 100%;
}

.clear {
	clear: both;
}

/* LAYOUT */
.width-gt-980 #logo {
	position: absolute;
	left: 10px;
	top: 16px;
}
.width-lt-980 #logo {
  position: absolute;
	left: 20px;
	top:12px;
}
.width-lt-640 #logo {
  position: absolute;
  left: -13px;
  top: 8px;
}

#document-header .wrapper {
	position: relative;
	height: 80px;
}

.width-lt-980 #document-header .wrapper {
	text-align: center;
  height: 70px;
}
.width-lt-640 #document-header .wrapper {
	text-align: center;
  height: 60px;
}

.width-gt-980 #document-header-top {
	height: 40px;
}

.width-lt-980 #document-header-top {
	position: static;
	height: 50px;
	text-align: center;
}

#document-header-top .wrapper {
	position: relative;
}

.width-gt-980 #document-header.fixed {
	position: fixed;
  top: 0;
  z-index: 1000;
}
.width-gt-980 #document-header.fixed + #slider{
	margin-top: 84px;
}

/* GOOGLE TRANSLATE REDESIGN */
.width-gt-980 #googleTranslate {
  position: absolute;
	left: 5px;
	top: 5px;
	display: inline;
}
.width-lt-980 #googleTranslate {
	top: 0;
}
.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 {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}
.goog-te-gadget-simple .goog-te-menu-value span:first-child:before,.goog-te-gadget-simple .goog-te-menu-value span:first-child:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 2px;
	background: rgba(255, 255, 255, 0.9);
	transition: all .3s;
}
.goog-te-gadget-simple:hover .goog-te-menu-value span:first-child:before,.goog-te-gadget-simple:hover .goog-te-menu-value span:first-child:after{
	top: 18px;
}
.goog-te-gadget-simple .goog-te-menu-value span:first-child:before {
	top: 13px;
	right: 12px;
	-webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.goog-te-gadget-simple .goog-te-menu-value span:first-child:after {
	top: 13px;
	right: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.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;
}
.width-gt-980 #googleTranslate .goog-te-gadget-simple {
  position: relative;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 4px 25px 6px 4px;
	transition: all .3s;
	font-weight: bold;
	border-radius: 2px;
}
.width-lt-980 #googleTranslate .goog-te-gadget-simple {
  position: relative;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 4px 25px 6px 4px;
	transition: all .3s;
	font-weight: bold;
	border-radius: 2px;
}
#googleTranslate .goog-te-gadget-simple:hover {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.width-lt-980 .goog-te-gadget-simple {
  float: left;
}
.width-lt-980 #googleTranslate .content {
  padding-top: 10px;
  padding-left: 10px;
}
.width-lt-980 .goog-te-gadget-simple .goog-te-menu-value span {
  color: white;
}
.width-lt-980 .goog-te-gadget-simple .goog-te-menu-value span:first-child:before,.width-lt-980 .goog-te-gadget-simple .goog-te-menu-value span:first-child:after{
	background: white;
	transition: all .3s;
}
.goog-te-menu-frame .goog-te-menu2 {
  border: 1px solid pink;
}
.goog-te-gadget { font-size: 25px !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: #333;
  background: white;
  text-decoration: none;
}

.width-lt-980 #facebook-link {
  position: absolute;
	display: block;
	right: 14px;
	top: 9px;
	width: 30px;
	height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  line-height: 32px;
}

#scrollup-button {
	position: fixed;
	z-index: 999;
	bottom: 40px;
	right: 20px;
	background: white;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	color: black;
	display: block;
	width: 55px;
	height: 55px;
	line-height: 60px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	opacity: 0;
	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: 26px;
  left: 15px;
  background: #222;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .3s;
}
#scrollup-button:after {
	content: '';
  position: absolute;
  top: 26px;
  left: 25px;
  background: #222;
  width: 15px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
}
#scrollup-button:hover:before, #scrollup-button:hover:after {
  top: 20px;
}
.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-lt-980 .search-form {
	display: none;
	padding: 10px;
  position: fixed;
  right: 0;
  left: 0px;
  top: 60px;
}

.width-lt-980 .search-form.opened {
	display: block;
}

.width-gt-980 #searchbox {
	background: none;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  transition: all .4s;
}
.width-gt-980 #searchbox .keyword {
	background: none;
  color: white;
  font-size: 14px;
  border: 0;
  padding: 0 5px;
  height: 40px;
	width: 250px;
  transition: all .4s;
}
.width-gt-980 #searchbox:hover{
  border-color: white;
  color: white;
}
.width-gt-980 #searchbox .keyword:focus {
  outline: none;
  background: white;
  color: #333;
}


.width-lt-980 #searchbox .keyword {
	padding: 0 4px;
	margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 41px;
	line-height: 40px;
	width: 100%;
	font-size: 16px;
  background: white;
  border: 0;
}

.width-gt-980 #searchbox .keyword::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.width-gt-980 #searchbox .keyword:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.width-gt-980 #searchbox .keyword::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.width-gt-980 #searchbox .keyword:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.width-lt-980 #searchbox .keyword::-webkit-input-placeholder {
	color: rgba(61, 61, 61, 0.4);
}

.width-lt-980 #searchbox .keyword:-moz-placeholder {
	color: rgba(61, 61, 61, 0.4);
}

.width-lt-980 #searchbox .keyword::-moz-placeholder {
	color: rgba(61, 61, 61, 0.4);
}

.width-lt-980 #searchbox .keyword:-ms-input-placeholder {
	color: rgba(61, 61, 61, 0.4);
}



.width-gt-980 #searchbox .submit {
	border: 0;
	background: none;
	width: 35px;
	height: 40px;
	display: block;
	float: right;
	cursor: pointer;
	border-left: 0;
	margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	box-sizing: border-box;
}

.width-gt-980 #searchbox .submit:focus {
	outline: none;
}

.width-gt-980 #searchbox .submit:hover {
  background: #fff;
}

.width-lt-980 #searchbox .submit {
	display: none;
}

.width-lt-980 .search-open-button {
	border: 0;
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
	margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#sidebar-left {
	float: left;
	width: 240px;
	min-height: 1px;
	margin-top: 30px;
	margin-bottom: 50px;
}


#sidebarLeft {
	width: 240px;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.width-lt-980 #sidebar-left {
	display: none;
}

/* SIDE MENU */
#menu-side a {
	font-size: 15px;
	line-height: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu-side .buttonExpand {
	background: none;
}
#menu-side .buttonExpand:before, #menu-side .buttonExpand:after {
  content: '';
	position: absolute;
  left: 15px;
  width: 11px;
  height: 2px;
  background: #333;
  transition: all .3s;
}
#menu-side .buttonExpand:before {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-side .buttonExpand:after {
  top: 23px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-side li.expanded > .buttonExpand:before, #menu-side li.expanded > .buttonExpand:after {
  content: '';
	position: absolute;
  top: 20px;
  width: 11px;
  height: 2px;
  transition: all .3s;
}
#menu-side li.expanded > .buttonExpand:before {
  left: 11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-side li.expanded > .buttonExpand:after {
  left: 18px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


#menu-side ul .item-title {
}

#menu-side ul .item-title.selected {
	font-weight: bold;
}
#menu-side ul.level-1 .item-title.selected:after {
	content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0px;
  width: 0px;
  border-top: 20px solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 20px solid transparent;
}
#menu-side ul ul.level-2 .item-title.selected:after {
	content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0px;
  width: 0px;
  border-top: 20px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 20px solid transparent;
}

.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;
}


#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;
}

.width-lt-640 #document-footer {
	padding-bottom: 0;
}

#document-footer-left {
	float: left;
	width: 22.92%;
	text-align: left;
}

.width-lt-980 #document-footer-left {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#document-footer .slogan{
  text-align: center;
	margin-top: 20px;
  line-height: 1.5;
}

#document-footer-bottom, #lioweb a {
	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 a.link-facebook {
	background: url(../images/ico-facebook.png) no-repeat center center;
}
#document-footer-bottom a.link-youtube {
	background: url(../images/ico-youtube.png) no-repeat center center;
}
#document-footer-bottom a.link-twitter {
	background: url(../images/ico-twitter.png) no-repeat center center;
}
*/
#document-footer-right {
	float: right;
	width: 70.84%;
}

.width-lt-980 #document-footer-right {
	float: none;
	clear: both;
	width: 100%;
}

.width-lt-980 #document-footer-right td.p33 {
	padding: 10px !important;
}

.width-lt-640 #document-footer-right tr {
	display: block;
}

.width-lt-640 #document-footer-right td.p33 {
	display: block;
	width: 50%;
	margin-bottom: 30px;
	float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	box-sizing: border-box;
}
.width-lt-400 #document-footer-right td.p33 {
	margin-bottom: 20px;
}
.width-lt-640 #document-footer-right td:nth-of-type(5n) {
	clear: both;
}

.width-lt-640 #document-footer-right td.separator {
	display: none;
}

.width-lt-400 #document-footer-right td.p33 {
	display: block;
	width: 100%;
	clear: both;
	float: none;
	text-align: center;
}

#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;
}

.width-lt-980 #document-footer-bottom {
	padding: 0 20px;
}

#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;
	bottom: 0;
	right: 0;
	z-index: 999;
}

.width-gt-980 #menu-main {
	/*display: none;*/
}

.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 > ul > li > a {
	font-weight: normal;
  text-transform: uppercase;
	font-size: 15px;
	line-height: 80px;
	padding: 0 15px;
	display: block;
	transition: all .15s;
}

.width-gt-980 #menu-main .content > ul > li.last {
	margin-right: 0;
}

.width-gt-980 #menu-main .content > ul > li.selected {
	font-weight: bold;
}

.width-gt-980 #menu-main ul ul {
	background: #FDFDFD;
	border: 1px solid #dedede;
	border-top: 0;
}

.width-gt-980 #menu-main ul ul ul {
}

.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;
}

/* MENU MAIN - MOBILE */
.width-lt-980 #menu-main {
	position: absolute;
	right: 0;
	top: 10px;
	width: 100%;
	max-width: 400px;
	z-index: 1000;
  pointer-events: none;
}
.width-lt-980 #menu-main ul.level-1 {
	clear: both;
}
.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 ul {
	display: none;
}

.width-lt-980 #menu-main li {
	position: relative;
}

.width-lt-980 #menu-main ul.level-1 {
	border-top: 1px solid white;
}

.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;
	border-bottom: 1px solid white;
  -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;
}

.width-lt-980 #menu-main li li li a {
	border-bottom: 1px solid #EDEDED;
	padding-left: 60px;
}

.width-lt-980 #menu-main li li li li a {
	padding-left: 80px;
}

.width-lt-980 #menu-main li a.selected {
	font-weight: bold;
}

.width-lt-980 #menu-main ul .buttonExpand {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
  border-left: 1px solid white;
	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: 20px;
	height: 3px;
  background: #fff;
  transition: all .4s;
}
.width-lt-980 #menu-main ul .buttonExpand:before {
	right: 15px;
	top: 21px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.width-lt-980 #menu-main ul .buttonExpand:after {
	right: 15px;
	top: 34px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.width-lt-980 #menu-main ul .buttonExpand.expanded:before {
  right: 23px;
	top: 28px;
}
.width-lt-980 #menu-main ul .buttonExpand.expanded:after {
  right: 10px;
	top: 28px;
}
.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: 20px;
	height: 3px;
  background: #333;
  transition: all .4s;
}
.width-lt-980 #menu-main ul ul .buttonExpand:before {
	right: 15px;
	top: 21px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.width-lt-980 #menu-main ul ul .buttonExpand:after {
	right: 15px;
	top: 34px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.width-lt-980 #menu-main ul ul .buttonExpand.expanded:before {
  right: 23px;
	top: 28px;
}
.width-lt-980 #menu-main ul ul .buttonExpand.expanded:after {
  right: 10px;
	top: 28px;
}

#menu-main-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  color: #222;
  font-size: 14px;
  width: 120px;
  float: right;
  padding: 0 70px 0 0px;
  margin-top: 6px;
  -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;
}

.width-lt-980 #menu-main {
	width: 100%;
	height: 60px;
	line-height: 60px;
	pointer-events: none;
}

.width-lt-980 #menu-main-button span {
  background: #222;
  width: 40px;
  height: 3px;
  position: absolute;
  top: 28px;
  right: 14px;
  transition: background .3s;
}
.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;
}

/* SLIDER - START */
#slider {
  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 > .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 > .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);
}

#slider .caption {
	width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
	right: 0;
  padding: 20px;
}

.width-lt-980 #slider .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 {
	overflow: hidden;
}

#infoImage img {
	display: block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 50%;
}

#infoImage {
	left: 0;
	width: 100%;
	height: 180px;
	background-size: cover;
	z-index: -1;
}

.width-lt-980 #infoImage {
	top: 60px;
	height: 150px;
}


/* BREADCRUMBS */
.width-lt-980 #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, #lioweb-files {
	margin-top: 40px;
}

#gallery .item {
	margin-bottom: 20px;
}

#gallery .item .title {
	text-align: center;
  padding: 10px;
  font-size: 14px;
  line-height: 23px;
}
.width-lt-400 #gallery .item .title {
  font-size: 16px;
}

#gallery 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: 55%;
	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: 30px;
	z-index: 1;
	opacity: 0;
	transition: all .3s;
}

#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;
}

/* FILES */

#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;
}

/* NEWS */
#news {
}

#news .content {
}

#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 a {
	position: relative;
}

#news .item .image a:before {
	content: '';
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	bottom: 20%;
	left: 50%;
	margin-left: -30px;
	background: url('../images/search-normal-big.png') center no-repeat;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
}

#news .item .image a:hover:before {
	bottom: 27%;
	opacity: 1;
}

#news .item .image a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .0);
	pointer-events: none;
	transition: all .3s;
}

#news .item .image a:hover:after {
	background: rgba(0, 0, 0, .3);
}

#news .item .image img {
	width: 100%;
}

#news .item .datetime, #news .item .title, #news .item .text, #news .item .link {
	margin-left: 20px;
  padding-right: 20px;
}

#news .item .datetime {
	font-size: 12px;
}

#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: 20px;
  text-align: center;
}

#news .item .link a {
	display: inline-block;
	width: 142px;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 14px ;
	font-weight: bold;
	transition: all 0.2s ease-out;
}


/* NEWSLETTER */
#newsletter {
	max-width: 320px;
  margin: 30px auto;
}

#newsletter .title {
	display: none;
}

#newsletter form .email {
	border: 1px solid #777;
	padding: 5px;
	max-width: 320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 175px;
}

.width-lt-980 #newsletter form .email {
	padding: 10px 5px;
	width: 280px;
}

#newsletter form .email:focus {
	outline: none;
}

#newsletter form .submit {
	background: #594227;
	border: 1px solid #594227;
	width: 45px;
  height: 30px;
  color: white;
	cursor: pointer;
	float: right;
}

.width-lt-980 #newsletter form .submit {
  height: 40px;
  -webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

#newsletter form .submit:hover {
	background: #75624C;
	border: 1px solid #75624C;
}
#newsletter form .submit:focus {
	outline: none;
}

#newsletter .description {
	color: #594227;
	font-size: 15px;
	text-align: center;
	margin-bottom: 15px;
	line-height: 20px;
}

/* FORM */
.form-wrap {
  width: 100%;
  background: #f2f0e9 url('../images/form-bg.jpg');
  background-size: cover;
}

.form-container {
  max-width: 960px;
  min-height: 480px;
  margin: 0 auto;
}

.width-lt-400 .form .captcha-reload {
	margin-left: 5px;
}

.form .field-submit {
	border: 0;
	line-height: 45px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	border-radius: 3px;
	transition: all .3s;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.form .label-radio, .form .label-checkbox {
	margin-top: 2px;
}


.width-gt-640 .form textarea.field-textarea {
	height: 350px;
}

.width-gt-400 .form td.title {
	padding-top: 6px;
}

.width-lt-400 .form td.title {
	width: 100%;
	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%;
}

.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: 49%;
	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: 206px;
	padding: 15px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#catalog-list-subcategories a:hover {
	color: white;
	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;
	width: 100%;
}

/* CATALOG CATEGORY - PRODUCTS */
#catalog-list-products {
	width: 100%;
	margin-top: 20px;
}

#catalog-list-products h2 {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	height: 46px;
	overflow: hidden;
}

#catalog-list-products h2 a {
	color: black;
}

#catalog-list-products div.item {
	display: block;
	width: 266px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	overflow: hidden;
}

#catalog-list-products div.item.last {
	margin-right: 0;
}

#catalog-list-products .imageContainer {
	display: block;
	width: 266px;
	height: 205px;
	text-align: center;
}

/* 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 {
	border: 0;
	text-align: center;
}

.pagination .page, .pagination .prev, .pagination .next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	line-height: 38px;
	color: #333;
	background: #fff;
	font-size: 14px;
}

.pagination .page:hover,
.pagination .prev:hover,
.pagination .next:hover {
	background: #f2f2f2;
}

.pagination .selected {
	color: #fff !important;
	background: #333;
}

/* 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;
  }
}

/* BODY CONTENT */
.body-content {
	width: 960px;
	margin-top: 30px;
	margin-bottom: 60px;
	float: right;
}

.width-gt-980.side-menu .body-content {
	width: 700px;
}

#sidebar-left {
	display: none;
}

.width-gt-980.side-menu #sidebar-left {
	display: block;
}

.width-gt-980#page-search-result .body-content {
	width: 960px;
}

.width-gt-980#page-form .body-content {
	width: 960px;
}

.width-lt-980 .body-content {
	width: 100%;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}

.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 */
.body-content a.button {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  transition: all 0.3s ease-out;
}
.body-content a.button:hover,
.body-content a.button:active {
  background: none;
  color: #222;
}

.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 {
	background: none;
	padding: 3px 0px 3px 35px;
	position: relative;
	margin-bottom: 7px;
}

.body-content ul li:after {
	content: '\f00c';
	font-family: 'icon-font';
	font-size: 16px;
	position: absolute;
	left: 4px;
	top: 3px;
}

.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;
	font-weight: bold;
  line-height: 1.6;
}

.body-content h1 {
	font-size: 29px;
	margin: 30px 0;
}
.width-lt-640 .body-content h1 {
	font-size: 25px;
	margin: 10px 0;
}

.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 td, .body-content table th{
	vertical-align: top;
}

.body-content table tr td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}


/* WEATHER - pocasie */
.weather-wrap {
	width: 100%;
	padding-bottom: 20px;

}
.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 > .title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  text-transform: uppercase;
  color: white !important;
  padding: 20px 0;
  background: #3a210a;
}

.widget-weather {
	color: #fff;
}

.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;
}

.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: #fff;
}

.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 .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>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;
}
