@charset "UTF-8";


/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
body, h1, h2, h3, h4, h5, h6,p {
	font: 400 100%/1.5 "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    text-rendering: optimizelegibility;
    font-weight: 300;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }
h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h4 strong, .h4 strong, h5 strong, .h5 strong {
    font-weight: 700; }

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em; }

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.125em; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }
/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

/*********************
HEADER STYLES
*********************/

.header ul.off-canvas-list li {
  list-style: none; }
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  z-index: 99999;
  width: 100%
}

.height{
	height: 90.4px;
}
@media screen and (max-width: 639px){
	.height{
	height: 0px;
}
}

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content-padding {
  padding: 0rem; }
#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }

/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }




/******************************************************************

MAIN STYLE

******************************************************************/

body, .off-canvas-content{
	background: #fff;
}

.header-title, .single-title{
	color: #383838;
}
p {
    font-size: .9rem;
}
li{
   font-size: .9rem;
}
a{
  color: #777;
  transition: color .25s ease-out,color .25s ease-out;
}
a:hover{
  color: #f89930;
  transition: color .25s ease-out,color .25s ease-out;
}
a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a h6:hover{
  color: #f89930;
  transition: color .25s ease-out,color .25s ease-out;
}
.blue{
  color: #1157b0;
}
.black{
  color: #383838;
}
.btn-orange{
  background: #f89930;
  color: #fff;
}
.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow>a::after{
  display: none;
}
.article-header{
  padding-bottom: 2rem;
    padding-top: 0rem;
}

.fullWidth{
  width: 100%;
}
.sliderWidth{
  width: 100%;
  max-width: 100%;
}
.space{
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
.space-slider{
  margin-bottom: 2rem;
}
.space-haslo, .space-big{
	margin-bottom: 4rem;
  margin-top: 3rem;
}
.widget{
	padding-bottom: 2.5rem;
}
.space-title, .widgettitle{
  margin-bottom: .5rem;
  font-weight: 700;
  color: #383838;
  /*text-transform: uppercase;*/
  display: inline-block;
        margin-bottom: .5rem;
    padding-bottom: .3rem;
    font-size: 1rem;
}
.space-title{
	border-bottom: 3px solid #f89930;
}
.space-title, .widgettitle:after{

}
.textwidget{
  font-size: .9rem;
}
.top-bar{
  background: #fbf9f9;
  padding-top: 0;
  padding-bottom: .8rem;
}
.top-bar ul{
  background: #fbf9f9;
  padding-top: 1.6rem;
  padding-bottom: .8rem;
}
.top-bar-right ul{
	padding-top: 1.6rem;
}
.top-bar-left a{
  border-bottom: none!important;
}
.top-bar a {
    color: #f89930;
}
.top-bar ul li a{
  border-top: 2px solid transparent;
}
.current-menu-item ul li > a, .top-bar ul li a:hover{
  color: #000;
  border-top: 2px solid #f89930;
}
li.current-menu-item a{
  color: #000;
  border-top: 2px solid #f89930 !important;
}
.dropdown.menu .submenu{
  border-top: 2px solid #f89930;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: 0px 0px 5px #888888;
  padding: 0;
}
.current-menu-item ul li ul li a, .top-bar ul li ul li a:hover{
  border-top: 2px solid transparent;
  color: #f89930;
  border-bottom: none;
  background: transparent;
}

.orbit{

}
.orbit-caption {
    width: 60%;
    /*background-color: rgba(21, 93, 184, 0.8);*/
    background-color: transparent;
    margin-left: 4rem;
 	transform: translateY(-50%);
    top: 50%;
    text-align: left;
    padding: 0;
    color: #fff;
}
.orbit-caption h1{
    font-weight: 900;
    color: #f89930;
}
.orbit-caption p{
	color: #fff;
	font-weight: 600;
	font-size: 1.2rem;
}
.haslo{
	background-size: 100%;
	background: url('../images/orange-bg.jpg');
	padding-top: 2rem;
	/*
	background: rgba(255,175,75,1);
	background: -moz-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
	background: -webkit-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -o-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: linear-gradient(to right, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=1 );
	*/
	color: #fff!important;
}
.haslo .header-title, .single-title{
	color: #fff;
}

.haslo .orbit-slide{
  padding-right: 6rem;
  padding-left: 6rem;
}
.tabs{
  background: transparent;
}
.tabs-content{
  background: transparent;
}
.tabs, .tabs-content, .tabs-content.vertical{
  border: 0;
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true], .tabs-title>a:hover{
  background: transparent;
}
#produkt-tabs .tabs-title>a{
  padding: 1.15rem .8rem;
  width: 140px;
    height: 75px;
}


.product-front .tabs-title>a{
    color: #383838;
    border-bottom: 3px solid #f4f4f4;
}
#produkt-tabs .tabs-title.is-active a, .product-front .tabs-title>a:focus, .product-front .tabs-title>a[aria-selected=true]{
    background: #fff;
    color: #1157b0;
    border-bottom: 3px solid #1157b0;
}

.branze-front .tabs-title>a{
    color: #383838;
    border-left: 3px solid #f4f4f4;
}
#branze-tabs .tabs-title.is-active a, .branze-front .tabs-title>a:focus, .branze-front .tabs-title>a[aria-selected=true]{
    background: #fff;
    color: #1157b0;
    border-right: 3px solid #f89930;
}

.system-front .tabs-title>a{
    color: #383838;
    border-right: 3px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
#system-vert-tabs .tabs-title.is-active a, .system-front .tabs-title>a:focus, .system-front .tabs-title>a[aria-selected=true]{
    background: #fff;
    color: #1157b0;
    border-right: 3px solid #f89930;
}

.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover{
  background-color: transparent;
}

#sidebar1{
    margin-top: 20px;
}

#custom-leftmenu{
	margin-top: 20px;
	padding-right: 1.7rem;
}
#custom-leftmenu .menu>li:not(.menu-text)>a{
    display: block;
    padding: .5rem 0rem;
    line-height: 1.1;
    font-size: .9rem;
    color: #383838;
    transition: color .25s ease-out,color .25s ease-out;
}
#custom-leftmenu .menu>li:not(.menu-text)>a:hover{
	color: #f89930!important;
}
#custom-leftmenu .current-menu-item > a, #custom-leftmenu .top-bar a:hover{
    background: #fff;
    color: #f89930!important;
}
#custom-leftmenu .system-front .tabs-title>a[aria-selected=true] {
    background: #fff;
    color: #1157b0;
    border-left: 3px solid #1157b0;
}
#custom-leftmenu .menu>li{
    width: auto;
    float: none;
    display: block;
}

#custom-leftmenu .current-menu-item ul li a,
#custom-leftmenu .current-menu-item > a {
    border: 0;
}

#custom-leftmenu .current-menu-item ul li > a {
    color: #383838;
}

#custom-leftmenu .menu ul li {
    padding-left: 7px;
}

#custom-leftmenu .menu ul li li {
    padding-left: 15px;
}

#custom-leftmenu li:not(.current-menu-ancestor):not(.current-menu-parent) ul {
    display: none;
}

#custom-leftmenu li.menu-item-has-children.current-menu-item .sub-menu .sub-menu {
    display: none;
}

#custom-leftmenu li.menu-item-has-children > a:after {
    content: '+';
    float: right;
    font-size: 16px;
    line-height: 16px;
}

#custom-leftmenu li.menu-item-has-children.current-menu-item > a:after,
#custom-leftmenu li.current-menu-parent.menu-item-has-children > a:after,
#custom-leftmenu li.current-menu-ancestor.menu-item-has-children > a:after {
    content: '-';
}

#custom-leftmenu .menu li li:before {
    content: '❯';
    padding-right: 10px;
    float: left;
    font-size: 10px;
    line-height: 23px;
}

#custom-leftmenu li.current-menu-item.menu-item-has-children ul {
    display: block;
}

.footer{
  padding: 3rem 0;
  background: #FFF;
  color: #ddd;
}
.footer a{
  color: #f89930;
}
.footer p{
  font-size: .75rem;
}
.button{
	background: #f89930;
	margin-top: 10px;
	padding: 14px 20px;
}
.button.hollow{
  color: #fff;
  border: 3px solid #fff;
  border-radius: 4px;
  font-weight: 600;
}
.button.hollow:hover, .button.hollow:focus{
  background: #f89930;
  color: #fff;
  border: 3px solid #f89930;
}
.button:focus, .button:hover{
	background: #f89930;
  transition: background .25s ease-out,color .25s ease-out;
}



.usluga-front{
	margin-bottom: .5rem;
}
.usluga-front h4{

}
.usluga-front .tabs-title>a{

}
.usluga-front .tabs-title>a:hover, #usluga-tabs .tabs-title.is-active a, .usluga-front .tabs-title>a:focus, .usluga-front .tabs-title>a[aria-selected=true]{
    background: #fff;
    color: #1157b0;
}


/*
#usluga-tabs .tabs-title{
  max-width: 150px;
}
#usluga-tabs  .tabs-title>a{
  color: #fff;
  border-bottom: 1px solid #fff;
}
*/



/* pre loader
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;


}

.pace.pace-inactive .pace-progress {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  height: 5rem;
  width: 5rem;

  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;

 background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
}

.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 1rem;
  right: 2rem;
  content: attr(data-progress-text);
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-size: 8rem;
  line-height: 1;
  text-align: right;
  color: #383838;
}
*/

.block-column-block{

}
.block-column-block p{
	color: #777;
}

.title-section{
	border-bottom: 1px solid #eee;

}
.title-section h4{
	display: inline-block;
    padding-right: 100px;
    border-bottom: 3px solid #f89930;
    margin-bottom: -1px !important;
    padding-bottom: .3rem;
    color: #383838;
	font-size: 24px;
}

.druk3d-front h5, .druk3d-front h4, .druk3d-front p{
  color: #fff;
}
.druk3d-front h6{
	color: #f89930;
	font-weight: 700;
}
.item {
  position: relative;
  overflow: hidden;
  display: block;
}
.item-small {
  width: 80%
}
.item img {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.kontakt h5, .kontakt h4, .kontakt h3, .kontakt h2, .kontakt h1, .kontakt p {
  color: #fff;
}




/*KONTAKT*/
form{
  color: #fff;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea{
  background: transparent;
  color: black;
  border: 1px solid #f89930;
}

[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus{
  background: transparent;
  background-color: transparent;
  color: black;
}


input[type=reset], input[type=submit]{
    background: #f89930;
    color: #fff;
    border-radius: 4;
    padding: .85em 2em;
    margin: 0 auto;
    display: block;
    text-align: center;
    transition: background .25s ease-out,color .25s ease-out;
}
input[type=reset]:hover, input[type=submit]:hover{
    background: #f89930;
}


.header-page-title{
	background-size: 100%;
    padding-top: 25px;
    color: #fff;
    background: #f89930;
}
.header-page-title .title-page h4{
  color: #fff;
}
.header-page-title .breadcrumbs a{
  color: #fff;
  transition: color .25s ease-out,color .25s ease-out;
}
.header-page-title .breadcrumbs a:hover{
      color: #ededed!important;
}

.title-page h5{
	color: #383838;
}

.breadcrumbs{
	text-align: right;
}
.breadcrumbs a{
	color: #777;
  transition: color .25s ease-out,color .25s ease-out;
}
.breadcrumbs a:hover{
	text-decoration: none;
	color: #fff!important;
}

.line-contact{
  width: 200px;
  height: 3px;
  background: #f89930;
  margin: 0 auto;
}

.kontakt-icon img{
      margin: 0 auto;
    display: block;
    padding: 5px 15px 20px;
}


.socialmedia{
  text-align: center;
      margin-bottom: 25px;
}
.socialmedia a{
  padding: 6px;
}

textarea[rows]{
	max-height: 100px;
}
.oponie-content img{
	display: block;
	margin: 0 auto;
}
.product-content a{
	display: block;
	margin: 0 auto;
}
.zoom-img img{
		-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0.9);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0.9);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0.9);
    transition: all 200ms ease-in;
    transform: scale(0.9);
	max-width: 75px;
	height: 100px;
}
.zoom-img img:hover,.logo_block img:hover{
		-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.entry-content ul{
	padding-left: 1.1rem;
}

.except-uslugi p{
    max-width: 230px;
    text-align: left;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.title-except h6{
	color: #f89930;
}
.title-except h6:hover {
	color: #f89930;
}

.icons-hanger {
	position: fixed;
    top: 25%;
    right: 0;
    z-index: 9999;
	translate: transform(-50%, 0%);
	display: none;
}
.icons-hanger a {
	font-size: 20px;
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-bottom: 1px;
    display: block;
    text-align: center;
    background: #000;
    text-decoration: none;
}
.icons-hanger a:hover {
	background-color: #f89930;
}
.icons-hanger a:before {
	display: block;
    margin: 0 auto;
}
.icons-hanger a span {
	display: none;
}

.widget_recent_entries ul li {
	padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.2em;
    border-bottom: 1px solid #efefef;
}
.widget_recent_entries ul li:last-of-type {
	padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}









/* ====================================
             MY STYLES
==================================== */


.home_banner {
    height: 550px;
    width: 100%;
    max-width: 100%;
    position: relative;
}
.home_banner .left_content_banner {
  max-width: 36%;
	padding-left: .9375rem;
    padding-right: .9375rem;
}
.home_banner .left_content_banner h1 {
  color: #fff;
	font-size: 2.75rem;
    font-weight: 400;
}
.home_banner .left_content_banner p {
	font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    line-height: 27px;
    margin: 0;
}
.home_banner_slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.home_banner_slider .swiper-slide {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
}
.home_banner_no_slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.home_banner_no_slider .slide_no_slider {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
}
.home_banner .slider-boxes {
    position: absolute;
    right: 25%;
    top: 18.5%;
    max-width: 600px;
}

.slider-boxes .box {
    float: left;
    margin: 0 0 15px 15px;
    width: 280px;
    overflow: hidden;
    background: rgba(248, 153, 48, 0.6);
		-webkit-transition: -webkit-transform 1s,opacity 1s,background 1s,width 1s,height 1s,font-size 1s;
    -o-transition-property: width,height,-o-transform,background,font-size,opacity;
    -o-transition-duration: 1s,1s,1s,1s,1s,1s;
    -moz-transition-property: width,height,-o-transform,background,font-size,opacity;
    -moz-transition-duration: 1s,1s,1s,1s,1s,1s;
    transition-property: width,height,transform,background,font-size,opacity;
    transition-duration: 1s,1s,1s,1s,1s,1s;
}
.slider-boxes .box:hover {
  background: #fff;
	 -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    transform: scale(1.07);
    transition: all 200ms ease-in;

}
.slider-boxes .box h2,.slider-boxes .box p{
	color: #fff;
	text-align: center;
}
.slider-boxes .box:hover p{
	color: #f89930;
	font-size: 18px;
	margin: 0;
}
.slider-boxes .box h2{
	font-size: 2.75rem;
	font-weight: 400;
}
.slider-boxes .box a {
  display: flex;
  text-decoration: none;
  padding: 15px 20px;
  height: 170px;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.slider-boxes .box .content {
  font-size: 24px;
  color: #ffffff;
}
.slider-boxes .box .overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #ffffff;
    padding: 15px 20px;
    line-height: 20px;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.slider-boxes .box .overlay ul {
  list-style-type: none;
  padding: 0;
  line-height: 20px;
  font-size: 13px;
  margin: 0;
}
.slider-boxes .box a:hover .content {
  display: none;
}
.slider-boxes .box a:hover .overlay {
  display: flex;
}
#onas .about-details {
  margin-top: 50px;
}
#onas .about-details ul {
  margin-top: 20px;
  list-style-type: none;
  padding: 0;
}
#onas .about-details ul li {
      position: relative;
    padding-left: 25px;
    margin-bottom: 4px;
}
#onas .about-details ul li:before {
      content: "\f138";
    font-family: "FontAwesome";
    color: #f89930;
    position: absolute;
    left: 0;
    top: 0;
}
#onas .img-holder {
  position: relative;
}
#onas .img-holder img:first-child {
      position: absolute;
    z-index: 3;
    max-width: 220px;
    left: 140px;
}
#onas .img-holder img:nth-child(2) {
  position: absolute;
    z-index: 2;
    left: 70px;
    top: 140px;
}
#onas .img-holder img:nth-child(3) {
  position: absolute;
    z-index: 1;
    top: 80px;
    left: 210px;
}
#opinie .medium-12 {
  position: relative;
}
#opinie .testimonials_slider {
  max-width: 1100px;
}
#opinie .testimonials_slider .swiper-wrapper {
  min-height: 100%;
}
#opinie .testimonials_slider .swiper-slide {
    height: auto !important;
    display: flex;
}
#opinie .testimonials_slider .swiper-slide .content {
  border: 2px solid #f89930;
    border-radius: 5px;
    position: relative;
   padding: 65px 35px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#opinie .author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#opinie .author .info {
  margin-left: 15px;
}
#opinie .author img {
  max-height: 80px;
  width: auto;
}

#opinie .testimonials_slider .swiper-slide:after {
    background: #f89930 url('../images/quote.png') no-repeat center center;
    content: "";
    width: 58px;
    height: 52px;
    position: absolute;
    right: 0;
    top: -2px;
    border-radius: 5px;
}
#opinie .swiper-button-prev_testimonials,
#opinie .swiper-button-next_testimonials {
  display: inline-block;
  position: absolute;
  color: #000000;
  cursor: pointer;
  top: 50%;
  margin-top: -14px;
  font-size: 25px;
}
#opinie .swiper-button-prev_testimonials:hover,
#opinie .swiper-button-next_testimonials:hover {
  color: #f89930;
}
#opinie .swiper-button-prev_testimonials {
    left: 0;
}
#opinie .swiper-button-next_testimonials {
    right: 0;
}

#opinie .testimonials_no_slider {
  display: flex;
  justify-content: space-between;
}
#opinie .testimonials_no_slider .slide_no_slider {
  width: 50%;
  margin-left: 30px;
}
#opinie .testimonials_no_slider .slide_no_slider:first-child {
  margin-left: 0;
}
#opinie .testimonials_no_slider .slide_no_slider .content {
  height: 100%;
  border: 2px solid #f89930;
    border-radius: 5px;
    position: relative;
   padding: 65px 35px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#opinie .testimonials_no_slider .slide_no_slider .content:after {
    background: #f89930 url('../images/quote.png') no-repeat center center;
    content: "";
    width: 58px;
    height: 52px;
    position: absolute;
    right: 0;
    top: -2px;
    border-radius: 5px;
}
.biblioteka_cnc_section {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
#zaufali .zaufali_slider .swiper-wrapper {
  min-height: 100%;
}
#zaufali .zaufali_slider .swiper-slide {
  display: flex;
  align-items: center;
  height: auto !important;
}
#zaufali .zaufali_slider .swiper-slide .logo_block {
  background-color: #ffffff;
  height: 80px;
  width: 100%;
  outline: 2px solid #f6f6f4;
    outline-offset: -5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#zaufali .zaufali_slider .swiper-slide .logo_block img {
  max-width: 70%;
  max-height: 70%;
  height: auto;
}
#zaufali .swiper-button-prev_zaufali,
#zaufali .swiper-button-next_zaufali {
  display: inline-block;
  position: absolute;
  color: #000000;
  cursor: pointer;
  top: 50%;
  margin-top: -14px;
  font-size: 25px;
}
#zaufali .swiper-button-prev_zaufali:hover,
#zaufali .swiper-button-next_zaufali:hover {
  color: #f89930;
}
#zaufali .swiper-button-prev_zaufali {
    left: -15px;
}
#zaufali .swiper-button-next_zaufali {
    right: -15px;
}
.actualnosci {
  background-color: #f6f6f4;
  padding-bottom: 4rem;
}
#aktualnosci main .row {
  display: flex;
  flex-wrap: wrap;
}
#aktualnosci main article {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
#aktualnosci .featured-image {
  height: 190px;
}
#aktualnosci .featured-image a {
  height: 100%;
}
#aktualnosci .featured-image a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#aktualnosci .entry-content {
  padding: 25px;
  padding-bottom: 50px;
}
#aktualnosci .entry-content .title {
  font-size: 18px;
  font-weight: 600;
}
#aktualnosci main .post_date {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-size: 15px;
}
#aktualnosci main .button_read_more {
  position: absolute;
  bottom: 20px;
  right: 25px;
  color: #7dd1e3;
  border-bottom: 2px solid #eee;
  padding: 0 0 5px 0;
  font-size: 15px;
}
.map_with_form {
  position: relative;
}
#googlemaps { 
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0; 
  left: 0; 
  z-index: 1; /* Set z-index to 0 as it will be on a layer below the contact form */
}
.map_with_form .kontakt {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.map_with_form .kontakt .form_column {
  background-color: #f89930;
  z-index: 2;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 10px 0px;
}
.form_column .article-header {
  padding-bottom: 0;
}
.map_with_form [type=text], 
.map_with_form [type=password], 
.map_with_form [type=date], 
.map_with_form [type=datetime], 
.map_with_form [type=datetime-local], 
.map_with_form [type=month], 
.map_with_form [type=week], 
.map_with_form [type=email], 
.map_with_form [type=number], 
.map_with_form [type=search], 
.map_with_form [type=tel], 
.map_with_form [type=time], 
.map_with_form [type=url], 
.map_with_form [type=color], 
.map_with_form textarea {
  background: #ffffff;
  color: #000000;
  border: none;
}

.map_with_form [type=text]:focus, 
.map_with_form [type=password]:focus, 
.map_with_form [type=date]:focus, 
.map_with_form [type=datetime]:focus, 
.map_with_form [type=datetime-local]:focus, 
.map_with_form [type=month]:focus, 
.map_with_form [type=week]:focus, 
.map_with_form [type=email]:focus, 
.map_with_form [type=number]:focus, 
.map_with_form [type=search]:focus, 
.map_with_form [type=tel]:focus, 
.map_with_form [type=time]:focus, 
.map_with_form [type=url]:focus, 
.map_with_form [type=color]:focus, 
.map_with_form textarea:focus{
  background: #ffffff;
  background-color: #ffffff;
  color: #000000;
}


.map_with_form input[type=reset], 
.map_with_form input[type=submit]{
    background: #ffffff;
    color: #f89930;
    border: none;
    border-radius: 0;
    padding: .85em 2em;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    transition: background .25s ease-out,color .25s ease-out;
}
.map_with_form input[type=reset]:hover, 
.map_with_form input[type=submit]:hover{
    background: #ffffff;
    color: #000000;
}
.map_with_form form {
  text-align: right;
}
.footer #inner-footer .footer_logo {
  max-width: 170px;
}
.footer #inner-footer .address {
  font-size: 15px;
}
.footer #inner-footer .icons a {
  margin-right: 10px;
}
.footer ul {
  list-style-type: none;
  padding: 0;
}
.footer #inner-footer .widgettitle {
  color: #ddd;
}
.footer #inner-footer a {
  color: #ddd;
}
.footer #inner-footer a:hover {
  color: #f89930;
}
.footer .widget {
  padding: 0;
}
#branze .branze_nav {
  padding: 0;
  list-style-type: none;
}
#branze .branze_nav li {
  display: inline-block;
  position: relative;
      margin-right: 15px;
    padding-right: 22px;
    font-size: 18px;
}

#branze .branze_nav li:after {
    content: "/";
    font-size: 22px;
    color: #777;
    position: absolute;
    right: 0;
    top: -3px;
}
#branze .branze_nav li:last-child:after {
  display: none;
}
#branze .branze_item {
  padding-left: 15px;
  padding-right: 15px;
}
#branze .branze_item .image {
  height: 200px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
#branze .branze_item .image:after {
  content: '';
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
  transition: width .5s;
  cursor: pointer;
}
#branze .branze_item .image:hover:after {
  width: 100%;
}
#branze .branze_item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#branze .branze_item .image .icon {
  position: absolute;
  top: 50%;
  left: 10%;
      margin-top: -16px;
    margin-left: -16px;
    transition: left .25s;
    z-index: 1;
}
#branze .branze_item .image:hover .icon {
  left: 50%;
}
#branze .branze_item .descr {
  width: 100%;
  padding-left: 20%;
  padding-top: 15px;
  padding-bottom: 15px;
}
#branze .branze_item .descr ul {
  list-style-type: none;
  padding: 0;
}
#branze .branze_item .descr .title {
      font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}
.skanery_bg {
  padding-bottom: 2rem;
    padding-top: 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
}
#skanery .title-section h4 {
  color: #ddd;
}
#skanery .skanery_nav {
  padding: 0;
  list-style-type: none;
}
#skanery .skanery_nav li {
  display: inline-block;
  position: relative;
      margin-right: 15px;
    padding-right: 22px;
    font-size: 18px;
    cursor: pointer;
    transition: color .25s ease-out;
    color: #ddd;
}
#skanery .skanery_nav li:hover {
  color: #f89930;
}
#skanery .skanery_nav li:after {
    content: "/";
    font-size: 22px;
    color: #ddd;
    position: absolute;
    right: 0;
    top: -3px;
}
#skanery .skanery_nav li:last-child:after {
  display: none;
}
#skanery .skanery_item {
  position: relative;
  margin-left: 15px;
    margin-right: 15px;
    background-color: #ffffff;
}
#skanery .skanery_item .inner {
  position: relative;
  overflow: hidden;
  width: 100%;
    height: 250px;
}
#skanery .skanery_item .inner > a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    color: #777;
    height: 100%;
    padding-top: 20px;
}
#skanery .skanery_item .inner img {
    object-fit: cover;
    height: 70%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
#skanery .skanery_item .inner > a:before {
    font-family: "FontAwesome";
    content: "\f0c1";
    font-size: 25px;
    color: #fff;
    position: absolute;
    left: 45%;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
#skanery .skanery_item .inner > a:after {
    content: "";
    background-color: rgba(255, 142, 49, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
#skanery .skanery_item:hover .inner img {
  -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#skanery .skanery_item:hover .inner a:before {
  opacity: 1;
   -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
#skanery .skanery_item:hover .inner a:after {
  opacity: 1;
   -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
#skanery .skanery_item .project-title {
    background-color: #fff;
    width: 100%;
    padding: 10px 22px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#skanery .skanery_item .project-title a {
  display: block;
    color: #1f252e;
    position: relative;
}
#skanery .skanery_item .project-title a:after {
  font-family: "FontAwesome";
    content: "\f138";
    color: #f89930;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#skanery .tabcontent .image {
  position: relative;
      max-width: 100%;
    width: 100%;
    height: 350px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#skanery .tabcontent .image img {
    max-height: 80%;
}
#skanery .tabcontent .content {
  color: #ddd;
}
#skanery .tabcontent .content .title {
  font-size: 25px;
  margin-bottom: 15px;
}
#skanery .tabcontent .content .text {
  margin-bottom: 30px;
}
#skanery .tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}



@media (max-width: 2000px) {
  .home_banner .slider-boxes {
    right: 18%;
  }
}
@media (max-width: 1800px) {
  .home_banner .slider-boxes {
    right: 13%;
  }
}
@media (max-width: 1400px) {
  .home_banner .slider-boxes {
    right: 3%;
    top: 18.5%;
  }
}



@media (max-width: 767px) {
  .home_banner .left_content_banner {
    max-width: 100%;
  }
  .home_banner .left_content_banner {
    padding-left: 15px;
    padding-right: 15px;
}
.home_banner .slider-boxes {
  display: none;
}
#onas .img-holder {
  height: 250px;
}
#onas .img-holder img:first-child {
    position: absolute;
    z-index: 3;
    max-width: 220px;
    left: 40px;
    transform: scale(.8);
}
#onas .img-holder img:nth-child(2) {
    position: absolute;
    z-index: 2;
    left: -30px;
    top: 100px;
    transform: scale(.8);
}
#onas .img-holder img:nth-child(3) {
        position: absolute;
    z-index: 1;
    top: 50px;
    left: 60px;
    transform: scale(.8);
}
#skanery .skanery_item {
  margin-bottom: 20px;
}
#skanery .tabcontent .content .title {
  margin-top: 20px;
}
#opinie .testimonials_no_slider {
  flex-direction: column;
}
#opinie .testimonials_no_slider .slide_no_slider {
  width: 100%;
  margin: 0;
}
#opinie .testimonials_no_slider .slide_no_slider:first-child {
    margin-bottom: 20px;
}
#zaufali .swiper-button-prev_zaufali, #zaufali .swiper-button-next_zaufali {
  bottom: -35px;
  top: auto;
}
#zaufali .swiper-button-prev_zaufali {
    left: 40%;
}
#zaufali .swiper-button-next_zaufali {
    right: 40%;
}
}
.row-baner{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.dowiedz {
	background: #f89930;
    color: #fff;
    font-size: 19px;
    text-align: center;
	padding: 40px;
}
.dowiedz strong {
    color: #ffffff;
    font-weight: 800;
    font-size: 26px;
}
.dowiedz .transparent_button {
    margin-left: 50px;
}

.transparent_button {
    display: inline-block;
    padding: 7px 40px!important;
    border: 3px solid #fff;
    border-radius: 4px;
    background-color: transparent;
    font-size: 14px;
    color: #fff!important;
    text-decoration: none;
    position: relative;
    z-index: 999;
    transition: background .2s ease-in , color .2s;
    -moz-transition: background .2s ease-in , color .2s;
    -ms-transition: background .2s ease-in , color .2s;
    -o-transition: background .2s ease-in , color .2s;
    -webkit-transition: background .2s ease-in , color .2s;
}
.div-logo{
	padding: 0px 9rem;
}
.logo_block{
	float: left;
    padding: 20px;
	width: 25%;
}
.flex-video{
	padding-bottom: 0px;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a{
	background-color: #ffffff !important;
    color: #f89930 !important;
    border-bottom: 1px solid !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:hover{
	background-color: #f89930 !important;
    color: #fff !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active a{
	background-color: #f89930 !important;
    color: #fff !important;
    border-bottom: 0px !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat li, .wpb-js-composer .vc_tta-color-white.vc_tta-style-flat li a{
	margin: 0px;
	border-left: none !important;
    border-right: none !important;
}
.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab{
	margin: 0px !important;
}
footer .menu {
    margin-top: 70px;
    padding: 0;
}
footer .menu ul {
	font-family: "Roboto";
	font-weight: 300;
}

footer .social a.fb:hover {
    color: #4867AA;
}
footer .social a.tw:hover {
    color: #1DA1F2;
}
footer .social a.yt:hover {
    color: #D22222;
}
footer .social a.in>i:hover {
    background: #f2ce09;
    background: -webkit-linear-gradient(45deg, #f2ce09 0%, #aa0839 50%, #490383 100%);
    background: -o-linear-gradient(45deg, #f2ce09 0%, #aa0839 50%, #490383 100%);
    background: linear-gradient(45deg, #f2ce09 0%, #aa0839 50%, #490383 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px dashed #d2d2d2;
    /* margin-left: 90px; */
    margin-top: 50px;
}
footer .footer-form {
    text-align: center;
}
footer {
    background-color: #e2e2e2;
    padding: 35px 0px 45px 0px;
}
footer .social {
    display: block;
    text-align: center;
    width: auto;
    float: none;
    margin: 0 auto;
}
footer .social a {
    padding: 0px 10px;
    color: #4f4f4f;
    font-size: 35px;
    width: 35px;
    height: 35px;
    text-decoration: none;
}
footer .part {
    margin-top: 60px;
    text-align: center;
}
footer .part ul {
    list-style: none;
    display: table;
    text-align: center;
    width: auto;
    padding: 0 0 0 30px;
}
footer .part ul li.cat_name {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    padding: 0px 55px 0px 0px;
    vertical-align: middle;
}
footer .part ul li {
    display: table-cell;
    padding: 0px 15px;
}
footer .part ul li a {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 15px;
    color: #000;
}
footer .part ul li a img {
    opacity: .5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: opacity .3s , -webkit-filter .3s linear;
    transition: opacity .3s , -webkit-filter .3s linear;
    -o-transition: filter .3s linear , opacity .3s;
    transition: filter .3s linear , opacity .3s;
    transition: filter .3s linear , opacity .3s , -webkit-filter .3s linear;
}
footer .part ul li img {
    max-height: 22px;
	max-width: 120px;
}
footer .part ul li a:hover > img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.footer-form p {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
	
}
footer .part ul li a{
	text-decoration: none;
}
footer .footer-form .blue-button {
    margin-top: 10px;
    width: 170px;
}
.blue-button {
    padding: 8px 40px !important;
    border-radius: 50px;
    background-color: #009fe3 !important;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    font-family: "Roboto";
    font-weight: 700;
    position: relative;
    z-index: 999;
    transition: background 0.2s ease-in, color 0.2s;
    -moz-transition: background 0.2s ease-in, color 0.2s;
    -ms-transition: background 0.2s ease-in, color 0.2s;
    -o-transition: background 0.2s ease-in, color 0.2s;
    -webkit-transition: background 0.2s ease-in, color 0.2s;
}
.article-footer{
	display: none;
}
.vc-gitem-zone-height-mode-auto:before{
	padding-top: 25% !important;
}
.no-padding-top{
	padding-top: 0px;
}
a {
    text-decoration: none !important;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
	color: #f89930;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #f89930;
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover {
    color: #ffffff;
    border-color: #f89930;
    background-color: #f89930;
}
a.bottom{
	color: #f89930;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #f89930;
	padding: 14px 20px;
	border-radius: 4px;
}
a.bottom:hover{
    color: #ffffff;
    border-color: #f89930;
    background-color: #f89930;
}
.except-uslugi{
	height: 20px;
}

.plates {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.plates .plate {
    padding: 25px;
    border: 2px solid #d4d4d4;
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
}
.plates .plate:hover {
    border: 2px solid transparent;
    transform: scale(1.03);
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px -1px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -1px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px -1px 20px 0px rgba(0,0,0,0.25);
}
.plates .plate .title {
    font-family: "Roboto";
    font-size: 26px;
	font-weight: 300;
}
.plates .plate .price {
    position: relative;
    font-family: "Roboto";
	font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 25px;
}
.plates .plate p {
    font-family: "Roboto";
	font-weight: 300;
    margin: 40px 0 20px;
    font-weight: bold;
}
.plates .plate .blue-button {
    margin: 15px 0;
    cursor: pointer;
}
.blue-button {
    padding: 8px 40px !important;
    border-radius: 4px;
	border: 2px solid #f89930;
    background-color: #f89930 !important;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    font-family: "Roboto" !important;
	font-weight: 700;
    position: relative;
    z-index: 999;
    transition: background 0.2s ease-in, color 0.2s;
    -moz-transition: background 0.2s ease-in, color 0.2s;
    -ms-transition: background 0.2s ease-in, color 0.2s;
    -o-transition: background 0.2s ease-in, color 0.2s;
    -webkit-transition: background 0.2s ease-in, color 0.2s;
}
.blue-button:hover{
	background-color: #fff !important;
	color: #f89930 !important;
	border: 2px solid #f89930;
}
.plates .plate .price span {
    position: absolute;
    font-size: 12px;
    font-family: "Roboto";
	font-weight: 300;
    left: 40%;
    bottom: -15%;
}
.opcje {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}
.opcje .item-row, .opcje .title-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 20px;
    font-size: 18px;
    font-family: "Roboto";
	font-weight: 300;
    align-items: center;
    position: relative;
}
.opcje .item-row .name {
    width: 40%;
    min-height: 50px;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.opcje .item-row .price {
    width: 35%;
    text-align: right;
    padding-right: 20px;
    font-family: "Roboto";
	font-weight: 700;
}
.opcje .item-row .link {
    width: 25%;
}
.opcje .button_transp {
	border: 2px solid #f89930;
    color: #f89930;
    margin-top: 0;
    font-size: 14px;
}
.opcje .button_transp:hover {
	border: 2px solid #f89930;
    color: #fff;
	background-color:#f89930;
}
.opcje .title-row .cena {
    width: 35%;
    text-align: right;
    padding-right: 20px;
    font-size: 14px;
}
.cennik_opinies {
    margin-top: 90px;
    font-family: "Roboto";
	font-weight: 700;
}
.cennik_opinies .cennik_opinies_elements {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.cennik_opinies .cennik_opinies_elements .cennik_opinies_logos {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.cennik_opinies .cennik_opinies_link {
    color: #4cc9ff;
    font-family: "Roboto";
	font-weight: 400;
    border-bottom: 1px dashed #4cc9ff;
    font-size: 14px;
}
a.button_transp {
    display: inline-block;
    margin-top: 25px;
    padding: 6px 25px;
    border-radius: 50px;
    border: 2px solid #ffffff;
    background-color: transparent;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto";
	font-weight: 700;
    position: relative;
    z-index: 99;
}
.cennik-kd-max .opcje .fa {
    font-size: 12px;
    color: #009fe3;
    margin-left: 5px;
    margin-top: 4px;
    position: relative;
}
.opcje .title-row .name {
    width: 40%;
    font-family: "Roboto";
	font-weight: 700;
    font-size: 21px;
}
.plates .plate ul li {
    position: relative;
    margin-top: 10px;
    font-size: 14px;
	text-align: left;
}
.words {
    font-size: 30px;
    font-family: "Roboto";
	font-weight: 300;
    color: #ffffff;
	padding: 50px 30px;
    text-align: center;
}
.vc_custom_1536224937966{
	background: no-repeat;
    background-size: cover;
}
.sklonenie .title-descr {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
    margin-top: 15px;
}
.sklonenie .price-zamow .price {
    margin-right: 50px;
}
.sklonenie .price-zamow .price p {
    font-size: 15px;
    font-family: "Roboto";
	font-weight: 300;
    margin-bottom: 5px;
}
.sklonenie .price-zamow .price b {
    font-size: 18px;
    font-family: "Roboto";
	font-weight: 700;
}
.sklonenie .price-zamow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.zakaz-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zakaz-form td {
    padding-bottom: 10px;
    padding-right: 20px;
    vertical-align: top;
}
.zakaz-form input, .zakaz-form textarea {
    background-color: #eee;
    padding: 8px;
    width: 370px;
    display: block;
}
.descr{
	color: #000;
    font-size: 14px;
    width: 120px;
}
.zakaz-form tr{
	background-color: #fff !important;
}
tbody, tfoot, thead{
	border: 1px solid #fff;
    background-color: #fff;
}
.zakaz-form tr:nth-child(6) td {
    padding-top: 20px;
}
.zakaz-form label {
    font-weight: normal;
}
input[type="checkbox"] {
    display: inline-block!important;
    width: 13px!important;
}
.checkbox-zakaz span.wpcf7-list-item {
    display: block;
    margin: 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="checkbox"], input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.zakaz-form td {
    vertical-align: top;
	color: #787878;
}
.gdpr-info{
	color: #787878;
  text-align: justify;
}
.radio-zakaz span.wpcf7-list-item {
    display: block;
    margin: 0;
}
.zakaz-form input, .zakaz-form textarea{
	color: #000;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea{
	margin: 0px;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus{
	color: #000;
}
[name=nip-zakaz]{
	height: 40px !important;
	min-height: 35px !important;
}
textarea:focus{
	background: transparent;
    background-color: transparent;
}
.radio-zakaz input {
    display: inline-block;
    width: 13px;
}
.header-button{
	display: inline-block;
    float: right;
	padding-top: 1.9rem;
}
.top-bar-right ul {
    float: left;
}
.zgoda_checkboxes{
	color: #5d5d5d;
}
.button-demo{
	margin-top: 20px !important;
}
.vc_images_carousel .vc_carousel-control {
    margin-left: 0px;
    width: 0px !important;
}
#sh{
	    font-size: 12px;
	    font-weight: 800;
}
footer .menu ul {
    font-family: "Roboto";
	font-weight: 300;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}
p.h6-space{
	padding-bottom: 24px;
}
a.bottom-orange {
    color: #fff;
    background-color: #f89930;
    border: 3px solid #fff;
    padding: 8px 46px;
    border-radius: 4px;
}

a.bottom-orange:hover {
    color: #f89930;
    border-color: #fff;
    background-color: #fff;
}
.no-padding .vc_gitem_row .vc_gitem-col {
    padding: 0px;
}
.vc_gitem-post-data-source-post_title, .vc_gitem-post-data-source-post_excerpt{
	padding-right: 20px;
}
@media screen and (max-width: 1200px){
.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {

    font-size: 70px !important;
    margin-left: -13px !important;
	margin-top: -50px !important;
}
.vc_images_carousel .vc_carousel-control {
    margin-left: -3px;
    width: 0px !important;
}
}
@media screen and (min-width: 1201px){
.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
    margin-left: -20px !important;
}
}
@media screen and (max-width: 1070px){
.vc-gitem-zone-height-mode-auto:before{
	padding-top: 35% !important;
}
.div-logo{
	padding: 0px;
}
}
@media screen and (max-width: 970px){
.vc-gitem-zone-height-mode-auto:before{
	padding-top: 45% !important;
}
}
@media screen and (max-width: 767px){
	.vc-gitem-zone-height-mode-auto:before{
	padding-top: 35% !important;
}
	.vc_single_image-wrapper{
		display: none !important;
	}
	footer .part ul li {
    float: left;
    width: 33%;
    padding: 0px !important;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 660px){
	.vc-gitem-zone-height-mode-auto:before{
	padding-top: 48% !important;
}
}
@media screen and (max-width: 530px){
	.vc-gitem-zone-height-mode-auto:before{
	padding-top: 65% !important;
}
}
@media screen and (max-width: 460px){
	.vc-gitem-zone-height-mode-auto:before{
	padding-top: 100% !important;
}
footer .menu{
		width: 100% !important;
	}
}
@media screen and (max-width: 360px){
	.vc-gitem-zone-height-mode-auto:before{
	padding-top: 120% !important;
}
}
@media screen and (max-width: 852px){
.header-button {
    padding-top: 1.9rem;
    top: 0;
    right: 20px;
    position: absolute;
}
}
@media screen and (max-width: 640px){
.header-button {
    float: left;
    padding-top: 8px;
    margin-left: 17px;
	clear: both;
}
	.margin-bottom{
	width: 100% !important;
    padding-top: 20px;
	padding-left: 0px !important;
	text-align: center !important;
}
.dowiedz-w {
	width: 100% !important;
	text-align: center !important;
}
footer .part ul li {
    float: left;
    width: 50%;
    padding: 0px !important;
    margin-bottom: 20px;
}
footer .part ul{
	padding: 10px !important;
}
}
a.slider_down {
    background-image: url(../images/mouse.webp);
    background-repeat: no-repeat;
    width: 24px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -12px;
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.slider_down {
    z-index: 1;
}
.margin-bottom-off{
	margin-bottom: 0px;
}
.kontakt small p{
	display: none;
}
.vc_images_carousel .vc_carousel-control .icon-next{
	background: transparent url(../images/arrow-right.webp) 0 0 no-repeat!important;
	width: 30px !important;
	height: 60px !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next{
	background: transparent url(../images/arrow-right.webp) 0 0 no-repeat!important;
	width: 30px !important;
	height: 60px !important;
	right: -40px !important;
	
}
.vc_images_carousel .vc_carousel-control .icon-prev{
	background: transparent url(../images/arrow-left.webp) 0 0 no-repeat!important;
	width: 30px !important;
	height: 60px !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev{
	background: transparent url(../images/arrow-left.webp) 0 0 no-repeat!important;
	width: 30px !important;
	height: 60px !important;
	left: -40px !important;
}
.vc_arrow-icon-arrow_04_right:before,.vc_arrow-icon-arrow_04_left:before,.vc_images_carousel .vc_carousel-control .icon-prev:before,.vc_images_carousel .vc_carousel-control .icon-next:before{
    content: none !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav{
	opacity: 1;
}
.wpcf7-form-control-wrap {
    text-align: left;
	font-size: 13px;
}
span.wpcf7-list-item {
    margin: 0;
}
.margin-bottom{
	width: 40%;
    text-align: left;
    padding-left: 20px;
	float: left;
	margin-top: 7px;
}
.dowiedz-w {
	width: 60%;
    float: left;
    text-align: right;
}
text, .st10,.st8,.st7,.st6,.st6, .st5,.st4,.st3,.st2,.st1 {
    font-family: 'Roboto' !important;
}
#ukryty_tekst, .margin-bottom-off{
	line-height: 15px;
    font-size: 14px;
    text-align: left !important;
}
.logo_block img{
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0.9);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0.9);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0.9);
    transition: all 200ms ease-in;
    transform: scale(0.9);
}
.footer-row{
	width: 100%;
	margin-left: auto;
    margin-right: auto;
}
.contact p, #sh, #ukryty_tekst small{
	font-size: 12px;
	color: #5d5d5d;
}
.contact-img{
	height: 50px !important;
	margin-bottom: 20px;
}
span.wpcf7-list-item{
	margin-bottom: 10px;
}
/******************************************************************
OTHER PRODUCT
******************************************************************/
.other-product-section {
  padding-bottom: 70px; }
  .other-product-section .section-title {
    font-size: 34px;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin: 65px 0 40px; }
  .other-product-section .widget-text-extra {
    margin-left: 20px;
    width: 262px;
    height: 270px;
    float: left;
    text-align: center;
    position: relative; }
    .other-product-section .widget-text-extra:first-of-type {
      margin-left: 0; }
    .other-product-section .widget-text-extra a {
      display: block;
      height: 270px;
      padding: 30px 0 0;
      text-decoration: none; }
      .other-product-section .widget-text-extra a .widget-title {
        margin: 0;
        height: 45px; }
        .other-product-section .widget-text-extra a .widget-title span {
          display: block;
          text-indent: -999em;
          margin: 0 auto; }
        .other-product-section .widget-text-extra a .widget-title .gstarcad {
          width: 141px;
          height: 25px;
          background: url("../images/GstarCAD.jpg") no-repeat 0 0; }
        .other-product-section .widget-text-extra a .widget-title .elitecad {
          width: 138px;
          height: 21px;
          background: url("../images/xkdmax.png") no-repeat 0 0; }
        .other-product-section .widget-text-extra a .widget-title .interi-cad {
          margin-top: -8px;
          width: 114px;
          height: 27px;
          background: url("../images/IronCAD.png") no-repeat 0 0; }
        .other-product-section .widget-text-extra a .widget-title .cadexpert {
          width: 143px;
          height: 29px;
          background: url("../images/archlines.png") no-repeat 0 0; }

          .other-product-section .widget-text-extra a .widget-title img{
            max-width: 50%;
          }
      .other-product-section .widget-text-extra a .textwidget {
        font-size: 13px;
        line-height: 1.7em;
        color: #646464;
        padding: 0 10px; }
        .other-product-section .widget-text-extra a .textwidget .read-more {
          display: block;
          position: absolute;
          bottom: 12px;
          left: 50%;
          margin-left: -48px;
          font-size: 13px;
          font-weight: 500;
          color: #010101; }
          .other-product-section .widget-text-extra a .textwidget .read-more:before {
            position: absolute;
            top: 4px;
            left: 87px;
            margin-left: 0; }
          .other-product-section .widget-text-extra a .textwidget .read-more:after {
            position: absolute;
            top: 8px;
            left: 93px;
            margin-left: 0; }
      .other-product-section .widget-text-extra a:hover {
        background-color: #044da0; }
        .other-product-section .widget-text-extra a:hover .widget-title .gstarcad {
          background-position: 0 -30px; }
        .other-product-section .widget-text-extra a:hover .widget-title .elitecad {
          background-position: 0 -26px; }
        .other-product-section .widget-text-extra a:hover .widget-title .interi-cad {
          background-position: 0 -32px; }
        .other-product-section .widget-text-extra a:hover .widget-title .cadexpert {
          background-position: 0 -29px; }
        .other-product-section .widget-text-extra a:hover .textwidget {
          color: #8eb6e5; }
          .other-product-section .widget-text-extra a:hover .textwidget .read-more {
            color: #fff; }
            .other-product-section .widget-text-extra a:hover .textwidget .read-more:before {
              background-color: #fff; }
            .other-product-section .widget-text-extra a:hover .textwidget .read-more:after {
              border-color: transparent transparent transparent #044da0; }
    .other-product-section .widget-text-extra:last-of-type .widget-title {
      height: 53px; }

.category-sidebar {
  width: 330px;
  float: right;
  margin-top: 40px; }
  .category-sidebar .about-offer-vertical-section {
    margin-left: 35px; }
  .category-sidebar .product-list-remaining {
    padding-top: 30px;
    margin-top: 15px;
    border-top: 1px solid #dadada; }
    .category-sidebar .product-list-remaining ul li:before {
      margin-top: 16px;
      width: 13px;
      height: 11px;
      background: url("../images/s.png") no-repeat -19px -349px; }

.sidebar-blog .widget {
  margin-bottom: 25px;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 15px; }

.sidebar-blog .widget_search label {
  display: none; }

.sidebar-blog .widget_search input[type="text"] {
  padding-right: 75px; }

.sidebar-blog .widget_search input[type="submit"] {
  width: 66px;
  margin-top: -53px; }

.sidebar-blog .widget_categories .widget-title {
  margin-bottom: 0; }

.sidebar-blog .widget_categories ul li {
  font-size: 16px;
  color: #1567cc;
  padding-left: 40px;
  padding-bottom: 10px; }
  .sidebar-blog .widget_categories ul li:before {
    content: '';
    float: left;
    margin: 12px 0 0 -33px;
    width: 10px;
    height: 4px;
    background: #1e71d8; }
  .sidebar-blog .widget_categories ul li a {
    font-size: 17px;
    color: #131313;
    text-decoration: none; }
    .sidebar-blog .widget_categories ul li a:hover {
      color: #1567cc; }

/*
  WOODLAB CENA FORM
*/
.cena-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cena-form  .input-cena-form input {
  width: 80%;
}

.enumerator {
    text-align: center;
    height: 300px;
    margin-top: -100px;
}

.enumerator_block {
    display: inline-block;
    position: relative;
    z-index: 0;
    padding-right: 60px;
    margin: 10px 30px;
}

.enumerator_value {
    position: relative;
    text-align: right;
    padding-top: 250px;
}


.enumerator_text {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(-90deg) translateX(100%);
    -ms-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    text-align: left;
    width: 300px;
    height: 60px;
    overflow: hidden;
}

.enumerator span.value {
    font-size: 44px;
    line-height: 44px;
}

.enumerator span.text {
    font-size: 18px;
    white-space: normal;
}
body .enumerator {
    text-align: center;
    height: auto;
    margin-top: 0;
      padding: 70px 0;
}
body .enumerator .row {
      display: flex;
    align-items: stretch;
    justify-content: center;
        flex-wrap: wrap;
}
.enumerator .enumerator_block {
      margin: 0;
    display: block;
    max-width: 25%;
    padding: 0 30px;
      display: flex;
    flex-direction: column;
}
.enumerator .enumerator_value {
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
}
body .enumerator span.value {
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
}
.enumerator .enumerator_text {
    transform: none;
    position: relative;
      text-align: center;
    width: auto;
    height: auto;
}
body .enumerator span.text {
    font-size: 17px;
    line-height: 17px;
}
body .enumerator .button_white {
    background-color: #009fe3;
    color: #ffffff;
    border-color: #ffffff;
}
body .enumerator .button_white:hover {
    background-color: #4abcf3 !important;
}
@media screen and (max-width: 767px) {
    .enumerator .enumerator_block {
    max-width: 50%;
}
}
.footer-info p {
  font: inherit;
}

.text-align-evc {
  text-align: center;
}

.zgoda_checkboxes label {
	font-weight: normal;
}

.szkolenie-4blokcs-page {
	padding: 60px 0;
}

.szkolenie-grey-blokcs-page {
	padding: 55px 0 50px;
    background: #e2e2e2;
    width: 46%;
    float: left;
    margin: 50px 2%;
}

.szkolenie-grey-blokcs-page p {
	margin-bottom: 5px;
}

.szkolenie-page-123text {
    margin-left: 65px;
}

.szkolenie-page-123text li {
	margin-bottom: 5px;
	font-weight: bold;
}

.szkolenie-page-last-img {
	max-width: 200px;
}