/*
Theme Name: Atlas Theme EU
Author: Venti
Author URI: http://venti.pl
Description: Theme by Venti
Version: 1.0
Text Domain: venti
*/

@font-face {
    font-family: 'CorporativeSansRd';
    src: url("./fonts/CorporativeSansRd/CorporativeSansRd-Regular.eot");
    src: url("./fonts/CorporativeSansRd/CorporativeSansRd-Regular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Regular.woff2") format("woff2"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Regular.woff") format("woff"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Regular.ttf") format("truetype"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Regular.svg#corporativesansrd") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'CorporativeSansRd-Thin';
    src: url("./fonts/CorporativeSansRd/CorporativeSansRd-Thin.eot");
    src: url("./fonts/CorporativeSansRd/CorporativeSansRd-Thin.eot?#iefix") format("embedded-opentype"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Thin.woff2") format("woff2"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Thin.woff") format("woff"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Thin.ttf") format("truetype"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Thin.svg#corporativesansrd") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'CorporativeSansRd-Light';
    src: url("./fonts/CorporativeSansRd/CorporativeSansRd-Light.eot");
    src: url("./fonts/CorporativeSansRd/CorporativeSansRd-Light.eot?#iefix") format("embedded-opentype"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Light.woff2") format("woff2"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Light.woff") format("woff"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Light.ttf") format("truetype"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Light.svg#corporativesansrd") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'CorporativeSansRd-Book';
    src: url("./fonts/CorporativeSansRd/CorporativeSansRd-Book.eot");
    src: url("./fonts/CorporativeSansRd/CorporativeSansRd-Book.eot?#iefix") format("embedded-opentype"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Book.woff2") format("woff2"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Book.woff") format("woff"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Book.ttf") format("truetype"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Book.svg#corporativesansrd") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
        font-family: 'CorporativeSansRd-Medium';
    src: url("./fonts/CorporativeSansRd/CorporativeSansRd-Medium.eot");
    src: url("./fonts/CorporativeSansRd/CorporativeSansRd-Medium.eot?#iefix") format("embedded-opentype"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Medium.woff2") format("woff2"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Medium.woff") format("woff"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Medium.ttf") format("truetype"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Medium.svg#corporativesansrd") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'CorporativeSansRd-Bold';
    src: url("./fonts/CorporativeSansRd/CorporativeSansRd-Bold.eot");
    src: url("./fonts/CorporativeSansRd/CorporativeSansRd-Bold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Bold.woff2") format("woff2"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Bold.woff") format("woff"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Bold.ttf") format("truetype"),
    url("./fonts/CorporativeSansRd/CorporativeSansRd-Bold.svg#corporativesansrd") format("svg");
    font-weight: normal;
    font-style: normal
}

* {
	box-sizing: border-box;
}

*:focus{
    outline: none !important;
}

html, body {
    margin-top: 0 !important;
	overflow-x: hidden;
}

ol, ul {
    margin: 0;
}

.clear {
	clear: both;
}

.mobilemenu {
	display: none;
}

.mobilemenu {
	display: none;
	position: absolute;
	z-index: 0;
	background: #4a8ac7;
	width: 100%;
	padding: 20px 0;
}

.mobilemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mobilemenu ul li {
	display: block;
}

.mobilemenu a {
	display: block;
	color: #fff;
	padding: 10px 20px;
}

.mobilemenu a:hover {
	background: rgba(255, 255, 255, 0.3);
}

.mobile-only {
    display: none;
}

#wpadminbar {
    bottom: 0;
    top: auto;
}

#wpadminbar .menupop .ab-sub-wrapper {
    bottom: 32px;
}

#container {
	position: relative;
	z-index: 1;
	background: #fff;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	min-height: 100vh;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
}

.page-width {
	max-width: 1280px;
	margin: auto;
}
@media (min-width: 960px) and (max-width: 1290px) {
    .page-width {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
}

.relative {
	position: relative;
}

.padder {
	padding-left: 16px;
	padding-right: 16px;
}

.homeslidervideogif {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 720px;
    overflow: hidden;
    background: #fff;
}

#videoSlider, #gifSlider {
    position: absolute;
    left: -999px;
    right: -999px;
    top: 0;
    width: 100%;
    height: auto;
    margin: auto;
}

.homeslider {
    position: absolute;
    height: 100%;
}

.homeslider .owl-item {
    width: 100%;
    height: 720px;
    float: left;
}

.homeslider .owl-item .slide {
    position: relative;
    width: 100vw;
    height: 100%;
    display: block;
    overflow: hidden;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.homeslider .owl-item .slide img {
    position: absolute;
    left: -999px;
    right: -999px;
    margin: auto;
    width: auto;
    height: 100%;
}

.homeslider .slide .slide-box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 350px;
    width: 50%;
    margin: auto;
    text-align: center;
}

.homeslider .owl-item .slide .slide-box .title {
    color: #fefefe;
    font-size: 69px;
    line-height: 68px;
    font-family: 'CorporativeSansRd', sans-serif;
    max-width: 750px;
    margin: 0 auto 10px;
}

.homeslider .owl-item .slide .slide-box .text {
    max-width: 425px;
    margin: 0 auto 25px auto;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    font-family: 'CorporativeSansRd', sans-serif;
    line-height: 22px;
}

.homeslider .owl-item .slide .slide-box .link {
    display: table;
    background: #e3312b;
    color: #fff;
    margin: auto;
    padding: 15px 30px;
    font-size: 17px;
    font-family: 'CorporativeSansRd', sans-serif;
    text-transform: uppercase;
}

.homeslider .owl-nav {
    display: none;
}

.homeslider-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 435px;
    width: 100%;
    max-width: 1360px;
    margin: auto;
}

.homeslider-nav .prev {
    background: rgba(255, 255, 255, 0.59) url('images/product-nav-left.png');
    float: left;
}

.homeslider-nav .next {
    background: rgba(255, 255, 255, 0.59) url('images/product-nav-right.png');
    float: right;
}

.homeslider-nav .prev,
.homeslider-nav .next {
    background-repeat: no-repeat;
    background-position: center center;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.social-menu-footer ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

.social-menu-footer ul li {
    display: block;
    margin-right: 4px;
    float: left;
}

.social-menu-footer ul li a[href*="facebook.com"] {
    background-image: url('images/social2/facebook.png');
    background-color: #fff;
}

.social-menu-footer ul li a[href*="youtube.com"] {
    background-image: url('images/social2/youtube.png');
    background-color: #fff;
}

.social-menu-footer ul li a[href*="linkedin"] {
    background-image: url('images/social2/linkedin.png');
    background-color: #fff;
}

.social-menu-footer ul li a[href*="instagram"] {
    background-image: url('images/social2/instagram.png');
    background-color: #fff;
}

.social-menu-footer ul li a[href*="tiktok.com"] {
    background-image: url('images/social2/tiktok.png');
    background-color: #fff;
}




.social-menu-footer {
    float: right;
    margin-bottom:70px;
}

.social-menu-footer-title {
    font-weight:bold;
    margin-bottom:10px;
    text-align:right;
    @media (max-width: 768px) {
        text-align:center;
    }
}




.breadcrumbs {
    padding: 20px 0;
    color: #919191;
    font-size: 15px;
    font-family: 'CorporativeSansRd-Book', sans-serif;
    list-style-type: none;
}

.breadcrumbs li {
    float: left;
}

.breadcrumbs li.clear {
    float: none;
}

.breadcrumbs li:before {
    content: ' / ';
    display: block;
    padding: 0 5px;
    float: left;
}

.breadcrumbs li:first-of-type:before,
.breadcrumbs li.clear:before {
    display: none;
}

.breadcrumbs a {
    color: #919191;
    font-size: 15px;
    font-family: 'CorporativeSansRd-Book', sans-serif;
}

.content {
    padding-bottom: 50px;
}

.content.hasmenu {
    width: 80%;
    padding-left: 35px;
    float: right;
}

.content .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.content .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.single-news-content a,
.single-news-content a * {
    color: var(--color-dark-blue) !important;
}

.leftmenu-mobile {
    display: none;
}

.leftmenu {
    width: 20%;
    margin-bottom: 30px;
    float: left;
}

.leftmenu ul,
.leftmenu-mobile ul {
    padding-left: 0;
    list-style-type: none;
}

.leftmenu .menu li a,
.leftmenu-mobile .menu li a {
    display: block;
    color: var(--color-dark-blue);
    font-size: 15px;
    width: 100%;
    height: 100%;
}

.leftmenu .sub-menu,
.leftmenu-mobile .sub-menu {
    display: none;
}

.leftmenu .menu .level-0 > a,
.leftmenu-mobile .menu .level-0 > a {
    background: var(--color-cultured);
    border-radius: 4px;
    margin-bottom: 1px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.leftmenu .menu .level-1 > a,
.leftmenu-mobile .menu .level-1 > a {
    padding: 12px 20px;
}

.leftmenu .menu .level-2 > a,
.leftmenu-mobile .menu .level-2 > a {
    padding: 10px 20px 10px 50px;
}

.leftmenu .menu .level-3 > a,
.leftmenu-mobile .menu .level-3 > a {
    padding: 10px 20px 10px 70px;
}

.leftmenu .menu .current-menu-ancestor > .sub-menu,
.leftmenu .menu .current-menu-item > .sub-menu {
    display: block;
}

.leftmenu .menu .current-menu-item > a,
.leftmenu-mobile .menu .current-menu-item > a {
    border-radius: 4px;
    background: var(--color-dark-blue);
    color: #fff;
}

.leftmenu-mobile {
    margin-bottom: 20px;
}

.leftmenu-mobile .menu li a {
    position: relative;
    font-size: 11px;
    font-family: 'CorporativeSansRd', sans-serif;
    text-transform: uppercase !important;
    background: var(--color-light-grey);
    margin-bottom: 1px;
    text-decoration: none;
}

.leftmenu-mobile .menu li.level-0 > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
}

.leftmenu-mobile .menu .level-2 > a {
    padding-left: 40px;
}

.leftmenu-mobile .menu .level-3 > a {
    padding-left: 65px;
}

.leftmenu-mobile .menu .level-4 > a {
    padding-left: 90px;
}

.leftmenu-mobile .menu li.menu-item-has-children a .arrow {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url('images/productmenumobile-arrow.png') no-repeat;
    background-position: center center;
    width: 50px;
    height: 100%;
    transition-duration: 250ms;
}

.leftmenu-mobile .menu li.menu-item-has-children a.expanded .arrow {
    transform: rotate(180deg);
}

.leftmenu-mobile .menu li.menu-item-has-children.current-menu-item > a .arrow {
    background-image: url('images/productmenumobile-arrow-white.png');
}



.footer-newsletter-title {
	font-size: 16px;
	color: #3b8fee;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
}

.footer-newsletter-input {
	font-size: 13px;
	color: var(--color-black);
	padding: 8px 12px;
	width: 280px;
	margin-top: 15px;
	border: 1px solid #bdbdbd;
}

.footer-newsletter-input::-webkit-input-placeholder,
.footer-newsletter-input::-webkit-input-placeholder,
.footer-newsletter-input::-webkit-input-placeholder,
.footer-newsletter-input::-webkit-input-placeholder {
	color: #2e2e2e;
}

.footer-newsletter-submit {
	position: absolute;
	top: 22px;
	right: 9px;
	width: 22px;
	height: 22px;
	border: none;
	background: url('images/newsletter-input.png');
}

.footer-menu-col-1,
.footer-menu-col-2,
.footer-menu-col-3,
.footer-menu-col-4 {
    width: 25%;
    min-height: 50px;
	float: left;
}

.footer-newsletter {
	float: right;
    display: none;
}

.footer-middle-row {
	background-color: #2661b7;
	padding-top: 30px;
	padding-bottom: 45px;
}

.footer-label-title {
	color: #6093de;
	font-size: 13px;
}

.footer-text-box {
	float: left;
	line-height: 16px;
}

.footer-text-box-1 table tr td:first-child {
	padding-right: 33px;
}

.copyright-spacer {
	padding-left: 5px;
	padding-right: 5px;
}

.product-badge {
    position: absolute;
    z-index: 2;
    width: 79px;
    height: 79px;
    line-height: 79px;
    font-size: 11px;
        font-family: 'CorporativeSansRd-Medium', sans-serif;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
}

.product-badge.new {
    color: #fff;
}

.product-badge.promotion {
    color: #644b4b;
}

.product-badge.withdrawn {
    color: #fff;
    padding-top: 28px;
    line-height: 12px;
}

.page-template-page-template-consultants .services-icons,
.page-template-page-template-wheretobuy .services-icons,
.page-template-page-template-findprofessionals .services-icons {
    margin-top: 30px;
    margin-bottom: 30px;
}

.services-icons .service.print-to-pdf {
    float: right;
    text-transform: uppercase;
    color: #1c4088;
    margin-right: 0;
    overflow: hidden;
}

.services-icons .service.print-to-pdf--en {
    width: 175px;
}

.services-icons .service.print-to-pdf--en span {
    width: 130px;
}

.services-icons .service.print-to-pdf img {
    width: 40px;
    height: 40px;
}

.content.awards-list .gotop,
.content.docs-list .gotop {
    position: relative;
    color: #626262;
    padding-right: 15px;
    font-size: 13px;
    text-decoration: none;
    float: right;
}

.content.awards-list .gotop:after,
.content.docs-list .gotop:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    background: url('images/gotop-icon.png');
    width: 9px;
    height: 13px;
}

.content.refobjects-single .related-products {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
}

.content.refobjects-single .related-products-slider {
    margin-top: 25px;
    overflow: hidden;
}

.content.refobjects-single .related-products-slider > .product-slide {
    width: 25%;
    float: left;
}

.content.refobjects-single .related-products-slider .owl-item {
    float: left;
}

.content.refobjects-single .related-products-slider .product-slide {
    padding: 0 10px;
    text-align: center;
}

.content.refobjects-single .related-products-slider .product-slide {
    margin-bottom: 50px;
}

.content.refobjects-single .related-products-slider .product-slide .image {
    display: block;
    position: relative;
    width: 100%;
    height: 175px;
}

.content.refobjects-single .related-products-slider .product-slide img {
    display: block;
    position: absolute;
    left: -999px;
    right: -999px;
    top: -999px;
    bottom: -999px;
    margin: auto;
    max-width: 95%;
    max-height: 175px;
    transform: rotateX(0deg);
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.content.refobjects-single .related-products-slider .product-slide:hover img {
    transform: rotateX(0deg) scale(1.1);
}

.content.refobjects-single .related-products-slider .product-slide .name {
    color: var(--color-black);
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    padding-top: 20px;
    display: block;
}

.content.refobjects-single .related-products-slider .product-slide .desc {
    font-size: 13px;
    font-weight: 300;
}

.product-slide .product-link:hover,
.product-slide .product-link:focus {
    text-decoration: none;
}

.product-slide .product-link .links .more:hover,
.product-slide .product-link .links .more:focus {
    text-decoration: underline;
}

.product-link .desc {
    color: #333;
}

.product-link {
    height: 455px;
    display: block;
}

.content.refobjects-single .owl-nav {
    display: none;
}

.content.refobjects-single .nav-container,
.content .gallery .nav-container {
    position: relative;
}

.content.refobjects-single .nav-left,
.content .gallery .nav-left {
    background: url('images/product-nav-left.png') no-repeat;
    left: 0;
}

.content.refobjects-single .nav-right,
.content .gallery .nav-right {
    background: url('images/product-nav-right.png') no-repeat;
    right: 0;
}

.content.refobjects-single .related-products .nav,
.content .gallery .nav {
    position: absolute;
    z-index: 10;
    top: 130px;
    width: 44px;
    height: 44px;
    background-position: center center;
    cursor: pointer;
    background-color:rgba(244, 247, 250, 0.5215686275);
    border-radius: 50%;
}

.content .gallery .nav-container {
    position: relative;
}

.content .gallery .nav {
    top: 100px;
}

.no-comments {
    display: none;
}

.comments-summary-header .star,
.comment-header .star {
    margin-right: 3px;
}

.comments-summary-body {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.comments-summary-body > .left-col,
.comments-summary-body > .right-col {
    flex: 1;
}

.comments-summary-body > .right-col {
    text-align: center;
    font-size: 22px;
}

.comments-summary-body > .right-col .bold {
    font-weight: 700;
}

.comments-pagination {
    text-align: right;
    margin-top: 20px;
}

.comments-pagination .pagination-item {
    margin-right: 5px;
}

.comments-pagination .pagination-item.active {
    text-decoration: none;
}

.content h1.pagetitle {
    color: var(--color-dark-blue);
    margin-top: 5px;
    font-size: 35px;
    font-family: 'CorporativeSansRd', sans-serif;
    margin-bottom: 20px;
}

.single-venti_obiekty_ref .content h1.pagetitle {
    margin-top: -5px;
}

.content.product-category {
    overflow: hidden;
}

.content.product-category h1 {
    color: var(--color-dark-blue);
    font-size: 35px;
    font-family: 'CorporativeSansRd', sans-serif;
}

.content.product-category .not-found {
    margin: 20px 0;
    color: #919191;
    font-size: 15px;
    font-family: 'CorporativeSansRd-Book', sans-serif;
}

.content.product-category .pagination-box.bottom {
    padding: 80px 0 30px;
}

.content.product-category .pagination-box .showall {
    color: var(--color-light-blue);
    line-height: 23px;
    margin-right: 45px;
        font-family: 'CorporativeSansRd', sans-serif;
    float: left;
}

.content.product-category .pagination-box .showall:hover{
    color: var(--color-dark-blue);
}

.content .pagination-box {
    padding: 25px 0;
    float: right;
}

.content .pagination-box .paginator {
    float: left;
}

.content .pagination-box .paginator a,
.content .pagination-box .paginator span.number {
    display: inline-block;
    width: 23px;
    margin: 0 4px;
    color: var(--color-dark-blue);
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 13px;
        font-family: 'CorporativeSansRd-Medium', sans-serif;
	text-decoration: none;
}

.content .pagination-box .paginator .number.active {
    color: #fff;
    background: var(--color-dark-blue);
}

.content .pagination-box .show-all {
    margin-left: 20px;
    line-height: 23px;
}

.content.product-category .product-box {
    position: relative;
    width: 33.333%;
    height: 540px;
    border-top: 1px solid #e3e4e4;
    border-right: 1px solid #e3e4e4;
    padding: 40px 20px;
    float: left;
}

.content.product-category .product-box .image {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

.content.product-category .product-box .image img {
    display: block;
    position: absolute;
    left: -999px;
    right: -999px;
    top: -999px;
    bottom: -999px;
    margin: auto;
    max-width: 95%;
    max-height: 200px;
    transform: rotateX(0deg);
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.content.product-category .product-box:hover .image img {
    transform: rotateX(0deg) scale(1.1);
}

.content.product-category .product-box .name {
    color: var(--color-black);
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
}

.content.product-category .product-box .desc {
    max-height: 72px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    overflow: hidden;
    color: var(--color-grey);
}

.content.product-category .product-box:nth-of-type(3n-2) {
    clear: both;
}

.content.product-category .product-box:nth-of-type(3n) {
    border-right: none;
}

.content.product-category .product-box:nth-of-type(1),
.content.product-category .product-box:nth-of-type(2),
.content.product-category .product-box:nth-of-type(3) {
    border-top: none;
}

.content.product-category .product-box .properties {
    max-height: 80px;
    margin-bottom: 75px;
    overflow: hidden;
}

.content.product-category .product-box .links {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 23px;
}

.content.product-category .product-box .links .more {
    line-height: 36px;
    color: var(--color-light-blue);
    font-size: 12px;
    font-family: 'CorporativeSansRd-Medium', sans-serif;
    text-transform: uppercase;
}


.content.product-category .product-box .links .more:hover{
    color: var(--color-dark-blue);
}

.content.product-category .product-box .links .compare {
    color: var(--color-dark-blue);
    border: 1px solid #d7d7d7;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 12px;
    float: right;
}

.content.product-category .product-box .links .compare:before {
    content: '';
    display: block;
    background: url('images/product-icon-compare.png') no-repeat;
    width: 24px;
    height: 35px;
    margin-right: 8px;
    float: left;
}

.content.product-category .product-box.empty {
    border-right: none;
}

.content.refobjects-list .filter-form {
    margin-bottom: 30px;
}

.content.refobjects-list .filter-form .multiselect-native-select {
    flex: 1;
}

.content.refobjects-list .filter-form .multiselect-native-select .btn-group {
    width: 100%;
}

.content.refobjects-list .refobject-box {
    width: 25%;
    padding: 0 4px;
    margin-bottom: 35px;
    float: left;
}

.content.refobjects-list .refobject-box:nth-of-type(4n-3) {
    clear: both;
}

.content.refobjects-list .refobject-box .image {
    display: block;
    position: relative;
    width: 100%;
    height: 205px;
    margin-bottom: 20px;
    overflow: hidden;
}

.content.refobjects-list .refobject-box .image img {
    display: block;
    position: absolute;
    left: -999px;
    right: -999px;
    top: -999px;
    bottom: -999px;
    margin: auto;
    width: auto;
    height: 100%;
    transform: rotateX(0deg);
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.content.refobjects-list .refobject-box:hover .image img {
    transform: rotateX(0deg) scale(1.05);
}

.content.refobjects-list .refobject-box .name {
    display: block;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0 5px;
}

.content.refobjects-list .refobject-box .name:hover{
    text-decoration: unset !important;
}

.content.refobjects-list .refobject-box .desc {
    font-weight: 300;
    padding: 0 5px;
    font-size: 14px;
}

.content.refobjects-list .filter-form .selected-filters {
    margin-top: 30px;
    margin-left: 5px;
}

.content.refobjects-list .filter-form .selected-filters .title,
.content.trainings-list .selected-filters .title {
    color: var(--color-dark-blue);
    font-weight: 600;
    margin-bottom: 20px;
}

.content.refobjects-list .filter-form .selected-filters .filters,
.content.trainings-list .selected-filters .filters {
    color: #6a6a6a;
    font-weight: 300;
}

.content.refobjects-list .filter-form .selected-filters .filters .sep,
.content.trainings-list .selected-filters .filters .sep {
    padding: 0 20px;
}

.content.refobjects-list .not-found,
.content.trainings-list .not-found {
    color: #323232;
    padding: 50px 5px 80px 5px;
    font-size: 17px;
}

.content.refobjects-single .back-to-list {
    padding-bottom: 20px;
    text-decoration: none;
    float: left;
}

.content.refobjects-single .paginator,
.content.single-manager .paginator {
    color: var(--color-dark-blue);
    font-size: 13px;
        font-family: 'CorporativeSansRd-Medium', sans-serif;
    padding-bottom: 20px;
    float: right;
}

.content.refobjects-single .paginator .prev,
.content.refobjects-single .paginator .next,
.content.single-manager .paginator .prev,
.content.single-manager .paginator .next {
    display: block;
    color: var(--color-dark-blue);
    letter-spacing: 1px;
    text-decoration: none;
    float: left;
}

.content.refobjects-single .paginator .counter,
.content.single-manager .paginator .counter {
    padding: 0 35px;
    float: left;
}

.content.refobjects-single .gallery {
    width: 37%;
    margin-right: 3%;
    float: left;
}

.content.refobjects-single .gallery .mainimg {
    display: block;
    max-height: 310px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

.content.refobjects-single .gallery .mainimg img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 310px;
}

.content.refobjects-single .gallery .thumbs {
    margin: 0 25px;
    overflow: hidden;
}

.content.refobjects-single .gallery .thumbs > .thumb-item {
    display: inline-block;
    width: 33%;
    padding: 0 3px;
    float: none;
}

.content.refobjects-single .gallery .thumbs .owl-item {
    padding: 0 3px;
    float: left;
}

.content.refobjects-single .gallery .thumbs .owl-item a,
.content.refobjects-single .gallery .thumbs .thumb-item a {
    display: block;
    position: relative;
    width: 100%;
    height: 88px;
    overflow: hidden;
}

.content.refobjects-single .gallery .thumbs .owl-item img,
.content.refobjects-single .gallery .thumbs .thumb-item img {
    display: block;
    position: absolute;
    left: -999px;
    right: -999px;
    top: -999px;
    bottom: -999px;
    margin: auto;
    max-width: 100%;
    cursor: pointer;
}

.content.refobjects-single .thumbs-container {
    position: relative;
}

.content.refobjects-single .nav-left {
    background: url('images/product-nav-left.png') no-repeat;
    left: 0;
}

.content.refobjects-single .nav-right {
    background: url('images/product-nav-right.png') no-repeat;
    right: 0;
}

.content.refobjects-single .gallery .nav {
    position: absolute;
    z-index: 10;
    top: 40px;
    width: 15px;
    height: 15px;
    background-position: center center;
    cursor: pointer;
}

.content.refobjects-single .info {
    width: 60%;
    float: right;
}

.content.refobjects-single .info.mobile {
    display: none;
    width: 100%;
    float: none;
}

.content.refobjects-single .info .pagetitle {
    margin-bottom: 5px;
}

.content.refobjects-single .info .city {
    color: #727272;
    margin-bottom: 25px;
    font-size: 25px;
    font-family: 'CorporativeSansRd-Book', sans-serif;
}

.content.refobjects-single .info table {
    width: 100%;
}

.content.refobjects-single .info table td {
    width: 50% !important;
    padding: 10px 15px 20px;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    vertical-align: top;
}

.content.refobjects-single .info table td p {
    margin: 0;
    padding: 0;
}

.content.refobjects-single .info table tr td:first-of-type {
    border-left: none;
}

.content.refobjects-single .info table td strong {
    color: var(--color-dark-blue);
    font-size: 22px;
    font-weight: 400;
    font-family: 'CorporativeSansRd', sans-serif;
}

.content.refobjects-single .heading {
    color: var(--color-dark-blue);
    margin-top: 40px;
    font-size: 22px;
    font-family: 'CorporativeSansRd', sans-serif;
}


.page .fancybox-bg,
.single .fancybox-bg {
    background: rgba(13, 22, 32, 0.97);
}

.page .fancybox-container--ready .fancybox-bg,
.single .fancybox-container--ready .fancybox-bg {
    opacity: 0.97;
}

.single .fancybox-button--left::after,
.page .fancybox-button--left::after,
.page .fancybox-button--right::after,
.single .fancybox-button--right::after {
    width: 10px;
    height: 10px;
}

.page .fancybox-infobar,
.single .fancybox-infobar {
    width: 100%;
    background: none;
}

.page .fancybox-infobar .fancybox-infobar__body,
.single .fancybox-infobar .fancybox-infobar__body {
    display: none;
}

.single .fancybox-infobar .fancybox-button--left,
.page .fancybox-infobar .fancybox-button--left,
.page .fancybox-infobar .fancybox-button--right,
.single .fancybox-infobar .fancybox-button--right {
    position: absolute;
    top: calc(40vh);
    background: none;
}

.page .fancybox-infobar .fancybox-button--left,
.single .fancybox-infobar .fancybox-button--left {
    left: 5% !important;
}

.page .fancybox-infobar .fancybox-button--right,
.single .fancybox-infobar .fancybox-button--right {
    right: 5% !important;
}

.page .fancybox-thumbs,
.single .fancybox-thumbs {
    top: auto;
    bottom: 20px;
    width: 100%;
    background: none !important;
}

.page .fancybox-thumbs ul,
.single .fancybox-thumbs ul {
    display: table;
    width: auto;
    margin: auto;
    text-align: center;
}

.page .fancybox-thumbs ul li,
.single .fancybox-thumbs ul li {
    display: inline-block;
    border-color: transparent;
    float: none;
}

.page .fancybox-slider-wrap,
.single .fancybox-slider-wrap,
.page .fancybox-caption-wrap,
.single .fancybox-caption-wrap,
.page .fancybox-controls,
.single .fancybox-controls {
    right: 0 !important;
}

.page .fancybox-controls .fancybox-button.fancybox-button--thumbs,
.single .fancybox-controls .fancybox-button.fancybox-button--thumbs {
    display: none !important;
}

.page .fancybox-controls .fancybox-button.fancybox-button--close,
.single .fancybox-controls .fancybox-button.fancybox-button--close {
    background: none;
}

.page .fancybox-caption-wrap,
.single .fancybox-caption-wrap {
    display: block;
    background: none;
    bottom: 100px;
    text-align: center;
    margin: auto;
    padding: 0;
    height: 30px;
    line-height: 30px;
}

.page .fancybox-caption,
.single .fancybox-caption {
    display: table;
    border-top: none;
    margin: auto;
    padding: 0 20px;
    line-height: inherit !important;
    font-size: 15px !important;
}

.page .fancybox-placeholder,
.single .fancybox-placeholder {
    margin-top: -4%;
}

.page .fancybox-thumbs-active:before,
.single .fancybox-thumbs-active:before {
    border: 2px solid #fff;
    border-radius: 0;
}

.page .fancybox-image,
.single .fancybox-image {
    width: auto;
    max-height: 65vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.leftmenu .level--1 > .sub-menu {
    display: block !important;
}

.product-review-popup.overlay {
    display: none;
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.91);
}

.product-review-popup .popup {
    position: fixed;
    background: #fff;
    width: 95%;
    max-width: 580px;
    margin: auto;
    padding: 55px;

    -webkit-box-shadow:  0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:  0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow:  0 0 20px rgba(0, 0, 0, 0.1);
}

.product-review-popup .popup .close-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #161f92;
    font-size: 18px;
        font-family: 'CorporativeSansRd-Medium', sans-serif;
    cursor: pointer;
}

.product-review-popup .popup .close-btn:hover {
    color: #000;
}

.product-review-popup .popup .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-review-popup .popup .description .icon {
    margin-left: 25px;
    float: right;
}

.product-review-popup .popup .description .text {
    font-weight: 600;
}

.product-review-popup .popup .loginform {
    margin-top: 20px;
    text-align: center;
}

.product-review-popup .popup .loginform input {
    width: 100%;
    height: 43px;
    line-height: 43px;
    background: #f3f3f3 url('images/asterisk.png') no-repeat;
    background-position: right 15px center;
    border: none;
    margin-bottom: 15px;
    padding: 0 23px;
    font-size: 13px;
    font-weight: 300;
}

.product-review-popup .popup .submit,
.product-review-popup .popup .register {
    display: table;
    background: #26589c;
    border: none;
    color: #fff;
    margin: auto;
    margin-top: 20px;
    padding: 10px 50px;
}

.product-review-popup .popup .submit:hover,
.product-review-popup .popup .register:hover {
    text-decoration: underline;
}

.product-review-popup .popup .submit {
    margin-bottom: 15px;
}

.product-review-popup .popup .submit.loading {
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    color: transparent;
}

.product-review-popup .popup .infotext {
    padding-top: 15px;
}

.product-review-popup .popup .message {
    font-size: 13px;
    margin-bottom: 30px;
}

.product-review-popup .popup .screen-rating .message {
    margin-bottom: 5px;
    text-align: center;
}

.product-review-popup .popup .message.type-error {
    color: #ff0000;
}

.product-review-popup .popup .screen-rating .loggedas {
    font-size: 13px;
    font-weight: 600;
}

.product-review-popup .popup .screen-rating .fachowiec-name {
    color: #26589c;
    font-size: 18px;
    font-weight: 600;
    float: left;
}

.product-review-popup .popup .screen-rating .logout {
    font-size: 13px;
    float: right;
}

.product-review-popup .popup .screen-rating .rate-box {
    padding-top: 20px;
}

.product-review-popup .popup .screen-rating .rate-box .subtitle {
    font-weight: 600;
    margin-bottom: 10px;
}

.product-review-popup .popup .screen-rating .rate-box textarea {
    background: #f3f3f3 url('images/asterisk.png') no-repeat;
    background-position: right 15px top 20px;
    border: none;
    width: 100%;
    height: 180px;
    padding: 15px 20px;
    resize: none;
    font-weight: 300;
}

.product-review-popup .popup .screen-rating .rate-box .rate-control {
    padding-bottom: 25px;
    float: left;
}

.product-review-popup .popup .screen-rating .rate-box .rate-control .rate-minus,
.product-review-popup .popup .screen-rating .rate-box .rate-control .rate-plus {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    float: left;
}

.product-review-popup .popup .screen-rating .rate-box .rate-control .stars {
    padding: 5px 0;
    float: left;
}

.product-review-popup .popup .screen-rating .rate-box .rate-control .stars .star {
    margin: 0 2px;
}

.product-review-popup .popup .screen-rating .rate-box .rate-summary {
    padding-left: 10px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 300;
    float: left;
}

.product-review-popup .popup .screen-rating .rate-box .rate-summary .current-rate {
    display: block;
    width: 20px;
    margin-right: 5px;
    text-align: right;
    font-weight: 600;
    float: left;
}

.product-review-popup .popup .screen-thankyou {
    padding: 130px 0;
    text-align: center;
}

.product-review-popup .popup .screen-thankyou .text {
    padding-top: 20px;
    font-size: 13px;
    font-weight: 600;
}

.custom-map-iframe {
    opacity: 0;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 600px;
    background: #fff;
    border: none;
    overflow: hidden;
}

.custom-map-overlay {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    background: #26589c;
    color: #fff;
    text-align: center;
    opacity: 0.8;
}

.custom-map-overlay .center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
}

.custom-map-overlay .center img {
    display: block;
    height: 70px;
    margin: 20px auto;
}

.custom-map-overlay .center span {
    color: #fff;
    font-size: 13px;
}

.custom-map-container {
    position: relative;
}

.custom-map-container #map {
    height: 480px;
    margin-bottom: 20px;
}

.custom-map-container .control-group .multiselect-native-select {
    display: block;
    width: 100%;
}

.custom-map-container .control-group .multiselect-native-select .btn-group {
    width: 100%;
}

.custom-map-container .control-group .multiselect-native-select .btn-group .multiselect {
    font-weight: 400;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.custom-map-container .control-group input,
.custom-map-container .control-group select {
}

.select2-container {
    z-index: 1000;
}

.custom-map-container .control-group .select2-container {
    display: block;
    width: 100% !important;
    outline: 0;
    float: none;
    z-index: 100;
    outline: 0 !important;
}

.select-group .select2-container {
    width: 100% !important;
}

.custom-map-container .control-group.with-label .select2-container {
    width: 70% !important;
}

.select2-container--disabled .select2-selection__rendered {
    color: #bababa;
    cursor: not-allowed;
}

.custom-map-container .control-group select.wide {
    width: 100%;
}

.select2-selection--single {
    margin-bottom: 0 !important;
    height: 36px !important;
    border: none !important;
    outline: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    background: #fff;
    outline: 1px #DCDCDC solid !important;
    border-radius: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 36px !important;
    background: url('images/multiselect-caret.png') no-repeat;
    background-position: center center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.custom-map-container .control-group.with-label {
    padding-left: 35px;
}

.custom-map-container .control-group.custom-select-inside {
    padding: 0 1px;
    position: relative;
}

.custom-map-container .control-group.custom-select-inside .arrow {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 43px;
    background: #f3f3f3 url('images/multiselect-caret.png') no-repeat;
    background-position: right 20px top 20px;
}

.custom-map-container .paginator {
    padding-top: 70px;
    float: right;
}

.custom-map-container .paginator .page {
    display: block;
    width: 30px;
    height: 25px;
    line-height: 25px;
    color: var(--color-dark-blue);
    margin: 0 4px;
    text-align: center;
    font-size: 13px;
        font-family: 'CorporativeSansRd-Medium', sans-serif;
    text-decoration: none;
    float: left;
}

.custom-map-container .paginator .page.dots {
    width: 15px;
}

.custom-map-container .paginator .page.arrow-left {
    margin-left: 0;
    margin-right: 12px;
}

.custom-map-container .paginator .page.arrow-right {
    margin-left: 12px;
    margin-right: 0;
}

.custom-map-container .paginator .page.active {
    background: var(--color-dark-blue);
    color: #fff;
}

.content.map-professionals {
    position: relative;
    overflow: hidden;
}

.content.map-professionals .page-content {
    margin-top: 35px;
    margin-bottom: 40px;
    font-weight: 300;
}

.search-results-title {
    color: var(--color-dark-blue);
    font-size: 25px;
    font-family: 'CorporativeSansRd', sans-serif;
    padding: 20px 0;
}

.search-results .result-row {
    padding: 20px 15px;
    border-top: 1px solid var(--color-light-grey);
}

.search-results .result-row:nth-of-type(2n) {
    background: var(--color-cultured);
}

.search-results .result-row .images {
    width: 23%;
    text-align: center;
    float: left;
}

.search-results .result-row .images .professional-badge {
    margin-bottom: 35px;
    text-align: left;
}

.search-results .result-row .images .marker-trigger {
    cursor: pointer;
}

.search-results .result-row .route {
    display: block;
    width: 17%;
    padding: 50px 0;
    float: left;
}

.search-results .result-row .route a {
    display: block;
    color: #000;
    margin: auto;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.search-results .result-row .route a:hover {
    text-decoration: underline;
}

.search-results .result-row .route img {
    display: block;
    margin: 15px auto;
}

.search-results .result-row .info {
    width: 60%;
    float: left;
}

.page-template-default .content h1.pagetitle,
.content.magazyny h1.pagetitle,
.content.awards-list h1.pagetitle,
.single h1.pagetitle {
    margin-bottom: 20px;
}

.page-template-default .content table {
    width: 100%;
    table-layout: fixed;
}

.single-news-content table {
    margin: auto;
}

.page-template-default .content table tbody,
.page-template-default .content table tbody tr,
.single-news-content table tbody,
.single-news-content table tbody tr {
    width: 100%;
}

.page-template-default .content table tr td,
.single-news-content table tr td {
    width: auto !important;
    padding: 8px 12px;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #ececec;
    font-weight: 300;
    line-height: 26px;
}
.page-template-default .content table tr td:first-child,
.single-news-content table tr td:first-child {
    border-left: 1px solid #ececec;
}

.page-template-default .content table tr td:last-of-type {
    border-right: none;
}

.page-template-default .content table tr:first-of-type td,
.single-news-content table tr:first-of-type td {
    border-top: 1px solid #d7d7d7;
}

.page-template-default .content table thead td,
.page-template-default .content table tbody th,
.single-news-content table thead td,
.single-news-content table tbody th {
    background: var(--color-dark-blue);
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: middle;
}

.single-news-content table thead td,
.single-news-content table tbody th {
    padding: 8px 12px;
}

.page-template-default .content table thead td p,
.page-template-default .content table tbody th p,
.single-news-content table thead td p,
.single-news-content table tbody th p {
    color: #fff;
    margin: 0;
    padding: 8px 12px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.infoslider-container {
    background: var(--color-light-grey);
    margin-top: 10px;
}

.infoslider-container .page-width {
    position: relative;
}

.infoslider-container .inner {
    background: url('images/icon-important.png') no-repeat;
    background-position: left 20px top;
    color: #002c5d;
    padding: 35px 0 35px 75px;
    font-size: 17px;
    font-family: 'CorporativeSansRd-Light';
    overflow: hidden;
}

.infoslider-container .inner .slide {
    display: none;
}

.infoslider-container .inner .slide:first-of-type {
    display: block;
}

.infoslider-container .inner .owl-item {
    width: 100%;
    float: left;
}

.infoslider-container .inner .owl-nav {
    display: none;
}

.infoslider-container .nav {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.infoslider-container .nav div {
    width: 9px;
    height: 14px;
    margin-left: 15px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
}

.infoslider-container .nav .prev {
    background-image: url('images/infoslider-prev.png');
}

.infoslider-container .nav .next {
    background-image: url('images/infoslider-next.png');
}

.infoslider-container .nav .pause {
    background-image: url('images/infoslider-pause.png');
}

.infoslider-container .nav .play {
    display: none;
    background-image: url('images/infoslider-play.png');
}

.blueboxes-container {
    background: var(--color-dark-blue);
    padding: 35px 0;
}

.blueboxes-container .box {
    width: 33.33%;
    padding: 0 7px;
    color: #fff;
    float: left;
}

.blueboxes-container .box .image {
    display: block;
    position: relative;
    background: #000;
    height: 188px;
    margin-bottom: 20px;
    overflow: hidden;
}

.blueboxes-container .box.video .image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('images/blueboxes-play.png') no-repeat;
    width: 64px;
    height: 64px;
    margin: auto;
}

.blueboxes-container .box.video .image.videoloaded:before {
    display: none;
}

.blueboxes-container .box.video .image iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.blueboxes-container .box .title {
    display: block;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

.blueboxes-container .box .text {
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 300;
}

.bottomboxes-container {
    padding-top: 45px;
    padding-bottom: 30px;
}

.bottomboxes-container .section-title {
    color: var(--color-dark-blue);
    margin-bottom: 20px;
    font-size: 50px;
    font-family: 'CorporativeSansRd', sans-serif;
}

.bottomboxes-container .box {
    width: 33.33%;
    margin-bottom: 10px;
    padding: 0 6px;
    float: left;
}

.bottomboxes-container .box:nth-of-type(3n-2) {
    clear: both;
}

.bottomboxes-container .box.pf {
    position: relative;
    height: 165px;
    margin-top: -40px;
    padding-top: 40px;
}

.bottomboxes-container .box.pf:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('images/bottombox_pf.png') no-repeat;
    width: 161px;
    height: 165px;
}

.bottomboxes-container .box.clickable {
    cursor: pointer;
}

.bottomboxes-container .box .boxinner {
    background-size: cover;
    background-position: center center;
    height: 125px;
    padding: 10px 30px;
}

.bottomboxes-container .box.pf .boxinner {
    padding-left: 170px;
}

.bottomboxes-container .box .boxinner .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.bottomboxes-container .box .boxinner .subtitle {
    height: 34px;
    font-size: 13px;
    line-height: 17px;
}

.bottomboxes-container .box .boxinner .button {
    display: table;
    background: #fff;
    color: #003e88;
    height: 34px;
    line-height: 34px;
    margin-top: 10px;
    padding: 0 20px;
    font-size: 13px;
    font-family: 'CorporativeSansRd', sans-serif;
    text-transform: uppercase;
}

.magazyny-container .magazine {
    width: 50%;
    padding: 30px 7px;
    float: left;
}

.magazyny-container .magazine:nth-of-type(2n-1) {
    clear: both;
}

.magazyny-container .magazine .image {
    width: 37%;
    margin-right: 3%;
    padding-top: 20px;
    float: left;
}

.magazyny-container .magazine .image img {
    max-width: 100%;
}

.magazyny-container .magazine .info {
    width: 60%;
    float: right;
}

.magazyny-container .magazine .info .title {
    color: var(--color-dark-blue);
    font-size: 22px;
}

.magazyny-container .magazine .info .subtitle {
    color: var(--color-dark-blue);
    font-size: 16px;
    margin-bottom: 20px;
}

.magazyny-container .magazine .info .desc {
    color: #000;
    font-family: 'CorporativeSansRd-Light';
    line-height: 23px;
    margin-bottom: 25px;
}

.magazyny-container .magazine .info .desc p {
    margin-bottom: 0;
}

.magazyny-container .magazine .info .desc ul {
    list-style-type: none;
    padding-left: 0;
}

.magazyny-container .magazine .info .desc ul li:before {
    content: ' - ';
}

.magazyny-container .magazine .info .links .online {
    color: var(--color-dark-blue);
    float: left;
}

.magazyny-container .magazine .info .links .download {
    margin-top: -10px;
    float: right;
}

.content.awards-list .interval-selector {
    display: block;
    width: 100%;
    color: #c2c2c2;
    padding: 25px 0;
    text-align: right;
    line-height: 30px;
    float: right;
}

.content.awards-list .interval-selector .main-label {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    margin-right: 20px;
    padding-top: 1px;
    float: left;
}

.content.awards-list .interval-selector .interval {
    white-space: nowrap;
    color: var(--color-light-blue);
    font-size: 13px;
        font-family: 'CorporativeSansRd-Medium', sans-serif;
    letter-spacing: 2px;
}

.content.awards-list .interval-selector .sep {
    padding: 0 15px;
}

.content.awards-list .awards-container {
    clear: both;
}

.content.awards-list .awards-container .section {
    border-top: 1px solid #e2e3e3;
    padding-bottom: 25px;
}

.content.awards-list .awards-container .section:first-of-type {
    border-top: none;
}

.content.awards-list .awards-container .section:first-of-type .section-title {
    padding-top: 0;
}

.content.awards-list .awards-container .section-title {
    color: var(--color-dark-blue);
    font-size: 22px;
    padding: 30px 0;
    float: left;
}

.content.awards-list .awards-container .gotop {
    margin-top: 30px;
    margin-right: 5px;
}

.content.awards-list .awards-container .section .award {
    width: 33.333%;
    padding: 0 15px 30px;
    float: left;
}

.content.awards-list .awards-container .section .award:nth-of-type(3n-2) {
    clear: both;
}

.content.awards-list .awards-container .section .award .image {
    margin-bottom: 35px;
    text-align: center;
}

.content.awards-list .awards-container .section .award .image img {
    max-height: 150px;
}

.content.awards-list .awards-container .section .award .title {
    display: block;
    color: #000;
    height: 72px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.content.awards-list .awards-container .section .award .text {
    color: var(--color-black);
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.content.awards-list .awards-container .section .award .more {
    display: block;
    color: var(--color-dark-blue);
    margin-top: 35px;
    font-size: 12px;
        font-family: 'CorporativeSansRd-Medium', sans-serif;
    text-transform: uppercase;
}

.blueboxes-container .section-title {
    color: #fff;
    margin-bottom: 20px;
    font-size: 50px;
    font-family: 'CorporativeSansRd', sans-serif;
}

.blueboxes-container.blueboxes--special {
    padding-bottom: 60px;
}

.blueboxes-container.blueboxes--special .section-title {
    margin-bottom: 35px;
}

.blueboxes-container.blueboxes--special .box {
    width: 25%;
    padding: 0 22px;
    color: #fff;
    float: left;
}

.blueboxes-container.blueboxes--special .box .image {
    background: transparent;
    height: 167px;
    width: auto;
    padding-bottom: 37px;
    margin-bottom: 19px;
    position: relative;
}

.blueboxes-container.blueboxes--special .box .image::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #6582b4;
}

.blueboxes-container.blueboxes--special .box .image img {
    height: auto;
    max-height: 130px;
    width: auto;
    margin: 0 auto 0 auto;
    display: table;
}

.blueboxes-container.blueboxes--special .box .title {
    font-size: 18px;
    text-align: center;
    padding: 0;
}

.post-gallery {
    padding: 20px 0;
}

.post-gallery .image {
    margin-right: 20px;
    float: left;
}

.gallery .gallery-item {
    padding-right: 10px;
}

.gallery .gallery-item a {
	display: block;
	position: relative;
	height: 200px;
	overflow: hidden;
	border: 1px solid #f5f5f5;
}

.gallery .gallery-item img {
    position: absolute;
    left: -999px;
    right: -999px;
    top: -999px;
    bottom: -999px;
    margin: auto;
	width: auto;
    height: 100%;
    border: none !important;
}

.gallery {
    overflow: hidden;
}

.gallery .owl-item {
    width: 33.333%;
    float: left;
}

.gallery .owl-item .gallery-item {
    width: 100% !important;
    text-align: center;
}

.gallery .owl-nav {
    display: none;
}

.page-id-76 .content table td iframe {
    max-width: 100%;
}

.content table.noborder td {
    border: none !important;
}

.page-id-19239 .blocklogo {
    margin: 0 40px 20px;
}

.single-manager .pagetitle {
    float: left;
}

.management-container {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.management-container .manager {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 50px;
}

.management-container .manager .image {
    display: block;
    padding-bottom: 35px;
    text-align: center;
    height: 290px;
}

.management-container .manager .image img {
    max-height: 100%;
}

.management-container .manager .title {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    text-decoration: none;
}

.management-container .manager .subtitle {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px;
}

.management-container .manager .text {
    color: var(--color-black);
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    height: 110px;
    overflow: hidden;
}

.management-container .manager .more {
    display: table;
    color: var(--color-light-blue);
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: unset;
    margin-top: 15px
}

.management-container .manager .more:hover{
    text-decoration: underline;
    color: var(--color-dark-blue);
}

.podcasts-content {
    margin-bottom: 60px;
}

.podcast-container .podcast a {
    text-decoration: none;
}

.podcast-container .date {
    color: var(--color-dark-blue);
    margin-bottom:10px;
}

.single-manager .image {
    margin-top: 5px;
    margin-bottom: 35px;
}

.single-manager .subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.content.docs-list .pagetitle {
    margin-bottom: 20px;
}

.content.docs-list .page-content {
    color: #000;
    margin-bottom: 20px;
    line-height: 23px;
    font-family: 'CorporativeSansRd', sans-serif;
}

.content.docs-list .category-selector {
    display: block;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 2px;
}

.content.docs-list .category-selector td {
    width: 16.66%;
    height: 75px;
    padding: 5px;
    border: 1px solid var(--color-light-grey);
    text-align: center;
    cursor: pointer;
}

.content.docs-list .category-selector td.active {
    background: var(--color-dark-blue);
}

.content.docs-list .category-selector td a {
    display: block;
    color: var(--color-dark-blue);
    line-height: 16px;
    font-size: 14px;
    font-family: 'CorporativeSansRd', sans-serif;
    text-decoration: none;
}

.content.docs-list .category-selector td.active a {
    display: block;
    color: #fff;
}

.content.docs-list .product-group {
    padding-top: 35px;
}

.content.docs-list .product-group.nomargin {
    padding: 0;
}

.content.docs-list .product-group .product-group-name {
    color: var(--color-dark-blue);
    font-size: 22px;
    margin-bottom: 35px;
    float: left;
    text-transform: uppercase;
}

.content.docs-list .product-group .gotop {
    margin: 5px 0;
}

.single-post .product-group .file,
.content.docs-list .product-group .file {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}

.download-link,
.download-link {
    display: table;
    background: url('images/download-icon.png') no-repeat;
    background-position: left top;
    color: #2d2d2d;
    height: 36px;
    font-size: 14px;
    line-height: 25px;
    text-decoration: none !important;
    padding-top: 5px;
    padding-left: 50px;
    float: left;
}

.download-link:hover,
.download-link:hover {
    color: var(--color-dark-blue) !important;
    background-image: url('images/download-icon-hover.png');
}

.content.docs-list .product-group .file .archive-link {
    font-size: 13px;
    line-height: 36px;
    text-decoration: none;
    float: right;
}

.content.docs-list .archive-list {
    padding-top: 35px;
}

.content.docs-list .archive-list .return {
    color: #626262;
    padding: 5px 0;
    font-size: 13px;
    text-decoration: none;
    float: right;
}


.content.docs-list .archive-list .file-type {
    padding-top: 25px;
}

.content.docs-list .archive-list .file-type .file-type-name {
    color: var(--color-dark-blue);
    font-size: 16px;
    margin-bottom: 15px;
    float: left;
}

.content.docs-list .archive-list .file-type .file {
    margin-bottom: 10px;
}

.content.docs-list .archive-list .file-type .file a {
    float: none;
}

#contact_form {
    width: 58%;
    background: var(--color-dark-blue);
    margin: 10px 0;
    padding: 35px 50px;
    float: left;
}

#contact_form input[type="text"].required,
#contact_form textarea.required,
#contact_form select.required {
    background: #fff url('images/asterisk.png') no-repeat;
    background-position: right 15px top 18px;
}

#contact_form .checkbox-field {
    clear: both;
    padding-top: 20px;
}

#contact_form .checkbox-field label a {
    color: #fff;
}

#contact_form .checkbox-field label {
    position: relative;
    font-size: 12px;
    font-weight: 400;
}

#contact_form .select2-container--default .select2-selection--single,
#contact_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: none !important;
    height: 41px !important;
    line-height: 41px !important;
    background: #fff url('images/multiselect-caret.png') no-repeat;
    background-position: right 15px top 20px;
    border-radius: 5px !important;
}

#contact_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

#contact_form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 15px;
}

#contact_form .multiselect-native-select .btn-group {
    width: 100%;
}

#contact_form .multiselect.dropdown-toggle {
    width: 100%;
    height: 41px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 300;
}

#contact_form .dropdown-menu {
    margin-top: -15px;
}

#contact_form .multiselect-native-select li {
    background-image: none !important;
    padding-left: 0;
}

#contact_form .multiselect-native-select .checkbox {
    background-position: left 15px center !important;
    padding-left: 40px !important;
}

.form_module .side-photo {
    width: 42%;
    margin-top: -12px;
    float: right;
}

.form_module .side-photo img {
    max-width: 100%;
}

.services-icons .service {
    display: table;
    width: 250px;
    height: 40px;
    line-height: 16px;
    border: 1px solid #d7d7d7;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
    text-decoration: none;
    float: left;
    transition:all 200ms ease;
}

.services-icons .service:hover {
    background:#f0f8ff;
}

.services-icons .service img {
    display: table-cell;
    width: 70px;
    margin: 0 5px;
}

.services-icons .service span {
    display: table-cell;
    width: 165px;
    height: 40px;
    padding-left: 5px;
    vertical-align: middle;
    font-size:16px;
}

.services-icons .service.wheretobuy,
.services-icons .service.advisers {
    color: #fc8901;
}

.services-icons .service.professionals {
    color: #3088ec;
}

.services-icons .service.calculate,
.services-icons .service.colors,
.services-icons .service.dreamhouse {
    color: #19a140;
}

.services-icons.inline {
    padding-top: 0 !important;
    padding-bottom: 20px;
}

.page-template-page-template-productdetails .breadcrumbs {
    padding: 30px 0;
}

.form-sent-info {
    text-align: center;
    padding: 150px 0;
}

.form-sent-info img {
    margin-bottom: 25px;
}

.form-sent-info p {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: inherit !important;
}

#contact_form .error {
    color: #ceb8b8;
    font-weight: 400;
	font-weight: bold;
    margin-top: -25px;
}

#contact_form .select-file-again {
    color: #ceb8b8;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: -15px;
}

.page-template-default .offer p.select-file-again {
    color: #ff0000;
}

#contact_form .attach-group label {
    display: table;
    background: #fff;
    color: var(--color-dark-blue);
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    float: left;
}

#contact_form .attach-group label.file-name {
    float: left;
    background: transparent;
    color: #fff;
    padding: 0;
}

#contact_form .required {
    color: #fff;
    padding-top: 30px;
    font-size: 13px;
    float: right;
}

#contact_form input.has-errors,
#contact_form textarea.has-errors,
#contact_form .attach-group.has-errors label:not(.file-name),
#contact_form .checkbox-field.has-errors label:before,
#contact_form .select-group.has-errors select,
#contact_form .select-group.has-errors .select2-selection--single {
    background: #ceb8b8;
}

.trainings-list .subtitle {
    color: var(--color-dark-blue);
    font-size: 14px;
        font-family: 'CorporativeSansRd-Medium', sans-serif;
    padding: 25px 0;
    letter-spacing: 1px;
}

.trainings-list .boxes {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px;
}

.trainings-list .boxes a {
    display: table-cell;
    position: relative;
    width: 25%;
    height: 155px;
    padding: 0 3px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: calc(100% - 6px);
    background-position: center center;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.trainings-list .boxes .text {
    display: block;
    position: relative;
    z-index: 10;
    color: #fff;
    padding: 0 10px;
}

.trainings-list .boxes a .shadow {
    display: block;
    position: absolute;
    top: 0;
    background-color: rgba(0, 69, 147, 0.65);
    width: calc(100% - 6px);
    height: 155px;
    opacity: 0;
    transition: opacity 0.4s;
}

.trainings-list .boxes a:hover .shadow {
    opacity: 1;
}

.trainings-list .control-group {
    margin-bottom: 5px;
}

.custom-map-container .control-group .select2-selection__rendered,
.trainings-list .control-group .select2-selection__rendered {
    padding-left: 20px !important;
}

.trainings-list .custom-map-container {
    margin-top: 50px;
}

.trainings-list .selected-filters {
    margin-bottom: 30px;
}

.trainings-list .search-results-title {
    font-size: 25px;
    font-family: 'CorporativeSansRd', sans-serif;
}

.trainings-list .search-results table {
    font-size: 14px;
    font-weight: 300;
    font-family: 'CorporativeSansRd', sans-serif;
    line-height: 16px;
}

.trainings-list .search-results table td:nth-of-type(1) {
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

.trainings-list .search-results table td:nth-of-type(1) strong {
    font-weight: 600;
}

.trainings-list .search-results table td:nth-of-type(2) {
    padding-bottom: 10px;
}

.trainings-list .paginator {
    padding-top: 0;
}

.trainings-list .no-trainings {
    padding-top: 20px;
    font-size: 17px;
}

.pfpointsbox {
    display: block;
    width: 130px;
    text-decoration: none !important;
    float: right;
}

.pfpointsbox .box {
    display: block;
    border: 1px dashed #162983;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pfpointsbox .box .points {
    display: block;
    position: relative;
    background: #E2001A;
    color: #fff;
    width: 60px;
    height: 35px;
    line-height: 35px;
    float: left;
}

.pfpointsbox .box .points .number {
    width: 40px;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    float: left;
}

.pfpointsbox .box .points .name {
    display: block;
    position: absolute;
    right: 0;
    font-size: 11px;
    font-family: 'CorporativeSansRd-Bold', sans-serif;
    float: right;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.pfpointsbox .box .pointsrow {
    width: 128px;
    border-bottom: 1px dashed #162983;
}

.pfpointsbox .box .capacity {
    width: 68px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 33px;
    float: right;
}

.pfpointsbox .box .logo {
    display: block;
    width: 100%;
    padding: 5px 0;
}

.pfpointsbox .box .logo img {
    display: block;
    margin: auto;
    float: none;
}

.pfpointsbox .linkname {
    font-size: 10px;
    font-weight: 600;
}

.footer-text-mobile {
    display: none;
}

.footer-text-mobile table {
    margin: 0 auto 20px;
}

.footer-text-mobile table td:nth-of-type(2) {
    padding: 0 10px;
}

.footer-text-mobile a[href^="mailto"] {
    text-decoration: underline;
}

.hamburger {
    cursor: pointer;
    float: right;
}

.hamburger:before,
.hamburger:after {
    content: '';
}

.hamburger span {
    margin: 5px 0;
}

.hamburger span,
.hamburger:before,
.hamburger:after {
    display: block;
    background: var(--color-dark-blue);
    width: 35px;
    height: 4px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.homeslider-pager {
    display: none;
}

.homeslider-pager {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}

.homeslider-pager .owl-dot {
    margin: 0 6px;
    float: left;
}

.homeslider-pager .owl-dot span {
    display: block;
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    cursor: pointer;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.homeslider-pager .owl-dot.active span {
    background: #fff;
}

.helpline-mobile {
    display: none;
    position: relative;
    margin-top: 50px;
    float: left;
}

.helpline-mobile .title {
    color: var(--color-dark-blue);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.helpline-mobile .number {
    color: var(--color-dark-blue);
    font-size: 17px;
    font-weight: 600;
    padding-left: 25px;
}

.helpline-mobile .number:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    background: url('images/icon-helpline.svg') no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
}

.custom-map-container input[type="text"]::-webkit-input-placeholder {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}
.custom-map-container input[type="text"]::-moz-placeholder {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}
.custom-map-container input[type="text"]:-ms-input-placeholder {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}
.custom-map-container input[type="text"]:-moz-placeholder {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}




/*!* Multiselect *!*/

/*.multiselect {*/
/*    display: none;*/
/*    background: #fff url('images/multiselect-caret.png') no-repeat;*/
/*    background-position: right 20px top 20px;*/
/*    border-radius: 4px;*/
/*    width: 100%;*/
/*    height: 43px;*/
/*    padding: 0 30px 0 23px;*/
/*    text-align: left;*/
/*    font-size: 13px;*/
/*    font-weight: 300;*/
/*    border: 1px solid #d7d7d7;*/

/*    -webkit-box-shadow: none !important;*/
/*    -moz-box-shadow: none !important;*/
/*    box-shadow: none !important;*/
/*}*/

/*.multiselect .caret {*/
/*    display: none;*/
/*}*/

/*.multiselect:hover {*/
/*}*/

/*.btn-group.open .multiselect {*/
/*    background-image: url('images/multiselect-caret.png');*/
/*}*/

/*.multiselect-container.dropdown-menu {*/
/*    width: 100%;*/
/*    max-height: 245px !important;*/
/*    background: #f3f3f3;*/

/*    -webkit-border-radius: 0;*/
/*    -moz-border-radius: 0;*/
/*    border-radius: 0;*/
/*}*/

/*.multiselect-container a {*/
/*    color: #000;*/
/*    text-decoration: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.multiselect-container .false-optgroup label.checkbox,*/
/*.multiselect-container label {*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    font-size: 13px;*/
/*    line-height: 40px;*/
/*    margin: 0;*/
/*}*/

/*.multiselect-container .checkbox {*/
/*    height: auto;*/
/*    line-height: 30px;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    margin: 0;*/
/*}*/

/*.multiselect-container label b {*/
/*    font-weight: 400;*/
/*}*/

/*.multiselect-container .checkbox b {*/
/*    font-weight: 400;*/
/*}*/

/*.multiselect-container input[type="checkbox"],*/
/*.checkbox input[type="checkbox"] {*/
/*    display: none;*/
/*}*/

/*.multiselect-container .active a,*/
/*.multiselect-container a:hover {*/
/*    background: none !important;*/
/*    color: #000 !important;*/
/*}*/

/*.multiselect-container .false-optgroup label,*/
/*.multiselect-container .multiselect-group label {*/
/*    background: url('images/multiselect-checkbox.png') no-repeat;*/
/*    background-position: left 23px center;*/
/*    padding-left: 53px !important;*/
/*}*/

/*.multiselect-container .false-optgroup.active label,*/
/*.multiselect-container .multiselect-group.active label {*/
/*    background: url('images/multiselect-checkbox-filled.png') no-repeat;*/
/*    background-position: left 23px center;*/
/*}*/

.checkbox {
    background: url('images/multiselect-checkbox.png') no-repeat;
    background-position: left 40px top 6px;
    padding-left: 70px !important;
}

.active .checkbox {
    background: url('images/multiselect-checkbox-filled.png') no-repeat;
    background-position: left 40px top 6px;
}

.mCSB_scrollTools {
    width: 21px !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #fff !important;
    width: 9px !important;
    margin-left: 0 !important;

    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #cecece !important;
    width: 9px !important;
    margin-left: 0 !important;

    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

@media screen and (min-height: 750px) {
    .page .fancybox-image,
    .single .fancybox-image {
        max-height: 80vh;
    }

    .page .fancybox-placeholder,
    .single .fancybox-placeholder {
        margin-top: -4%;
    }
}


#loadmoredocs,
#loadmorerelprods {
    display: none;
    position: relative;
    color: var(--color-dark-blue);
    margin: auto;
    margin-top: 10px;
    padding: 10px 30px 10px 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    clear: both;
}

#loadmoredocs:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    background: url('images/productmenumobile-arrow.png');
    width: 7px;
    height: 5px;
}

.content.awards-list .interval-selector-mobile {
	display: none;
	width: 100%;
	margin: 30px auto;
}

.content.awards-list .interval-selector-mobile select {
	width: 100%;
}

#contact_form .select-group {
    margin-bottom: 5px;
}

.content.text img {
    max-width: 100%;
    height: auto;
}

.content.text .download-link {
    display: block;
    margin-bottom: 5px;
    float: none;
}

.show-all-results {
    display: table;
    margin: 20px auto;
    text-decoration: none !important;
    text-transform: uppercase;
}

.mobile-gotop {
    position: fixed;
    z-index: 1000;
    bottom: -100px;
    right: 10px;
    background: var(--color-dark-blue) url('images/mobile-gotop.png') no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    opacity: 0.95;
    transition-duration: 500ms;
}

.mobile-gotop.active {
    bottom: 10px;
}

#mobile .level-0 a {
    text-transform: uppercase;
}

.page-template-page-template-consultants .page-content.mobile {
    display: none;
}

#mobile .item-blue {
    background: var(--color-dark-blue);
    color: #fff;
}

#mobile .item-blue .mm-next:after {
    border-color: rgba(255, 255, 255, .3);
}

.single-news-content iframe {
    max-width: 100%;
}

.page-id-24844 .wp-caption,
.page-id-22877 .wp-caption {
    display: inline-block;
    float: none !important;
    vertical-align: top;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
}

iframe {
    border: none;
}

.search-results-additional {
    display: inline-block;
    font-size: 12px;
    color: #737373;
}

.search-results-container {
    padding-top: 5px;
}

.search-results-description em {
    font-weight: 700;
}

.search-results-list {
    list-style: none;
    padding: 0;
}

.search-results-list li {
    background: url(images/pointer-product.svg) no-repeat;
    background-size: 8px;
    background-position: left 2px top 10px;
    padding-left: 20px;
}

.search-results-description {
    display: block;
    font-size: 13px;
}

.search-results-item {
    padding-bottom: 15px;
    padding-top: 3px;
}

#helpful-application-iframe {
    width: 100%;
    min-height: 800px;
    border: 0;
    margin-top: 20px;
}

.page-id-176 #helpful-application-iframe,
.page-id-24850 #helpful-application-iframe {
    min-width: 1024px;
}

.page-id-190 #helpful-application-iframe {
    min-width: 950px;
}

.helpful-application-container {
    width: 100%;
    overflow: auto;
}

.page-id-190 #helpful-application-iframe {
    min-height: 620px;
}

.autocomplete-suggestions {
    border: 1px solid #d3d3d3;
    background: #FFF;
    overflow: auto;
    font-size: 13px;
}

.autocomplete-suggestion {
    padding: 5px;
    overflow: hidden;
    cursor: pointer;
}

.autocomplete-selected {
    background: var(--color-dark-blue);
    color: #fff;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: var(--color-dark-blue);
}

.autocomplete-group {
    padding: 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.autocomplete-category-hint {
    color: #989898;
    font-size: 10px;
}

.autocomplete-selected .autocomplete-category-hint {
    color: #fff;
}

.date-bold {
    font-weight: 700;
    padding-left: 10px;
}

.news-box h2.pagetitle a,
.single-post .content h1.pagetitle {
    color: var(--color-black);
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.page-template-page-template-news-all h1.pagetitle,
.page-template-page-template-news h1.pagetitle {
    margin-bottom: 30px;
}

.single-post .content h2.pagetitle {
    color: var(--color-dark-blue);
    margin-top: 5px;
    font-size: 35px;
    font-family: 'CorporativeSansRd', sans-serif;
    margin-bottom: 30px;
}

.news-box .pagetitle {
    margin-bottom: 20px;
    line-height: 22px;
    padding-top: 4px;
}

.news-return-link a {
    font-family: 'CorporativeSansRd-Medium', sans-serif;
    color: var(--color-dark-blue);
    font-size: 13px;
    text-transform: uppercase;
}

.page .news-return-link a svg {
    width: 10px;
    height: 10px;
    transform: rotate(180deg);
    fill: var(--color-light-blue);
    path{
        fill: var(--color-light-blue);
    }
}

.single-post .news-return-link {
    padding-top: 20px;
}

.news-boxes-container {
    display: flex;
    flex-wrap: wrap;
}

.news-box {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
    border-radius: 6px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
}
.news-box:hover {
    -webkit-box-shadow: 0 0 16px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 16px 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 16px 3px rgba(0,0,0,0.1);

    border: 1px solid #EEE;
    border-radius: 6px;

}
.news-box a {
    display: block;
    padding-bottom: 70px;
}
.news-box a:hover {
    text-decoration: none;
}
.news-box .news-content-box,
.news-box a:hover .news-content-box{
    color: #374151;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

}
.news-box .pagetitle,
.news-box a:hover .pagetitle{
    padding-top: 16px;
    color: #18181B;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}


.news-box--promotions {
    /*flex-basis: calc(25% - 16px);*/
}

.news-box .news-return-link {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.news-box:not(.news-box--promotions):nth-child(3n) {
    margin-right: 0;
}

.news-box--promotions:nth-child(4n) {
    margin-right: 0;
}

.news-box .news-image:has(img) {
    height: auto;
    min-height: 171px;
    max-height: 800px;
    overflow: hidden;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.news-box .news-image:not(:has(img)) {
    height: 171px;
    max-height: 171px;
    overflow: hidden;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #f8f8f8;
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    background-position: center;
}

.news-box .news-box-inner {
    padding: 0 15px;
}

.news-box .news-image img {
    /*position: absolute;*/
    left: -99999px;
    right: -99999px;
    top: -99999px;
    bottom: -99999px;
    margin: auto;
    max-width: 100%;
    height: auto;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.news-box:hover .news-image img {
    /*transform: rotateX(0deg) scale(1.05);*/
}

.page-template-page-template-news-all .pagination-box,
.page-template-page-template-news .pagination-box {
    margin-top: -45px;
}

.news-box .news-content-box {
    overflow: hidden;
}

.news-image {
    margin-top: 25px;
    margin-bottom: 20px;
}

.news-info,
.news-info .news_cat_name{
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    color: var(--color-light-blue);
}
.news-info .separator{
    font-size: 12px;
    font-weight: 400;
}

.news-category-list {
    display: inline;
}

.news-category-list a,
.news-category-list span {
    font-size: 11px;
    color: var(--color-light-blue);
    text-decoration: unset;
}

.news-date {
    display: inline;
}

.news-info .separator {
    margin-left: 5px;
    margin-right: 5px;
}

.news-info .category-separator {
    margin-right: 3px;
    margin-left: 2px;
}
@media (max-width: 959px) {
    .news-box .news-image:has(img) {
        min-height: auto;
    }
    .news-box a {
        padding-bottom: 26px;
    }
    .news-info .news_cat_name {
        font-size: 14px;
    }
    .pagetitle {
        font-size: 26px;
    }
}
.single-news-content {
    font-weight: 300;
}

.single-news-content img {
    max-width: 100%;
    height: auto;
}

.main-boxes-container {
    padding-bottom: 24px;
}

.main-boxes {
    padding-top: 12px;
}

.main-small-boxes {
    display: none;
}


.main-boxes-product {
    padding: 60px 0 0 0;
}
@media (max-width: 959px ) {
    .main-boxes-product .small-boxes-container {
    }

    .main-boxes-product .main-small-box {
        width: 100% !important;
        border: 1px solid #d8d8d8 !important;
    }
    .main-boxes-product .main-small-box-link {
        display: block !important;
        width: 50%;
        margin: 0!important;
    }

    .main-boxes-product .small-boxes-container-inner {
        display: flex;
        flex-wrap: wrap;
    }
}


.main-small-box-title {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 700;
    height: 30px;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.main-small-box-title-inner {
    display: table-cell;
    vertical-align: middle;
}

.main-small-box-subtitle {
    font-size: 14px;
    line-height: 16px;
}

.main-small-box-image {
    margin-top: 10px;
    height: 35px;
}

.main-small-box {
    width: 12.5%;
    height: 137px;
    border-right: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    float: left;
    font-family: 'CorporativeSansRd', sans-serif;
    text-align: center;
}

.main-small-box.no-link {
    cursor: default;
}

.main-small-box.no-link .main-small-box-image {
    filter: grayscale(1);
}

.main-small-box-link:nth-child(8n-7) .main-small-box {
    border-left: 1px solid #d8d8d8;
}

.main-small-box-link:nth-child(n+9) .main-small-box {
    border-top: none;
}

.main-boxes-product .main-small-box {
    width: 16.66%;
}

.main-boxes-product .main-small-box-link:nth-child(6n-5) .main-small-box {
    border-left: 1px solid #d8d8d8;
}

.main-boxes-product  .main-small-box-link:nth-child(n+7) .main-small-box {
    border-top: none;
}


.small-boxes-container {
    margin-top: 6px;
}

.main-box {
    width: calc(25% - 9px);
    margin-right: 12px;
    float: left;
    height: 225px;
    margin-top: 12px;
    background-position: center;
}


.main-box.main-box-3, .main-boxes-product .main-box {
    width: calc(33.33% - 8px);
    background-size: cover;
}

.main-box a {
    text-decoration: none;
}

.main-box:last-child {
    margin-right: 0;
}

.main-box-inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.table-cell {
    display: table-cell;
}

.align-middle {
    vertical-align: middle;
}

.main-box-inner .table-cell {
    height: 100%;
}

.main-box-title {
    font-size: 28px;
    color: #fff;
    padding: 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 32px;
    position: relative;
}

.main-box-shadow {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main-box:hover .main-box-shadow {
    background-color: rgba(0, 69, 147, 0.65);
}

.main-box.active .main-box-shadow {
    background-color: rgba(0, 69, 147, 0.65);
}

.contact-boxes-container {
    margin-top: 40px;
}

.contact-box {
    float: left;
    width: 25%;
    height: 258px;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    text-align: center;
    position: relative;
    padding: 0 8px;
}

.contact-box-link {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
}

.contact-box-link a {
    font-size: 13px;
    color: var(--color-light-blue);
    font-weight: 300;
}

.contact-box:nth-child(-n+4) {
    border-top: 1px solid #f4f4f4;
}

.contact-box:nth-child(4n-3) {
    border-left: 1px solid #f4f4f4;
    clear: both;
}

.contact-box-image {
    height: 70px;
    display: table;
    width: 100%;
}

.contact-box-image-inner {
    display: table-cell;
    vertical-align: middle;
}

.contact-box-content {
    color: var(--color-light-blue);
    font-size: 13px;
    display: table;
    width: 100%;
    min-height: 60px;
    font-weight: 300;
}

.contact-box-content-inner {
    display: table-cell;
    vertical-align: middle;
}

.contact-box-content a {
    color: var(--color-light-blue);
}

.contact-box-content table {
    margin: auto;
    text-align: left;
}

.contact-box-content table td {
    padding: 3px;
    vertical-align: middle;
}

.contact-box-content table tr td:first-child {
    padding-right: 8px;
}

.contact-box-title {
    margin-bottom: 10px;
    height: 60px;
    display: table;
    width: 100%;
}

.contact-box-title h2 {
    font-size: 22px;
    color: var(--color-dark-blue);
    display: table-cell;
    vertical-align: middle;
    line-height: 28px;
}

.brand-item {
    float: left;
    width: calc(33.3333% - 40px);
    margin-right: 40px;
    margin-bottom: 60px;
    height: 342px;
    font-family: "Open Sans", sans-serif;
    position: relative;
}

.brand-item:nth-child(3n) {
    margin-right: 0;
}

.brand-item:nth-child(3n-2) {
    clear: both;
}

.brand-image {
    height: 120px;
    text-align: center;
    display: table;
    width: 100%;
}

.brand-image-inner {
    height: 120px;
    text-align: center;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.brands-container {
    margin-top: 35px;
    border-bottom: 1px solid #e4e5e5;
}

.brands-container:last-child {
    border-bottom: none;
}

.content.brands-page {
    padding-bottom: 0;
}

.brand-link {
    text-transform: uppercase;
    padding-top: 25px;
    position: absolute;
    bottom: 0;
}

.brand-link a {
    font-family: "CorporativeSansRd-Medium", sans-serif;
    font-size: 12px;
    color: var(--color-dark-blue);
}

.brand-title {
    padding-bottom: 35px;
}

.brand-title h2 {
    font-size: 22px;
    color: var(--color-dark-blue);
}

.brand-item-title {
    text-transform: uppercase;
    padding-bottom: 8px;
    padding-top: 25px;
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.brands-page .page-content {
    padding-top: 30px;
}

.brand-content {
    font-weight: 300;
    font-size: 13px;
    color: var(--color-light-blue);
    line-height: 22px;
    max-height: 140px;
    overflow: hidden;
}

.main-sections-page .pagetitle,
.contact-page .pagetitle {
    margin-bottom: 30px;
}

.main-section-box {
    width: 50%;
    float: left;
    margin-bottom: 25px;
}

.main-section-box:nth-child(2n-1) {
    clear: both;
}

.main-sections-page .main-section-box .main-small-box {
    width: 155px;
}

.main-section-box-left {
    float: left;
    width: 155px;
}

.main-section-box-text {
    float: left;
    width: calc(100% - 155px);
    padding-left: 30px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 25px;
    color: #323232;
    font-weight: 300;
    padding-top: 10px;
}

.main-section-box-text h4 {
    font-weight: 600;
    color: #323232;
    padding-bottom: 12px;
}

.footer-newsletter-link {
    font-size: 16px;
    color: #3b8fee;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    background-color: #fbfbfb;
    display: block;
    padding-left: 20px;
    padding-right: 55px;
    padding-bottom: 13px;
    padding-top: 13px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer-newsletter-link:after {
    content: '';
    position: absolute;
    right: 18px;
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    border: none;
    background: url('images/newsletter-input.png');
}

.footer-newsletter-link:hover {
    text-decoration: none;
    background-color: #faf9f9;
}

.footer-label-title {
    margin-bottom: 5px;
}

.footer-logo-box img {
    margin-bottom: 15px;
}

.bottom-row .footer-logo-box-container {
    float: left;
    margin-right: 50px;
}

@media screen and (min-width: 1580px) {
    body {
        font-size: 16px;
        line-height: 1.52857143;
    }

    .select2, .select2-container {
        font-size: 14px;
    }

    .page-template-default .content p,
    .content.magazyny p,
    .content.awards-list p,
    .single .content p {
    }

    .page-template-default .content ul li,
    .single .content ul li {
    }

    .management-container .manager .text {
        font-size: 16px;
        height: 150px;
        line-height: 24px;
    }

    .brand-content {
        font-size: 16px;
        line-height: 24px;
    }

    .brand-item {
        height: 380px;
    }

    .brand-content {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-box-content {
        font-size: 16px;
    }

    #workoffers_accordion .offer .content li {
        font-size: 16px;
    }
}

@media screen and (max-width: 1100px) {
    #helpful-application-iframe {
        min-height: 1000px;
    }
}

.select2-container {
    z-index: 100001;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 10px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

.select2-dropdown {
    margin-top: -5px;
}

.select2-selection--single {
    height: 36px !important;
    line-height: 36px !important;
    border: none !important;
    border-radius: 0 !important;
}

.popup .captcha-box .captcha-image p.small {
    cursor: pointer;
    font-size:11px;
    color:#000;
    display: block;
    text-align: center;
    margin-top:-4px;
    padding:0;
}

.captcha-image{margin:0 15px 0 0;}
.inline-block {display: inline-block;
    vertical-align: middle;}

.captcha-input input {
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
}

li a[href="edit.php?post_type=venti_form&page=form_fields"] {
    display: none;
}

#contact_form label.label_left {
    display: block;
    color: #B3B3B3;
    width: 35%;
    margin-right: 2%;
    line-height: 33px;
    text-align: right;
    float: left;
}

#contact_form .attach-group input {
    display: none;
}

#contact_form textarea {
    height: 105px;
    line-height: 20px;
    resize: none;
    padding: 10px;
    font-family: "Work Sans",sans-serif;
}

#contact_form input[type="checkbox"] + label {
    color: #fff;
}

.captcha-box {margin:15px 0 0;}
.captcha-image{margin:0 15px 0 0;}
#contact_form .req {
    display: block;
    color: #B3B3B3;
    width: 35%;
    margin-top: 30px;
    font-size: 13px;
    float: right;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
}

.captcha-box .captcha-image p.small {
    cursor: pointer;
    font-size:11px;
    color:#fff;
    display: block;
    text-align: center;
    margin-top:-4px;
    padding:0;
}

.captcha-input input {
    border-radius: 5px;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    border: 0;
    width: 240px;
}

.cleared-block {
    clear: both;
    padding-bottom: 20px;
    padding-top: 20px;
}


.print-button-container .service.print {
    float: right;
    text-transform: uppercase;
    color: #1c4088;
    margin-right: 0;
}

.print-button-container .service.differences {
    width: 180px;
    text-transform: uppercase;
    float: right;
}

.services-icons .service.differences span {
    width: 130px;
}



.jo-header img {
    width: 100%;
    height: auto;
}

.jo-header2,
.jo-additional-info {
    padding: 25px 15px;
    text-align: center;
    background-color: #e7eef3;
    font-size: 13px;
    color: #134395;
    text-transform: uppercase;
    font-weight: 600;
}

.jo-header2 {
    font-size: 25px;
    font-weight: 700;
}

.jo-header3 {
    font-size: 20px;
    font-weight: 400;
    padding: 15px 100px;
    background: url('images/job-offers/header3.png') center no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.jo-header4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    color: #134395;
}

.inner-col .jo-header4 {
    margin-top: 0;
    text-align: left;
}

.bottom-col .jo-header4 {
    color: #fff;
}

.jo-footer {
    padding: 30px 50px 20px;
    background: url('images/job-offers/footer.png') center no-repeat;
    background-size: cover;
}

.jo-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jo-placeholder,
.jo-social {
    width: 150px;
    min-height: 1px;
}

.jo-social-top {
    color: #fff;
    font-size: 17px;
    margin-bottom: 7px;
}

.jo-social-bottom {
    padding-left: 20px;
}

.jo-icon {
    width: 25px;
    height: 26px;
    display: inline-block;
}

.jo-icon a {
    width: 100%;
    height: 100%;
    display: block;
}

.jo-facebook-icon {
    background: url('images/job-offers/facebook-icon.png') center no-repeat;
    margin-right: 20px;
}

.jo-yt-icon {
    background: url('images/job-offers/yt-icon.png') center no-repeat;
    width: 35px;
    height: 25px;
}

.jo-mid {
    display: flex;
}

.jo-mid .col {
    flex: 1;
}

.jo-mid .left-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    flex-basis: 50%;
    padding-bottom: 40px;
}

.jo-mid .right-col {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 50%;
}

.jo-mid .top-col {
    background-color: #e7eef3;
    display: inline-block;
    width: 100%;
}

.jo-mid .bottom-col {
    background: url('images/job-offers/mid2.png') center no-repeat;
    display: inline-block;
    width: 100%;
    background-size: cover;
    color: white;
}

.jo-benefit-icon {
    padding: 0 20px 20px;
}

.jo-empty-icon {
    width: 170px;
}

#workoffers_accordion .offer .jo-mid .inner-col p {
    line-height: 150%;
}

#workoffers_accordion .offer .jo-mid .inner-col ul {
    list-style: initial !important;
    margin-left: 20px;
    font-weight: 400;
}

#workoffers_accordion .offer .jo-mid .inner-col ul li {
    line-height: 150%;
    background: transparent;
    padding-left: 0;
    font-weight: 400;
}

#workoffers_accordion .offer .content .jo-mid .bottom-col p,
#workoffers_accordion .offer .jo-mid .bottom-col ul li {
    color: white;
    font-weight: 400;
}

#workoffers_accordion .offer .content .jo-mid .top-col p,
#workoffers_accordion .offer .jo-mid .top-col ul li {
    color: #134395;
    font-weight: 400;
}

.jo-mid .inner-col {
    padding: 15px 20px;
}

#workoffers_accordion .offer .content .jo-apply-container .button_apply {
    float: none;
    background-color: #e10713;
    border: none;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 11px 30px;
    border-radius: 50px;
    letter-spacing: 2px;
}

#workoffers_accordion .offer .content .jo-apply-container .button_apply:hover {
    background-color: #c60712;
}

#workoffers_accordion .offer .content .jo-placeholder .button_apply {
    float: none;
    background-color: #e10713;
    border: none;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 11px 30px;
    border-radius: 50px;
    letter-spacing: 2px;
}

#workoffers_accordion .offer .content .jo-placeholder .button_apply:hover {
    background-color: #c60712;
}

.jo-placeholder.not-empty {
    width: auto;
    min-height: 1px;
}

.page-template-page-template-admixtures .map-counties {
    text-transform: lowercase;
}

.control-group.bolder .multiselect-selected-text {
    font-weight:bold;
}


#cookie-notice.cookie-notice-visible {
    background-color: rgba(255,255,255,.5)!important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cookie-notice .cookie-notice-container {
    display: block;
    width: 700px;
    max-width: 96%;
    background: rgb(50,50,50);
    padding: 15px 15px;
    position: relative;
}

#cookie-notice .cn-close-icon {
    top:20px;
    right:10px;
}

#cookie-notice .button {
    display: table;
    background: var(--color-dark-blue);
    color: #fff;
    padding: 10px 15px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

#cookie-notice .cn-text-container, .cn-buttons-container {
    display: flex!important;
    justify-content: center;
}

.calculator-form {
    margin: 70px 0 30px 0;
    padding: 30px 25px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.calculator-form__title {
    font-size: 32px;
    color: #5b0e76;
    margin-bottom: 15px;
    font-weight: 800;
}

.calculator-form__description {
    margin-bottom:20px;
    color:rgb(48, 136, 236);
    font-weight:300;
}

.calculator-form__fields {
    display: flex;
}

.calculator-form__fields-col-fields {
    padding-right: 15px;
    border-right: 1px solid #dedede;
}

.calculator-form__fields-col-results {
    max-width:0;
    opacity:0;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.calculator-form__fields-col-results.visible {
    max-width:800px;
    opacity:1;
}

.calculator-form__fields-col-button {
    display: flex;
    align-items: end;
    padding-left: 15px;
}

.calculator-form__field-container {
    display: flex;
    margin-bottom: 5px;

}
.calculator-form__field-container:last-child {
    margin-bottom: 0;
}

.calculator-form__field-label {
    font-weight: 300;
    font-size: 16px;
    margin-right:10px;
    min-width:110px;
    display: flex;
    align-items: center;
}
.calculator-form__field-input {
    padding: 10px;
    text-align: right;
    width: 110px;
    height:46px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #dedede;
}

.calculator-form__field-suffix {
    height: 46px;
    border: 1px solid #dedede;
    border-radius: 0 4px 4px 0;
    vertical-align: top;
    border-left: 0;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.calculator-form__result-container {
    padding-left:15px;
}
.calculator-form__result-container .calculator-form__field-label{
    min-width: 180px;
}


.calculator-form__button {
    border: 0;
    background: #5b0e76;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
}

.calculator-form__button:disabled {
    opacity:0.4!important;
}

.calculator-form__button:hover {
    opacity:0.85;
}
.calculator-form__message {
    font-size: 12px;
    margin-top: 15px;
    color: #c00;
}

@media (max-width: 1200px) {
    .calculator-form__fields {
        flex-direction: column;
    }

    .calculator-form__fields-col-fields {
        padding-right: 0;
        border-right: 0;
        padding-bottom: 15px;
        border-bottom:1px solid #dedede;
    }

    .calculator-form__fields-col-results {
        max-width:unset;
        max-height:0;
    }

    .calculator-form__fields-col-results.visible {
        max-height:1000px;
        max-width:unset;
    }

    .calculator-form__result-container {
        padding-left:0;
    }

    .calculator-form__result-container:first-child {
        padding-top:15px;
    }

    .calculator-form__fields-col-button {
        padding-left: 0;
        padding-top:15px;
    }

}


@media (max-width:460px) {
    .calculator-form__field-container {
        flex-wrap: wrap;
        margin-bottom:10px;
    }

    .calculator-form__field-label {
        flex-shrink: 0;
        width: 100%;
        font-size: 12px;
    }
}