body{
    color: #404040;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    padding-top: 90px;
    letter-spacing: 2px;
    position: relative;
}

body.fade{

    opacity: 0;
    visibility: hidden;
}

body.grey{
    background: #e7e7e7;
    padding-top: 110px;
}

body.error{
    opacity: 1;
    visibility: visible;
}

a{
    color: #404040;
    text-decoration: none;
}

img{
    max-width: 100%;
}

input:focus, textarea:focus, select:focus{
    outline: none;
}

textarea{
    font-family: 'Lato', sans-serif;
}

input, textarea, select{
    font-size: 15px;
    text-transform: uppercase;

    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="submit"]{
    cursor: pointer;
}

strong{
    font-weight: 900;
}

::-webkit-input-placeholder { 
    color:    #404040;
    opacity:  1;
    letter-spacing: 2px;
}
:-moz-placeholder {
    color:    #404040;
    opacity:  1;
    letter-spacing: 2px;
}
::-moz-placeholder {
    color:    #404040;
    opacity:  1;
    letter-spacing: 2px;
}
:-ms-input-placeholder {
    color:    #404040;
    opacity:  1;
    letter-spacing: 2px;
}

:focus::-webkit-input-placeholder { 
    opacity:  0;
}
:focus:-moz-placeholder {
    opacity:  0;
}
:focus::-moz-placeholder {
    opacity:  0;
}
:focus:-ms-input-placeholder {
    opacity:  0;
}

/*  Fonts  */
h1{
    font-size: 40px;
}

h2{
    font-size: 30px;
}

h3{
    font-size: 20px;
}

p{
    line-height: 22px;
}

p.quote{
    font-style: italic;
    color: #7aad43;
}

/*  Classes  */
.cb{
    clear: both;
}
.fw{
    width: 100%;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.hide-on-mobile{
    display: block;
}

.show-on-mobile{
    display: none;
}

/*  /Classes  */


img.db{
    display: block;
}

ul.menu{
    text-transform: uppercase;
    font-weight: 900;
}

#header{
    padding: 25px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 90px;
}

#header-content{
    position: relative;
}




#main{
    margin-bottom: 20px;
}

#menu{
    float: left;
    width: 100%;
}

#menu-btn{
    width: 90px;
    height: 90px;
    background: url(../img/burger.png) center center no-repeat;
    background-size: 40px 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
}


#menu li{
    display: inline-block;
    text-align: center;
    margin-right: 65px;
    float: left;
}

#menu li#header-icons{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

#menu li a{
    font-weight: 900;
    line-height: 40px;
    display: block;

    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#menu li.two-lines a{
    line-height: 23px;
}

#menu li a:hover{
    opacity: 0.75;
}

#menu li.current a:hover{
    opacity: 1;
}

#header-content #logo, #menu li #logo{
    width: 160px;
}

#header-content #logo img, #menu li #logo img{
    width: 100%;
    display: block;
}

#menu li.current a{
    color: #7aad43;
}

#menu ul.lang{
    width: 60px;
    text-align: center;
}

#menu ul.lang li{
    padding: 10px 2px;
    display: inline-block;
    position: relative;
    margin: 0;
    height: 40px;
    float: none;
    width: 100%;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

#menu ul.lang > li{
    background: url(../img/lang_arrow.jpg) left 20px no-repeat #fff;
    background-size: auto 10px;
}

ul.lang li a{
    display: block;
}

ul.lang li img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

ul.lang li ul{
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    width: 100%;
    padding-bottom: 5px;
    background: #fff;
}

ul.lang li ul li{
    padding: 2px;
}

#main-slider{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.slide-nav{
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 9;
    visibility: hidden;
}

#main-slider:hover .slide-nav{
    visibility: visible;
}

.slide-nav span{
    display: block;
    height: 150px;
    width: 70px;
    /*background-color: rgba(122, 173, 67, 0.6);*/
    background-repeat: no-repeat;
    background-position: center center;
}

#slide-prev{
    left: 20px;
}

#slide-next{
    right: 20px;
}

#slide-prev span{
    background-image: url(../img/arrow-left.png);
    left: 20px;
}

#slide-next span{
    background-image: url(../img/arrow-right.png);
    right: 20px;
}

#slider-pagination{
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 3
}

#slider-pagination a{
    text-indent: -9999px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 10px;
    background: url(../img/circle.png) center center no-repeat;

    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -o-border-radius: 14px;
}

#slider-pagination a.selected{
    background-color: #7aad43;
}

.caroufredsel_wrapper{
    max-width: 100%;
}

.slide{
    float: left;
    position: relative;
    max-height: 100%;
}


/*.slide .slide-content{*/
    /*letter-spacing: normal;*/
    /*position: absolute;*/
    /*font-size: 25px;*/
    /*text-transform: uppercase;*/
    /*display: none;*/
/*}*/

/*.slide .slide-content .block-header-3{*/
    /*font-size: 65px;*/
    /*margin-bottom: 25px;*/
    /*line-height: 1;*/
    /*display: inline-block;*/
    /*position: relative;*/
/*}*/

/*.slide .slide-content .block-header-3:after{*/
    /*content: '\00ae';*/
    /*font-size: 20px;*/
    /*font-weight: 700;*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*right: -10px;*/
/*}*/


.slide .slide-content{
    position: absolute;
    top: 80px;
    left: 80px;
    color: #fff;;
    padding: 50px;

    border-width: 10px;
    border-style: solid;

    letter-spacing: normal;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: normal;
}

.slide .slide-content p{
    line-height: normal;
}

.slide.green .slide-content{
    background: rgba(122,173,67,0.5);
    border-color: #fff;
}

.slide.black .slide-content{
    color: #000;
    border-color: #;
}

.slide.white .slide-content{
    color: #fff;
    border-color: #fff;
}

.slide .banner-url{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

/*.slide .slide-content p{*/
    /*line-height: 35px;*/
/*}*/


/*.slide.top_left .slide-content{*/
    /*top: 100px;*/
    /*left: 100px;*/
/*}*/

/*.slide.top_right .slide-content{*/
    /*top: 100px;*/
    /*right: 100px;*/
/*}*/

/*.slide.bottom_left .slide-content{*/
    /*bottom: 100px;*/
    /*left: 100px;*/
/*}*/

/*.slide.bottom_right .slide-content{*/
    /*bottom: 100px;*/
    /*right: 100px;*/
/*}*/

#submenu{
    text-align: center;
    margin-bottom: 20px;
}

#submenu li{
    margin-bottom: 20px;
}

#submenu a{
    height: 90px;
    line-height: 86px;
    display: block;
    color: #7aad43;
    border: 2px solid #000;
    padding: 0 20px;
}

#submenu li.background a, #submenu li.background.current a{
    line-height: 90px;
    color: #fff;
    border: none;
}

#submenu .background-green a, #submenu .background-green.current a, #submenu .background-green a:hover{
    background: #7aad43;
}

#submenu .background-black a, #submenu .background-black.current a, #submenu .background-black a:hover{
    background: #000;
}

#submenu .background-grey-dark a, #submenu .background-grey-dark.current a, #submenu .background-grey-dark a:hover{
    background: #58595b;
}

#submenu .background-grey-light a, #submenu .background-grey-light.current a, #submenu .background-grey-light a:hover{
    background: #c4c6c7;
}


#submenu .background-green.not-current a{
    color: #7aad43;
    border: 2px solid #7aad43;
    background: #fff; 
    line-height: 82px;
}

#submenu .background-green.not-current a:hover{
    background: #7aad43;
    color: #fff; 
}

#submenu .background-black.not-current a{
    color: #000;
    border: 2px solid #000;
    background: #fff; 
    line-height: 82px;
}

#submenu .background-black.not-current a:hover{
    background: #000;
    color: #fff; 
}

#submenu .background-grey-dark.not-current a{
    color: #58595b;
    border: 2px solid #58595b;
    background: #fff; 
    line-height: 82px;
}

#submenu .background-grey-dark.not-current a:hover{
    background: #58595b;
    color: #fff; 
}

#submenu .background-grey-light.not-current a{
    color: #c4c6c7;
    border: 2px solid #c4c6c7;
    background: #fff; 
    line-height: 82px;
}

#submenu .background-grey-light.not-current a:hover{
    background: #c4c6c7;
    color: #fff; 
}



#submenu a span{
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

#submenu li.current a{
    color: #fff;
    background: #7aad43;
    border: none;
}

/*  Pages  */
.section{
    margin-top: 20px;
    overflow: hidden;
}

.section:first-child{
    margin-top: 0;
}

/*Blocks*/
.block{
    width: 100%;
    text-align: justify;
    position: relative;
    letter-spacing: normal;
}

.block img{
    max-width: 100%;
    display: inline-block;
}

.block-pad{
    padding: 40px;
}

.block-header{
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 10px;
    letter-spacing: 2px;
}

.block-text .block-header.reset-margin{
    margin: 0;
    text-align: center;
}

/*Border*/
.block.border-green {
    border-color: #7aad43;
    border-style: solid;
}

.block.border-black{
    border-color: #000;
    border-style: solid;
}

.block.border-grey-light{
    border-color: #6d6e72;
    border-style: solid;
}

.block.border-grey-dark{
    border-color: #414143;
    border-style: solid;
}

/*Background*/
.block.background-green {
    background-color: #7aad43;
}

.block.background-black{
    background-color: #000;
}

.block.background-grey-light{
    background-color: #6d6e72;
}

.block.background-grey-dark{
    background-color: #414143;
}

.block.background-white{
    background-color: #fff;;
}

/*Text color*/
.block-green{
    color: #7aad43;
}

.block-black{
    color: #000;
}

.block-grey-light{
    color: #6d6e72;
}

.block-grey-dark{
    color: #414143;
}

.block-white{
    color: #fff;
}

/*Text color*/
.block.header-green .block-header, 
.block.header-green .block-header a,
.block.header-green .block-header-1,
.block.header-green .block-header-2,
.block.header-green .block-header-3,
.block.header-green .block-header-1 a,
.block.header-green .block-header-2 a,
.block.header-green .block-header-3 a{
    color: #7aad43;
}

.block.header-black .block-header, 
.block.header-black .block-header a,
.block.header-black .block-header-1,
.block.header-black .block-header-2,
.block.header-black .block-header-3,
.block.header-black .block-header-1 a,
.block.header-black .block-header-2 a,
.block.header-black .block-header-3 a{
    color: #000;
}

.block.header-grey-light .block-header, 
.block.header-grey-light .block-header a,
.block.header-grey-light .block-header-1,
.block.header-grey-light .block-header-2,
.block.header-grey-light .block-header-3,
.block.header-grey-light .block-header-1 a,
.block.header-grey-light .block-header-2 a,
.block.header-grey-light .block-header-3 a{
    color: #6d6e72;
}

.block.header-grey-dark .block-header, 
.block.header-grey-dark .block-header a,
.block.header-grey-dark .block-header-1,
.block.header-grey-dark .block-header-2,
.block.header-grey-dark .block-header-3,
.block.header-grey-dark .block-header-1 a,
.block.header-grey-dark .block-header-2 a,
.block.header-grey-dark .block-header-3 a{
    color: #414143;
}

.block.header-white .block-header, 
.block.header-white .block-header a,
.block.header-white .block-header-1,
.block.header-white .block-header-2,
.block.header-white .block-header-3,
.block.header-white .block-header-1 a,
.block.header-white .block-header-2 a,
.block.header-white .block-header-3 a{
    color: #fff;
}


.block-header-bg .block-header{
    font-size: 15px;
    height: 100px;
    line-height: 100px;
    margin: 0;
    
}

.block-header-bg .block-header a{
    display: block;
    height: 100%;
}

.block-header-bg .block-header span {
    line-height: normal;
    vertical-align: middle;
    padding: 0 100px;
}

.block-header-bg.background-green .block-header{
    background-color: #7aad43;
}

.block-header-bg.background-black .block-header{
    background-color: #231f20;
}

.block-header-bg.background-grey-dark .block-header{
    background-color: #414143;
}

.block-header-bg.background-grey-light .block-header{
    background-color: #6d6e72;
}

/*  Block text columns*/

.text-columns-2{
    text-align: justify;

    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}
.text-columns-3{
    text-align: justify;

    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}

.text-columns-4{
    text-align: justify;

    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;

    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}

.block-custom-url{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}

/*Block types*/

.block-text .block-header{
    font-size: 37px;
    margin-top: 0;
    text-align: left;
}

.block-text p.read-more{
    margin-top: 20px;
    text-align: right;
}

.block-text p.read-more a, #read-more, .read-more{
    color: #7aad43;
    border: 2px solid #7aad43;
    line-height: 40px;
    display: inline-block; 
    padding: 0 20px;
    text-transform: uppercase;
    text-align: center;
}

.block-text p.read-more a, #read-more, .read-more, input[type="submit"], #submenu a{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.block-text p.read-more a:hover, #read-more:hover, .read-more:hover, input[type="submit"]:hover, #submenu a:hover{
    color: #fff;
    background: rgba(122,173,67,0.7);
}

.news-item.excerpt .block{
    height: 250px;
}


.news-item.excerpt .block-text{
    padding-right: 250px;
}

.job-item.excerpt .block-text{
    padding-right: 40px;
}


.job-item.excerpt .block-icon{
    text-align: center;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 250px;
}

.apply-item.excerpt .block-green{
    background: #7aad43;
}
.apply-item.excerpt .block-header, .apply-item.excerpt .block-header{
    color: #fff;
}

.apply-item.excerpt .read-more{
    border-color: #fff;
    color: #fff;
}

.apply-item.excerpt #job_apply{
    width: 200px;
}

.apply-item.excerpt .read-more:hover{
    border-color: #fff;
    color: #7aad43;
    background: #fff;
}

.job-item.excerpt .block-icon img{
    height: 100px;
    width: auto;
}

.news-item.excerpt .block-image{
    padding-right: 500px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.news-item.excerpt .block-text .read-more{
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.news-item.excerpt .block-image .read-more{
    position: absolute;
    right: 300px;
    bottom: 40px;
}

.job-item.excerpt .block-text .read-more{
    right: 40px;
}

.job-item.excerpt{
    margin-top: 20px;
}

.block-text li{
    list-style: initial;
    line-height: 22px;
    margin-left: 20px;
}

.block-text ol, .block-text ul{
    margin-bottom: 20px;
}

#read-more{
    display: none;
    float: right;
    cursor: pointer;
    position: absolute;
    /*bottom: -60px;*/
    right: 40px;;
}

.block-icon{
    padding: 40px;
}

.block-icon .block-header{
    color: #fff;
    text-align: left;
}

.block-icon-title .block-content .block-header{
    font-size: 36px;
}

.block-icon  .block-content{
    height: 100%;
    text-align: center;
}

.block-icon  .block-content img{
    vertical-align: middle;
}

.block-content .block-header{
    font-size: 40px;
    vertical-align: middle;
    line-height: normal;
    margin: 0;
    display: inline-block;
}

.block-person img{
    display: block;
    width: 100%;
}

.block-person .block-content-text{
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
}

.block-anchor{
    min-height: 200px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.block-anchor .block-content{
    height: 100%;
}
.block-anchor .block-header{
    display: block;
    height: 100%;
    line-height: inherit;
}

.block-anchor .block-header a{
    color: #fff;
    display: block;
    height: 100%;
    line-height: inherit;
}

.block-anchor .block-header span{
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
}

.block-mini-banner .block-header{
    position: absolute;
    left: 0;
    bottom: 0;
}

#banner-news-header{
    position: absolute;
    left: 20px;
    bottom: 0;
    background-color: #7aad43;
    font-size: 15px;
    color: #fff;
    height: 100px;
    line-height: 100px;
    margin: 0;
    padding: 0 100px;
    text-transform: uppercase;
}

.block-mini-banner img{
    width: 100%;
    display: block;
}

.block-newsletter .block-header a{
    color: #000;
}

.block-newsletter .block-header a strong{
    vertical-align: middle;
    line-height: normal;
    display: inline-block;
}

.block-custom-header{
    font-weight: 900;
    text-align: center;
    padding: 50px 30px;
    letter-spacing: 2px;
}

.block-custom-header p.block-header-1{
    font-size: 75px;
    line-height: 100px;
}

.block-custom-header p.block-header-2{
    font-size: 48px;
    line-height: 55px;
}

.block-custom-header p.block-header-3{
    font-size: 37px;
    line-height: 55px;
}

.block-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  position: relative;
  overflow: hidden;
}
 
.block-video.vimeo {
  padding-top: 0;
}

.block-video iframe{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*  News  */

.news-item .news-block-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

.news-item .block-header{
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
    letter-spacing: normal;
}

.news-item .block-border{
    border: 2px solid #7aad43;
    overflow: hidden;
}

.news-item .date{
    color: #7aad43;
    font-size: 18px;
    display: inline-block;
    font-weight: 400;
}

.news-item .block-image .block-content{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.news-item.single .block-image{
    margin-top: 20px;
}

.news-item.single .main-photo .block-image{
    margin-bottom: 0;
}

.news-item.single .block-image.mt0{
    margin-top: 0;
}

.news-item.single{
    margin-bottom: 20px;
}
.news-item.single .block-image img{
    display: block;
    width: 100%;
}

.news-item.single .block-text{
    overflow: hidden;
}

.news-item.single

.news-item .block-content p{
    margin-bottom: 10px;
}

.news-item.excerpt .block-image .block-content{
    height: 100%;
}

.download-url{
    background: #7aad43;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    height: 100%;
    line-height: 250px;
    display: block;
}

.download-url span{
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
}

.download-label{
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}


.pagination{
    text-align: center;
    margin-top: 40px;
}

.pagination li{
    display: inline-block;
    padding: 0 7px;
}

.pagination li span{
    color: #7aad43;
}

/*Products*/
.product #main{
    padding: 20px 0;
}

.product-container{
    position: relative;
}

.description-icon{
    background: url(../img/opis_produktu_gwiazka.png) center center no-repeat;
    width: 40px;
    height: 62px;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 2;
}

.categories{
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.categories li a{
    font-size: 15px;
    display: block;
    text-transform: uppercase;
}

.categories li a strong{
    font-weight: 900;
}

ul.level-1 > li:first-child{
    margin-top: 0;
}

ul.level-1 > li > a{
    font-size: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

ul.level-2{
    padding-bottom: 30px;
    display: none;
}

ul.level-2 > li{
    margin-bottom: 20px;
}

ul.level-2 > li > a{
    color: #fff;
    background: #7aad43;
    padding: 10px 15px;
    text-transform: uppercase;
}

ul.level-3{
    border: 2px solid #7aad43;
    padding: 5px 0px 5px 15px;
    display: none;
}

ul.level-3 > li > a{
    padding: 5px 15px;
    letter-spacing: normal;
}

.tabs{
    text-align: center;
    padding-left: 40px;
}

.tabs li{
    padding-left: 3px;
}

.tabs li a{
    color: #7aad43;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    line-height: 40px;
    border: 2px solid #000;

    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.tabs li a:hover{
    color: #fff;
    background: #7aad43;
}

.tabs li.active a{
}

.tabs li.active a{
    background: #7aad43;
    color: #fff;
    border-color: #7aad43;
}

.tabs-content{
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    letter-spacing: normal;
}
.product-header{
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #7aad43;
    border-bottom: 4px solid #7aad43;
    display: inline-block;
    padding-bottom: 10px;
}

#product-border{
    border: 4px solid #7aad43;
    padding: 40px;
    margin-bottom: 40px;
}


.product-images > div{
    margin-bottom: 20px;
}

.product-images a{
    display: block;
}

.product-images img{
    width: 100%;
}

.product-downloads li{
    margin-bottom: 10px;
}

.product-downloads a{
    font-weight: 600;
    padding-left: 30px;
    line-height: 22px;
    background: url(../img/download-icon.png) left top no-repeat;
    display: inline-block;
    letter-spacing: normal;
}

.tabs-content p{
    margin-bottom: 10px;
}

.tabs-content > div{
    display: none;
}


.tabs-content > div.active{
    display: block;
}

.tabs-content strong{
    font-weight: 900;
}

.product-content li{
    line-height: 22px;
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px; 
}
.attributes{
    text-align: center;
    border: 2px solid #7aad43;
}

.attributes .col{
    padding: 15px 10px;
}

.attributes .row{
    border-top: 2px solid #7aad43;
}

.attributes .row:first-child{
    border: none;
}

.attributes .col{
    border-left: 2px solid #7aad43;
}

.attributes .col:first-child{
    border: none;
}


table{
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
}
td,th{
    border: 1px solid #7aad43;
    height: 60px;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 22px;
    word-wrap: break-word;
    font-size: 13px;
}

th{
    border-width: 2px;
}

th{
    font-weight: 900;
}

td{
    text-align: left;
}


input, label.file, select{
    width: 100%;
    border: 2px solid #7aad43;
    line-height: 55px;
    height: 55px;
    padding: 0 20px;
    margin-bottom: 20px;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

label.file{
    cursor: pointer;
}

select{
    background: url(../img/select.jpg) right center no-repeat #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    letter-spacing: 2px;
}

textarea{
    width: 100%;
    border: 2px solid #7aad43;
    padding: 20px;
    margin-bottom: 20px;
    resize: none;
    height: 170px;
}

label{
    position: relative;
    display: block;
    padding-left: 40px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 20px;
}

label.checkbox{
    margin-bottom: 5px;
    display: inline;
    padding: 0;
    position: static;
}

#contact-top{
    margin-bottom: 20px;
}

.checkbox-container{
    position: relative;
}
#contact-form form .checkbox-container{
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
}

.styled-checkbox{
    display: block;
    border: 2px solid #7aad43;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 2px;
}

#contact-form form select{
    padding-right: 50px;
}

.styled-checkbox.checked{
    background: #7aad43;
}

input[type="checkbox"], input[type="file"]{
    position: absolute;
    visibility: hidden;
    left: 0;
}

#contact-info-box{
    border: 2px solid #7aad43;
    padding: 0px 70px;
}

#contact-info-box .label{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#contact-info-box .phone{
    font-size: 70px;
    margin-bottom: 100px;
}

#contact-info-box .email{
    font-size: 40px;
}

#contact-info-box .email a{
    font-size: 40px;
    color: #7aad43;
}

#contact-form form{
    float: left;
    letter-spacing: 1px;
}

#contact-form .required{
    position: relative;
}

.required{
    position: relative;
}
.required span{
    color: #ff0000;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 25px;
}

form .error input, form .error .styled-checkbox, form .error label.file{
    border-color: #ff0000;
}

#contact-form label.file, #contact-form input[type="submit"]{
    margin: 0;
}

.contact-block{
    margin-bottom: 15px;
}

.contact-block strong{
    font-weight: 900;
}

.contact-block a{
    color: #7aad43; 
}

.contact-block-header{
    color: #7aad43; 
    font-size: 15px;
    border: 2px solid #000;
    padding: 15px 20px;
    letter-spacing: 2px;
}

.contact-block-content{
    padding: 15px 20px;
    letter-spacing: normal;
}

.contact-block-person{
    margin-bottom: 15px;
}

.contact-block-person a{
    color: #7aad43; 
}

.contact-block-info{
    margin-bottom: 20px;
}

.contact-block-info a{
    color: #7aad43; 
}

.show-agreement{
    color: #7aad43; 
    text-transform: uppercase;
    line-height: 20px;
    display: inline;
    padding-left: 5px;
}

.show-agreement.slide{
    float: none;
}

.agreement-text{
    display: none;
}


#popup .agreement-text{
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;

}

#popup .checkbox-container{
    padding-left: 50px;
    margin-bottom: 20px;
}

#search-btn{
    width: 20px;
    height: 42px;
    background: url(../img/search.png) center center no-repeat;
    position: relative;
    margin-left: 20px;
    cursor: pointer;
}

#search-form{
    border: 2px solid #7aad43;
    position: absolute;
    top: 42px;
    right: 0;
    width: 400px;
    display: none;
    padding-top: 20px;
    background: #fff;
}


#search-form input[type="text"]{
    border: none;
    background: #fff;
}

#search-form .submit-container{
    padding: 0 20px;
}

#search-form input[type="submit"]{
}

.search-header, .search-query{
    font-size: 50px;
    color: #7aad43; 
    text-transform: uppercase;
    margin-bottom: 20px;
}

.search-query{
    font-size: 50px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 60px;
}

.search-results{
    padding: 80px;
    background: #fff;
    letter-spacing: normal;
}
.search-item{
    padding-bottom: 80px;
    text-align: justify;
}

.search-item .item-title{
    margin-bottom: 40px;
}

.search-item .item-title a{
    color: #7aad43; 
    text-transform: uppercase;
}

.search-item li{
    line-height: 22px;
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px; 
}
#footer{
    padding-top: 20px;
}

.footer-img{
    text-align: center;
    margin-bottom: 20px;
}

.footer-bg{
    background: #7aad43; 
    height: 30px;
        font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-bg .spacer {
    text-align: center;
    color: #fff;
    padding: 10px;
}
.footer-bg .spacer a{ 
    color: #fff;
}

#popup{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
}

#popup a.close{
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
}

#popup-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 2;
}

#popup-content{
    width: 70%;
    margin: 100px auto;
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 40px 20px;
}

#popup-header{
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#popup input[type="submit"]{
    display: inline-block;
    width: auto;
    padding: 0 40px;
}

#popup .success-msg{
    font-size: 25px;
    text-align: center;
}

/*Errors*/
body.error{
    text-transform: uppercase;
    padding: 100px 100px;
}

body.error #logo{
    display: block;
    margin-bottom: 80px;
}

body.error .error-code{
    font-size: 100px;
    font-weight: 300;
    margin-bottom: 40px;
}

body.error .error-description{
    font-size: 50px;
    line-height: 60px;
    color: #7aad43;
}


/* MAP */
.google-map {
    height: 400px;
    width: 100%;
    margin-bottom: 20px;
}

.current-area {
    color: #fff;
    background: #7aad43;
    border: none;
}
/* /MAP */



#apply-form label.file{
    color: #fff;
    background: #7aad43;
}


#cookies-message{
    background: #c9cacc;
    letter-spacing: normal;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 850px;;
    max-width: 90%;
    z-index: 999;
}

#cookies-message-content{
    background: url(../img/cookies.png) 20px center no-repeat;
    padding: 15px 20px 15px 80px;
    min-height: 75px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 900;
}

#cookies-message-content p{
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
}

#accept-cookies-checkbox{
    position: absolute;
    width: 25px;
    height: 25px;
    top: -25px;
    right: -25px;
    font-size: 20px;
    line-height: 25px;
    background: #c9cacc;
    text-align: center;
    color: #fff;
    font-weight: 900;
}
span.green-bg{
    background-color: rgba(122, 173, 67, 0.8);
    color: #fff;
    display: inline-block;
    padding: 15px 20px;
}

p.indent{
    text-indent: 30px;
}

a.gallery-item{
    position: relative;
    display: block;
}

.cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(122, 173, 67, 0.8);
    visibility: hidden;
    opacity: 0;

    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}


a.gallery-item:hover .cover{
    visibility: visible;
    opacity: 1;
}

#foundation-container{
    padding: 40px 80px;
    background: #7aad43;
}
#foundation{
    background: url(../img/fundacja_obrazki_desktop.png) right center no-repeat #7aad43;
    background-size: auto 95%;
    color: #fff;
    letter-spacing: normal;
}

.foundation-logo{
    display: block;
    width: 300px;
    margin-bottom: 40px;
}

.foundation-header{
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 70%;
}

.foundation-header h3{
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 10px;
}

.foundation-content{
    text-align: justify;
    width: 70%;
}

.foundation-gallery-link{
    padding-top: 20px;
}

.foundation-gallery-link a{
    font-size: 25px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}

.foundation-gallery{
    display: none;
}

.foundation-address, .foundation-gallery{
    padding: 40px 80px;
}

.foundation-address .contact-block-header, .foundation-address .contact-block-header{
    width: 300px;
}

.stretch{
    display: block;
}

.news-item.single.job{
    margin-top: 20px;
}

#job_apply{
    width: 300px;
    display: block;
    margin: 0 auto;
}

#regions{
    padding-left: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.regions.hidden{
    top: 0;
    right: -150%;
    width: 100%;
    height: 100%;
    background: #fff;


    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.regions.hidden.absolute{
    position: absolute;
}

.regions.hidden.visible{
    right: 0;
}

.job-block{
    margin-bottom: 20px;
}

.job-block .read-more{
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.map-column{
    position: relative;
}

#map-arrow{
    width: 46px;
    height: 38px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-image: url(../img/arrow-down.png);
    background-color: rgba(122, 173, 67, 0.8);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    cursor: pointer;
    display: none;
}

#slide-regions{
    width: 46px;
    height: 38px;
    position: absolute;
    bottom: 0px;
    right: 20px;
    background-image: url(../img/arrow-right.png);
    background-color: rgba(122, 173, 67, 0.8);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 25px;
    cursor: pointer;
}

#slide-regions.hide{
    background-image: url(../img/arrow-left.png);
}

span.green-text{
    color: #7aad43;
}

.search-item .green-text{
    color: #404040;
}

.downloads-container{
    border: 2px solid #7aad43;
    padding: 40px;
}

#house{
    position: relative;
}

#house img{
    display: none;
}

#house img.visible{
    display: block;
}

#house img.hide{
    display: block;
    position: absolute;
    width: 0;
    height: 0;
}

.category-image-block{
    position: absolute;
    padding-right: 40px;
    display: none;
}

.category-image-block.visible{
    display: block;
}

.category-image-block-btn{
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    background: #7aad43;
    padding: 4px 8px;
    cursor: pointer;

    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.category-image-block-header{
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.category-image-block-content{
    display: none;
    color: #fff;
    text-transform: uppercase;
    width: 220px;
    position: absolute;
    right: 40px;
}

.category-image-block-content li a{
    color: #fff;
    background-color: rgba(122, 173, 67, 0.6);
    padding: 10px 20px;
    display: block;
}

.category-image-block-content li a:hover{
    background-color: rgba(122, 173, 67, 0.8);
}


.category-image-block-content.visible{
    display: block;
    z-index: 9;
}

sup{
    vertical-align: super;
    font-size: 10px;
}

sub{
    vertical-align: sub;
    font-size: 10px;
}

.download-type{
    border: 2px solid  #7aad43;
    font-size: 45px;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    padding: 15px 10px;
    position: absolute;
    top: 40px;
    right: 40px;
    text-align: center;
}

.download-size{
    font-size: 14px;
    display: block;
    padding-top: 5px;
    text-transform: none;
}

/*.block-download a {*/
    /*width: '70%' !important;*/
    /*float: 'left' !important;*/
/*}*/


#catalog{
    padding: 20px;
    background: #e1e1e0;
    display: block;
}

#catalog p{
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
}

#catalog span{
    display: block;
}

#catalog .type{
    float: right;
    border: 2px solid #404040;
    padding: 10px 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    display: block;
}

.zone-header{
    line-height: 184px;
    font-weight: 700;
    padding-left: 40px;
    padding-right: 40px;
}

.zone-header h2{
    height: 200px;
    text-transform: uppercase;
    font-size: 40px;
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: right center;
}

.zone-header h2 span{
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}


.zone-header.green{
    border: 8px solid #7aad43;
    color: #7aad43;
}

.zone-header.black{
    border: 8px solid #000;
    color: #000;
}

.zone-header.grey-dark{
    border: 8px solid #58595b;
    color: #58595b;
}

.zone-header.grey-light{
    border: 8px solid #c4c6c7;
    color: #c4c6c7;
}


.zone-block-header{
    height: 100px;
    line-height: 96px;
    padding: 0 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    cursor: pointer;

    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.zone-block-header span{
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.zone-block-content{
    letter-spacing: normal;
    font-weight: 300;
    padding: 40px; 
    display: none;
}

.zone-block.green{
    border: 2px solid #7aad43;
}

.zone-block.black{
    border: 2px solid #000;
}

.zone-block.grey-dark{
    border: 2px solid #58595b;
}

.zone-block.grey-light{
    border: 2px solid #c4c6c7;
}


.zone-block.green .zone-block-header{
    color: #7aad43;
}

.zone-block.green.visible .zone-block-header, .zone-block.green .zone-block-header:hover{
    color: #fff;
    background: #7aad43;
}

.zone-block.black .zone-block-header{
    color: #000;
}

.zone-block.black.visible .zone-block-header, .zone-block.black .zone-block-header:hover{
    color: #fff;
    background: #000;
}

.zone-block.grey-dark .zone-block-header{
    color: #58595b;
}

.zone-block.grey-dark.visible .zone-block-header, .zone-block.grey-dark .zone-block-header:hover{
    color: #fff;
    background: #58595b;
}

.zone-block.grey-light .zone-block-header{
    color: #c4c6c7;
}

.zone-block.grey-light.visible .zone-block-header, .zone-block.grey-light .zone-block-header:hover{
    color: #fff;
    background: #c4c6c7;
}

.zone-block-content li{
    list-style: initial;
    line-height: 22px;
    margin-left: 20px;
}

.zone-block-content li li{
    list-style-type: circle;
}
.opdx {
    cursor: pointer;
    transition: all 1s;
}
.slide .opdx:hover { border-color: #7aad43; }




#submenu2{
    text-align: center;
    margin-bottom: 20px;
}

#submenu2 li{
    margin-bottom: 20px;
}

#submenu2 a{
    height: 66px;
    line-height: 56px;
    display: block;
    color: #7aad43;
    border: 2px solid #000;
    padding: 0 20px;
}

#submenu2 li.background a, #submenu2 li.background.current a{
    line-height: 90px;
    color: #fff;
    border: none;
}

#submenu2 .background-green a, #submenu2 .background-green.current a, #submenu2 .background-green a:hover{
    background: #7aad43;
}

#submenu2 .background-black a, #submenu2 .background-black.current a, #submenu2 .background-black a:hover{
    background: #000;
}

#submenu2 .background-grey-dark a, #submenu2 .background-grey-dark.current a, #submenu2 .background-grey-dark a:hover{
    background: #58595b;
}

#submenu2 .background-grey-light a, #submenu2 .background-grey-light.current a, #submenu2 .background-grey-light a:hover{
    background: #c4c6c7;
}


#submenu2 .background-green.not-current a{
    color: #7aad43;
    border: 2px solid #7aad43;
    background: #fff; 
    line-height: 82px;
}

#submenu2 .background-green.not-current a:hover{
    background: #7aad43;
    color: #fff; 
}

#submenu2 .background-black.not-current a{
    color: #000;
    border: 2px solid #000;
    background: #fff; 
    line-height: 82px;
}

#submenu2 .background-black.not-current a:hover{
    background: #000;
    color: #fff; 
}

#submenu2 .background-grey-dark.not-current a{
    color: #58595b;
    border: 2px solid #58595b;
    background: #fff; 
    line-height: 82px;
}

#submenu2 .background-grey-dark.not-current a:hover{
    background: #58595b;
    color: #fff; 
}

#submenu2 .background-grey-light.not-current a{
    color: #c4c6c7;
    border: 2px solid #c4c6c7;
    background: #fff; 
    line-height: 82px;
}

#submenu2 .background-grey-light.not-current a:hover{
    background: #c4c6c7;
    color: #fff; 
}



#submenu2 a span{
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

#submenu2 li.current a{
    color: #fff;
    background: #7aad43;
    border: none;
}

.ha2 {
        text-transform: uppercase;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}
