body, html
{
height: 100%;
}
body
{
font-family: 'Hind';
font-size: 18px;
}
.top-nav
{
background: #ebebeb;
padding: 2px 0;
position: relative;
z-index: 9;
}
.top-nav ul
{
list-style: none;
    padding-top: 8px;
margin: 0;
}        
.opinion_left h3
{
text-align: right !important;
}
.about-excerpt
{
text-align: justify;
}
.opinion_box
{
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
.mar-top-10
{
margin-top: 10px;    padding: 30px 0;
}

.blog form {padding: 30px 0;}

.mar-top-10 .row:first-child .opinion_box
{
border: none;
}
.opinion_left
{
padding: 10px 0;
}
.opinion_right {    border-bottom: 1px solid #ccc;}
.top-nav ul li
{
display: inline-block;
margin-right: 5px;
}

.top-nav ul li img
{
border: 1px solid #cacaca;
}
.top-nav .search
{
margin: 0 20px;
height: 34px;
    overflow: hidden;
}
.top-nav .search input[type="text"]
{
border: 1px solid #d3d3d3;
background: transparent;
padding: 3px 5px;
float: left;
}

.top-nav .search ::-webkit-input-placeholder, .top-nav .search  :-moz-placeholder, .top-nav .search  ::-moz-placeholder, .top-nav .search  :-ms-input-placeholder 
{  
   color: #949494;  
}

.top-nav .search input[type="submit"]
{

    background: url(images/search-button.png);
    width: 45px;
    height: 34px;
    border: none;
    background-size: 100% 100%;
    float: right;
}

.top-nav .fa-facebook-square
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a88848+0,daba7a+100 */
background: #a88848; /* Old browsers */
background: -moz-linear-gradient(-45deg, #a88848 0%, #daba7a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #a88848 0%,#daba7a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #a88848 0%,#daba7a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a88848', endColorstr='#daba7a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
      font-size: 36px;
top: -2px;
    position: relative;      
}

.navbar-brand
{
height: auto;
    padding: 23px 15px;
}

.navbar
{
margin: 0;
}
.navbar-default .navbar-nav > li > a,
.fastmenu_box ul li a
 {
    padding: 50px 15px;
    font-weight: bold;
    font-size: 15px;
    color: #252525;  text-transform: uppercase;
    
}

.navbar-default {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,e4e4e4+100 */
background: #ffffff;
z-index: 9;
}

.nav > li.active > a,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
    color: #ffffff !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbbb7b+0,a88848+100 */
background: #dbbb7b; /* Old browsers */
background: -moz-linear-gradient(top, #dbbb7b 0%, #a88848 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #dbbb7b 0%,#a88848 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #dbbb7b 0%,#a88848 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbbb7b', endColorstr='#a88848',GradientType=0 ); /* IE6-9 */
text-transform: uppercase;
}


.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
background-attachment: fixed;
}

.carousel-caption
{
font-size: 37px;
color: #fff;
font-family: 'Courgette';
}

.my-button, .btn:active, .btn.active
{
background: #a88848;
    background: -moz-linear-gradient(left, #a88848 0%, #dbbb7b 100%);
    background: -webkit-linear-gradient(left, #a88848 0%,#dbbb7b 100%);
    background: linear-gradient(to right, #a88848 0%,#dbbb7b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a88848', endColorstr='#dbbb7b',GradientType=1 );
    color: #fff;
    font-family: 'Hind';
    font-size: 25px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
    border-radius: 0;
padding: 5px 10px;
    border: none;
}

.my-button:hover
{
color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.carousel-caption p
{
margin-bottom: 30px;
}

.carousel-indicators .active
{
background: #a88848; /* Old browsers */
background: -moz-linear-gradient(left, #a88848 0%, #dbbb7b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #a88848 0%,#dbbb7b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #a88848 0%,#dbbb7b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a88848', endColorstr='#dbbb7b',GradientType=1 ); /* IE6-9 */
border: 1px solid #ffffff;
}

.box_start
{
padding: 30px 0;
background: #fefefe;
    position: relative;
    top: -60px;
}

.box_s
{
background: #f1f1f1;
padding: 15px;
min-height: 400px;
}

.box_s a {    display: block;}
.circle_box
{
width: 120px;
height: 120px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#af8f4f+0,dbbb7b+100 */
background: #af8f4f; /* Old browsers */
background: -moz-linear-gradient(left, #af8f4f 0%, #dbbb7b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #af8f4f 0%,#dbbb7b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #af8f4f 0%,#dbbb7b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af8f4f', endColorstr='#dbbb7b',GradientType=1 ); /* IE6-9 */
text-align: center;
padding: 30px 27px;
    margin: auto;
}
.circle_box img {margin: auto;}
.box_desc
{
text-align: center;
margin: 10px 0;
min-height: 130px;
}

.circle_box:hover, .box_s a:hover, .my-button:hover
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8c6d30+0,be9e61+100 */
background: #8c6d30; /* Old browsers */
background: -moz-linear-gradient(left, #8c6d30 0%, #be9e61 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #8c6d30 0%,#be9e61 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8c6d30 0%,#be9e61 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c6d30', endColorstr='#be9e61',GradientType=1 ); /* IE6-9 */
}

.zobacz
{
background: url('images/snail-1368032_1920.jpg');
    padding: 40px 0;
    background-size: 100% auto;
    background-attachment: fixed;
}

.zobacz h2, .zobacz p
{
text-align: center;
color: #fff;
}

.zobacz h2
{
color: #d2aa5a;
}

.clearfix
{
clear: both;
}

.start-left {
background-size: 100% auto;
    background-size: cover !important;
    min-height: 600px;
    float: left;
}

.start-text
{
padding: 20px 0;
}

.start-text ul
{
list-style: none;
padding: 0;
margin: 0;
text-align: center;
font-weight: bold;
}
.start-text ul li
{
margin-bottom: 30px;
}
.start-text ul img
{
margin: auto;
}

div.p
{
padding: 50px 0;
}

.footer
{
background: #eeeeee;
padding: 20px 0;
}
.footer .row:first-child, .footer .row:first-child a
{
font-weight: bold;
color: #3c3c3c;
}
.footer .row:first-child i
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aa8a4a+0,d8b878+100 */
background: #aa8a4a; /* Old browsers */
background: -moz-linear-gradient(-45deg, #aa8a4a 0%, #d8b878 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #aa8a4a 0%,#d8b878 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #aa8a4a 0%,#d8b878 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa8a4a', endColorstr='#d8b878',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
      font-size: 36px;
    position: relative;
    top: 6px;      
}
.footer  h3
{
text-align: center;

}
.footer .row:first-child input[type="text"]
{
    padding: 10px 0px;
}

.footer .separator, .wspolpracaRow .separator
{
height: 1px;
width: 100%;
margin: 10px 0;
background: #bebebe;
}


.footer ul
{
list-style: none;
padding: 0;
margin: 0;
}

.footer .blog_title
{
color: #1e1e1e;
font-size: 16px;
text-align: left;
}
.footer ul li
{
    margin-bottom: 5px;
    border-bottom: 1px solid #ab8b4b;
    padding-bottom: 5px;
    font-size: 13px;
}
#zmg_pn_sp_after_loop {display: none;}
.footer ul li:first-child
{
margin-top: 0;
    border-top: 1px solid #ab8b4b;
    padding-top: 5px;
}

.footer .copyright
{
margin-top: 30px;
color: #9e7c39;
}

.footer .copyright a
{
color: #9e7c39;
font-weight: bold;
}

.about h2, .nasi_partnerzy h2, .oferta h2, .oferta h3, .produkcja h2, .hodowla h2, .wspolpraca h2, .kontakt h2, .blog h2
{
text-align: center;
font-size: 25px;
text-transform: uppercase;
color: #1e1e1e;
font-weight: bold;
    margin-bottom: 30px;
}

.oferta
{
padding: 30px 0;
}
h2 .separator
{
display: block;
text-align: center;
margin: auto;
height: 4px;
width: 100px;
background: #aa8a4a;
}

.about-text
{
font-size: 15px;
margin-bottom: 50px;
}

.logo-img
{
padding: 0 5px;
}

#logo-slider-wraper
{
margin: auto;
}


#prev, #next
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbbb7b+0,a98949+100 */
background: rgb(219,187,123); /* Old browsers */
background: -moz-linear-gradient(top, rgba(219,187,123,1) 0%, rgba(169,137,73,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(219,187,123,1) 0%,rgba(169,137,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(219,187,123,1) 0%,rgba(169,137,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbbb7b', endColorstr='#a98949',GradientType=0 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nasi_partnerzy
{
padding: 30px 0;
border-top: 2px solid #f1f1f1;
border-bottom: 2px solid #f1f1f1;
margin: 10px 0;
}


.logo-img
{ 
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */	
}

.logo-img:hover
{
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}

.img-box
{
border: 1px solid #d2aa5a;
}

.boxAbout
{
background: #f1f1f1;
padding: 20px;
margin-bottom: 10px;
}

.boxAbout h2, .oferta-all h3
{
color: #d2aa5a;
text-transform: uppercase;
text-align: left;
}

.boxAbout .read_more
{
color: #d2aa5a;
cursor: pointer;
}
.oferta-all .row
{
padding: 20px;
background: #f6f6f6; 
}
.oferta-all .row:nth-child(even)
{
background: #eeeeee;
}

#myCarousel
{
width: 100% !important;
position: relative;
    top: -160px;
}

.p_b_1_image
{
position: relative;
margin-bottom: 30px;
}

.p_b_1_image h4
{
position: absolute;
bottom: 0;
background: rgba(0,0,0,0.5);
padding: 10px 5px;
text-align:center;
color: #fff;
font-size: 15px;
margin: 0;
width: 100%;
}

.produkcja h3
{
text-align: center;
font-size: 20px;
}

.produkcja
{
padding: 30px 0;
}

.produkcjaul p
{
font-weight: 500;
font-size: 15px;
}
.produkcjaul h3
{
font-weight: bold;
font-size: 20px;
margin: 0;
}

.start-produkcja .p
{
padding: 0;
}

.produkcjaul li {
    margin-bottom: 5px!important;
}
.hodowla
{
padding: 30px 0;
}

.hodowla h3
{
font-size: 19px;
text-align: center;
}

.hodowla .nav-menu, .hodowla .galerie > div
{
display: none; 
margin-bottom:20px;
}

label
{
padding: 5px 10px;
color: #3a3f43;
cursor: pointer;
display: inline-block;
}

.hodowla .nav-menu:checked + label img
{
    border: 3px solid #d2aa5a;
    cursor: pointer;
}
.hodowla .nav-menu:checked + label h3
{
color: #d2aa5a;
}

#p_1:checked ~ .galerie .p_1,
#p_2:checked ~ .galerie .p_2,
#p_3:checked ~ .galerie .p_3
 {
display: block;

}

.wspolpraca h3
{
text-align: center;
font-size: 19px;
}

.wspolpracaBox p
{
text-align: center;
font-size: 15px;
}

.wspolpracaRow .row
{
background: #f6f6f6;
padding: 30px;
}

.wspolpracaRow img
{
border: 1px solid #d2aa5a;
}
.wspolpracaRow
{
margin: 30px 0;
    background: #f6f6f6;
}

.wspolpracaRow h3
{
text-align: left;
font-weight: bold;
}

.wspolpracaRow .row
{
padding: 30px 0;
}

.wspolpracaRow .separator
{
clear: both;
}
.wspolpracaRow .row
{
margin: 0 0;
}
.kontakt 
{

font-size: 23px;
}

.kontakt ul
{
list-style: none;
padding: 0;
margin: 0;
}

.kontakt ul li
{
margin-bottom: 10px;
font-weight: bold;
}
.kontakt ul li a
{
color: #3c3c3c;
}
.blog
{
padding: 30px 0;
}
.kontakt input[type="text"], .kontakt textarea, .kontakt input[type="email"]
{
border: 1px solid #e4e4e4;
padding: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,fefefe+100 */
background: rgb(241,241,241); /* Old browsers */
background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(241,241,241,1) 0%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
margin-bottom:  5px;
border-radius: 0;
}
.about-full
{
text-align: justify;
}
.kontakt .row
{
padding: 20px 0;
}

.img-news-thumbnails
{
margin: 10px auto;
}

.blog h3
{
font-size: 25px;
text-align: center;
margin-top: 0;
}

.blog h3 span
{
display: block;
font-size: 16px;
margin: 5px 0;
}

.blog_cat
{
text-align: center;
color: #b09050;
font-size: 12px;
font-weight: bold;
}

.social
{
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
padding: 5px 0;
text-align: right;
}
.social ul
{
list-style: none;
}
.social ul li
{
display: inline-block;
}
.social ul li a
{
color: #000;
}
.social ul li a:hover
{
color: #b09050;
}
.social ul li a span
{
font-size: 30px;
}
h2.widgettitle
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 3px 0;
    margin: 0;
}

#sidebar
{
list-style: none;

}

#sidebar ul
{
list-style: none;
padding: 10px 0;
}

#sidebar ul li a, #sidebar ul
{
font-size: 14px;
color: #3c3c3c;
}

.blog_date
{
    font-size: 14px;
    font-weight: 400;
}

.blog h3 a
{
color: #1e1e1e;
}


.copyright img
{
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    transition-duration:2s;
}

.copyright img:hover
{
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}

@media screen and (min-width: 768px) and (max-width: 1024px)
{
.navbar-default .navbar-nav > li > a
{
    font-size: 19px;
}
.navbar-brand, .navbar-header
{
float: none !important;
}
.navbar-brand img
{
margin: auto;
}
 .newsletter  input{width: 100%; margin: 2px 0;}
  .footer .row:first-child i {display: block;
    margin: 10px auto;
    text-align: center;}
.footer .row:first-child, .footer .row:first-child a {font-size: 13px;}
.footer .row:first-child {font-size: 16px;    text-align: center;} 
}

@media screen and (min-width: 425px) and (max-width: 768px)
{
.navbar-default .navbar-nav > li > a
{
    font-size: 13px;
}
.navbar-brand, .navbar-header
{
float: none !important;
}
.navbar-brand img
{
margin: auto;
}
.start-left {background: none !important;}
.footer ul li {border: none !important;}
.box_s {margin-bottom: 10px;}
.zobacz {    background-size: cover;}
.footer .row:first-child {font-size: 16px;    text-align: center;}  
 .newsletter  input{width: 100%; margin: 2px 0;}
 .footer .row:first-child i {display: block;
    margin: 10px auto;
    text-align: center;}
.footer .row:first-child, .footer .row:first-child a {font-size: 13px;} 
.copyright {text-align: center;} 
.boxAbout img {margin: auto;}
.boxAbout, .boxAbout h2 {text-align: center;}  
.oferta-all img, .p_b_1_image img {width: 100%;}
.wspolpracaBox img, .wspolpracaRow img {margin: auto;}
}

@media screen and (max-width: 425px)
{
 .navbar-default .navbar-nav > li > a
 {
  padding: 20px 15px;
 }
 .footer .row:first-child{text-align: center;}
 .start-left {background: none !important;}
 .footer  .row:first-child h3 {display: none;}
 .footer .row:first-child div {margin: 10px 0;}
 .footer {text-align: center;}
 .footer img {margin: auto;}
 .oferta-all .my-button{ font-size: 15px;}
 .produkcja_box_1 img  {width: 100%;}
 .top-nav {text-align: center;}
 .top-nav .pull-right {float: none!important;}
 .top-nav ul {padding: 0;} 
 .navbar-default .navbar-toggle {margin: 40px 10px;}
 .carousel-caption {font-size: 25px; bottom: 23%}
 .box_s {border-bottom: 1px solid white;}
 .zobacz {    background-size: cover;}
 .newsletter  input{width: 100%; margin: 2px 0;}
 .footer .row:first-child {font-size: 15px;}
 .about-text, .produkcja, .wspolpracaBox p, .post p {text-align: justify;}
 .boxAbout h2, .oferta-all h3 {text-align: center;}
 #sidebar {padding: 0;}
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}