#featured-slider, #main, h1,h2,h3 {font-family: 'Noto Serif', serif;}
h4,h5,ol,ul, li, a, p, #featured-slider .entry-content p {font-family: 'Lato', sans-serif !important;}
h1 {font-size:35px;}
h2 {font-size:30px;}
h3 {font-size:25px;}

.main-navigation-right {margin-top: 25px; } /* wysokość menu od góry */
#header-logo-image img {max-height: 140px; width: auto !important;} /*max wysokośc logo */

#featured-slider .navArrows {display: none}
#featured-slider:hover .navArrows {display: block}

.slides::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.slides {pointer-events: none;}

div#header-text-nav-container {
    padding: 10px 15px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.70);
    position: relative;
    z-index: 9;
}

div#header-text-nav-wrap, #featured-slider .entry-description-container {background: transparent;}

.wide-1218 #featured-slider .entry-container {
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 1000px;
    z-index:1;
    text-align: center !Important;
}

#featured-slider .slider-title-head {
    color: #FFF;
    font-weight: 800;
    font-size: 46px;
    line-height: 1.3;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
    text-align: center;
    display: block;
}

#featured-slider .entry-content p {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    text-shadow: 1px 1px 3px #000;
}

#featured-slider .slider-read-more-button {
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 50px;
    display: inline-block;
    float: none;
    pointer-events: all;
}

#featured-slider .entry-title span::after {content: ""; width: 170px; border-top: 2px dashed#d2d8d5; display: block; margin: 12px auto;}
#featured-slider .slider-read-more-button:hover {background: rgba(47, 143, 204, 0.85);}


.main-navigation-right ul, .main-navigation-right .current-menu-item::before{border:0;}
#breadcrumbs {float: right; margin: 6px 0px 0px 0px;}

.main-navigation-right li a {
    color: #000 !Important;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 10px;
    border-radius: 30px;
    padding: 10px 20px;
}

#site-navigation li.current-menu-item a {
    border: 2px solid;
    font-weight: bold;
}

.slides::before {
    font-family: 'sow-fontawesome';
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f103";
    position: absolute;
    bottom:30px;
    left:50%;
    color: #FFF !important;
    font-size:50px;
    z-index:1;
    margin-left: -16px;
    animation: a_bounce 1s infinite;
    transform: translate(0, 0px);
    pointer-events: all;
    z-index: 999;
    cursor: pointer;
}

@keyframes a_bounce { 0%{transform: translate(0, 0px);} 50%{transform: translate(0px, 10px);}}

.entry-container * {animation: fadeIn 1s;  }

#controllers {
    bottom: auto;
    text-align: right;
    top: 15px;
    right: 15px;
}

#controllers a {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: transparent;
    color: transparent !important;
    border: 2px solid #FFF;
    margin: 0px;
    margin-left: -10px;
}

#controllers a:hover, #controllers a.active {
    background: #FFF !Important;
}

.section_one > div {padding: 80px 0px;}

.section_one img {
    margin: 0;
    border: 10px solid #FFF;
    box-sizing: border-box;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

.section_one h2, .section_one h3 {
    font-size: 52px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 30px;
}

.section_one ul li {
    margin-bottom: 10px;
    border: 1px solid black;
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 600;
    color: #4E4E4E;
}

.section_one ul { padding: 0; list-style: none; }

a.ow-button-hover {
    background: transparent !important;
    border: 2px solid white !Important;
    border-radius: 30px !important;
    padding: 22px 35px !important;
}
.second_section h3 {
    color: white;
    font-size: 32px;
    margin-top: 15px;
    margin-bottom: 0;
}

.footer-socket-wrapper.clearfix {
    background: black;
    padding: 16px;
    box-sizing: border-box;
  	border:0;
}

.footer-socket-wrapper.clearfix * {
    color: #d8d8d8 !Important;
    font-size: 14px !important;
}
.small-menu li::after {content: "/";padding-left: 15px;}
.small-menu ul li.current-menu-item a {
    color: #FFF !Important;
}

.entry-content ul li, .entry-content ol li { margin-bottom: 10px; }



.box-glowna {
    background: rgb(186, 41, 41) !Important;
    border: 5px solid white;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.21);
    position: relative;
    overflow:hidden;
  
  max-width: 400px;
   margin: 0 auto;
}

.box-glowna img {margin: 0;width:100%;}
.box-glowna p {margin: 0;}
.box-glowna h3 {
    color: #FFF;
    padding: 22px;
    position: absolute;
    top: 80%;
    bottom: 0px !important;
    background: #272727;
    right: 0;
    left: 0;
    transition: all 0.3s;
    font-size: 20px;
}

.box-glowna:hover h3 {top: 0px;opacity: 0.8;}
.box-glowna h3 a {color: #FFF;}
.box-glowna h3 a::after {content: "Zobacz więcej";position: absolute;top: 50%;left: 0;right: 0;text-align: center;font-size: 16px;font-weight: bold;opacity: 0;transition: all 0.3s 0.1s;}
.box-glowna:hover h3 a::after {opacity: 1;}

.calltoaction h3 {margin-bottom: 0; margin-top: 13px;}

.calltoaction .ow-button-base a {
    border-color: #FFF !Important;
    padding:19px 40px !important;
}

.gallery-icon img, .gallery-icon img:hover {
    border: 5px solid white;
    box-shadow: 0 0 13px -3px rgb(0, 0, 0);
    transition: all 0.2s; 
    opacity: 1;
}

.gallery-icon:hover img {transform: scale(1.1);}

.footer-socket-area, .no-sidebar-full-width #primary {box-sizing: border-box;}

a#scroll-up {border-radius: 100%;padding: 10px;opacity: 0.8;}

.header-post-title-class  {margin-left: 15px; float:left;}

#main {min-height:500px;}
body {background: #000;}
#page {box-shadow: none;}

input[type="text"], input[type="email"], input[type="password"], textarea {
    border: 1px solid #000!important;
    border-radius: 0px !important;
}

.header-post-title-container {
    background: #f9f9f9;
    margin-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}

.mapa iframe, .mapa-kontakt iframe {width:100%; margin-bottom: -4px;}
.mapa iframe {height: 220px; }
.mapa-kontakt iframe {height: 400px;}

.footer-socket-wrapper {
    padding: 50px 15px;
    box-sizing: border-box;
    background: #FFF;
    border-top: 2px solid;
}

.copyright a[title="csgroup.pl"] span {
    display: inline-block;
    background: url(https://web.archive.org/web/20240609093034im_/http://serwer1454194.home.pl/pkt/7048869/wp-content/uploads/2017/09/pkt.png);
    background-size: cover;
    width: 87px;
    height: 18px;
    color: transparent!important;
    margin-left: 5px;
    margin-right: 1px;
}

/* kolor przewodni */

.ow-button-base a, #site-navigation li.current-menu-item a {border-color: #61da8a !important;}

a {color: #61da8a}
#pasek, a#scroll-up, .wpcf7-form-control.wpcf7-submit, .box-glowna:hover h3 {background: #272727;}

/* koniec koloru przewodniego */

p {
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 15px;
}
.fontblack {text-color: #000;}

.lsow-tabs.style9 .lsow-tab-nav .lsow-tab, .lsow-tab-nav {
	min-width: 250px;
  max-width: 250px;
}

.calltoaction h3 {
	color: #fff;
}
/*
     FILE ARCHIVED ON 09:30:34 Jun 09, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:09:23 Oct 20, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.461
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 69.608
  LoadShardBlock: 44.895 (3)
  PetaboxLoader3.datanode: 67.254 (5)
  load_resource: 97.93
  PetaboxLoader3.resolve: 47.877
  loaddict: 26.743
*/