/* LAYOUT */
::selection {
	background: #ffbc00;
}

body {
	-webkit-tap-highlight-color: rgba(0,0,0, .2);
	overflow-x: hidden;
}

.width-gt-980::-webkit-scrollbar {
  width: 10px;
}
.width-gt-980::-webkit-scrollbar-track-piece {
  background: rgba(0, 0, 0, 0);
}
.width-gt-980::-webkit-scrollbar-thumb {
  background: #ffbc00;
}

.width-gt-980 #document-header,
.width-lt-980 #document-header {
	background: #ffbc00;
	box-shadow: none;
}

.width-gt-980 #document-header.fixed {
	position: fixed;
  top: 0;
  z-index: 1000;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.width-gt-980 #document-header.fixed + #slider {
	margin-top: 69px;
}


.width-gt-980 .wrapper.margined {
	margin-top: 65px;
}

 #page-main.width-gt-1280 .wrapper {
	max-width: 1200px;
}

#content-page-main {
	width: 100%;
}

.width-lt-640 {
	background: white;
}

#document-header .wrapper {
	height: 65px;
}

.width-gt-980 #quoteCont {
	position: absolute;
	left: 130px;
	top: 8px;
	width: 615px;
	line-height: 30px;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	color: #4f0b00;
	font-weight: 300;
	overflow: hidden;
}

.width-lt-980 #quoteCont {
	display: none;
}

.width-gt-980 #quoteCont .text {
	position: relative;
	display: inline-block;
	left: 0%;
}

#page-main.width-gt-980 #quoteCont .text {
	-webkit-animation: 4s quoteEase;
	-moz-animation: 4s quoteEase;
	animation: 4s quoteEase;
}

@-webkit-keyframes quoteEase {
	0% { left: -100% }
	100% { left: 0% }
}
@-moz-keyframes quoteEase {
	0% { left: -100% }
	100% { left: 0% }
}
@keyframes quoteEase {
	0% { left: -100% }
	100% { left: 0% }
}

.width-gt-980 #document-header-top {
	background: #ffbc00 url('../images/header-top.png') no-repeat center top;
	height: 40px;
}

.width-lt-980 #document-header-top {
	background: #ffbc00 url('../images/header-top.png') no-repeat center top;
	height: 34px;
}


/* GOOGLE TRANSLATE REDESIGN */
.width-gt-980 #googleTranslate {
  position: absolute;
  left: 5px;
  top: 11px;
  display: inline;
}

.width-lt-980 #googleTranslate {
	position: absolute;
  left: 5px;
  top: 0px;
  display: inline;
}

.width-lt-640 #googleTranslate {
	left: -3px;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  color: rgba(255, 255, 255, 0.8);
	font-weight: normal;
	transition: all .3s;
}
.goog-te-gadget-simple:hover .goog-te-menu-value span {
  color: rgba(255, 255, 255, 0.9);
}
.goog-te-gadget-simple .goog-te-menu-value span:first-child:before,.goog-te-gadget-simple .goog-te-menu-value span:first-child:after{
	background: rgba(255, 255, 255, 0.6);
}
#googleTranslate .goog-te-gadget-simple {
	border: 0px !important;
}
#googleTranslate .goog-te-gadget-simple:hover {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0);
}

.width-gt-980 #document-header .slogan {
	width: 287px;
	height: 24px;
	background: url('../images/slogan.png') no-repeat;
	position: absolute;
	top: 27px;
	left: 124px;
	transition: all .3s;
}

.width-gt-980 #document-header.fixed .slogan {
	top: 33px;
}


.width-gt-980 #searchbox {
	border: 0;
	top: 9px;
	right: 7px;
}

.width-lt-980 #searchbox {
	top: 8px;
	right: 18px;
	border: 0;
	z-index: 1000;
}

.width-lt-980 .search-form {
	right: 0;
	top: 25px;
	transition: all .2s;
}

.width-lt-980 .search-form.opened {
	top: 35px;
}

.width-gt-980 #searchbox .keyword {
	width: 150px;
	height: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.width-gt-980 #searchbox .keyword::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .8);
}
.width-gt-980 #searchbox .keyword::-moz-placeholder {
	color: rgba(255, 255, 255, .8);
}
.width-gt-980 #searchbox .keyword::-ms-input-placeholder {
	color: rgba(255, 255, 255, .8);
}

.width-gt-980 #searchbox .submit {
	height: 31px;
}

.width-gt-980 #facebook-link {
	height: 30px;
	line-height: 30px;
	top: 4px;
}

#facebook-link:hover, #facebook-link:active {
  color: #4f0b00;
}

.width-gt-980 #logo {
	top: 8px;
	transition: all .3s;
}

.width-gt-980 .fixed #logo {
	top: 14px;
}

.width-lt-980 #logo {
	top: 17px;
}

.width-lt-640 #logo img {
	-webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.width-lt-640 #logo {
  left: 10px;
  top: 12px;
}

.footer-facebook-container {
	text-align: center;
	margin: 0 auto;
	margin-top: 80px;
	width: 100%;
	background: #f2f2f2;
	padding-top: 40px;
	padding-bottom: 43px;
	position: relative;
}

.width-lt-640 .footer-facebook-container {
	display: none;
}

.footer-facebook-container .fb-icon {
	text-align: center;
	display: inline-block;
	position: absolute;
	top: -27px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.widget-socials-facebook-page {
	display: inline-block;
	margin-bottom: 10px;
}

.footer-brand {
	width: 140px;
	height: 140px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	background: url('../images/footer-brand.png') no-repeat center;
}

.widget-socials-facebook-like {
	padding-bottom: 40px;
}

/* FOOOOOOTER */
#document-footer {
	background: #f4ae00;
	color: #4f0b00;
}

.width-lt-980 #document-footer {
	padding: 40px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.width-lt-640 #document-footer {
	margin-top: 80px;
}

.footer-up-button {
	background: #f4ae00;
	color: #4f0b00;
	top: 0;
}

#document-footer-left {
	text-align: center;
}

.width-lt-400 #userFooter .template td {
	text-align: center;
}

#document-footer #userFooter a {
	color: #000;
	font-weight: 600;
	transition: all .1s;
  border-bottom: 0;
}

#document-footer #userFooter a:hover{
  border-bottom: 0;
	color: #fff;
  text-decoration: none;
}

#document-footer .slogan{
	font-size: 15px;
	font-style: italic;
	color: #000;
	font-weight: 600;
}

#userFooter {
	font-size: 15px;
}

#userFooter h2 {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#userFooter h3 {
	color: #777777;
}

#document-footer-bottom {
	background: #4f0b00;
	color: rgba(255, 255, 255, .25);
	font-size: 13px;
}

#document-footer-bottom, #lioweb a {
	line-height: 100px;
}

#document-footer-bottom .social-container a {
  color: rgba(255, 255, 255, .5);
	margin: 0;
	padding: 0 5px;
	font-size: 20px;
}

#document-footer-bottom .social-container a:hover {
	color: #4f0b00;
	opacity: 1;
}

#document-footer-bottom .social-container a span {
  background: rgba(255, 255, 255, .1);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: inline-block;
	line-height: 45px;
}

#document-footer-bottom .social-container a:hover span {
  background: rgba(255, 255, 255, 1);
}

.icon-youtube-small:before {
	margin-right: -4px;
}

#lioweb .icon-lemonlion {
	font-size: 11px;
	color: rgba(255, 255, 255, .3);
}

.width-lt-640 .social-container {
	height: auto;
	margin: 10px 0;
}

.width-lt-640 #legal, .width-lt-640 #lioweb {
	padding-top: 20px;
	padding-bottom: 0px;
	line-height: 1.5;
}

.width-lt-640 #lioweb {
	padding-top: 0px;
}

/* MAIN MENU - DESKTOP */
.width-gt-980 #menu-main {
	height: auto;
}

.width-gt-980 #menu-main .content > ul > li {
	margin: 0;
}

.width-gt-980 #menu-main .content > ul > li > a {
	font-size: 13px;
	font-weight: bold;
	color: #111;
	padding: 0 15px;
	line-height: 65px;
	position: relative;
}

.width-gt-980 #menu-main .content > ul > li > a.selected {
	color: #4f0b00;
}

.width-gt-980 #menu-main .content > ul > li > a:hover {
	background: rgba(0, 0, 0, .1);
}

.width-gt-980 #menu-main ul ul {
	background: #eee;
	border: 0;
	margin-top: -1px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, .2);
}

.width-gt-980 #menu-main ul ul ul {
	border-color: #dedede;
	background: #ccc;
	margin-top: 0px;
}

.width-gt-980 #menu-main ul ul li a {
	color: #333;
	font-weight: 600;
}

.width-gt-980 #menu-main ul ul li a:hover {
	color: #111;
	background: #ffcc3e;
}

.width-gt-980 #menu-main .item-id-128 ul ul li a {
	display: none !important;
}

/* MENU MAIN - MOBILE */
.width-lt-980 #menu-main {
	z-index: 999;
}

.width-lt-980 #menu-main ul .buttonExpand:before, .width-lt-980 #menu-main ul .buttonExpand:after {
	background: #4f0b00;
}

/* Rozbalene menu */
.width-lt-980 #menu-main ul.level-1 {
	border: 0;
}

.width-lt-980 #menu-main ul .buttonExpand {
	border: 0;
	height: 54px;
	background: #ffcc3e;
}

.width-lt-980 #menu-main ul ul .buttonExpand {
	background: #f9f9f9;
}

/* 1. Uroven - bunka */
.width-lt-980 #menu-main li a {
	color: #4f0b00;
	background: #ffbc00;
	border-bottom-color: #d69e00;
}

.width-lt-980 #menu-main li a:hover {
	text-decoration: none;
}

.width-lt-980 #menu-main li a:active {
	background: #ffcc3e;
}

/* 2. Uroven - bunka */
.width-lt-980 #menu-main li li a {
	background: #f4f4f4;
	color: #111;
	border-bottom-color: #ddd;
}

/* 3.+ Uroven - bunka */
.width-lt-980 #menu-main li li li a {
	background: white;
	color: #111;
	border-bottom-color: #EDEDED;
}

/* Rozbalovacie tlacidlo */
#menu-main-button {
	border-left: 0;
	font-weight: 600;
	-webkit-tap-highlight-color: rgba(0,0,0, 0);
	padding-top: 1px;
	overflow: hidden;
}

#menu-main-button:after {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .2);
	position: absolute;
	top: 0px;
  right: 4px;
	transition: all .2s;
	z-index: -1;
}

#menu-main-button:active:after {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

#menu-main-button.expand:after {
	-webkit-transform: scale(3.8);
	-ms-transform: scale(3.8);
	transform: scale(3.8);
}

.width-lt-980 #menu-main-button span {
	top: 29px;
}

/* SIDE MENU */
/* Rozklikatavatko - aktivne a hover */
#menu-side .buttonExpand:hover, #menu-side .buttonExpand:active, #menu-side li.expanded > .buttonExpand:hover {
	background: rgba(0, 0, 0, .1);
}
#menu-side .buttonExpand:before, #menu-side .buttonExpand:after {
  background: #fff;
}
#menu-side ul ul .buttonExpand:before, #menu-side ul ul .buttonExpand:after {
  background: #333;
}
#menu-side .buttonExpand:hover:before, #menu-side .buttonExpand:hover:after {
  background: #fff;
}

#menu-side ul .buttonExpand {
	border: 0;
	background: rgba(255, 255, 255, .1);
}

#menu-side ul ul .buttonExpand {
	border: 0;
	background: #f9f9f9;
}

#menu-side ul.level-1 .item-title.selected:after {
	display: none;
}

/* Polozka v menu 1. uroven */
#menu-side ul .item-title {
	background: #ffbc00;
	color: #fff;
	border-bottom-color: #d69e00;
	text-transform: none;
	font-weight: 600;
}

#menu-side ul .item-title:hover {
	background: #ffcc3e;
	color: white;
	text-decoration: none;
  transition: all .25s;
}
#menu-side ul .item-title:hover + .buttonExpand:before, #menu-side ul .item-title:hover + .buttonExpand:after {
  background: #fff;
}
#menu-side ul .item-title.selected {
	font-weight: 600;
}

/* Polozka v menu 2. uroven */
#menu-side ul ul .item-title {
	background: #eaeaea;
	color: #333;
	border-bottom-color: #ddd;
	text-transform: none;
	font-weight: normal;
}

#menu-side ul ul .item-title:hover {
	background: #f2f2f2;
	color: #fff;
}

/* Polozka v menu 3. uroven */
#menu-side ul ul ul .item-title {
	background: #fff;
	color: #615e5d;
	border-bottom-color: #dfdfdf;
}

#menu-side ul ul ul .item-title:hover {
	color: #fff;
}


/* Specialna farba menu pre vybrany strom podstranok */
#menu-side ul.parent-id-128 a {
	background: #ce1d00;
	border: 0;
	color: #fff;
}
#menu-side ul.parent-id-128 a:hover,#menu-side ul.parent-id-128 a:active {
	background: #ff4040;
}
#menu-side ul.parent-id-128 ul a{
	background: #EAEAEA;
	color: #3d3d3d;
}
#menu-side ul.parent-id-128 ul a:hover,#menu-side ul.parent-id-128 ul a:active {
	background: #f4f4f4;
}
#menu-side ul.parent-id-128 ul ul a{
	background: #fff;
	color: #888;
}
#menu-side ul.parent-id-128 ul a:hover,#menu-side ul.parent-id-128 ul a:active {
	color: #222;
	background: #fff;
}

#menu-side ul.parent-id-129 a {
	background: #02aa3a;
	border: 0;
	color: #fff;
}
#menu-side ul.parent-id-129 a:hover,#menu-side ul.parent-id-129 a:active {
	background: #00ce3f;
}
#menu-side ul.parent-id-129 ul a{
	background: #EAEAEA;
	color: #3d3d3d;
}
#menu-side ul.parent-id-129 ul a:hover,#menu-side ul.parent-id-129 ul a:active {
	background: #f4f4f4;
}
#menu-side ul.parent-id-129 ul ul a{
	background: #fff;
	color: #888;
}
#menu-side ul.parent-id-129 ul a:hover,#menu-side ul.parent-id-129 ul a:active {
	color: #222;
	background: #fff;
}

#menu-side ul.parent-id-164 a {
	background: #ffbc00;
	border: 0;
	color: #4f0b00;
}
#menu-side ul.parent-id-164 a:hover,#menu-side ul.parent-id-164 a:active {
	background: #ffc840;
}
#menu-side ul.parent-id-164 ul a{
	background: #EAEAEA;
	color: #3d3d3d;
}
#menu-side ul.parent-id-164 ul a:hover,#menu-side ul.parent-id-164 ul a:active {
	background: #f4f4f4;
}
#menu-side ul.parent-id-164 ul ul a{
	background: #fff;
	color: #888;
}
#menu-side ul.parent-id-164 ul a:hover,#menu-side ul.parent-id-164 ul a:active {
	color: #222;
	background: #fff;
}

#menu-side ul.parent-id-131 a {
	background: #3a4db3;
	border: 0;
	color: #fff;
}
#menu-side ul.parent-id-131 a:hover,#menu-side ul.parent-id-131 a:active {
	background: #5166bf;
}
#menu-side ul.parent-id-131 ul a{
	background: #EAEAEA;
	color: #3d3d3d;
}
#menu-side ul.parent-id-131 ul a:hover,#menu-side ul.parent-id-131 ul a:active {
	background: #f4f4f4;
}
#menu-side ul.parent-id-131 ul ul a{
	background: #fff;
	color: #888;
}
#menu-side ul.parent-id-131 ul a:hover,#menu-side ul.parent-id-131 ul a:active {
	color: #222;
	background: #fff;
}

/* TOP MENU DECKTOP SELECTED ITEM */
.width-gt-980 #menu-main .content  > ul > li .selected:after {
    content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
}

.width-gt-980 #menu-main .content  > ul > li.item-id-128 .selected:after {
		background-color: #ce1d00;
}
.width-gt-980 #menu-main .content  > ul > li.item-id-129 .selected:after {
		background-color: #02aa3a;
}
.width-gt-980 #menu-main .content  > ul > li.item-id-164 .selected:after {
		background-color: #d69e00;
}
.width-gt-980 #menu-main .content  > ul > li.item-id-131 .selected:after {
		background-color: #3a4db3;
}


/* SLIDER */
.width-lt-980 #slider {
	background: rgba(206,29,0,1);
}

.width-gt-980 .swiper-container {
	height: 27vw;
}

.width-lt-980 .swiper-container {
	max-height: 500px;
}

#slider .caption {
	position: absolute;
  left: 50%;
  margin-left: -280px;
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  bottom: 35px;
  display: inline-block;
  background: rgba(206,29,0,.9);
  width: 560px;
  text-align: left;
  padding: 0 10px;
  transition: all .3s;
}

.width-lt-980 #slider .caption {
	width: 100%;
	position: relative;
	left: 0;
	bottom: 0;
	transform: none;
	background: rgba(206,29,0,1);
}

.width-lt-640 #slider .caption {
	bottom: 0px;
}

.width-gt-980 #slider .caption:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 0px;
	width: 0px;
	border-top: 10px solid #c11e3d;
	border-left: 0px solid #000;
	border-right: 475px solid transparent;
	border-bottom: 0px solid transparent;
	border-top: 10px solid rgba(206,29,0,1);
}

.swiper-container img {
	width: 100%;
}

.width-lt-980 .swiper-container img {
	height: auto;
}

.caption .title span {
  display: inline-block;
	font-size: 23px;
  font-weight: 700;
  padding: 12px 15px;
	text-transform: uppercase;
	color: white;
}

.width-lt-980 .caption .title span {
  font-size: 21px;
}

.width-lt-640 .caption .title span {
  font-size: 19px;
	padding: 5px 10px;
}

.caption .text span {
  display: inline-block;
	font-size: 18px;
	font-weight: 400;
  padding: 0 15px;
	padding-bottom: 10px;
	color: white;
	background: none;
}

.width-lt-640 .caption .text {
	display: block;
}

.width-lt-640 .caption .text span {
	font-size: 16px;
  padding: 0 10px;
}

.caption .link {
  margin-top: 6px;
}

.caption .link .button {
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	color: rgba(0, 0, 0, 0);
	transition: all .3s;
}

.caption .link .button:hover {
	text-decoration: none;
  background: rgba(0, 0, 0, .1);
}

.caption .link .text {
	display: inline-block;
	padding: 5px 15px;
	padding-bottom: 12px;
	color: #FFf;
	font-size: 18px;
	font-weight: 600;
	transition: all .3s;
	pointer-events: none;
}

.width-lt-980 .caption .link .text {
	padding: 5px 10px;
}

.caption:hover .link .text {
	transform: translateX(3px);
}

.swiper-container-horizontal > .swiper-pagination-bullets {
	text-align: center;
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
}

.swiper-pagination-bullet-active {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

.swiper-button-next,
.swiper-button-prev {
	width: 46px;
	height: 96px;
	margin-top: -67px;
}

.width-lt-980 .swiper-button-next,
.width-lt-980 .swiper-button-prev {
	display: none;
}

.swiper-button-next {
	background: url('../images/arrow-right.png');
}

.swiper-button-prev {
	background: url('../images/arrow-left.png');
}


/* BREADCRUMBS */
#breadcrumbs a.link, #breadcrumbs a.link span {
	color: #999999;
}
#breadcrumbs a.link:hover, #breadcrumbs a.link span:hover {
	color: #111;
}
#breadcrumbs .separator {
	color: #999999;
}
#breadcrumbs a.link:hover span, #breadcrumbs a.last span {
	color: #615e5d;
}


.table-responsive {
	overflow: auto;
}

.width-lt-980 .table-responsive {
	margin-left: -20px;
  margin-right: -20px;
}

.width-lt-640 .table-responsive {
	margin-left: -15px;
  margin-right: -15px;
}

/* Tabulka - Bunka neparna (defaultna) bunka */

.coloredTable td {
	border-bottom: 1px solid #ddd;
}

.coloredTable tr:nth-child(odd) td {
	background: #fff;
	color: #222;
	font-size: 16px;
}

/* Tabulka - Bunka parna */
.coloredTable td, .coloredTable tr.rowA td {
	background: #fff;
}

/* Tabulka - Zvyraznena bunka */
.coloredTable tr.rowB td {
	font-weight: bold;
	color: #fff;
	background: #aaa;
}

/* Tabulka - Hlavicka */
.coloredTable th {
	background: #ffbc00;
	color: black;
	font-weight: bold;
}

/* Tabulka - TR hover */
.coloredTable tr td {
  transition: all .3s ease;
}
.coloredTable tr:hover td {
  background: #f2f2f2;
}

/* GALLERY */
#gallery .item .title {
	font-style: italic;
}
#gallery a:hover:after {
	background: rgba(0, 0, 0, 0.3);
}


/* FILES */
#lioweb-files a {
	color: #111;
}

#lioweb-files a:hover {
	color: #ffbc00;
	text-decoration: none !important;
}

/* NEWS */
#news a {
	display: inline-block;
	text-decoration: none;
  color: inherit;
	margin-top: 5px;
	font-weight: 600;
	font-size: 20px;
}

#news a:hover {
	text-decoration: none;
	color: #111;
}

#news .item {
  background: #fcfcfc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  padding: 10px 0;
}

#news {
	margin-bottom: 60px;
}

#news .item {
	margin-bottom: 30px;
  padding-bottom: 50px;
}

#news .item .image {
	margin-bottom: 3px;
}

#news .item .image img {
	width: 100%;
}

#news .item .datetime, #news .item .title, #news .item .text, #news .item .link {
	margin-left: 10px;
}

#news .item .datetime {
	font-size: 12px;
	margin-bottom: 0;
}

#news .item .title {
	font-size: 18px;
	margin-bottom: 13px;
	line-height: 25px;
}

#news .item .text {
	font-size: 14px;
	padding: 0;
}

#news .item .link {
	padding-top: 13px;
	padding-right: 0;
	position: absolute;
	bottom: 9px;
	right: 0px;
}

#news .item .link a {
	display: inline-block;
	padding: 10px 5px;
	border-radius: 5px;
  border: 1px solid #f4ae00;
	text-align: center;
	text-decoration: none;
	font-family: open sans;
	font-size: 14px ;
	font-weight: bold;
	transition: all 0.2s ease-out;
}

#news .item .image a {
	position: relative;
	display: block;
	width: 100%
	top: 0;
	bottom: 0;
}

#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: 35%;
	opacity: 1;
}

#news .item .image a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 4px;
	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 .datetime {
	color: #999;
}

#news .item .title {
	color: #CE1D00;
}

#news .item .text {
	color: black;
	line-height: 23px;
}

#news .item .link a {
	color: #f4ae00;
	border: 0;
	background: none;
	float: right;
	margin-right: 10px;
	padding: 10px 5px;
}

#news .item .link a:hover  {
	background-color: rgba(0, 0, 0, .05);
	color: #f4ae00;
}

/* NEWSLETTER */
#newsletter {
	display: none;
	max-width: 320px;
  margin: 30px auto;
	padding: 10px 5px;
	border-radius: 3px;
	background: rgba(0, 0, 0,.1);
}

#newsletter .title {
	display: none;
}

#newsletter form .email {
	border: 0;
	background: white;
	border-radius: 3px;
	padding: 5px;
	max-width: 320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 175px;
	transition: all .3s;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

#newsletter form .email::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .7);
}
#newsletter form .email::-moz-placeholder {
	color: rgba(0, 0, 0, .7);
}
#newsletter form .email::-ms-input-placeholder {
	color: rgba(0, 0, 0, .7);
}


.width-lt-980 #newsletter form .email {
	padding: 10px 5px;
	width: 280px;
}

#newsletter form .email:focus {
	outline: none;
	background: white;
}

#newsletter form .submit {
	border: 0;
	background: #ffbc00;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: -3px;
	color: white;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}

.width-lt-980 #newsletter form .submit {
/*  -webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);*/
}

#newsletter form .submit:hover {
	background: #4f0b00;
	border: 0px;
}
#newsletter form .submit:focus {
	outline: none;
}

#newsletter .description {
	color: #4f0b00;
	font-size: 15px;
	text-align: center;
	margin-bottom: 5px;
	line-height: 20px;
}

.width-lt-980 #newsletter .description {
	margin-bottom: 10px;
}

/* CONTENT */
.body-content {
	color: #3d3d3d;
	font-size: 16px;
	line-height: 1.6;
}

.width-lt-980 .body-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}

.width-gt-980#page-form .body-content {
	width: 960px;
}

.width-gt-980#page-search-result .body-content,
.width-gt-980#page-photogallery .body-content {
	width: 960px;
}


.body-content .style-a {
	color: #888;
	font-size: 0.8em;
}

.body-content .style-b {
	font-size: 1.2em;
}

.body-content .style-default {
	color: #3d3d3d;
	font-size: 1em;
}

#galleryList {
	margin-top: 30px;
}

#galleryList .image {
	position: relative;
	transition: all .3s;
}

#galleryList .image: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;
	transition: all .3s;
	pointer-events: none;
}

#galleryList .image:after {
	content: '';
	position: absolute;
	display: block;
	top: 0; bottom: 7px; left: 0; right: 0;
	background: rgba(0, 0, 0, 0.0);
	transition: all .3s;
	pointer-events: none;
}
#galleryList .image:hover:after {
	background: rgba(0, 0, 0, 0.3);
}
#galleryList .image:hover:before {
	bottom: 35%;
	opacity: 1;
}

#galleryList .title {
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
}

#galleryList .title a {
	color: #333;
}

#galleryList .title a:hover {
	color: #ffbc00;
}

.width-gt-980 .body-content p.quote,
.width-lt-980 .body-content p.quote {
	padding: 20px 20px;
	background: #f9f9f9;
}
.width-lt-980 .body-content p {
	padding: 0;
}


.body-content h1 {
	color: #333;
	font-weight: 700;
	text-transform: none;
	line-height: 1.6;
	margin: 20px 0;
	position: relative;
	margin-bottom: 30px;
}

.body-content h1:after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -10px;
	background: #ddd;
}

.width-lt-980 .body-content h1 {
	padding: 0;
	margin-top: 0;
	margin-bottom: 30px;
}

.body-content h2 {
	color: #111;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.6;
}

.width-lt-640 .body-content h2 {
  font-size: 18px;
	margin: 10px 0;
}

.body-content h3 {
	color: #111;
	font-size: 22px;
	line-height: 1.6;
}

.body-content h4 {
	color: #111;
	font-size: 18px;
	line-height: 1.6;
}

.body-content a {
	color: #e3ab02;
	font-weight: bold;
	transition: all .3s;
}

.body-content a:hover {
	text-decoration: none;
	color: #333;
}

/* button */
.body-content a.button, .body-content a.ghost-button {
  color: white;
  display: inline-block;
  padding: 8px 32px;
  margin: 0 auto;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px ;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.body-content a.button:hover,
.body-content a.button:active {
  background: none;
  color: #222;
}

.body-content a.button.prim {
}

.body-content a.button.prim.big {
	padding: 12px 30px;
	font-size: 16px;
}

.body-content a.button.prim, .body-content a.ghost-button  {
  color: #4f0b00;
  background: #ffbc00;
	border: 2px solid #ffbc00;
}
.body-content a.button.prim:hover, .body-content a.ghost-button:hover {
	background: none;
	color: #333;
}

.body-content a.button.prim:active {
  background: none;
}

.body-content a.button.sec {
  color: #333;
  background: none;
	border: 2px solid #ffbc00;
}
.body-content a.button.sec:hover {
	color: white;
  background: #ffbc00;
}


/* FAST LINKS MAINPAGE*/

.fast-links-wrap {
	width: 100%;
	padding: 0;
	text-align: center;
	display: inline-block;
	display: flex;
	flex-direction: row;
	line-height: 1.2;
}

.fast-links-wrap a:hover {
	opacity: .7;
}

.fast-links-col {
	width: 48%;
	display: inline-block;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	text-align: center;
}

.width-lt-980 .fast-links-col {
	width: 100%;
}

.fast-links-titles {
	text-align: left;
}

.fast-links-titles span{
	font-size: 23px;
	font-weight: 600;
	margin: 15px 0;
	display: inline-block;
	position: relative;
}

.fast-links-titles span:before {
	font-size: 20px;
	margin-right: 15px;
}

.fast-links-container {
	display: inline-block;
	display: flex;
	flex-direction: row;
}
.fast-links-separator {
	width: 21px;
	display: inline-block;
}

.fast-links-wrap .fast-links-col a {
	font-weight: 600;
	height: 70px;
	font-size: 18px;
	padding: 13px 10px 10px;
}

.fast-links-wrap .fast-links-col .links-1 a {
	display: inline-block;
	width: 33%;
	margin: 0 2px;
	box-sizing: border-box;
	border-radius: 2px;
	background: #ce1d00;
	border: 2px solid #ce1d00;
	text-align: center;
	color: white;
	transition: all .3s;
}

.fast-links-wrap .fast-links-col .links-1 a {

}

.fast-links-wrap .fast-links-col .links-1 a:hover, .fast-links-wrap .fast-links-col .links-1 a:active{
	background: #fff;
	color: #ce1d00;
	opacity: 1;
}
.fast-links-wrap .fast-links-col .links-2 a{
	display: inline-block;
	width: 33%;
	margin: 0 2px;
	box-sizing: border-box;
	border-radius: 2px;
	background: #02aa3a;
	border: 2px solid #02aa3a;
	text-align: center;
	color: white;
	transition: all .3s;
}
.fast-links-wrap .fast-links-col .links-2 a:hover, .fast-links-wrap .fast-links-col .links-2 a:active{
	background: #fff;
	color: #037c28;
	opacity: 1;
}

.fast-links-wrap .fast-links-col .links-3 a{
	display: inline-block;
	width: 33%;
	margin: 0 2px;
	box-sizing: border-box;
	border-radius: 2px;
	background: #ffbc00;
	border: 2px solid #ffbc00;
	text-align: center;
	color: #4f0b00;
	transition: all .3s;
}
.fast-links-wrap .fast-links-col .links-3 a:hover, .fast-links-wrap .fast-links-col .links-3 a:active{
	background: #fff;
	color: #4f0b00;
	opacity: 1;
}
.fast-links-wrap .fast-links-col .links-4 a{
	display: inline-block;
	width: 33%;
	margin: 0 2px;
	box-sizing: border-box;
	border-radius: 2px;
	background: #3a4db3;
	border: 2px solid #3a4db3;
	text-align: center;
	color: white;
	transition: all .3s;
}
.fast-links-wrap .fast-links-col .links-4 a:hover, .fast-links-wrap .fast-links-col .links-4 a:active{
	background: #fff;
	color: #3a4db3;
	opacity: 1;
}
@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 .links-1 a,.fast-links-wrap .fast-links-col .links-2 a,
  .fast-links-wrap .fast-links-col .links-3 a,.fast-links-wrap .fast-links-col .links-4 a{
		display: inline-block;
		width: 90%;
		margin: 10px 15px;
		height: auto;
		padding: 22px 10px;
	}
  .fast-links-titles span{
  	margin-top: 20px
  }
}


/* CONTACT FORM */
.widget-form .caption {
	width: 100%;
	color: #111;
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.widget-form .description {
	width: 100%;
	color: #111;
	font-size: 20px;
	text-align: center;
}

.form {
	margin-top: 0;
	font-size: 12px;
	text-align: right;
}

.width-lt-980 .form {
	padding: 0;
}

.form .statusBar {
	text-align: center;
	font-size: 1.2em;
}

.form .controlls {
	text-align: left;
}

.form .fields {
	font-size: 14px;
}

.form .field {
	border: 1px solid #999;
	background: #efefef;
}

.form .field:focus {
	border: 1px solid #ffbc00;
	background: #fff;
}

.form .field-submit {
	background: #ffbc00;
	border: 2px solid #ffbc00;
	font-weight: bold;
	color: #4f0b00;
	box-shadow: none;
	box-shadow: none;
}

.form .field-submit:hover {
	background: none;
	color: #4f0b00;
}

.width-gt-640 .form textarea.field-textarea {
	height: 233px;
}


.pagination .page:hover, .pagination .prev:hover, .pagination .next:hover {
	background: #ffbc00;
}

.pagination .selected {
	background: #444 !important;
	color: #fff !important;
}


/* News page */

.page-news #sidebar-left {
	display: none;
}

.page-news.width-gt-980 .body-content {
	width: 960px;
	margin-bottom: 0;
}

.page-news #news {
	margin-top: 40px;
	margin-bottom: 0;
}

.width-lt-640 .table-grid .p25:nth-child(4n+1) {
	clear: both;
}

.projekt-eu {
	position: absolute;
    right: 25%;
    top: 18px;	
}

.projekt-eu a {
	color: black;
}

.projekt-eu a:hover {
	text-decoration: none;
}

.width-lt-1280 .projekt-eu {
	right: 25%;
}

