/*
Theme Name: 	TAK Child
Theme URI: 		
Author: 		
Author URI: 	
Description:	Child Theme for TAK
Template:		tak
Version: 		1.4
*/

/* Theme customization starts here
-------------------------------------------------------------- */

@font-face {
  font-family: 'SeravekWebBasicLight';
  src: local('Seravek Light'), url('fonts/seravek/SeravekWebBasicLight.eot');
  src: local('Seravek Light'), url('fonts/seravek/SeravekWebBasicLight.eot?#iefix') format('embedded-opentype'),
       local('Seravek Light'), url('fonts/seravek/SeravekWebBasicLight.woff2') format('woff2'),
       local('Seravek Light'), url('fonts/seravek/SeravekWebBasicLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SeravekWebBasicExtraLight';
  src: url('fonts/seravek/SeravekWebBasicExtraLight.eot');
  src: url('fonts/seravek/SeravekWebBasicExtraLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/seravek/SeravekWebBasicExtraLight.woff2') format('woff2'),
    url('fonts/seravek/SeravekWebBasicExtraLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Seravek Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Seravek Medium'), url('fonts/seravek/Seravek-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Seravek Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Seravek Medium Italic'), url('fonts/seravek/Seravek-MediumItalic.woff') format('woff');
}
@font-face {
  font-family: 'Seravek';
  font-style: normal;
  font-weight: normal;
  src: local('Seravek'), url('fonts/seravek/Seravek.woff') format('woff');
}
@font-face {
  font-family: 'Seravek Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Seravek Italic'), url('fonts/seravek/Seravek-Italic.woff') format('woff');
}
@font-face {
  font-family: 'Seravek ExtraLight';
  font-style: normal;
  font-weight: normal;
  src: local('Seravek ExtraLight'), url('fonts/seravek/Seravek-ExtraLight.woff') format('woff');
}
@font-face {
  font-family: 'Seravek ExtraLight Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Seravek ExtraLight Italic'), url('fonts/seravek/Seravek-ExtraLightItalic.woff') format('woff');
}
@font-face {
  font-family: 'Seravek Light';
  font-style: normal;
  font-weight: normal;
  src: local('Seravek Light'), url('fonts/seravek/Seravek-Light.woff') format('woff');
}
@font-face {
  font-family: 'Seravek Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Seravek Light Italic'), url('fonts/seravek/Seravek-LightItalic.woff') format('woff');
}
@font-face {
  font-family: 'Seravek Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Seravek Bold'), url('fonts/seravek/Seravek-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Seravek Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Seravek Bold Italic'), url('fonts/seravek/Seravek-BoldItalic.woff') format('woff');
}


body,
body * {
  font-family: 'seravek', sans-serif !important;
}

body #Top_bar:not(.is-sticky) {
  background: transparent !important;
  position: absolute;
  top: 0 !important;
}
body #Top_bar.is-sticky {
  /* background-color: #242426; */
  background-color: #303c4c;
}

body #menu > .menu > li > a {
  color: #fff;
}
body #menu > .menu > li.current-menu-item > a, 
body #menu > .menu > li:hover > a {
  color: #fff;
  text-decoration: underline;
}
body #menu > .menu > li:last-child > a {
  color: #d8a933;
}
body #menu > .menu > li > a::after {
  display: none;
}
body #menu > .menu > li > a > span {
	text-transform: uppercase;
}

body #menu > .menu > li > ul {
  /* background-color: #242426; */
  background-color: #303c4c;
}
body #menu > .menu > li > ul * {
  color: #fff;
}

.home .home-slider-name {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.home .home-slider-desc {
  color: #fff;
  font-family: 'SeravekWebBasicExtraLight' !important;
  font-size: 34px;
  letter-spacing: 2px;
}

#homepage_boxes {
  background: #fff !important;
}
#homepage_boxes .section_wrapper {
	background: #fff;
	/* border: 1px solid #dedede; */
	/* margin-top: -100px; */
  z-index: 200;
}
#homepage_boxes .hover_color .hover_color_wrapper {
  max-height: 100px;
  padding: 40px 30px 60px;
  text-align: center;
  text-decoration: none;
}
#homepage_boxes .hover_color .hover_color_wrapper .image_wrapper {
  background: #f3f3f3;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  height: 80px;
  width: 80px;
}
#homepage_boxes .hover_color .hover_color_wrapper .image_wrapper img {
  /* max-height: 70px;
  max-width: 100%;
  width: auto; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 45px;
  width: auto;
}

.home #homepage_boxes .hover_color .hover_color_bg {
	background: none !important;
}

.home #homepage_boxes .hover_color {
	background: none !important;
	transition: all 0.7s ease !important;
}

.home #homepage_boxes .hover_color:hover {
	/* box-shadow: inset 2px 2px 2px #ccc, 0 1px 1px #fff;
	background: #ebebeb !important; */
/* 	
	background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(203,224,238,1) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(100%,rgba(203,224,238,1))) !important;
	background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(203,224,238,1) 100%) !important;
	background: -o-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(203,224,238,1) 100%) !important;
	background: -ms-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(203,224,238,1) 100%) !important;
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(203,224,238,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#cbe0ee',GradientType=0 ) !important;
 */
}
.home #homepage_boxes .hover_color:hover,
.home #homepage_boxes .hover_color:hover * {
  color: #2991d6 !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.entry-content .no-margin-h .one-fourth.column {
  margin: 0;
  width: 25%;
}
.entry-content .no-margin-h .one-sixth.column {
  margin: 0;
  width: 16.666%;
}

header #Top_bar #logo {
  display: block;
  /* height: 200px; */
  line-height: 60px;
  /* margin-top: -70px; */
  /* padding: 15px 0; */
  padding: 0;
  /* position: absolute; */
  z-index: 210;
}

header #Top_bar .menu_wrapper {
  float: left;
  height: 55px;
  margin-left: 190px;
  z-index: 201;
}

header #Top_bar .menu > li > ul.mfn-megamenu {
  width: 984px;
  z-index: 211;
}

header #Top_bar .menu > li {
  display: block;
  float: left;
  margin: 0;
  position: relative;
  height: 55px;
  z-index: 203;
}

header #Top_bar .menu > li::after {
  content: "|";
  display: block;
  margin: 0 10px;
  position: absolute;
  top: 17px;
  right: -12px;
}

header #Top_bar .menu > li:last-child::after {
  display: none;
}

header #Top_bar .menu > li > a {
  display: block;
  line-height: 60px;
  padding: 0 0;
  position: relative;
}

header #Top_bar .top_bar_right::before {
  background-image: url("../images/top_bar_right_shadow.png");
  background-repeat: repeat-y;
  content: "";
  display: block;
  height: 55px;
  left: -10px;
  position: absolute;
  top: 2px;
  transform: skewX(0deg) skewY(-25deg);
  width: 10px;
}

header #Top_bar .top_bar_right {
  float: right;
  height: 55px;
  padding: 0 10px 0 20px;
  position: relative;
  top: -4px;
}

header #Top_bar a#search_button {
  display: block;
  float: left;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
  position: relative;
  top: 18px;
}

header #Top_bar .search_wrapper {
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 211;
}

/* header #Top_bar .logo {
  float: left;
  margin: 0 30px 0 20px;
  padding-left: 20px;
}

header #Top_bar #logo img {
  position: absolute;
  max-height: 115px;
  z-index: 250;
} */

.button-call a span {
	text-shadow: 1px 1px 1px #454545;
}

.hide {
	display: none;
}

.hide-margin {
	margin: 0;
}

.hide-padding {
	padding: 0;
}

h4, h3, h2, h1 {
	font-family: "Roboto",Arial,Tahoma,sans-serif;
}

#homepage_boxes h4 {
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #fff;
}

.sections_group .shadow-box-row {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}

.shadow-box-row .section_wrapper .items_group {
  background: rgba(0, 0, 0, 0.35);
  padding: 25px;
}

.button.button_large .button_label:hover {
background-color: rgb(237, 79, 62);
}

#Wrapper #Footer .footer_copy a#back_to_top.sticky {
  background: #2991d6 !important;
  bottom: 11px;
  color: rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 75px;
  z-index: 9001;
}

#Wrapper #Footer a.tp-button {
  background-color: #2991d6;
  color: #747474;
}


.home img.scale-with-grid, 
.home #Content img {
  height: auto;
  /* max-width: 100%; */
  max-width: 65px;
}

.home .items_group a.mfn-link {
	margin: 20px 0 0 0;
}

body #Footer {
  background-size: cover;
}
#Footer .footer_action {
	display: none;
}

.home-kontakt {
	display: inline;
}

.home-kontakt .image_frame {
	float: left;
	/* width: 17%; */
	width: 35%;
}

.home-kontakt h4 {
	color: #fff;
  float: left;
  margin-top: 20px;
}
.home-kontakt h4 a {
	color: #fff;	
}


.home #Content .items_group .man-icon .image_frame img.scale-with-grid {
	/* max-width: 35%; */
	max-width: 90%;
}


.home .tp-caption.largeblackbg, 
.home .largeblackbg {
  background-color: rgba(0,0,0, 0) !important;
  border-radius: 0;
  color: #fff;
  font-size: 30px !important;
  font-weight: 300;
  line-height: normal !important;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
  max-width: 500px !important;
}



.space1 {
	width: 100%;
	height: 25px;
}

a.button, 
a.tp-button, 
button, 
input[type="submit"], 
input[type="reset"], 
input[type="button"] {
	margin-right: 0px !important;
}

/* 
#Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-6 {
    height: 65px;
}
*/
body p, 
.home big, 
.home .big {
  font-size: 16px;
  line-height: 180%;
}


/** Dark BG **/

.home .sections_group .entry-content #homepage_boxes,
.home .sections_group .entry-content .section  {
	background-color: #fff;
}

.home .sections_group .entry-content .section p  {
	color: #888;
}

.home .sections_group .entry-content .section h2 ,
.home .sections_group .entry-content .section h3  {
	color: #2991d6;
}

.home .sections_group .entry-content .section.referencje {
	background-color: #fff;
}

.home .sections_group .entry-content .section.referencje h2 {
	color: inherit;
}

.themebg, .pager .pages a:hover, .pager .pages a.active, .pager .pages span.page-numbers.current, .pager-single span::after, #comments .commentlist > li .reply a.comment-reply-link, .fixed-nav .arrow, #Filters .filters_wrapper ul li a:hover, #Filters .filters_wrapper ul li.current-cat a, .widget_categories ul, .Recent_posts ul li .desc::after, .Recent_posts ul li .photo .c, .widget_recent_entries ul li::after, .widget_mfn_menu ul li a:hover, .widget_mfn_menu ul li.current_page_item > a, .widget_product_categories ul, div.jp-interface, #Top_bar a#header_cart span, .testimonials_slider .slider_images, .testimonials_slider .slider_images a::after, .testimonials_slider .slider_images::before, .slider_pagination a.selected, .slider_pagination a.selected::after, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet.selected::after, .tparrows.default, .tp-bullets.tp-thumbs .bullet.selected::after, .offer_thumb .slider_pagination a::before, .offer_thumb .slider_pagination a.selected::after, .style-simple .accordion .question::after, .style-simple .faq .question::after, .style-simple .icon_box .desc_wrapper h4::before, .style-simple #Filters .filters_wrapper ul li a::after {
	background: none !important;
}

.referencje img.scale-with-grid, 
#Content .referencje img {
  height: auto;
  max-width: 100%;
  border-bottom: 4px solid #449dd6;
}

.referencje .testimonials_slider .slider_images a {
	/* padding-right: 25px; */
	width: 300px;
}

.referencje .referencje-bg img.scale-with-grid, 
#Content .referencje .referencje-bg img {
  width: 65px !important;
  height: 0px;
}


#Top_bar #logo img { max-height: 100%;}
@media only screen and (min-width: 960px) { 
	#Top_bar #logo img { max-width: 190px;}
}

.page-id-1161 #ecommerce_ready .fancy_heading { text-align: left;}

.page-id-1705 { background: url(http://themes.muffingroup.com/betheme/wp-content/uploads/2014/06/wood-texture.png);}

.page-id-1748 .footer_action, .page-id-1748 .widgets_wrapper { display: none;}

.page-id-1768 #Footer { display: none;}

.page-id-1796 #Footer { background: #292929;}
.page-id-1796 .dark .list_item.lists_2 .list_icon i { color: #fff; } 

.testimonials_slider .testimonials_slider_ul li .bq_wrapper {
  border: 1px solid #ddd;
  padding: 60px; 
}
.testimonials_slider a.slider_prev, 
.testimonials_slider a.slider_next {
  top: 75px;
}

.tp-bullets.simplebullets.round .bullet.selected {
  background: #2991d6 !important;
  border-radius: 50%;
  top: 0px;
  height: 13px;
  width: 12px;
}

body:not(.template-slider) #Header_wrapper.bg-fixed {
  background-size: cover;
  background-image: url("https://dev.nilam.pl/tak/wp-content/uploads/2020/06/bg-home-gradient.jpg") !important;
  position: relative;
}
body:not(.template-slider) #Header_wrapper #Header {
  min-height: 350px;
}
body:not(.template-slider) #Header_wrapper #Subheader {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); 
  width: 100%;
}
body:not(.template-slider) #Header_wrapper #Subheader h1 {
  color: #fff;
  font-size: 40px;
  font-family: 'SeravekWebBasicExtraLight' !important;
  letter-spacing: 2px;
}
body:not(.template-slider) #Header_wrapper #Subheader .subtitle p {
  color: #fff;
  font-size: 14px;
  font-family: 'SeravekWebBasicExtraLight' !important;
  letter-spacing: 5px;
  margin-top: 55px;
  text-align: center;
  text-transform: uppercase;
}

body form input[type="submit"], 
body a.button.button_large, 
body a.tp-button.button_large, 
body button.button_large, 
body input[type="submit"].button_large, 
body input[type="reset"].button_large, 
body input[type="button"].button_large {
  background-color: #d6aa3c !important;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
  color: #fff !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: uppercase;
}
body a.button.button_large *, 
body a.tp-button.button_large *, 
body button.button_large *,  
body input[type="submit"].button_large *, 
body input[type="reset"].button_large *, 
body input[type="button"].button_large * {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
body a.button.button_large:hover, 
body a.tp-button.button_large:hover, 
body button.button_large:hover, 
body input[type="submit"].button_large:hover, 
body input[type="reset"].button_large:hover, 
body input[type="button"].button_large:hover {
  background-color: #64b1f6 !important;
}
body a.button.button_large:hover span, 
body a.tp-button.button_large:hover span, 
body button.button_large:hover span, 
body input[type="submit"].button_large:hover span, 
body input[type="reset"].button_large:hover span, 
body input[type="button"].button_large:hover span {
  background-color: #64b1f6 !important;
}

.oferta-col {
  margin-top: 50px;
  margin-bottom: 50px;
}
.oferta-col p {
  line-height: 25px;
  margin-bottom: 0;
  padding: 40px 20px;
}

.wartosci .list_star {
  margin: 60px 0;
  text-align: left;
}
.wartosci .list_star li {
  color: #000;
  filter: invert(180);
  -webkit-filter: invert(180);
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 15px;
}
.o-nas-heading h2 {
  padding: 60px 0;
}

body #Subheader {
  margin-top: -100px;
}
body #Subheader::after {
  display: none !important;
}
body #Subheader * {
  color: #fff !important;
}
.home .rev_slider_wrapper .slotholder {
  /* opacity: .4 !important; */
  opacity: 1 !important;
}

/* @media (min-width: 1240px) {
  html body .section_wrapper, 
  html body .container {
    width: 1000px;
  }
} */


body .heading {
  margin: 20px 0;
}
body .heading, 
body .heading * {
  color: #2991d6;
  font-weight: 600;
  letter-spacing: -0.5px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
body .heading::before {
  content: "";
  background-color: #2991d6;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 100%;
  max-width: 75px;
}


body .footer-contact {
  position: relative;
}
body .footer-contact::before {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.99) 1%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.99) 1%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.99) 1%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#007db9e8', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body .footer-contact, 
body .footer-contact *, 
body .footer-contact .heading, 
body .footer-contact .heading * {
  color: #fff !important;
}
body .footer-contact .heading::before {
  background-color: #fff;
}
.footer-contact-col {
  margin: 0 auto 20px;
  position: relative;
  max-width: 200px;
}
.footer-contact-co:last-child{
  margin-bottom: 0;
}
.footer-contact-col .col-bottom {
  position: relative;
}
.footer-contact-col .col-bottom img {
  position: absolute;
  top: 0; 
  left: 0;
  height: auto !important;
  max-width: 50px !important;
}
.footer-contact-col .col-bottom a {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  padding-top: 7px;
  padding-left: 75px;
}

body.home #homepage_boxes .button-heading {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}

body.home .section-realizacje {
  padding-top: 100px !important;
}

body.home .section-referencje {
  padding-top: 20px !important;
  padding-bottom: 100px !important;
}

body .testimonials_slider .testimonials_slider_ul li .bq_wrapper {
  background: none;
  border: 0;
}
body .testimonials_slider .testimonials_slider_ul li { 
  background-color: #fafafa;
  position: relative;
}
body .testimonials_slider .testimonials_slider_ul li blockquote {
  background: none;
  color: #616161;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}
body .testimonials_slider .testimonials_slider_ul li blockquote::after {
  content: "''";
  background: none;
  color: #2991d6;
  font-size: 120px;
  font-weight: 400;
}
body .testimonials_slider a.slider_prev,
body .testimonials_slider a.slider_next {
  margin: 0 20px !important;
} 
body .testimonials_slider a.slider_prev,
body .testimonials_slider a.slider_next, 
body .testimonials_slider a .button_icon {
  background: none;
  border: 0;
  box-shadow: none;
}

body .testimonials_slider .hr_dots {
  display: none;
}
body .testimonials_slider .author {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
body .testimonials_slider .author, 
body .testimonials_slider .author * {
  color: #2991d6 !important;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
body .testimonials_slider .author h5, 
body .testimonials_slider .author span {
  display: inline-block;
  position: relative;
}
body .testimonials_slider .author h5::before {
  content: "- ";
  position: relative;
}
body .testimonials_slider .author h5::after {
  content: ",";
  margin-right: 5px;
  position: relative;
}

body.page-id-3036 .section_wrapper .heading {
  display: inline-block;
  max-width: 100%;
  width: auto;
}
body .section-kim_jestesmy .section_wrapper {
  background-image: url('https://dev.nilam.pl/tak/wp-content/uploads/2020/06/kim-jestesmy.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 300px;
}
body .section-kim_jestesmy .section_wrapper .heading * {
  text-align: left !important;
}
body .section-kim_jestesmy .section_wrapper .text {
  padding-bottom: 150px;
}

body .section-kim_jestesmy .section_wrapper .heading * {
  margin-bottom: 0 !important;
  text-align: left !important;
}
body .section-nasza_praca .section_wrapper, 
body .section-nasza_praca .section_wrapper * {
  text-align: right;
}

body .section-nasza_praca {
  background-color: #f3f3f3;
}
body .section-nasza_praca .section_wrapper {
  background-image: url('https://dev.nilam.pl/tak/wp-content/uploads/2020/06/o_nas-icons.png');
  background-repeat: no-repeat;
  background-position: 100px center;
  background-size: 300px;
  padding: 0 0 100px;
}
body .section-nasza_praca .section_wrapper .heading {
  margin-left: auto;
}

body .section-nasze_wartosci .section_wrapper .heading {
  text-align: center !important;
  width: 100% !important;
}
body .section-nasze_wartosci .column:not(:first-child) {
  text-align: center;
}
body .section-nasze_wartosci .section_wrapper .column {
  position: relative;
}
body .section-nasze_wartosci .section_wrapper .column img {
  height: auto !important;
  max-width: 60px !important;
}
body .section-nasze_wartosci .section_wrapper .column p {
  font-size: 18px;
  margin-top: 10px;
  text-transform: uppercase;
}

body .section-oferta {
  margin: 0;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
body .section-oferta .column_slider {
  width: 31%;
}
body .section-oferta:nth-child(even) {
  background-color: #f3f3f3;
}
body .section-oferta .column_column, 
body .section-oferta .column_slider {
  padding-top: 30px;
}
body .section-oferta .column_column .heading {
  display: inline-block;
  padding: 0 20px;
}
body .section-oferta:nth-child(even) .column_column {
  text-align: right;
}
body .section-oferta:nth-child(even) .column_slider {
  float: right;
}
body .section-oferta .content_slider.flat {
  padding: 0 !important;
  position: relative;
}
/* body .section-oferta .content_slider.flat::after {
  content: "ZAMÓW";
  background-color: #d6aa3c !important;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
  color: #fff !important;
  cursor: pointer;
  padding: 15px 20px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: uppercase;
  z-index: 0;
}
body .section-oferta .content_slider.flat:hover::after {
  background-color: #2991d6 !important;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: -24px;
} */
body .section-oferta .content_slider.flat .caroufredsel_wrapper {
  border: 2px solid transparent;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
body .section-oferta .content_slider.flat .caroufredsel_wrapper:hover {
  border: 2px solid #2991d6;
}
body .section-oferta .content_slider.flat .caroufredsel_wrapper li, 
body .section-oferta .content_slider.flat .caroufredsel_wrapper li a {
  background-color: #2991d6;
  display: block;
  position: relative;
}
body .section-oferta .content_slider.flat .caroufredsel_wrapper li img {
  object-fit: cover;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  min-height: 400px;
}
body .section-oferta .content_slider.flat .caroufredsel_wrapper a:hover img {
  opacity: .5;
}
body .section-oferta .content_slider.flat a.button {
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 0 24px;
  top: 0;
  height: 100%;
}
body .section-oferta .content_slider.flat a.slider_prev {
  left: 0;
}
body .section-oferta .content_slider.flat a.slider_next {
  right: 0;
}
body .section-oferta .content_slider.flat a .button_icon {
  background-color: rgba(0, 0, 0,.7);
  display: block;
  padding: 30px 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 50px;
}
body .section-oferta .content_slider.flat a.slider_prev .button_icon {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  margin-left: 2px;
  padding-left: 0;
}
body .section-oferta .content_slider.flat a.slider_next .button_icon {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  margin-left: -2px;
  padding-right: 0;
}
body .section-oferta .content_slider.flat a .button_icon i {
  color: rgba(100, 177, 246, 1);
  font-size: 34px;
}

body .section-oferta .heading {
  margin: 0;
}

body .section-oferta .button-heading {
  padding: 0 20px;
}
body .section-oferta .button-heading a span {
  text-align: center;
  width: 60px;
}

body.page-id-3019 #Header_wrapper #Header {
  min-height: 550px;
}
body.page-id-3019 #Header_wrapper #Subheader {
  top: 30%;
}
.kontakt-formularz .section_wrapper {
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  display: flex;
  margin-top: -350px;
  margin-bottom: 70px;
  padding: 0;
  width: 1000px;
}
.kontakt-formularz .section_wrapper .items_group {
  display: flex;
}
.kontakt-formularz .section_wrapper .items_group .column:first-child {
  padding: 10px 40px 60px;
}
.kontakt-formularz .section_wrapper .items_group .column:first-child .heading {
  margin-top: 30px;
}
.kontakt-formularz .section_wrapper .items_group .column:first-child .heading, 
.kontakt-formularz .section_wrapper .items_group .column:first-child .heading * {
  color: #2f3438 !important;
}
.kontakt-formularz .section_wrapper .items_group .column:first-child .heading::before {
  background-color: #2f3438 !important;
}
.kontakt-formularz .section_wrapper .items_group .column:last-child {
  background-color: #2f3438;
  display: flex;
  margin: 0;
  padding: 20px 50px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.kontakt-formularz .section_wrapper .items_group .column:last-child * {
  color: #fff;
}
.kontakt-formularz .section_wrapper .items_group .column:last-child .heading-simple {
  padding: 40px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.kontakt-formularz .section_wrapper .items_group .column:last-child .list_item {
  margin-bottom: 30px;
}
.kontakt-formularz .section_wrapper .items_group .column:last-child .list_item:last-child {
  margin-bottom: 0;
}
.kontakt-formularz .section_wrapper .items_group .column:last-child .list_item .desc {
  margin-top: 25px;
}
.kontakt-formularz .section_wrapper .items_group .column:last-child .list_item .list_icon img {
  height: auto !important;
  max-width: 70px !important;
}
.kontakt-formularz .section_wrapper .items_group .column:last-child .list_item a:hover {
  text-decoration: underline;
}
.form-submit {
  text-align: center;
}
.form-submit input {
  font-size: 20px;
  padding: 15px 40px;
}

body .realizacje-section {
  padding-bottom: 200px !important;
}
body .realizacje-section .heading {
  margin: 60px 0;
}
body .realizacje-section:first-child .heading {
  margin-top: 20px;
}

body .section_wrapper,
body .container {
  width: 1000px;
}

body.page-id-3021 #Content {
  padding-top: 0 !important;
}
body.page-id-3021 #homepage_boxes .section_wrapper {
  background: none;
}
body.page-id-3021 #homepage_boxes .section_wrapper .hover_color:hover, 
body.page-id-3021 #homepage_boxes .section_wrapper .hover_color.hover, 
body.page-id-3021 #homepage_boxes .section_wrapper .hover_color:hover .hover_color_bg,
body.page-id-3021 #homepage_boxes .section_wrapper .hover_color.hover .hover_color_bg {
  background: #fcfcfc !important;
}
body.page-id-3021 #homepage_boxes .section_wrapper .hover_color:hover a h4 {
  color: #2991d6 !important;
} 


#Top_bar #logo img {
  max-height: 100%;
}

@media only screen and (min-width: 960px) {
  #Top_bar #logo img {
    max-width: 190px;
  }
}

.page-id-1161 #ecommerce_ready .fancy_heading {
  text-align: left;
}

.page-id-1748 .footer_action,
.page-id-1748 .widgets_wrapper {
  display: none;
}

.page-id-1768 #Footer {
  display: none;
}

.page-id-1796 #Footer {
  background: #292929;
}

.page-id-1796 .dark .list_item.lists_2 .list_icon i {
  color: #fff;
}

.testimonials_slider .testimonials_slider_ul li .bq_wrapper {
  border: 1px solid #ddd;
  padding: 60px;
}

.testimonials_slider a.slider_prev,
.testimonials_slider a.slider_next {
  top: 150px;
}

body .the_content.has_content {
  display: none;
}

html body.page-id-3021 * .ls-wp-container {
  height: 400px !important;
  max-height: 400px !important;
}
html body.page-id-3021 * .ls-wp-container .ls-thumbnail-wrapper {
  display: none !important;
}
html body.page-id-3021 * .ls-wp-container .ls-inner, 
html body.page-id-3021 * .ls-wp-container .ls-inner .ls-slide {
  max-height: 400px !important;
}
html body.page-id-3021 * .ls-wp-container .ls-inner .ls-slide img {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  height: 400px !important;
  max-height: 400px !important;
  width: auto !important;
}

@media (max-width: 1200px) {
  header #Top_bar .menu_wrapper {
    margin-left: 0;
  }
  .home .logo img.scale-with-grid, 
  .home #Content .logo img {
    max-width: 100%;
  }
  #Top_bar #menu ul, 
  #Top_bar #menu ul li {
    background: #fff;
  }
}

@media (max-width: 767px) {
  #homepage_boxes .section_wrapper {
    margin-top: 0;
  }
  .home .tp-caption.largeblackbg, 
  .home .largeblackbg {
    font-size: 18px !important;
    top: 25px !important;
    left: 10px !important;
    max-width: 50% !important;
  }
  .home .rev_slider_wrapper .button_label {
    display: none;
  }
  #homepage_boxes .hover_color .hover_color_wrapper {
    max-height: 100px;
    padding: 20px 30px;
  }
  .home .section-realizacje {
    padding-bottom: 0 !important;
  }
  .home .section-realizacje, 
  .home .section-realizacje *, 
  .home .section-kontakt, 
  .home .section-kontakt * {
    text-align: center !important;
  }
  .home .section-realizacje .column_attr.align_right.animate.fadeInLeft {
    padding-right: 0 !important;
  }
  .home .section-realizacje .column_attr p {
    font-size: 14px !important;
  }
  .home-kontakt img {
    height: auto !important;
    max-width: 60px !important;
  }
  #Top_bar {
    z-index: 999;
  }
  #Top_bar .logo {
    margin-bottom: 25px !important;
  }
  #Top_bar .logo #logo {
    padding: 0 !important;
    text-align: left !important;
  }
  #Top_bar .logo #logo img {
    max-width: 200px;
  }
  header #Top_bar .menu_wrapper {
    border-bottom: 1px solid #64b1f6;
    height: auto !important;
  }
  header #Top_bar .menu_wrapper #menu {
    z-index: 999;
  }
  body #menu > .menu > li > a, 
  body #menu > .menu > li.current-menu-item > a,
  body #menu > .menu > li:hover > a {
    color: #64b1f6;
    text-align: center;
    text-decoration: none;
  }
  body:not(.template-slider):not(.header-simple) #Header {
    min-height: 200px;
    max-height: 200px;
  }
  .highlight-left .column:first-child, 
  .highlight-right .column:last-child {
    margin-top: 30px;
  }
  .o-nas-heading h2 {
    padding: 25px 0;
  } 
  body .sub-menu, 
  body .menu-item .menu-toggle {
    display: none !important;
  }
  .kontakt-formularz .col-left,
  .kontakt-formularz .col-left * {
    text-align: center !important;
  }
  .items_group center a {
    display: inline-block;
    width: 40%;
  }
  .items_group center a .icon img {
    max-height: 50px;
  }

  body #Top_bar > .container {
    margin: 0;
    width: 100% !important;
  }
  body #Top_bar > .container .logo {
    padding: 0 20px;
  }
  body.home .home-slider-name {
    display: none;
  }
  body.home .home-slider-desc {
    font-size: 30px !important;
    top: 110px !important;
    left: 0 !important;
    text-align: center;
    max-width: 100% !important;
    width: 100% !important;
  }
  body.home .section-realizacje .items_group .column.one-third.column_column:last-child > .column_attr {
    padding-left: 0 !important;
  }
  .testimonials_slider .testimonials_slider_ul li .bq_wrapper {
    padding: 60px 20px !important;
  }
  body.home .section-referencje {
    padding-bottom: 20px !important;
  }
  body blockquote {
    margin: 0 0 35px 0;
  }
  body:not(.template-slider) #Subheader {
    padding-top: 100px;
  }
  body:not(.template-slider) #Header_wrapper #Subheader h1 {
    font-size: 30px !important;
  }
  body:not(.template-slider) #Header_wrapper #Header {
    min-height: 200px;
  }
  body.page-id-3036 .section_wrapper .heading {
    width: 100%;
  }
  body.page-id-3036 .section_wrapper .column * {
    text-align: center !important;
  }
  body.page-id-3036 .section-kim_jestesmy .section_wrapper {
    background-size: 250px;
  }
  body.page-id-3036 .section-nasza_praca .section_wrapper {
    background-image: none;
    padding-bottom: 40px !important;
  }
  body.page-id-3036 .section-referencje .section_wrapper {
    margin-right: 0;
    margin-left: 0;
    width: 100% !important;
  }
  body .testimonials_slider .testimonials_slider_ul li .author {
    width: 90%;
  }
  body.page-id-3021 .section_wrapper .column * {
    text-align: center !important;
  }
  body.page-id-3019 #Header_wrapper #Subheader {
    top: 40%;
  }
  .kontakt-formularz .section_wrapper {
    display: block;
    margin-top: -100px;
    margin-bottom: 60px;
    padding: 20px 0 0;
  }
  .kontakt-formularz .section_wrapper .items_group {
    display: block;
  }
  .kontakt-formularz .section_wrapper .items_group .column {
    padding: 0 !important;
  }
  .kontakt-formularz .section_wrapper .items_group > .column {
    display: block;
  }
  .kontakt-formularz .section_wrapper .items_group > .column > .column_attr {
    padding: 0 20px;
  }
  .kontakt-formularz .section_wrapper .items_group > .column:last-child {
    display: block;
  }
  .kontakt-formularz .section_wrapper .items_group > .column:last-child > .column_attr {
    padding: 20px 20px 40px;
  }
  .kontakt-formularz .section_wrapper .items_group .column:last-child .list_item {
    margin-bottom: 20px;
  }
  .kontakt-formularz .section_wrapper .items_group .column:last-child .heading-simple {
    padding: 20px 0;
    position: relative;
  }
  html * .ls-wp-container .ls-slide>*,
  body * .ls-wp-container .ls-slide>*,
  #ls-global * .ls-wp-container .ls-slide>* {
    height: auto !important;
  }
  html * .ls-thumbnail-wrapper {
    margin-top: -100px;
  }
  html * .ls-nav-prev, 
  html * .ls-nav-next {
    display: none !important;
  }
  body .realizacje-section {
    padding-bottom: 0px !important;
  }
  body .realizacje-section .heading {
    margin: 20px 0 40px;
  }
  /* body.home #Header::before {
    content: "";
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, .25) 100%);
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, .25) 100%);
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, .25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#000000', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 22;
  } */
  body .oferta-col p {
    padding-bottom: 0 !important;
  }
  body #homepage_boxes {
    margin-bottom: 40px;
  }
  body.home #homepage_boxes {
    margin-top: 20px;
  }
  body.home .section-realizacje {
    padding-top: 40px !important;
  }
  body #Header a.responsive-menu-toggle {
    top: 14px !important
  }
  .home .section-realizacje .column_column .column_attr {
    padding: 10px 0 20px !important;
  }
  body .section-oferta .button-heading {
    padding: 40px 20px 0;
  }
  body.page-id-2926 .realizacje-section > .section_wrapper > .items_group > .column_column > .column_attr {
    padding-top: 20px !important;
  }
  body.page-id-2926 .realizacje-section > .section_wrapper > .items_group > .column_column > .column_attr > p {
    font-size: 18px !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
  }
  body.home #homepage_boxes .button-heading {
    position: relative;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
}








