/* displays declaration */
/* section TOP */
/* spaces in the buttons menu */
body {
  font-family: 'PT Serif', serif;
}
a {
  font-family: 'Roboto', sans-serif;
}
h2 {
  font-family: 'Roboto', sans-serif;
}
h3 {
  font-size: 47px;
  font-weight: 600;
  margin-bottom: 35px;
  font-family: 'Roboto', sans-serif;
}
p {
  line-height: 1.8;
  font-size: 15px;
  font-family: 'PT Serif', serif;
}
img {
  max-width: 100%;
}
.nopadding {
  padding: 0;
}
@media (min-width: 768px) {
  .rightpadding {
    padding: 0 15px 0 0;
  }
}
.abslang {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
}
@media (min-width: 1400px) {
  .abslang {
    top: 10px;
  }
}
.abslang .mod-languages li {
  margin: 0;
}
.abslang .mod-languages li a {
  margin: 13px 0 10px;
  padding: 0 6px 0 3px;
  line-height: 0.8;
  display: inline-block;
  color: #693C1B;
  border-right: 1px solid #693C1B;
}
.abslang .mod-languages li:last-child a {
  border: 0;
}
.abslang .mod-languages li.lang-active a {
  font-weight: bold;
}
.menutop.fixmenu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
  box-shadow: #444 0px 1px 3px;
}
@media (max-width: 767px) {
  .menutop.fixmenu .mainHeadMenu {
    /*margin-top: -49px;*/
    margin-top: -10px;
  }
}
.menutop.fixmenu .mainHeadMenu #navbar {
  /*float: left;*/
}
.menutop.fixmenu .mainHeadMenu #navbar ul {
  /*float: left;*/
  margin-top: 8px !important;
}
.menutop.fixmenu .mainHeadLang {
  z-index: 2;
}
.mainHead {
  /* margines tylko na wersji komórkowej */
  margin-top: 10px;
  /* logo spaces */
  /* TOP menu */
  /* TOP lang menu */
}
@media (min-width: 768px) {
  .mainHead {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .mainHead .mainHeadLogo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.mainHead .mainHeadMenu {
  margin-top: 35px;
}
.mainHead .mainHeadMenu .navbar {
  color: #696969;
  border: 0;
  text-transform: uppercase;
  min-height: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .mainHead .mainHeadMenu .navbar #navbar {
    padding: 5px 10px 0;
  }
}
.mainHead .mainHeadMenu .navbar a {
  color: #696969;
  font-size: 12px;
  padding: 5px 7px;
  text-align: center;
}
@media (min-width: 992px) {
  .mainHead .mainHeadMenu .navbar a {
    background: url("../images/separator_menu.png") repeat-y right center;
    padding: 0 12px;
    font-size: 14px;
    line-height: 0.8;
  }
}
@media (min-width: 992px) {
  .mainHead .mainHeadMenu .navbar ul {
    float: right;
    margin-top: 15px;
  }
  .mainHead .mainHeadMenu .navbar ul li {
    padding: 0 0 26px;
  }
  .mainHead .mainHeadMenu .navbar ul li.parent.active {
    background: url(../images/pointer.png) bottom center no-repeat;
  }
}
.mainHead .mainHeadMenu .navbar li:last-child a {
  background-image: none;
}
.mainHead .mainHeadMenu .navbar-header .navbar-toggle .icon-bar {
  background-color: #696969;
}
.mainHead .mainHeadLang {
  text-align: right;
}
.submenu {
  position: relative;
  height: 50px;
  background: #CDB380;
}
.submenu ul {
  display: table;
  margin: 19px auto;
}
.submenu ul li {
  float: left;
}
.submenu ul li a {
  color: #fff;
  font-size: 12px;
  padding: 0 12px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .submenu ul li a {
    background: url("../images/separator_menu.png") repeat-y right center !important;
    padding: 0px 20px;
    line-height: 0.8;
    font-size: 14px;
  }
}
.submenu ul li.current a {
  text-decoration: underline;
}
.submenu ul li:last-child a {
  background: none !important;
}
/* slider on main page */
.sliderdj {
  position: relative;
}
.sliderdj .imageSlider {
  overflow: hidden;
}
.sliderdj .imageSlider img {
  width: 100%;
}
.sliderdj .link_slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slick-slide {
  height: auto;
}
/* first belt */
.fagus_b1 {
  position: relative;
  background-color: #FAF3ED;
  /* title of  module */
}
.fagus_b1 h2 {
  font-weight: bold;
}
@media (min-width: 768px) {
  .fagus_b1 {
    max-height: 727px;
    min-height: 642px;
    overflow: hidden;
  }
}
.fagus_b1 .img1 {
  position: relative;
}
.fagus_b1 .img1 img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .fagus_b1 .img1 {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
}
@media (min-width: 992px) {
  .fagus_b1 .img1 {
    width: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .fagus_b1 .img1 img {
    max-width: none;
  }
}
.fagus_b1 .img2 {
  position: relative;
}
.fagus_b1 .img2 img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .fagus_b1 .img2 {
    width: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .fagus_b1 .img2 img {
    max-width: none;
  }
}
.fagus_b1 .fagus_text .margin_tekst {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .fagus_b1 .fagus_text .margin_tekst {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .fagus_b1 .fagus_text .margin_tekst {
    padding-right: 120px;
  }
}
.fagus_b1 .fagus_text .margin_tekst a {
  padding: 12px 34px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background: #D4B477;
}
@media (min-width: 992px) {
  .fagus_b1 .fagus_text .margin_tekst a {
    position: absolute;
    right: -85px;
  }
}
/*belt number 2 on main page*/
.fagus_b2 .margin_tekst {
  padding: 20px 15px;
  overflow: auto;
}
@media (min-width: 768px) {
  .fagus_b2 .margin_tekst {
    padding: 120px 0;
  }
}
.fagus_b2 .margin_tekst img {
  margin: 20px 10px 0px;
}
.fagus_b2 .right {
  text-align: right;
}
.fagus_b2 .left p {
  line-height: 1.5;
}
.fagus_b2 .left a {
  color: #333;
}
/* Table default format */
table td {
  vertical-align: top;
}
.fagus_news {
  padding: 0 0 45px;
}
.fagus_news h2 {
  font-size: 23px;
  margin-bottom: 0;
  color: #340;
}
.fagus_news h2 a {
  color: #a18144;
}
.fagus_news h3 {
  text-align: center;
  padding: 0 15px;
}
.fagus_news p.published {
  font-size: 13px;
  color: #777;
}
.fagus_news p.mod-articles-category-readmore {
  line-height: 1;
  font-size: 13px;
}
/* belt nr 3, got 2 diferent column colors*/
.fagus_b3 {
  position: relative;
  overflow: hidden;
}
.fagus_b3 .left {
  top: 0;
  left: 0;
  background-color: #FEFAEF;
  background-image: url("../images/drzewa.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  width: 50%;
  height: 100%;
}
.fagus_b3 .leftt p {
  text-align: center;
  max-width: 450px;
  margin: auto;
}
@media (max-width: 767px) {
  .fagus_b3 .leftt {
    background-color: #FEFAEF;
  }
}
.fagus_b3 .right {
  top: 0;
  right: 0;
  background-color: #043142;
  position: absolute;
  width: 50%;
  height: 100%;
}
.fagus_b3 .right img {
  position: absolute;
  bottom: 0px;
}
@media (min-width: 768px) {
  .fagus_b3 .right img {
    margin-left: -18px;
  }
}
@media (min-width: 992px) {
  .fagus_b3 .right img {
    margin-left: -23px;
  }
}
@media (min-width: 1400px) {
  .fagus_b3 .right img {
    margin-left: -32px;
  }
}
.fagus_b3 .rightt {
  color: white;
  text-align: right;
}
.fagus_b3 .rightt p {
  max-width: 497px;
  float: right;
}
@media (max-width: 767px) {
  .fagus_b3 .rightt {
    background-color: #043142;
  }
}
.fagus_b3 .margin {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: auto;
}
@media (min-width: 768px) {
  .fagus_b3 .margin {
    padding-top: 60px;
    margin-bottom: 475px;
  }
}
/* Footer bigger height */
.footer1 {
  background-image: url("../images/footer1.jpg");
  min-height: 435px;
  background-position: center center;
  color: white;
  background-color: #002E3B;
}
@media (min-width: 768px) {
  .footer1 {
    padding-top: 40px;
  }
}
@media all and (min-width: 768px) {
  .footer1 .col2 {
    padding-top: 84px;
  }
}
@media all and (min-width: 992px) {
  .footer1 .col2 {
    padding-top: 104px;
  }
}
.footer1 .col3 .nav > li > a {
  padding: 8px 0;
  font-size: 15px;
}
.footer1 .col3 .nav > li > a:hover,
.footer1 .col3 .nav > li > a:focus {
  background: transparent;
}
@media all and (max-width: 767px) {
  .footer1 .col3 .nav > li > a {
    text-decoration: underline;
  }
}
@media all and (min-width: 768px) {
  .footer1 .col3 {
    padding-top: 79px;
  }
}
@media all and (min-width: 992px) {
  .footer1 .col3 {
    padding-top: 99px;
  }
}
.footer1 a {
  color: #fff;
}
.footer1 img {
  max-width: 100%;
}
.footer1 table {
  margin-bottom: 12px;
}
.footer1 table tr td {
  vertical-align: middle;
  padding: 2px 5px 3px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.footer1 table tr td:nth-child(1) {
  border-right: #fff solid 1px;
}
/* Footer lower height with copyright information */
.footer2 {
  background-color: #00171F;
  min-height: 71px;
  padding-top: 30px;
  font-size: 14px;
  color: #716B6B;
}
.footer2 .text-right a {
  color: #716B6B;
  padding-left: 40px;
  background-image: url("../images/arrowTop.png");
  background-repeat: no-repeat;
  background-position: left center;
  height: 27px;
  display: inline-block;
  padding-top: 10px;
  margin-top: -10px;
}
@media all and (max-width: 767px) {
  .footer2 .text-right {
    padding-bottom: 18px;
  }
}
.footer2 p,
.footer2 a {
  font-family: 'PT Serif', serif;
  color: #716B6B;
  line-height: 1;
}
.subbaner {
  position: relative;
  background: url(../images/bg.png) top center no-repeat;
  height: 250px;
}
.box {
  padding-bottom: 40px;
}
.box .jakoscitem {
  margin-top: 30px;
}
.box .jakoscitem:nth-child(odd) {
  clear: both;
}
@media (max-width: 1199px) {
  .box .jakoscitem {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .box .jakoscitem span.jcemediabox-zoom-span {
    float: none !important;
    margin: auto !important;
  }
}
.box .jakoscitem .jakoscimg img {
  margin: 0 15px 0 0;
  max-width: 280px;
}
@media (min-width: 599px) {
  .box .jakoscitem .jakoscimg img {
    float: left;
  }
}
.box .jakoscitem .jakosctext p {
  font-size: 14px;
  line-height: 1.4;
}
@media all and (max-width: 1199px) {
  .box .jakoscitem .jakosctext p {
    clear: both;
    padding-top: 12px;
  }
}
.box .livos img {
  margin-bottom: 30px;
}
.box .item-page h3 {
  text-align: center;
  margin-top: 75px;
}
.box .item-page .page-header {
  border: none;
  text-align: center;
}
.box .item-page .page-header h2 {
  font-size: 47px;
  font-weight: 600;
  margin-top: 75px;
}
.box .item-page .produkty_acc h3 {
  text-align: left;
  color: #4c4c4c;
  font-size: 32px;
  margin-bottom: 35px;
}
.box .item-page .produkty_acc h3.ui-accordion-header {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  border-top: #ebebeb solid 1px;
  border-radius: 0;
  background: none;
}
.box .item-page .produkty_acc h3.ui-accordion-header a {
  padding: 30px 0 7px;
  color: #4C4C4C;
}
.box .item-page .produkty_acc h3.ui-accordion-header a::after {
  content: '+';
  float: right;
  font-size: 25px;
  font-weight: 400;
  margin-top: -12px;
  margin-right: 5px;
}
.box .item-page .produkty_acc .ui-accordion-content {
  border: none;
  padding: 15px 0;
}
.box .item-page .produkty_acc .ui-accordion-content p {
  line-height: 1.4;
}
.box .item-page .produkty_acc .ui-accordion-content p img {
  height: 60px;
}
.box .item-page .produkty_acc .produkty_acc_zdj img {
  display: block;
  margin: 80px auto;
  max-width: 100%;
}
.box .item-page .produkty_gall h3 {
  margin-top: 15px;
}
.box .item-page .produkty_gall img {
  max-width: 100%;
  border: #FAF3ED solid 22px;
  margin-bottom: 33px;
}
.box .material_item {
  margin: 27px auto 0px;
  padding-bottom: 28px;
}
.box .material_item .material_img {
  text-align: center;
}
.box .material_item .material_img img {
  max-width: 100%;
  margin: 0;
}
.box h4 {
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 992px) {
  .box h4 {
    font-size: 24px;
    text-align: left;
  }
}
.box .moduletablechform h4 {
  margin-left: 15px;
}
.box input,
.box textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: #bcbcbc solid 1px;
  resize: none;
}
#button4 {
  max-width: 194px;
  height: 60px;
  border-radius: 0;
  background: #00171F;
  color: #fff;
  font-size: 20px;
  float: right;
}
.blog {
  margin-bottom: -40px;
}
.blog .item:nth-child(odd) .introimg {
  float: right;
}
.blog .item:nth-child(odd) .blogtxt_inside {
  float: right;
}
.blog .item .introimg {
  height: 420px;
}
.blog .item .blogtxt {
  height: 420px;
  background: url('../images/drewno.png') center left no-repeat;
  background-color: #FAF3ED;
}
.blog .item .blogtxt .blogtxt_inside {
  max-width: 555px;
  padding: 20px 40px;
}
.blog .item .blogtxt .blogtxt_inside .page-header {
  margin: 25px 0 0px;
  border-bottom: none;
}
.blog .item .blogtxt .blogtxt_inside .page-header h2 a {
  color: #333;
  font-family: 'PT Serif', serif;
  font-weight: 600;
  font-size: 39px;
}
.blog .item .blogtxt .blogtxt_inside a.pdf {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background: #CDB380;
  padding: 15px 30px;
}
.blog_news,
.item-page_news {
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
  overflow: auto;
}
@media all and (min-width: 992px) {
  .blog_news .items-row,
  .item-page_news .items-row {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
}
.blog_news .introimg,
.item-page_news .introimg {
  height: 200px;
  background-size: cover;
  margin: 0 15px 10px 0;
}
.blog_news .page-header,
.item-page_news .page-header {
  border: none;
}
.blog_news h2,
.item-page_news h2 {
  font-size: 47px;
  font-weight: 600;
  margin-top: 75px;
  text-align: center;
}
.blog_news .article-info-term,
.item-page_news .article-info-term {
  display: none;
}
.blog_news .published,
.item-page_news .published {
  color: #653D1A;
}
.blog_news .item-image,
.item-page_news .item-image {
  margin: 0 15px 10px 0;
}
.blog_news .item .page-header,
.item-page_news .item .page-header {
  border: none;
  margin: 35px 0 0;
}
.blog_news .item .page-header h2,
.item-page_news .item .page-header h2 {
  margin: 0;
  text-align: left;
}
.blog_news .item .page-header h2 a,
.item-page_news .item .page-header h2 a {
  color: #333;
  font-size: 26px;
}
a.jcepopup span.jcemediabox-zoom-image {
  background: transparent;
}
#jcemediabox-popup-body {
  top: 10px !important;
  width: 100%;
  max-width: 1500px;
}
#jcemediabox-popup-body #jcemediabox-popup-content {
  margin: auto;
  padding: 0;
}
#jcemediabox-popup-body .jcemediabox-popup-corner-tl,
#jcemediabox-popup-body .jcemediabox-popup-corner-bl {
  display: none;
}
