@import url(../../fonts/fonts.css);
:root {
    --default-font-size: calc(14px + (23 - 14) * ((100vw - 300px) / (1600 - 300)));
    --default-conetnt-size: calc(10px + (23 - 14) * ((100vw - 300px) / (1600 - 300)));
    --dark-red: #fcc570;
    --dark-dark-coffee: rgb(152,140,125);
    --grey-blue: rgb(102,115,135);
}
html, body {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;    
    color:rgb(152,140,125);
}
p{color:rgb(152,140,125);}
body {
    font-size: var(--default-font-size);
    background-image: url("../../img/bgs/bg-site-dluga27.jpg");
}
body.home .wrapper,
body.podstrona{
     color: rgb(152,140,125);
}
h1,h2,h3,h4,h5,h6,.h1,.h2.h3,.h4,.h5,.h6, q{
    font-family: 'MTCORSVA', georgia, sans-serif;
    color: rgb(152,140,125);/*#4f555b;*/
}
q{
    font-size: calc(2.5rem + .3vw) !important;
}
cite{
    font-family: 'Roboto', sans-serif;   
    font-size: calc(.9rem + .3vw) !important;
    color: rgb(152,140,125);/*#4f555b;*/    
}
a {
    color: rgb(152,140,125);
    cursor: pointer;
}
a:hover {
/*    color: rgb(196,87,92);*/
    color: #fcc570;
    cursor: pointer;
}
.text-underline{
    text-decoration: underline !important
}
.bg-red{
    background-color: rgb(152,140,125);
}
.bg-white{
    background-color: #ffffff;
}
.bg-white-9{
    background-color: rgba(255,255,255,.9);
}
.bg-white-8{
    background-color: rgba(255,255,255,.8);
}
.bg-white-7{
    background-color: rgba(255,255,255,.7);
}
.bg-gradient-gray-white{
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1.0),rgba(255, 255, 255, .7), rgba(255, 255, 255, 0.0));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1.0),rgba(255, 255, 255, .7), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, .7), rgba(255, 255, 255, 0.0));
    
}
.w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
}
/* **************** header ****************** */
header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 4;
    padding-top:5px;
    padding-bottom: 5px;    

/*  białe -> przezroczyste  
    background: rgba(255, 255, 255, .70);
   background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1.0),rgba(255, 255, 255, .7), rgba(255, 255, 255, 0.0));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1.0),rgba(255, 255, 255, .7), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, .7), rgba(255, 255, 255, 0.0));*/
    
    background: rgba(152,140,125, .70);
   background: -webkit-linear-gradient(top, rgba(152,140,125, 1.0),rgba(152,140,125, .7), rgba(152,140,125, 0.0));
    background: -moz-linear-gradient(top, rgba(152,140,125, 1.0),rgba(152,140,125, .7), rgba(152,140,125, 0.0));
    background: linear-gradient(to bottom, rgba(152,140,125, 1.0), rgba(152,140,125, .7), rgba(152,140,125, 0.0));    
    
/*    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);   */ 
    
     
    margin:0;
    font-family: 'MTCORSVA', georgia, sans-serif;
}
.podstrona header{
     background: rgba(152,140,125, 1);
    
}
header.section-header-scrolled{
    background-color: rgba(255,255,255,0.95);
    background-color: rgba(255,255,255,0.7);

    background-color: rgba(255,255,255,1);
    background-color: rgba(243,241,239,1); 
    background-color: rgba(152,140,125,1);
    
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.podstrona header.section-header-scrolled{
    box-shadow: 1px 1px 1px rgba(54,50,46,0.40);
    -webkit-box-shadow: 1px 1px 1px rgba(54,50,46,0.40);
}


.navbar {
    padding: 0
}

header .left,
header .right,
header .center{
    display: flex;
}
header .left,
header .center{
    display: flex;
   /* align-items:flex-end; */
    justify-content:center;
}
header .center{
    justify-content:center;
}
header ul{
    margin:0;
    padding:0;
    line-height: 1.3;
}
header.section-header-scrolled ul{
    margin-top:0;
    line-height: 1.1;
}
header .left ul li,
header .right ul li{
    color: rgb(255,255,255);
    padding: 0;  
    text-shadow: 1px 1px 0 rgba(255,255,255,1);
    text-shadow: 1px 1px 0 rgba(152,140,125,1);
}
header .right ul li:not(:last-child){
    margin-right: 2rem;
}
header .left ul li a,
header .right ul li a,
header .left ul li .a,
header .right ul li .a{

/*    color:rgb(102, 115, 135);*/
    text-align:  center;
    color: rgb(152,140,125);
    color: rgb(255,255,255);

    line-height: 1.1;
/*    text-transform: uppercase;*/
    transition: all .6s ease 0s;
    text-shadow: 1px 1px 0 rgba(255,255,255,1);
    text-shadow: 1px 1px 0 rgba(152,140,125,1);
}
.podstrona header .left ul li a,
.podstrona header .right ul li a,
.podstrona header .left ul li .a,
.podstrona header .right ul li .a,
.podstrona header .animated-icon1 span:nth-child(4){
     color:rgb(255, 255, 255);
}
.podstrona header.section-header-scrolled .left ul li a,
.podstrona header.section-header-scrolled .right ul li a,
.podstrona header.section-header-scrolled .left ul li .a,
.podstrona header.section-header-scrolled .right ul li .a,
.podstrona header.section-header-scrolled .animated-icon1 span:nth-child(4){
     color:rgb(102, 115, 135);color:rgb(255, 255, 255);
}
.podstrona header .right ul li.active a{
    color: #fcc570;
}
header .left ul li a:hover,
header .center ul li a:hover{
    text-decoration: underline;

}
.bg-dark{
    background-color:  rgba(152,140,125,1) !important;
}


header .left address {
    margin-bottom: 0;
}
header .left li span{
     font-family: 'Roboto', serif;
    font-size: 80%;
}
header .left address .h{
    font-size: inherit;
    color:inherit;
}
/*
#main-menu-state:not(:checked) ~ #navbar-main-menu {
    display: block;
}*/


/***************  .mobile-section ******/
.gradient-brown{
    background-color: rgba(116,129,149,0.49);
    background-color: rgba(152,140,125,0.49);
    background: rgba(152,140,125, .60);
    background: -webkit-linear-gradient(top, rgba(152,140,125, 0.70),rgba(152,140,125, .6), rgba(152,140,125, 0.0));
    background: -moz-linear-gradient(top, rgba(152,140,125, .70),rgba(152,140,125, .6), rgba(152,140,125, 0.0));
    background: linear-gradient(to bottom, rgba(152,140,125, .70), rgba(152,140,125, .6), rgba(152,140,125, 0.0));
    margin: 0;
    padding: 20px 0 20px 0;
}
.mobile-section address{
    margin-bottom: 0;
}
.mobile-section ul{
    list-style: none;
    padding: 0;
    border-bottom: 2px dotted rgba(152,140,125,1)
}
.podstrona .mobile-section ul{
    border-bottom: 1px dotted rgba(152,140,125,.51)
}
.mobile-section,
.mobile-section address h1,.mobile-section address h2,
.mobile-section address a,
.mobile-section  a{
    color:  rgba(255,255,255,1);
    text-shadow: 1px 1px 0px rgba(152,140,125,.71)
}
.mobile-section,
.mobile-section svg{
    font-size: 1.5rem;
}
/* ** logo ***************************** */
header a.navbar-brand{

    padding: 0;
    margin-right: 0;
}
header svg{
    transition: all .6s ease 0s;
}
header.section-header-scrolled .logo svg{
/*    max-width:100%;*/
    width: auto;
    height:70px;
}
.preloader svg .st0,
header a.navbar-brand  svg .st0{
    fill: #ffffff !important;
    stroke:transparent;
    opacity:1;
}

header .logo {
    transition: all .6s ease 0s;
}

header .navbar{
    padding: 0;
}

.px-6{
    padding-left:30px;
    padding-right: 30px;
}

.section-header-diabled-shadow {
    box-shadow: none !important;
}
.kontener-obrazka img{
    border: 10px solid rgba(200,185,166,1.00);
}
#powitanie img{
    border: 15px solid rgba(200,185,166,1.00);
}
/* owl-offer corousel ***************************/
.dziedziny {

    height: auto;
/*    background-color: rgba(116,129,149,0.49);
    background-color:rgba(152,140,125,0.49);*/
    background: rgba(152,140,125, .60);
   background: -webkit-linear-gradient(top, rgba(152,140,125, 0.70),rgba(152,140,125, .6), rgba(152,140,125, 0.0));
    background: -moz-linear-gradient(top, rgba(152,140,125, .70),rgba(152,140,125, .6), rgba(152,140,125, 0.0));
    background: linear-gradient(to bottom, rgba(152,140,125, .70), rgba(152,140,125, .6), rgba(152,140,125, 0.0));      
    margin:0;
    
    padding:20px 0 20px 0;

}
.dziedziny ul{
    text-align: center;
    padding:0;
}
.dziedziny ul li{
    display: inline-block;
}
.dziedziny .col div{
    display: table;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}
.dziedziny a {
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid white;
    font-size: .75rem;
    line-height: 1.1;
    color: rgb(116,129,149);
    color: rgb(152,140,125);
    background-color: rgba(255,255,255,1);
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transition: -webkit-transform 0.5s;
    transition: -moz-transform 0.5s;
    transition: -ms-transform 0.5s;
    transition: -o-transform 0.5s;
    transition: transform 0.5s;
    
   /* background-image: radial-gradient( circle closest-side, #fdfdfc, #c3beba );*/
}
.dziedziny a:hover {
    text-decoration: none;
    
    color: rgb(255,255,255);

    border-width:medium;
   
    background-color: rgba(152,140,125,1);
    border: 5px solid white;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}
/* ==========================================================================
hamburger - animacja
========================================================================== */
header.section-header-scrolled button.navbar-toggler, 
header.section-header-scrolled button.hamburger {
    transition: all .6s ease 0s;
}
button.navbar-toggler,
button.hamburger{
	position: fixed;
	z-index: 1032;	
}
button.hamburger{
	position: absolute;
	background-color: transparent;
	border:none;
	outline: none;
}
.my-fixed button.navbar-toggler{
	position: fixed;
}
button.navbar-toggler:focus {
  outline: none;
}

/* HAMBURGER SV */
.animated-icon1 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.animated-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: rgb(255,255,255);
}
.animated-icon1 span:nth-child(1) {
    top: 0px;
    width: 24px;
    left: 3px;    
}
.animated-icon1 span:nth-child(2) {
    width: 34px;
    left: -2px;
    top: 10px;
}
.animated-icon1 span:nth-child(3) {
    top: 20px;
    width: 24px;
    left: 3px;  
}
.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}





#KontenerMenu{
    position: fixed;
    top: 130px;
	right:0;
	
    padding: 2rem 2rem 1rem 2rem; 
	opacity: 1;
	background-color: rgb(196,87,92);		
	z-index: 1031;
}
#kontenerMenu.show{
    display: block;
}
.show a{
    color: #fff;
}
/* ****************  ****************** */
section p{
    font-size: 1rem;
}
/* **************** Aktualnośći  ****************** */
/*section#aktualnosci{
    background-color: #fdedd5;
}*/
.zajawka {
    position:relative;
}

.zajawka .nazwa-kategorii{
    display: block;
    position: absolute;
    left: -57px;
    top: 135px;
}

.zajawka .nazwa-kategorii .nazwa-kategorii_in {

     transform:rotate(-90deg);
     transform-origin:left top 0;
    
     position:relative;
     padding:20px 75px 20px 20px;

     float:left;

}
.zajawka .nazwa-kategorii .nazwa-kategorii_t {
     color:#000;
     font-size:1.3rem;

     font-weight:400;
     letter-spacing:.02em;
     display:block;
     margin-top:1px;
     
}
.zajawka .nazwa-kategorii .nazwa-kategorii_t:hover {
        cursor: pointer;
        color:rgb(152,140,125);
    text-decoration: underline;
}
.zajawka .nazwa-kategorii .nazwa-kategorii_i {
     font-size:30px;
     width:50px;
     height:3px;
     position:absolute;
     right:0;
     top:50%;
     margin-top:1px;
     transform:translateY(-50%);
     overflow:hidden;

}
.zajawka .nazwa-kategorii .nazwa-kategorii_i:after {
     content:'';
     position:absolute;
     top:0;
     left:0;
     width:100%;
     height:100%;
     background-color:var(--color-dark);
     transition:transform .7s cubic-bezier(.2,0,0,1);
     will-change:transform
}
.zajawka .nazwa-kategorii .nazwa-kategorii_i,
.zajawka .nazwa-kategorii .nazwa-kategorii_t {
     transition:color .5s ease-in-out,transform .7s cubic-bezier(.2,0,0,1)
}
.zajawka .thumb {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 275px;
}
.zajawka .data-modyfikacji{
    color:#888;
    font-family: 'Roboto', serif;
    font-size: 0.9rem;
   /* font-style: italic;*/
    margin-left: 0.2rem;
    margin-bottom: 0.3rem;
}
.zajawka .tytul{
    font-weight: normal;
    padding-top:1.5rem;
    font-size:2.5rem;
}
.zajawka .tytul a{
    color:#080301
}
.zajawka .tytul a:hover {
        cursor: pointer;
        color:rgb(152,140,125);
    text-decoration: underline;
}
.zajawka .logi-ico{
     width:50px;
     height:50px;
     position:absolute;
     right:-20px;
     top:-20px;    
}

/* **************** SLIDER  ****************** */
.section-slider {
    overflow: hidden;
}
.section-slider .bg-left-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: inset 452px 0 22rem rgba(0, 0, 0, .6);
    z-index: 1;
    height: 100vh;
}
.section-slider .bg-right-shadow {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: inset 452px 0 22rem rgba(0, 0, 0, .6);
    z-index: 1;
    height: 100vh;
}
.section-slider .bg-bottom-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100vh;
    box-shadow: inset 0 -69px 84px -42px rgba(0, 0, 0, .6);
}
.section-slider .carousel-item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

.section-slider .ikonografia{
    position: absolute;
    z-index: 2;
    bottom: 40px;
    width:100%; 
}
/* **************** ****************** */	

/* **************** slogan na slajderze ****************** 
.kontener-etykiety-sloganu {
    width:100%;
    height: 100vh; 
    display: flex;
    align-items: center;
}
.kontener-etykiety-sloganu.left{
    justify-content:flex-start;
    padding-left: 5%;
}
.kontener-etykiety-sloganu.center{
    justify-content:center;
}
.kontener-etykiety-sloganu.right{
    justify-content:flex-end
}
.etykieta-na-winiecie{
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
    line-height: 1.2; 
    margin:0 !important;    

    border-top:5px solid #000;
    border-bottom:5px solid #000;   
    padding: 2rem;
    width: auto;

    background-color: rgba(255,255,255, 0.7)
}
.etykieta-na-winiecie span{
    color: rgb(152,140,125);
}
.etykieta-na-winiecie h1{
    font-family: Arial, sans-serif;
    font-weight: bold; 
    font-size: 4rem;
    line-height: 1; 
}
.etykieta-na-winiecie h2{
    font-family: Arial, sans-serif;
    font-weight: bold; 
    font-size: 5rem;
    line-height: 1; 
}*/	
.owl-carousel .nav-left,
.owl-carousel .nav-right {
    width: 25px;
    position: absolute;
    bottom: 50%;
}
.owl-carousel .nav-left {
    left: -60px;
}
.owl-carousel .nav-right {
    right: -60px;
}
.btn-refresh {
    padding: 12.2px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    min-width: 53px;
    border-radius: 0;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #f1f1f1!important;
    background-color: #333;
    border-color: #333;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    float: left;
    position: absolute;
    z-index: 2;
    text-align: center;
}
.bg-form{
    background-color: #efebeb;
    padding: 3rem;
}
.btn.btn-outline-refresh:hover{
    background-color: rgb(152,140,125);
    color:#fff  !important;
}
.btn.btn-outline-refresh:hover svg{
    background-color: rgb(152,140,125);
    color:#fff  !important;
}
.btn.btn-outline-refresh:hover .fa, 
.btn.btn-outline-refresh:hover.fas, 
.btn.btn-outline-refresh:hover .svg .st0{
    color:black !important;
}
.content-site   img#captcha{
    height: 40px !important;
}  
.content-site img.refresh-caption {
    width: 21px !important;

}
.content-site p,
.content-site ul li{
    font-size: 1.3rem;
}
.podstrona:not(.kontakt) .content-site p:first-letter{
    font-size: 150%;
    font-weight: bold;
    font-family: 'MTCORSVA', georgia, sans-serif;
    margin-right:0.2rem;
    margin-bottom:0;
}
/*
	border-left: 2px solid var(--dark-red);
*/
/* *************************************************** */
/* **************** jumbotron-fluid  ******************* */
/* *************************************************** */
.jumbotron{
    background-color: rgba(255, 255, 255, .6)
}

.jumbotron-fluid {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.jumbotron-fluid:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   /* background-color: rgba(255, 255, 255, .6);*/
    z-index: 0;
}
.jumbotron-fluid .title-page {
    position: relative;
    z-index: 1;
}
.jumbotron-fluid h1,
.jumbotron-fluid h2{
    position: relative;
    z-index: 1;
}
.winieta .title{
    font-size: 2.3em;
}
.podstrona .title.display-4 {
    font-size: 2.5rem;
    text-shadow: 1px 1px 1px rgba(152,140,125, 0.9);
    text-shadow: 1px 1px 1px rgba(255,255,255, 1);
}
.winieta .title{
    color:#ffffff;
    color:rgba(152,140,125, 1);
}
.podstrona .winieta{
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.jumbotron-fluid {
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
}
.jumbotron-fluid:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
/*    background-color: rgba(0, 0, 0, 0.57);
    background-color: rgba(0, 0, 0, 0.37);*/
/*    background-color: rgba(152,140,125, 0.8);
    background-color: rgba(152,140,125,0.8)*/
}
/* ************************  .preloader  *************************** */
.preloader {
    font-weight: bold;
    /*background-image: url('../img/default/pattern-monochrome.png?ver=0.6');*/
    background-color: #1b1e21; background-color: #667387;  background-color: rgb(152,140,125); background-color: rgb(243,241,239); 
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    min-height: 100vh;
    z-index: 9999;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.preloader img {
    width: auto;
   /* background-color: #fff;*/
    padding: 10px;
    max-width: 400px;
    margin:0 auto;
}
.preloader .list-inline  {

    padding-top:0;

/*    border-top: 1px dotted white;*/
    margin-top: 0;   
    display: inline;
}
.preloader .list-inline-item{
    font-style: italic;
    font-size: 1rem;   
    letter-spacing: .05rem;  
    font-weight: 100;
    color: rgb(152,140,125);
}
/* ****************   ******************* */
.section-content a{
	color: rgb(152,140,125);
    text-shadow: 0 2px 0 rgba(255,255,255, 0.75);	
  
}
.show-all a,
.hide-all a{
    text-decoration: none;
    font-style: italic;
}
.show-all a:hover,
.hide-all a:hover,
.section-content a:hover{
    color: rgb(152,140,125) !important;
    text-decoration: underline;
}
.section-content h2{
	font-size: 2.5rem;
}
.section-content h3{
	font-size: 2rem;
}
.section-content a:hover{
	text-decoration: underline;
}
.podtytul span{
/*    display: inline-block;
    border-bottom: 1px dotted #000;
    padding-bottom: .8rem;
    margin-bottom:.1rem;*/
}
/* *************************************************** */
.content-site  img{
    
    width: 100% !important;
   
	height: auto;

}
.fast-contact p {
    font-size: 1.3rem;
    margin-bottom: 0;
}
.fast-contact a[href^='tel:'] {
    text-decoration: underline;
}

.archive-offer .element{
	background-color: rgba(255,255,255,0.6);
}
.section .name {
    color: var(--dark-red);
}
.thumb-offer {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 264px;
}
    .archive-oddzialy .elementWezla .thumb-offer{
    height: auto;
    }
/*.thumb-offer:hover {

    transform: scale(1.2); 
	transition: transform .7s;   
    overflow: hidden;
}*/
.border-gray {
    border: 4px double #605c59;
}
.border-solid-grey {
    border: 4px double #605c59;
}
.border-double-grey {
    border: 4px double #605c59;
    border: 5px solid rgba(96,92,89,0.3);  
    background-color: #fff;
}
.elementWezla a{
	color: #080301;
}
.elementWezla .ikony-bottom a:hover{
	background-color:  rgb(152,140,125);
}
.elementWezla .ikony-bottom a:hover {
	color:  #fff;
}
.elementWezla .tytul-kategorii{
/*    font-style: italic;*/
    font-size: 1.5rem;
}
/* *************************************************** */
/* **************** archive-oddzialy  ******************* */
/* *************************************************** */

/* *************************************************** */
/* **************** section#rezerwacja-wizyt  ******************* */
/* *************************************************** */

section#rezerwacja-wizyt{
    background: url("../../img/rezerwacja-wizyt/gabinet-na-dlugie-poczekalnia_w1920.jpg") center fixed;
    align-items:center
}
section#rezerwacja-wizyt .left,
section#rezerwacja-wizyt .right{
    display: flex;

    min-height:400px;    
}
section#rezerwacja-wizyt .left{
       
    flex-direction:column;    
    justify-content:center;
}
section#rezerwacja-wizyt .left a{
    font-family: 'MTCORSVA', georgia, sans-serif;
    font-size: 3.5rem;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.9);
    padding:0 1rem;
/*    background-color: rgba(0,0,0, 0.1);*/

}

section#rezerwacja-wizyt h2{
    color:#ffffff;
    font-size: 3rem;
    line-height: 1;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.9);
}
section#rezerwacja-wizyt .right{
    align-items:center;    
}
section#rezerwacja-wizyt .right h4{
    padding:5rem 5rem; 
    background-image: url("../../img/rezerwacja-wizyt/ramka_2.svg");    
    background-size: cover;
    color:rgb(216,203,203);
    font-size: 3rem;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.9);
    color:#fff;;
}
section#rezerwacja-wizyt .right h4 .line-2{
    font-size: 130%;
}
/* *************************************************** */
/* **************** section-header  ******************* */
/* *************************************************** */
.section-header,
.section-header a{
   color: #4f555b;color: rgb(152,140,125);
   font-size: 2rem;
   /*
    text-transform: uppercase;*/
}
.section-header {
    line-height: 1;
}
.section-header span.ornament{
	padding: 0 40px 10px 40px;
	background: url(../../img/bgs/ico-motw-left.png) no-repeat left bottom, url(../../img/bgs/ico-motw-right.png) no-repeat right bottom;
}
.section-header span.text-pozycjonerski{
	padding: 0;
    background: none;
    font-size: 50%;
  
    font-style:italic;
    display: block;
    padding-top: 1.1rem;    
}
.section-header.podtytul{
   font-size: 1.5rem; 
    text-transform:none;
}
.section-header a:hover{
     color:#fcc570;
}
.section-header .znak-logo{
    display: block;
    width: 50px;
    margin: 0 auto 0.4rem auto;
}
img.ramy{
        border: 15px solid rgba(200,185,166,1.00);
    }    
/* *************************************************** */
/* **************** SEKCJA OFERTA  ******************* */
/* *************************************************** */

section.o-nas .section-header .znak-logo svg .st0,
section.o-nas .section-header a .znak-logo svg .st0{
    fill: #000;
    opacity:1;
    stroke:none;
}
section.oferta .bg-section-header{
    background-image:  url("../../img/vi/logo/znak-bg_2.png");
    background-position: center 30px;
}
section.oferta .kafel{
    background-position: center top;
    background-size: cover;
}
section.oferta .container-fluid:nth-child(2) .row .kolumna{
    border-left:1px solid rgba(47,18,6,1.00);
}
section.oferta .container-fluid:nth-child(2) .row .kolumna .kafel{
   border-bottom:1px solid rgba(47,18,6,1.00);
}
section.oferta .container-fluid:nth-child(2) .row .kolumna .kafelek.pierwszy{
     border-right:1px solid rgba(47,18,6,1.00);
}
/* **************** SEKCJA OFERTA.O NAS  ****************** */
section.oferta.o-nas .znak-logo{
    width:40px;
}
section.oferta.o-nas .section-header .znak-logo svg .st0{
   fill:rgb(0,0,0);
}
section.oferta.o-nas .section-header .znak-logo:hover svg .st0 {
   fill:rgb(227,6,19);
}
section.oferta.o-nas .container-fluid:nth-child(2) .row .kolumna:nth-child(1) .kafel{
    background-image: url(../../img/oferta/sekcje-1-site/o-nas/kafel-duzy-lewy_w2560.jpg);
    justify-content:center;
    align-items:center
}
section.oferta.o-nas .container-fluid:nth-child(2) .row .kolumna:nth-child(2) .kafel{
    justify-content:center;
    align-items:center
}
section.oferta.o-nas .container-fluid:nth-child(2) .row .kolumna:nth-child(3) .kafel{
    background-image: url(../../img/oferta/sekcje-1-site/o-nas/kafel-duzy-prawy_w2560.jpg);
    justify-content:center;
    align-items:center
}

section.oferta button{
    background-color: transparent;
    border:none;
    width:45%;
    margin-bottom: 3rem;
}
section.oferta button svg .st0{
    fill:rgb(227,6,19);
    stroke: transparent;
    opacity: 1;
}
section.oferta button .napis{
    display: block;
    margin-top:0.3rem;
    padding: .6rem 0;
    background-color: rgba(227,6,19, 1);
    border-bottom:3px solid rgba(0,0,0,1.00); 
    color:#fff;
    text-transform: uppercase;
    font-size: 1.2rem;
}
section.oferta button:hover  .napis{
    background-color: rgba(227,6,19, 1);
        background-color: rgba(0,0,0, 1);
    border-bottom:3px solid rgba(227,6,19, 1); 
}
section.oferta button a:hover{
    text-decoration: none;

}

/* **************** SEKCJA OFERTA.strefa-dekarza  ****************** */
section.oferta .section-header .znak-logo {
    width: 50px;
}

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

/* **************** AUTOREKLAMA ****************** */
/* *************************************************** */
.autoreklama {
	background-color: #fdedd5;
}
.autoreklama h3{
	color: #2f1206; 
	font-size: 2rem;
}
.autoreklama h2{
	color: #2f1206; 
	font-size: 3.5rem;
}
.autoreklama h2 span,
.autoreklama h3 span{
	color: #C67C09;
}
.autoreklama ul{
	color:#2f1206; 
	font-size: 1.3rem;
}
.autoreklama img{
	max-height:300px;
}
.autoreklama.restauracja img{
	max-height:220px;
}
/* *************************************************** */
.podstrona .menu-poziome-podstrony{
    background-color: #fff;
}
.podstrona .menu-poziome-podstrony ul{
    margin-bottom: 0;
    padding-bottom: 5px;
}
.podstrona .menu-poziome-podstrony ul li{
    display: inline;
    padding-bottom: 0.1rem;
}
.podstrona .menu-poziome-podstrony ul li.current-set-zespol-ancestor a{
    font-weight: bold;

}

.podstrona .menu-poziome-podstrony ul li:not(:last-child):after {
    content:' | ';
    color:#999;
    padding-bottom: 0.1rem;
    font-weight: normal;
    font-size: 70%;
    opacity: .5;    
}

.podstrona .menu-poziome-podstrony ul li a{
    font-size: .8rem;
    color: rgb(152,140,125); 
}
.podstrona .menu-poziome-podstrony ul li:not(:last-child) a{
    padding-right: 0.5rem;
}
.podstrona .menu-poziome-podstrony ul li:not(:first-child) a{
    padding-left: 0.5rem;
}
.podstrona .menu-poziome-podstrony ul li.active a{
    color: rgb(152,140,125);
    font-weight: bold;
}
/* *************************************************** */
/* *************************************************** */
/* **************** KONTAKT ****************** */
/* *************************************************** */
section.kontakt{
    color: #4f555b;
}
section.kontakt .kontent a{
  text-decoration: underline;   
}
section.kontakt a:hover{
/*    text-shadow: 1px 1px 1px rgba(0,0,0, .6);*/
}
section.kontakt .znak-logo{
    width:150px;
}
section.kontakt  p.podtytul{
    font-size: 1.2rem;
    font-style: italic;
}
section.kontakt .section-header .znak-logo svg .st0{
   opacity: 1;
   fill:#000000;
   stroke:none;
}
section.kontakt .section-header .znak-logo:hover svg .st0 {
   fill:rgb(227,6,19);
}
.podstrona.kontakt  .content-site  h4,
  section.kontakt h4{
    font-size: 1.5rem;
    font-weight: bold;

}
.podstrona.kontakt  .content-site  .right p,
section.kontakt .kontent p{
    font-size: 1rem;
}
.podstrona.kontakt .content-site .left{
	padding-right: 3rem;
    border-right: 1px solid #dedddd;
}
.podstrona.kontakt .content-site .right{
	padding-left: 3rem;
}

section.atuty .w-20{
    background-color: #646464;
    border-right: 2px solid #ffffff;
    align-items:center;
    align-content:center;
    display: flex;
    padding-top:.5rem;
    padding-bottom: .5rem;
}
section.atuty .w-20:last-child{
    
    border-right: 0 solid #ffffff;
}
section.atuty .w-20 p{
    width:100%;
    text-align: center;
    line-height: 1.2;
    color:#ffffff;
    font-size: 1rem;
}
section.atuty svg .st1{
   opacity: 1;
   fill:#ffffff;
   stroke:none;
}
section.atuty .w-20 svg{
    width:60%;
    margin: 0 auto;
}

.section-footer a {
    /*color: var(--dark-red);*/
    color: #4f555b;
cursor: pointer;
	
    text-shadow: none;

}
.section-footer a,
.section-footer p{
	font-size: medium;
    font-size: .8rem;
    padding: 0;
    color:rgba(152,140,125, 1);
}

#tekst-pozycjonerski{
    padding:1rem;
    background-color: rgba(152,140,125,.8);
}
#tekst-pozycjonerski p{
     font-size: 1rem;
    color:#fff;
}
/*#kontakt:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(118, 114, 112, .8);
    background-color: rgba(47,18,6,0.75);
    z-index: 0;
}*/


/* ==========================================================================

========================================================================== */



iframe {
    width: 100%;
}
.btn-outline-send, .btn-outline-refresh {
    color: rgb(152,140,125);
    border-color: #000;
}
.btn-outline-send:hover {
    color: #fff;
    border-color: rgb(152,140,125);
    background-color: rgb(152,140,125);
}

.thumb-forged {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100px;
}
.section-forged .card-text {
    font-size: 1rem;
    color: #595959;
}
.section-forged .card-title {
    min-height: 62px;
}
.section-logotypes h6{
    font-size: 1.2rem;
}
.section-logotypes .item-logotypes {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 75%;
    height: 124px;
}
.section-logotypes .item-logotypes{
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.section-logotypes .item-logotypes:hover{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
/*body.podstrona{

    background-image: url(../../img/bgs/bg_2.png);
    background-size: auto;

}*/
body.podstrona.produkt{
    background: none;
}
figcaption{
	text-align: center;
	font-style: italic;
	font-size:medium
}
.owl-theme .owl-nav.disabled + .owl-dots{
	background-color: white;
	margin-top: 2px;
}
.home .section-promotiom{
	border-top: 2px  solid #f0f0f0;
}
.podstrona .tytul-strony-single {
    background-color: rgba(152,140,125,0.1); 
	color: var(--dark-red);
    color: #080301;color: #ffffff;
    /* text-transform: uppercase; */
    font-size: 2.8rem;
text-shadow: 1px 1px 1px rgba(255,255,255,0.9), -1px -1px 1px rgba(255,255,255,0.9);
text-shadow: 1px 1px 3px rgb(98, 87, 73), -1px -1px 3px rgb(106, 93, 78);

    padding: 2rem 0;
    margin-bottom: 0;
}
.error404 .winieta{
	margin-bottom: 0;
}

/* ==========================================================================

========================================================================== */
.modal-content{
    background-color: transparent;
    border:none;
}
.modal-content .body-wydarzenia{
    background-color: #fff;
    border:none;padding: 1rem 2rem .7rem 2rem;
}
.modal-content .fa, 
.modal-content .fas, 
.modal-content .svg-inline--fa {
    display: inline-block;
    /*display: none;
    font: normal normal normal 14px/1 FontAwesome;*/
    font-size: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff !important
}
.zamknij{
    display: block;
/*    width:50px;
    height: 50px;*/
}


/* ==========================================================================

========================================================================== */
/* custom checkbox */
.checkbox input#single_checkbox {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
}
.checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: rgba(255,255,255, 1);
  border: 1px solid #000;
  border-radius:3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.2);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* ==========================================================================
  COOKIE
   ========================================================================== */
#cookie-bar p{
    text-align: center;
    color: #fff;
}
/*#cookie-bar.fixed {
    right: 60px;
    width: 250px;
    font-size: 10px;
    text-align: left;
    padding: 10px 0 0 0;
    background-color: rgba(0,0,0,1);
}*/
#cookie-bar.fixed {
    right: 0;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    padding: 15px 10px 0 10px;
    background-color:#666;
    box-shadow: 1px 1px 3px rgba(0,0,0, 0.8);
}
.cookies-box img {
    display: none !important;
}
#cookie-bar .cb-enable {
    width: auto;
    background: #E1AC27;
    color: #000;
    border-radius: 15px;
    padding-left:2rem;
    padding-right: 2rem;
}
#cookie-bar .cb-enable:hover {
    color: #fff;
}
.cookies-box .space-top {
    padding-top: 0;
}
.cookies-box .h-cookie {
    font-size: 150%;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
}
.cookies-box .glyphicon.glyphicon-info-sign {
    float: left;
    font-size: 200%;
    margin-right: 10px;
    padding-top: 5px;
    color: #E1AC27;
}
#cookie-bar a.tylko-link::after {
    content: '';
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 2px;
}
#cookie-bar a.tylko-link {
    display: inline;
    padding: 8px 0;
    margin-left: 0;
    text-decoration: underline;
    font-size: 1rem;
    color:#E1AC27;
	text-shadow: none;
}
#cookie-bar a:not(.tylko-link) {
    margin: 10px auto 20px auto;
    text-align: center;
	text-shadow: none;
		
}
/* ****************   Back to Top btn ****************** */
#backToTopBtn {
  display: inline-block;
  background-color: #000;
    color:#fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  right: 0;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
/*#backToTopBtn::after {
  content: "\f102";
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}*/
#backToTopBtn:hover {
  cursor: pointer;
  background-color: rgb(152,140,125);
}
#backToTopBtn:active {
  background-color: #555;
}
#backToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
/* ********************************  .section-offer *** */
.home .section-offer img,
.front .section-offer img{
  width:60%;
}
.home .section-offer h3,
.front .section-offer h3{
  font-size: 2rem;
  line-height: 1.3;    
}
.home .section-offer p,
.front .section-offer p{
  font-size: 1rem;
  line-height: 1.4;    
}
.home .section-offer .col-12,
.front .section-offer .col-12{
    padding-left: 3rem;
    padding-right: 3rem;    
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;color: rgb(152,140,125);
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;color: rgb(152,140,125);
}
/* *************** SEKCJA 1.SITE .owl-what-makes-us-stand-out ************************************ */
.owl-what-makes-us-stand-out .card{
    border: 1px solid rgb(152,140,125) !important;

    border-bottom-right-radius: 20px  !important;
    border-bottom-left-radius: 20px  !important;
/*    box-shadow: 1px 1px 1px rgba(152,140,125,0.6);*/
}
.owl-what-makes-us-stand-out h3{
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
}
.owl-what-makes-us-stand-out p{
    font-size: 1rem;
    line-height: 1.5;
}

/* ****************   GUTTENGBERG ****************** */
/* *************************************************** */
.editor-styles-wrapper h4,
.content-site h4,
.archive-pokoje h4{
    font-size: 1.25em;
    color: #000;color: rgb(152,140,125);

}
.wp-block-image .alignright {
    margin-left: 0;
}
.wp-block-image img{
    max-width: 100%;
    height: auto;
}
.has-text-align-center{
    text-align: center !important
}
/*#powitanie .wp-block-column:first-child{
    border-right: 1px dotted rgb(152,140,125);/ *rgba(158,157,157,1.00);* /
    padding-right: 2rem;
}*/
.wp-block-column p{
	text-align: justify;
    color: #4f555b;color: rgb(152,140,125);
}
.wp-block-column ul{
    font-size: 1rem;
    color: #4f555b;color: rgb(152,140,125);
}
.wp-block-table th{
    text-transform: uppercase;
}
.wp-block-table tr td{
    border-top:1px dotted rgb(152,140,125) !important;
    border-bottom:1px dotted rgb(152,140,125) !important;
    padding-left:1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
/*.wp-block-table tr td:nth-child(2){
    border-left:1px dotted rgb(152,140,125) !important;
}*/
.wp-block-table tr:hover {
    background-color: rgba(225,172,39,0.1);
}
.wp-block-table tr:hover td{
   
}
.wp-block-column ul{
    padding-left:1rem;
} 
/* ****************   ****************** */
/* *************************************************** */
/* ==========================================================================

   ========================================================================== */
.mfp-bg {
    background-color: rgba(250,250,250,1)
}
section.promocja .thumb-promotion{
    background-position:  center;
    background-size: cover;
}
.section .thumb-left{

    background-position-x: right;
    background-position-y: top;

    background-repeat: no-repeat;
    min-height: 140px;
    background-size: contain;
    background-size: 50%;
}
