/*   
Theme Name: HOF
Description: Szablon wykonany dla firmy House of Fruits.
Author: Larso
Author URI: larso.pl
Version: 1.1
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Slab:wght@400;500;600;700;800;900&display=swap');


@media screen {
* { margin: 0; padding: 0; }
body { background: #fff; font-size: 16px; color: #646669; font-family: 'Lato', arial, tahoma, sans-serif; line-height: 1.6em;}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; padding: 0px; margin: 0px;}
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */
h1, h2, h3 { color: #000000; font-weight: 600; margin: 0 0 10px 0; font-family: 'Roboto Slab', serif; line-height: 1.2em;}
p { margin: 0 0 18px 0; color: #646669; line-height: 1.6em;}
a { color: #6dbe3d; text-decoration: none;}
a:hover {text-decoration: none; color: #6dbe3d;} 
a img { border: none; }
ul, ol { margin: 0 0 10px 0; }
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }
} /* END screen media */

	

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */
	max-width: 1300px;
	padding: 0 20px;
	margin: 0 auto;
	}


/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
}

/* IOS RESET */
/*input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}*/

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

.center {
    margin-left: auto;
    margin-right: auto;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #c1c1c1;
    margin: 1em 0;
    padding: 0;
    width: 100%;
}

.fx {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

#topsite {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 1px;
	height: 1px;
}

#scrollToTop {
	width: 40px; 
	height: 40px;
	border-radius: 40px;
	text-align:center; 
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:20px;
	right:20px;
	background: rgba(0,0,0,0.6) url(img/arrow-min.png) no-repeat 50% 50%;
	background-size: 18px auto;
	opacity: 0.9;
	z-index: 99;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

#scrollToTop:hover{
	text-decoration:none;
	background: rgba(71,150,84,0.9) url(img/arrow-min.png) no-repeat 50% 50%;
	background-size: 18px auto;
	cursor: pointer;
	transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.scroll-disable {
	display: none;
}

.scroll-enable {
	display: block;
}



/*    *************************************************     UKLAD BOKSY     ***************************************************  */
#content-box  {
	padding: 48px 0;
}

.lw-section #lw-sub-title {
	border-bottom: none;
    padding-bottom: 18px;
    margin-bottom: 20px;
	color: #083b59;
    font-weight: 600;#contact-wrap-left
    margin: 0 0 10px 0;
    line-height: 1.1em;
	margin-bottom: 40px
}

.lw-section-float-img {
	float: left;
	margin-right: 24px;
}

#lw-lp-title + .lw-section {
	padding: 0;
	margin-top: 0;
	border-top: none;
	background: none;
}

#lw-lp-title + .lw-section #content {
	padding-top: 0;
}

#lw-lp {
    border-top: 1px solid #cfcfcf;
    padding-top: 86px;
}

.lw-section {
	overflow: hidden;
}

.second-section  {
	background: transparent !important;
	border-top: none !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.lw-section .lw-lp {
	padding-top: 0 !important;
}

.lw-section .lw-section img {
	max-width: 100% !important;
}

.lw-section .lw-section-22-1 {
	width: 48%;
	float: left;
	overflow: hidden;
}

.lw-section .lw-section-22-2 {
	width: 48%;
	float: right;
	overflow: hidden;
}

.lw-section .lw-section-33-1 {
	width: 30%;
	float: left;
	overflow: hidden;
}

.lw-section .lw-section-33-2 {
	width: 30%;
	float: left;
	margin: 0 5%;
	overflow: hidden;
}

.lw-section .lw-section-33-3 {
	width: 30%;
	float: left;
	overflow: hidden;
}


.lw-section .lw-section-31-1 {
	width: 60%;
	float: left;
	overflow: hidden;
}

.lw-section .lw-section-31-2 {
	width: 30%;
	float: right;
	overflow: hidden;
}

.lw-section .lw-section-13-1 {
	width: 30%;
	float: left;
	overflow: hidden;
}

.lw-section .lw-section-13-2 {
	width: 60%;
	float: right;
	overflow: hidden;
}

.lw-section .lw-lp {
	margin-bottom: 0;
	padding-bottom: 6px;
}

.lw-lp {
	overflow: hidden;
    padding: 3% 0;
    width: 100%;
}

#lw-lp .lw-section ul li {
	margin-bottom: 8px;
}

.lw-section .lw-section-title {
    font-size: 30px;
	text-align: center;
	border-bottom: none;
	padding-bottom: 0;
	font-size: 2.400em;
	background: transparent url(img/title.svg) 50% top no-repeat;
    background-size: 88px auto;
    padding-top: 34px;
	line-height: 1em;
    margin-bottom: 0;
}

.lw-section .lw-section-desc {
	font-size: 16px;
    font-weight: 400;
    margin-top: 0;
	text-align: center;
	margin-bottom: 46px;
	color: #479654;
    font-size: 1.400em;
    font-weight: 700;
    font-family: 'lato', sans-serif;
}

.lw-section .lw-section-title + .lw-section {
	margin-top: 36px;
}

#lw-lp .lar-floating-ul ul {
	list-style-type: none;
}

#lw-lp .lar-floating-ul ul li {
	background: rgba(169,212,242,0.6);
    text-align: justify;
    border-radius: 14px;
	padding: 34px;
    margin: 0;
    margin-bottom: 34px;
    position: relative;
}

#lw-lp .lar-floating-ul ul li span,
#lw-lp .lar-floating-ul ul li h3 {
	color: #083b59;
    font-size: 1.4em;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #083b59;
    line-height: 1.2em;
    font-weight: 600;
    display: block;
	text-align: center;
}

#lw-lp .lar-floating-ul ul {
	margin: 0;
}

#lw-lp .lw-section .mark-cnt-light-grey {
	background: #ededed;
    text-align: justify;
    border-radius: 14px;
    padding: 34px;
    margin: 0;
    margin-bottom: 34px;
    position: relative;
}

#lw-lp .lw-section .mark-cnt-yellow {
	background: #efd63c;
    text-align: justify;
    border-radius: 14px;
    padding: 34px;
    margin: 0;
    margin-bottom: 34px;
    position: relative;
}

#lw-lp .lw-section .mark-cnt-grey {
	background: #dedede;
    text-align: justify;
    border-radius: 14px;
    padding: 34px;
    margin: 0;
    margin-bottom: 34px;
    position: relative;
}

#lw-top-baner-mobile {
	display: none;
	font-size: 0;
}

.lw-section-odstep-border {
	border-bottom: 1px solid #dcdcdc;
}

.lw-section-flex  {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.lw-section-flex  .lw-section-33-flex {
	flex: 1 1 0;
	width: 0;
	padding: 20px;
}

/*  ****************************************   SEKCJA HEADER **************************************** */

#top-bar-green {
	background: #479654 url(img/diamond-min.png) repeat;
	color: #fff;
	padding: 12px 0;
	border-bottom: 1px solid #fff;
}

#top-bar-green-line {
	line-height: 0;
	height: 1px;
	width: 100%;
	background: #448d50;
}

#logo-top {
	margin: 0;
	float: left;
	width: auto;
	max-width: 230px;
	height: auto;
	line-height: 0;
	position: absolute;
	background: #fff;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
	top: 0;
}

#logo-top img {
	width: 130px;
	height: auto;
	padding: 20px 30px;
	padding-bottom: 32px;
}

#logo-top-fx {
	display: none;
}

#top-bar-green h3 {
	font-family: 'Lato', sans-serif;
	color: #fff;
	margin: 0 0 0 18%;
	padding: 0 0 0 12px;
	font-weight: 400;
	font-size: 0.9em;
	display: inline-block;
}

#top-bar-phone-wrap {
	display: inline-block;
	float: right;
	margin-right: 40px;
}

.top-bar-phone {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 1.188em;
	font-weight: 400;
	padding-left: 26px;
	position: relative;
}

.top-bar-phone + .top-bar-phone {
	margin-left: 18px;
}

.top-bar-phone:before {
	position: absolute;
	left: 0;
	top: 2px;
	display: inline-block;
	width: 21px;
	content: url(img/phone.svg);
	animation: shake-animation 1.72s ease infinite;

}

.top-bar-phone:hover {
	color: #fff;
}

@keyframes shake-animation {
   0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(5deg); }
   95% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}


#lang {
	display: inline-block;
	width: auto;
	float: right;
	padding-top: 4px;
	line-height: 0;
}

#lang a {
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
}

#lang a img {
	display: block;
	width: 100%;
	height: auto;
}

#lang a + a {
	margin-left: 8px;
}


/*  **************************************** SEKCJA HEADER  FX **************************************** */
.top-bar {
	width: 100%;
	padding: 0 0 0 0;
	z-index: 100;
	background: #fff;
	box-shadow: 0px 12px 22px -13px rgba(66, 68, 90, 0.5);
	position: relative;
}

.top-bar-minus {
	position: fixed;
	top: -120px;;
	opacity: 0;
}

.top-bar-minus #top-bar-green {
	padding: 4px 0;
}

.top-bar-minus #logo-top {
    display: inline-block;
    width: auto;
    float: left;
    max-height: 80px;
    position: relative;
    background: transparent;
    box-shadow: none;
    height: 30px;
}

.top-bar-minus #logo-top img {
	height: 30px;
	width: auto;
	margin: 0;
	padding: 0;
	filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(233deg) brightness(100%) contrast(102%);
}

.top-bar-minus #top-bar-green h3 {
	margin-left: 24px;
	padding-left: 0;
}

.top-bar-fx {
	position: fixed;
	top: 0;
	opacity: 1;
}

.top-bar-separator {
	display: none;
}

.top-bar-minus + .top-bar-separator {
	display: block;
	height: 99px;
}

.top-bar-minus #menu,
.top-bar-minus #lang {
	display: none;
}

.top-bar-minus #top-bar-phone-wrap {
    margin-right: 0;
}



/*    *************************************************     MENU     ***************************************************  */
#menu {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    text-align: left;
	display: inline-block;
	float: right;
	margin-left: 22%;
}

#menu-menu {
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
    display: inline-block;
    transition: opacity 1s ease;
    z-index: 100;
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

#menu-menu li {
    position: relative;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	list-style: outside none none;
	margin: 0 1em;
	padding: 0;
}

#menu ul li:first-child  {
	margin-left: 0;
}

#menu ul li:last-child {
	margin-right: 0;
}

#menu-menu li a {
    font-weight: 700;
    display: inline-block;
    color: #000000;
    text-align: left;
	font-size: 1em;
    line-height: 1.3em;
    text-decoration: none;
    transition:  0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
	text-align: center;
	text-transform: uppercase;
	padding: 0.5em 0.8em;
	margin: 0.2em 0;
	display: block;
	position: relative;
}

#menu-menu li a:before,
#menu-menu li a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}

#menu-menu li a:before {
  left: 0;
  top: 0;
  border-left: 2px solid #448d50;
  border-top: 2px solid #448d50;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}

#menu-menu li a:after {
  right: 0;
  bottom: 0;
  border-right: 2px solid #448d50;
  border-bottom: 2px solid #448d50;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

#menu-menu li a:hover,
#menu-menu li.current a {
	color: #25522c;
}

#menu-menu li a:hover:before,
#menu-menu li .current a:before,
#menu-menu li a:hover:after,
#menu-menu li .current a:after,
#menu-menu li.current_page_item a:before, 
#menu-menu li.current_page_item a:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}




#menu  ul li ul {display: none;}
#menu  ul li:hover ul {display: block; transition: opacity 1s ease; z-index: 1111; position:absolute; top: 38px; left: 0; }
#menu  ul li ul li {float: none; padding: 0;  margin: 0; text-align: left; background: #000000; display: block;}

#menu ul li:hover ul li a{
    border-left: none;
    border-right: none;
}

#menu ul li ul li + li:before {
   content: none;
   display: none;
   margin: 0;
}

#menu-menu li ul li a:hover:before,
#menu-menu li ul li .current a:before,
#menu-menu li ul li a:hover:after,
#menu-menu li ul li .current a:after,
#menu-menu li.current_page_item ul li a:before, 
#menu-menu li.current_page_item ul li a:after,
#menu ul li li.current-menu-item a:before,
#menu ul li li.current-menu-item a:after {
	opacity: 0;
}

#menu ul li ul li a {
    margin: 0;
    text-align: left;
    display: block;
    padding: 12px 34px;
    width:  auto !important;
    height: auto !important;
    white-space: nowrap;
    min-width: 100px;
	color: #fff;
	text-transform: none;
	font-weight: 400;
}
    
#menu  ul li ul li a:hover{background: #292929 url(img/diamond-menu.png) repeat; color: #fff;}

#menu ul li ul li:hover:after,
#menu ul li ul li.current-menu-item:after {
    content: none;
}


#menu ul li li.current-menu-item  a {
	
}

#menu ul li ul li +  li {
    border-top: 1px solid #707070;
}

#menu  ul li ul li {z-index: 11; }

#menu  ul li ul li ul {display: none !important;}


/* Mobile Menus  */
#menu-mobile {
	display: none;
}

#my-mobile-menu {
	color: #17559a;
	font-size: 1.6em;
	margin-top: 0;
	position: absolute;
	height: 40px;
	width: 40px;
	background: transparent url(img-bck/menu.svg) 50% 50% no-repeat;
	background-size: auto 34px;
}

#my-mobile-menu:hover {
	cursor: pointer;
}

.mm-menu_offcanvas.mm-menu_opened {
   z-index: 99999;
}

.mm-menu--offcanvas.mm-menu--opened {
    z-index: 9999999;
}
.wpmm-menu .mm-listitem__text {
    padding: 14px 20px !important;
}

.wpmm-menu .mm-navbar__title {
	padding: 20px;
}



/*    *************************************************     BUTTON     ***************************************************  */
:root {
  --height: 80px;
  --width: 260px;
}

.button {
  position: relative;
  width: calc(0.8 * var(--width));
  height: calc(0.7 * var(--height));
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  margin: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0, 0.22, 0.3, 1);
  border-radius: 28px;
}

.button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
.button a {
  color: #fff;
  font-size: 1.1rem;
  z-index: 10;

  font-family: "Roboto slab", "lato", sans-serif;
}
.button._1 {
  background: #2980b9;
}
.button._2 {
  background: #8e44ad;
}
.button._3 {
  background: #000000;
}
.button._4 {
  background: #000000;
}
.button .back {
  position: absolute;
  width: 0;
  height: 0;
  filter: url(#filter);
  border-radius: 50%;
  z-index: 5;
  transition: all 1.5s cubic-bezier(0.1, 0.22, 0.3, 1);
}
.button._1 .back {
  left: -50%;
  top: -50%;
  background: #27ae60;
}
.button._2 .back {
  right: -50%;
  top: -50%;
  background: #c0392b;
}
.button._3 .back {
  left: -50%;
  bottom: -50%;
  background: #479654;
}
.button._4 .back {
  right: -50%;
  bottom: -50%;
  background: #d22d41;
}
.button:hover .back {
  width: calc(2 * var(--width));
  height: calc(2 * var(--height));
}
@media only screen and (max-width: 750px) {
  .wrapper {
    flex-direction: column;
  }
  .button {
    margin: 0.8rem 0;
  }
}

/*    *************************************************     INDEX     ***************************************************  */
#front-slider-baner {
	width: 100%;
	position: relative;
	z-index: 90;
	overflow: hidden;
}

#front-slider-baner-cnt {
	z-index: 8;
	position: relative;
}

.front-section {
	overflow: hidden;
	padding: 100px 0;
}

.front-section + .front-section {
	padding-top: 0;
}

.section-title-center {
	text-align: center;
}

.section-title {
	margin-bottom: 30px;
}

.section-title h2 {
	font-size: 3em;
	font-weight: 700;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 2px;
}

.section-title h3 {
	color: #479654;
	font-size: 1.500em;
	font-weight: 700;
	margin-bottom: 6px;
	font-family: 'lato', sans-serif;
}


#front-onas {
	overflow: hidden;
}

#front-onas-cnt {
	width: 36%;
	margin-left: 8%;
	float: left;
}

#front-onas-cnt .btn-green {
	margin-top: 26px;
}

#front-onas-cnt-txt {
	text-align: justify;
	margin-bottom: 34px;
}

#front-onas-img {
	width: 50%;
	float: right;
}

#front-products-slider {
	position: relative;
	padding-top: 85px;
}

#front-products-slider-bck {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 100;
	margin-left: -85px;
}

#front-produkt .section-title h2 {
	background: transparent url(img/title.svg) 50% top no-repeat;
	background-size: 88px auto;
	padding-top: 28px;
}

#produkt-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}


.produkt-cnt {
	 width: 28.53%;
	 padding: 2.4%;
	 text-align: center;
}


#produkt-wrap img {
	display: block;
	width: 125px;
	height: 125px;
	margin: 0 auto 24px auto;
}

#produkt-wrap h3 {
	font-size: 1.375em;
	font-family: 'lato', 'roboto', sans-serif;
	margin-bottom: 18px;
}


#front-zalety {
	background-repeat: no-repeat;
	background-position: 50% bottom;
	background-size: auto 710px;
	position: relative;
	padding: 0;
}

#front-zalety .group {
	position: relative;
	padding-top: 78px;
	height: 710px;
}

#front-zalety .section-title h2 {
	font-size: 2.750em;
	text-align: left;
}


#front-zalety .section-title h3 {
	text-align: left;
	width: 70%;
	margin-bottom: 40px;
}

#zalety-wrap {
	margin-left: 20px;
	border: 0;
	background: #fff;
	padding: 40px 40px 10px 40px;
	width: 40%;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 60px;
}

.zalety-cnt {
	width: 100%;
	overflow: hidden;
}

.zalety-cnt + .zalety-cnt  {
	margin-top: 30px;
}

.zalety-cnt img {
	display: block;
	width: 13%;
	height: auto;
	float: left;
}

.zalety-cnt-txt {
	display: block;
	width: 82%;
	float: left;
	margin-left: 5%;
}

#front-obszar {
	padding-top: 100px;
}

#front-obszar .section-title h2 {
	background: transparent url(img/title.svg) 50% top no-repeat;
	background-size: 88px auto;
	padding-top: 28px;
}

#obszar-cnt {
	width: 60%;
	margin-left: 20%;
	text-align: center;
	margin-bottom: 28px;
}

#obszar-img {
	width: 100%;
	text-align: center;
}

.pulse-wrap {
	position: relative;
	max-width: 624px;
	margin-left: auto;
	margin-right: auto;
}

.pulse-wrap .circle  {
	display: block;
	background: rgba(71,150,84,1);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	box-shadow: 0px 0px 1px 1px #0000001a;
	animation: pulse-animation 2s infinite;
	position: absolute;
	top: 282px;
	left: 234px;
}

.circle {
	display: none;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}



/*    *************************************************     FOOTER     ***************************************************  */
#footer-top {
	background: #479654 url(img/diamond-min.png) repeat;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}

#footer-top .group {
	line-height: 0;
}

#footer-top-wrap {
	display: inline-block;
	overflow: hidden;
}
 

#footer-top h3 {
	margin: 0 24px 0 0;
	color: #fff;
	font-size: 1.750em;
	font-weight: 700;
	display: inline-block;
	float: left;
	padding-top: 10px;
}

#procent-button-footer {
	float: left;
}

#foote-btn-wrap {
	display: inline-block;
	float: left;	
}


#footer {
	position: relative;
	background: #000000;
	color: #fff;
}

#footer-bottom {
	overflow: hidden;
	padding: 42px 0;
	position: relative;
}

.footer-box {
	float: left;
	overflow: hidden;
}

.footer-box ul {
	list-style-type: none;
	margin-left: 0;
}

.footer-box ul li {
	margin-bottom: 2px;
}

.footer-box ul li:hover a{
	color: #1f232b;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.footer-box ul li a {
	color: #fff;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.footer-box ul li a:hover {
	padding-left: 4px;
	color: #ffffff  !important;
}

#footer-img {
	width: 14%;
	float: left;
}

#footer-left {
	width: 38%;
	float: left;
	color: #fff;
	margin-left: 5%;
}

#footer-left p {
	color: #fff;
}

#footer-center {
	width: 12%;
	float: left;
	color: #fff;
	float: left;
	margin-left: 5%;
}

#footer-left h2,
#footer-center h2,
#footer-right h2 {
	color: #fff;
	font-size: 1.600em;
	margin-bottom: 24px;
}

#footer-center .menu-main-container ul li a {
	color: #fff;
}

#footer-center .menu-main-container ul li ul {
	display: none;
}

#footer-right {
	width: 20%;
	float: left;
	color: #fff;
	margin-left: 5%;
}

#footer-right p {
	color: #fff;
}

#footer-credits {
	width: 100%;
	padding: 8px 0;
	color: #363636;
	border-top: 1px solid #363636;
}

#footer-owner {
	font-size: 0.857em;
	color: #363636;
}

#footer-creator {
	display: inline-block;
	float: right;
	font-size: 0.857em;
}

#footer-creator a {
	color: #363636;
	font-size: 0.857em;
}
    
/*    *************************************************     PAGE    ***************************************************  */
.page-top-image {
	margin-bottom: 50px;
	max-width: 100%;
	position: relative;
}

.page-top-image .group {
	height: 400px;
    position: relative;
}

.page-top-image .group .page-main-title {
	font-size: 2.800em;
    font-weight: 700;
    position: absolute;
    margin-bottom: 80px;
	color: #fff;
	bottom: 20px;
}

#top-img-bck {
	background: #000000 url(img/diamond-black.png) repeat; color: #fff;
}

#top-img-bck .group {
	height: auto;
	padding: 60px 0 190px 20px;
}

#top-img-bck .group h1 {
	margin-bottom: 0;
	bottom: 90px;
}

/*    *************************************************     KONTAKT     ***************************************************  */
#content-bck {
	position: relative;
    top: -120px;
	margin-bottom: -120px;
    background: transparent;
}

#content {
	overflow: hidden;
	padding: 44px 0;
	background: transparent;
}


.page-template-page-kontakt #content-bck + #footer-top {
	display: none;
}

#content-wrap {
	overflow: hidden;
	padding-bottom: 60px;
	background: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	max-width: 1220px;
    padding: 0 60px 60px 60px;
}

#contact-wrap-left {
	width: 45%;
	float: left;
}

.contact-wrap-left-box,
.contact-wrap-left-box-icon {
	width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 26px;
    border: 1px solid #cecece;
    border-radius: 6px;
    padding: 22px 5%;
    background: #fff;
    position: relative;
    z-index: 1;
}

.contact-wrap-left-box-icon .contact-wrap-left-box-cnt {
	margin-left: 20px;
}

.my-class {
	position: fixed !important;
	width: 100%;
	top: 0;
	z-index: 1000;
}
#contact-wrap-right {
	width: 40%;
	float: right;
	background: #f5f5f5;
	padding: 60px 5%;
	padding-bottom: 20px;
	border-radius: 6px;
}

#contact-wrap-right h3 {
	font-weight: 700;
	border-bottom: 1px solid #a9a9a9;
	margin-bottom: 20px;
	padding-bottom: 20px;
}



#contact-txt {
	padding-top: 30px;
	padding-bottom: 20px;
}

#formularz {
	background: #f5f5f5;
	padding: 60px;
	padding-bottom: 20px;
	border-radius: 6px;
}

#formularz .frm_form_title {
    border-bottom: 1px solid #959595 !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#formularz input, #formularz textarea {
    border-radius: 0;
    box-shadow: none;
    margin-top: 4px;
    width: 96%;
    padding: 10px 2%;
	border: none;
}

#formularz .frm_style_formidable-style.with_frm_style fieldset {
	padding-bottom: 0;
}

#formularz h3 {
	font-weight: 700;
	border-bottom: 1px solid #a9a9a9;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#formularz .form-privacy {
	font-size: 0.8em;
	line-height: 1.6em;
	padding: 0 0 10px 0;
	text-align: justify;
}

#formularz input[type=checkbox] {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #a9a9a9;
    margin-top: 4px;
    width: 14px;
    padding: 10px 2%;
}

#kontakt-form-submit {
	text-align: center;
}

#formularz input[type=submit]  {
	display: inline-block;
	width: auto;
	background: #000000;
	color: #fff;
	text-transform: uppercase;
	padding: 14px 30px;
	border: none;
	font-size: 1em;
	border-radius: 24px;
	font-weight: 700;
	transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
#formularz input[type=submit]:hover {
	background: #479654;
	cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

#contact-rodo p {
	font-size: 0.8em;
	
}

#formularz .wpcf7-list-item {
	margin: 0;
}


/*    *************************************************     MIX    ***************************************************  */
.subtitle-grey {
	background: #eaeaea;
	padding: 0.5% 2%;
	font-size: 1.2em;
	margin: 3% 0 1.5% 0;
	display: inline-block;
}

.place {
	padding-left: 24px;
	background: transparent url(img/location-dot-solid.svg) left 6px no-repeat;
	background-size: 16px auto;
	margin-bottom: 10px;
}

.hours {
	padding-left: 24px;
	background: transparent url(img/clock-solid.svg) left 6px no-repeat;
	background-size: 16px auto;
}

.onas-box  .lw-section-33-flex {
	background: #ededed;
	border-radius: 12px;
	padding: 28px;
}

.onas-box  .lw-section-33-flex + .lw-section-33-flex {
	margin-left: 28px;
}

.uslugi .lw-lp .lw-section-31-1 {
	padding-top: 40px;
}

.uslugi-second .lw-lp .lw-section-13-2 {
	padding-top: 40px;
}

#content  ul, #left-content ul {
	margin: 1% 5% 3% 5%;
	list-style-type: disc;
}

#content  ul li, #left-content ul li {
	margin-bottom: 1%;
	padding-left: 5px;
}

.table-responsive {
	overflow-x: auto
}

#content  table, #left-content table {
	width: 100%;
}

#content  table tr td, #left-content table tr td {
    padding: 1% 2%;
    line-height: 1.4em;
    font-size: 1em;
}

#content  table thead tr{
    background: #434343;
    color: #fff;
}

#content table tr, #left-content table tr{
    border-top: 1px solid #e9e9e9;
    background: #f3f3f3;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
	
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gallery {
	text-align: center;
	overflow: hidden;
}

dl.gallery-item{
	float: none !important;
}

.gallery a img {
	border: none !important;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.gallery a:hover img {
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.gallery-item, .gallery-icon {
	display: inline-block;
	float: none;
	width: auto !important;
	margin: 1% 2% !important;
}
