/*
Theme Name: Atlas Theme
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;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
}

a {
	color: #004593;
	text-decoration: none;
    outline: 0;
}

ol, ul {
    margin: 0;
}

.clear {
	clear: both;
}

.hamburger,
.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: 0px 0px 5px rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
}

.page-width {
	max-width: 1280px;
	margin: auto;
}

.relative {
	position: relative;
}

.padder {
	padding-left: 16px;
	padding-right: 16px;
}

header {
    position: relative;
    background-color: #E9E9E9;
    height: 177px;
}

.home header {
    height: 720px;
    overflow: hidden;
}

.page header,
.single header {
    position: relative;
    z-index: 9999999;
    left: 0;
    top: 0;
    background-color: #E9E9E9;
    width: 100%;
    height: 177px;
}

.homeslidervideo {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 720px;
    overflow: hidden;
    background: #fff;
}

#videoSlider {
    position: absolute;
    left: -999px;
    right: -999px;
    top: 0;
    width: 100%;
    height: auto;
    margin: auto;
}

.indexheader {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 10px;
    transition: background-color 500ms;
}

.indexheader.scrolled {
    background-color: #E9E9E9;
    padding-bottom: 5px;
}

.page header .indexheader,
.single header .indexheader {
    transition: background-color 0s;
}

header .homeslider {
    position: absolute;
    height: 100%;
}

header .homeslider .owl-item {
    width: 100%;
    height: 720px;
    float: left;
}

header .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;
}

header .homeslider .owl-item .slide img {
    position: absolute;
    left: -999px;
    right: -999px;
    margin: auto;
    width: auto;
    height: 100%;
}

header .homeslider .slide .slide-box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 350px;
    width: 50%;
    margin: auto;
    text-align: center;
}

header .homeslider .owl-item .slide .slide-box .title {
    color: #fefefe;
    font-size: 69px;
    line-height: 68px;
    font-family: 'CorporativeSansRd';
    max-width: 750px;
    margin: 0 auto 10px;
}

header .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';
    line-height: 22px;
}

header .homeslider .owl-item .slide .slide-box .link {
    display: table;
    background: #e3312b;
    color: #fff;
    margin: auto;
    padding: 15px 30px;
    font-size: 17px;
    font-family: 'CorporativeSansRd';
    text-transform: uppercase;
}

header .homeslider .owl-nav {
    display: none;
}

header .homeslider-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 435px;
    width: 100%;
    max-width: 1360px;
    margin: auto;
}

header .homeslider-nav .prev {
    background: rgba(255, 255, 255, 0.59) url('images/product-nav-left.png');
    float: left;
}

header .homeslider-nav .next {
    background: rgba(255, 255, 255, 0.59) url('images/product-nav-right.png');
    float: right;
}

header .homeslider-nav .prev,
header .homeslider-nav .next {
    background-repeat: no-repeat;
    background-position: center center;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

header .logo,
.mobileheader .logo {
    position: relative;
    z-index: 101;
    height: 105px;
    width: 243px;
    padding: 12px 80px;
    float: left;

    transition-duration: 500ms;
}

header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

header .logo img {
    max-height: 100%;
    max-width: 100%;
}

header .indexheader .ue-logo {
    float: right;
    height: 28px;
    width: 130px;
    margin-left: 3px;
    transition: 500ms;
    overflow: hidden;
}

header .indexheader .ue-logo img {
    height: 100%;
    width: auto;
}

header .indexheader.scrolled .ue-logo {
    width: 0;
}

.pum-container {
    display: none !important;
}

header .right-panel {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10004;
    padding-right: 16px;
    float: right;
}

header .lang-switch {
    position: relative;
    background: #004593;
    width: 72px;
    height: 28px;
    float: right;
}

header .lang-switch img {
    display: block;
    margin-right: 7px;
    float: left;
}

header .lang-switch span {
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 10px;
    height: 11px;
    text-transform: uppercase;
    float: left;
}

header .lang-switch .current {
    background: url('images/lang-switch-expand.png') no-repeat;
    background-position: right 10px center;
    padding: 9px 12px 7px;
    cursor: pointer;
}

header .lang-switch .select {
    display: none;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    background: #004593;
    padding-bottom: 5px;
}

header .lang-switch .select .lang {
    display: block;
    padding: 5px 12px;
}

header .lang-switch .select .lang:hover {
    background: rgba(255, 255, 255, 0.3);
}

header .social-menu {
    padding-right: 18px;
    float: right;
    transition: 500ms;
}

header .scrolled .social-menu {
    padding-right: 4px;
}

header .social-menu ul,
.social-menu-mobile ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

header .social-menu ul li,
.social-menu-mobile ul li {
    display: block;
    margin-right: 4px;
    float: left;
}

header .social-menu ul li a,
.social-menu-mobile ul li a {
    display: block;
    background-size: 28px !important;
    width: 28px;
    height: 28px;
    text-indent: -100em;
    overflow: hidden;
}

header .social-menu ul li a[href*="facebook.com"],
.social-menu-mobile ul li a[href*="facebook.com"] {
    background-image: url('images/social/social-facebook.svg');
    background-color: #fff;
}

header .social-menu ul li a[href*="plus.google.com"],
.social-menu-mobile ul li a[href*="plus.google.com"] {
    background-image: url('images/social/social-gplus.svg');
    background-color: #fff;
}

header .social-menu ul li a[href*="youtube.com"],
.social-menu-mobile ul li a[href*="youtube.com"] {
    background-image: url('images/social/social-youtube.svg');
    background-color: #fff;
}

.social-menu-mobile {
    display: none;
    float: right;
}

header .header-menu {
    padding-right: 8px;
    padding-top: 10px;
    float: right;
}

header .header-menu .sub-menu {
    display: none;
}

header .header-menu ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

header .header-menu ul li {
    display: block;
    position: relative;
    float: left;
}

header .header-menu ul li a {
    display: block;
    position: relative;
    color: #000;
    padding: 0 16px;
    font-size: 11px;
    transition: 500ms;
}

header .scrolled .header-menu ul li a {
    padding: 0 10px;
}

header .header-menu ul li:before {
    content: '|';
    display: block;
    position: absolute;
    left: 0;
    font-size: 11px;
}

header .header-menu ul li:first-of-type:before {
    display: none;
}

header .header-menu ul li.current-page-ancestor a,
header .header-menu ul li.current-menu-ancestor a,
header .header-menu ul li.current-menu-item a {
    color: #004593;
    font-weight: 600;
}

header .search-panel,
.mobileheader .search-panel {
    position: relative;
    z-index: 10002;
    width: 460px;
    padding-top: 35px;
    float: left;

    transition-duration: 500ms;
}

header .search-panel form,
.mobileheader .search-panel form {
    position: relative;
}

header .search-panel input[type="text"],
.mobileheader .search-panel input[type="text"] {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #fff;
    border: 1px solid #d3d3d3;
    padding: 0 20px;
    color: #3f6999;
    font-size: 13px;
    font-weight: 300;
}

header .search-panel input[type="submit"],
.mobileheader .search-panel input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    background: transparent url('images/search-icon.svg') no-repeat;
    background-size: 22px;
    background-position: center center;
    border: none;
    margin-left: -45px;
}

header .topmenu {
    position: relative;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.91);
}

header .topmenu ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

header .topmenu ul.menu {
    display: table;
    width: 100%;
    table-layout: fixed;
}

header .topmenu ul.menu > li {
    display: table-cell;
    background: #fff;
    height: 62px;
}

header .topmenu ul.menu > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    background: #bcb9b8;
    width: 1px;
    height: 27px;
}

header .topmenu ul.menu > li:first-of-type:after {
    display: none;
}

header .topmenu ul.menu > li:hover:after,
header .topmenu ul.menu > li:hover + li:after {
    display: none;
}

header .topmenu ul.menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 600;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

header .topmenu ul.menu > li:hover > a {
    background: #004593;
    color: #fff;
}

header .topmenu ul.menu > li.current-menu-item > a,
header .topmenu ul.menu > li.current-menu-ancestor > a {
    background: #b8b8b8;
    color: #fff;
}

header .topmenu ul.menu > li:hover:after,
header .topmenu ul.menu > li.current-menu-item:after,
header .topmenu ul.menu > li.current-menu-ancestor:after,
header .topmenu ul.menu > li:hover + li:after,
header .topmenu ul.menu > li.current-menu-item + li:after,
header .topmenu ul.menu > li.current-menu-ancestor + li:after{
    display: none;
}

header .topmenu ul.menu > li > .sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #004593;
    padding: 0 18px 18px;
}

header .topmenu ul.menu li .sub-menu {
    display: none;
}

header .topmenu ul.menu > li:hover > .sub-menu,
header .topmenu ul.menu > li:hover > .sub-menu > .level-1 > .sub-menu {
    display: block;
}

header .topmenu ul.menu > li > .sub-menu > li {
    display: block;
    width: 16.666%;
    padding: 12px 22px;
    float: left;
}

header .topmenu ul.menu > li > .sub-menu > li > a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
}

header .topmenu ul.menu > li > .sub-menu > li > .sub-menu li a {
    display: block;
    background: url('images/topmenu-sub-pointer.png') no-repeat;
    background-position: top 6px left;
    color: #fff;
    padding: 0;
    padding-left: 15px;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
}

header .topmenu ul.menu > li > .sub-menu > li:nth-of-type(6n-5) {
    clear: both;
}

header .topmenu ul.menu > li > .sub-menu > li:nth-of-type(6n-5):before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 44px);
    height: 1px;
    background: #003d81;
    margin-top: -12px;
    margin-left: -22px;
}

header .topmenu ul.menu > li > .sub-menu > li:first-of-type:before {
    display: none;
}

header #page-scroll-down {
    position: absolute;
    z-index: 101;
    left: 0;
    right: 0;
    bottom: 0;
    width: 41px;
    height: 41px;
    margin: auto;
    background: rgba(255, 255, 255, 0.59);
    padding: 11px 13px;
}

.indexheader .page-width {
    position: relative;
}

.indexheader.scrolled .logo {
    height: 60px;
    width: 91px;
    padding: 5px 20px;
}

.indexheader.scrolled .search-panel {
    padding-top: 10px;
}

.indexheader.scrolled .comparator-button {
    transition: 500ms;
    padding-right: 20px;
    padding-left: 30px;
    margin-left: 4px;
}

.indexheader.scrolled .comparator-button .text {
    transition: 500ms;
    font-size: 0;
    color: #da1326;
}

.breadcrumbs {
    padding: 20px 0;
    color: #919191;
    font-size: 15px;
    font-family: 'CorporativeSansRd-Book';
    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;
}

.content h2 {
    color: #004593;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'CorporativeSansRd';
}

.content h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'CorporativeSansRd';
}

.content h3.heading {
    font-family: 'Open Sans', sans-serif;
}

.content h4 {
    color: #004593;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'CorporativeSansRd';
}

.content a {
    text-decoration: underline;
}

.content a:hover {
    text-decoration: none;
}

.single-news-content a,
.single-news-content a * {
    color: #004593 !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: #004593;
    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: #E9E9E9;
    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 {
    background: #004593;
    color: #fff;
}

.leftmenu-mobile {
    margin-bottom: 20px;
}

.leftmenu-mobile .menu li a {
    position: relative;
    font-size: 11px;
    font-family: 'CorporativeSansRd';
    text-transform: uppercase !important;
    background: #e9e9e9;
    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-top-row {
	background-color: #e9e9e9;
	padding-top: 40px;
	padding-bottom: 35px;
}

.footer-top-row ul {
	list-style: none;
	padding-left: 0;
}

.footer-top-row ul.menu li a {
	font-size: 16px;
	color: #3b8fee;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
}

.footer-top-row ul.sub-menu li a {
	font-size: 13px;
	line-height: 24px;
	color: #000;
	text-transform: none;
	font-weight: 400;
}

.footer-newsletter-title {
	font-size: 16px;
	color: #3b8fee;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
}

.footer-newsletter-input {
	font-size: 13px;
	color: #000;
	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-bottom-row {
	background-color: #fff;
	color: #174593;
	font-size: 12px;
	padding-top: 40px;
}

.footer-bottom-row a {
	color: #174593;
}

.footer-text-box {
	float: left;
	line-height: 16px;
}

.footer-text-box-1 {
	width: 25%;
}

.footer-text-box-2 {
	width: 25%;
}

.footer-text-box-3 {
	width: 25%;
}

.footer-text-box-4 {
	width: 25%;
}

.footer-text-box-4-inner {
	position: absolute;
	bottom: 0;
	right: 15px;
}

.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';
    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;
}

.content.single-product .photos {
    width: 30%;
    float: left;
}

.content.single-product .photos-mobile {
    display: none;
}

.content.single-product .photos .mainimg,
.content.single-product .photos-mobile .mainimg {
    display: block;
    max-width: 95%;
    max-height: 320px;
    margin: auto;
}

.content.single-product .basic-info {
    width: 70%;
    margin-bottom: 45px;
    float: left;
}

.content.single-product .product-name {
    color: #004593;
    font-size: 35px;
}

.content.single-product .product-shortdesc {
    color: #727272;
    margin-top: 5px;
    font-size: 25px;
    margin-bottom: 0;
    font-family: 'CorporativeSansRd-Book';
}

.content.single-product .heading {
    color: #004694;
    font-size: 22px;
    margin-bottom: 20px;
    float: left;
}

.content.single-product .social-buttons {
    padding-top: 30px;
    float: right;
}

.content.single-product .rating {
    padding: 30px 0;
}

.content.single-product .rating .stars {
    display: inline-block;
}

.content.single-product .rating .stars .star {
    margin-right: 3px;
}

.content.single-product .rating .review-label {
    display: inline-block;
    color: #727272;
    margin-left: 10px;
    font-family: 'CorporativeSansRd';
}

.content.single-product .main-properties {
    width: 72%;
    min-height: 100px;
    padding-right: 5%;
    float: left;
    padding-top: 20px;
}

.content.single-product .main-properties ul {
    list-style-type: none;
    padding-left: 0;
}

.content.single-product .main-properties ul li {
    background: url('images/pointer-properties.svg') no-repeat;
    background-size: 13px 10px;
    background-position: left top 10px;
    padding-left: 25px;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Open Sans';
    line-height: 26px;
}

.content.single-product .basic-info .docs {
    width: 25%;
    margin-left: 18px;
    float: left;
}

.content.single-product .basic-info .docs a {
    display: block;
    width: 100%;
    height: 115px;
    margin-top: 55px;
    text-align: center;
    border: 1px solid #d7d7d7;
}

.content.single-product .basic-info .docs a img {
    display: block;
    margin: auto;
    padding: 17px 0;
}

.content.single-product .basic-info .docs a span.name {
    color: #004593;
    font-size: 12px;
    font-family: 'Open Sans';
}

.content.single-product .basic-info .anchor-buttons {
    margin-top: 50px;
}

.content.single-product .basic-info .anchor-buttons .mobile {
    display: none;
}

.content.single-product .basic-info .anchor-buttons a {
    display: block;
    width: 32%;
    height: 35px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 5px;
    border: 1px solid #d7d7d7;
    float: left;
}

.content.single-product .basic-info .anchor-buttons a.no-margin-right {
    margin-right: 0;
}

.content.single-product .basic-info .anchor-buttons img {
    margin-right: 5px;
    float: left;
}

.content.single-product .basic-info .anchor-buttons span.name {
    color: #004593;
    font-size: 12px;
    font-family: 'Open Sans';
    line-height: 35px;
    white-space: nowrap;
}

.content.single-product .pictograms {
    width: 80%;
    padding-top: 20px;
    float: left;
}

.content.single-product .pictograms .pictogram {
    width: 33%;
    margin-bottom: 10px;
    float: left;
}

.content.single-product .pictograms .pictogram img {
    max-width: 35px;
    margin-right: 10px;
    float: left;
}

.content.single-product .pictograms .pictogram span.name {
    display: block;
    width: calc(100% - 45px);
    color: #323232;
    font-size: 14px;
    line-height: 35px;
    float: left;
}

.content.single-product .pictograms .pictogram span.name span {
    display: block;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content.single-product .professional-points {
    width: 20%;
    text-align: right;
    float: left;
}

.content.single-product .professional-points img {
    float: right;
}

.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 img {
    width: 40px;
    height: 40px;
}

.content.single-product .services-icons {
    padding-top: 40px;
}

.content.single-product .description-long .description-section {
    padding-top: 40px;
}

.content.single-product .description-long .text {
    color: #323232;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.content.single-product .description-long .text ul {
    list-style-type: none;
    padding-left: 0;
}

.content.single-product .description-long .text ul li {
    background: url('images/pointer-product.svg') no-repeat;
    background-size: 8px;
    background-position: left 2px top 10px;
    padding-left: 20px;
    line-height: 26px;
    list-style-type: none;
}

.content.single-product .description-long table {
    width: 100%;
    table-layout: fixed;
}

.content.single-product .description-long table tbody,
.content.single-product .description-long table tbody tr {
    width: 100%;
}

.content.single-product .description-long table tr td {
    width: auto !important;
    padding: 8px 12px;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #ececec;
}

.content.single-product .description-long table tr td:last-of-type {
    border-right: none;
}

.content.single-product .description-long table tr:first-of-type td {
    background: #004593;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: middle;
}

.content.single-product .description-long table tr td p {
    margin: 0;
}

.content.single-product .description-long table tr td b {
    font-weight: 400;
}

.content.single-product .gotop,
.content.awards-list .gotop,
.content.docs-list .gotop {
    position: relative;
    color: #626262;
    padding-right: 15px;
    font-size: 13px;
    text-decoration: none;
    float: right;
}

.content.single-product .gotop:after,
.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;
}

.newproducts-container .related-products,
.content.single-product .related-products,
.content.refobjects-single .related-products {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
}

.newproducts-container .related-products-slider,
.content.single-product .related-products-slider,
.content.refobjects-single .related-products-slider {
    margin-top: 25px;
    overflow: hidden;
}

.newproducts-container .related-products > .product-slide,
.content.single-product .related-products-slider > .product-slide,
.content.refobjects-single .related-products-slider > .product-slide {
    width: 25%;
    float: left;
}

.newproducts-container .related-products .owl-item,
.content.single-product .related-products-slider .owl-item,
.content.refobjects-single .related-products-slider .owl-item {
    float: left;
}

.content.single-product .related-products-slider .product-slide,
.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;
}

.newproducts-container .related-products .image,
.content.single-product .related-products-slider .product-slide .image,
.content.refobjects-single .related-products-slider .product-slide .image {
    display: block;
    position: relative;
    width: 100%;
    height: 175px;
}

.newproducts-container .related-products .image img,
.content.single-product .related-products-slider .product-slide img,
.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;
}

.newproducts-container .related-products .product-slide:hover .image img,
.content.single-product .related-products-slider .product-slide:hover img,
.content.refobjects-single .related-products-slider .product-slide:hover img {
    transform: rotateX(0deg) scale(1.1);
}

.newproducts-container .related-products .product-slide .name,
.content.single-product .related-products-slider .product-slide .name,
.content.refobjects-single .related-products-slider .product-slide .name {
    color: #000;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    padding-top: 20px;
    display: block;
}

.newproducts-container .related-products .product-slide .desc,
.content.single-product .related-products-slider .product-slide .desc,
.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;
}

.newproducts-container .owl-nav,
.content.single-product .owl-nav,
.content.refobjects-single .owl-nav {
    display: none;
}

.newproducts-container .nav-container,
.content.single-product .nav-container,
.content.refobjects-single .nav-container,
.content .gallery .nav-container {
    position: relative;
}

.newproducts-container .nav-left,
.content.single-product .nav-left,
.content.refobjects-single .nav-left,
.content .gallery .nav-left {
    background: url('images/product-nav-left.png') no-repeat;
    left: 0;
}

.newproducts-container .nav-right,
.content.single-product .nav-right,
.content.refobjects-single .nav-right,
.content .gallery .nav-right {
    background: url('images/product-nav-right.png') no-repeat;
    right: 0;
}

.newproducts-container .nav,
.content.single-product .nav,
.content.refobjects-single .related-products .nav,
.content .gallery .nav {
    position: absolute;
    z-index: 10;
    top: 130px;
    width: 15px;
    height: 15px;
    background-position: center center;
    cursor: pointer;
}

.content .gallery .nav-container {
    position: relative;
}

.content .gallery .nav {
    top: 100px;
}

.content.single-product .video-tutorials,
.content.single-product .step-by-step,
.content.single-product .useful-links {
    position: relative;
    padding-top: 40px;
}

.content.single-product .video-tutorials-slider,
.content.single-product .step-by-step-slider,
.content.single-product .useful-links-box {
    margin-top: 10px;
    overflow: hidden;
}

.content.single-product .video-tutorials-slider > .video-slide,
.content.single-product .step-by-step-slider > .step-slide,
.content.single-product .useful-links-box > .link {
    width: 33.333%;
    padding: 0 5px;
    float: left;
}

.content.single-product .video-tutorials .owl-item,
.content.single-product .step-by-step .owl-item,
.content.single-product .useful-links .owl-item {
    padding: 0 5px;
    float: left;
}

.content.single-product .video-tutorials .video-slide .image,
.content.single-product .step-by-step .step-slide .image,
.content.single-product .useful-links .link .image {
    position: relative;
    background: #000;
    height: 190px;
    margin-bottom: 15px;
    overflow: hidden;
}

.content.single-product .video-tutorials .video-slide .image {
    cursor: pointer;
}

.content.single-product .step-by-step .step-slide .image,
.content.single-product .useful-links .link .image {
    background: url('images/product-default.jpg') no-repeat;
    background-position: center center;
    border: 1px solid #f3f3f3;
}

.content.single-product .video-tutorials .video-slide .image:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: url('images/youtube-play-button.png') no-repeat;
    background-position: center center;
}

.content.single-product .video-tutorials .video-slide .image img,
.content.single-product .step-by-step .step-slide .image img,
.content.single-product .useful-links .link .image img {
    position: absolute;
    left: -999px;
    right: -999px;
    top: -999px;
    bottom: -999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 105%;
    max-height: 105%;
}

.content.single-product .video-tutorials .video-slide .video {
    position: relative;
    background: #000;
    height: 190px;
    margin-bottom: 15px;
    overflow: hidden;
}

.content.single-product .video-tutorials .video-slide .video iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.content.single-product .video-tutorials .video-slide .name,
.content.single-product .step-by-step .step-slide .name,
.content.single-product .useful-links .link .name {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.content.single-product .video-tutorials .video-slide .desc,
.content.single-product .step-by-step .step-slide .desc,
.content.single-product .useful-links .link .desc {
    font-size: 13px;
    font-weight: 100;
    line-height: 17px;
    word-wrap: break-word;
}

.content.single-product .video-tutorials .nav,
.content.single-product .step-by-step .nav,
.content.single-product .useful-links .nav {
    top: 120px;
    background-color: rgba(255, 255, 255, 0.59);
    width: 34px;
    height: 34px;
}

.content.single-product .video-tutorials .nav-left,
.content.single-product .step-by-step .nav-left,
.content.single-product .useful-links .nav-left {
    left: 5px;
}

.content.single-product .video-tutorials .nav-right,
.content.single-product .step-by-step .nav-right,
.content.single-product .useful-links .nav-right {
    right: 5px;
}

.content.single-product .step-by-step {
    padding-top: 40px;
}

.content.single-product .reviews {
    padding-top: 40px;
}

.content.single-product .reviews .comments-summary {
    border: 1px solid #d7d7d7;
    padding: 15px;
}

.content.single-product .reviews .comments-summary-header {
    margin-bottom: 20px;
}

.content.single-product .reviews .comments-summary-header div.stars {
    display: flex;
    align-items: center;
}

.content.single-product .reviews .comments-summary-header span {
    line-height: 17px;
    margin-left: 10px;
    padding-top: 3px;
}

.content.single-product .reviews .comments-summary .grade-item {
    margin-bottom: 5px;
    cursor: pointer;
    display: flex;
    max-width: 480px;
}

.content.single-product .reviews .comments-summary .grade-item .left-col {
    max-width: 80px;
    display: flex;
    align-items: center;
    flex-basis: 80px;
}

.content.single-product .reviews .comments-summary .grade-item .left-col .star {
    display: flex;
    margin-right: 5px;
}

.content.single-product .reviews .comments-summary .grade-item .left-col .counter {
    text-decoration: underline;
}

.content.single-product .reviews .comments-summary .grade-item .left-col .grade {
    font-weight: 700;
    margin-right: 5px;
    text-decoration: underline;
}

.content.single-product .reviews .comments-summary .grade-item .right-col {
    max-width: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-basis: calc(100% - 80px);
}

.content.single-product .reviews .comments-summary .grade-item .right-col .graph {
    height: 10px;
    background-color: #b8b8b8;
}

.content.single-product .reviews .comments-summary .grade-item.active .right-col .graph,
.content.single-product .reviews .comments-summary .grade-item:hover .right-col .graph {
    background-color: #004593;
}

.content.single-product .reviews .comments-summary .grade-item.active  .left-col .grade,
.content.single-product .reviews .comments-summary .grade-item:hover  .left-col .grade,
.content.single-product .reviews .comments-summary .grade-item.active .left-col .counter,
.content.single-product .reviews .comments-summary .grade-item:hover .left-col .counter {
    text-decoration: none;
}

.content.single-product .reviews .comments-summary .grade-item div {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.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.single-product .reviews .heading {
    margin-bottom: 10px;
}

.content.single-product .reviews .counter {
    color: #333333;
    font-size: 13px;
}

.content.single-product .reviews .reviews-container {
    margin-top: 30px;
}

.content.single-product .reviews .reviews-container .review {
    width: 33.333%;
    padding: 0 15px 50px 15px;
    text-align: center;
    float: left;
}

.content.single-product .reviews .reviews-container .review:nth-of-type(3n-2) {
    clear: both;
}

.content.single-product .reviews .reviews-container .review .icon {
    margin-bottom: 15px;
}

.content.single-product .reviews .reviews-container .review .stars {
    margin-bottom: 10px;
}

.content.single-product .reviews .reviews-container .review .summary {
    color: #343434;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
}

.content.single-product .reviews .reviews-container .review .names {
    color: #343434;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.content.single-product .reviews .reviews-container .review .content {
    color: #343434;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    padding-bottom: 0;
}

.content.single-product .reviews .reviews-container .review .response {
    padding-top: 20px;
}

.content.single-product .reviews .reviews-container .review .response .response-title {
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
}

.content.single-product .reviews .reviews-container .review .response .response-text {
    color: #343434;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}

.content.single-product .reviews .prodbtn {
    color: #004593;
    font-size: 13px;
}

.content.single-product .reviews .prodbtn:hover {
    text-decoration: underline;
}

.content.single-product .reviews .btn-load {
    float: left;
}

.content.single-product .reviews .btn-add {
    float: right;
}

.content.single-product .reviews .btn-add:before {
    content: '';
    display: block;
    background: url('images/review-bubble-icon.png');
    width: 28px;
    height: 22px;
    margin-right: 10px;
    float: left;
}

.content.single-product .files {
    padding-top: 30px;
}

.content.single-product .comments {
    padding: 40px 0;
}

.content.single-product .comments .comments-container {
    margin-top: 20px;
}

.content.single-product .comments .comment-header {
    border-top: 1px solid #d7d7d7;
    padding: 7px 15px;
    color: #333;
    display: flex;
    justify-content: space-between;
    line-height: 16px;
}

.content.single-product .comments .comment-header .col.score,
.content.single-product .comments .comment-header .col.added {
    font-size: 12px;
}

.content.single-product .comments .comment-header .col.name {
    margin: auto;
    text-transform: uppercase;
}

.content.single-product .comments .comment-body {
    padding: 5px 15px 15px 15px;
    font-weight: 300;
    line-height: 26px;
}

.content.single-product .useful-links {
    padding: 40px 0;
}

.content.single-product .useful-links > .link {
    width: 33.333%;
    padding: 0 5px;
    float: left;
}

.content.single-product .useful-links > .link:nth-of-type(3n-2) {
    clear: both;
}

.content.single-product .banner {
    padding-top: 10px;
    padding-bottom: 25px;
}

.content.single-product .banner img {
    width: 100%;
}

.content.single-product .files .photo {
    width: 30%;
    margin-top: 50px;
    float: left;
}

.content.single-product .files .photo img {
    display: block;
    max-width: 95%;
    max-height: 320px;
    margin: auto;
}

.content.single-product .files .info {
    width: 70%;
    padding-top: 30px;
    float: left;
}

.content.single-product .files .info .name {
    color: #004593;
    font-size: 35px;
}

.content.single-product .files .info .desc {
    color: #004593;
    font-size: 25px;
    font-weight: 300;
}

.content.single-product .files .info .heading {
    display: block;
    margin-top: 40px;
    float: none;
}

.content.single-product .files .docslist .file {
    width: 50%;
    margin-bottom: 10px;
    text-decoration: none;
    float: left;
}

.content.single-product .files .docslist .file img {
    display: block;
    margin-right: 20px;
    float: left;
}

.content.single-product .files .docslist .file .filename {
    font-size: 14px;
}

.content h1.pagetitle {
    color: #004593;
    margin-top: 5px;
    font-size: 35px;
    font-family: 'CorporativeSansRd';
}

.single-venti_obiekty_ref .content h1.pagetitle {
    margin-top: -5px;
}

.content.product-category {
    overflow: hidden;
}

.content.product-category h1 {
    color: #004593;
    font-size: 35px;
    font-family: 'CorporativeSansRd';
}

.content.product-category .not-found {
    margin: 20px 0;
    color: #919191;
    font-size: 15px;
    font-family: 'CorporativeSansRd-Book';
}

.content.product-category .pagination-box.bottom {
    padding: 80px 0 30px;
}

.content.product-category .pagination-box .showall {
    color: #004593;
    line-height: 23px;
    margin-right: 45px;
    font-family: 'CorporativeSansRd-Medium';
    float: left;
}

.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: #004593;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 13px;
    font-family: 'CorporativeSansRd-Medium';
	text-decoration: none;
}

.content .pagination-box .paginator .number.active {
    color: #fff;
    background: #004593;
}

.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: 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: #000;
    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;
}

.newproducts-container .properties ul,
.content.product-category .product-box .properties ul {
    list-style-type: none;
    padding-left: 0;
}

.newproducts-container .properties ul li,
.content.product-category .product-box .properties ul li {
    background: url('images/pointer-properties.svg') no-repeat;
    background-size: 13px 10px;
    background-position: left top 8px;
    padding-left: 20px;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Open Sans';
    line-height: 23px;
}

.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;
}

.newproducts-container .properties,
.content.product-category .product-box .properties {
    max-height: 95px;
    margin-bottom: 75px;
    overflow: hidden;
}

.newproducts-container .links,
.content.product-category .product-box .links {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 23px;
}

.newproducts-container .links .more,
.content.product-category .product-box .links .more {
    line-height: 36px;
    color: #004593;
    font-size: 12px;
    font-family: 'CorporativeSansRd-Medium';
    text-transform: uppercase;
}

.newproducts-container .links .compare,
.content.product-category .product-box .links .compare {
    color: #004593;
    border: 1px solid #d7d7d7;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 12px;
    float: right;
}

.newproducts-container .links .compare:before,
.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,
.content.refobjects-list .filter-form .buttons {
    display: block;
    width: 25%;
    padding: 0 4px;
    float: left;
}

.content.refobjects-list .filter-form .multiselect-native-select .btn-group {
    width: 100%;
}

.content.refobjects-list .filter-form input[type="submit"],
.custom-map-container .controls input[type="submit"] {
    background: transparent url('images/refobject-search.svg') no-repeat;
    background-size: 15px;
    background-position: right 23px center;
    color: #004593;
    border: 1px solid #d7d7d7;
    width: 50%;
    height: 41px;
    padding-left: 25px;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    float: left;
}

.content.refobjects-list .filter-form input[type="reset"],
.custom-map-container .controls input[type="reset"] {
    background: none;
    color: #004593;
    border: none;
    width: 50%;
    height: 41px;
    text-align: center;
    font-size: 12px;
    font-family: 'CorporativeSansRd-Medium';
    text-transform: lowercase;
    float: left;
}

.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: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 5px;
}

.content.refobjects-list .refobject-box .desc {
    font-size: 14px;
    font-weight: 300;
    padding: 0 5px;
}

.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: #004593;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.content.refobjects-list .filter-form .selected-filters .filters,
.content.trainings-list .selected-filters .filters {
    color: #6a6a6a;
    font-size: 14px;
    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: #004593;
    font-size: 13px;
    font-family: 'CorporativeSansRd-Medium';
    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: #004593;
    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';
}

.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: #004694;
    font-size: 22px;
    font-weight: 400;
    font-family: 'CorporativeSansRd';
}

.content.refobjects-single .heading {
    color: #004694;
    margin-top: 40px;
    font-size: 22px;
    font-family: 'CorporativeSansRd';
}


.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';
    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-size: 14px;
    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-size: 14px;
    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-size: 14px;
    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 {
    width: calc(50% - 3px);
    line-height: 43px;
    float: left;
}

.custom-map-container .control-group.custom-select-inside {
    margin-bottom: 3px;
}

.custom-map-container .control-group .multiselect-native-select {
    display: block;
    width: 100%;
    margin-bottom: 4px;
}

.custom-map-container .control-group .multiselect-native-select .btn-group {
    width: 100%;
}

.custom-map-container .control-group .multiselect-native-select .btn-group .multiselect {
    font-size: 14px;
    font-weight: 400;
}

.custom-map-container .control-group:nth-of-type(2n-1) {
    margin-right: 5px;
}

.custom-map-container .control-group input,
.custom-map-container .control-group select {
    background: #f3f3f3;
    border: none;
    width: 100%;
    height: 43px;
    line-height: 43px;
    margin-bottom: 4px;
    padding: 0 20px;
}

.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: 43px !important;
    border: none !important;
    outline: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    background: #F3F3F3;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 45px !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 {
    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 .controls .buttons {
    width: 30%;
    margin: 25px 0;
    float: right;
}

.custom-map-container .paginator {
    padding-top: 70px;
    float: right;
}

.custom-map-container .paginator .page {
    display: block;
    width: 30px;
    height: 25px;
    line-height: 25px;
    color: #004593;
    margin: 0 4px;
    text-align: center;
    font-size: 13px;
    font-family: 'CorporativeSansRd-Medium';
    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: #004593;
    color: #fff;
}

.content.map-professionals {
    position: relative;
    overflow: hidden;
}

.content.map-professionals .page-content {
    margin-top: 35px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 300;
}

.search-results-title {
    color: #004593;
    font-size: 25px;
    font-family: 'CorporativeSansRd';
    padding: 20px 0;
}

.search-results .result-row {
    padding: 20px 15px;
    border-top: 1px solid #d2d2d2;
}

.search-results .result-row:nth-of-type(2n) {
    background: #f2f2f2;
}

.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-page-template-helpful-applications .content p,
.page-template-default .content p,
.content.magazyny p,
.content.awards-list p,
.single .content p {
    color: #323232;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 10px;
}

.content .page-content ul,
.page-template-default .content ul,
.single-news-content ul,
.page-template-page-template-main-sections .main-section-box ul {
    list-style-type: none !important;
    padding-left: 0;
    clear: both;
}

.content .page-content ul:not(.select2-results__options) li,
.page-template-default .content ul:not(.select2-results__options) li,
.single-news-content ul:not(.select2-results__options) li,
.page-template-page-template-main-sections .main-section-box ul:not(.select2-results__options) li {
    color: #323232;
    font-size: 14px;
    font-weight: 300;
    background: url('images/pointer-product.svg') no-repeat;
    background-size: 8px;
    background-position: left 2px top 10px;
    padding-left: 20px;
    line-height: 26px;
}

.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;
    color: #323232;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.page-template-default .content table tr td:last-of-type,
.single-news-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: #004593;
    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: #e9e9e9;
    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: #004593;
    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;
}

.newproducts-container {
    padding-bottom: 50px;
}

.newproducts-container .title {
    color: #004593;
    font-size: 50px;
    font-family: 'CorporativeSansRd';
}

.newproducts-container .product-slide {
    position: relative;
    height: 475px;
    padding-left: 15px;
    padding-right: 15px;
}

.newproducts-container .product-slide .desc {
    height: 55px;
}

.newproducts-container .product-slide .properties {
    margin-bottom: 0;
}

.newproducts-container .nav {
    top: 150px;
}

.newproducts-container .related-products-slider > .product-slide {
    width: 25%;
    float: left;
}

.bottomboxes-container {
    padding-top: 45px;
    padding-bottom: 30px;
}

.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';
    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: #004694;
    font-size: 22px;
}

.magazyny-container .magazine .info .subtitle {
    color: #004694;
    font-size: 16px;
    margin-bottom: 20px;
}

.magazyny-container .magazine .info .desc {
    color: #000;
    font-size: 14px;
    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: #004593;
    font-size: 14px;
    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 {
    color: #004593;
    font-size: 13px;
    font-family: 'CorporativeSansRd-Medium';
    letter-spacing: 2px;
}

.content.awards-list .interval-selector .interval:last-of-type {
    padding-right: 39px;
}

.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: #004694;
    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: #002650;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
}

.content.awards-list .awards-container .section .award .more {
    display: block;
    color: #004593;
    margin-top: 35px;
    font-size: 12px;
    font-family: 'CorporativeSansRd-Medium';
    text-transform: uppercase;
}

.homenews-container {
    background: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 25px;
}

.homenews-container .section-title {
    color: #004694;
    font-size: 49px;
    float: left;
}

.homenews-container .category-switch {
    color: #b7b7b7;
    font-size: 15px;
    font-weight: 300;
    float: right;
}

.homenews-container .category-switch a {
    color: #000;
    margin: 0 10px;
    padding: 5px 10px;
}

.homenews-container .category-switch .active {
    background: #d2dbe7;
    font-weight: 400;
}

.homenews-container .news-list {
    display: none;
    padding-top: 60px;
}

.homenews-container .news-list.active {
    display: block;
}

.homenews-container .news-list .post-box {
    width: 33.333%;
    padding: 0 25px;
    float: left;
}

.homenews-container .news-list .post-box:nth-of-type(3n-2) {
    clear: both;
}

.homenews-container .news-list .post-box .inner {
    height: 190px;
    margin-bottom: 10px;
    overflow: hidden;
}

.homenews-container .news-list .post-box .date {
    color: #002650;
    font-size: 11px;
    font-weight: 300;
}

.homenews-container .news-list .post-box .title {
    display: block;
    color: #004593;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.homenews-container .news-list .post-box .text{
    color: #002650;
    font-size: 13px;
    font-weight: 300;
}

.homenews-container .news-list .post-box .button {
    display: table;
    background: #004593;
    color: #fff;
    padding: 10px 15px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.homenews-container .all-news {
    display: table;
    color: #404040;
    margin: auto;
    padding-top: 50px;
    font-size: 13px;
    font-weight: 300;
}

.blueboxes-container .section-title {
    color: #fff;
    margin-bottom: 20px;
    font-size: 50px;
    font-family: 'CorporativeSansRd';
}

.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;
}

.management-container .manager {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 50px;
    float: left;
}

.management-container .manager:nth-of-type(3n-2) {
    clear: both;
}

.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: #002650;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    height: 110px;
    overflow: hidden;
}

.management-container .manager .more {
    display: table;
    color: #004593;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 35px;
}

.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-size: 14px;
    font-family: 'CorporativeSansRd';
}

.content.docs-list .category-selector {
    display: block;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 2px;
}

.content.docs-list .category-selector td {
    width: 14.28%;
    height: 75px;
    padding: 5px;
    border: 1px solid #D2D2D2;
    text-align: center;
    cursor: pointer;
}

.content.docs-list .category-selector td.active {
    background: #004593;
}

.content.docs-list .category-selector td a {
    display: block;
    color: #004593;
    line-height: 16px;
    font-size: 14px;
    font-family: 'CorporativeSansRd';
    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: #004593;
    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: #004593 !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 h3 {
    color: #004593;
    font-size: 22px;
    float: left;
}

.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: #004593;
    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: #004593;
    margin: 10px 0;
    padding: 35px 50px;
    float: left;
}

#contact_form input[type="text"],
#contact_form textarea,
#contact_form select {
    width: 100%;
    border: none;
}

#contact_form input[type="text"],
#contact_form select {
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
}

#contact_form textarea {

}

#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 input {
    display: none;
}

#contact_form .checkbox-field label a {
    color: #fff;
}

#contact_form .checkbox-field label {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    padding-left: 30px;
}

#contact_form .checkbox-field label::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background: #fff;
    width: 16px;
    height: 16px;
}

#contact_form .checkbox-field input:checked + label:before {
    background-image: url('images/checkbox-checked.png');
}

#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: #f3f3f3 url('images/multiselect-caret.png') no-repeat;
    background-position: right 15px top 20px;
}

#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: 153px;
    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;
}

.services-icons .service img {
    display: table-cell;
    width: 40px;
    margin: 0 5px;
}

.services-icons .service span {
    display: table-cell;
    width: 100px;
    height: 40px;
    padding-left: 5px;
    vertical-align: middle;
}

.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: #004593;
    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: #004593;
    font-size: 14px;
    font-family: 'CorporativeSansRd-Medium';
    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';
}

.trainings-list .search-results table {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open Sans';
    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';
    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: #004694;
    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-left: 20px;
    margin-top: 50px;
    float: left;
}

.helpline-mobile .title {
    color: #004593;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.helpline-mobile .number {
    color: #004593;
    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 { /* Chrome/Opera/Safari */
    color: #333;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}
.custom-map-container input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #333;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}
.custom-map-container input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #333;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}
.custom-map-container input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #333;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}




/* Multiselect */

.multiselect {
    display: none;
    background: #f3f3f3 url('images/multiselect-caret.png') no-repeat;
    background-position: right 20px top 20px;
    border: none;
    width: 100%;
    height: 43px;
    padding: 0 30px 0 23px;
    text-align: left;
    font-size: 13px;
    font-weight: 300;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.multiselect .caret {
    display: none;
}

.multiselect:hover {
    background-color: #ebebeb !important;
}

.btn-group.open .multiselect {
    background-color: #ebebeb !important;
    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%;
    }
}



.mobileheader {
    display: none;
    position: fixed;
    z-index: 10000002;
    width: 100%;
    top: -200px;
    background: #E9E9E9;

    transition: top 500ms;
}

.mobileheader.active {
    top: 0;
    transition: top 500ms;
}

.mobileheader .logo {
    height: auto;
    padding-left: 0;
    padding-right: 20px;
    float: left;
    transition-duration: 0s;
}

.mobileheader .logo img {
    height: 45px;
}

.mobileheader .search-panel {
    width: 80%;
    padding-top: 14px;
    transition-duration: 0s;
}

#loadmoredocs,
#loadmorerelprods {
    display: none;
    position: relative;
    color: #004593;
    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: #004694 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: #004694;
    color: #fff;
}

.single-news-content iframe {
    max-width: 100%;
}

.page-id-22877 .wp-caption {
    display: inline-block;
    float: none !important;
    vertical-align: top;
}

/* Reset bootstrap */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
}


/* Style2 */
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: #004593;
    color: #fff;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #004593;
}

.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;
}

.page-template-page-template-contact-boxes a[href*="tel:"] {
    text-decoration: none;
}

.news-box h2.pagetitle a,
.single-post .content h1.pagetitle {
    color: #222222;
    margin-top: 10px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    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: #004593;
    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: #004593;
    font-size: 13px;
    text-transform: uppercase;
}

.page .news-return-link a {
    width: 40px;
    height: 40px;
    border: 1px solid #d7d7d7;
    display: block;
    background: url('images/news-go.png') no-repeat center center;
}

.single-post .news-return-link {
    padding-top: 20px;
}

.news-boxes-container {
    display: flex;
    flex-wrap: wrap;
}

.news-box {
    flex-basis: calc(33% - 14px);
    margin-right: 21px;
    margin-bottom: 60px;
    padding-bottom: 70px;
    position: relative;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
}

.news-box .news-return-link {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.news-box:nth-child(3n) {
    margin-right: 0;
}

.news-box .news-image {
    height: 190px;
    overflow: hidden;
    margin-top: 0;
    position: relative;
}

.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: 105%;
    height: auto;
    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;
}

.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 {
    font-size: 11px;
    color: #002650;
    font-weight: 300;
}

.news-category-list {
    font-size: 0;
    display: inline;
}

.news-category-list a,
.news-category-list span {
    font-size: 11px;
    color: #002650;
}

.news-date {
    display: inline;
}

.news-info .separator {
    margin-left: 5px;
    margin-right: 5px;
}

.news-info .category-separator {
    margin-right: 3px;
    margin-left: 2px;
}

.single-news-content {
    font-weight: 300;
}

.main-boxes-container {
    padding-bottom: 24px;
}

.main-boxes {
    padding-top: 12px;
}

.main-small-boxes {
    display: none;
}

.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-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;
}

.small-boxes-container {
    margin-top: 6px;
}

.main-box {
    width: calc(25% - 9px);
    margin-right: 12px;
    float: left;
    height: 225px;
    margin-top: 12px;
}

.main-box.main-box-3 {
    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: 242px;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    position: relative;
    padding: 0 8px;
}

.contact-box-link {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    text-decoration: underline;
}

.contact-box-link a {
    font-size: 13px;
    color: #002650;
    font-weight: 300;
}

.contact-box:nth-child(-n+4) {
    border-top: 1px solid #d4d4d4;
}

.contact-box:nth-child(4n-3) {
    border-left: 1px solid #d4d4d4;
    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: #002650;
    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: #002650;
}

.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: #004694;
    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: #004593;
}

.brand-title {
    padding-bottom: 35px;
}

.brand-title h2 {
    font-size: 22px;
    color: #004694;
}

.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: #002650;
    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;
    font-size: 14px;
    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-bottom-row {
    padding-bottom: 30px;
}

.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 {
        font-size: 16px;
        line-height: 28px;
    }

    .page-template-default .content ul li,
    .single .content ul li {
        font-size: 16px;
        line-height: 28px;
    }

    .content.single-product .description-long .text {
        font-size: 16px;
        line-height: 28px;
    }

    .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;
    }

    .homenews-container .news-list .post-box .text {
        font-size: 16px;
        line-height: 24px;
    }

    .homenews-container .news-list .post-box .inner {
        height: 225px;
    }

    .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;
    }
}


/* Job offers */

#workoffers_accordion .offer {
    border-bottom: 1px solid #c8c8c8;
    padding: 20px 5px;
}

#workoffers_accordion .offer:last-of-type {
    border-bottom: none;
}

#workoffers_accordion .offer .titlebar {
    cursor: pointer;
}

#workoffers_accordion .offer .titlebar .title {
    max-width: 85%;
    color: #323232;
    font-size: 17px;
    font-weight: 600;
    float: left;
}

#workoffers_accordion .offer .titlebar .button,
#workoffers_accordion .offer .content .button_collapse {
    color: #626262;
    font-size: 13px;
    text-decoration: none;
    float: right;
}

#workoffers_accordion .offer .titlebar .button img,
#workoffers_accordion .offer .content .button_collapse img {
    margin-left: 8px;
    margin-top: 4px;
    float: right;
}

#workoffers_accordion .offer .content .button_apply {
    border: 1px solid #d7d7d7;
    color: #004593;
    padding: 10px 25px;
    font-size: 12px;
    line-height: 22px;
    text-transform: capitalize;
    text-decoration: none;
    float: left;
}

#workoffers_accordion .offer .content .button_apply img {
    margin-left: 40px;
    margin-top: 3px;
    float: right;
}

#workoffers_accordion .offer .fb-share-button {
    margin-left: 30px;
    margin-top: 10px;
}

#workoffers_accordion .offer .content {
    display: none;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
}

#workoffers_accordion .offer .content ul {
    margin-bottom: 20px;
}

#workoffers_accordion .offer .content li {
    color: #747474;
    font-size: 14px;
}

#workoffers_accordion .offer .content p {
    margin: 5px 0;
}

#workoffers_accordion .overlay {
    display: none;
    position: absolute;
    z-index: 100001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

#workoffers_accordion .offer.visible .overlay {
    display: block;
}

#workoffers_accordion .overlay .popup {
    background: #FAFAFA;
    width: 90%;
    max-width: 580px;
    margin: auto;
    margin-top: 200px;
    padding: 40px 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#workoffers_accordion .overlay .popup .close {
    color: #161f92;
    margin-top: -25px;
    margin-right: -10px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'CorporativeSansRd-Medium';
    text-decoration: none;
    float: right;
    opacity: 1;
}

#workoffers_accordion .overlay .popup form {
    position: relative;
}

#workoffers_accordion .overlay .popup form label.heading {
    font-size: 14px;
    font-weight: 600;
}

#workoffers_accordion .overlay .popup form .offer-title {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 25px;
}

#workoffers_accordion .overlay .popup form .offer-title:first-of-type {
    font-size: 18px;
}

#workoffers_accordion .overlay .popup form label.label_left {
    display: block;
    color: #B3B3B3;
    width: 35%;
    margin-right: 2%;
    line-height: 33px;
    text-align: right;
    font-size: 14px;
    float: left;
}

#workoffers_accordion .overlay .popup form label.has-errors {
    color: #ff0000;
}

#workoffers_accordion .overlay .popup form input[type="text"],
#workoffers_accordion .overlay .popup form textarea,
#workoffers_accordion .overlay .popup form select {
    display: block;
    width: 100%;
    height: 41px;
    line-height: 41px;
    margin-bottom: 15px;
    padding: 0 10px;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    font-size: 14px;
    font-weight: 300;
}

#workoffers_accordion .overlay .popup form input[type="text"].required,
#workoffers_accordion .overlay .popup form textarea.required,
#workoffers_accordion .overlay .popup form select.required {
    background-image: url('images/asterisk.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
}

#workoffers_accordion .overlay .popup form input[type="text"].has-errors,
#workoffers_accordion .overlay .popup form textarea.has-errors,
#workoffers_accordion .overlay .popup form select.has-errors {
    border: 1px solid #ff0000;
}

#workoffers_accordion .overlay .popup form textarea {
    height: 105px;
    line-height: 20px;
    padding: 10px;
    resize: none;
}

#workoffers_accordion .overlay .popup form .select2 {
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
}

#workoffers_accordion .overlay .popup form input[type="submit"] {
    display: table;
    background: #26589c;
    border: none;
    color: #fff;
    margin: auto;
    margin-top: 30px;
    padding: 10px 50px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

#workoffers_accordion .overlay .popup form .req {
    display: block;
    color: #B3B3B3;
    width: 40%;
    font-size: 13px;
    float: right;
}

#workoffers_accordion .overlay .popup form .dane_osobowe {
    color: #BABABA;
    width: 80%;
    margin: auto;
    padding-top: 30px;
    text-align: justify;
    font-size: 11px;
    clear: both;
}

#workoffers_accordion .overlay .popup form .dane_osobowe input[type="checkbox"] {
    display: block;
    margin-top: 3px;
    margin-right: 10px;
    float: left;
}

#workoffers_accordion .overlay .popup form .dane_osobowe label {
    display: block;
    margin-left: 30px;
}

#workoffers_accordion .overlay .popup form .attach-field {
    width: 50%;
    padding-top: 10px;
    float: left;
}

#workoffers_accordion .overlay .popup form .attach-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

#workoffers_accordion .overlay .popup form .attach-field.has-errors label {
    color: #ff0000;
}

#workoffers_accordion .overlay .popup form .attach-field input {
    display: none;
}

#workoffers_accordion .overlay .popup form .attach-field .file-input {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

#workoffers_accordion .overlay .popup form .attach-field .file-input img {
    margin-right: 15px;
}

#workoffers_accordion .overlay .popup form .attach-field .file-input .file-name {
    color: #004593;
    font-size: 12px;
}

#workoffers_accordion .overlay .popup form .checkbox-field {
    clear: both;
    padding-top: 25px;
}

#workoffers_accordion .overlay .popup form .checkbox-field input {
    display: none;
}

#workoffers_accordion .overlay .popup form .checkbox-field label {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    padding-left: 30px;
}

#workoffers_accordion .overlay .popup form .checkbox-field label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background: #f3f3f3;
    width: 16px;
    height: 16px;
}

#workoffers_accordion .overlay .popup form .checkbox-field input:checked + label:before {
    background-image: url('images/checkbox-checked.png');
}

#workoffers_accordion .overlay .popup form .select2-container--default .select2-selection--single {
    border: none !important;
    height: 41px !important;
    line-height: 41px !important;
    background: #f3f3f3 url('images/multiselect-caret.png') no-repeat;
    background-position: right 20px top 20px;
}

#workoffers_accordion .overlay .popup form .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

#workoffers_accordion .overlay .popup form .multiselect-native-select .btn-group {
    width: 100%;
}

#workoffers_accordion .overlay .popup form .multiselect.dropdown-toggle {
    width: 100%;
    height: 41px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 300;
}

#workoffers_accordion .overlay .popup form .dropdown-menu {
    margin-top: -15px;
}

#workoffers_accordion .overlay .popup form .multiselect-native-select li {
    background-image: none !important;
    padding-left: 0;
}

#workoffers_accordion .overlay .popup form .multiselect-native-select .checkbox {
    background-position: left 15px center !important;
    padding-left: 40px !important;
}

#workoffers_accordion .overlay .popup form .message {
    margin-top: 30px;
    font-weight: 600;
}

.joboffer_success {
    margin-bottom: 10px;
}

.joboffer_error {
    color: #ff0000;
    margin-bottom: 10px;
}

.select2-container {
    z-index: 100001;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px !important;
    padding-left: 10px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
}

.select2-dropdown {
    margin-top: -5px;
}

.select2-selection--single {
    height: 43px !important;
    line-height: 43px !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;
}

/* Forms */
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;
    font-size: 14px;
    float: left;
}

#contact_form input[type="text"],
#contact_form textarea,
#contact_form select,
#contact_form input[type="file"] {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    padding: 0 10px;
    color: #242424;
    font-family: "Work Sans",sans-serif;
    border: 1px solid #989898;
}

#contact_form .attach-group input {
    display: none;
}

#contact_form textarea {
    height: 105px;
    line-height: 20px;
    resize: none;
    padding: 10px;
    font-size: 14px;
    font-family: "Work Sans",sans-serif;
}

#contact_form input[type="checkbox"] {
    display: none;
    margin-top: 3px;
    margin-right: 10px;
    float: left;
}

#contact_form input[type="checkbox"] + label {
    display: block;
    color: #fff;
    margin: auto;
    margin-left: 10px;
    padding-top: 2px;
}

#contact_form input[type="submit"] {
    background: #fff;
    background-position: right 10px center !important;
    border: none;
    color: #004593;
    margin-top: 20px;
    padding: 12px 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.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 {
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    border: 0;
}

.cleared-block {
    clear: both;
    padding-bottom: 20px;
    padding-top: 20px;
}

.comparator-container {
    float: right;
}

.comparator-button {
    float: right;
    display: table;
    padding-right: 28px;
    padding-left: 38px;
    margin-left: 4px;
    height: 28px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    padding-top: 5px;
    cursor: pointer;
    font-family: 'CorporativeSansRd', 'Open Sans', sans-serif;
    background: url(images/lang-switch-expand.png) #da1326 right 10px center no-repeat;
    position: relative;
    transition: 500ms;
}

.comparator-button .text {
    transition: 500ms;
}


.comparator-button:before {
    position: absolute;
    display: block;
    content: url('images/comparator/comparator-icon.png');
    width: 17px;
    height: 17px;
    left: 11px;
    top: 6px;
}

.comparator-box {
    display: none;
    position: absolute;
    top: 29px;
    width: 671px;
    right: 15px;
}

.comparator-header {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    background-color: #004593;
    padding: 14px 18px;
    font-weight: 600;
}

.compare-button-container {
    margin: auto;
}

.compare-button {
    font-weight: 600;
    color: #fff;
    width: 218px;
    background-color: #d1202c;
    font-size: 13px;
    text-align: center;
    padding: 14px 0;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    margin: auto;
}

.compare-button:focus {
    color: #fff;
}

.compare-button:hover {
    color: #fff;
}

.comparator-body {
    height: 440px;
    border: 1px solid #004593;
    background-color: #fff;
}

.comparator-inner-body {
    height: 330px;
    overflow: hidden;
}

.comparator-footer-col {
    width: 50%;
    float: left;
}

.comparator-footer .footer-info-message {
    font-weight: 300;
    color: #000;
    font-size: 13px;
    line-height: 15px;
    padding-left: 62px;
    padding-right: 30px;
    padding-top: 8px;
    position: relative;
}

.comparator-footer .footer-info-message:before {
    position: absolute;
    content: url('images/comparator/info-icon.png');
    left: 36px;
    top: 15px;
}

.comparator-inner-body-container {
    margin-left: 10px;
    margin-right: 10px;
}

.comparator-body-col {
    width: calc(33.3333% - 8px);
    float: left;
    position: relative;
    margin: 10px 4px;
}

.comparator-box-inner-col {
    padding: 5px 10px 5px 10px;
    width: 100%;
    border: 1px solid #d7d7d7;
    height: 255px;
    overflow: hidden;
}

.comparator-additional-compare-button-box .comparator-box-table {
    height: 100%;
}

.comparator-box-table {
    display: table;
    width: 100%
}

.comparator-body-col .comparator-box-product-photo {
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}

.comparator-body-col .comparator-box-product-photo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    height: 120px;
}

.comparator-body-col .comparator-box-product-photo img.additional-comparator-button-copy {
    height: 42px;
}

.comparator-box-product-texts {
    margin-top: 10px;
    max-height: 120px;
    overflow: hidden;
}

.comparator-box-product-name {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 6px;
}

.comparator-box-product-description {
    font-weight: 400;
    font-size: 13px;
    color: #000;
}

.comparator-box-product-delete {
    white-space: nowrap;
    width: 100px;
    border: 1px solid #1c4088;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    margin: 10px auto 10px auto;
    bottom: 5px;
    left: calc(50% - 50px);
}

.comparator-box-product-delete a {
    display: block;
    color: #1c4088;
    padding-top: 10px;
    padding-bottom: 10px;
}

.single-product .basic-info .compare.disabled,
.content.product-category .product-box .links .compare.disabled {
    cursor: default;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    text-decoration: none;
    opacity: 0.5;
}

#second-competition-compare-button.disabled,
#competition-compare-button.disabled,
#products-compare-button.disabled {
    opacity: 0.2;
    cursor: default;
}

#second-competition-compare-button.disabled:focus,
#second-competition-compare-button.disabled:hover,
#competition-compare-button.disabled:focus,
#competition-compare-button.disabled:hover,
#products-compare-button.disabled:focus,
#products-compare-button.disabled:hover {
    text-decoration: none;
}

.page-template-page-template-comparator .services-icons {
    margin-top: 20px;
    margin-bottom: 25px;
}

.comparator-table {
    width: 100%;
    display: table;
    table-layout: fixed;
    /*min-width: 1200px;*/
}

.comparator-table-overflow {
    overflow: auto;
}

.comparator-table tr th:first-child,
.comparator-table tr td:first-child {
    width: 230px;
}

.comparator-table tr td {
    border-right: 1px solid #e3e4e4;
    border-left: 1px solid #e3e4e4;
    border-bottom: 1px solid #e3e4e4;
}

.comparator-table tr.comparator-product-row td {
    vertical-align: top;
}

.comparator-table tr td:first-child {
    border-left: none;
}

.comparator-table tr td:last-child {
    border-right: none;
}

.comparator-table th {
    background-color: #1c4088;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    height: 52px;
}

.comparator-product-table {
    display: table;
    width: 100%;
}

.comparator-product-photo {
    height: 155px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.comparator-product-photo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    height: 155px;
}

.content.text .comparator-product-photo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    height: 155px;
}

.comparator-product-photo img.additional-comparator-button-copy {
    height: 42px;
}

.comparator-table .comparator-product-row td:not(.parameter-col) {
    width: calc(33.3333% - 83px);
    padding: 15px 30px;
    position: relative;
    padding-bottom: 65px;
    height: 320px;
}

.fixed-comparator-header .comparator-table .comparator-product-row td:not(.parameter-col) {
    height: 35px;
    padding-bottom: 0;
}

.fixed-comparator-header tr td {
    border-bottom: none;
}

.fixed-comparator-header {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 5px solid #234181;
    position: fixed;
    background-color: #fff;
    z-index: 10000003;
    left: 0;
    top: -200px;
    width: 100%;
    transition: top 500ms;
}

.fixed-comparator-header.active {
    top: 0;
    transition: top 500ms;
}

.fixed-comparator-header .comparator-table tr.comparator-product-row td {
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.fixed-comparator-header .comparator-table tr.comparator-product-row td .comparator-product-delete {
    font-weight: 400;
}

.fixed-comparator-header .comparator-table tr.comparator-product-row td.parameter-col {
    text-transform: uppercase;
    color: #23398e;
}

.fixed-comparator-header .comparator-product-photo {
    height: auto;
}

.fixed-comparator-header .comparator-product-photo img.additional-comparator-button-copy {
    display: none;
}

.fixed-comparator-header .comparator-box-product-texts,
.fixed-comparator-header .comparator-box-product-name {
    margin-top: 0;
}

.fixed-comparator-header .comparator-product-delete {
    bottom: -10px;
}

.comparator-product-delete {
    white-space: nowrap;
    width: 100px;
    border: 1px solid #1c4088;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    margin: 10px auto 10px auto;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 50px);
}

.comparator-product-delete a {
    display: block;
    color: #1c4088;
    padding-top: 10px;
    padding-bottom: 10px;
}

.comparator-table .comparator-table-col {
    padding: 16px 12px;
    font-size: 13px;
    color: #010101;
    vertical-align: middle;
    text-align: center;
}

.comparator-table .comparator-table-name-col {
    font-weight: 600;
    color: #004694;
    text-align: left;
}

.comparator-table .comparator-table-section {
    text-transform: uppercase;
    color: #fff;
    background-color: #1c4088;
    font-weight: 600;
    text-align: left;
}

.comparator-table tr.marked td {
    background-color: #eff4fc;
}

.comparator-info {
    font-size: 18px;
    margin-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;
}

.page-template-page-template-comparator .print-button-container .services-icons {
    margin-top: 10px;
    margin-bottom: 14px;
}

.comparator-upper-content {
    padding-bottom: 0;
}

.comparator-competition-container .comparator-competition-intro {
    margin-top: 40px;
}

.comparator-competition-container .comparator-product {
    width: 240px;
}

.comparator-competition-container .competition-products-row .comparator-product {
    width: 20%;
}

.comparator-competition-container .comparator-competition-product-inner {
    width: 240px;
    margin: auto;
}

.comparator-competition-container .competition-products-container {
    margin-top: 60px;
}

.comparator-competition-container .competition-products-container .competition-products-text {
    font-size: 20px;
    margin-bottom: 40px;
}

.comparator-competition-info {
    font-size: 20px;
}

.competition-products-container .competition-products-row .comparator-product {
    display: inline-block;
    padding-top: 10px;
    height: 280px;
    overflow: hidden;
}

.competition-products-container .competition-products-row .comparator-product .checkbox-field {
    display: table;
    margin: 15px auto auto auto;
}

.comparator-competition-container .competition-products-button {
    margin-top: 20px;
}

.comparator-competition-container .competition-products-button a {
    text-decoration: none;
}

.comparator-competition-container .competition-products-button a:hover,
.comparator-competition-container .competition-products-button a:focus {
    text-decoration: underline;
}

.comparator-competition-container input[type="checkbox"] {
    display: none;
    margin-top: 3px;
    margin-right: 10px;
    float: left;
}

.comparator-competition-container input[type="checkbox"] + label {
    display: block;
    color: #fff;
    position: relative;
    width: 16px;
    height: 16px;
}

.comparator-competition-container .checkbox-field label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background: #fff;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
}

.comparator-competition-container .checkbox-field .competition-checkbox.disabled + label:before {
    background: #eae9e9;
    border: 1px solid #ccc;
}

.comparator-competition-container .checkbox-field input:checked + label:before {
    background-image: url(images/checkbox-checked.png);
    background-position: center;
}

.competition-products-row {
    font-size: 0;
}

.mobile-comparator-row {
    display: none;
}

.mobile-comparator-row .comparator-table-name-col {
    text-align: left;
    border-bottom: none;
    padding-bottom: 1px;
}

.atlas-world-button {
    float: right;
    display: table;
    padding-right: 25px;
    padding-left: 38px;
    margin-left: 3px;
    height: 28px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    padding-top: 5px;
    cursor: pointer;
    font-family: 'CorporativeSansRd', 'Open Sans', sans-serif;
    background: url(images/atlas-world-expand.png) #002657 right 10px center no-repeat;
    position: relative;
    transition: 500ms;
}

.atlas-world-button:focus,
.atlas-world-button:hover {
    color: #fff;
    text-decoration: none;
}

.atlas-world-button:before {
    position: absolute;
    display: block;
    content: url(images/atlas-world-icon.png);
    width: 10px;
    height: 14px;
    left: 11px;
    top: 6px;
}

.indexheader.scrolled .atlas-world-button {
    padding-right: 10px;
}

.atlas-world-button .text {
    transition: 500ms;
}

.indexheader.scrolled .atlas-world-button .text {
    transition: 500ms;
    font-size: 0;
    color: #002657;
}

.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;
}
