@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@500&display=swap');
body {
	font-family: Work Sans, Open Sans, Droid Sans, Arial, Helvetica, sans-serif;
	background-color: #d2deff;
}
header {
	background-color: #ffffff;
}

td sup {
	font-weight: bold;
}

sup {
	top: 0.1em;
}

sub {
	bottom: 0.1em;
}

.main-navigation-ul > li.menu-item > a.menu-item-link {
	margin: 0 -2px 0 -2px;
}
.main-nav-side-search {
	padding: 0 20px 0 0;
}
#mk-nav-search-result {
	display: none !important;
}
#mk-nav-search-wrapper {
	right: 0;
}
.search-loop-meta a {
	color: #474747;
}
.mk-svg-icon[data-name="mk-moon-home"] {
	margin-right: 0 !important;
	margin-left: 3px;
}
.mk-svg-icon[data-name="mk-moon-globe"] {
	margin-right: 0 !important;
	margin-left: 3px;
}

@media only screen and (max-width: 1605px) {
	li#menu-item-3940 ul.sub-menu {
		left: -206px;
	}
}
.menu-item .mk-svg-icon {
	margin-bottom: 5px;
}
.widget_contact_info svg {
	display: none;
}
.widget_contact_info li {
	padding: 0 !important;
}
.widget .mk-searchform {
	max-width: 500px !important;
	margin-left: auto;
	margin-right: auto;
}
.mk-pagination {
	padding-bottom: 65px;
}
.kalcerGridElementTextBg {
	overflow: auto;
	-webkit-backdrop-filter: blur(2px);
	-ms-backdrop-filter: blur(2px);
	-moz-backdrop-filter: blur(2px);
	-o-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.kalcerGridElementTextDesc {
	margin-bottom: 10px;
	color: #ffffff;
	line-height: 1.4em;
	font-weight: 300;
}

.kalcerGridElementTextDesc strong {
	color: #ffffff;
}

.kalcerBlogGridContainer .mk-blog-grid-item .blog-grid-holder {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}
.kalcerBlogGridContainer .mk-blog-grid-item .blog-grid-footer {
	border-color: #ffffff;
}

/* Home grid elements, special tag for blog elements */
div.vc_grid-item div.vc_grid-item-mini div.vc_gitem-animated-block div.vc_gitem-zone:has(img[alt^="Aktualno:" i])::before {
	content:'\2605 \0020 AKTUALNO';
	display: block;
	width: fit-content;
	padding: 6px 10px;
	margin: 15px 0 0 15px;
	backdrop-filter: blur(5px);
	/* background-color: #16479f; */
	background-color: #041367;
	/* background-color: #010727; */
	font-size: 13px;
	line-height: 13px;
	font-family: Work Sans, Open Sans, Droid Sans, Arial, Helvetica, sans-serif;
	font-weight: 500;
	/* color: #e41e27; */
	color: #fff;
}
div.vc_grid-item div.vc_grid-item-mini div.vc_gitem-animated-block div.vc_gitem-zone:has(img[alt^="Oddamo:" i])::before {
	content:'\2605 \0020 ODDAMO';
	display: block;
	width: fit-content;
	padding: 6px 10px;
	margin: 15px 0 0 15px;
	backdrop-filter: blur(5px);
	/* background-color: #16479f; */
	background-color: #041367;
	/* background-color: #010727; */
	font-size: 13px;
	line-height: 13px;
	font-family: Work Sans, Open Sans, Droid Sans, Arial, Helvetica, sans-serif;
	font-weight: 500;
	/* color: #e41e27; */
	color: #fff;
}
div.vc_grid-item div.vc_grid-item-mini div.vc_gitem-animated-block div.vc_gitem-zone:has(img[alt^="Obvestila:" i])::before {
	content:'\2605 \0020 OBVESTILA';
	display: block;
	width: fit-content;
	padding: 6px 10px;
	margin: 15px 0 0 15px;
	backdrop-filter: blur(5px);
	/* background-color: #16479f; */
	background-color: #041367;
	/* background-color: #010727; */
	font-size: 13px;
	line-height: 13px;
	font-family: Work Sans, Open Sans, Droid Sans, Arial, Helvetica, sans-serif;
	font-weight: 500;
	/* color: #e41e27; */
	color: #fff;
}
/* Simulate background picture partial transparency (to white back base) */
div.vc_grid-item div.vc_grid-item-mini div.vc_gitem-animated-block div.vc_gitem-zone:has(img[alt^="Aktualno:" i]) {
	background-color: #777;
	background-blend-mode: screen;
	filter: saturate(115%) contrast(101%);
}
div.vc_grid-item div.vc_grid-item-mini div.vc_gitem-animated-block div.vc_gitem-zone:has(img[alt^="Obvestila:" i]) {
	filter: brightness(1.17) contrast(0.83);
}
/* Darken bottom text-backgrounds a bit to re-sync with other tiles due to above lightening */
div.vc_grid-item div.vc_grid-item-mini div.vc_gitem-animated-block div.vc_gitem-zone:has(img[alt^="Aktualno:" i]) .kalcerGridElementTextBg {
	/* filter: brightness(120%) contrast(80%) ; */
	background-color: rgba(0,0,0,0.6) !important; 
}

/*Home grid zoom level on hover*/
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-a {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}


.mk-contact-form .text-input,
.mk-contact-form .textarea {
	background-color: rgba(255,255,255,1.0) !important;
}

.mk-contact-form .textarea {
	display: none;
}

input[type="email"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],textarea {
	font-family: inherit;
	font-size: 15px;
}

/* BLOG / NEWS */
.mk-blog-meta-wrapper a {
	cursor: text !important;
}
.blog-single-meta a {
	color: #999999 !important;
	cursor: text !important;
}
.blog-single-meta a:hover {
	color: #999999 !important;
	
}
.mk-post-cat {
	display: none !important;
}
.mk-blog-classic-item .mk-blog-meta-wrapper>div,
.mk-blog-modern-item .mk-blog-meta-wrapper>div {
	display: none;
}

.mk-blog-grid-item .the-title a {
	font-size: 16px;
	line-height: 1.3em;
}

.mk-blog-grid-item time a {
	font-style: normal;
}

.mk-readmore {
	font-size: 15px;
	color: #474747;
	font-weight: normal;
}

.mk-readmore .mk-svg-icon {
	color: #474747;
	height: 11px !important;
}

.mk-readmore:hover {
	color: #ff5c00 !important;
}

.single-social-section {
	display: none;
}

article.mk-blog-single div.mk-single-content a {
	border-bottom: 1px dotted #262626;
}

article.mk-blog-single div.mk-single-content a:hover {
	border-bottom: 1px dotted #ff5c00;
}

/* hide images on blog singular page if contain name "_hideoncontentpage" */
article.mk-blog-single div.featured-image img[src*="_hideoncontentpage"] {
	display: none;
}

/* hide images on blog all articles page if contain name "_hideonarticlespage" */
article.mk-blog-grid-item div.blog-grid-holder div.featured-image img[src*="_hideonarticlespage"] {
	display: none;
}



/* FOOTER */
div.mk-col-1-7 #custom_html-2 {
	background-color: rgba(4,19,103,1);
	/*background-color: #ff8951;*/
	box-sizing: border-box;
	padding: 0px 25px 25px 25px;
	height: 100%;
}

div.mk-col-1-7 #custom_html-2 .widgettitle {
	/*color: #c6e7f6;*/
	color: #cccccc;
	text-transform: none;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 600;
	letter-spacing: 0.5px;
}

#newsletterContainer {
	width: 100%;
	box-sizing: border-box;
	line-height: 18px;
	color: #cccccc;
	height: 100%;
}

#newsletterContainer label {
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
}

#newsletterContainer #footerNewsEmail {
	width: 100%;
	font-size: 14px;
	font-family: inherit;
	margin-bottom: 20px;
	box-sizing: border-box;
	box-shadow: none;
	outline: none;
	border: 0 none;
	background: #fdfdfd;
}

button#footerNewsButton {
	display: block;
	margin: 0px 0px 5px 0px;
	font-family: inherit;
	/*background-color: #008ecc;*/
	background-color: #008ecc;
	/*background-color: rgba(4,19,103,1);*/
    font-size: 16px;
    font-weight: 600;
	color: #ffffff;
    line-height: 16px;
    padding: 11px 25px;
    text-transform: none;
	border: 0 none;
	box-shadow: none;
	outline: none;
	letter-spacing: 0.75px;
}

button#footerNewsButton:hover {
	background-color: #00a1e5;
}
#mk-footer .footer-wrapper {
	padding-bottom: 0px;
}
#mk-footer .mk-padding-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#mk-footer .mk-padding-wrapper .mk-col-1-7 {
	display: flex;
	float: none;
	width: fit-content;
	padding: 0px 20px 30px 0px;
	box-sizing: content-box;
}
#mk-footer .mk-padding-wrapper .mk-col-1-7 .widget{
	margin-bottom: 20px;
}
#mk-footer .mk-padding-wrapper div.mk-col-1-7:first-child {
	padding-right: 70px;
	font-size: 14px;
}
#mk-footer .mk-padding-wrapper div.mk-col-1-7:nth-child(7) {
	padding: 0px;
	width: 200px;
	min-width: 200px;
}
@media handheld,only screen and (max-width: 767px) {
    #mk-footer .mk-padding-wrapper .mk-col-1-7 {
        padding-bottom: 0px !important;
		margin-bottom: 0px;
    }
}
#mk-footer .footer-wrapper.mk-grid .mk-padding-wrapper .clearboth {
	display: none;
}
#mk-footer .mk-padding-wrapper .mk-col-1-7 .widget li {
	margin-bottom: 0px;
	line-height: 1.65em;
}

#mk-footer .widgettitle {
	line-height: 1.47em;
	color: #262626;
	padding-top: 23px;
}
#mk-footer, #mk-footer p {
	color: #262626;
}
#mk-footer .widget:not(.widget_social_networks) a {
	color: #262626;
	border-bottom: 1px dotted #262626;
}

#mk-footer .widget:not(.widget_social_networks) a:hover {
	border-bottom: 1px dotted #ff5c00;
}

#kalcerSubFooter ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float: left;
	list-style-type: none;
}

#kalcerSubFooter ul li {
	float: left;
	margin: 0px 0px 25px 0px;
	padding: 0 30px 0 0px;
	font-weight: 700;
	/*border-left: 1px dotted #474747;*/
}

#kalcerSubFooter ul li:first-child {
	border-left: 0px none;
	padding-left: 0px;
}

#kalcerSubFooter ul li a {
	color: #262626;
	font-weight: 400;
	border-bottom: 1px dotted #262626;
}

#kalcerSubFooter ul li a:hover {
	color: #ff5c00;
	border-bottom: 1px dotted #ff5c00;
}
.textwidget.custom-html-widget ul li span a {
	margin-bottom: 0px;
}
.textwidget.custom-html-widget ul li.longEmail {
	position: relative;
	height: 21.45px;
}
.textwidget.custom-html-widget ul li span a.longEmail {
	margin-bottom: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 145px;
}
.textwidget.custom-html-widget ul li span a.longEmail:hover {
	position: absolute;
	top: -5px;
	left: -10px;
	z-index: 9000;
	text-overflow: ellipsis;
	overflow: visible;
	white-space: nowrap;
	width: auto;
	background-color: #e8eefd;
	transition: background-color 0.25s;
	padding: 5px 10px;
	color: #262626 !important;
	border-bottom: none !important;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.58);
	-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.58);
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.58);
	border-radius: 5px;
}






::selection {
  background-color: #041367 !important;
}
::-moz-selection {
  background-color: #041367 !important;
}
#mk-nav-search-wrapper .nav-side-search-icon {
	background-color: #262626;
}

div.main-nav-side-search i.mk-svg-icon-wrapper {
	margin-top: 2.5px;
}

div.main-nav-side-search i.mk-svg-icon-wrapper svg {
	height: 17px !important;
	width: auto !important;
}

.menu-hover-style-4 .main-navigation-ul li.menu-item-home > a.menu-item-link {
	background-color: transparent;
	color: #262626;
}

.menu-hover-style-4 .main-navigation-ul li.current-menu-ancestor > a.menu-item-link {
	background-color: #041367;
	color: #ffffff;
}

.blog-grid-holder .featured-image .image-hover-overlay {
	background-color: rgba(255,255,255,0.4) !important;
}
.blog-grid-holder .featured-image .post-type-badge {
	display: none;
}

.menu-hover-style-1 .main-navigation-ul>li.menu-item>a.menu-item-link {
	border-top-width: 7px;
}
.header-align-left .mk-grid .main-navigation-ul li.no-mega-menu>ul.sub-menu {
	left: 1px;
	background-image: url('img/kalcer-menu-corner-br.svg');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.main-navigation-ul>li.menu-item ul.sub-menu {
	margin-top: -8px;
}
/*.main-navigation-ul>li.menu-item ul.sub-menu li.menu-item:first-child,
.main-navigation-ul>li.menu-item ul.sub-menu li.menu-item:first-child i {
	padding-top: 8px;
}*/
.main-navigation-ul>li.menu-item ul.sub-menu:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 19px;
	width: 19px;
	background-color: transparent;
}
.main-navigation-ul > li.no-mega-menu > ul.sub-menu:after {
	background-image: url('img/kalcer-menu-corner-tl.svg');
}



#menu-main-menu .sub-menu {
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.5);
}

#mk-breadcrumbs .mk-breadcrumbs-inner {
	font-size: 11px;
	font-weight: 500;
	line-height: 19px;
	margin: 0 16px -10px 0;
	padding: 15px 0px 0px 15px;
	text-transform: none;
}



/*#mk-breadcrumbs .breadcrumb_last {
	font-weight: normal;
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: bottom;
}*/


.mk-header {
	border-bottom-width: 2px;
}
.widget_posts_lists ul li .post-list-title {
	font-size: 15px;
}
.widget_posts_lists ul li .post-list-meta {
	font-size: 13px;
}
.widget_posts_lists li.post-list-image {
	margin-bottom: 40px;
}

div.blog-single-meta div.mk-blog-author {
	display: none;
}
div.blog-single-meta time.mk-post-date {
	margin-left: -5px;
}

.vc_gitem-animated-block {
	background-color: #f7f7f7;
}

.vc_gitem-animated-block .vc_gitem-zone {
	mix-blend-mode: multiply;
}

.vc_gitem-zone[style*="grayscale"] {
	-webkit-filter: grayscale(100%) !important;
	filter: grayscale(100%) !important;
}
.vc_gitem-zone[style*="grayscale"]:hover {
	-webkit-filter: grayscale(0%) !important;
	filter: grayscale(0%) !important;
}

.kalcerMenu2ndImage {
	margin-left: 20px;
	margin-top: 3px;
}

.kalcerMenu2ndImage .mk-image-inner {
	background-color: #f7f7f7;
	border: 0 none !important;
}

.kalcerMenu2ndImage .mk-image-inner img {
	mix-blend-mode: multiply;
}

/*.kalcerMenu2ndImage img[src*="grayscale"] {
	-webkit-filter: grayscale(100%) !important;
	filter: grayscale(100%) !important;
}
.kalcerMenu2ndImage img[src*="grayscale"]:hover {
	-webkit-filter: grayscale(0%) !important;
	filter: grayscale(0%) !important;
}*/

/* MAIN CONTENT */

h1.page-title {
	margin: 46px 20px 20px 20px !important;
	font-size: 47px !important;
	letter-spacing: -2px !important;
	
}

.page-subtitle {
	font-size: 17px;
	line-height: 1.8em;
	color: #474747;
	margin: 30px 20px 10px 23px; 
}

.mk-text-block {
	padding-bottom: 15px;
}

.mk-text-block p a,
.mk-text-block p strong a,
.mk-text-block p b a,
.mk-text-block p a strong,
.mk-text-block p a b {
	color: #474747;
	text-decoration: none !important;
	border-bottom: 1px dotted #474747;
}
.mk-text-block p a:hover,
.mk-text-block p strong a:hover,
.mk-text-block p b a:hover,
.mk-text-block p a:hover strong,
.mk-text-block p a:hover b {
	color: #ff5c00;
	border-bottom: 1px dotted #ff5c00;
}

a.kalcerJsContentLink {
	color: #474747;
	text-decoration: none !important;
	border-bottom: 1px dotted #474747;
}
a.kalcerJsContentLink:hover {
	color: #ff5c00;
	text-decoration: none !important;
	border-bottom: 1px dotted #ff5c00;
}


/*.column_container *:first-child h2 {
	padding-top: 100px;
}*/
/*
.column_container div.vc_row:first-child .mk-text-block h2 {
	padding-top: 500px;
}*/

.column_container div.vc_row:first-child div[class*="vc_custom"]:first-child div.mk-text-block h2{
	padding-top: 35px;
}

.master-holder h2,
.mk-text-block h2 {
	padding-top: 45px;
	margin-bottom: 25px !important;
	font-size: 35px;
	font-weight: 400;
	letter-spacing: -1px;
}

/*
.column_container .vc_row .vc_column_container:first-child h2 {
	padding-top: 100px;
}
*/
.mk-fancy-title.shortcode-heading {
	font-size: 16px;
}

.mk-text-block ul {
	list-style-type: square;
}
	
.mk-text-block ul li {
	margin-bottom: 7px;
	margin-left: 0px;
}

.mk-text-block ul li a {
	text-decoration: none;
	box-sizing: border-box;
	display: inline-block;
	height: 21px;
	border-bottom: 1px dotted #474747;
}


.mk-text-block ul li a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #ff5c00;
}

.mk-text-block .wp-caption p.wp-caption-text {
	font-weight: 700;
    font-size: 14px;
    line-height: 18px;
	text-align: left;
	padding-left: 5px;
	padding-top: 10px;
}

.mk-list-styles ul li {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 45px !important;
	padding: 0 0 0 55px;
	margin-bottom: 25px;
}

.mk-list-styles ul li svg.mk-svg-icon {
	width: auto !important;
	height: 35px !important;
}

.mk-fancy-table {
	overflow: auto;
	width: 100%;
	padding-bottom: 0px;
}

@media handheld, only screen and (max-width: 767px) {
	.mk-fancy-table {
		overflow-x: hidden !important;
	}
}

.mk-fancy-title {
	text-align: left !important;
}

.mk-fancy-title.pattern-style span {
	padding-left: 0px !important;
}

.mk-fancy-table table {
	overflow: auto;
	padding-bottom: 15px;
}
div.tableView {
	width: 100%;
}

div.tableFixedFirstCol {
	position: relative;
	overflow-x: auto;
	padding-bottom: 10px;
}

.fixedHeadcol {
  position: sticky;
  position: -webkit-sticky;
  left: 0px;
  background-color: #ffffff;
  background-clip: padding-box;
  font-weight: 500;
}

th.fixedHeadcol,
.fixedHeadcol span.notBold {
  font-weight: normal;
}



.mk-fancy-table.table-style2 {
	border-bottom: 0px none;
}

.mk-fancy-table.table-style2 td {
	padding: 10px 12px;
	font-size: 14.5px;
	line-height: 21px;
}

.mk-fancy-table table {
	border-radius: 0px;
}

.mk-fancy-table table td:first-child {
	text-align: left;
}
.mk-fancy-table table th:first-child {
	text-align: left;
}

.mk-fancy-table table td {
	border-bottom-color: #041367 !important;
}

.mk-fancy-table table td b {
	font-weight: 500;
}

.mk-fancy-table table td a {
	color: #474747;
	border-bottom: 1px dotted #474747;
}

.mk-fancy-table table td a:hover {
	color: #ff5c00;
	border-bottom: 1px dotted #ff5c00;
}

.mk-fancy-table .mk-fancy-title.pattern-style {
	background-image: none;
}

.mk-fancy-table table th {
	background-color: #041367 !important;
	color: #ffffff;
	line-height: 1.4em;
	font-weight: 400;
	text-transform: none;
}

.mk-fancy-table dl,
.mk-fancy-table dt,
.mk-fancy-table dd {
	padding: 0;
	margin: 0;
}
.mk-fancy-table dl {
	display: inline-block;
	padding: 7px 25px 0 0;
}
.mk-fancy-table dt {
	clear: left;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #041367;
	/*padding: 0 5px 0 0;*/
	margin: 0 5px 0 0;
}

.mk-fancy-table dt u.dtSpecial {
	text-decoration: none;
	font-weight: normal;
	color: #474747;
}

.mk-fancy-table dt.colorBlock {
	width: 20px;
	height: 20px;
	background-color: #041367;
	border: 1px solid #041367;
	margin: 0 5px 5px 0;
}
.mk-fancy-table dd {
	float: left;
	font-size: 13px;
}

.mk-fancy-table dd a {
	text-decoration: none;
	color: #474747;
	border-bottom: 1px dotted #474747;
}

.mk-fancy-table dd a:hover {
	text-decoration: none;
	color: #ff5c00;
	border-bottom: 1px dotted #ff5c00;
}




.mk-fancy-table table.contactTable {
	border-radius: 0px;
}

.mk-fancy-table table.contactTable th,
.mk-fancy-table table.contactTable td {
	font-size: 14.5px;
	padding: 5px 12px;
	line-height: 1.4em;
	color: #474747;
	text-align: left;
}

.mk-fancy-table table.contactTable th:first-child,
.mk-fancy-table table.contactTable td:first-child {
	text-align: left;
	font-weight: 700;
}
.mk-fancy-table table.contactTable td:last-child {
	white-space: nowrap;
}

.mk-fancy-table table.contactTable td {
	border-bottom: none 0px;
	border-bottom-color: #041367 !important;
}

.mk-fancy-table table.contactTable td b {
	font-weight: 500;
}

.mk-fancy-table table.contactTable td a {
	color: #474747;
	border-bottom: 1px dotted #474747;
}

.mk-fancy-table table.contactTable td a:hover {
	color: #ff5c00;
	border-bottom: 1px dotted #ff5c00;
}

.mk-fancy-table table.contactTable th {
	padding: 10px 0px;
	background: #ffffff !important;
}

div.contactTableDivider {
	background: #041367;
	height: 1px;
}



div.theme-content > div.wpb_row > div.vc_col-sm-4 {
	position: sticky;
	top: 81px;
}
@media only screen and (max-width: 1200px) {
	div.theme-content > div.wpb_row > div.vc_col-sm-4 {
		top: -12px;
	}
}
@media only screen and (max-width: 767px) {
div.theme-content > div.wpb_row > div.vc_col-sm-4 {
		position: relative;
		top: auto;
	}
}

div.theme-content > div.wpb_row > div.vc_col-sm-4 .vc_column-inner .wpb_wrapper .vc_empty_space[style="height: 30px"] {
	height: 60px !important;
}

.kalcerButton {
	display: block !important;
	width: 150px;
	height: 150px;
	margin-bottom: 16px;
	float: right;
	clear: right;
	/*margin-right: auto;*/
}
@media only screen and (max-width: 767px) {
	.kalcerButton {
		float: left;
		margin-right: 16px;
		clear: none;
	}
}
.kalcerButton a.vc_btn3-size-md {
	padding: 10px;
	text-align: left;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
}
.kalcerButton a.vc_general.vc_btn3 {
	border: 0;
}
.kalcerButton a.vc_general.vc_btn3:hover {
	/*filter: saturate(200%) brightness(110%) contrast(110%);*/
}
.kalcerButtonWebstore a.vc_general.vc_btn3,
.kalcerButtonWebstore a.vc_general.vc_btn3:focus {
	background-color: #ff8951;
}
.kalcerButtonVisitUs a.vc_general.vc_btn3,
.kalcerButtonVisitUs a.vc_general.vc_btn3:focus {
	background-color: #8aaaff;
}
.kalcerButtonTechData a.vc_general.vc_btn3,
.kalcerButtonTechData a.vc_general.vc_btn3:focus {
	background-color: #bbceff;
}
.kalcerButtonReferences a.vc_general.vc_btn3,
.kalcerButtonReferences a.vc_general.vc_btn3:focus {
	background-color: #d2deff;
}
.kalcerButton a.vc_general.vc_btn3:hover {
	background-color: #041367;
}
.kalcerContentButton a.vc_btn3-size-md {
    font-size: 15px;
    font-weight: 400;
    line-height: 15px !important;
    padding: 12px 25px;
    text-transform: none;
    letter-spacing: 0px;
}
.kalcerContentButton a.vc_general.vc_btn3,
.kalcerContentButton a.vc_general.vc_btn3:focus {
	background-color: #061064;
}
.kalcerContentButton a.vc_general.vc_btn3:hover {
	background-color: #303a8e;
}

.content-box-heading {
	text-transform: uppercase !important;
}

.mk-accordion-tab {
	padding: 11px 12px 20px 37px !important;
}

.mk-accordion.simple-style .mk-accordion-pane {
	padding: 10px 10px 10px 38px;
}

.mk-accordion-tab span {
	font-size: 25px !important;
	line-height: 1.3em;
	font-weight: 500;
	/*/text-transform: uppercase;*/
	color: #041367;
}

.mk-accordion-tab svg.mk-svg-icon {
	left: 10px;
	right: auto;
}
.video-container .video-thumbnail-overlay {
	background: none;
}
.video-container .mk-svg-icon {
	height: 10% !important;
	width: auto !important;
	fill: #ffffff !important;
	background-color: rgba(0,0,0,0.8);
	background-color: rgba(255,92,0,0.8);
	padding: 17px 21px 17px 23px;
	border-radius: 10px;
	
}
.video-container .fade-in .mk-svg-icon {
	opacity: 0.9;
}

/*.video-container .video-thumbnail-overlay:after {
	content: url('img/icon-play.svg');
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
}*/

div.kalcerContentIndex ul {
	list-style: none;
    padding: 0px;
	margin-left: 0.5em;
}
div.kalcerContentIndex ul li {
	margin-bottom: 12px;
}
div.kalcerContentIndex ul li a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
div.kalcerContentIndex ul li:before {
	content: '\25B6';
	margin: 0 0.7em 0 0;    /* any design */
}

/* TESTIMONIALS */
.mk-testimonial {
	margin: 0 0 40px;
}

.mk-testimonial.boxed-style .mk-testimonial-content {
	background-color: #f8f8f8;
	border: 1px solid #e3e3e3;
	border-radius: 0px;
}

.mk-testimonial .mk-testimonial-quote {
	line-height: 1.66em;
}

/* SIDEBAR */
.mk-content-box .mk-list-styles {
	margin-bottom: 0px !important;
}

.mk-content-box .mk-list-styles ul li {
	margin-bottom: 12px !important;
}

.mk-content-box .mk-list-styles ul li svg.mk-svg-icon[data-name="mk-icon-chevron-right"] {
	height: 14px !important;
	width: auto !important;
	top: 6px;
}

.mk-content-box .mk-list-styles ul li:last-child {
	margin-bottom: 0px !important;
}

/* 2nd MENU */
.kalcerMenu2nd .widget_nav_menu ul.menu {
	border: 0 none;
}
.kalcerMenu2nd .widget_nav_menu ul li {
	margin-bottom: 15px;
	background-color: #e8eefd;
	/*border: 1px solid #e3e3e3;*/
	border: 0px none;
}
.kalcerMenu2nd .widget_nav_menu ul li:hover {
	background-color: #061064;
}

.kalcerMenu2nd .widget_nav_menu ul li:last-child {
	/*border: 1px solid #e3e3e3 !important;*/
}

.kalcerMenu2nd .widget_nav_menu ul li a {
	font-size: 16px;
	padding: 15px 14px 15px 14px;
	display: block;
	color: #474747;
	text-transform: uppercase;
	font-weight: 700;
}

.kalcerMenu2nd .widget_nav_menu ul li a:hover {
	color: #ffffff;
} 

/* JIG */

.jig-caption-title {
	line-height: 17px !important;
	font-weight: 500 !important;
}
.jig-preset-c3 .jig-caption-title {
	line-height: 14px !important;
	font-weight: 500 !important;
}
.justified-image-grid div.jig-imageContainer {
	position: relative;
}

.jig-preset-c3 .jig-imageContainer:after {
	display: block;
	position: absolute;
	bottom: 14px;
	left: 9px;
	width: 27px;
	height: 27px;
}
.jig-preset-c3 .kalcerJigDoc,
.jig-preset-c3 .kalcerJigLink,
.jig-preset-c3 .kalcerJigVideo,
.jig-preset-c3 .kalcerJigImg {
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
	border: 0px none !important;
}
.kalcerJigVideo .jig-overflow a:after {
	content: url('img/icon-play.svg');
}
.jig-preset-c3 .kalcerJigDoc.jig-imageContainer:after {
	content: url('img/icon-doc-v2.svg');
}
.jig-preset-c3 .kalcerJigLink.jig-imageContainer:after {
	content: url('img/icon-link-v2.svg');
}
.jig-preset-c3 .kalcerJigVideo.jig-imageContainer:after {
	content: url('img/icon-play-v2.svg');
}
.jig-preset-c3 .kalcerJigImg.jig-imageContainer:after {
	content: url('img/icon-img-v2.svg');
}
.kalcerJigVideo .jig-overflow .jig-overlay-icon {
	background-image: url('img/icon-hover-youtube.png') !important;
}
.kalcerJigVideo.kalcerDefaultHover .jig-overflow .jig-overlay-icon {
	background-image: url('img/icon-hover-magnifier.png') !important;
}
/*.jig-preset-c3 div.jig-caption {
	padding-left: 45px !important;
	padding-right: 10px !important;
	vertical-align: middle;
	display: table-cell;
	height: 54px;
}*/
.jig-preset-c3 div.jig-caption {
	padding-left: 45px !important;
	padding-right: 10px !important;
	vertical-align: middle;
	display: flex;
	align-items: center;
	height: 100%;
}
.jig-preset-c3 div.jig-caption-title {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
div.jig-caption-title {
	padding-top: 10px !important;
}
.mfp-close {
	cursor: pointer !important;
}
.mfp-title {
	padding-top: 5px;
	font-weight: 600;
}

/* PRETTYPHOTO */
div.pp_overlay {
	background-color: rgb(11, 11, 11) !important;
	opacity: .8 !important;
}
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
	background: none !important;
}
div.pp_default .pp_content_container .pp_left {
	background: none !important;
}
div.pp_default .pp_content_container .pp_right {
	background: none !important;
}
div#pp_full_res img {
	box-shadow: 0 0 8px rgb(0 0 0 / 60%);
}
a.pp_expand {
	display: none;
}
div.pp_details {

}
div.pp_default .pp_content {
	background-color: transparent !important;
}
div.pp_default .pp_details {
	position: absolute !important;
	top: -33px;
	margin: 0px !important;
	height: 30px;
	color: #b7b8ba;
}
div.pp_default .pp_details:hover {
	color: #ffffff;
}
div.pp_default .pp_social {
	margin-top: 0px !important;
	float: none !important;
	position: absolute;
	right: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
	text-align: right;
}
div.pp_default .pp_social::after {
	content: "×";
	font-size: 28px;
	font-family: Arial,Baskerville,monospace;
}
div.pp_default .pp_close {
	background: none !important;
}
a.pp_contract,
a.pp_expand {
	display: none !important;
}
div.pp_default .pp_loaderIcon {
	background-color: #ffffff !important;
}


/* SEARCH */
.kalcerNonprioritySearchKeywords {
	display: none;
}

.search-result-item .search-loop-meta {
	display: none !important;
}
.excerpt_part {
	font-weight: normal;
}
.excerpt_part strong {
	font-weight: 600;
}
.mk-search-loop {
	flex-direction: column;
	display: flex;
}
.mk-search-loop .widget.widget_search {
	order: 10;
	margin-top: 70px;
}


/* GENERAL CONTENT PADDING */
#theme-page .theme-page-wrapper.full-width-layout .theme-content {
	padding-top: 50px;
	padding-bottom: 100px;
}


/* CONTACT */
.kalcer-contact-mandatory {
	font-size: 13px;
	font-weight: 600;
	color: #041367;
}
.kalcer-contact-left {
	float: left;
	width: 48%;
}
.kalcer-contact-right {
	float: right;
	width: 48%;
}
.kalcer-contact-clear {
	clear: both;
}
@media screen and (max-width: 1024px) {
	.kalcer-contact-left {
		width: 100%;
	}
	.kalcer-contact-right {
		width: 100%;
	}
}
.kalcer-contact-left input,
.kalcer-contact-right input,
.wpcf7-form .wpcf7-textarea {
	width: 100%;
}
.wpcf7-submit {
	background-color: #061064;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px !important;
	padding: 12px 25px;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0px;
	top: 0px;
}
.wpcf7-submit:active {
	margin: 0px;
	top: 0px;
}
.wpcf7-submit:hover {
	background-color: #303a8e;
}
.kalcerCallToActionButton {
	display: inline-block;
	background-color: #061064;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	border-bottom: none !important;
	line-height: 15px !important;
	padding: 12px 25px;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0px;
	top: 0px;
}
.kalcerCallToActionButton:hover {
	background-color: #303a8e;
	color: #ffffff;
	border-bottom: none !important;
}
div.wpcf7 .ajax-loader {
	margin: 12px 0 0 12px;
}
div.wpcf7 input[type="file"] {
	background-color: #fdfdfd;
	border: 1px solid #e3e3e3;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	color: #474747;
}
.wpcf7-form p {
	margin-bottom: 20px !important;
}
.kalcerFormSubmitRow {
	margin-top: 60px;
}
span.wpcf7-not-valid-tip {
	font-size: 13px;
}
/* Contact responses */
#kalcerContactNlResponseText {
	display: none;
}

.wpcf7 form .wpcf7-response-output,
#kalcerContactNlResponseText {
	margin: 0 0 20px 0;
	padding: 12px 25px;
	font-size: 15px;
	border: 1px solid #8ca9fb; /* Blue */
	background-color: #e8eefe;
}
.wpcf7 form.init .wpcf7-response-output {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output,
#kalcerContactNlResponseText .ok {
	border-color: #1bb38b; /* Green */
	background-color: #cbf5ea;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output, 
#kalcerContactNlResponseText .error {
	border-color: #d7312e; /* Red */
	background-color: #f0c9c9;
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #d7312e; /* Orange */ /* Now also red */
	background-color: #f0c9c9;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #fd8a59; /* Yellow */ /* Neutral */
	background-color: #ffe8de;
}
/* Contact egl subsribe */
#kalcerNlContat {
	margin-top: 40px;
}
#kalcerNlContat span.wpcf7-list-item label span.wpcf7-list-item-label {
	position: relative;
	top: 2px;
}
.eglSubscribe:parent {
	margin-top: 20px;
}
.eglSubscribe input[type="checkbox"] {
	width: 23px !important;
	height: 23px !important;
	margin: 0 4px 0 0;
}
.eglSubscribe label,
.eglSubscribe input[type="checkbox"] {
	cursor: pointer;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	word-wrap: break-word;
}
.eglSubscribe span.wpcf7-list-item {
	margin: 0px;
}

/* LOCATION */
.kalcerLocH h2 {
	padding-top: 0px !important;
}
.kalcerLoc p {
	margin-bottom: 10px;
}
.kalcerLocSmall p {
	font-size: 13px;
	margin-bottom: 10px;
}
.kalcerLocMap {
	padding-top: 85px;
}
.kalcerLocFakeTable {
	display: table;
}
.kalcerLocFakeTable > div {
    display: table-row;
}
.kalcerLocFakeTable > div > div {
    display: table-cell;
}
.kalcerLocFakeTable > div > div:first-child {
    padding-right: 15px;
}

/* CLIENTS */
.kalcerClients .client-logo {
	border: 0 none !important;
	opacity: 1;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
	background-position: 50% 20%;
	background-color: #ffffff;
	-webkit-filter: brightness(100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.kalcerClients .client-logo:hover {
	-webkit-filter: brightness(93%);
}
.kalcerClientsBg {
	box-sizing: border-box;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0px;
}
.kalcerClientsCaption {
	text-align: center;
	width: 100%;
	padding: 0 15px 0 15px;
	position: absolute;
	left: 0;
	bottom: 15px;
	color: #474747;
	font-size: 13px;
	line-height: 1.3em;
	font-weight: 600;
}
.mk-text-block p a {
	text-decoration: underline;
	color: #474747;
}
.mk-text-block p a:hover {
	color: #ff5c00;
}
.mk-image.outside-image .mk-image-caption {
	margin: 15px 0 10px 0;
}
.mk-image.outside-image .mk-image-caption .mk-caption-title {
	font-weight: 600;
}


/* OVERLAY */
#kalcerOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	z-index: 7000;
}


/* NEWSLETTER */
#footerNewsName {
	position: absolute;
	left: -5000px;
}
#kalcerNlContainer {
	display: none;
	max-width: 800px;
	background-color: #ffffff;
	position: absolute;
    top: 60px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
    z-index: 7001;
    overflow: hidden;
    box-shadow: #000000 0px 0px 20px -4px;
	padding: 0 30px 20px 30px;
}
a.overlayClose {
	position: absolute;
	top: 7px;
	right: 11px;
    display: block;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 28px;
    text-decoration: none;
    color: #474747;
    background-color: #ffffff;
}
h3.kalcerNlTitle {
	padding-top: 25px;
	margin-bottom: 30px;
	color: #041367;
	letter-spacing: -1px;
	font-size: 25px;
	line-height: 1.3em;
	font-weight: 400;
	
}
#kalcerNlForm p a {
	border-bottom: 1px dotted #474747;
}
#kalcerNlForm p a:hover {
	border-bottom: 1px dotted #ff5c00;
}

#kalcerNlStep1 {
	display: block;
}
#kalcerNlStep2 {
	display: none;
}
#kalcerNlResponse {
	display: none;
}
#kalcerNlResponseClose {
	display: none;
}
.kalcerNlResponse {
	display: none;
}
.kalcerNlButtonContainer,
.kalcerNlCheckboxContainer {
	margin-top: 26px;
}
.kalcerNlButtonContainerFlex {
	float: right;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
@media only screen and (max-width: 480px) {
	.kalcerNlButtonContainerFlex {
		float: none;
		justify-content: flex-start;
	}
}
.kalcerNlButton {
	position: relative;
	font-family: inherit;
	font-size: 15px;
	line-height: 15px;
	color: #ffffff;
	padding: 12px 25px;
	margin: 10px 20px 10px 0;
	background-color: #008ecc;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: center;
	border: none;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}
.kalcerNlButton.rounded {
	border-radius: 10px;
}
.kalcerNlButton:hover {
	background-color: #00a1e5;
}
.kalcerNlButton:disabled {
	background-color: #00a1e5;
	color: #c8c8c8;
	background-color: #dfdfdf;
	cursor: default;
}
.kalcerNlButton.buttonSecondary {
	background-color: #999999;
}
.kalcerNlButton.buttonSecondary:hover {
	background-color: #b3b3b3;
}
.kalcerNlButton.buttonSecondary:last-child {
	margin: 10px 0 10px 0;
}
#kalcerNlContent input.textFields {
	box-sizing: border-box;
	width: 100%;
	display: block;
	margin-bottom: 35px;
}
#kalcerNlContent label.textFields {
	margin-bottom: 1px;
}
#kalcerNlContent .formLeft,
#kalcerNlContent .formRight {
	width: 48.5%;
}
#kalcerNlContent .formLeft {
	float: left;
}
#kalcerNlContent .formRight {
	float: right;
}
label.kalcerNlButton {
	padding-left: 40px;
}
/* Hide the browser's default radio button */
label.kalcerNlButton input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
label.kalcerNlButton .checkmark {
    position: absolute;
    top: 8px;
    left: 8px;
    height: 22px;
    width: 22px;
    background-color: #ffffff;
}
label.kalcerNlButton .checkmark.rounded {
    border-radius: 6px;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
label.kalcerNlButton .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
label.kalcerNlButton input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
label.kalcerNlButton .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #333333;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* COOKIES */
/* cookies box */
#CookiePrefDescription {
    max-height: none;
}
#BorlabsCookieBox p {
	font-size: 14px;
}
#BorlabsCookieBox ._brlbs-btn,
#BorlabsCookieBox .cookie-preference ._brlbs-btn {
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0px;
	font-weight: 400;
}
#BorlabsCookieBox ._brlbs-btn {
	padding: 12px 5px;
}
#BorlabsCookieBox .cookie-preference ._brlbs-btn {
	padding: 12px 25px;
}
@media only screen and (max-width: 992px) {
	.BorlabsCookie .col-sm-9 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.BorlabsCookie .col-sm-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
}
@media only screen and (max-width: 767px) {
	.BorlabsCookie .col-sm-9 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.BorlabsCookie .col-sm-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/*#BorlabsCookieBox>div.bottom-center:not(._brlbs-block-content) {
	top: 0px;
	bottom: auto;
}
#BorlabsCookieBox ._brlbs-bar-wrap._brlbs-position-fixed {
	position: absolute;
	top: 0px;
}*/

#CookieBoxTextDescription,
#CookiePrefDescription {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 10px 0 10px 0;
}
#CookiePrefDescription {
	padding: 20px 0 30px 0;
}
#CookiePrefSave {
	margin-left: 13px !importan;
}
#BorlabsCookieBox p,
#BorlabsCookieBox p {
	line-height: 1.66em;
}
#BorlabsCookieBox p b,
#BorlabsCookieBox p b {
	font-weight: bold;
}
._brlbs-actions,
._brlbs-actions-mobile {
	display: none !important;
}
p._brlbs-legal {
	display: none !important;
}
p._brlbs-refuse ._brlbs-separator,
p._brlbs-refuse a[data-cookie-refuse] {
	display: none !important;
}
p._brlbs-refuse a._brlbs-cursor {
	font-size: 14px;
	border-bottom: 1px dotted #474747 !important;	
}
p._brlbs-refuse a._brlbs-cursor:hover {
	font-size: 14px;
	color: #fc5f20 !important;
	border-bottom: 1px dotted #fc5f20 !important;
}
._brlbs-cursor.d-block {
	text-align: left;
}
#CookieBoxTextDescription p a,
#CookiePrefDescription a {
	color: #474747 !important;
	border-bottom: 1px dotted #474747 !important;
}
#CookieBoxTextDescription p a:hover,
#CookiePrefDescription a:hover {
	color: #fc5f20 !important;
	border-bottom: 1px dotted #fc5f20 !important;
}
#CookieBoxTextDescription a {
	color: #474747;
	border-bottom: 1px dotted #474747;
	font-weight: 500;
}
#CookieBoxTextDescription a:hover {
	color: #fc5f20;
	border-bottom: 1px dotted #fc5f20;
}
#BorlabsCookieBox ._brlbs-box,
#BorlabsCookieBox ._brlbs-bar {
	box-shadow: 0 -2px 8px rgba(0,0,0,0.3);
}
p._brlbs-accept a._brlbs-btn {
	display: inline-block;
	margin-right: 10px !important;
}
div.cookie-preference span._brlbs-h3 {
	display: block;
	padding-top: 10px;
	margin-bottom: 0px !important;
}
#BorlabsCookieBox .bcac-item ._brlbs-h4 {
	font-size: 17px;
	line-height: 1.4em;
	font-weight: 400;
}
span._brlbs-btn-switch-status {
	font-size: 12px;
}
div.d-flex.flex-row label.w-75 {
	width: 50% !important;
	padding-bottom: 5px;
}
div.d-flex.flex-row div.w-25.text-right {
	width: 50% !important;
}
div[data-cookie-accordion] {
	padding-bottom: 5px;
}

/* Content blocker */
@media only screen and (max-width: 480px) {
	.video-container {
		overflow: visible;
		z-index: 6000;
	}
	.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
		overflow: visible;
	}
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption {
	background: rgba(0, 0, 0, 0.5);
	padding: 25px;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p {
	color: #ffffff;
	line-height: 1.66em;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p {
	color: #ffffff;
	line-height: 1.66em;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption small {
	line-height: 1em;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p a {
	cursor: pointer !important;
	color: #ffffff !important;
	font-weight: 500 !important;
	border-bottom: 1px dotted #ffffff !important;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p a:hover {
	color: #fc5f20 !important;
	border-bottom: 1px dotted #fc5f20 !important;
}
.BorlabsCookie ._brlbs-video-youtube ._brlbs-caption p a._brlbs-btn {
	border-bottom: 0px none !important;
	border-radius: 0px;
	display: inline-flex;
	margin: 0px 0px 5px 0px;
	font-family: inherit;
	background-color: #008ecc;
    font-size: 15px;
    font-weight: 400;
	color: #ffffff;
    line-height: 15px;
    padding: 12px 25px;
    text-transform: none;
	border: 0 none;
	box-shadow: none;
	outline: none;
	letter-spacing: 0px;
}
.BorlabsCookie ._brlbs-video-youtube ._brlbs-caption p a._brlbs-btn:hover {
	background-color: #00a1e5;
	color: #ffffff !important;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p label {
	cursor: pointer;
}

/* Kalcer popups */
.pum-content.popmake-content {
	/*display: flex;
    flex-direction: column;
    align-items: flex-end;*/
	box-shadow: rgba(2, 2, 2, 0.6) 1px 1px 50px 20px;
}
.kalcerPopupContainer {
	
}
.kalcerPopupButtonContainer {
	display: flex;
	justify-content: flex-end;
	background: #fff;
	padding: 10px 15px 10px 0px;
}
.kalcerPopupClose,
.kalcerPopupCTA {
	padding: 10px 20px;
	color: #ffffff;
	margin: 0px 15px 0 0;
	cursor: pointer;
}
.kalcerPopupCTA a {
	color: #ffffff !important;
}
.kalcerPopupCTA a:hover {
	color: #ffffff !important;
}
.kalcerPopupClose {
	background-color: #041367;
}
.kalcerPopupCTA {
	background-color: #008ecc;
}
.kalcerPopupClose:hover {
	background-color: #354282;
}
.kalcerPopupCTA:hover {
	background-color: #00a1e5;
}