body {
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #fed136;
}
p {
  font-size: 14px;
  line-height: 1.5;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #fed136;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
.navbar-custom {
  background-color: #fff;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #fed136;
  font-family: "Lato", sans-serif;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #5f971a;
  border-color: #4c7f0d;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #5f971a;
}
.navbar-custom .nav li a {
  font-family: "Lato", sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 400;
  letter-spacing: 1px;
  color: #464646;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus
.navbar-custom .navbar-nav > .active > a {
  color: #5f971a;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #fff;
}
.navbar-custom .navbar-nav > .active > a {
    background-color: #fff;
    border-radius: 0;
    color: #5f971a !important;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fff;
}
@media (min-width: 768px) {
  .navbar-custom {
   /* background-color: transparent;*/
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #fff;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
header {
  text-align: center;
  color: white;
  margin-top: 120px;
}
/*
section {
  padding: 100px 0;
}*/

#icons {padding: 120px 0}

@media (min-width: 768px) {
  section {
    padding: 80px 0;
  }
}
footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  text-transform: uppercase;
  text-transform: none;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}

::-moz-selection {
  text-shadow: none;
  background: #fed136;
}
::selection {
  text-shadow: none;
  background: #fed136;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #fed136;
}




.navbar-brand {
    float: left;
    font-size: 18px;
    height: 66px;
    line-height: 20px;
    padding: 0;
}

#icons h3 {
    border-top: 1px solid #c2c2c2;
    color: #464646;
    font-size: 20px;
    margin-top: 20px;
    padding-top: 20px;
    font-weight: 400;
}

#icons, #o-nas, #oferta, #jadlospisy {
  background-image: url('../img/lightlogo.png');
  background-repeat: no-repeat;
  background-position: center center;
  
/*  background-size: contain;*/
  color: #636363;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;    
}

#default_page {
  color: #636363;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;    
}

/*p {margin-bottom: 30px;}*/

.photos img {width: 100%;height: auto}

.thumb {
    margin-bottom: 30px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-right {
    float: right !important;
    margin-right: 0;
}

section.images {padding: 0}

.wppninja-gallery .thumbnail {
  border: none;
  background: none;
  border-radius: none;
}

#kontakt {
  background: #629922;
  color: #fff;
}

#kontakt .wpcf7-submit {float: right;background: #363636; color:#fff; line-height: 20px; font-size: 20px;text-transform: none; border: none;font-weight: 300;padding: 18px;border-radius: 0;padding-top: 14px;}
.wpcf7-form label {font-weight: 300 !important}
#kontakt .wpcf7 {padding: 30px;border: 1px solid #a1c27a;float: left;width: 100%;}
#kontakt .icophone, #kontakt .icoemail {font-size: 20px;font-weight: 500;padding-bottom: 15px;}
#kontakt .icophone {background: url(../img/icophone.png) 0 0 no-repeat;width: 20px;height: 20px;padding-left: 40px;}
#kontakt .icoemail {background: url(../img/icoemail.png) 0 0 no-repeat;width: 20px;height: 20px;padding-left: 40px;}
#kontakt .icoemail a {color: #fff; text-decoration: underline; font-size: 20px;}

#menu-sub-menu, #menu-top-menu {margin-top: 5px;}

#oferta h3 {
  color: #5f971a;
  font-weight: 500;
  font-size: 20px;
}

#jadlospisy .jadlospis {text-align: center;}
#jadlospisy .jadlospis img {text-align: center;margin: 0 auto}
#jadlospisy .jadlospis h3 {color: #5f971a;font-weight: 500;font-size: 20px;}


#mainNav {border-bottom: 2px solid #629922}

.page-template-default #default_footer {border-top: 1px solid #cccccc;padding: 30px;}
.page-template-default #default_footer p {text-align: center; color: #60971b}
.page-template-default .back {float: left;background: #363636; color:#fff; line-height: 20px; font-size: 20px;text-transform: none; border: none;font-weight: 300;padding: 18px;border-radius: 0;padding-top: 14px;}
.page-template-default .back span {color: #60971b}

.page-template-default section .thumbnail, #o-nas .thumbnail {margin-bottom: -30px}

.page-template-default section {padding: 150px 0;}

@media (max-width: 768px) {
  .navbar-header {padding-top: 10px;}
  .navbar-brand img {width: 80%;height: auto}
  #photo1 {margin-top: 78px;}
  #oferta a img {display: inline-block;text-align: center;}
  #oferta .col-sm-6 {text-align: center;}
  #jadlospisy .jadlospis h3 {margin-top: 10px;}
  #wpcf7-f86-p59-o1 {margin-top: 20px;}

}

  .col-md-1-5 { width: 20%; }
  .col-md-2-5 { width: 40%; }
  .col-md-3-5 { width: 60%; }
  .col-md-4-5 { width: 80%; }
  .col-md-5-5 { width: 100%; }
  .col-lg-1-5 { width: 20%; }
  .col-lg-2-5 { width: 40%; }
  .col-lg-3-5 { width: 60%; }
  .col-lg-4-5 { width: 80%; }
  .col-lg-5-5 { width: 100%; }


.show-grid [class^=col-] span,
.container-fluid .show-grid [class^=col-] {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  text-align: center;
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}

[class^=col-] {
  margin-bottom: 30px;
}