/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 2.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home sections
 6.home 2
 7.home 3
 8.home 4
 9.about page
 10.services page
 11.projects page
 12.blog pages
 13.single project page
 14.contact page
 15.error page
 16.underconstruction page
 17.tables page
 18.Shop
 19.single-product
 20.footer
 21.Responsive part
-------------------------------------------------*/

/*-------------------------------------------------------*/
/* 1. Isotope filtering                                  */
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/*-----------------------------------------------------------------------------
KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
-----------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}




.panel-body-faq {
  margin: 0;
  padding: 10px;
  color: #333;
}

.panel-body-faq h2 {
  padding: 0 15px 15px;
}

ul.submenu {
    display: flex;         /* Zmieniamy z block na flex */
    justify-content: center; /* Środkuje elementy w poziomie */
    list-style: none;      /* Usuwa kropki z listy */
    padding: 0;            /* Usuwa domyślny margines wewnętrzny */
    margin-top: 25px;
    overflow: hidden;      /* Poprawiony zapis */
}

ul.submenu li {
  padding: 10px 20px;    /* Odstępy między elementami menu */
  border-right: 1px solid #ccc;
  font-size: 11px;
  list-style: none;
}


ul.submenu li a { color: #666;}




.panel h5 {
    font-size: 17px;
    font-weight: bold;
    margin-left: 15px;
    color: rgb(245 88 44);
}


.panel-body-faq p {
  padding: 15px;
  color: #333;
  font-size: 15px;
}

.panel-body-faq ul {
  padding: 0;
  color: #333;
}

.panel-body-faq ul li {
  padding: 5px 0;
  color: #333;
}

.boxedcontainer {
  max-width: 1230px;
  margin: auto;
  padding: 0;
}

/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.tp-banner {
  width: 100%;
  position: relative;
}

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

/*-------------------------------------------------*/
/* =  Header                                       */
/*-------------------------------------------------*/
.navbar-default {
  background: #ffffff;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}

.navbar-brand {
  display: inline-block;
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  margin: 0;
  color: #222222 !important;
  font-size: 26px;
  text-transform: capitalize;
  padding: 3px 0;
  letter-spacing: 2.5px;
}

.navbar-brand span {
  color: #f00341 !important;
}

.navbar-brand > img {
  display: block;
  max-width: 300px;
}

.top-line {
  padding: 0;
  background: rgba(220,40,37,1);
  background: -moz-linear-gradient(left, rgba(220,40,37,1) 0%, rgba(220,40,37,1) 15%, rgba(33,76,107,1) 80%, rgba(33,76,107,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(220,40,37,1)), color-stop(15%, rgba(220,40,37,1)), color-stop(80%, rgba(33,76,107,1)), color-stop(100%, rgba(33,76,107,1)));
  background: -webkit-linear-gradient(left, rgba(220,40,37,1) 0%, rgba(220,40,37,1) 15%, rgba(33,76,107,1) 80%, rgba(33,76,107,1) 100%);
  background: -o-linear-gradient(left, rgba(220,40,37,1) 0%, rgba(220,40,37,1) 15%, rgba(33,76,107,1) 80%, rgba(33,76,107,1) 100%);
  background: -ms-linear-gradient(left, rgba(220,40,37,1) 0%, rgba(220,40,37,1) 15%, rgba(33,76,107,1) 80%, rgba(33,76,107,1) 100%);
  background: linear-gradient(to right, rgb(223 182 127) 0%, rgb(148 118 94) 15%, rgb(121 87 61) 80%, rgb(212 173 118) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc2825', endColorstr='#214c6b', GradientType=1 );
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.top-line p {
  margin-bottom: 0;
  padding: 9px 0;
  color: #fff3e2;
  font-size: 12px;
  font-family: Tahoma;
}

.top-line p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}

.top-line ul {
  margin: 0;
  padding: 0;
}

.top-line ul.main-contact {
  text-align: left;
}

.top-line ul.main-contact li {
  display: inline-block;
  margin: 0;
  border-right: 1px solid #3a627f;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.top-line ul.main-contact li:first-child {
  padding-left: 0;
}

.top-line ul.main-contact li span {
  margin: 0;
}

.top-line ul.strefa-icons {
  text-align: right;
}

.top-line ul.strefa-icons li {
  display: inline-block;
}

.top-line ul.strefa-icons li a {
  border-left: 0 solid rgba(255, 255, 255, .1);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #db4d1e;
  display: block;
  padding: 10px 25px;
  color: #fff;
}

.top-line ul.strefa-icons li a span {
  font-weight: bold;
  margin-right: 12px;
  border-radius: 50%;
  border: 0 solid rgba(255, 255, 255, .3);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
}

.top-line ul.strefa-icons li:last-child {
  padding-right: 0;
}

.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav > li > a {
  color: #333333 !important;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-top: 3px solid #ffffff;
  padding: 24px 15px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #DC2825 !important;
  border-top: 3px solid #dc2825;
}

.navbar-nav li.drop {
  position: relative;
}

.navbar-nav li.drop ul.dropdown {
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 270px;
  background: #ffffff;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar-nav li.drop ul.dropdown li {
  display: block;
}

.navbar-nav li.drop ul.dropdown li a {
  display: block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding: 12px 20px;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

.navbar-nav li.drop ul.dropdown li a:hover {
  color: #DC2825;
  background: #f5f5f5;
}

.navbar-nav li.drop ul.dropdown li:first-child {
  border-top: none;
}

.navbar-nav li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}

header .navbar-default,
header.active .navbar-default {
  box-shadow: 0 0 2px #dddddd;
  -webkit-box-shadow: 0 0 2px #dddddd;
  -moz-box-shadow: 0 0 2px #dddddd;
  -o-box-shadow: 0 0 2px #dddddd;
}

header.active .top-line {
  height: 0;
  padding: 0;
}

header.active .navbar-brand {
  color: #222222 !important;
  padding: 10px 14px;
}

header.active .navbar-nav > li > a,
header.active .navbar-nav a.open-search {
  color: #222222 !important;
  padding: 25px 15px;
}

header.active .navbar-nav a.open-search i {
  color: #666666;
}

header.active .navbar-nav > li > a:hover,
header.active .navbar-nav > li > a.active {
  color: #222222 !important;
}

article ul,
article p,
ul.zawartosc {
  line-height: 22px;
}

article ul li {
  list-style: none;
}

p.first {
  padding-top: 17px;
}

ul.zawartosc {
  display: block;
}

ul.zawartosc li {
  margin-left: 70px;
}

/*-------------------------------------------------*/
/* =  General                                      */
/*-------------------------------------------------*/

.product-txt-left {
  padding: 50px 0 0 20px;
}

.product-txt-right {
  padding: 50px 20px 0 0;
  border: 1px solid red;
}

ul.lista {
  padding-top: 12px;
  padding-bottom: 12px;
}

ul.lista li {
  padding-left: 6px;
  margin-left: 22px;
  line-height: 28px !important;
}

ul.lista-block {
  padding-top: 6px;
  margin-top: 3px;
}

ul.lista-block li {
  padding-left: 2px;
  margin-left: 22px;
  line-height: 22px !important;
  color: #333;
}

.main-txt-block {
  margin-top: 125px;
  padding: 50px 25px 20px 25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  background-color: #fff;
}

.main-txt-block p {
  padding-bottom: 12px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

.main-txt-block ul li {
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333;
}

.main-txt-block img {
  padding: 20px 0;
  margin: 20px 0 !important;
  display: block;
  border: 1px dotted #ccc;
  border-width: 1px 0;
}

.main-txt-block h1 {
  font-family: 'Open Sans', sans-serif;
  color: #264C6C;
  font-size: 30px;
}

.main-txt-block h2 {
  padding: 12px 0;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  color: #264C6C;
}

.main-txt-block h3 {
  padding: 12px 0 0;
  font-size: 22px;
  line-height: 22px;
}

.main-txt-block h4 {
  padding: 12px 0 0;
  line-height: 28px;
  font-size: 20px;
  color: #333;
}

.main-txt-block h4:after {
  height: 0;
}

.main-txt-block h5 {
  padding: 12px 0 0;
  line-height: 28px;
  font-size: 18px;
  color: #333;
}

.main-txt-block h6 {
  padding: 12px 0 0;
  line-height: 28px;
  font-size: 16px;
  color: #333;
}

.main-txt-block a {
  color: #264C6C;
}

/* MEDIA */
.media-link {
  padding: 40px 65px 50px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px; 
}

.media-block {
  padding: 8px 0 6px;
  border-bottom: 1px dotted #ccc;
}

.media-block a {
  color: #333;
  line-height: 28px;
  font-size: 18px;
}

.media-block a:hover {
  color: #2C8649;
}

.media-block ul {
  padding-top: 6px;
}

.media-block ul li {
  line-height: 20px;
  font-size: 14px;
  list-style: none;
}

ul.wskazania li {
  font-size: 1.3em;
  line-height: 1.5em;
}

table {
  margin: 12px 0 42px;
  font-size: 14px !important;
}

table tr {
  border: 1px dotted #d8d8d8;
  border-width: 1px 0;
}

table tr th {
  padding: 12px;
  font-weight: 600;
}

table tr td {
  padding: 8px 12px 8px 0;
}

.dariusz {
  background: url('../images/bg-zielinski.jpg') 0 0 no-repeat;
  position: relative;
  max-height: 100%;
  padding: 0;
  margin: 0;
}

.dar-header {
  padding: 110px 0;
}

.dariusz h5 {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.block-dar {
  padding: 0;
  margin: 0;
}

p.cytat {
  font-style: italic !important;
  font-size: 16px;
  padding: 25px 0;
  display: block;
}

.cytat {
  padding: 80px 35px 20px;
  min-height: 100%;
  padding-bottom: 100%;
  margin-bottom: -100%;
}

.cytat p {
  font-style: italic !important;
  color: #333;
  font-size: 23px;
  line-height: 30px;
  padding: 12px 5% 0;
  display: block;
  letter-spacing: -1px;
}

.cytat2 {
  padding: 15% 15px 10%;
}

.cytat2 p {
  font-style: italic !important;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  display: block;
  text-align: center;
  letter-spacing: 0;
  vertical-align: middle;
}

span.autor {
  float: right;
  padding: 5px 0 55px;
  clear: both;
  color: #333;
  font-style: normal;
  margin-top: 15px;
  font-size: 14px;
}

.service-details {
  width: 25%;
  height: 300px;  
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 100;
}

.service-details article {
  float: left;
  margin: 0;
  padding: 0;
}

.service-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  float: left;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
}

.service-details h2 {
  position: absolute;
  width: 100%;
  bottom: 6%;
  left: 0;
  z-index: 10;
  background: rgba(0,156,153,0.6);
  padding: 22px 20px;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: center;
  color: #e1f7f6;
  text-transform: uppercase;
}

.service-details .service-hover-text h3 {
  padding: 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #213D2E;
  line-height: 22px;
  text-align: left;
}

.service-details .service-hover-text p {
  padding-top: 15px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #272727;
  text-align: left;
}

.service-details .box1,
.service-details .box2,
.service-details .box3,
.service-details .box4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.service-details .box1 { background: #FAEDD5; }
.service-details .box2 { background: #daeff2; }
.service-details .box3 { background: #EBF8DC; }
.service-details .box4 { background: #f0f0f0; }

.service-details .box1 h3,
.service-details .box2 h3,
.service-details .box3 h3,
.service-details .box4 h3 {
  line-height: 18px !important;
  color: #333;
  margin-top: 2px;
}

.service-details:hover .box1,
.service-details:hover .box2,
.service-details:hover .box3,
.service-details:hover .box4 {
  display: block !important;
  background: none;
  left: 0;
  top: 0;
}

.service-details .service-hover-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5%;
  color: rgba(255,255,255,1);
  transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s;
}

.service-details:hover .service-hover-text {
  display: block !important;
  color: rgba(255,255,255,1);
  background: rgba(217,14,14,0);
  left: -120%;
  top: 0;
}

#container {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: red;
}

#container.active {
  opacity: 1;
  background: red;
}

.col-right {
  margin-top: 142px;
}

/*-------------------------------------------------*/
/* =  content - home sections                      */
/*-------------------------------------------------*/
.title-section {
  margin-bottom: 45px;
  text-align: center;
}

.title-section h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 0 0 20px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
}

.title-section h1:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  bottom: -1px;
  left: 50%;
  margin-left: -15px;
  background: #f00341;
}

.title-section span {
  display: inline-block;
  margin: 0 0 15px;
  color: #222222;
  font-size: 18px;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
}

.title-section p {
  max-width: 600px;
  margin: 0 auto;
}

#home-section {
  margin-top: 110px;
}

#home-section .tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  border-width: 0;
  border-style: none;
  white-space: nowrap;
}

#home-section .tp-caption.small_text.center-align,
#home-section .tp-caption.medium_thin_grey.center-align,
#home-section .tp-caption.finewide_medium_white.center-align {
  text-align: center;
}

#home-section .tp-caption.medium_thin_grey {
  font-size: 36px;
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-weight: 700;
}

#home-section .tp-caption.medium_thin_grey span,
#home-section .tp-caption.finewide_medium_white span.color-skin {
  color: #f00341 !important;
}

#home-section .tp-caption.finewide_medium_white {
  color: #fff;
  text-shadow: none;
  font-size: 46px;
  line-height: 48px;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0;
  border-color: transparent;
  border-style: none;
  text-align: left;
}

#home-section .tp-caption.finewide_medium_white span.thin-skin {
  font-weight: 700 !important;
}

#home-section .tp-caption a.trans-btn,
#home-section .tp-caption a.trans-btn2 {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
}

#home-section .tp-caption a.trans-btn {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}

#home-section .tp-caption a.trans-btn:hover {
  color: #f00341;
  background: #ffffff;
}

#home-section .tp-caption a.trans-btn2 {
  border: 2px solid #f00341;
  color: #ffffff;
  background: #f00341;
}

#home-section .tp-caption a.trans-btn2:hover {
  color: #f00341;
  background: transparent;
}

#home-section .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
  z-index: 2;
}

#home-section .tp-bannertimer {
  display: none !important;
}

#home-section.slider2 .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

a.button-one {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 35px;
}

.banner-section {
  padding: 50px 0;
  background: #f00341;
  text-align: center;
}

.banner-section h2 {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
}

.banner-section h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-left: 60px;
}

.about-section {
  padding: 80px 0 50px;
}

.about-section img,
.second-article img,
.tab-posts-box .tab-pane img,
.news-section .news-post img {
  width: 100%;
  margin-bottom: 20px;
}

.about-section img {
  margin-bottom: 30px;
}

.about-section iframe {
  width: 100%;
  height: 265px;
  margin-bottom: 30px;
}

.about-section h2 {
  color: #222222;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.about-alternative-section {
  padding: 80px 0 50px;
  background: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.second-article h2 {
  color: #222222;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 16px;
}

.tab-posts-box {
  margin-bottom: 30px;
}

.tab-posts-box ul.nav-tabs {
  text-align: center;
  border-left: none;
}

.tab-posts-box ul.nav-tabs li {
  float: left;
  width: 33.3333%;
  border: none;
}

.tab-posts-box ul.nav-tabs li a {
  display: block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 1px;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #222222;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-bottom: 5px solid transparent;
  margin: 0;
}

.tab-posts-box ul.nav-tabs li a:hover {
  border: none;
  border-bottom: 5px solid transparent;
  color: #f00341;
}

.tab-posts-box ul.nav-tabs li.active a {
  background: transparent;
  border: none;
  border-bottom: 5px solid #222222;
}

.tab-posts-box .tab-pane {
  padding: 30px 0 0;
  overflow: hidden;
}

.tab-posts-box .tab-pane h3 {
  color: #222222;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.tab-posts-box.tabs-4 ul.nav-tabs li {
  width: 25%;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f00341;
  border-color: #f00341;
}

.news-section {
  padding: 80px 0 50px;
}

.news-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.news-section .arrow-box {
  position: absolute;
  top: -50px;
  width: 100%;
  right: 0;
  text-align: right;
}

.news-section .arrow-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 15px;
  color: #222222;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}

.news-section .news-box {
  position: relative;
}

.news-section #owl-demo {
  width: 1170px;
  margin-left: -15px;
}

.news-section .owl-theme .owl-controls {
  display: none !important;
}

.news-section .news-post {
  margin: 0 15px 30px;
}

.news-section .news-post h2 {
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.news-section .news-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}

.news-section .news-post h2 a:hover {
  color: #f00341;
}

.news-section .news-post ul.post-tags {
  margin: 0 0 10px;
  padding: 0;
}

.news-section .news-post ul.post-tags li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  margin-right: 4px;
}

.news-section .news-post ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}

.news-section .news-post ul.post-tags li a:hover {
  color: #222222;
}

.clients-section {
  padding: 80px 0;
}

.clients-section .default-article {
  padding-top: 10px;
  padding-bottom: 0;
}

.clients-section ul.client-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.clients-section ul.client-list li {
  float: left;
  width: 25%;
  list-style: none;
}

.clients-section ul.client-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
  opacity: 1;
  padding: 10px 20px;
  border: 1px solid #e1e1e1;
  border-left: none;
  border-top: none;
}

.clients-section ul.client-list li a img {
  width: 100%;
}

.clients-section ul.client-list li a:hover {
  opacity: 0.5;
}

.faqs-section {
  padding: 40px 0 60px;
  overflow: hidden;
}

.accord-elem:first-child {
  margin-top: 0;
}

.accord-title {
  position: relative;
}

.accord-title h2 {
  padding: 16px 15px;
  background: #f6f6f6;
  color: #333333;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 0 36px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.accord-title a.accord-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  width: 42px;
  height: 46px;
  top: 0;
  left: 0;
  text-align: center;
  border-right: none;
  background: #f6f6f6;
}

.accord-title a.accord-link:after {
  font-family: 'FontAwesome';
  content: '\f067';
  font-size: 18px;
  color: #333333;
  line-height: 48px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.accord-elem.active .accord-title h2 {
  color: #ffffff;
  background: #f6f6f6;
}

.accord-elem.active a.accord-link {
  background: #f6f6f6;
  border-right: none;
}

.accord-elem.active a.accord-link:after {
  content: '\f068';
  color: #ffffff;
}

.accord-content {
  display: none;
  overflow: hidden;
  padding: 16px 0 5px;
}

.accord-content p {
  font-size: 16px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 28px;
  margin: 0 20px 10px;
}

.accord-elem.active .accord-content {
  display: block;
}

.accord-elem {
  border: 1px solid #dceaf6;
  border-width: 0 1px 1px 1px;
}

/*-------------------------------------------------*/
/* =  home 2                                       */
/*-------------------------------------------------*/
#home-section.slider2 .tp-caption.medium_thin_grey {
  font-size: 26px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  padding: 0.5em 1em;
  background: #ffffff;
  font-weight: 400;
}

#home-section.slider2 .tp-caption.medium_thin_grey span {
  color: #222222;
  font-weight: 600;
}

#home-section.slider2 .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.projects-section .project-box.carousel-project-box {
  position: relative;
}

.projects-section .project-box.carousel-project-box .project-post {
  width: 100%;
}

.projects-section .project-box.carousel-project-box .owl-theme .owl-controls {
  display: none !important;
}

.projects-section .container {
  position: relative;
}

.projects-section .container .arrow-box2 {
  position: absolute;
  top: 0;
  width: 100%;
  right: 15px;
  text-align: right;
}

.projects-section .container .arrow-box2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 15px;
  color: #222222;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}

.about-section .about-post iframe {
  height: 330px;
  margin-bottom: 25px;
}

/*-------------------------------------------------*/
/* =  home3                                        */
/*-------------------------------------------------*/
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover {
  background: #81bb2e;
}

.flexslider .flexcaption {
  position: absolute;
  width: 100%;
  bottom: -55px;
  left: 0;
  height: 290px;
  overflow: hidden;
}

.flexslider .flexcaption .inner-caption {
  padding: 30px;
  background: #ffffff;
}

.flexslider .flexcaption .right-block {
  background-color: #EBF8DC;
}

.flexslider .flexcaption .right-block h2 {
  margin: 0 0 6px; 
  padding: 0;
  font-size: 28px;
}

.flexslider .flexcaption .right-block h3 {
  margin: 0 0 12px; 
  padding: 0;
  font-size: 20px;
  color: #e25d0f;
}

.flexslider .flexcaption .right-block h4 {
  margin: 0; 
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
}

.flexslider .flexcaption .right-block h5 {
  margin: 0 0 15px; 
  padding: 0;
  font-size: 20px;
  line-height: 26px;
}

.flexslider .flexcaption .right-block p {
  padding-bottom: 14px;
  font-size: 14px;
}

.flexslider .flexcaption .first-block {
  margin-left: 0 !important;
  background-color: rgba(33, 61, 46, 0.8);
}

.flexslider .flexcaption .first-block p,
.flexslider .flexcaption .first-block h1 {
  color: #EBF8DC;
}

.flexslider .flexcaption .first-block p {
  font-size: 14px;
}

.flexslider .flexcaption .first-block p > strong {
  color: #EBF8DC;
  font-size: 14px;
}

.flexslider .flexcaption .inner-caption h1 {
  font-size: 27px;
  font-weight: 100;
  margin: 0 0 10px;
  letter-spacing: 0;
  padding-bottom: 0;
  position: relative;
}

.flexslider .flexcaption .first-block a {
  padding: 0;
}

.flexslider .flexcaption .inner-caption span {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 100;
  margin: 0 0 10px;
}

.flexslider .flexcaption .inner-caption p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

#home-section.slider3 .flex-control-nav {
  display: none;
}

/*-------------------------------------------------*/
/* =  home 4                                       */
/*-------------------------------------------------*/
#home-section.slider4 {
  margin-top: 147px;
}

#home-section.slider4 .tp-caption.small_text {
  font-size: 16px;
  padding: 0.4em 0.8em;
  background: #ffffff;
  color: #666666;
  font-weight: 400;
}

#home-section.slider4 .tp-caption.small_text i {
  color: #222222 !important;
  margin-right: 6px;
}

#home-section.slider4 .tp-caption.small_text span {
  color: #222222;
  font-weight: 600;
}

#home-section.slider4 .tp-caption.medium_thin_grey {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  padding: 0.3em 1em;
  background: #ffffff;
}

#home-section.slider4 .tp-caption.medium_thin_grey span {
  color: #222222;
  font-weight: 700;
}

#home-section.slider4 .tp-caption.medium_thin_grey.center-align {
  text-align: center;
}

#home-section.slider4 .tp-caption.finewide_medium_white {
  color: #fff;
  text-shadow: none;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0;
  border-color: transparent;
  border-style: none;
  text-align: left;
  padding: 0.3em 1em;
  background: #666666;
}

#home-section.slider4 .tp-caption.finewide_medium_white span {
  color: #f00341 !important;
}

#home-section.slider4 .tp-caption.finewide_medium_white.center-align {
  text-align: center;
}

#home-section.slider4 .tp-caption a.trans-btn {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
}

#home-section.slider4 .tp-caption a.trans-btn:hover {
  color: #f00341;
  background: #ffffff;
}

#home-section.slider4 .tp-caption a.trans-btn2 {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: 2px solid #f00341;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
  color: #ffffff;
  background: #f00341;
}

#home-section.slider4 .tp-caption a.trans-btn2:hover {
  color: #f00341;
  background: transparent;
}

#home-section.slider4 .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.2);
  z-index: 2;
}

#home-section.slider4 .tp-bannertimer {
  display: none !important;
}

ul#slideshowpic {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------------*/
/* =  Footer                                       */
/*-------------------------------------------------*/

footer .up-footer p {
  color: #ffffff;
}

footer p.copyright {
  padding: 15px 0;
  background: #111111;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  text-align: center;
  margin: 0;
}

.social-icons li img {
  width: 100%;
  height: auto;
}

.audycja audio {
  width: 100%;
}

.product-accessories img,
.service-details img,
.products img,
.block-special img,
.gabinet-block img,
.img-responsive img {
  width: 100%;
  height: auto;
}

body {
  background: #f4f4f4;
}

#out-container {
  width: 100%;
  background: #f4f4f4;
  margin: 0 auto;
}

p {
  font-size: 14px;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  line-height: 22px;
  margin: 0 0 10px;
  padding: 3px 0;
  text-align: justify;
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 0 !important;
}

strong {
  letter-spacing: 0;
}

p > strong {
  color: #333333;
  font-weight: 600;
}

header h2 {
  padding-left: 25px;
}



/*-----------PODPIS----------*/
.zielinski {
  float: right;
  display: block;
  padding: 7%;
}

span.podpis {
  font-size: 14px;
  color: #21c8f2 !important;
  padding: 0 7%;
}

/*-----------AKADEMIA----------*/
.akademia {
  margin-top: 80px;
  overflow: hidden;
}

.akademia-blok {
  background: #fff;
  padding: 25% 35px 20px;
  min-height: 100%;
  padding-bottom: 100%;
  margin-bottom: -100%;
}

.slider-akademia {
  margin-top: 10%;
  display: block;
}

p.first-p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*-----------OFERTA----------*/
.oferta {
  overflow: hidden;
}

.oferta-block {
  padding: 20px 25px;
}

/*-----------KOLORYSTYKA----------*/
.bg-gray {
  background: #f4f4f4;
}

.bg-white2 {
  background: #fff;
  margin-top: 180px;
} 

.bg-white {
  background: #fff;
}   

/*-----------BLOK SPECJALNY PRAWY----------*/
.block-special {
  padding: 25px 0;
  margin: 0;
}

.block-special p,
.block-special ul li {
  color: #6a3a2d !important;
  font-size: 15px;
  padding: 15px 25px 0;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.block-special ul li {
  list-style: none;
}

.block-special h5 {
  color: #6a3a2d !important;
  font-size: 22px;
  font-weight: bold;
  padding: 25px 0 0 25px;
  line-height: 16px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.block-mail {
  display: block;
  text-align: center;
  margin: 55px auto;
}

a.naszmail {
    padding: 10px 25px;
    border-radius: 0px;
    background-color: #cc3b21;
    color: #ffffff;
}


a.naszmail:hover {
  text-decoration: none;
  background: #db4d1e;
  color: #fff;
}






.siesta-produkt {
  /* border: 1px solid #e7e7e7; */
  padding: 12px 12px 12px 0px;
  /* margin-top: -220px; */
  margin-right: 22px;
  background: #f4f4f4;
}


.siesta-produkt a.produkt {

  display: block;
  text-align: center;
  padding: 14px 12px;
  color: #fff;
  background: #cc3b21;
}

.siesta-produkt a.produkt:hover {

  text-decoration: none;
  background: #34353c;
}



.siesta-produkt a.produkt i {
  padding-right: 12px;
}

.siesta-produkt p {
  padding: 15px 15px;
  text-align: center;
  color: #333;
}




/*-----------BLOK SUKCES----------*/
.block-sukces {
  background: #255579 url('../images/bg-zielinski2.jpg') right bottom no-repeat;
  width: 100%;
  text-align: center;
  margin: 55px 0;
  padding: 105px 25px 125px;
  display: block;
  font-weight: 900 !important;
}

.block-sukces h2 {
  font-size: 29px;
  line-height: 39px;
  color: #fff;
}

.block-sukces p {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  padding: 25px 125px;
  font-family: 'Open Sans', sans-serif !important;
}

.block-sukces p strong {
  color: #fff;
}

.block-sukces h2:after {
  height: 0;
}

/*-----------BLOK KURSY----------*/
.bloki-kursy {
  background: url('../images/szabelki.jpg') right bottom no-repeat;
  background-size: 60%;
  height: 700px;
  position: relative;
  overflow: hidden;
  margin-top: -100px;
  min-height: 320px;
}

.block-kurs {
  background-color: #fff;
  height: 280px;
  border: 1px solid #dedede;
  text-align: center;
  position: relative;
}

.bloki-kursy .kurs a {
  display: block;
}

.kurs-down {
  position: absolute;
  z-index: 9997;
  padding: 85px 5px;
  width: 100%;
}

.block-kurs:hover {
  border: 1px solid #DC2825;
}

.block-kurs h3 {
  font-weight: bold;
  font-size: 24px;
  color: #DC2825;
}

.block-kurs h5 {
  color: #666;
}

.block-kurs p {
  text-align: center;
}

.kurs-up {
  position: absolute;
  background-color: #DC2825;
  z-index: 9998;
  padding: 85px 5px;
  width: 100%;
  display: none;
}

.kurs-up h3,
.kurs-up h5,
.kurs-up a,
.kurs-up p {
  color: #fff;
}

.block-kurs:hover .kurs-up {
  display: block;
}

/*-----------BLOK OPINIE----------*/
.opinion-block {
  background: rgb(219, 77, 30) url(../images/bg-ziel.jpg) 0 0 no-repeat;
  border-right: 14px solid #F4F4F4;
  padding: 15px 25px 125px;
}

.opinion-block img {
  padding: 100px 0 0 40px;
  display: block;
}

.opinion-block a {
  float: right;
  padding: 7% 5%;
  color: #9ddbea;
}

.zawodnik {
  border-top: 1px dotted #ccc;
  border-width: 1px 0;
  padding: 18px 0;
}

.zawodnik .podpis2 {
  color: #264C6C;
  font-size: 13px;
  margin: 6px 0;
  display: block;
  text-align: right;
}

ul#opinie li {
  display: block;
}

ul#opinie li div {
  position: relative;
  margin: 80px 20px 0;
}

ul#opinie li h3 {
  position: absolute;
  z-index: 99999;
  top: -50px;
  padding: 12px;
  color: #fff;
  left: 20px;
  font-weight: bold;
  font-size: 32px;
  background-color: #db4d1e;
}

ul#opinie li p {
  padding: 75px 25px;
  text-align: center;
  font: normal 18px Open Sans;
  line-height: 26px;
  color: #fff;
  background-color: #d3ac75;
  border: 1px solid #917551;
}

ul#opinie li p strong {
  color: #fff;
}

.wiedza {
  background-color: #fff;
  /* margin-top: 0px; */
  /* padding: 0px 0 25px; */
}

.wiedza > div {
  padding: 0 25px 25px;
}

/*-----------BLOK VIDEO----------*/
.film {
  margin: 20px 0;
  border-top: 1px solid #ededed; 
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
  margin-bottom: 20px;
}


/*-----------BLOK IMG----------*/
.img-soft {
  /* margin: 60px 0; */
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
  margin-bottom: 20px;
  background: #f4f4f4;
}

.img-soft  h3 {
  padding: 6px 0 0 0;
  margin: 0;
}




/*-----------BLOK ROZWIJANY----------*/
p.note {
  color: #264C6C;
  line-height: 20px;
  font-size: 13px;
}

/*-----------NAGÃƒâ€¦Ã‚ÂÃƒÆ’Ã¢â‚¬Å“WEK H2----------*/
h2 {
  font-size: 26px;
  padding: 0 25px 15px 0;
  font-weight: 600;
  line-height: 26px;
}

h2 span {
  font-size: 18px;
  font-weight: 100;
}

h2:after {
  height: 3px;
  display: block;
  width: 50px;
  margin-top: 15px;
  background: #F5582C;
  content: '';
}

h4 {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
}

/*SLIDER BOX*/
.slider-sukces {
  background: #DC2925;
  width: 100%; 
  min-height: 300px;
  display: block;
}

/*------------DARIUSZ------------*/
h4 span {
  font-size: 36px;
  padding: 0 25px 0 0;
  font-weight: 900;
  line-height: 36px;
}

h4:after {
  height: 3px;
  display: block;
  width: 50px;
  margin-left: calc(50% - 25px);
  margin-top: 15px;
  background: red;
  content: '';
}

/*-----------VIDEO BLOK----------*/
.video-blok {
  padding-top: 155px;
}

/*-----------NEWS BLOK----------*/
.news-blok {
  padding: 10% 8%;
  min-height: 690px;
  overflow: hidden;
  margin-top: 0;
}

.news h3 {
  color: #333;
  font-size: 22px;
  padding-bottom: 6px;
  line-height: 26px;
}

.news p {
  line-height: 22px;
}

a.more {
  float: right;
  padding: 15px 0 15px 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background: url(../images/more-128.png) 0 23px no-repeat;
  background-size: 10%;
  color: #255579;
}

/*-----------BANER----------*/
.baner {
  margin-top: 120px;
}

/*-----------FORMULARZ----------*/
.formularz {
  padding: 15% 5% 10%;
  min-height: 400px;
  overflow: hidden;
  background: url('images/akademia-bg.jpg') 0 0;
}

.przepisy {
  background: #fff;
  padding: 0;
}

.main-txt-przepisy {
  padding: 80px 65px 50px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px; 
}

.main-txt-przepisy p {
  padding-bottom: 12px;
  color: #333;
}

.main-txt-przepisy ul li {
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333;
}

.main-txt-przepisy h2 {
  padding: 12px 0 0;
  font-size: 28px;
}

.main-txt-przepisy h3 {
  padding: 12px 0 0;
  line-height: 32px;
  font-size: 20px;
}

.main-txt-przepisy h4 {
  padding: 12px 0 0;
  line-height: 28px;
  font-size: 18px;
  color: #2C8649;
}

strike {
  color: #999;
}

.opinie {
  margin: 20px 0;
  padding: 0;
}

.opinie h3 {
  padding: 0 0 12px;
  margin: 0;
}

.przypadki {
  padding-top: 45px;
  padding-right: 35px;
  text-align: left;
}

.przypadek {
  display: block;
  padding-top: 20px;
}

.przypadek p {
  margin-top: 25px;
  font-size: 22px !important;
}

.przypadek img {
  width: 3%;
  float: left;
  margin-right: 10px;
}

ul.opinion {
  padding: 0;
  margin: 0;
  background: #FAEDD5;
  height: 100%;
}

ul.opinion li {
  padding: 35px 45px;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
}

ul.opinion li h4 {
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  text-align: left;
  color: #333;
}

ul.opinion li p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  text-align: left;
}

.products {
  margin: 0;
  background-color: #fff;
}

.product-description {
  margin: 0 0 80px;
}

.product-accessories {
  margin: 0 0 50px;
}

.reset-pading {
  margin: 0;
  padding: 0;
}

.bg-bowtec h1 {
  background: #213D2E;
} 

.bg-bowtech2 {
  background: #33ac5e;
} 

.bg-bowtech p, 
.bg-bowtech ul li {
  color: #333 !important;
}

.bg-bowtech ul li {
  padding-top: 3px;
}

.block-special-two {
  padding: 0 !important;
  margin: 0 !important;
}

.block-special-two p {
  color: #2b2c7c !important;
  font-size: 16px;
  padding: 15px 35px 0;
  line-height: 26px;
}

.block-special-two h4 {
  color: #2b2c7c !important;
}

.block-special-two h3 {
  color: #444 !important;
  padding: 0 5%;
  letter-spacing: 0;
}

.about-post h3 {
  color: #333; 
  line-height: 28px;
  padding: 0 0 8px;
}

.about-post h2 span {
  font-size: 20px;
}

ul.gabinet li.special {
  border-bottom: 1px dotted #cbdbb8;
  padding-bottom: 6px;
  padding-top: 2px;
}

.opis-film {
  border-top: 1px solid #ededed; 
  text-align: justify;
  padding: 15px 25px 15px 0;
}

.about-bowen,
.about-post {
  margin: 0;
  padding: 15px 0 15px 65px;
  color: #333;
}

.about-post h2 {
  margin: 0;
  padding: 15px 0;
  font-size: 24px;
  color: #333;
}

.about-bowen h2 {
  margin-top: 50px;
  line-height: 28px;
  font-size: 24px;
}

.about-bowen h2 span {
  font-size: 20px;
}

.about-bowen h3 {
  font-family: 'Abhaya Libre', sans-serif !important;
  line-height: 28px;
  font-size: 20px;
}

.block-up {
  position: relative;
}

.block-1 {
  position: absolute;
  top: 0; 
  left: 0;
  background: #f7da72;
  padding: 25px;
  min-height: 260px;
  overflow: hidden;
}

.block-2 {
  position: absolute;
  top: 0; 
  left: 0;
  background: #47b0b7;
  padding: 25px;
  min-height: 260px;
  color: #fff;
  overflow: hidden;
}

.block-2 p {
  color: #fff;
}

.block-3 {
  position: absolute;
  top: 0; 
  left: 0;
  background: #ccdfe0;
  padding: 25px;
  min-height: 260px;
  overflow: hidden;
}

.block-4 {
  position: absolute;
  top: 0; 
  left: 0;
  background: #e5f0f2;
  padding: 25px;
  min-height: 260px;
  overflow: hidden;
}

.block-up:hover .block-first-up {
  display: block;
}

.block-first-up {
  position: absolute;
  top: 0;
  z-index: 9999;
  background-image: url('../images/aparaty_wewnatrzuszne.jpg');
  background-repeat: no-repeat;
  width: 100%;
  display: none;
}

.block-first-up h3 {
  background: #213D2E;
  color: #fff;
  margin-top: 31.333333333%;
  padding: 10px 0;
  font-size: 22px;
  width: 100%;
  text-align: center;
}

.acces { 
  min-height: 220px;
  border: 1px solid #dddddd;
  margin: 0 5px;
  display: block;
  position: relative;
}

.acces-special { 
  min-height: 220px;
  border: 1px dotted #50812D;
  margin: 0 5px;
  display: block;
  position: relative;
}

.product-accessories a {
  color: #333 !important;
}

.product-accessories a:hover {
  text-decoration: none;
}

.product-accessories a:hover .title-acces h4 {
  color: #50812D;
}

.bs-example {
  margin-right: 40px;
}

.acces3 p {
  font-family: 'Open Sans', sans-serif;
  padding: 15px 20px;
  text-align: left;
  font-size: 14px;
}

.acces3 h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.acces3 ul {
  font-family: 'Open Sans', sans-serif;
  padding: 5px 10px 15px 5px;
  color: #666;
  margin: 0 12px;
}

.acces3 ul li {
  padding: 0;
  list-style: none;
}

.title-acces {
  background: #ffffff;
  width: 100%;
  height: 65px;
  position: absolute;
  bottom: 0; 
  left: 0;
}

.title-acces h4 {
  padding: 5px 15px;
  line-height: 18px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
}

.title-acces h4 span {
  font-size: 14px;
}

.program {
  background-color: #f7f7f7;
  margin: 50px 0;
}

.about-post-babybowen {
  padding: 22px 0;
}

.about-post-babybowen h3 { 
  line-height: 28px;
  padding: 0;
}

.about-post-babybowen h4 {
  color: #3E862C; 
  padding: 15px 0 0;
  font-size: 22px;
}

.about-post-babybowen h5 {
  color: #3E862C; 
  padding: 0;
  font-size: 18px;
}

.block-blue {
  background: #e1f2f7;
  padding: 10px 15px 15px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.block-blue table tr {
  border: 1px dotted #ffffff;
  border-width: 1px 0;
}

.gabinet {
  padding: 20px 25px;
  font-family: 'Open Sans', sans-serif;
}

.gabinet h4 {
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

.gabinet h4 strong {
  font-size: 16px;
  letter-spacing: 1px;
}

.gabinet ul {
  margin-top: 18px;
  margin-bottom: 0;
  line-height: 24px;
  list-style: none;
  padding-left: 0;
  font-size: 16px;
}

li.line-border {
  border-top: 1px dotted #add181;
  width: 100%;
  height: 1px;
  margin: 12px 0 0;
}

li.line-border-gray {
  border-top: 1px dotted #d2d2d2;
  width: 100%;
  height: 1px;
  margin: 12px 0;
}

.social {
  margin: 0; 
  padding: 0;
}

.social ul.social-icons {
  padding: 15px 0;
  text-align: center;
  background: #F8f8f8;
  margin-bottom: 0;
}

.social ul.social-icons li {
  display: inline-block;
  margin-left: 0;
}

.social ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 24px;
  color: #666666;
  padding: 0 12px;
}

.social ul.social-icons li a:hover {
  color: #3A99A7;
}

.partners {
  border: 1px dotted #dddddd;
  border-width: 1px 0;
} 

.partners img {
  border-width: 1px 0;
  text-align: center;
  margin: 35px auto;
}

.contact-form {
  font-family: 'Open Sans', sans-serif;
  padding: 0 25px;
  margin-bottom: 22px;
  margin-top: 40px;
  display: block;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f3f3f3;
  background-image: none;
  border: 1px solid #999;
  border-width: 0 0 1px 0;
  border-radius: 0;
}

.block-form {
  padding: 0 5%;
}

.form-control .form-group p {
  font-family: 'Open Sans', sans-serif;
  padding: 0 !important; 
  margin: 0 !important;
  font-size: 18px;
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 0 !important;
  line-height: 0 !important;
}

sup {
  color: #2C8649;
  font-size: 14px;
  padding-top: 12px;
}

span.gwiazdka {
  color: #3A99A7;
  font-size: 14px;
  padding-top: 12px;
}

.btn-primary {
  color: #fff;
  background-color: #D92925;
  border-color: #D92925;
}

.btn {
  display: inline-block;
  padding: 6px 22px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  margin-top: 12px;
  border-radius: 0;
}

.faq h3,
.faq h4 {
  padding: 0;
  margin: 0;
}

.faq h3 {
  border-top: 1px dotted #ccc;
  padding-top: 6px;
}

.faq h4 {
  padding-bottom: 6px;
} 

.rezerwacja {
  padding: 12px 0;
  background: #e4f2d4;
  margin: 22px 0;
}

.rezerwacja p {
  padding: 0;
}

.myButton {
  margin: 22px 0;
  -moz-box-shadow: inset 0 1px 0 0 #a4e271;
  -webkit-box-shadow: inset 0 1px 0 0 #a4e271;
  box-shadow: inset 0 1px 0 0 #a4e271;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
  background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
  background-color: #89c403;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #74b807;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Tahoma;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0 1px 0 #528009;
}

.myButton:hover {
  color: #fff; 
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
  background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
  background-color: #77a809;
}

.myButton:active {
  position: relative;
  top: 1px;
}

.product-block {
  background-color: #F7DA72;
}

.contact-block h2 {
  padding: 15px 0 4px;
  margin: 0;
}

.contact-block h3 {
  padding: 0 0 15px !important;
  margin: 0;
  font-size: 19px;
}

.contact-block {
  padding: 15px;
  background: #f0f0f0;
  border: 1px solid #fff;
  overflow: hidden;
  min-height: 350px;
}

.contact-block ul {
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

.contact-block ul li {
  list-style: none;
  padding: 0;
  line-height: 22px;
}

.contact-blocks {
  margin: 0 0 30px;
}

/* KONTAKT */
.left-work {
  float: left;
}

.right-work {
  float: right;
}

div.rabaty {
  padding: 5px 15px 15px;
  border: 1px dotted #ccc;
}

.img-first {
  margin-top: 145px;
}

.plaster h3 {
  font-weight: bold;
  margin-left: 30px;
}

ul.plastrowanie {
  margin-left: 50px;
}

.sprzedaz {
  background: #f1f1f1;
  padding: 45px 45px 55px 25px;
}

.sprzedaz ul li {
  margin: 5px 0 0 20px;
}

.inst {
  display: block;
  margin: 16px 0;
  padding-bottom: 25px;
  overflow: hidden;

  border-bottom: 1px solid #f4f4f4;
}

.inst img {
  float: left;
  margin-right: 12px;

}

.inst p {
  padding-top: 16px;

}


.copy {
  display: block;
  width: 100%;
  padding: 3% 0;
  text-align: center;
}


.copy p {
  text-align: center;
  padding: 12px 0;
  font-size: 12px;

}


.txt-bottom {
  margin: 12% 15px 12% 2%;
  background: #f4f4f4;
}