/*  
Theme Name: Template Eleven
Description: LIGHT / homepage fullpage carousel / one page paralax / 1 column: 1200px / header menu children / mobile-first responsive 
Author: Template Eleven
Version: 2022-02
*/

@import url('font-face/font-face.css');
html {font-size: 16px; -webkit-text-size-adjust: 100%;}
body, input, select, textarea, button {font-family: 'Open Sans', sans-serif; font-size: inherit;}
body {font-size: 80%; min-height: 100vh; height: 100%; display: flex; flex-direction: column; overflow-x: hidden;}

html, body, form, ul, ol, li, table {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0; margin: 0 0 1em 0;}
th, td {padding: 5px;}
p, #content ul {margin: 0 0 1em 0; padding: 0;}
body, th, td {text-align: left;}
ul {list-style: none;}
:focus {outline: none;}
::-moz-focus-inner {border: 0;}
img {max-width: 100%; height: auto; border: 0;}
iframe {max-width: 100%; max-height: 100%; border: 0;}
* {box-sizing: border-box;}

/* clearfix */
.clearfix::after,
.paging-bottom::after,
.article::after,
.section::after {content: ""; display: table; clear: both;}

/* flex-col (ul li fix) */
.flex-col,
.flex-col .col {margin-bottom: 2em!important; padding-left: 0!important;}

ul.flex-col li.col::before {display: none!important;}

@media screen and (min-width: 768px) {	
  .flex-col {display: flex; flex-direction: row; flex-wrap: wrap; margin-left: -40px!important;} 
  .flex-col .col {width: calc(50% - 40px); margin-left: 40px!important;}
}

@media screen and (min-width: 1200px) {
  .flex-col.col3 .col {width: calc(100% / 3 - 40px);}
  .flex-col.col4 .col {width: calc(100% / 4 - 40px);}
}


/* animace */
@media screen and (min-width: 1340px) {
  .animation.visible > .slideleft {animation: slideleft 1s ease-in-out 1s backwards;}
  @keyframes slideleft {from {transform: translateX(100%); opacity: 0;} to {transform: translateX(0); opacity: 1;}}
  
  .animation.visible > .slideright {animation: slideright 1s ease-in-out 1s backwards;}  
  @keyframes slideright {from {transform: translateX(-100%); opacity: 0;} to {transform: translateX(0); opacity: 1;}}  
}



/* custom CSS */
.loga {text-align: center; margin-bottom: 2em;}
.loga img {margin: 10px; vertical-align: middle; max-height: 100px; max-width: 210px; width: auto;}

/* multiple declaration */
.hide,
.owl-nav.disabled,
.owl-dots.disabled,
h2.screen-reader-text {display: none;}

@media screen and (max-width: 767px) {    
  #menu-header #searchform .searchform-icon,
  #menu-header > ul > li > a::after,
  #menu-header ul, #menu-header ul li.page_item_has_children > a::after, #menu-header ul li.page_item_has_children .submenu-button.submenu-opened::after {display: none;}
  
  #scrollup {display: none!important;}
}

@media screen and (min-width: 1200px) {
  .table-article tbody td::before {display: none;} 
  a[href^="tel:"] {pointer-events: none; text-decoration: none;} 
}

a[href^="tel:"] {white-space: nowrap;}

button,
.button {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} 








/* Source Sans Pro */   
h2, h3, h4,
#menu-header ul li a,
#blocks .block h2 {font-family: 'Source Sans Pro', sans-serif;}


/* Oranienbaum */
h1,
.section h2.title,
.section .underline,
#popup h3 {font-family: 'Oranienbaum', serif;}


/* FontAwesome */
.ico::before, .ico::after,
.icon::before,
.owl-prev::before, .owl-next::before,
#main ul li::before, .article ul li::before,
#info_block.section-wrapper ul li::before {font: normal normal normal 16px/1 'FontAwesome'; display: inline-block; text-decoration: none; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

.ico {white-space: nowrap;}
.ico::before {margin-right: 0.5em;}
#main .ico::before {margin-right: 0.3em;}
#main .ico::before, .textwidget .ico::before {width: 16px; text-align: center;}
.ico::after {margin-left: 0.3em;}
.icon::before {text-align: center; margin: 0;}
.ico::before, .ico::after {font-size: inherit; color: inherit; text-decoration: none;}


/* ico */
.ico.home::before {content: "\f015"; font-weight: 900;}
.ico.mobile::before {content: "\f3cf"; font-weight: 900;}
.ico.email::before {content: "\f0e0";}
.ico.angle-right::before {content: "\f105";}
.ico.info::before {content: "\f05a";}
.ico.contact::before {content: "\f0e0";}
.ico.address::before {content: "\f3c5";}
.ico.eshop::before {content: "\f07a";}

/* icon */
.icon.magnify::before {content: "\f002";}


/* icon social */
.icon.facebook::before,
.ico.facebook::before {content: "\f082";}
.icon.facebook:hover::before,
.ico.facebook:hover::before {color: #3b579d;}

.icon.twitter::before,
.ico.twitter::before {content: "\f099";}
.icon.twitter:hover::before,
.ico.twitter:hover::before {color: #1da1f2;}

.icon.youtube::before,
.ico.youtube::before {content: "\f167";}
.icon.youtube:hover::before,
.ico.youtube:hover::before {color: #c63127;}

.icon.instagram::before,
.ico.instagram::before {content: "\f16d";}
.icon.instagram:hover::before,
.ico.instagram:hover::before {color: #d32e88;}


/* ico bitmap */
a.ico.pdf, a.ico.doc, a.ico.xls, a.ico.ppt {white-space: normal;}
a.ico.pdf::before, a.ico.doc::before, a.ico.xls::before, a.ico.ppt::before {width: 16px; height: 16px; content: ""; background-repeat: no-repeat; background-position: left center;}
a.ico.pdf::before {background-image: url('images/ico/ico-pdf.gif');}
a.ico.doc::before {background-image: url('images/ico/ico-doc.gif');}
a.ico.xls::before {background-image: url('images/ico/ico-xls.gif');}
a.ico.ppt::before {background-image: url('images/ico/ico-ppt.gif');}




/* colors */
body,
#menu-header ul li a,
#menu-header #searchform .searchform-button,
.ico::before,
a[href^="tel:"],
.center-text a,
#crossroads, #crossroads a, #crossroads a::before,  #crossroads span::before,
#menu-header #searchform.searchform-open .searchform-button,
.button.link:hover,
#footer, #footer a {color: #000;}


#header-wrapper .contact-block a, #header-wrapper .contact-block a::before,
#header-wrapper .contact-block span, #header-wrapper .contact-block span::before,
#info_block ul li a,
.section-wrapper.image .section,
.section h2.ico::before,
.gallery .icon.magnify::before,
#scrollup.icon::before,
#page-header h1,
.button:hover,
.owl-carousel .owl-prev, 
.owl-carousel .owl-next {color: #fff;}


#menu-footer ul li a {color: #424041;}


.section-wrapper.dark a,
#menu-header > ul > li > a:hover {color: #666;}


blockquote cite {color: #636363;}

#info_block.section-wrapper ul li::before,
.button:disabled  {color: #ccc;}

a,
#main a,
#news-block .perex .date,
.gallery .gallery-item span.description,
.social-icon a.icon::before,
h2.strike {color: #666;}


/* main color */
#menu-header ul > li[class*="current"] > a, 
#menu-footer > ul > li > a:hover,
#menu-footer > ul > li[class*="current"] > a, 
#gdpr .ico.lock::before {color: #ff6c00;}







/* background-color */

/* main color */
#crossroads a.underline:before {background-color: #ff6c00;}

body,
#header-wrapper,
.section-wrapper.light,
#menu-header #searchform .searchform-input {background-color: #fff;}

#header,
#menu-header ul ul {background-color: #f6f6f6;}


@media screen and (min-width: 768px) {
  #home #header {background-color: transparent;}
  #home #header.scroll {background-color: #f6f6f6;}
}


.section-wrapper.darker,
#footer {background-color: #f6f6f7;}


.section-wrapper.dark {background-color: #e5e5e5;}


.button:hover,
#scrollup {background-color: #3f3f3f;}


.article .underline:before {background-color: #dbdbdb;}


.album .album-item > a.thumbnail::after {background-color: rgba(255,255,255,.3);}






/* border-color */
#crossroads,
h2.strike::before, h2.strike::after {border-color: #d6d6d6;}

#menu-header #searchform .searchform-input {border-color: #000;}


/* text-shadow */
#page-header h1,
#header-wrapper .contact-block a, 
#header-wrapper .contact-block span {text-shadow: 1px 1px 0 #000;}

#menu-header ul li a {text-shadow: 1px 1px 0 #fff;}




/* border-radius */
.button, a.button,
.button.anchor::before,
#menu-header #searchform .searchform-input,
input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="date"], textarea, select {border-radius: 0;}



/* text-transform: uppercase */
.button.anchor,
#header-wrapper #block-header-outer #block-header p.claim,
#menu-header > ul > li > a {text-transform: uppercase;}


/* font-weight: 400 (normal) */
#menu-header ul li a,
.section h2.title,
.section .underline {font-weight: 400;}


/* font-weight: 600 (semi-bold) */
h1 {font-weight: 600;}


/* heading */
h1 {text-align: center; font-size: 220%; margin: 0 0 1em 0; line-height: 1.3;}
h1, h2, .section .article h2, h3, h4 {padding: 0;}
h2, h3, h4 {margin: 0 0 0.5em 0;}
h2, .section .article h2 {font-size: 140%;}
h3 {font-size: 120%;}
h4 {font-size: 100%;}

#main h2, #main h3, #main h4,
 .section .article h2, .section .article h3, .section .article h4 {text-align: left;}


@media screen and (max-width: 479px) {
  h1 {font-size: 160%;}
  h2 {font-size: 120%;}
  h3 {font-size: 110%;}
}


/* section heading */
.section h2.title {text-align: center; font-size: 220%; margin: 0 0 1.5em 0;}
.section h1, .section h2, .section h3, .section h4 {line-height: 1.3;}


@media screen and (max-width: 479px) {
  .section h1, .section h2 {font-size: 180%;}
}


/* heading strike */
.strike {display: flex; align-items: center;}
.strike a {flex-grow: 0;}
.strike::before, .strike::after {border-top-width: 1px; border-top-style: solid; content: ""; flex-grow: 1;}
.strike::before {margin-right: 2.5%;}
.strike::after {margin-left: 2.5%;}




/* heading underline */
.underline {display: block; position: relative; text-align: left!important; font-size: 30px; margin: 0 0 1.3em 0; padding: 0 0 1.3em 0; }
.underline:before {display: block; position: absolute; left: 0; bottom: 0; content: ""; margin: auto; height: 1px; width: 52px; transition: width .5s ease;}

/* heading link underline */
a.underline {text-decoration: none!important;}
a.underline:hover::before {width: 100%;}












/* links */
a:hover {text-decoration: underline;}
a, a.icon, .button, a.button {text-decoration: none;}


/* button */
button, .button {display: inline-block; margin: 1em 0; padding: 10px 26px; font-size: 14px; font-weight: normal!important; text-transform: uppercase; color: #4d4d4d; background-color: #fff; border: 1px solid #4d4d4d; cursor: pointer; white-space: nowrap; transition: all .2s ease-in-out;}


/* button link black */
.button.link {position: relative; margin: 0; padding: 20px 50px; font-size: 13px; background-color: transparent;}
.button.link:hover::before {top: -1px; left: -1px; right: -1px; bottom: -1px; opacity: 0;}
.button.link::before {content: ""; position: absolute; top: -5px; left: -5px; right: 3px; bottom: 3px; border: 1px solid #4d4d4d; opacity: 1; transition: all .2s ease;}

/* button link white */
.section-wrapper.image .section .button.link {color: #fff; border: 1px solid #fff;}
.section-wrapper.image .button.link::before {border: 1px solid #fff;}

.button:disabled {pointer-events: none;}

.center-button {clear: both; text-align: center; margin: 2.5em 0 0 0; padding: 0;}
.left-button {clear: both; text-align: left; margin: 2em 0 0 0; padding: 0;}














/* scroll up */
#scrollup {display: none; position: fixed; bottom: 40px; right: 20px; padding: 2px; text-align: center; text-decoration: none!important; z-index: 9999; box-shadow: 0 0 5px rgba(0,0,0,.8); opacity: .8;}
#scrollup:hover {opacity: 1}
#scrollup.icon::before {width: 30px; height: 30px; font-size: 30px; line-height: 25px; margin: 0; content: "\f106"; border: 1px solid #999;}
#scrollup, #scrollup.icon::before {border-radius: 50%;}



/* facebook */
.fb-like-button {width: 95px; height: 30px;}
.fb-page {display: block; clear: both; padding-top: 2em; width: 500px; height: 154px;}

@media screen and (max-width: 479px) {    
 .fb-page {width: 100%;}
}

.fb-like-button, .fb-page  {display: block; margin: 0 auto; border: 0; overflow: hidden;}
.fb-like {margin: 30px 0; float: right;}





/* filter alpha */
#header #header-inner .languageswitch a:hover img, #header #header-inner .languageswitch a.current-lang img  {opacity: .7;}





/* layout */
@media screen and (min-width: 1200px) {
  #header-inner,
  #content,
  .section {width: 1200px; margin: 0 auto;} 
}

.section,
#content {overflow: hidden;}

#header, #footer {flex: none;}

.section,
#main {font-size: 120%; line-height: 1.3;}







/* header */
.logo {display: block; background: url('images/logo.png') no-repeat center center; background-size: contain;}

#header {position: absolute; width: 100%; transition: background .3s ease-in-out; z-index: 1000;}

@media screen and (max-width: 767px) {
  #header #header-inner {padding: 10px 0 0 0;}
  #header #header-inner a.logo {height: 80px; margin: 0 68px 0 10px;}
  
  /* language */
  #header #header-inner .languageswitch {margin: 0 68px 0 10px;}
}


@media screen and (min-width: 768px) {
  #header #header-inner {position: relative; display: flex; flex-direction: row; align-items: flex-end; flex-wrap: wrap;}  
    
  #header #header-inner a.logo {width: 300px; height: 90px; margin: 10px 0; transition: height .2s ease-in-out;}
  
  /* language */
  #header #header-inner .languageswitch {position: absolute; top: 10px; right: 0; z-index: 100;}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #header #header-inner {padding: 0 15px;}
}

@media screen and (min-width: 1200px) {
  #header {position: fixed;}

}


/* language */
#header #header-inner .languageswitch {flex: none; z-index: 100;}
#header #header-inner .languageswitch a img {width: 24px; height: auto; margin-right: 10px;}
#header #header-inner .languageswitch a:hover img,
#header #header-inner .languageswitch a.current-lang img {opacity: .75;}



/* carousel */
#header-wrapper {background-color: #000; position: relative;}

@media screen and (min-width: 768px) {
  #header-wrapper #carousel::before {position: absolute; top: 0; left: 0; right: 0; height: 250px; content: "";  background-image: linear-gradient(rgba(255,255,255,.85) 30%, transparent); z-index: 2;}
  #header-wrapper #carousel::after {position: absolute; bottom: 0; left: 0; right: 0; height: 180px; content: "";  background-image: linear-gradient(transparent, rgba(0,0,0,.75)); z-index: 2;} 
}

#header-wrapper #carousel .owl-prev,
#header-wrapper #carousel .owl-next {background-color: rgba(255,255,255,.3);}

#header-wrapper #carousel .owl-prev:hover,
#header-wrapper #carousel .owl-next:hover {background-color: rgba(255,255,255,.5);}

#header-wrapper .contact-block {position: absolute; left: 40px; right: 140px; bottom: 40px; text-align: center; z-index: 2;}
#header-wrapper .contact-block a, 
#header-wrapper .contact-block span {display: inline-block; margin: 10px 20px; font-size: 15px;}

#header-wrapper #carousel .owl-lazy {background-repeat: no-repeat; background-position: center center!important; background-size: cover; transition: 0s linear; transition-property: background-position; animation: BackgroundZoom 15s ease;}
#header-wrapper #carousel .owl-stage {opacity: .6;}

@keyframes BackgroundZoom {0% {transform: scale(1.2);} 100% {transform: scale(1);}}

/* resp. height (940 / 1920 x 100) */
#header-wrapper #carousel .owl-lazy {width: 100%; height: 0; padding-bottom: 48.95%;}

@media screen and (max-width: 767px) {	
  #header-wrapper #carousel {padding-top: 100px;}
  
  #header-wrapper .contact-block {display: none;}	
}

@media screen and (min-width: 1200px) {
  #header-wrapper,
  #header-wrapper #carousel .owl-lazy {height: 940px; padding-bottom: 0;}  
}



























/* page header h1 */
#page-header {position: relative; margin-top: 100px; background-image: linear-gradient(#000, #3c3c3c);}
#page-header  #page-header-background {position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-repeat: no-repeat!important; background-size: cover!important; background-position: center center!important; opacity: .15; z-index: 1;}

#page-header h1 {position: relative; font-size: 200%; margin: 0; padding: 40px 20px; z-index: 2;}
#page-header.no-page-header h1 {padding: padding: 30px 20px;}

@media screen and (min-width: 768px) {
  #page-header {margin-top: 110px;}
  #page-header h1 {font-size: 350%; padding: 120px 20px;}
  #page-header.no-page-header h1 {padding: 40px 20px;}
}















/* content */
#content {padding: 40px 0; flex: 1 0 auto;}

@media screen and (max-width: 1199px) {
  #content {padding: 30px 15px;}
}

@media screen and (max-width: 479px), (min-width: 1200px) {
    #content {margin-top: 0;}
}






/* footer */
#footer-map {display: block; width: 100%; height: 400px; background: url('images/mapa.jpg') no-repeat center center; background-size: cover;}

#footer {text-align: center; padding: 25px; border-top: 1px solid #dcdcdf;}
#footer .copyright img {vertical-align: middle;}





/* menu header */  
@media screen and (min-width: 768px) {
  #menu-header {margin-left: auto; padding-right: 30px;}
}

#menu-header::after {content: ""; display: table; clear: both;}
#menu-header #menu-button {display: none;} 
#menu-header, #menu-header ul li.page_item_has_children, #menu-header ul li a {position: relative;}
#menu-header ul li a {display: block; text-decoration: none; transition: all .2s ease-in-out;}


/* search */
#menu-header #searchform {z-index: 100; overflow: hidden;}
#menu-header #searchform .searchform-input {font-size: 13px; width: 100%; padding: 10px 40px 10px 8px;}

#menu-header #searchform .searchform-button,
#menu-header #searchform .searchform-icon,
#menu-header #searchform .searchform-button::before {position: absolute; right: 0; top: 0; width: 30px; height: 40px; line-height: 0.5; background-color: transparent;}
#menu-header #searchform .searchform-button {border: 0; cursor: pointer; text-shadow: none;}

@media screen and (min-width: 768px) {  
  #menu-header #searchform {position: absolute; right: 0; top: 50%; transform: translateY(-50%); min-width: 30px; width: 0%; transition: width .3s;} 
  #menu-header #searchform .searchform-icon {cursor: pointer;} 
  #menu-header #searchform .searchform-input {opacity: 0; border-width: 1px; border-style: solid; transition: all .3s;}
  #menu-header #searchform.searchform-open {width: 100%;} 	
  #menu-header #searchform.searchform-open .searchform-input {opacity: 1;}
}


/* parent */
#menu-header > ul > li {float: left;}
#menu-header > ul > li > a {font-size: 13px; line-height: 1; padding: 20px 10px;}

@media screen and (min-width: 1200px) {
  #menu-header > ul > li > a {font-size: 16px; line-height: 1; padding: 40px 10px;}
}

#menu-header > ul > li.page-item-0 > a.ico.home::before {color: inherit; font-size: inherit;}

 
/* children */
#menu-header ul ul li {width: 250px;}
#menu-header ul ul li a {font-size: 14px; padding: 10px;}

#menu-header ul ul li > a:hover,
#menu-header ul ul li[class*="current"] > a {background: rgba(0,0,0,.05);}



@media screen and (min-width: 768px) {
    /* children ico */
  #menu-header ul ul li.page_item_has_children > a::after {position: absolute; top: 50%; right: 10px; width: 4px; height: 4px; margin-top: -2px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; content: ""; transform: rotate(-45deg);}

  /* children hide  */
  #menu-header ul ul {position: absolute; top: 100%; left: -9999px; z-index: 100; opacity: 0; transition: opacity .4s linear;} 
  #menu-header ul li:hover > ul {opacity: 1;}
  #menu-header ul ul li > ul {top: 0;}
  
  /* children hide not pull-right  */
  #menu-header > ul > li:not(.pull-right):hover > ul {left: 0; opacity: 1;}
  #menu-header > ul > li:not(.pull-right) ul li:hover > ul {left: 100%;} 
  
  /* children hide pull-right  */
  #menu-header > ul > li.pull-right ul {left: auto; right: -9999px; } 
  #menu-header > ul > li.pull-right:hover > ul {right: 0;}
  #menu-header > ul > li.pull-right ul li:hover > ul {right: 100%;}
}


/* responsive menu */
@media screen and (max-width: 767px) {
  /* menu header */ 
  #menu-header, #menu-header #menu-button, #menu-header ul li {position: relative;}
  #menu-header ul li, #menu-header ul li a, #menu-header ul ul li a {line-height: 1;}
  
  /* search */
  #menu-header #searchform .searchform-input {padding-left: 20px; padding-right: 50px; border: 0; transition-property: none; border-radius: 0;}
  #menu-header #searchform .searchform-button {width: 40px;}
  #menu-header #searchform .searchform-button::before {right: 8px;}
  
  /* menu-button */
  #menu-header #menu-button {display: block; position: absolute; top: -60px; right: 0; width: 60px; height: 50px; font-weight: bold; cursor: pointer;}
  #menu-header #menu-button::before, 
  #menu-header #menu-button::after {display: block; position: absolute; left: 19px; content: ""; transition: all .2s ease;}
  #menu-header #menu-button::after {top: 24px; height: 4px; width: 22px; border-width: 2px 0 2px 0; border-style: solid;}
  #menu-header #menu-button::before {top: 18px; height: 2px; width: 22px;}
  #menu-header #menu-button.menu-opened::after {border: 0; height: 2px; transform: rotate(45deg);}
  #menu-header #menu-button.menu-opened::before {transform: rotate(-45deg);}
  #menu-header #menu-button.menu-opened::after, 
  #menu-header #menu-button.menu-opened::before {top: 24px; left: 23px; width: 15px;}  
  
  /* parent */
  #menu-header {height: auto; margin: 10px 0 0 0; padding: 0; border: none; background: transparent; z-index: 1000;}
  #menu-header > ul {position: absolute; left: 0; right: 0; width: 100%; z-index: 1000;}
  #menu-header ul li {float: none; display: block; background: none; border-top-width: 1px; border-top-style: solid;}

  #menu-header ul li a, #menu-header ul ul {background: none!important; border: none;}
  #menu-header > ul > li > a {font-weight: bold;}
  #menu-header ul li a {font-size: 12px!important; padding: 20px!important; line-height: 1!important;}
  
  /* sub ico */
  #menu-header ul li.page_item_has_children .submenu-button {display: block; position: absolute; right: 0; top: 0; height: 52px; width: 52px; cursor: pointer; z-index: 10;}
  #menu-header ul li.page_item_has_children .submenu-button::after {top: 21px; left: 26px; width: 1px; height: 11px;}
  #menu-header ul li.page_item_has_children .submenu-button::before {left: 21px; top: 26px; width: 11px; height: 1px;}
  #menu-header ul li.page_item_has_children .submenu-button::after, 
  #menu-header ul li.page_item_has_children .submenu-button::before {content: ""; display: block; position: absolute; z-index: 99;}
  #menu-header ul li.page_item_has_children > a {padding-right: 58px;}
  #menu-header ul li.page_item_has_children > a::before {content: ""; position: absolute; top: 0; right: 0; width: 52px; height: 100%;}
  
  /* children */
  #menu-header ul ul {opacity: 1; transition-property: none;}

  #menu-header ul ul li a {font-weight: normal; padding-left: 25px!important;}
  #menu-header ul ul ul li a {padding-left: 45px!important;}
  #menu-header ul ul ul li::before {font: normal normal normal 14px/1 'FontAwesome'; display: inline-block; position: absolute; top: 18px; left: 20px; content: "\f00c"; margin-right: 3px;}

  
  /* children hide  */
  #menu-header ul ul {position: relative!important; top: auto!important; left: auto!important; right: auto!important;} 
  #menu-header ul ul li {width: 100%}
  #menu-header ul ul li > a, 
  #menu-header ul li:hover > ul > li > a {width: auto; height: auto;}  
  
  /* menu-color LIGHT */
  #menu-header #searchform .searchform-input,
  #menu-header #searchform .searchform-button {color: #000;} 
  
  #menu-header ul ul ul li::before {color: #999;}
  
  #menu-header #searchform .searchform-input,
  #menu-header ul li.page_item_has_children > a::before,
  #menu-header #menu-button.menu-opened::after, 
  #menu-header #menu-button.menu-opened::before {background-color: #ebebeb;}
  
  #menu-header #menu-button.menu-opened::after, 
  #menu-header #menu-button.menu-opened::before,  
  #menu-header #menu-button::before,
  #menu-header ul li.page_item_has_children .submenu-button::after, 
  #menu-header ul li.page_item_has_children .submenu-button::before {background-color: #000;}
  
  #menu-header ul {background-color: #f3f3f3;}
  
  #menu-header ul li {border-color: #ebebeb;}
  #menu-header #menu-button::after {border-color: #000;}
  
  #menu-header ul li a {text-shadow: none;}
}





/* menu footer */
#menu-footer {padding: 40px 0; text-align: center;}
#menu-footer ul li {display: inline-block;}
#menu-footer ul li+li {border-left: 1px dotted #ccc;}
#menu-footer ul li a {font-size: 14px; padding: 20px; text-decoration: none;}




/* contact-block footer */
#contact-block-footer {padding: 0 0 40px 0; text-align: center;}
#contact-block-footer a {display: inline-block; margin: 10px 20px; font-size: 15px; color: #000;}
#contact-block-footer a::before {color: #000;}






/*********** homepage ***********/

/* homepage section */

/* section-wrapper */
@media screen and (max-width: 1199px) {
  .section-wrapper {padding: 20px;}
}

/* section */
@media screen and (min-width: 1200px) {
  .section {padding: 50px 0;}
}




/* crossroads */
#crossroads.section-wrapper {padding: 20px;}
#crossroads .section {width: 100%; max-width: 1920px;}
#crossroads .flex-col {margin: 0;}
#crossroads .block {text-align: left;}

#crossroads .block a.underline {}
#crossroads .block .block-excerpt {font-size: 90%;}
#crossroads .block .block-excerpt a,
#crossroads .block .block-excerpt span {display: block; margin-bottom: 0.5em;}










/* section_homepage */

/* section_homepage carousel */
.carousel-article {position: relative; overflow: hidden;}
.carousel-article .owl-nav {bottom: 0!important; right: 0!important; padding: 20px; background-color: #fff;}

.carousel-article .owl-prev,
.carousel-article .owl-next {background-color: rgba(0,0,0,.6);}

.carousel-article .owl-prev:hover,
.carousel-article .owl-next:hover {background-color: #000;}


.carousel-article .owl-lazy {display: block; background-repeat: no-repeat; background-position: center center!important; background-size: cover; transition: 0s linear; transition-property: background-position; animation: BackgroundZoom 15s ease;}

 /* resp. height (640 / 1024 x 100) */
.carousel-article .owl-lazy {width: 100%; height: 0; padding-bottom: calc((640 / 1024) * 100%);}


@media screen and (min-width: 1200px) {
  .carousel-article .owl-lazy {height: 700px; padding-bottom: 0;}
}


/* section_homepage article */
.section-wrapper.half-section,
.section-wrapper.half-section .section {margin: 0; padding: 0;}

.section-wrapper.half-section .section {width: 100%;}
.section-wrapper.half-section .section .col.right .article {padding: 40px 60px;}

@media screen and (min-width: 1200px) {
  .section-wrapper.half-section .section {display: flex; flex-direction: row; flex-wrap: nowrap; }	
  .section-wrapper.half-section .section .col.left {width: 55%;}
  
  .section-wrapper.half-section .section .col.right {width: 45%;}  
  .section-wrapper.half-section .section .col.right .article {width: 80%;}
}










/* news block */
@media screen and (max-width: 479px) {
  #news-block .perex-block .perex {width: 100%; padding: 0 0 25px 0;}  
}

@media screen and (min-width: 480px) {
  #news-block .perex-block {display: flex; flex-direction: row; flex-wrap: wrap;}
  #news-block .perex-block .perex {width: calc(50% - 25px); padding: 0 25px 25px 0;}        
}

@media screen and (min-width: 1100px) {
 #news-block .perex-block {flex-wrap: nowrap;}
 #news-block .perex-block .perex  {width: calc(100% / 4); padding: 0 25px 0 0; flex-grow: 1;}
}

#news-block .perex {font-size: 90%; border: none;}
#news-block .perex-block .perex h3 {height: 1.3em; overflow: hidden;}


/* news-block carousel */
#news-block {clear: both; padding-top: 2em;}
#news-block .perex {display: block; font-size: 80%; padding: 0 10px;}
#news-block .perex h3 {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}


.center-text {clear: both; text-align: center; padding: 1em 0 0 0;}











/* .section-wrapper.image */
.section-wrapper.image  {position: relative; background: url('../../../carousel/slide1.jpg') no-repeat center center fixed; background-size: cover;}
.section-wrapper.image::before {position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background-color: rgba(0,0,0,.75); z-index: 1;}
.section-wrapper.image .section {position: relative; padding: 100px 0; z-index: 2;}


/* contact block */
#contact_block.section-wrapper .section {text-align: center;}
#contact_block.section-wrapper .section h3 {font-size: 140%}
#contact_block.section-wrapper .section p {font-size: 110%}



/* info_block */
#info_block.section-wrapper .section ul li { display: flex; align-items: center; margin: 0 0 1em 0; padding: 0 20px 0 0; font-size: 120%; line-height: 1.3;}
#info_block.section-wrapper .section ul li::before {margin-right: 0.5em; content: "\25cf"; font-size: 20px;}

@media screen and (max-width: 479px) {
  #info_block.section-wrapper .section ul li::before {margin-right: 10px; font-size: 30px;}
}

@media screen and (min-width: 480px) {
  #info_block.section-wrapper .section ul {display: flex; flex-direction: row; flex-wrap: wrap;}
  #info_block.section-wrapper .section ul li {width: 50%;}
}




/* popup form */
#popup {padding-top: 100px;}
#popup h3 {display: block; position: absolute; top: 0; left: 0; right: 0; padding: 20px; height: 66px; font-size: 22px; font-weight: normal;  color: #fff; background: #424041;}
#popup .fancybox-close-small {color: #939393;}
















/* clanek */
#main ol,
.article ol {padding: 0 0 0 1.5em;}

#main ol, 
.article ol,
 #main ul, 
.section ul {margin: 0 0 1.5em 0;}
 
#main ul li, 
.article ul li {text-align: left; margin: 0 0 0.5em 0; padding-left: 1em;}

#main ul li::before, 
.article ul li::before {width: 1em; display: inline-block; margin-left: -1em; content: "\25cf"; font-size: 100%; line-height: 1; color: #c6c6c6;}



blockquote {position: relative; text-align: left; font-size: 135%; font-style: italic; color: #383838; margin: 0.25em 0; padding: 0.25em 20px 0.25em 40px; line-height: 1.45;}
blockquote::before {display: block; position: absolute; left: 0; top: -20px; content: "\201d"; font-size: 80px; font-family: Georgia, "Times New Roman", Times, serif;}
blockquote cite {display: block; font-size: 75%; text-align: right; font-style: italic; margin-top: 0.8em;}
blockquote cite span {font-weight: bold; margin-right: 4px; text-transform: uppercase; font-style: normal;}



/* perex */
.perex::before, .perex::after {content: ""; display: table;}
.perex::after {clear: both;}

#main .perex {margin-bottom: 2em; border-bottom: 1px dotted #ccc;}
#main .perex a img {margin-bottom: 1em;}
.perex  a img {border: 2px solid #fff;}
.perex  a:hover img {border: 2px solid #ccc;}

.date {font-size: 90%; text-align: right;}
.center {text-align: center;}




/* nav-links */
.nav-links::before, .nav-links::after {content: ""; display: table;}
.nav-links::after {clear: both;}
.nav-links {clear: both; text-align: center; padding: 40px 0 15px 0;}
.nav-links a, .nav-links span.current {margin: 0 2px; padding: 4px 8px; border-radius: 5px; background-color: #e0e0e0; border: 1px solid #b6b6b6; text-decoration: none;} 
.nav-links a:hover, .nav-links span.current {color: #000; background-color: #fff;} 
.nav-links .page-numbers {margin: 0 3px;}


.nav-prevnext {clear: both; padding: 15px 0;}
.nav-prevnext a {text-decoration: none;}
.nav-prevnext a:hover {text-decoration: underline;}
.nav-prevnext .previous {float: left;}
.nav-prevnext .next {float: right;}


/*images */
.centered, .aligncenter {display: block; margin-left: auto; margin-right: auto;}

@media screen and (max-width: 479px) {
  .alignright, .alignleft {display: block; margin: 0 auto 1em auto;}
}

@media screen and (min-width: 480px) {
  .alignright {margin: 0 0 2px 7px; float: right;}
  .alignleft {margin: 0 7px 2px 0; float: left}
}


hr {display: block; margin: 2em 0;  padding: 0; height: 1px; border: 0; border-top: 1px solid #ccc;}


/* formulare */
.wpcf7-form div.wpcf7-response-output {color: #000; background-color: #fff; margin: 0; padding: 0;}
.wpcf7-form div.wpcf7-mail-sent-ok {border: 2px solid #398f14; background-color: #fff; padding: 5px; box-shadow: 2px 2px 5px #797979;}
.wpcf7-form div.wpcf7-mail-sent-ng {border: 2px solid #ff0000; background-color: #fff; padding: 5px; box-shadow: 2px 2px 5px #797979;}
.wpcf7-form div.wpcf7-spam-blocked {border: 2px solid #ffa500; background-color: #fff; padding: 5px; box-shadow: 2px 2px 5px #797979;}
.wpcf7-form div.wpcf7-validation-errors {border: 2px solid #f7e700; padding: 5px; box-shadow: 2px 2px 5px #797979;}
.wpcf7-form span.wpcf7-not-valid-tip {color: #000; position: absolute; z-index: 100; background: #fff; border: 1px solid #ff0000; font-size: 13px; padding: 5px; box-shadow: 2px 2px 5px #797979;}
#popup .wpcf7-not-valid-tip {right: 0;}
.wpcf7-form span.wpcf7-not-valid-tip-no-ajax {color: #f00; font-size: 13px; display: block;}
.wpcf7-form .wpcf7-radio .wpcf7-list-item {display: inline-block; padding: 5px 5px 5px 0;}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {font-size: 80%;}

.table-form {width: 100%;}
.table-form th {text-align: right; padding-top: 0.7em; vertical-align:top;}
.table-form th label {white-space: nowrap;}

@media screen and (max-width: 479px) {
  .table-form th {text-align: left; width: 100%; display: block; padding: 5px 0;}
  .form-table th label {white-space: normal;}
  .form-table td .g-recaptcha > div {width: 100%!important;}
}

input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="date"], textarea, select {border: 1px solid #a3a3a3; background-color: #f7f7f7; padding: 4px; transition: border 0.2s, box-shadow 0.2s ease-in-out;}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="date"]:focus, textarea:focus {background-color: #fff; box-shadow: 0px 0px 4px #373737;}
input[type="text"]:hover,  input[type="tel"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="date"]:hover, textarea:hover {box-shadow: 0px 0px 4px #373737;}

.form-submit {text-align: center; margin: 1em 0;}
.form-required {color: #FF0000;}

input[type="text"], input[type="tel"], input[type="email"], input[type="date"], textarea {width: 100%;}
input[type="text"], input[type="email"], input[type="number"], input[type="date"] {padding: 6px 4px;}

input[type="text"].small {width: 10%;}
textarea {height: 7.5em; resize: vertical;}

/* safari type="search" fix */
input[type="search"] {-webkit-appearance: none; border-radius: 0;}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}





/* tabulka */
.table td {padding: 0 10px 0 0; margin: 0; vertical-align: top;}



/* tabulka clanek */
.table-article {width: 100%; border: 2px solid #dcdcdc;}
.table-article td, .table-article th {padding: 4px; border: 1px solid #dcdcdc;}
.table-article th {text-align: center; background-color: #e8e8e8;}
.table-article td {text-align: left; background-color: #fff; padding: 8px; vertical-align: top;}
.table-article tr:nth-child(even) td {background: #f2f2f2}

/* table wrap */
@media screen and (max-width: 1199px) {
  .table-wrap {overflow: overflow-x: hidden; overflow-y: auto; width: 100%; padding: 2em 0; margin-bottom: 2em;}
}



@media screen and (max-width: 479px) {
 .table-form th, .table-form td, .table-form tr {display: block;}
 .table-form td, .table-form th {padding: 0 0 0.5em 0;}
}



/* responsive iframe video (16:9) */
.iframe-wrapper {position: relative; width: 100%; height: 0; margin-bottom: 2em; padding: 2em 0 56.25% 0;  overflow: hidden; line-height: 0;}
.iframe-wrapper iframe, .iframe-wrapper object, .iframe-wrapper embed {position: absolute; top: 0; left: 0; width: 100%!important; height: 100%!important;} 

@media screen and (min-width: 768px) {
  .iframe-wrapper {width: 500px; height: 281px; padding-bottom: 0;}
}





/*********** gallery + album ***********/
/* shared */
.gallery,
.album {display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 2em; clear: both; line-height: 1;}

.gallery .gallery-item span,
.album .album-item h3 {line-height: 1.3;}

/* gallery (180 x 180px) */
.gallery .gallery-item {text-align: center; overflow: hidden;}
.gallery .gallery-item span {display: block; margin-top: 0.5em;}
.gallery .gallery-item span.caption {font-weight: normal; font-size: 80%;}
.gallery .gallery-item span.description {margin-bottom: 0.5em; font-size: 75%;}

/* album */
.album .album-item {text-decoration: none;}
.album .album-item > a.thumbnail {display: block; width: 100%; height: 0; padding-bottom: 100%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center center!important; overflow: hidden; transition: all .4s ease;}
.album .album-item > a.thumbnail:hover {transform: scale(1.06);}
.album .album-item > a.thumbnail::after {position: absolute; content: ""; left: 50%; top: 50%; width: 0%; height: 0%; transition: all .4s ease;}
.album .album-item > a.thumbnail:hover::after {left: 0; top: 0; width: 100%; height: 100%;}
.album .album-item h3 {font-size: 110%; text-align: left; margin: 1.5em 0 0.5em 0; text-transform: uppercase;}


@media screen and (max-width: 479px) {
  .gallery {margin-left: -6%;}
  .gallery .gallery-item {width: calc(100% / 2 - 6%); margin: 0 0 6% 6%;}
  .album .album-item {width: 100%; margin-bottom: 2em;}
}

@media screen and (min-width: 480px) {	
  .gallery {margin-left: -2%;}		
  .gallery .gallery-item {width: calc(100% / 4 - 2%); margin: 0 0 2% 2%;}

  .album {margin-left: -3%;}
  .album .album-item {width: calc(100% / 2 - 3%); margin: 0 0 3% 3%;}
}

@media screen and (min-width: 480px) and (max-width: 1199px) {
  .album .album-item h3 {font-size: 2vmin;}
}

@media screen and (min-width: 768px) {
  .gallery .gallery-item {width: calc(100% / 5 - 2%);}
}

@media screen and (min-width: 1200px) {
  .gallery .gallery-item {width: calc(100% / 6 - 2%);}  
  .album .album-item {width: calc(100% / 4 - 3%);}
} 

/* icon.search hover */
.gallery a.icon.magnify {display: block; position: relative; overflow: hidden; line-height: 0;}

.gallery a.icon.magnify::before {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);  font-size: 60px; opacity: 0; z-index: 2; transition: all .2s ease-in-out;} 
.gallery a.icon.magnify:hover::before {font-size: 80px; opacity: .75;}

.gallery a.icon.magnify img {width: 100%; transition: transform .4s ease-in-out;}
.gallery a.icon.magnify:hover img {transform: scale(1.1);}





/* Fancybox 3.5.7 */
body.compensate-for-scrollbar {overflow: hidden;}
.fancybox-active {height: auto;}
.fancybox-is-hidden {position: absolute!important; left: -9999px; top: -9999px; margin: 0; visibility: hidden;}
.fancybox-container {position: fixed;  top: 0; left: 0; width: 100%; height: 100%; outline: none; z-index: 99992; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-transform: translateZ(0); transform: translateZ(0);}
.fancybox-container * {box-sizing: border-box;}
.fancybox-container button.fancybox-button {background: none;}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {position: absolute; bottom: 0; left: 0; right: 0; top: 0; font-family: Arial, Helvetica, sans-serif;}
.fancybox-outer {-webkit-overflow-scrolling: touch; overflow-y: auto;}
.fancybox-bg {background: #1e1e1e; opacity: 0; transition-duration: inherit; transition-property: opacity; transition-timing-function: cubic-bezier(.47,0,.74,.71);}
.fancybox-is-open .fancybox-bg {opacity: .9; transition-timing-function: cubic-bezier(.22,.61,.36,1);}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {position: absolute; direction: ltr; opacity: 0; transition: opacity .25s, visibility 0s linear .25s; visibility: hidden; z-index: 99997;}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {opacity: 1; transition: opacity .25s ease 0s, visibility 0s ease 0s; visibility: visible;}
.fancybox-infobar {top: 0; left: 0; color: #ccc; font-size: 13px; height: 44px; line-height: 44px; min-width: 44px;  padding: 0 10px; pointer-events: none;  mix-blend-mode: difference; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;  -webkit-font-smoothing: subpixel-antialiased;}
.fancybox-toolbar {right: 0; top: 0;}
.fancybox-stage {direction: ltr; overflow: visible; transform: translateZ(0); z-index: 99994;}
.fancybox-is-open .fancybox-stage {overflow: hidden;}
.fancybox-slide {position: absolute; top: 0; left: 0; display: none; width: 100%; height: 100%;  outline: none;padding: 44px; text-align: center;  overflow: auto; white-space: normal;  z-index: 99994; transition-property: transform, opacity; -webkit-backface-visibility: hidden; -webkit-overflow-scrolling: touch;}
.fancybox-slide::before {display: inline-block; content: ""; width: 0; height: 100%; margin-right: -.25em; vertical-align: middle;}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {display: block;}
.fancybox-slide--image {overflow: hidden; padding: 44px 0;}
.fancybox-slide--image::before {display: none;}
.fancybox-slide--html {padding: 6px;}
.fancybox-content {background: #fff; display: inline-block; margin: 0; max-width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; padding: 44px; position: relative; text-align: left; vertical-align: middle;}
.fancybox-slide--image .fancybox-content {background: transparent; background-repeat: no-repeat; background-size: 100% 100%; left: 0; max-width: none; overflow: visible; padding: 0; position: absolute; top: 0; -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1); animation-timing-function: cubic-bezier(.5,0,.14,1); -webkit-backface-visibility: hidden; z-index: 99995;}
.fancybox-can-zoomOut .fancybox-content {cursor: -webkit-zoom-out; cursor: zoom-out;}
.fancybox-can-zoomIn .fancybox-content {cursor: -webkit-zoom-in; cursor: zoom-in;}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {cursor: -webkit-grab; cursor: grab;}
.fancybox-is-grabbing .fancybox-content {cursor: -webkit-grabbing; cursor: grabbing;}
.fancybox-container [data-selectable='true'] {cursor: text;}
.fancybox-image,
.fancybox-spaceball {background: transparent; border: 0; height: 100%; left: 0; margin: 0; max-height: none; max-width: none; padding: 0; position: absolute; top: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 100%;}
.fancybox-spaceball {z-index: 1;}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {width: 100%; height: 100%; padding: 0; overflow: visible;}
.fancybox-slide--video .fancybox-content {background: #000;}
.fancybox-slide--map .fancybox-content {background: #e5e3df;}
.fancybox-slide--iframe .fancybox-content {height: calc(100% - 44px); margin-bottom: 44px; padding: 5px; background: #fff;}
.fancybox-video, .fancybox-iframe {width: 100%; height: 100%; border: 0; margin: 0; padding: 0; background: transparent; overflow: hidden; }
.fancybox-iframe {vertical-align: top;}
.fancybox-error {background: #fff; cursor: default; max-width: 400px; padding: 40px; width: 100%;}
.fancybox-error p {color: #444; font-size: 16px; line-height: 20px; margin: 0; padding: 0;}
.fancybox-button {background: rgba(30,30,30,.6); border: 0; border-radius: 0; box-shadow: none; cursor: pointer; display: inline-block; height: 44px; margin: 0; padding: 10px; position: relative; transition: color .2s; vertical-align: top; visibility: inherit; width: 44px;}
.fancybox-button, .fancybox-button:visited, .fancybox-button:link {color: #ccc;}
.fancybox-button:hover {color: #fff;}
.fancybox-slide--html .fancybox-button:hover {color: #999;}
.fancybox-button:focus {outline: none;}
.fancybox-button.fancybox-focus {outline: 1px dotted;}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {color: #888; cursor: default; outline: none;}
.fancybox-button > div {background-color: rgba(0,0,0,.3); height: 100%;}
.fancybox-button svg {display: block; height: 100%; overflow: visible; position: relative; width: 100%;}
.fancybox-button svg path {fill: currentColor; stroke-width: 0;}
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2), .fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {display: none;}
.fancybox-progress {background: #ff5268; height: 2px; left: 0; position: absolute; right: 0; top: 0; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0; -ms-transform-origin: 0; transform-origin: 0; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; transition-timing-function: linear; z-index: 99998;}
.fancybox-close-small {position: absolute; right: 0; top: 0; border: 0; width: 40px; height: 40px; color: #555; background: transparent; cursor: pointer;  margin: 0; padding: 6px;  z-index: 401; border-radius: 0;}
.fancybox-close-small:hover {opacity: .75;}
.fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {color: #ccc!important; padding: 5px; right: -12px; top: -44px;}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {overflow: hidden;}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {display: none;}
.fancybox-navigation .fancybox-button {position: absolute; top: calc(50% - 50px); width: 70px; height: 100px; background: #262626; background-clip: content-box; opacity: 0;}
.fancybox-navigation .fancybox-button div {padding: 7px;}
.fancybox-navigation .fancybox-button--arrow_left {left: 0; padding: 31px 26px 31px 6px;}
.fancybox-navigation .fancybox-button--arrow_right {padding: 31px 6px 31px 26px; right: 0;}
.fancybox-caption {left: 0; right: 0; bottom: 100px; color: #fff; text-align: left; font-size: 14px; font-weight: normal; padding: 20px; text-shadow: 1px 1px #000; line-height: 1.3;}
@media all and (max-height: 576px) {@supports (padding: max(0px)) {.fancybox-caption {padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right));}}}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {color: #ccc; text-decoration: none;}
.fancybox-caption a:hover {color: #fff; text-decoration: underline;}
.fancybox-loading {animation: fancybox-rotate 1s linear infinite; background: transparent; border: 4px solid #888; border-bottom-color: #fff; border-radius: 50%; height: 50px; left: 50%; margin: -25px 0 0 -25px; opacity: .7; padding: 0; position: absolute; top: 50%; width: 50px; z-index: 99999;}
@keyframes fancybox-rotate {100% {transform: rotate(360deg);}}
.fancybox-animated {transition-timing-function: cubic-bezier(0,0,.25,1);}
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {opacity: 0; transition-timing-function: cubic-bezier(.19,1,.22,1);}
.fancybox-fx-fade.fancybox-slide--current {opacity: 1;}
.fancybox-thumbs {background: rgba(0,0,0,.3); display: none; margin: 0; padding: 2px 2px 4px 2px; position: absolute; bottom: 0; left: 0; right: 0; width: auto; z-index: 99995; -webkit-tap-highlight-color: transparent; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar;}
.fancybox-show-thumbs .fancybox-thumbs {display: block;}
.fancybox-thumbs__list {position: relative; width: 100%; height: 100%; margin: auto; padding: 0; font-size: 0; white-space: nowrap; list-style: none; overflow:: hidden;}
.fancybox-thumbs-x {overflow-x: auto; overflow-y: hidden;}
.fancybox-thumbs__list a {position: relative; float: left; width: 100px; height: 75px; margin: 3px; outline: none; overflow: hidden; padding: 0; background-position: center center; background-repeat: no-repeat; background-size: cover; cursor: pointer; -webkit-tap-highlight-color: transparent;  -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.fancybox-thumbs__list a::before {border: 3px solid rgba(255,255,255,.8); z-index: 99991;}
.fancybox-thumbs__list a:focus::before {opacity: .5;}
.fancybox-thumbs__list a::after {position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; background-color: rgba(255,255,255,.25);}
.fancybox-thumbs__list a:hover::after {opacity: 1;}
.fancybox-thumbs__list a::before, .fancybox-thumbs__list a::after {position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; opacity: 0; transition: all .2s ease-in;}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {opacity: 1;}
@media screen and (max-width: 479px) {.fancybox-toolbar > *:not(.fancybox-button--close) {display: none!important;}}

/* iframe */
.fancybox-slide--iframe .fancybox-content {max-width: 60%;}

/* popup */
.fancybox-slide--html .fancybox-content {max-width: 100%; max-height: 100%;}

@media screen and (max-width: 767px) {
.fancybox-slide--iframe .fancybox-content {min-width: 100%;}
.fancybox-thumbs__list a {width: 80px; height: 60px;}
}




/* Owl Carousel 2.3.4 */
.owl-carousel,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {position: relative;}

.owl-carousel .owl-stage-outer {width: 100%; overflow: hidden;}
.owl-carousel .owl-item {float: left; overflow: hidden;}

.owl-carousel.owl-grab,
.owl-carousel.owl-grab a {cursor: move; cursor: grab;}

.owl-drag .owl-item {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.owl-carousel button span {display: none;}


/* owl-nav */
.owl-carousel .owl-prev::before {content: "\f104";} 
.owl-carousel .owl-next::before {content: "\f105";} 


/* section owl-nav */
.owl-carousel .owl-nav {position: absolute; bottom: 30px; right: 30px; z-index: 100;}

.owl-carousel .owl-prev {margin-right: 8px}

.owl-carousel .owl-prev, 
.owl-carousel .owl-next {display: inline-block; text-align: center; border: 0; padding: 0; width: 34px; height: 34px; line-height: 34px; cursor: pointer; transition: background-color .2s ease-in-out;}

.section .owl-carousel button.owl-prev.disabled,
.section .owl-carousel button.owl-next.disabled {opacity: .4; pointer-events: none;}


/* #news-block owl-nav */
#news-block .owl-carousel .owl-nav {position: absolute; top: -70px; right: 0;}
#news-block .owl-carousel .owl-prev {margin-right: 5px}
#news-block .owl-carousel button.owl-prev, 
#news-block .owl-carousel button.owl-next {display: inline-block; width: 24px; height: 24px; line-height: 23px; background: none; text-align: center; border: 1px solid #e5e5e5; cursor: pointer; transition: background-color .2s ease-in-out; background-color: #ccc;}
#news-block .owl-carousel .owl-prev:hover, 
#news-block .owl-carousel .owl-next:hover {background-color: #b7b7b7;}



/* carousel crossfade */
.owl-carousel .animated {animation-duration: 1000ms; animation-fill-mode: both;}
.owl-carousel .owl-animated-in {z-index: 0;}
.owl-carousel .owl-animated-out {z-index: 1;}
.owl-carousel .fadeOut {animation-name: fadeOut;}
@keyframes fadeOut {0% {opacity: 1;} 100% {opacity: 0;}}





/* GDPR */
#gdpr {padding-top: 1em;}
#gdpr .ico.lock::before {font-size: 18px; content: "\f023"; font-weight: bold;}
#gdpr a {font-weight: bold;}


/* cookie popup */
#cookie-popup {position: fixed; left: 0; right: 0; bottom: 0; text-align: center; padding: 20px; color: #ddd; background-color: rgba(0,0,0,.75); text-shadow: 1px 1px #000; z-index: 1000;}
#cookie-popup a {color: #fff;}
#cookie-popup .button-small {margin-left: 10px; padding: 8px 16px; font-weight: bold; color: #000; background-color: #f3f3f3; border: 0; cursor: pointer; white-space: nowrap;}
#cookie-popup .button-small:hover {background-color: #ccc}


.seolink {margin-left: 1em; font-size: 90%; text-decoration: none; color: #e9e9e9!important;}