/*LINUXBOX CSS Stylesheet*/


html {
	height: 100%;
}

.feedback {
    background-color: #233e52;
}

footer.footer {
	background-color: #0080c9;
}
body {
	line-height: 1.6;
	color: #606060;
	font-size: 1.4em;
    font-size: 14px;
	font-family: "Open Sans",sans-serif;
    font-weight: 400;
	background-color: #fff;
    background: #fff url("../img/bg-body.jpg") no-repeat scroll center 20px;
}
a {
    transition: all 0.3s ease-in-out 0s;
	color: #769d00;
    text-decoration: underline;
}
:target::before {
    content: "";
    display: block;
    height: 60px; 
    margin: -60px 0 0;
}


/*ŠÍŘE STRÁNKY*/

@media (min-width:1200px) {
 .container {
  width:970px
 }
}

/*HEADER*/

header {
	background: #fff;
	margin-bottom: 0px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}

.brand {
    margin-bottom: 16px;
	margin-top: 16px;
}

.search-icon a {
	color: #606060;
    font-size: 14px;
    float: right;
    display: block;
    margin-top: 38px;
}

.search-form {
	float: right;
	margin-bottom: 20px;	
    
}

.search-form .form-control {
	box-shadow: none;
	border: 1px solid transparent;
	border-bottom: 1px solid #e2e2e2;
	background-color: #fff;	
}

.search-form .btn {
	box-shadow: none;
	border: 1px solid transparent;
	border-bottom: 1px solid #e2e2e2;
	background-color: #e2e2e2;
	border-radius: 0;
	color: #606060;	
}

.search-form .btn:hover {
	background-color: #e2e2e2;
}



/* @media (max-width: 1004px) {
.brand img {
    margin: 0 auto;
	display: block;
}
} */

/*LANGUAGE SWITCH*/

.site-branding {
    position: relative;
}

.language-switch {
    position: absolute;
    right: -17px;
    top: 37px;
}

.language-switch a img {
    width: 18px;
    opacity: 0.4;
}

.language-switch a:hover img {
    opacity: 1;
}


/*ENGLISH FOOTER*/

ul.navbar-nav.menu-en {
    margin-top: 0px;
}

.navbar-nav.menu-en > li > a {
    font-size: 14px;
    margin-left: 0;
    padding: 0px 0px 20px 0;
    text-align: left;
    text-transform: none;
    transition: all 0.3s ease-in-out 0s;
    text-shadow: none;
    text-decoration: none;
}

.nav.menu-en > li.active a {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
}

/*NAVIGACE*/

header .col-sm-9, header .col-xs-12 {
   padding-right: 15px;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

ul.navbar-nav {
    float: left;
    margin-top: 20px;
}

.navbar-nav > li {
    float: left;
	margin-right: 25px;
}

.navbar-nav > li:first-child {
	background: none;
}

.navbar-nav > li > a {
	color: #606060;
    font-size: 14px;
    margin-left: 0;
    padding: 20px 0px 20px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
	text-shadow: none;
    text-decoration: none;
}

.nav > li.active a, .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
	color: #0080c9;
	background-color: transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
	transition: all 0.3s ease-in-out 0s;
}

li.no-click > a {
    cursor: default;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border: medium none;
}

ul.sub-menu.dropdown-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.176);
    float: left;
    font-size: 12px;
    left: -20px;
    list-style: outside none none;
    min-width: 250px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
    margin-top: 0;
}

ul.sub-menu.dropdown-menu > li > a {
    color: inherit;
    clear: both;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 10px 30px 10px 20px;
    text-transform: uppercase;
    white-space: nowrap;
	border-bottom: 1px dotted #c1c1c1;
    text-decoration: none;
}

ul.sub-menu.dropdown-menu > li > a:hover {
    background-image: none;
    background-color: rgba(0,0,0,0.05);
    color: #0080c9;
    border-bottom: 1px dotted #c1c1c1;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #fff;
    background-image: none;
    color: #0080c9;
}

ul.sub-menu.dropdown-menu ul {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.176);
    position: absolute;
    left: 250px;
    top: 0;
    z-index: 9999;
}

.sub-menu .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    margin-top: -2px;
    vertical-align: middle;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #606060;
}

ul.sub-menu.dropdown-menu > li > a {
    padding: 9px 30px 9px 20px;
    line-height: 1.2;
}

ul.sub-menu.dropdown-menu > li.menu-divider > a {
    border-bottom: 1px solid #c1c1c1;
}

.menu-item a span {
    color: #ababab;
    font-size: 10px;
}


@media (max-width: 768px) {
ul.navbar-nav {
    display: none;
}
}


/*MOBILE MENU*/

.page #mg-wprm-wrap li.menu-item ul.sub-menu li.menu-item span {
    right: 10px;
    padding: 0px 0px 10px;
    line-height: 15px;
    color: #dadada;
    font-size: 13px;
}

.page #mg-wprm-wrap li.menu-item ul.sub-menu li.menu-item span.wprmenu_icon {
    right: 10px;
    padding: 20px 20px 30px;
    line-height: 38px;
}



/*SLIDER*/

rs-layer {
    font-family: "Open Sans",sans-serif !important;
    color: #000 !important;
    font-size: 14px !important;
}

rs-layer span.slider-heading  {
    margin-bottom: 10px !important;
    margin-top: 30px !important;
    font-family: "Open Sans",sans-serif !important;
    font-weight: 700 !important;
    color: #000 !important;
    font-size: 2.4em;
    letter-spacing: -0.5px !important;
    text-align: left !important;
}

rs-layer span.slider-sub-heading  {
    font-size: 1.8em;
    color: #0080c9;
    margin-bottom: 0px !important;
    margin-top: 5px !important;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    line-height: 25px !important;
    display: block;
}

.tp-title-wrap {
    display: none !important;
}

.tp-caption a:hover {
    color: #fff !important;
}
 

/*HOMEPAGE*/


.home .content-area {
	margin-top: 40px;
	margin-bottom: 50px
}

.section-homepage {
    margin-top: 0;
    padding: 10px 30px 20px 30px;
    background-color: #fff;
    color: #606060;
    min-height: 180px;
}

.section-homepage.blue {
    margin-top: 0;
    padding: 20px 30px 10px 30px;
    background-color: #0080c9;
    color: #fff;
    min-height: 170px;
}

.section-homepage a {
    color: #fff;
    text-decoration: none;
}

.section-homepage h2.recentposts_carousel {
    text-align: left;
    font-size: 20px;
    margin: 0;
    display: none;
}


.section-homepage.blue .owl-carousel .owl-item {
    text-align: left;
}

.section-homepage.blue h2.title {
    color: #fff;
    margin-bottom: 0px;
}

.section-homepage.blue .carousel-post-date {
    opacity: 0.5;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    filter: Alpha(Opacity=20);
    opacity: 0.2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
}

.section-homepage.white .owl-pagination {
    /*display: none;*/
}

.section-homepage.white .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    filter: Alpha(Opacity=20);
    opacity: 0.2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #0080c9;
}

.section-homepage.white .owl-item p:last-child{
    margin-top: -20px;
}

/*CAROUSEL ARROWS*/

.owl-theme .owl-controls .owl-pagination {
    display: none;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #dad5d5;
    display: block;
    zoom: 1;
    margin: 0px;
    padding: 0px;
    font-family: FontAwesome;
    font-size: 50px;
    background: none;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 26px;
}


.section-homepage.blue .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    top: -12px;
}

/*.owl-theme .owl-controls .owl-buttons div.disabled {
    filter: Alpha(Opacity=0);
    opacity: 0;
}*/

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -10%;

}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -10%;
}


/*NAVIGATION ARROWS*/


.owl-carousel .owl-nav {
    color: #dad5d5;
    display: block;
    zoom: 1;
    margin: 0px;
    padding: 0px;
    font-family: FontAwesome;
    font-size: 50px;
    background: none;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -10%;
    top: 50px;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -10%;
    top: 50px;
}

.section-homepage.blue .owl-carousel .owl-nav {
    color: #fff;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
}

.section-homepage.blue .owl-carousel .owl-nav .owl-prev, .section-homepage.blue .owl-carousel .owl-nav .owl-next {
    top: -15px;
}




/*BREADCRUMBS*/


.breadcrumbs {
    text-align: right;
    font-size: 0.8em;
    color: #ababab;
    margin-top: 15px;
}

.breadcrumbs a {
    color: #ababab;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #769d00;
}

a.header-link {
    margin-top: 15px;
    font-size: 0.8em;
    text-decoration: none;
    float: left;
    display: block;
}


/*PAGE*/


.vspace {
    margin-bottom: 30px
}

@media (min-width: 992px) {
.col-md-offset-1 {
    margin-left: 7.0%;
}
}

.features {
    padding: 20px;
    /*background-color: rgba(3, 133, 208, 0.06);*/
    background-color: rgba(0,0,0,0.02);
}

.features a {
   color: inherit;
}

.features h3 {
    margin: 0 0 10px 0;
    font-size: 1.2em;
    color: #0080c9;
    font-weight: 400;
    text-transform: uppercase;
}

article.type-page .features ul {
    font-weight: 400;
    list-style-type: none;
    margin-left: 0px;
    margin-bottom: 20px;
    padding-left: 0;
    display: block;
}

article.type-page .features ul li {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

article.type-page .features ul li:last-child {
    float: none;
    display: block;
    clear: both;
}

/*article.type-page .features ul li:before {    
font-family: 'FontAwesome';
    font-size: 0.5em;
    content: '\f04d';
    margin: 0 12px 0 -14px;
    color: #0080c9;
    display: inline-block;
filter: none;
ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}*/

article.type-page .features ul li:before {    
font-family: 'FontAwesome';
content: '\f105';
margin: 0 5px 0 0px;
color: #769d00;
}

.well, .well.well-lg {
    margin-top: 30px;
    padding: 24px;
    border-radius: 0px;
    background-color: rgba(0,0,0,0.02);
    box-shadow: none;
    border: none;
    background-image: none;
}
.well.no-vspace {
    margin-top: 0px;
}
.well .fa-2x {
    position: relative;
    top: 0px;
    margin-top: 0;
    margin-right: 15px;
}
.well .fa-play-circle  {
    position: relative;
    top: -15px;
    margin-right: 10px;
}
.wp-block-group.well p {
    margin-bottom: 0px;
}
.well h2:first-child {
    margin-top: 0px;
}

/* .fa.fa-ico-heading {
    color: rgba(0, 128, 201, 0.31);
    float: right;
    display: block;
    font-size: 35px;
} */

a.box-link {
    text-decoration: none;
    cursor: pointer;
}

.box {
    background-color: #fff;
    color: #606060;
    margin-bottom: 20px;
}

.box h2 {
    color: #606060;
    text-align: center;
    font-weight: 700;
    display: block;
    padding: 20px 0 10px 0;
    border-top: 1px solid #e2e2e2;
    font-size: 20px;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 10px;
}

/*.box h2 + p {
    min-height: 100px;
}*/

a.box-link:hover, .box:hover {
    color: #a7a7a7;
    text-decoration: none;
}

.box img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.box:hover img {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scale(1);
	transform: scale(1);
}

.box:hover h2 {
    transition: all 0.3s ease-in-out 0s;
	color: #a7a7a7;
}

.wp-caption {
    border: none !important;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    color: #797979;
    font-size: 85%;
    line-height: 1.5;

}

/*PRODUKTY*/

.product {
    border-top: 1px solid #e2e2e2;
    padding: 0 0 10px 0;
    position: relative;
    margin-right: 20px;
    width: 47%;
    left: 15px;
}

.product-single {
    position: relative;
    margin-top: 20px;
}


.product p:first-of-type a {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 20px;
}

.gallery-icon {
    position: relative;
}
.blocks-gallery-item a, .wp-block-image, .wp-block-image figure {
    position: relative;
}
.product a span, .gallery a span, .product-single a span, .blocks-gallery-item a span, .wp-block-image a span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    width: 64px;
    height: 64px;
    background: url(../img/zoomSmall.png) no-repeat scroll right bottom;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transition: opacity .8s;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
}

.product a:hover span, .gallery a:hover span, .product-single a:hover span, .blocks-gallery-item a:hover span, .wp-block-image a:hover span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
}

.product a:hover img, .gallery a:hover img, .product-single a:hover img, .blocks-gallery-item a:hover img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
    filter: alpha(opacity=0.5);
}


.product-full {
    border-top: 1px solid #e2e2e2;
    padding: 0 0 10px 0;
    position: relative;
}

.product-full img.alignleft {
    margin: 0 40px 0 0;
}

.row .product:last-child {
    margin-right: 0px;
}


.product img {
    margin-right: 40px;
}

.product ul {
    margin-top: 30px;
    display: table;
    font-size: 0.95em;
}

.product h3 {
    margin-top: 27px;
}

.product p:last-of-type {
    position: absolute;
    right: 20px;
    top: 25px;
    text-align: right;
    line-height: 1.3;
    font-size: 0.95em;
}

.product p:first-of-type {
    position: static;
    text-align: none;
    line-height: inherit;
    font-size: inherit;
}

.product p:last-of-type a:before {
    font-family: FontAwesome;
    content: "\f019";
    display: inline-block;
    padding-right: 4px;
    vertical-align: middle;
    color: #606060;
    margin-left: 10px;
}

.product p:first-of-type a:before {
    content: "";
    display: none;
}

#swipebox-overlay {
    /*background: rgba(255, 255, 255, 0.95);*/
    background: rgba(150, 150, 150, 0.8);
}

#swipebox-overlay img {
    border: none!important;
    /*box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);*/
}

#swipebox-title {
    text-shadow: 0px 0px 10px #000;
}

.page-id-1528 #swipebox-overlay img, .page-id-1526 #swipebox-overlay img {
    border: none!important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.page-id-1526 .gallery-icon img, .page-id-1528 .gallery-icon img {
    border: 1px solid #e2e2e2 !important;
}

#swipebox-top-bar {
    font-size: 15px;
    font-weight: 700;
    line-height: 43px;
    font-family: "Open Sans",sans-serif;
}

#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: none!important;
    background: #ababab!important;
    opacity: 1;
    color: #fff!important;
}

#swipebox-close {
    background-image: url("../img/icons.svg")!important;
}

/*COLLAPSIBLES*/

.panel-group .panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 18px;
    font-size: 13px;
    text-align: justify;
}

/*.panel-default > .panel-heading {
    background-color: #f5f5f5;
    background-image: none;
    border-color: #ddd;
    color: #87888a;
}*/

.panel-heading-wrap a {
    text-decoration: none;
    color: inherit;
}

.panel-heading {
    padding: 20px 15px 1px 15px;
    background-color: rgba(0,0,0,0.05);
    background: rgba(0,0,0,0.05) url("../img/ico-up.png") no-repeat scroll right top;
    margin-bottom: -5px;
    display: block;
}

.panel-heading.collapsed {
    background: rgba(0,0,0,0.02) url("../img/ico-down.png") no-repeat scroll right top;
    /*background-color: rgba(0,0,0,0.02);*/

}

.panel-heading:hover {
    background-color: rgba(0,0,0,0.05);
}

.panel-body {
    padding: 15px;
}

h4.panel-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    color: inherit;
}

article.type-page small {
    color: #ababab;
}




/*KATEGORIE*/

.category .content-area  {
    margin-top: 10px;
}

.category-post   {
	border-bottom: 1px dashed #e2e2e2;
    margin-left: 0;
    padding-bottom: 20px;
    padding-top: 25px;
}



.content-area .category-post:last-child  {
    border-bottom: none;
}

.category-post p:last-of-type  {
	margin-bottom: 0
}

.category-post-thumbnail   {
	padding-left: 0px;
}

.category-post a   {
    /*text-decoration: none;
	color: inherit;*/
}

.entry-meta {
    color: #919191;
    font-size: 10px;
    margin-top: -2px;
	margin-left: 20px;
	float: right;
	text-align: right;
}

.single .entry-meta {
    margin-top: -2px;
    margin-left: 2px;
    margin-bottom: 20px;
    float: none;
    text-align: left;
}

.category-post h2 {
    font-size: 1.4em;
    margin-bottom: 15px;
	margin-top: 0px;
	color: #00b1eb;
}

.category-post h2 a {
    color: #0080c9;
    text-decoration: none;
}

.category-post h2 a:hover {
    color: #769d00;
    text-decoration: none;
}

img.attachment-post-thumbnail {
    max-height: 130px;
	width: auto;
	display: block;
}

/*POKUS
.category-novinky img.attachment-post-thumbnail {
    filter: url(/elements/grayscale.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(100%) brightness(200%);
    -webkit-filter: grayscale(100%) brightness(200%);
}
*/

a:hover img.attachment-post-thumbnail {
    opacity: 0.7;
}


span.byline {
    display: none;
}

/*.category-post:hover img.attachment-post-thumbnail {
	opacity: 0.5;
}
*/

a.more-link {
    color: #769d00;
    font-size: 12px;
    margin-top: 10px;
    text-decoration: none;
}

a.more-link:hover {
	text-decoration: underline;
}

/*KONTAKTY*/

.page-id-1605 .content-area {
	line-height: 1.6;
}

.page-id-1605 .content-area p {
	margin: 0;
}

.page-id-1605 h3 {
	margin-bottom: 5px;
}

.page-id-1605 a .fa {
	color: #606060;
	margin-right: 10px;
}



/*SINGLE*/

.single article {
    margin-top: 80px;
}

.single article h1.entry-title {
    margin-top: 0px;
}


.single-post-thumbnail img {
    float: right;
}

.post-nav {
	background-color: rgba(255, 255, 255, 0.3);
    border-top: 1px dashed #e2e2e2;
    font-size: 12px;
	line-height: 16px;
    margin-top: 40px;
    padding: 15px 0 28px;
    width: 100%;
}

.post-nav .alignleft {
	margin-top: 0px;
	width: 49%;
	margin-right: 0;
}

.post-nav .alignright {
	margin-top: 0px;
	margin-left: 0;
}

.post-nav .alignright i {
	margin-left: 5px;
	margin-right: 0px;
}


/*SEARCH*/

.search h1.page-title  {
    margin-top: 70px;
    margin-bottom: 40px;
}

.search h1.page-title span {
    color: #989898;
}

.search article  {
    margin-bottom: 30px;
}

.search h2 {
    font-size: 1.5em;
    margin-bottom: 5px;
}

.search h2 a {
    text-decoration: none;
}

.btn.btn-default.btn-inline {
    margin-top: 2px;
    padding: 6px 12px;
}

/*404*/

.error-404 h1.entry-title {
    text-align: center;
}

.error-title {
    font-size: 130px;
}

.error-page p {
    text-align: center;
}

.error-page a.btn {
    display: table;
    margin: 30px auto;
}

.error-404 form.form-inline {
    text-align: center;
    margin-top: 30px;
}


/*IMAGES*/

img {
    max-width: 100%;
    height: auto;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
    float: left;
    margin-right: 2em;
    margin-top: 0.5em;
}

/*GALERIE ZAKAZNICI*/

.wp-block-gallery.customers,.wp-block-gallery.customers .blocks-gallery-grid   {
	width: 100%;  
}
.wp-block-gallery.customers .blocks-gallery-item figure {
    align-items: center;
    justify-content: center;
}
.wp-block-gallery.customers .blocks-gallery-item {
    align-self: center;
}

/*AUDIO*/

.mejs-horizontal-volume-slider { display: none !important; }
.mejs-controls div.mejs-time-rail { width: 70px !important; }
.mejs-time-total { width: 60px !important; }
.mejs-controls .mejs-volume-button {
    display: none !important; 
}

.mejs-container {
    clear: both;
    max-width: 300px !important;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #717171 !important;
}

table.table-audio td.column-4, table.table-audio td.column-5 {
    width: 200px;
}


/*TYPO*/

.content-area {
    line-height: 1.8;
	text-align: left;
    min-height: 261px;
}


.h1, .h2, .h3, h1, h2, h3, h4 {
    margin-bottom: 20px;
    margin-top: 30px;
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
	color: #000;
	text-align: left;
}

h1 {
    margin-bottom: 30px;
	font-size: 2.4em;
	letter-spacing: -0.5px;
}

h1.entry-title {
	margin-top: 30px;
}


h2 {
	font-size: 2.0em;
    color: #0080c9;
	margin-bottom: 20px;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
}

.home h2 {
	margin-top: 10px;
}


h2 span {
    color: #ababab;
    color: #606060;
    font-size: 12px;
    font-weight: 400;
}

span + h3  {
    position:relative;
    top: -22px;
    font-size: 1.8em;
    color: #0080c9;
    font-weight: 300;
}



.h3, h3 {
    font-size: 16px;
}

.h4, h4 {
    color: inherit;
	font-size: 15px;
}

ul, ol {
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 15px;
}

i {
    margin-right: 5px;
}

.fa-2x.fa-lightbulb-o {
    font-size: 2em;
    display: table;
    float: left;
    margin-right: 20px;
}
.svg-inline--fa.ico-heading {
    color: rgba(0, 128, 201, 0.31) !important;
    float: right;
    display: block;
    font-size: 35px;
}
.svg-inline--fa {
    color: inherit !important;
}

blockquote {
    color: #9c9c9c;
    font-size: 1.25em;
    font-style: italic;
    padding: 0px;
    border: none;
    text-align: left;
}


article.type-page .article-header ul {
    /*font-weight: 700;*/
    font-size: 1.2em;
    list-style-type: none;
    margin-bottom: 20px;
}

article.type-page .article-header ul li {
    padding-left: 3px;
}

article.type-page ul {
    list-style-type: none;
}

article.type-page li {
    padding-left: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
}

article.type-page ul li:before {    
font-family: 'FontAwesome';
content: '\f105';
margin:0 13px 0 -18px;
color: #769d00;
}

.nomargin h2:first-child {
    margin-top: 0;
}

.nomargin h3:first-child {
    margin-top: 0;
}

.paddingRight {
    padding-right: 50px;
}

.paddingLeft {
    padding-left: 50px;
}


label {
	font-size: 11px;
	color: #848484;
	font-weight: 400;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.0;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0px;
}

hr {
    border-color: #e2e2e2;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.wp-block-separator {
    border-top: 1px solid #e2e2e2;
    border-bottom: none;
}

.home hr {
    margin-bottom: 30px;
    margin-top: 30px;
}

.entry-contentul, section ul {
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 15px;
}

/*FORMS*/

.form-control {
    background-color: #ebf6ff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.wpcf7-checkbox span.wpcf7-list-item {
    display: inline-block;
    margin: 16px 0 0 0;
}

/*BUTTON*/

.btn.btn-default, input.wpcf7-submit, .mymail-form .submit-button {
margin-top: 20px;
color: #0080c9;
color: #fff;
background:  #e8ec1f;
background:  #8FBE47;
background-image:none;
text-shadow: none;
 display:inline-block;
 margin-bottom:0;
 font-weight:normal;
 text-align:center;
 vertical-align:middle;
 -ms-touch-action:manipulation;
 touch-action:manipulation;
 cursor:pointer;
 background-image:none;
 border:1px solid transparent;
 white-space:nowrap;
 padding:8px 12px;
 font-size:14px;
 line-height:1.42857143;
 border-radius:0px;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 box-shadow: none;
}

.btn.btn-default:hover, input.wpcf7-submit:hover, .mymail-form .submit-button:hover {
background: #a2d950;
transition: all 0.3s ease-in-out 0s;
}

.btn-default:focus, .btn-default.focus, input.wpcf7-submit:focus {
    color: #fff;
    background-color: #a2d950;
    border-color: transparent;
}

.btn.btn-default i {
margin-left: 8px;
}

a.btn  {
text-decoration: none;
}

/*TABLE*/

table.tablepress {
    font-size: 13px;
}

.tablepress td, .tablepress th {
    padding: 6px 8px !important;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important;
    line-height: 1.4;
}

table.tablepress .odd td {
    background-color: #ececec;
}

table.table-functions td.column-2 {
    border-right: 1px solid #d6d6d6;
    
}

table.tablepress td.column-2, table.tablepress td.column-4 {
    font-weight: 700;
}

table.tablepress.table-blue td, table.tablepress.table-white td {
    font-weight: 400;
}

table.table-functions td.column-2, table.table-functions td.column-4 {
    color: #0080c9;
    font-style: italic;
    font-weight: 400;
}

table.tablepress.table-blue.table-prehled tbody {
    font-size: 12px;
}

table.tablepress.table-blue.table-prehled tbody td {
    border-right: 1px solid #d6d6d6;
}

table.tablepress.table-small td {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

table.tablepress.table-blue.tablepress-id-5 tr th.column-1, table.tablepress.table-blue.tablepress-id-6 tr th.column-1 {
    width: 40%;
}

table.tablepress.table-blue.tablepress-id-5 tr th, table.tablepress.table-blue.tablepress-id-6 tr th {
    width: 20%;
}

table.tablepress.table-audio td {
    vertical-align: middle;
}


table.tablepress.simpleTable {
    font-size: 14px;
    font-weight: 400;
}
table.tablepress.simpleTable td.column-1 {
    width: 130px;
    color: #0080c9;
}
table.tablepress.simpleTable td.column-2, table.tablepress.simpleTable td.column-4 {
    font-weight: 400;
}

/* male/female v tabulce */
table.tablepress.tablepress-id-26 td.column-1 img, table.tablepress.tablepress-id-26 td.column-2 img, table.tablepress.tablepress-id-9 td.column-1 img {
    margin-right: 10px;
    position: relative;
    top: 0px;
    width: 16px;
    height: 16px;
}

table.tablepress.tablepress-id-26 td.column-1 img, table.tablepress.tablepress-id-26 td.column-2 img {
    top: -2px;
}


/*FORMÁTOVÁNÍ DOKUMENTACE*/

article.type-page ul.function-list li:before {
    content: '';
    margin: 0;
}

article.type-page ul.function-list {
    margin-top: 20px;
}

article.type-page ul.function-list li {
    padding-left: 0px;
    line-height: 1.0;
    margin-bottom: 0;
}

article.type-page ul.function-list li a {
    color: #606060;
    text-decoration: none;
}

article.type-page ul.function-list li a:hover {
    color: #0080c9;
    text-decoration: none;
}

.doc-tabs h2 {
    margin-top: 10px;
}

p.built {
    margin-bottom: 0;
    margin-top: 7px;
}

section.d-function {
    margin-bottom: 25px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 25px;
}

h1.d-function__title {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 0.6;
    font-family: "Open Sans",sans-serif;
}

h1.d-function__title a {
    color: #000;
    text-decoration: none;
}

h1.d-function__title span, .fname {
    color: #0080c9;
    font-weight: 400;
    font-size: 18px;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

p.d-function__description:after {
    content: ":";
}

.d-function__parameter {
    padding: 15px 10px 10px 20px;
    background-color: rgba(0,0,0,0.02);
    margin-bottom: 10px;
}

.d-function__parameter h2 {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    color: #000;
}

.d-function__parameter_item, .d-function__result span {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    line-height: 1;
}

.d-function__result span {
    margin-top: -10px;
    display: block;
}


/*FOOTER*/

footer.footer {
	margin-top: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #bfdaee;
	font-size: 13px;
	line-height: 1.8;
}
.home footer.footer {
	margin-top: 0px;
}

footer.footer a {
	color: #bfdaee;
	text-decoration: none;
}
footer.footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer .widget_nav_menu {
    float: none;
	display: inline-block;
	margin-bottom: 20px;
}
footer ul.menu {
    list-style: outside none none;
    padding-left: 0;
	margin-bottom: 0;
}
footer ul.sub-menu {
    list-style: outside none none;
	padding-left: 0;
	margin-top: 8px;
}
footer ul.menu li {
    margin-bottom: 17px;
}
footer ul.sub-menu li {
    margin-bottom: 5px;
}
footer ul.menu li a {
    font-size: 16px;
    color: #fff;
    
}
footer ul.sub-menu li a {
    font-size: 13px;
    color: #bfdaee;
}
footer h3, footer h2.widget-title {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
	margin-top: 6px;
    margin-bottom: 15px;
}
footer .mymail-form {
    margin-top: 20px;
}
footer .mymail-form label {
    color: #fff;
}
footer span.mymail-required {
    font-size: 120%;
    font-weight: 700;
    color: #fff;
}
footer .mymail-form .input {
    width: 100%;
    background-color: #0080c9;
    border: 1px solid #51a3d2;
    padding-left: 10px;
}
footer .mymail-form .submit-button, .cn-set-cookie.button {
    cursor: pointer;
    background-color: #0176b9;
    border: 1px solid #0470af;
    margin-top: 10px;
    padding: 5px 12px;
    color: #fff;
    text-decoration: none;
}
footer .mymail-form .submit-button:hover, .cn-set-cookie.button:hover {
    background-color: #233e52;
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
    text-decoration: none;
}

/*ICONS*/
.ico {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 20px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transition: none;
}
.ico:hover {
    background-position: 0px -36px;
}
.ico-youtube {
    background-image: url("../img/ico-youtube.png");
}
.ico-github {
    background-image: url("../img/ico-github.png");
}
.ico-linkedin {
    background-image: url("../img/ico-linkedin.png");
}


/*UNDER FOOTER*/

.feedback {
    color: #96b3c9;
    padding: 30px 0 20px 0;
}

p.created {
    margin-top: 0px;
    font-size: 11px;
    text-align: right;
    float: right;
    display: block;
}

.feedback a  {
    color: #dbe6ee;
    text-decoration: none;
    transition: none;
}

.feedback a:hover, .feedback a.form-link:hover  {
    color: #fff;
    text-decoration: underline;
}

.feedback a.form-link  {
    font-size: 1.4em;
    text-decoration: none;
    position: relative;
    top: -7px;
}

.feedback a.form-link:before  {
    font-family: FontAwesome;
    content:"\f107";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}

.feedback a.form-link[aria-expanded="false"]:before  {
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: relative;
    top: -7px;
    left: -2px;
}

.feedback .collapse {
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom:  30px;
}

.feedback-text {
    line-height: 2.0;
    text-align: right;
    padding-right: 60px;
}

.feedback-text h3 {
    color: #96b3c9;
    text-align: right;
    font-size: 2.2em;
    margin-top: 5px;
	margin-bottom: 20px;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
}

/*HELPERS*/

.marginTop0 {
    margin-top: 0px !important;
}
.marginTop2 {
    margin-top: 2px !important;
}
.marginLeft20 {
    margin-left: 20px !important;
}
.mb-2 {
    margin-bottom: 20px !important;
}
.mb-3 {
    margin-bottom: 30px !important;
}
.mt-1 {
    margin-top: 10px !important;
}
.mt-2 {
    margin-top: 20px !important;
}
.mt-3 {
    margin-top: 30px !important;
}
.d-inline-block {
    display: inline-block !important;
}




/*RESPONSIVE*/



@media (max-width: 992px) {

.navbar-nav > li {
    float: left;
    margin-right: 18px;
}

.navbar-nav > li:last-child {
    margin-right: 0px;
}

.language-switch {
    position: absolute;
    right: 48px;
    top: 84px;
}

.page-template-homepage-en .language-switch {
    top: 37px;
}

.search-icon a {
    color: #606060;
    font-size: 14px;
    float: right;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 60px;
}
}


@media (max-width: 782px) {

.brand img {
    display: block;
    /* margin: 30px auto 0px auto; */
    margin: 10px 0 30px 20px;
}
.category-post-thumbnail {
    padding-left: 15px;
	margin-bottom: 20px;
}
.search-icon a {
    color: #606060;
    font-size: 14px;
    float: right;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 60px;
}
.language-switch {
    position: absolute;
    right: 45px;
    top: 100px;
}
.page-template-homepage-en .language-switch {
    top: 37px;
}
}

@media (max-width: 768px) {

section.section-slideshow, .page-template-homepage-en .rev_slider_wrapper {
    display: none;
}

.page-template-homepage-en .owl-carousel, section.white .owl-carousel {
    padding-top: 17%;
}

.product {
    width: 100%;
    padding-left: 15px;
    min-height: 225px;
}

.product-full {
    padding: 0 0 10px 30px;
}
html body div.wprm-overlay {
    background: none !important;
}


/*EN*/

body.page-template-homepage-en {
    position: relative;
    top: -42px;
}
.page-template-homepage-en #wprmenu_bar, #mg-wprm-wrap {
    display: none;
}

.page-template-homepage-en ul.navbar-nav {
    display: block;
    margin-left: 20px;
}

.page-template-homepage-en .language-switch {
    top: 138px;
}


}


@media (max-width: 568px) {

/*footer ul.menu li {
    float: none;
	margin-left: 10px;
}*/

.product p:last-of-type {
    position: static;
    text-align: left;
    line-height: 1.3;
    font-size: 0.95em;
}


}


@media (max-width: 550px) {
	
.brand img {
    width: 150px;
}


.category-post-thumbnail {
    display: none;
}

.product p:first-of-type a {
    float: none;
}

.product ul {
    margin-top: 30px;
    display: initial;
    font-size: 0.95em;
}

.language-switch {
    position: absolute;
    right: 40px;
    top: 107px;
}

.page-template-homepage-en .language-switch {
    top: 146px;
}

}

@media (max-width: 320px) {
	
.brand {
    margin-top: 10px;
}
.brand img {
    width: 120px;
}
.entry-meta {
    margin-top: 0px;
	float: none;
	text-align: left;
	margin-left: 0px;
	margin-bottom: 20px;
}
}



/*----------------------------------------------------------------------------------------------*/


/*FOTOGALERIE*/


.realizovano  {
    position: relative;
    top: 10px;
}

.category-photogallery  {
    margin-top: 5px;
}

.category-photogallery a   {
    text-decoration: none;
    color: inherit;
}

.category-fotogalerie .content-area h2 {
    margin-bottom: 10px;
    margin-top: -5px;
}


.category-photogallery h3 {
    color: #87888a;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: none;
}

.category-photogallery-thumbnail   {
    padding-left: 0;
    
}

.category-fotogalerie .category-post:hover img.attachment-post-thumbnail {
    opacity: 1;
}

/*.category-photogallery-thumbnail:hover   {
    background-color: rgba(255, 255, 255, 0.3);
}*/

.category-fotogalerie .category-post .category-photogallery-thumbnail .zoom, .category-post .category-post-thumbnail .zoom {
    background: transparent url("../img/ico-zoom-white.png") no-repeat scroll center center;
    bottom: 0;
    height: 118px;
    left: -30px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 118px;
}

.category-fotogalerie .category-post:hover .category-photogallery-thumbnail .zoom, .category-post:hover .category-post-thumbnail .zoom {
    opacity: 1;
    transition: all 0.8s ease-in-out 0s;
}

/*PAGINATION*/

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #8FBE47;
    border-color: #8FBE47;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}


/*PROGRESSBAR*/
.progressbar-number {
    font-weight: 700;
    letter-spacing: -1px;
}

.bar-chart .progressbar-text {
    line-height: 24px !important;
    font-weight: 400 !important;
    margin-top: 5px !important;
}

.bar-chart .dzs-progress-bar {
    display: inline-block !important;
}

@media (max-width: 768px) {
    .bar-chart .dzs-progress-bar.started {
        width: 60px !important;
        margin-right: 10px !important;
    }
    .bar-chart .dzs-progress-bar.started .progress-bars-item {
        width: 60px !important;
        font-size: 12px !important;
    }
    /* .dzs-progress-bar.started .progress-bars-item.progressbar-number {
        width: 100% !important;
        font-size: 60px !important;
    } */
    
}

/*-----------------------------------TEST------------------------------------------------*/


.page-id-2406 #swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: none!important;
    background: none!important;
    opacity: 1;
    color: #fff!important;
}

.page-id-2406 #swipebox-arrows {
    width: 92% !important;
    max-width: 100% !important;
}

.marginTop {
    margin-top: 70px;
}

/*boxzilla*/
#boxzilla-2616.boxzilla.boxzilla-bottom-right {
    bottom: 20px;
    right: 20px;
    /*-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
    border-radius: .4em;
    background-color: rgba(0,0,0,0.02) !important;*/
}


.boxzilla-content {
    position: relative;
    padding: 20px;
    background-color: #ebf6ff !important;
}

#boxzilla-2616.boxzilla.boxzilla-bottom-right .boxzilla-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 80%;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-right-color: #ebf6ff;
    border-left: 0;
    border-bottom: 0;
    margin-top: -10px;
    margin-left: -25px;
    z-index: 9999999;
}


/*FORMÁTOVÁNÍ DOKUMENTACE*/

section.d-function {
    margin-bottom: 40px;
}

h1.d-function__title {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    letter-spacing: normal;
    margin-bottom: 10px;
}

h1.d-function__title span {
    color: #0080c9;
}

p.d-function__description:after {
    content: ":";
}

.d-function__parameter {
    padding: 15px 10px 5px 20px;
    background-color: rgba(0,0,0,0.02);
    margin-bottom: 10px;
}

.d-function__parameter h2 {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    color: #000;
}

.d-function__parameter_item, .d-function__result span {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

/*SKRYTÍ GOOGLE RECAPTCHA*/

.grecaptcha-badge{
	visibility: collapse !important;  
}

/*HACK PRO WORKSHOPY*/


.postid-3834 .post-nav, .postid-3834 .breadcrumbs {
    display: none;
}

/*GUTENBERG FIX*/
.displayInlineBlock {
    display: inline-block;
}
.flexGrow1 {
    flex-grow: 1;
}
.info-box  {
    margin-top: 30px;
    padding: 24px;
    border-radius: 0px;
    background-color: rgba(0,0,0,0.02);
}    
.info-box .wp-block-group__inner-container {
    display: flex;
    align-items: center;
}
.info-box p {
    margin-bottom: 0;
    line-height: 1.4;
}
.info-box .svg-inline--fa {
    margin-right: 10px;
}
.wp-block-button__link {
    background-color:#8fbe47;
    border: none;
    border-radius: 0px !important;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
.wp-block-button__link:hover {
    color: #fff;
    text-decoration: none;
    background:#a2d950;
    transition: all 0.3s ease-in-out 0s;
}
.small-text {
    color: #ababab;
    font-size: 85%;
}
.panel {
    box-shadow: none;
    border: none;
}
.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #797979;
    font-size: 85%;
    line-height: 1.5;
    text-align: center;
}
.wp-block-column .wp-block-image img {
    margin: 0 auto;
    display: block;
}
li.blocks-gallery-item::before {
    display: none;
}
.wp-block-gallery .blocks-gallery-item figure {
    align-items: flex-start;
}
.products .wp-block-column {
    border-top: 1px solid #e2e2e2;
    padding: 0 0 10px 0;
    position: relative;
}
.products .wp-block-image a {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 20px;
}
.products a:hover img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
    filter: alpha(opacity=0.5);
}
.products ul {
    margin-top: 30px;
    display: table;
    font-size: 0.95em;
}
.products p.datasheet {
    position: absolute;
    right: 20px;
    top: 25px;
    text-align: right;
    line-height: 1.3;
    font-size: 0.95em;
}
.products p.datasheet a::before {
    font-family: FontAwesome;
    content: "\f019";
    display: inline-block;
    padding-right: 4px;
    vertical-align: middle;
    color: #606060;
    margin-left: 10px;
}
.products a span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    width: 64px;
    height: 64px;
    background: url(../img/zoomSmall.png) no-repeat scroll right bottom;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transition: opacity .8s;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
}
.products a:hover span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
}
.wp-block-button__link::after {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg class='bi bi-chevron-double-right' width='1em' height='1em' viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M3.646 1.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L9.293 8 3.646 2.354a.5.5 0 010-.708z' clip-rule='evenodd'/%3E%3Cpath fill-rule='evenodd' d='M7.646 1.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L13.293 8 7.646 2.354a.5.5 0 010-.708z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 2px;
  }
  .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: -35px;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #9d9d9d;
    text-align: center;
    font-size: 13px;
    background: transparent;
}
.gallery figure {
    position: relative;
}
.block-address svg {
    margin-top: 10px;
    margin-right: 10px;
    color: #0080c9 !important;
} 
.block-progress-bars .dzs-progress-bar {
    display: inline-block;
} 
@media (min-width: 600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        flex-grow: 0;
    }
}

  
/* GALLERY LAST IMAGE FIX */
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
    flex-grow: 0;
}

/*KRYPTOVÁNÍ MAILU*/
.crypted-mail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}
/* Swipebox */
.pswp__bg {
    background: rgba(150, 150, 150, 0.8) !important;
}
.pswp__caption {
    top: 0 !important;
    bottom: auto !important;
    background-color: transparent !important;
    width: auto !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

/*COOKIES*/
#cc-window .cc-link {
    display: none;
}
#cc-window.cc-floating {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}
#cmplz-document h2, #cmplz-document h3 {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 30px;
}
.cc-revoke {
    display: none !important;
}

