body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #543f3b;
}

b {
  font-weight: 700;
}

.img-responsive {
    /*margin: auto;*/
    max-width: 100%;
    width: auto;
}

#cookies {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

#cookies .bg{
  background: #ff9682;
  margin-bottom:35px;
  position: relative;
}
#cookies .bg .close{
  position: absolute;
  right: 10px;
  top: 10px;
}
#cookies .desciption{
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  margin:45px 100px;
}
#cookies .desciption a{
  color: #543f3b;
  text-decoration: underline;
}

.btn.btn-seemore{
  background: url(../img/layout/moreBtnIco.png) right center no-repeat;
  padding:10px 50px 10px 25px;
  border-color:#543f3b;
  color: #543f3b;
}

.btn.btn-brown{
  background: url(../img/layout/shareBtnIco.png) right center no-repeat;
  padding:15px 45px;
  border-color:#543f3b;
  border-radius: 0px;
  background:#543f3b;
  color: #fff;
  font-size: 28px;  
}

.close {
    
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn.btn-shareBig{
  background: url(../img/layout/shareBtnIcoBig.png) right center no-repeat;
  padding:10px 50px 10px 25px;
  border-color:#543f3b;
  color: #543f3b;
}

.btn.btn-commentBig{
  background: url(../img/layout/commentBtnIco.png) right center no-repeat;
  padding:10px 50px 10px 25px;
  border-color:#543f3b;
  color: #543f3b;
}


.submit input{
  border:1px solid #543f3b;
  background: url(../img/layout/commentBtnIco.png) right center no-repeat;
  padding:10px 50px 10px 25px;
  margin-top:20px;
  color: #543f3b;
  border-radius: 4px;
}

.btn.btn-recipe{
  background: url(../img/layout/recipeBtnIco.png) right center no-repeat;
  padding:10px 50px 10px 25px;
  border-color:#543f3b;
  color: #543f3b;
}

.btn.btn-white {
  border-color:#fff;
  color: #fff;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-brand img{
  margin:0 40px;
  height:105px;
}


#headerHolder .logoHolder.small{
  padding: 15px 8% 0;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
#headerHolder .logoHolder.small img{
  height: 100px;
  width: auto;
  margin:auto;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

#headerHolder .logoHolder{
  background: #fff;
  margin:0 14%;
  padding:10px;
  z-index: 10;
  position: relative;
}

#headerHolder .logoHolder .img-responsive{
  margin:auto;
}

@media (max-width:767px){
  .content {
    padding: 0 15px;
    margin-top:15px;
  }

  .marginAutoOnMobile {
    margin:auto;
    width:auto;
    height: auto;  
    float: none !important;
  }

}

.marginauto {
  margin:auto;
}

.placeForHeader {
  height: 125px;
  display: none;
}

.img-4{
  margin-top:45px;
}

@media (min-width:992px){

.img-4{
  margin-top:-65px;
}

.placeForHeader {
  display: block;
}

#header {
  position: fixed;
  background: #fff;
  height: 130px;
  z-index: 100;
  width: 100%;
  max-width: 100%;
}

  #headerHolder{
    min-height: 130px;    
    width: 100%; 
  }
  
  #headerHolder.marginBottom{
    margin-bottom:-110px;
  }

  #headerHolder .logoHolder{
    background: #fff;
    margin-bottom:-120px;
    margin:0 14%;
    padding: 7% 7% 9%;
  }
  
}




@media (min-width:1300px){
  .container {
    width:1300px;
    max-width: 100%;
  }

  .img-responsive {
      /*margin: auto;*/
    max-width: 100%;
    width: 100%;
  }
}


.no-full-width {
  width:auto;
}

.cd-hero .container, .cd-hero .row, .cd-hero div[class*="col-"] {
  height: 100%;
}

.recipe .sliderBg {
  background: rgba(84, 63, 59, 0.5);
  color: #fff;
}

.sliderBg {
  background: rgba(255, 255, 255, 0.7);
  text-align: left;
  padding-top: 20px;
  height: 100%;
}

.sliderBgBtn{
  position: absolute;
  left:50%;
  top:50%;
  margin:-21px 0 0 -65px;
}

@media (min-width:992px){
  .sliderBg {
    margin:0 14%;
    padding-top:140px;
  }
}

.recipe .sliderBg {
  padding-top:50px;
}

h2 {
    font-size:24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 200;
    font-family: 'Titillium Web', sans-serif;
}

@media (min-width:1200px){
  .sliderBg {padding-top:150px;}
  h2 {
    font-size:33px;
    line-height: 42px;
    
  }
}
@media (min-width:1360px){
  /*.sliderBg {padding-top:200px;}*/
  h2 {
    font-size:42px;
    line-height: 55px;
  }
}

.sliderBg h2, .sliderBg p, .sliderBg .btn, .sliderBg .author, .sliderBg img{
  margin:auto 30px;
}


.sliderBg img{
  margin-top:25px;
  margin-bottom:25px;
}

.sliderBg p.przepisy{
  margin-top:0px;
}


.sliderImage {
  position: absolute;
  z-index: -1;
  left: 0px;
  top:0px;
}

.sliderBg .author{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 200;
  
}

.sliderBg .btn{
  margin-top:40px;
}

.nav.navbar-nav li a{
  padding-left:20px;
  padding-right:20px;
  font-weight: 700;
  font-size: 16px;
   color: #543f3b;
}

.nav.navbar-nav li.active, .nav.navbar-nav li.disabled{
  padding-top:10px;
  padding-bottom:10px; 
  padding-left:20px;
  padding-right:20px;
  cursor: pointer;
}

.nav.navbar-nav li.disabled{
  padding-top:15px;
}

.nav.navbar-nav li.active a{
  background: none;
  color: inherit;
}

.nav.navbar-nav li.disabled span{
    padding-bottom:15px; 
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #c5b5b2;
}

.nav.navbar-nav li.active span{
    padding-bottom:15px; 
    line-height: 20px;
    font-weight: 700;
    font-size: 16px;
    
}

.nav.navbar-nav{
    margin-top: 15px;
}

@media (min-width:1200px){
  .nav.navbar-nav{
    margin-top:40px;
    margin-left: -70px;
  }
}
.nav.navbar-nav li.active a{
  background: none;
}
.nav.navbar-nav li.active a:hover,.nav.navbar-nav li.active a:focus{
  background: none;
}

@media (min-width:768px){

  .nav.navbar-nav li.active{
    padding-top:0px;
    padding-bottom:0px; 
    padding-left:0px;
    padding-right:0px;
    cursor: pointer;
  }  
  .nav.navbar-nav li.active a{
    border-bottom:5px solid #1ca879;
  }
}

.relative {
  position: relative;
}
#page {
  height: auto !important; 
  overflow: hidden;
  min-height: 400px;
}

#page .bg01{ position: absolute; top:1000px; left:50%; z-index: -1;}
#page .bg01 img{ margin-left:-960px;}
#page .bg01.news{ position: absolute; top:100px; left:50%; z-index: -1;}
#page .bg01-1.page{ position: absolute; top:0px; left:50%; z-index: 101;}
#page .bg01-1.page img{ margin-left:-960px;}


#page .bg02{ position: absolute; top:2413px; left:50%; z-index: -1;}
#page .bg02 img{ margin-left:-960px;}

#page .bgekspert02{ position: absolute; top:150px; left:50%; z-index: -1;}
#page .bgekspert02 img{}

#page .bgswiatchleba02{ position: absolute; top:600px; left:50%; z-index: -1;}
#page .bgswiatchleba02 img{}


#page .bg03{ position: absolute; bottom:-150px; left:50%; z-index: -1;}
#page .bg03.news{ position: absolute; top:inherit; bottom:-150px; left:50%; z-index: -1;}
#page .bg03.page{ position: absolute; top:inherit; bottom:-150px; left:50%; z-index: -1;}
#page .bg03 img{ margin-right:-960px;}
.img-abs{ position: absolute; top:1940px; left:50%; z-index: -1;}

.img-abss{ position: absolute; top:100px; left:0px;}


@media (min-width:1920px){
  #page .bg01, #page .bg01.news, #page .bg01-1.page{ left:0px;}
  #page .bg01 img, #page .bg01-1.page img{ margin-left:0px;}
  #page .bg02{ left:0px;}
  
  #page .bgekspert02{ left:inherit; right:0px;}
  #page .bgekspert02 img{ margin-left:inherit; margin-right:0px;}
  
  
  #page .bgswiatchleba02{ left:inherit; right:0px;}
  #page .bgswiatchleba02 img{}

  #page .bg02 img{ margin-left:0px;}
  #page .bg03, #page .bg03.news, #page .bg03.page{ left:inherit; right:0px; }
  #page .bg03 img{ margin-right:0px;}
  .img-abs{ left:inherit; right:0px;}  
}

.sliderBg p{
  margin-top:40px;
  line-height: 25px;
}

.white {
  color: #fff;
}

.brownBg {
  background: #543f3b;

}

.brownBg h2, .brownBg p, .brownBg .btn.btn-seemore{
  margin:auto 30px;
}

  .brownBg {    
    padding-top:60px;
    padding-bottom:60px;
  }

@media (min-width:768px){
  .brownBg {
    margin-top:-80px;
    padding-top:210px;
    padding-bottom:60px;
  }
}
@media (min-width:992px){
  .brownBg {
    margin:0 14%;
    margin-top:-80px;
  }
}



.content {
  padding:0 20px;
}

.no-padding {
  padding: 0px;
}

.content p{
  font-size: 20px;
  line-height: 36px; 
}

.content p.bigger{
  font-size: 30px;
}

.content p.smaller{
  font-size: 14px;
  line-height: 25px;
}

.content1 p{
  margin-top:35px;
  margin-bottom:35px;
}

ul.footer {
  margin: 0px;
  padding:0px;
  
}
ul.footer:after {
  clear: both;
}

ul.footer > li {
  float: left;
  line-height: 40px;

}

ul.footer > li a {
  padding:10px;
  color: #543f3b;
}

.icons {
  /*line-height: 150px;*/
  margin:50px 40px;
}

.icons .top{
  width:30px;
  margin-left:5px;
  border-bottom:5px solid #1ca879;
  padding-bottom:5px;
}

.grid{

}

.grid-item {
  
  
}



.recipeMasItem {
  background: #faf9f9;
}

.recipeMasItem .description{
  min-height: 175px;
  text-align: center;
}

.recipeMasItem h2{
  margin:20px 0 0 0;
}
.recipeMasItem .btn{
  margin:20px 0;
}

.news {
  margin-top:45px;
}

.news .image {
  height: auto !important;
  margin:20px 0;
}
.news .image img{
  
}

.news h2{
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  text-transform: none;
  color: #543f3b;
  margin-top:-8px;
}
.mainpageItem .news .desc{
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  background: none;  
  margin-top:10px;
}
.mainpageItem .news .desc p{
  margin-left: 0px;
  margin-bottom: 0px;
}

.mainpageItem .news .desc strong{
  font-weight: 700;
}

.news .content{
  padding:0px;

  border-bottom: 1px solid #ddd9d8;
}

.news .btn.btn-share{
  margin-top:25px;
  margin-bottom:50px;
}

.news .date {
  font-size: 20px;
  font-weight: 300;
}



.ekspert img.img-responsive {

}

.ekspert h2 {
  font-size: 42px;
  text-transform: none;
  font-weight: 200;
  line-height: 55px;
  margin-left:20px;
  margin-right:20px;
}

.ekspert h2 strong{
  font-weight: 700;
}

.ekspert p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin: 20px;  
}

@media (min-width:1200px){
  .ekspert h2 {

    margin-left:60px;
  }


  .ekspert p {

    margin: 18px 240px 18px 60px;  
  }
}

.faq {
  /*margin-top:100px;*/
  padding:100px 0;
  /*border-top:1px solid #ddd9d8;*/
}

#faqHolder  {
  margin-left:80px;
}

#faqHolder li{
list-style-position: outside;
padding-left:30px;
}
#faqHolder li.open{
  list-style-image: none;
}

#faqHolder li a{
  font-size: 42px;
  text-transform: none;
  font-weight: 200;
  line-height: 55px;
  margin-left:0px;
  text-decoration: none;
  color: #543f3b;
  font-family: 'Titillium Web', sans-serif;
}

#faqHolder li .answer{
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 18px 60px 18px 180px;
}


#faqHolder li .answer .kreska {
  margin-top:-20px;
}


.notdisplayed {
  display: none;
}


.articles {
  /*border-top:1px solid #ddd9d8;*/
}

.articles a{
  color: inherit;
  text-decoration: none;
}

.articles .article0{  padding-right:10px;}
.articles .article1{  padding-left:10px;}

.articles h2 {
margin:50px 0;
}

.articles .title {
  font-size: 20px;
  font-weight: 700;
  margin-top:20px;
  margin-bottom:30px;
}
.articles .preview {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  margin-top:20px;
  margin-bottom:30px;
}

.line {
  border-top:1px solid #ddd9d8;
  margin-left: inherit;
  margin-right: inherit;
}

.recipeItem {
  position: relative;
  max-width: 460px;
  margin:auto;
  cursor: pointer;
}

.recipeItem:hover .title {
  display: none;
}

.recipeItem:hover .description {
  display: block;
}

.recipeItem .title{
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  
}

.recipeItem .description{
  background: #543f3b;
  width: 100%;
  height: 100%;
  position: absolute;
  left:0px;
  top:0px;
  display: none;
}

.recipeItem .description .inner{
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  position: absolute;
  padding:20px;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); 
}

.truefalses {
  max-width: 1900px;
  margin:auto;
}

.truefalses .image{
  height: 355px;
  overflow: hidden;
}
.truefalses .content{
  padding:0px 50px 30px;
  font-size: 14px;
  line-height: 25px;
}

.truefalses .content a{
  color: #fff;
  text-decoration: underline;
}

.truefalses .title{
  font-weight: 700;
  font-size: 50px;
  padding:30px 50px;
}

.truefalses .false{
  background: #543f3b;
  min-height: 355px;
  color: #fff;
}
.truefalses .true{
  background: #f5f5f5;
  min-height: 355px;
}


.marginTop15 {  margin-top:15px;}
.marginTop45 {  margin-top:45px;}
.marginTop75 {  margin-top:75px;}

.marginTop90 {  margin-top:45px;}
.marginTop110 {  margin-top:45px;}
.marginTop260 {  margin-top:45px;}
.marginBottom600 {  margin-bottom:45px;}

.marginTopMin340 { margin-top:45px;}

@media (min-width:992px){
  .marginTop90 {  margin-top:90px;}
  .marginTop110 {  margin-top:110px;}
  .marginTop260 {  margin-top:260px;}
  .marginBottom600 {  margin-bottom:100px;}
  .marginTopMin340 {  margin-top:-140px;}
}
@media (min-width:1200px){
 .marginTopMin340 {  margin-top:-240px;}
}
@media (min-width:1300px){
  .marginTopMin340 {  margin-top:-340px;}
}


.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
}

.modal-content {
    
    border-radius: 0px;
    
}

button.close {
    position: relative;
    z-index: 100;
}

form label {
  font-size: 20px;
  font-weight: 300;
  margin:20px 0 5px 0;
}

.showRecipe p{
  margin:20px 0;
}

.showRecipe p strong{
  font-weight: 700;
}


.pagination>li>a, .pagination>li>span {
    
    color: #543f3b;
    background-color: #fff;
    border: 1px solid #543f3b;
    
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    
    color: #fff;
    background-color: #543f3b;
    border-color: #543f3b;
    
}

.pagination>li>a, .pagination>li>span, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #543f3b;
    background-color: #fff;
    border: 1px solid #543f3b;
}

.row.marginTop260.marginBottom600 .content p{
  margin-top:35px;
}



img.header{
  border-bottom:10px solid #543f3b;
}

.headerover {
  background: rgba(28, 168, 121, 0.5);
  position: absolute;
  z-index: 10;
  left:0px;
  bottom: 10px;
  width: 100%;
  height: 173px;
}

.headerover .desc{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-top:75px;
  padding-left:80px;
}
.headerover .button{

  padding-top:45px;
}


.mainpageItem {
  margin:25px 10px 0;
  background: #f5f4f3;
}
.mainpageItem .titleHolder{
  background: #83c5a7;
  margin-top:80px;
  
  height: 100px;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 100px;
  text-align: center;
  
}

.mainpageItem.left .titleHolder{
  margin-left:-10px;
  margin-right:25px;
  padding-right:60px;
}

.mainpageItem.right .titleHolder{
  margin-left:25px;
  margin-right:-10px;
  padding-left:60px;
}

.mainpageItem .titleHolder .arr{
  position: absolute;
  top:-35px;
}
.mainpageItem.left .titleHolder .arr{
  right:50px;
}
.mainpageItem.right .titleHolder .arr{
  left:50px;
}

.mainpageItem .desc{margin-top:60px; background: url(/img/ch-t-z/kropki.png) no-repeat right bottom;margin-right:60px; padding-bottom:30px;}

.mainpageItem .desc p{
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 25px;
  margin-left:25px;
  
}
.mainpageItem .desc p strong{
  font-weight: 700;
}

.mainpageImage {
  height: 40px;
  margin:0 10px;
  overflow: hidden;
  position: relative;
}

.mainpageImage img{
  position: absolute;
}