@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900&subset=cyrillic-ext,latin-ext');

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.71429;
	font-weight: 400;
	letter-spacing: normal;
	color: #151515;
	-webkit-text-size-adjust: none;
}

body.navbar-is-fixed-top {
    margin-top: 155px;
}

a {
   color: #ffb500; 
   transition: all .3s ease-in-out;
}

a:hover,
a:focus {
   color: #643808;  
}

.navbar-header {
	width: 100%;
}

.navbar-collapse {
	width: 100%;
	float: left;
	background-color: #643808;
	padding: 0;
}

.navbar .logo {
    margin-right: 0;
    padding-left: 0;
    max-width: 350px;
}

.navbar-default {
    background-color: #fff;
    border-color: transparent;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: .025em;
    padding: 0;
}

.navbar {
    margin-bottom: 0;
}

.menu--main.nav{
    transition: .35s all cubic-bezier(.65,.05,.36,1);
}

.menu--main.nav li {
	display: inline-block;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-nav li a.is-active,
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	background: #8b5e03;
	transition: all ease .35s;
	color: #fff;
}

.navbar-default .navbar-nav > li > a,
.navbar-nav > li > a {
    padding: 20px 15px;
	font-size: 16px;
	letter-spacing: .05em;
	font-family: 'Montserrat', sans-serif,Arial,sans-serif;
	color: #fff;
	z-index: 1;
}

.navbar-nav li a.is-active::before, 
.navbar-nav li a:hover::before {
    opacity: 1;
    width: 100%;
}

.navbar-nav li a::before {
    top: 0;
    display: block;
    height: 3px;
    width: 0%;
    left: 0px;
    content: "";
    background-color: #ffb500;
}

.navbar-nav li a::before, 
.navbar-nav li a::after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    visibility: visible;
	transform: translate3d(0,0,0);
	transition-delay: 0s,.2s;
}

.navbar-nav > li > a:hover {
	color: #fff;
}

.navbar-nav li + li {
    margin-left: 16px;
}

.center {
    text-align: center;
}

#block-slogan {
    flex: 0 1 auto;
}

.region-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: .025em;
 }   

 p.slogan {
    margin-top: 2px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .075em;
    color: #643808;
}

#block-fb {
   font-size: 28px; 
}

.flexslider {
    margin: 0 0 60px;
    background: transparent;
    border: 0;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.slider-text {
    letter-spacing: .05em;
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
    position: absolute;
    bottom: 180px;
    line-height: 1.1;
}


.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 50px;
    text-align: center;
    z-index: 1000;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: #000;
    background: #ffb500;
    cursor: default;
}


.flex-control-paging li a {
    width: 21px;
    height: 11px;
    display: block;
    background: #643808;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-2-26 17:12:54
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/* ----------------------------------------------
 * Generated by Animista on 2019-2-26 17:23:7
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation kenburns-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slider {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
            transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes slider {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(15px);
            transform: scale(1.25) translateY(15px);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

.page .slider {
    min-height: 250px;
    margin-bottom: 20px;
    margin-bottom: 90px;
}

.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}


h1.page-header{
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: normal;
    color: #151515;
    font-size: 24px;
    border: none;
}

.opisy {
    z-index: 1000;
    margin-top: -90px;
    position: relative;
}


.owl-item a::before {
    position: absolute;
    content: '';
    top: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: rgba(48,46,46,.18);
    transition: inherit;
    visibility: hidden;
    opacity: 1;
    z-index: 1;
}

.owl-item a {
    display: block;
    overflow: hidden;  
    background: rgb(0, 0, 0, 0.2);
}

.owl-item .img {
    transition: all ease .35s;
}

.owl-item:hover img {
    transform: scale(1.1);
    transition: all ease .35s;
}


.box-categories-title {
    text-align: center;
    text-indent: 0;
    position: absolute;
    font-weight: 700;
    max-width: 94%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8%;
    color: #fff;
    letter-spacing: normal;
    font-size: 24px;
    padding: 0 10px;
}

.path-frontpage .slider {
    background-color: #f7f7f7;
    margin-bottom: 50px;
    padding-bottom: 50px;
    min-height: 250px;
}


.box-icon-classic {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 30px 18px;
    min-height: 100%;
    background: #fff;
    transition: all .2s ease;
    z-index: 1;
}

.box-icon-classic {
    padding-top: 54px;
    padding-bottom: 54px;
}

.box-icon-classic::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 8px solid #f4f4f4;
    transition: all .2s ease;
    z-index: -1;
}

.grid .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.box-icon-classic:hover::before {
    border-width: 0;
}

.box-icon-classic:hover {
    transition-delay: .1s;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.17);
}

.col {
    margin-bottom: 30px;
}

.unit-left img,
.box-icon-classic img {
    margin: 0 auto;
}

.box-icon-classic a {
    color: #151515;
}

.box-icon-classic a:hover,
.box-icon-classic a:focus {
    color: #643808;
    text-decoration: none;
}

.box-icon-classic .box-icon-classic-title{
    text-align: center;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
}

.blog .block-title, 
.news .block-title, 
.view-przewodniki h3,
.przewodniki .block-title {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
}  

.box-width-lg-470 {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}

.box-width-lg-470 h3 {
    font-size: 36px;
    line-height: 1.2;
}

.view-aktualnosci .product-big {
    border: 1px solid #e1e1e1;
    position: relative;
    text-align: left;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

.product-big-title {
    font-weight: 500;
    letter-spacing: normal;
    font-size: 21px;
    margin-top: 20px;
}

.more-link {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 100%;
}

.more-link a::before,
.pager__item .button::before,
.button-black-outline.button-ujarak::before {
    background: #ffb500;
}

.more-link a::before,
.pager__item .button::before,
.button-ujarak::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    background: #ffb500;
    z-index: -1;
    opacity: 0;
    transform: scale3d(.7,1,1);
    transition: transform .42s,opacity .42s;
    border-radius: inherit;
}

.more-link a,
.pager__item .button,
.product-big * + .button {
    margin-top: 25px;
    min-width: 170px;
    padding: 17px 28px 15px;
}

* + .button {
    margin-top: 30px;
}

.more-link a,
.more-link a::before,
.pager__item .button,
.pager__item .button::before,
.button-ujarak, 
.button-ujarak::before {
    transition-timing-function: cubic-bezier(.2,1,.3,1);
}

.more-link a,
.pager__item .button,
.button-ujarak {
    position: relative;
    z-index: 0;
    transition: background .4s,border-color .4s,color .4s;
        transition-timing-function: ease, ease, ease;
}

.more-link a,
.more-link a:focus,
.pager__item .button,
.pager__item .button:focus,
.button-black-outline, 
.button-black-outline:focus {
    color: #151515;
    background-color: transparent;
    border-color: #151515;
}

.more-link a,
.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 200px;
    padding: 17px 33px 15px;
    font-size: 16px;
    line-height: 1.34;
    border: 2px solid;
    font-weight: 500;
    letter-spacing: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
}

.more-link a {
    margin: 10px auto;
}

.more-link a:hover::before,
.pager__item .button:hover::before,
.button-ujarak:hover::before {
    opacity: 1;
    transform: translate3d(0,0,0) scale3d(1,1,1);
}

.more-link a:hover,
.more-link a:focus,
.pager__item .button:hover,
.pager__item .button:focus,
.button-black-outline:hover, 
.button-black-outline:active {
    color: #fff;
    background-color: #ffb500;
    border-color: #ffb500;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class*="heading-"] a:hover {
    color: #ffb500;
}

.product-big-title a {
    color: #151515;
}

.product-big-text {
    letter-spacing: .025em;
    color: #9b9b9b;
}

.unit-body {
    padding-top: 30px;
    padding-bottom: 30px;
}

.block1 {
    margin: 50px 0;
    text-align: center !important;
    color: #fff;
}

.block1::before {
    background: rgba(24,26,35,.21);
}

.parallax-window {
    padding: 100px 0;  
}

.heading-2 {
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
}

.font-weight-semi-bold {
    font-weight: 600 !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.text-width-medium {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.d-block {
    display: block !important;
}

.button-pipaluk::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 2px;
    border-style: solid;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease 0s;
    transform: scale(1.05);
    will-change: transform;
    z-index: -1;
}

.button-pipaluk::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.button-secondary.button-pipaluk::before, 
.button-secondary.button-pipaluk:focus::before {
    background: #643808;
    border-color: #643808;
}

.button-pipaluk {
    position: relative;
    overflow: visible;
    padding: 14px 35px 15px;
    border: none;
    z-index: 1;
    color: #fff;
}

.button.button-pipaluk::after {
    border-color: #fff;
}

.button-pipaluk:hover::after, 
.button-pipaluk:active::after {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-duration: .3s;
    transition-delay: .1s;

}

.button-secondary.button-pipaluk::after, 
.button-secondary.button-pipaluk:focus::after {
    border-color: #fff;
}

.button-pipaluk:hover::before, .button-pipaluk:active::before {
    opacity: 0;
    visibility: hidden;
    transform: scale(.9);
    transition-duration: .2s;
}

.button.button-pipaluk:focus, 
.button.button-pipaluk:hover {
    color: #fff;
    text-decoration: none;
}

.post-aria:hover .post-aria-figure img {
    transform: none;
}

.post-aria-figure img{
    transform: scale(1.1);
    will-change: transform;
}

.post-aria-figure img {
    width: 100%;
    transition: all .3s ease;
}

.post-aria-figure img {
    width: 100%;
    transition: all .3s ease;
}

.post-aria-figure {
    display: block;
    overflow: hidden;
}

.post-aria-footer {
    position: absolute;
    overflow: hidden;
    left: 50%;
    bottom: 0;
    width: 100%;
    transform: translate3d(-50%,0,0);
    padding: 24px 20px 20px;
    transition: all .3s ease;
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -15px;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.27);
}

.post-aria-title {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 600;
}

.post-aria-title a {
    color: #151515;
}

.post-aria-title a:hover,
.post-aria-title a:focus {
    text-decoration: none;
}

.blog {
    padding-bottom: 30px;
}

.gallery {
    background-color: #f7f7f7;
    text-align: center;
}

.gallery .block-title {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    min-width: 210px;
    padding: 8px 40px 10px;
    font-weight: 400;
    letter-spacing: .05em;
    background: #fff;
    margin-top: 0;
}

.gallery .view-galeria-block {
    margin: 50px 0;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #ffb500;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 21px;
    height: 11px;
    margin: 5px 7px;
    filter: none;
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #643808;

}

.footer {
    margin-top: 0px;
    background-color: #8b5e03;
    color: #fff;   
    padding-bottom: 0px;
}

.footer .logo {
    margin: 0 auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 1px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ccc;
    background-color: transparent;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-control:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control::placeholder, 
input.form-control::placeholder {
    color: #fff;
}

textarea.form-control.error,
input.form-control.error {
    background-color: #fff;
}


.has-error.checkbox label,
.has-error.radio label, 
.has-error .control-label,
textarea.form-control.error::placeholder,
input.form-control.error::placeholder {
    color: #f41232;
}

.webform-button--submit.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: none;
    padding: 6px 12px 6px 12px;
    font-size: 18px;
    color: #fff;
    line-height: 1.42857143;
    border-radius: 0px;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    float: right;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.webform-button--submit.btn:hover,
.webform-button--submit.btn:focus {
    color: #643808;    
}

#block-drogiwodne-footer-menu,
.footer .block-title {
    text-align: center;
    margin-bottom: 30px;
}

.info {
     margin-top: 36px;
     background-color: #643808;
     font-size: 12px;
     color: #9b9b9b;
     padding: 40px 0;
}

.info a {
     color: #9b9b9b;    
}

.view-top-slider .views-field-nothing {
    padding: 90px 0;
}

.view-top-slider .views-field-nothing .title {
    font-size: 48px;
    line-height: 1.2;
    color: #fff;    
}

.post-modern-title {
    margin-top: 26px;    
    font-size: 21px;
    line-height: 1.2;
    font-weight: 500;
}

.post-modern-title a {
    color: #151515;
}

.post-modern-text {
    margin-top: 12px;
    letter-spacing: .025em;
    color: #9b9b9b;
}

.view-blog.view-display-id-page_1 .col {
    margin-bottom: 60px;    
}

.link-classic {
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
    color: #151515;
}

.link-classic:hover,
.link-classic:focus {
    text-decoration: none;
    color: #151515;
}

.link-classic span::after {
    margin-left: 0;
}

.link-classic span::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #151515;
}

.link-classic span::before, 
.link-classic span::after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    transition: inherit;
}

.link-classic span::before {
    background-color: #151515;
}

.link-classic span::before {
    height: 2px;
    flex-grow: 1;
    background-color: #151515;
}

.link-classic span {
    opacity: 1;
}

.link-classic span {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 3px 10px;
    line-height: 24px;
    width: 25px;
    transition: all .3s ease;
}

.link-classic:hover span {
    width: 40px;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #643808;
    border-color: #643808;
}

.pagination > li > a, 
.pagination > li > span,
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
    color: #643808;
}

.post-modern-figure {
    position: relative;
    overflow: hidden;
    display: block;
}

.post-modern-figure img {
    transform: scale(1.1);
    will-change: transform;
}

.post-modern-figure img {
    width: 100%;
    transition: all .3s ease;
}

.post-modern:hover .post-modern-figure img {
    transform: none;
}

.region-sidebar-second .block-title {
    display: inline-block;
    padding: 8px 10px 15px 2px;
    min-width: 150px;
    font-weight: 400;
    letter-spacing: .1em;
    background: #fff;
    font-size: 21px;
    margin: 0;
}

.region-sidebar-second .block{
    margin-bottom: 55px;
    background: #f7f7f7;
}

.region-sidebar-second .block .form-group{
    padding: 36px 34px;
}

.post-minimal-title {
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.5;
}

.post-minimal-title a {
    color: #151515;
}

.block-views-blockblog-block-5 .views-row + .views-row,
.view-blog.view-display-id-block_3 .views-row + .views-row,
.view-blog.view-display-id-block_2 .views-row + .views-row {
    margin-top: 30px;
}

.field--name-dynamic-block-fieldnode-ds-galerry,
.field--name-body,
.field--name-field-image {
    margin-bottom: 20px;
}

.view-blog.view-display-id-block_2 .view-footer {
    margin-top: 50px;
}

.page .box-contacts {
    box-shadow: none;
    border: 1px solid #e1e1e1;
}

.box-contacts {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 310px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.17);
    transition: all .3s ease;
}

.page .box-contacts:hover {
    border-color: transparent;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.17);
}

.contact {
    margin-top: 20px;
    display: block;
    width: 100%;
    float: left;
}

.box-contacts-icon {
    font-size: 60px;
    line-height: 1;
    color: #643808;
}

.box-contacts-title {
    font-weight: 700;
    font-size: 18px;
}

.yellow {
    background-color: #8b5e03;
    padding-top: 25px;
    padding-bottom: 25px;
}

#block-views-block-aktualnosci-block-1 {
    position: relative;
}

.thumbnail-modern-figure::before {
    position: absolute;
    content: '';
    top: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: rgba(48,46,46,.18);
    transition: inherit;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.thumbnail-modern-figure {
    position: relative;
    overflow: hidden;
    display: block;
}

.page .thumbnail-modern-figure img {
    transform: scale(1.1);
    transform-origin: 0 50%;
    will-change: transform;
}
.thumbnail-modern-figure img {
    width: 100%;
    transition: inherit;
}

.page .gallery-page:hover .thumbnail-modern-figure img {
    transform-origin: 100% 50%;
}

.page .gallery-page:hover .thumbnail-modern-figure::before {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.thumbnail-modern-title {
    font-weight: 400;
    transition: all .3s ease;
    font-size: 21px;
    line-height: 1.2;
    color: #151515;
}

.thumbnail-modern-title a {
    color: #151515;    
}

.thumbnail-modern-subtitle a {
    color: #9b9b9b;
}

.przewodniki {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.gallery.przewodniki .row {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.project-minimal-text,
.project-minimal-title{
    text-align: left;
}

.project-minimal-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: .025em;
}

.project-minimal-title a {
    color: #151515;
}

.project-minimal-text {
    color: #9b9b9b;
}

.button-primary.button-pipaluk.brown::before, 
.button-primary.button-pipaluk.brown:focus::before {
    background: #643808;
    border-color: #ffb500;
}


.button.button-pipaluk.brown:hover, 
.button.button-pipaluk.brown::after {
    border-color: #643808;
    color: #643808;
}

.przewodniki img {
    margin: 0 auto;
}


.quote-modern {
    padding: 52px 45px 44px;
}

.quote-modern {
    position: relative;
    text-align: left;
    padding: 30px 15px;
    letter-spacing: .025em;
    background: rgba(255, 255, 255, 0.4);
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.15));
}

.unit-spacing-md {
    font-size: 19px;
    font-weight: 700;
    color: #643808;
}

.field--name-field-cena {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    margin: 20px 0;
    font-weight: 600;
}


.form-group:last-child{
    margin-bottom: 15px;
}


.form {
    background-color: #8b5e03;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}

.form .panel {
    background-color: transparent;
}

.form .panel-default {
    border-color: #643808;
}

.form .panel-default > .panel-heading {
    color: #FFF;
    background-color: #643808;
    border-color: #643808;
}

.form .form-control[disabled] {
    background-color: transparent;
}

.form .form-type-checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.form .help-block {
    color: #FFF;
}

.form #edit-publikacja{
      font-size: 16px;
    font-weight: 700;  
}

.form  .form-inline .input-group > .form-control.form-number {
    font-size: 16px;
    font-weight: 700;
}

.publikacje .field--name-field-image {
    max-width: 300px;
    float: left;
    margin: 0 15px 15px 0;
}

.footer .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
}


.footer .nav > li > a:hover, 
.footer .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #643808;
}

#promocja .modal-content {
    background-color: #643808;
    color: #fff;
}

.box-pricing {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.17);
}


.modal-header {
    padding: 15px;
    border-bottom: none;
}

.box-pricing .button {
    margin-top: 20px;
}


.box-pricing .button:hover,
.box-pricing .button:focus {
    color: #fff;
    text-decoration: none;
}

.page-node-type-publikacje #block-klikpromocja {
    margin-bottom: 15px;
}

#block-klikpromocja {
    background-color: #ffb500;
    padding: 15px;
    margin: 0 auto;
}


#block-klikpromocja .field--name-body {
    margin-bottom: 0px;
}

.navbar-toggle {
    position: absolute;
    top: 15px;
    right: 3px;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: #ffb500;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    background-color: #643808;
}

.region-sidebar-second .field--name-body {
   margin: 0 20px;
}


#block-fb-2 .fa-facebook-square {
    font-size: 40px;
}

.eu-cookie-compliance-content.info {
    padding: 0;
}