/*
 * Theme Name: Kanro
 * Description:  
 * Theme URI: http://evion.pl
 * Author: eVion
 * Author URI: http://evion.pl
 * Version: 1.0
 * Text Domain: kanro
 */

/* reset & 12 columns
 * ============================================================================ */ 
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{padding:0;margin:0;font-size:100%;vertical-align:baseline;border:0}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}
a:focus{outline:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:''}table{border-collapse:collapse;border-spacing:0}img,object,embed,video{max-width:100%}
object,embed,video{width:100%}img{height:auto;vertical-align:middle;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}
/* ============================================================================ */

/* ============================================================================
 *		LAYOUT
 * ============================================================================ */
body {
        font-family: 'Roboto', sans-serif !important;
  		color:#333;
		font-size:16px;
	height:100%;
}
body.error404 h1 {
	font-size:36px;

}
.content h5 {

	text-align:left !important;
	color:#0068ac;
	font-size:18px;
}
a:hover {
	color:#3645ab;
}
a {
	color:#29347e;	
}
.breadcrumb a {
	color:#1f7fbb !important;
}
p {
	line-height:28px;
	font-size:16px;
	text-align:justify;	
}
a:hover {
    text-decoration:none !important;
}

#menu-item-5294 {
	font-size:18px !important;
}
#menu-item-237 {
	font-size:18px !important;	
}

li {
	line-height:28px;
	margin-left:1.5em;
	font-size:16px;
}

.wrapper { margin: 0 auto; overflow:hidden;min-height:100vh;;position:relative;padding-bottom:270px;}

.navbar {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px !important;
    border:0px !important;
}
.logo {
    margin-top:10px;
    margin-bottom:8px;
    margin-left:5px;
	max-width:257px; 
   float:left;
}
.navbar_menu {
    float:left;
    margin-left:70px;
    margin-top:22px;

}
.top {
    width:100%;
    background-color:#fff;
    -webkit-box-shadow: 0px -5px 10px 3px rgba(0,0,0,0.7);
   -moz-box-shadow: 0px -5px 10px 3px rgba(0,0,0,0.7);
    box-shadow: 0px -5px 10px 3px rgba(0,0,0,0.7);
    top: 0;
    position: fixed;
    z-index: 9999;
}
.main {
	margin-top:82px;
	margin-bottom:15px;
}
.breadcrumbs {
        max-width:1280px;
        margin-left:auto !important;
        margin-right:auto !important;
	padding-top:20px;
	padding-bottom:20px;
}
.top_header img {
    height: auto;
    width: 100%;
}
.footer-info a {
	color:#fff !important;	
}
.footer1 {
	float:left;
}
.footer2 {
	float:right;
}
.footer-copy {
	margin-left:auto;
	margin-right:auto;
	max-width:1280px;
	padding-left:15px;
	padding-right:15px;
	border-top:1px solid #fff;
	padding-top:10px;
}
.footer-info {	
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	overflow:hidden;
}
#footer { width: 100%; padding-bottom: 10px;margin: 0; background-image:url("images/stopka.jpg"); background-size: 100% 100%; color:#fff; overflow:hidden; bottom:0;position:absolute;height:270px;}

.content {
	margin-bottom:20px;
	max-width:1280px;
	margin-left:auto !important;
	margin-right:auto !important;
	padding-left:15px;
	padding-right:15px;
}
input, textarea { 
	padding: 10px 10px 10px 0;
	border:none;
	border-color: #ddd;
	-webkit-border-radius: 5px;
	border-radius: 0;
/* 	#color: #000; */
}
textarea { 
	min-height: 240px; 
	max-width: 100%; 
	box-sizing: border-box;
}
input[type=checkbox] {
	margin-right:10px !important;
}

textarea,
input[type=text], 
input[type=password], 
input[type=email], 
input[type=url], 
input[type=tel], 
input[type=date], 
input[type=datetime], 
input[type=datetime-local], 
input[type=time],
input[type=month], 
input[type=week], 
input[type=number], 
input[type=search] { 
	padding: 9px 10px;
	border: 1px solid #000; 
	height: 35px; 
	width:100%;
}
input[type=search] { 
	height: 30px;
}
input[type=color] { 
	padding: 0; 
	border: 0; 
	background: #fff;
}
input:focus, textarea:focus {
	outline: none; 
	-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.08); 
	box-shadow: inset 0 0 8px rgba(0,0,0,0.08); 
}
input[type=submit], 
input[type=button], 
.submit, .button { 
	background: #F30;
	padding: 5px 30px 5px 30px;
	line-height: 29px;
	color: #fff;
	cursor: pointer;
	border:none;
	border-radius:0;
	margin-top:5px;
	width:100%;
	font-weight:bold;
}
select {
	width:100%;
	height:40px;
	border: 1px solid #000;
	color:#615f57 !important;
}
input[type=submit]:hover, 
input[type=button]:hover, 
.submit:hover, 
.button:hover { 
	background: #F30;	
}
body.home h4 {
    font-size: 36px;
    position: relative;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
body.home h4::before {
    content: "";
    position: absolute;
    width: 50px;
    bottom: 0;
    border-bottom: 5px solid #0068ac;
}
.footer-contact {
	width:100%;
	background-color:#f8f8f8;
}
.contact {
        max-width:1280px;
        margin-left:auto;
        margin-right:auto;
        overflow:hidden;
        padding-left:15px;
        padding-right:15px;
	padding-top:30px;
	padding-bottom:30px;
}
#menu-item-2806 a {
		color:#F30;	
}
#menu-item-2198 a {
		color:#F30;	
}
.is-sticky .ubermenu .ubermenu-target {
		padding-bottom:16px !important;
}
.grid p {
		text-align:left;	
}
label {
	display:block !important;	
	font-weight:400;
}
body.page-id-2801 .container {
	margin-bottom:20px;	
}
.wpcf7-list-item-label {
	font-size:12px;	
}
.woocommerce a.button {
	background: #fff !important;
	padding: 8px 19px !important;
	line-height: 29px !important;
	color: #29347e !important;
	cursor: pointer;
	border: 1px solid #29347e !important;
	border-radius:2em !important;
	margin-top:5px !important;
	text-align:center;
	text-transform:uppercase;
	font-size:14px !important;
	font-weight:bold;	
}
.woocommerce a.button:hover {
	background: #3f4da9 !important;
	color:#fff !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align:center;	
}
div.wpcf7-validation-errors {
	border: 2px solid #1f7fbb !important;
	float:left;	
}
div.wpcf7-mail-sent-ok {
	float:left;	
}
.bottom {
	padding:20px;	
}
.footer-link::before {
    display: inline-block;
    content: "|";
    padding: 0 14px 0 12px;	
}
.footer-link {
	color:#fff !important;	
}
.footer-link:hover {
	color:#fff !important;	
}
.evion {
	color:#fff !important;	
	text-decoration:none !important;
}
.evion:hover {
	color:#fff !important;	
}
.woocommerce .footer-link:hover {
	color:#fff !important;	
}
.woocommerce .footer-link {
	color:#fff !important;	
}
.single-product .woocommerce .thumbnails .owl-nav .owl-prev {
	background: #29347e !important;	
}
.single-product .woocommerce .thumbnails .owl-nav .owl-next {
	background: #29347e !important;		
}
.vc_btn3-style-gradient:hover {
	background-color:#29347e !important;	
}
.vc_btn3-style-gradient {
	background-image: linear-gradient(to right, #3f4da9 0%, #29347e 50%,#3f4da9 100%) !important;	
}
.wpb_content_element {
	margin-bottom:10px !important;	
}
a.ubermenu-target-with-image {
	color:#000;
}
a.ubermenu-target-with-image:hover {
	color:#29347e;
}
.prod {
    padding-top: 20px;
    padding-bottom: 30px;	
	padding-right:50px;
}
.prodpl {
    padding-top: 20px;
    padding-bottom: 30px;	
    padding-right:0px !important;
}
.logotyp {
	padding-top:25px;
	padding-bottom:30px;	
}
.map {
	background-image: url(images/map.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: auto;
	margin-top:20px;
}
.mappl {
	margin-top:20px;
}
.quote {
	background-image: url(images/bg-quote.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: auto;
	padding-top:30px;
	padding-bottom:30px;
}
.head {
    text-align:center;
	padding-top:20px;
	padding-bottom:30px;
	padding-left:50px;
}
.headpl {
    	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
	padding-left:30px !important;
}
.current-lang a {
    border-bottom:3px solid #1f7fbb !important;
}
.ubermenu.ubermenu-main .ubermenu-item-level-0:hover > .ubermenu-target {
		border-bottom:3px solid #1f7fbb;
}
.ubermenu .ubermenu-target {
		padding-bottom:18px !important;	
}
.ubermenu-current-menu-ancestor a, .ubermenu-current-menu-parent a {
		border-bottom:3px solid #1f7fbb !important;
}
.ubermenu-item-2805.ubermenu-current-menu-item a {
		border-bottom:3px solid #1f7fbb !important;	
}
.ubermenu-item-3849.ubermenu-current-menu-item a {
		border-bottom:3px solid #1f7fbb;
}
.ubermenu-item-2806.ubermenu-current-menu-item a {
		border-bottom:3px solid #1f7fbb !important;	
}
.ubermenu-item-3456.ubermenu-current-menu-item a {
		border-bottom:3px solid #1f7fbb !important;	
}
.ubermenu-item-2807.ubermenu-current-menu-item a {
		border-bottom:3px solid #1f7fbb !important;	
}
.ubermenu-item-5295.ubermenu-current-menu-item a {
		border-bottom:3px solid #1f7fbb !important;	
}
.ubermenu-item-2198.ubermenu-current-menu-item a {
		border-bottom:3px solid #1f7fbb !important;	
}
.ubermenu-item-237.ubermenu-current-menu-item a {
		border-bottom:3px solid #1f7fbb !important;	
}
.ubermenu-item-3046.ubermenu-current-menu-item a {
		border-bottom:3px solid #1f7fbb !important;	
}
.ubermenu-item-5294.ubermenu-current-menu-item a {
		border-bottom:3px solid #1f7fbb;	
}
.ubermenu-item-level-1 a {
		border-bottom:0px !important;		
}
#menu-item-2870 .ubermenu-item-level-1 a {
		text-align:center;	
}
.ubermenu .ubermenu-image {
	margin-left: auto !important;
	margin-right: auto !important;
}
.lang-item a:active {
	border-bottom:4px solid #29347e;	
}
.vc_general.vc_btn3 {
	width:140px !important;	
}
.vc_btn3-container .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
	color:#29347e;	
	border-color:#29347e !important;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
	background-color:#29347e !important;
}
.vc_btn3.vc_btn3-style-outline {
	border-width:1px !important;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline {
	padding: 8px 19px !important;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
	font-weight:bold;	
}
.tabela {
 width: 100vw !important;
 position: relative !important;
}
.icontabs nav ul li {
	margin-right:0px !important;
	margin-left:0px !important;
	margin-bottom:-5px !important;
}
.icontabs nav ul li {
	width:240px;
	
}
.tabcontent {
	width: 100vw !important;
	position: relative !important;
}
.woocommerce h1 {
	font-size:30px !important;
	text-align:left;
}
.woocommerce a {
	color:#333;
}
.woocommerce a:hover {
	color:#324275;
}
.icontabs nav li.tab-current::after {
	background:#fff !important;	
}
.icontabs nav li.tab-current::before {
	background:#fff !important;	
}
nav li.tab-current::before {
	height:0px !important;		 
}
.icontabs nav li.tab-current::before {
	height:0px !important;	
}
.icontabs nav li.tab-current::after {
	height:0px !important;	
}
.icontabs nav a {
	text-transform:uppercase;
	font-size:1.2em !important;
	font-weight:bold;
}
.attachment-shop_thumbnail {
	width:100px !important;
	height:auto !important;	
}
.icontabs li a:hover {
	color:#282828 !important;
	border-top: 1px solid #282828;	
	border-right: 1px solid #282828;
	border-left: 1px solid #282828;	
	margin-bottom:-1px !important;
	border-bottom:none;
}
.icontabs li.tab-current a {
	color:#0095da !important;
	border-top: 1px solid #282828;	
	border-right: 1px solid #282828;
	border-left: 1px solid #282828;
	border-bottom:1px solid #fff;
	margin-bottom:-2px !important;
}
.single-product h1 {
	text-align:center;
	border-bottom:2px solid #0095da;
	padding-bottom:15px;
	font-size:36px;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
}
body.page-id-2799 h1 {
	text-align:center;
	border-bottom:2px solid #0095da;
	padding-bottom:15px;
	font-size:36px;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;	
}
h4 {
	text-align:center;
	border-bottom:2px solid #0095da;
	padding-bottom:15px;
	font-size:36px !important;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px !important;
	margin-bottom:20px !important;
	text-transform:uppercase;
}

body.page-id-2799 .vc_row {
	margin-left:0px !important;
	margin-right:0px !important;	
}
body.page-id-2195 .vc_row {
	margin-left:0px !important;
	margin-right:0px !important;	
}
body.page-id-8406 .vc_row {
	margin-left:0px !important;
	margin-right:0px !important;	
}
.summary {
	padding:10px;
}
.related  {
	border:1px solid #0095da;	
	padding-top:15px;
	padding-bottom:15px;
	margin-right:10px;
	margin-bottom:10px;
}
.vc_custom_1532261514256 {
    background-color: #F30 !important;
}
.tabcontent section {
	padding-bottom:0px !important;
}
.breadcrumb {
	background-color:#fff !important;
	margin-bottom:0px !important;
	padding-top:15px !important;	
	padding-bottom:15px !important;
	padding-left:0px !important;
	padding-right:0px !important;
}
.ult-banner-block, .wpb_row .wpb_column .wpb_wrapper .ult-banner-block {
	margin-bottom:15px !important;	
}
.ult-banner-block.ult-adjust-bottom-margin {
	margin-bottom:0px !important
}
.ltd {
	border:1px solid #e0e0e0;	
}
.vc_custom_1532268151250 {
	padding-bottom:26px;		
}
.dealers {
	border:1px solid #e0e0e0;
	margin-top:20px;
-webkit-box-shadow: 0px 0px 8px 0px rgba(148,148,148,1);
-moz-box-shadow: 0px 0px 8px 0px rgba(148,148,148,1);
box-shadow: 0px 0px 8px 0px rgba(148,148,148,1);
}
.lang-item a {
	
	padding-left:10px !important;	
	padding-right:10px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin:0px !important;
}
.vc_btn3 {
	margin-left:auto;
	margin-right:auto;
}
h2.woocommerce-loop-product__title {
    font-size:15px !important;
	text-transform:uppercase;
	margin-bottom: 0.1em !important;
	margin-top:15px !important;
}
.uavc-list-icon li {
        font-size:12px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	list-style: none !important;
}
h1.product_title {
	border-bottom:0px !important;
	font-size:36px;
	margin-bottom:5px !important;
}
.uavc-list-content {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.uavc-list-icon ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 10px 0 10px !important;
    position: relative !important;
}
.woocommerce-product-details__short-description .uavc-list-icon ul {
    margin: 10px 0 25px !important;
}
.uavc-list-icon li {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    clear: both !important;
    line-height: 1.6em;
    overflow: visible;
}
.uavc-list-content span.uavc-list-desc {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
}
.description .vc_custom_1532261514256 {
	display:none !important;
}
.description {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
}
.products .product {
	border: 1px solid #0095da;
}
.woocommerce ul.products li.product {
	padding-bottom:15px !important;
}
.description .vc_column-inner  {
	padding-left:0px !important;
	padding-right:0px !important;
}
.woocommerce ul.products li.product span {
	text-align:left;
	padding-left:2px;
}
.product .vc_col-has-fill > .vc_column-inner {
	padding-top:10px;
}
.product  .wpb_content_element {
	margin-bottom: 8px !important;
}
.summary h3 {
	font-size:22px;
	margin-bottom:25px;
	margin-top:10px;
}
.description h3 {
	font-size:13px;
	margin-top:5px;
	margin-bottom:15px;
}
.description .vc_custom_1532259503407 {
	display:none;
}
.summary .uavc-list-icon-wrapper.ult-adjust-bottom-margin  {
	margin-top:10px !important;
}
.owl-carousel .owl-item img {
	width:auto !important;
	display:inline !important;
}
.owl-wrapper .vc_row {
	margin-left:8px !important;
}
body.page-id-5212 h3 {
	margin-bottom:15px;
	font-size:18px;	
}
body.page-id-5329 h3 {
	margin-bottom:15px;
	font-size:18px;	
}
.post {
    border-left: 1px dotted #d0d1d1;
}
body.page-id-5212 .vc_btn3.vc_btn3-block {
	display:inline !important;	
}
body.page-id-5212 .vc_btn3-container.vc_btn3-center {
	text-align: right !important;	
}
body.page-id-5212 .wp-post-image {
	margin-bottom:10px;		
}
body.page-id-5212 .vc_btn3-container {
	margin-top:15px;	
}
body.page-id-5329 .vc_btn3.vc_btn3-block {
	display:inline !important;	
}
body.page-id-5329 .vc_btn3-container.vc_btn3-center {
	text-align: right !important;	
}
body.page-id-5329 .wp-post-image {
	margin-bottom:10px;		
}
body.page-id-5329 .vc_btn3-container {
	margin-top:15px;	
}
.single h3 {
	font-size:20px;
	margin-top:15px;
	margin-bottom:15px;	
}
.single h2 {
	text-align:left;	
}
.single .wp-post-image {
	margin-bottom:20px;
}
.owl-wrapper {
	text-align:center;	
}
.owl-item {
display: inline-block;
vertical-align: top;	
}
#menu-item-2808-en {
	margin-left:4px;	
}
#menu-item-2381-en {
	margin-left:4px;	
}
#menu-item-2381-de {
	margin-left:4px;	
}
#menu-item-2381-ru {
	margin-left:4px;	
}
#menu-item-2381-pl {
	margin-left:100px;	
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after {
	margin-top:-10px !important;	
}
#menu-item-2870 {
	margin-left:4px;	
}
#menu-item-2805 {
	margin-left:4px;	
}
#menu-item-2806 {
	margin-left:4px;	
}
#menu-item-3456 {
	margin-left:4px;	
}
#menu-item-2807 {
	margin-left:4px;	
}
#menu-item-2808-de {
	margin-left:4px;	
}
#menu-item-2808-ru {
	margin-left:4px;	
}
#menu-item-2808-pl {
	margin-left:4px;	
}
#menu-item-3046 {
	margin-left:4px;
	font-size:18px;
}
#menu-item-5295 {
	margin-left:4px;
	font-size:18px !important;
}
#menu-item-2198 {
	margin-left:4px;
}
body.home .vc_btn3 {
	margin-left:0px;
	margin-right:0px;
}
.footer-info h2 {
	font-size:21px;
	text-align:left;
	margin-bottom:5px !important;	
	margin-top:35px !important;
}
.footer-info p {
	font-size:15px;
	line-height:26px;
	margin:0 0 2px !important;	
}
.logotyp p {
	font-size:13px;
	text-align:left;
	line-height:20px;	
}
.wp-image-5163 {
	float:right;	
}
.footer-copy p {
	font-size:15px;	
}
.wpcf7-form-control {
	margin-bottom:10px;
	text-align:left;	
}
.aio-icon-img .img-icon {
    width:auto !important;
    max-width: 100% !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    font-size: inherit;
}
.aio-icon-img {
    display: inline-block;
    font-size: 48px;
    width: 1em;
    max-width: 100%;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
	margin-right:5px;
}
.woocommerce-product-details__short-description span {
		font-size:16px;
}
.agree {
	font-size:14px;	
}
.products .product .description2 {
	display:none;	
}
.up-sells h2 {
	text-align:center;	
}
.up-sells .vc_row {
	margin-left: 0px !important;
	margin-right: 0px !important;	
}
.up-sells .aio-icon-img .img-icon {
		margin:0px !important;
}
.up-sells a.button {
	display:initial !important;
}
#woorelatedproducts li.product {
    padding: 10px;
}
#woorelatedproducts h2.woocommerce-loop-product__title {
	font-size: 15px !important;
	text-transform: uppercase;
	margin-bottom: 0.1em !important;
	text-align:center;
	padding:0px !important
}
.owl-item .description h3 {

    font-size: 13px !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
	padding:0px !important
}
.woorelated-title  {
	text-align: center !important;
	border-bottom: 2px solid #0095da;
	padding-bottom: 15px;
	font-size: 36px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;	
}
#woorelatedproducts li.product {
	width:90% !important;
	padding-bottom:15px !important;
	padding-top:0px !important;
	padding-left:0px !important;
	padding-right:0px !important;
}
#woorelatedproducts .aio-icon-img .img-icon {
	margin:0px !important;
}
#woorelatedproducts  a.button {
	display:initial !important;
}
.customNavigation {
	display:none;	
}
.owl-item .description {
	padding-left:0px !important;	
}
#woorelatedproducts .owl-item .vc_row {
	margin-right:0px !important;	
}
.owl-item li.product {
	height:480px !important;
}
.woocommerce ul.products li.product {
	height:470px;	
}
.woocommerce ul.products li.product a img {
	margin:0 !important;	
}
body.postid-4786 .woorelated-title {
	display:none;
}
body.postid-6074 .woorelated-title {
	display:none;
}
.woo-related-products-container .description {
	padding-bottom:5px;
}
body.postid-5761 .woorelated-title {
	display:none;
}
body.postid-5957 .woorelated-title {
	display:none;
}
body.postid-5969 .woorelated-title {
	display:none;
}
body.postid-5975 .woorelated-title {
	display:none;
}
body.postid-6011 .woorelated-title {
	display:none;
}
body.postid-6003 .woorelated-title {
	display:none;
}
.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}
/* ###tabs */
section h1 {
  font-size: 2em;
  line-height: 1.4em;
  text-align: center;
  padding: 0.5em;
}
section {
  zoom: 1;
  position: relative;
  height: auto;
}
section:after,
section:before {
  content: "";
  display: table;
}
section:after {
  clear: both;
}
section h5 {
  cursor: pointer;
  border: 1px solid #f4f4f4;
  border-top: none;
  padding: 15px 20px;
   margin:0px !important;
  
}
section h5:first-child {
  border-top: 1px solid #f4f4f4;
}
@media screen and (min-width: 600px) {
  section h5 {
    position: relative;
    width: 20%;
    #height: 20%;
    display: block;
  }
}
section ul {
  zoom: 1;
  position: relative;
  height: auto;
  min-height: 100%;
  border-left: none;
  display: none;
}
section ul:after,
section ul:before {
  content: "";
  display: table;
}
section ul:after {
  clear: both;
}
section ul li {
  list-style: none;
}
@media screen and (min-width: 600px) {
  section ul {
    position: absolute;
    width: 80%;
    right: 0;
    top: 0;
    padding: 15px 30px;
  }
}
section .active {
  cursor: default;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  border-right: none;
}
@media screen and (min-width: 600px) {
  section .active {
    background: #f4f4f4;
    border-right: 1px solid rgba(0,0,0,0);
  }
}
section .active + ul {
  display: block;
}
.col-xl-4 {
	padding-bottom:20px;
	border: 1px solid #f4f4f4;
	padding-top:20px;
}
.Defaults-user {
color: #324275;
}
.text h1 {
	font-size:16px !important;
	color:#29347e !important;
}
#menu-item-5428 {
	padding-right:30px;
}
#menu-item-5968 {
	padding-left:25px;
}
#menu-item-5955 {
	padding-left:40px;
}
#menu-item-6421 .ubermenu-custom-content-padded{
	padding-top:5px;
}
.icontabs nav li.tab-current {
	z-index:0 !important;
}
#menu-item-3046 .ubermenu-item {
	text-align:center !important;
}
#tab-title-description {
	display:none;	
}

.vc_btn3.vc_btn3-shape-round {
    border-radius: 2em;
}
.vc_general.vc_btn3 {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    color: #5472D2;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-top-width: 1px;
        border-right-color: transparent;
        border-right-width: 1px;
        border-bottom-color: transparent;
        border-bottom-width: 1px;
        border-left-color: transparent;
        border-left-width: 1px;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding: 14px 20px;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
    color: #fff;
}
.otw-sticky-background-orange {
	background:#F30 !important;
}
.icontabs nav {
	border-bottom:1px solid #282828;
}
.otw-sticky.otw-full-bar.otw-right-sticky .otw-show-label {
	top:250px !important;
}
#menu-item-5428 {
	padding-left:35px;
}
#menu-item-5928 {
	padding-left:25px;
}
.headpl a {
	line-height:26px;
}
.prodpl a {
	line-height:26px;
}
.otw-twentyfour textarea {
	height:80px !important;
	min-height: 80px !important;
}
.tabcontents textarea {
	height:260px !important;
}
body.page-id-233 .content a {
	color:#0068ac !important;
}
#menu-item-8231 .ubermenu-item-level-1 a {
	text-align:center;
}
#tab-1530813695-2-82 {
	text-align:center;
}
body.page-id-233 p {
	margin: 0 0 5px !important;
}
.kafel {
	height:340px;
}
.wpb_singleimage_heading {
	padding-top:5px;
	
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
	background-color: #0095da !important;
	color:#fff;

}
.kafel h2 {
	font-size:20px !important;
}
