html {
	margin-top: 0px !important;
	margin: 0px 0px 0px 0px  !important;
}

/* BODY */

body {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1.2em;
	font-family: "Archivo Narrow", Verdana, Geneva, sans-serif; 
	color: #666;
	background-color: #fff;

}

header {
	position: relative;
}

.kontener {display: block; width: 100%;}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	text-transform: uppercase;
	font-family: "Antonio", Verdana, Geneva, sans-serif; 
}


/* MOBILNE MENU */

a:focus {outline: none;}
a.trigger{position: absolute; text-decoration: none; color:#fff; height: 53px; width: 53px; z-index:2000;}
a.trigger.left {left: 0;}
#trigger4 {background: url(../img/mobileMenu.png) no-repeat; z-index: 1001;	top: 0px; position: fixed;}
#trigger3 {background: url(../img/social.png) no-repeat;}
a.trigger.right {right: 0;}
a.trigger:hover {opacity: 0.5;}
a.active.trigger {opacity: 0.5;}

#panel {
	padding: 55px 5% 50px 15%; 
	display: none; 
	position: absolute; 
	top: 0px; 
	left: 0; 
	z-index: 1000; 
	background: #512c36; 
	width: 80%;
	color: #fff;
	overflow: hidden;
	}

#menuMini ul {list-style: none;	margin: 0; padding: 0;}
#menuMini ul ul {list-style: none;margin: 10px 0 10px 40px; padding: 0;}	
#menuMini ul ul li a {background: #0ac3d8;}	
#menuMini ul li a {
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	padding: 20px;
	margin: 15px;
	clear: both;	
	display: block;	
	text-align: right;
	background-color: #64414a;
	overflow: hidden;
	text-transform:uppercase;
	font-family: "Antonio", Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}

#menuMini ul li a:hover {
	color: #000;
	background-color: #c6a3ac;
}
	

/* DESKTOP MENU */

#menuBig {
	height: 165px;
	position: absolute;
	top: 0px;
	z-index: 10;
	overflow: visible !important;
	background: url(../img/menuBg.png) top center no-repeat;
        }

#menu {
	height: 44px;
	float: right;
	padding: 0 0px 0 0;
	margin: 100px 0 0 0;
	}	
	

#menu {position: relative; z-index: 11;}
#logo {position: relative; z-index: 11;}

#menu ul {list-style: none; margin: 0; padding: 0;}
#menu ul li {
	position: relative;
	min-height: 55px;
	float: left;
	text-align: center;
	padding: 0 7px 0 7px;
	border-right: 0px solid #fff;
}

#menu ul a {
	display: block;
	padding: 12px 0 0 0;
	font-family: "Antonio", Verdana, Geneva, sans-serif;
	font-size: 1em;
	transition:ease-in-out 0.3s;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
        z-index: 2000;
}

#menu ul a:hover {
	transition:ease-in-out 0.3s; color: #c6a3ac;
}

/* poziom 2 */
#menu ul li ul {position: absolute; visibility: hidden; left: 0; top: 55px; opacity: 0;}
#menu ul ul li {
	background-color: #c6a3ac !important;
	top: 10px;
	width: 230px;
	min-height: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	text-align: left !important;
	font-size: 1em;
	border-bottom: 1px solid #c6a3ac;
	z-index:2001;
	transition:ease-in-out 0.3s;
	opacity: 1;	
}

#menu ul li:hover> ul {transition:ease-in-out 0.3s; transform: translate(0,-20px); visibility: visible; opacity: 1;}

#menu ul ul li a {
	display: block;
	padding: 5px 0 0 0;
	font-size: 1em;
	color: #FFF !important;
	text-decoration: none;
}

#menu ul li:hover ol {display: block;}
#menu ul li:hover ol ol {visibility: hidden;}
#menu ul ul li:hover {transition:ease-in-out 0.3s; opacity: 0.7;}
/* poziom 3 */
#menu ul ul ul {position: absolute; visibility: hidden; left: 234px; top: -10px !important; opacity: 0;}
#menu ul ul ul li {font-size: 0.8em; border-left: 1px solid #fff;}
#menu ul ul li:hover ul {display: block;}
#menu ul ul li:hover ul ul {display: none;}

#menu ul ul li:hover> ul {transition:ease-in-out 0.3s; transform: translate(-20px, 0); visibility: visible; opacity: 1;}



/* SLIDER */

#slider {
    overflow: hidden;
	position: relative;
}

#bezSlidera {
    overflow: hidden;
	position: relative;
	height: 165px;
}

#slider p {display: none;}


#bezSliderWrap {display: block; width: 100%;  margin: auto; overflow: hidden; position: relative; height: 165px; background-color: #c6a3ac;}
#sliderWrap {display: block; width: 100%;  margin: auto; overflow: hidden; position: relative;}
#sliderTop {
    display:  block;
    position: absolute; 
    z-index: 2;
    width:  100%;
    height:  900px;
    background-image: url(../img/sliderTop.png);
    background-position: top center;
    background-repeat: no-repeat;
    }

#sliderTop img {
    width:  100%;
    height:  auto;
}


/* BELKI */


#belki {
	background: url(../img/belkiBg.jpg) top center no-repeat;
    background-color:  #d9d9d9;
	min-height: 435px;
	overflow: hidden;
    padding: 0 0 30px 0;
	font-family: "Antonio", Verdana, Geneva, sans-serif; 
	font-size: 0.8em;
}

#belki figure {
	border-radius: 15px;
	display: block;
	width: 100%;
	height: 200px;
	background-color: #0CF;
}

		/* tymczasowo */
		#belki .wp-block-column {margin: 1%;}
		/* tymczasowo */

#belki .oferta {
    width: 100%;
}

#belki .oferta a {
    width:  100%;
    text-transform: uppercase;
    color:  #fff !important;
    line-height: 1em;
    background-color: #8cbb44 !important;
    border-radius: 25px;
    height: 120px;
    }
    
#belki .klienci {
    width: 100%;
}

#belki .klienci a {
    width:  100%;
    text-transform: uppercase;
    color:  #fff !important;
        line-height: 1em;
    background-color: #283c65 !important;
    border-radius: 25px;
    height: 120px;
    }
    
    #belki a {
        opacity:  1 !important;
        transition:ease-in-out 0.3s;
    }    
    
    #belki a:hover {
        transition:ease-in-out 0.3s;
        background-color: #333 !important;
        opacity: 1 !important;
    }

#belki .wp-block-columns.is-layout-flex {
  gap: 0 !important;
  margin-bottom: 0 !important;
}
                
#belki .tytul {
	color: #000;
	text-transform: uppercase;
	font-size: 3em;
	clear: both;
	display: block;
	text-align: right;
	margin: 0 !important;
}

#belki .tresc {
	color: #000;
	clear: both;
	display: block;
	margin: 0 !important;
}

#belki a {
	text-decoration: none;
	transition:ease-in-out 0.3s; opacity: 1;
	color: inherit !important;
}

#belki a:hover {
	transition:ease-in-out 0.3s; opacity: 0.5;
}

#belki h4 {
	color: #283c65;
	text-transform: uppercase;
	font-size: 2.5em;
	margin: 0;
	padding: 45px 0 20px 0;
}





/* ZAJAWKA  */ 

#zajawka {
	background: url(../img/zajawkaBg.png) top center no-repeat;
	padding: 0 0 0px 0;
	color: #fff;
    background-color: #090506;
}

#zajawka .zajawkaFoto {
	background: url(../img/zajawkaFoto.png) top right no-repeat;
}

#zajawka figure {
	margin: 0 1% 0 0;
	max-height: 504px;
}

#zajawka h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5em;
	margin: 0;
	padding: 35px 0 20px 0;
    line-height: 1em;
}

#zajawka .wp-block-columns {
  margin-bottom: 0 !important;
}

#zajawka .wp-block-columns.is-layout-flex {
  gap: 0 !important;
}


/* TRESC */

#tresc {
	background: url(../img/newsBg.jpg) top center no-repeat;
	background-color: #191919;
	padding-bottom: 30px;
}

#tresc h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5em;
	margin: 0;
	padding: 20px 0 20px 0;
}

#trescPodstrony {
	background: url(../img/newsBg.jpg) top center no-repeat;
	background-color: #191919;
	padding-bottom: 30px;
}

#trescPodstrony h1 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 2.5em;
	margin: 0;
	padding: 20px 0 35px 0;
	max-width: 50%;
}

#trescPodstrony h2 {
	border-bottom: 3px solid #c6a3ac;
	width: 100%;
	color: #fff;
}

#trescPodstrony h3 {
	border-bottom: 0px solid #293C66;
	width: 100%;
	color: #8cbb44;
}

/* NAJNOWSZE */

#galeriaWzorow {
	background: url(../img/klienciBg.jpg) top center no-repeat;
	background-color: #fff;
	min-height: 669px;
	padding-top: 20px;
	overflow: hidden;
}

#galeriaWzorow h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5em;
	margin: 0;
	padding: 0px 0 20px 0;
}

/* NAJNOWSZE */

#opinie {
	background: url(../img/opinieBg.jpg) top center no-repeat;
	background-color: #191919;
	min-height: 598px;
	padding-top: 20px;
	overflow: hidden;
}

#opinie h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5em;
	margin: 0;
	padding: 0px 0 20px 0;
}


/* STOPKA */
#stopka {
	background: url(../img/stopkaBg.jpg) top center no-repeat;
	min-height: 500px;
	background-color: #5f3c45;
        padding: 280px 0 35px 0;
        color:  #fff;
		overflow: hidden;
}


#stopka #kontaktLogo {
	display: block; 
	width: 255px; 
	height: 108px; 
	background: url(../img/logo.png) top center no-repeat; 
	clear: both;
}

#kontaktTresc {
    padding: 30px 0 0 20px;
}

#stopka h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5em;
	margin: 0;
	padding: 0px 0 20px 0;
}



#zadzwonTeraz {
	width: 108px;
	height: 70px;
	position: fixed;
	z-index: 3000;
	right: 0px;
	bottom: 40px;
	background: url(../img/zadzwonTeraz.png) top center no-repeat;
}



/* stronicowanie */
.stronicowanie {display: block; clear: both; list-style: none; text-align: center; margin: 20px 0 20px 0;}


.stronicowanie a {
	text-decoration: none;	
	color: #999;
	padding: 3px 8px 3px 8px;
	border: 1px solid #999;	
	border-radius: 5px;
}

.stronicowanie a:hover {
	color: #000;
	background-color: #CCC;
}

.stronicowanie .current {
	color: #fff !important;
	padding: 3px 8px 3px 8px;
	border: 1px solid #fff;
	background-color: #333;
	border-radius: 5px;	
}

.ms-edit-frontend {
    display: none;
    }
	
.wpforms-submit {float: right !important; clear: both;}




/* NAJNOWSZE */
/* KARUZELA Z NAJNOWSZYMI */	


#karuzelaNews .slick-next::before, .slick-prev::before {
	display: none !important;
}


#karuzelaNews {

	padding-bottom: 30px;
	overflow: hidden;
}

#karuzelaNews h4 {
	color: #000;
	text-transform: uppercase;
	font-size: 3em;
	margin: 0;
	padding: 20px 0 20px 0;
}
/*
#najnowsze h2, .wppsac-post-carousel.design-1 .wppsac-post-title a {
	color: #000 !important;
}
*/

.wppsac-wrap .wppsac-post-image {
	width: 100% !important;
}

#karuzelaNews .wppsac-post-categories {
	display: none !important;
}

.wppsac-post-content .wppsac-readmorebtn {
	display: block;
	float: right;
	clear: both;
	transition:ease-in-out 0.3s;
	background-color: #ec6b24 !important;
	padding: 10px 30px 10px 30px !important;
	border-radius: 50px !important;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff !important;;
	font-family: "Antonio", Verdana, Geneva, sans-serif;
	font-size: 1em !important;
	border: 0px !important;
}

.wppsac-post-content .wppsac-readmorebtn:hover {
	transition:ease-in-out 0.3s;
	background-color: #fff !important; 
	color:  #466088 !important;
}

#karuzelaNews .wppsac-post-date {
	display: none !important;
}

#karuzelaNews .wppsac-readmorebtn {
	display: none !important;
}



/* BUTTONY */

.zobaczWszystko {
	display: block;
	float: right;
	clear: both;
	transition:ease-in-out 0.3s;
	background: rgb(81,44,54);
	background: linear-gradient(90deg, rgba(81,44,54,1) 0%, rgba(47,29,34,1) 100%); 
	padding: 10px 30px 10px 30px;
	border-radius: 50px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-family: "Antonio", Verdana, Geneva, sans-serif;
}

.zobaczWszystko:hover {
	transition:ease-in-out 0.3s;
	opacity: 0.5;
}

.wiecej {
	display: block;
	float: right;
	transition:ease-in-out 0.3s;
	background: rgb(81,44,54);
	background: linear-gradient(90deg, rgba(81,44,54,1) 0%, rgba(47,29,34,1) 100%); 
	padding: 10px 30px 10px 30px;
	border-radius: 50px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-family: "Antonio", Verdana, Geneva, sans-serif;
}

.wiecej:hover {
	transition:ease-in-out 0.3s;
	opacity: 0.5;
}


#zajawka .wp-block-button {
	float: right !important;
	margin-right: 40%;
	padding: 0 0 30px 0;	
}

.wp-block-button__link {
	display: block;
	float: right !important;
	clear: both;
	transition:ease-in-out 0.3s;
	background: rgb(81,44,54);
	background: linear-gradient(90deg, rgba(81,44,54,1) 0%, rgba(47,29,34,1) 100%); 
	padding: 10px 30px 10px 30px !important;
	border-radius: 50px !important;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-family: "Antonio", Verdana, Geneva, sans-serif;
	font-size: 1em !important;
	z-index: 100;
}

.wp-block-button__link:hover {
	transition:ease-in-out 0.3s;
	opacity: 0.5;
}


#karuzelaWzory {
	padding: 50px 0 50px 0;
}



/* forminator */

.forminator-guttenberg input {
	border-radius: 20px !important;
	background-color: #c6a3ac;
	border: 0px solid #c6a3ac;
}

.forminator-guttenberg textarea {
	border-radius: 20px !important;
	background-color: #c6a3ac;
	border: 0px solid #c6a3ac;
}

.forminator-guttenberg button {
	border-radius: 50px !important;
	background-color: #c6a3ac;
	border: 0px solid #c6a3ac;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	float: right; 
	clear: both;
}

.forminator-guttenberg label {
	color: #fff;
	text-transform: uppercase;
	font-size: 1em !important;
}

#stopka .forminator-guttenberg label {

}

#stopka .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid="open"] .forminator-row:not(:last-child) {
  margin-bottom: 5px;
}

.forminator-row a, p a {
	color: #C7A3AD;
	text-decoration: none;
	font-weight: bold;
}

.forminator-row a:hover, p a:hover {
	color: #fff;
}


/* GALERIA WZORÓw */

#karuzelaWzory .wppsac-post-content-position {
	display: none;
}

#karuzelaWzory .wppsac-post-image {
	border-radius: 25px;
}


#trescPodstrony a {
	text-decoration: none;
	font-weight: bold;
	color: #C6A3AC;
}

#trescPodstrony a:hover {
	color: #fff;
}