@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800,900");
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(font-awesome.min.css);
@import url(animate.min.css);
body {
background: #fff;
color: #666666;
font-family: "Roboto", sans-serif;
}

a {
color: #3E7841;
transition: 0.5s;
}

a:hover, a:active, a:focus {
color: #3B7E00;
outline: none;
text-decoration: none;
}

p {
padding: 0;
margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Roboto", sans-serif;
font-weight: 400;
margin: 0 0 20px 0;
padding: 0;
}

#preloader {
position: fixed;
left: 0;
top: 0;
z-index: 999;
width: 100%;
height: 100%;
overflow: visible;
background: #fff url("../img/preloader.svg") no-repeat center center;
}

.back-to-top {
position: fixed;
display: none;
background: rgba(0, 0, 0, 0.2);
color: #fff;
padding: 6px 12px 9px 12px;
font-size: 16px;
border-radius: 2px;
right: 15px;
bottom: 15px;
transition: background 0.5s;
}

@media (max-width: 768px) {
.back-to-top {
bottom: 15px;
}
}

.back-to-top:focus {
background: rgba(0, 0, 0, 0.2);
color: #fff;
outline: none;
}

.back-to-top:hover {
background: #3E7841;
color: #fff;
}

#header {
background: #ffffff;
padding: 20px 0;
height: 90px;
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);

}

#header #logo {
float: left;
}

#header #logo h1 {
font-size: 36px;
margin: 0;
padding: 6px 0;
line-height: 1;
font-family: "Roboto", sans-serif;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
color: #3B7E00;
}

#header #logo img {
padding: 0;
margin: 0;
max-height: 50px;
}

@media (max-width: 768px) {
#header {
height: 80px;
}
#header #logo h1 {
font-size: 26px;
}
#header #logo img {
max-height: 40px;
}
}

.is-sticky #header {
background: #ffffff;
}

.nav-menu, .nav-menu * {
margin: 0;
padding: 0;
list-style: none;
}

.nav-menu ul {
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 99;
}

.nav-menu li {
position: relative;
white-space: nowrap;
}

.nav-menu > li {
float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
display: block;
}

.nav-menu ul ul {
top: 0;
left: 100%;
}

.nav-menu ul li {
min-width: 180px;
}

.sf-arrows .sf-with-ul {
padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
content: "\f107";
position: absolute;
right: 15px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
content: "\f105";
}

#nav-menu-container {
float: right;
margin: 5px 0;
}

@media (max-width: 768px) {
#nav-menu-container {
display: none;
}
}

.nav-menu a {
padding: 10px 15px;
text-transform: uppercase;
display: inline-block;
color: #000;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 16px;
outline: none;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
color: #3B7E00;
}

.nav-menu ul {
margin: 4px 0 0 15px;
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
background: #fff;
border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
border-top: 0;
}

.nav-menu ul li:hover {
background: #f6f6f6;
}

.nav-menu ul li a {
color: #333;
}

.nav-menu ul ul {
margin: 0;
}

#mobile-nav-toggle {
position: fixed;
right: 0;
top: 0;
z-index: 999;
margin: 15px 20px 0 0;
border: 0;
background: none;
font-size: 24px;
display: none;
transition: all 0.4s;
outline: none;
}

#mobile-nav-toggle i {
color: #3E7841;
}

@media (max-width: 768px) {
#mobile-nav-toggle {
display: inline;
}
}

#mobile-nav {
position: fixed;
top: 0;
padding-top: 18px;
bottom: 0;
z-index: 998;
background: #ffffff;
left: -260px;
width: 260px;
overflow-y: auto;
transition: 0.4s;
}

#mobile-nav ul {
padding: 0;
margin: 0;
list-style: none;
}

#mobile-nav ul li {
position: relative;
}

#mobile-nav ul li a {
color: #000;
font-size: 16px;
overflow: hidden;
padding: 10px 22px 10px 15px;
position: relative;
text-decoration: none;
width: 100%;
display: block;
outline: none;
}

#mobile-nav ul li a:hover {
color: #3B7E00;
}

#mobile-nav ul li li {
padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
position: absolute;
right: 0;
z-index: 99;
padding: 15px;
cursor: pointer;
color: #3B7E00;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
color: #3B7E00;
}

#mobile-nav ul .menu-item-active {
color: #3B7E00;
}

#mobile-body-overly {
width: 100%;
height: 100%;
z-index: 997;
top: 0;
left: 0;
position: fixed;
background: rgba(0, 0, 0, 0.6);
display: none;
}

body.mobile-nav-active {
overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
color: #3B7E00;
}

.inner-page-header {
  background: url(../img/zakladka.jpg) no-repeat;
  padding: 50px 0;
  background-position: center center;
  background-size: cover;
}
.inner-page-header .header-page-title h2 {
  color: #ffffff;
  margin: 0;
  font-size: 36px;
}
.inner-page-header .header-page-locator ul {
  text-align: right;
}
.inner-page-header .header-page-locator ul li {
  display: inline-block;
  color: #3E7841;
}
.inner-page-header .header-page-locator ul li a {
  color: #ffffff;
  transition: all 0.5s ease 0s;
}
.inner-page-header .header-page-locator ul li a:hover {
  color: #3B7E00;
}

@media (max-width: 768px) {
.inner-page-header {
  text-align: center;
}
.inner-page-header .header-page-locator ul {
  display: none;
}
}

.kpadmin-slides {
position: relative;
color: #ffffff;
width: 100%;
text-shadow: 2px 2px 4px #000000; }
.kpadmin-slides .single-hero-slide {
width: 100%;
height: 600px;
position: relative;
z-index: 1; text-align:center }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.kpadmin-slides .single-hero-slide {
height: 650px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.kpadmin-slides .single-hero-slide {
height: 550px; } }
@media only screen and (max-width: 767px) {
.kpadmin-slides .single-hero-slide {
height: 400px; } }
.kpadmin-slides .single-hero-slide h4 {
color: #ffffff;
margin-bottom: 10px; }
@media only screen and (max-width: 767px) {
.kpadmin-slides .single-hero-slide h4 {
font-size: 18px; } }
.kpadmin-slides .single-hero-slide h2 {
font-size: 60px;
color: #ffffff;
margin-bottom: 30px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.kpadmin-slides .single-hero-slide h2 {
font-size: 48px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.kpadmin-slides .single-hero-slide h2 {
font-size: 36px; } }
@media only screen and (max-width: 767px) {
.kpadmin-slides .single-hero-slide h2 {
font-size: 30px; } }
.kpadmin-slides .owl-prev,
.kpadmin-slides .owl-next {
	text-shadow: none;
background: #3E7841;
color: #fff;
width: 56px;
height: 56px;
line-height: 56px;
top: 50%;
margin-top: -28px;
left: 5%;
position: absolute;
z-index: 10;
text-align: center;
font-size: 22px;
font-weight: 700;
opacity: 0;
visibility: hidden;
-webkit-transition-duration: 500ms;
transition-duration: 500ms; }
@media only screen and (max-width: 767px) {
.kpadmin-slides .owl-prev,
.kpadmin-slides .owl-next {
width: 40px;
height: 40px;
line-height: 40px;
margin-top: -20px; } }
.kpadmin-slides .owl-prev:hover, .kpadmin-slides .owl-prev:focus,
.kpadmin-slides .owl-next:hover,
.kpadmin-slides .owl-next:focus {
background: #3B7E00;
color: #ffffff; }
.kpadmin-slides .owl-next {
left: auto;
right: 5%; }
.kpadmin-slides:hover .owl-prev, .kpadmin-slides:hover .owl-next {
opacity: 1;
visibility: visible; }

#kontakt {
background: #f7f7f7;
padding: 80px 0;
}

#kontakt .info {
color: #333333;
}

#kontakt .info i {
font-size: 32px;
color: #3E7841;
float: left;
}

#kontakt .info p {
padding: 0 0 10px 50px;
line-height: 24px;
}

#kontakt .form #sendmessage {
color: #ffffff;
border: 1px solid #ffffff;
display: none;
text-align: center;
padding: 15px;
font-weight: 600;
margin-bottom: 15px;
}

#kontakt .form #errormessage {
color: red;
display: none;
border: 1px solid red;
text-align: center;
padding: 15px;
font-weight: 600;
margin-bottom: 15px;
}

#kontakt .form #sendmessage.show, #kontakt .form #errormessage.show, #kontakt .form .show {
display: block;
}

#kontakt .form .validation {
color: red;
display: none;
margin: 0 0 20px;
font-weight: 400;
font-size: 13px;
}

#kontakt .form input, #kontakt .form textarea {
border-radius: 0;
box-shadow: none;
}

#kontakt .form button[type="submit"] {
background: #3E7841;
border: 0;
padding: 10px 24px;
color: #fff;
transition: 0.4s;
}

#kontakt .form button[type="submit"]:hover {
background: #3B7E00;
}

footer {
    width: 100%;
    position: relative;
}
footer a{
    color:#3E7841;
}
footer a:hover{
    color:#3B7E00;
}
.top-footer {
    background-color: #333333;
    width: 100%;
    position: relative;
    color: #fff;
}
footer:before {
    content: "";
    position: absolute;
    width: 41.5%;
    z-index: 1;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
  background:#3E7841;
}
.top-footer .widget {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 20px;
}
.top-footer .widget .logo {
    margin-bottom: 30px;
}
.top-footer .widget p {
    color: #fff;
    line-height: 1.8em;
    margin-bottom: 0;
    clear: both;
}
.top-footer .widget .social-icon {
    text-align: left;
    margin-top: 30px;
}
ul.social-icon-footer {
    position: relative;
    margin-top: 30px;
    width: 100%;
}
ul.social-icon-footer li {
    display: inline-block;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    padding: 3px 0;
    margin: 10px;

}
ul.social-icon-footer li:last-child {
    margin-right: 40px;
}
footer .white a{
    color:#fff;
}
.kolorowe-projekty p {
  text-align:right;
  width:100%;
  color:#fff;
}
.social-media{
  text-align:right;
  width:100%;
}
@media only screen and (max-width: 767px) {
.phonenone {display:none} 
footer {text-align: center;}
.kolorowe-projekty p {
  text-align:center;
}
ul.social-icon-footer {
    text-align: center;
}
footer:before {
display:none
}
.footer-logo {
max-width: 250px;
}
}
@media only screen and (min-width: 768px) {
.pcnone {display:none} 
}
.center {text-align: center;}
.button {
text-shadow: none;
background: #3E7841;
border: 0;
padding: 10px 24px;
color: #fff;
transition: 0.4s;
}

.button:hover, .button:focus, .button:active {
background: #3B7E00;
color: #fff;
}

#zakladka {
padding: 80px 0;
}

.blok1{background:#F9F9F9;text-align:left;padding:20px;color:#000;border: solid 1px #ccc}

img {width: 100%;}
.img-responsive {width: 100%;}
table{border:1px solid black;padding:10px;width:100%;}
td{padding:10px;border:1px solid black;}

.align-right {text-align: right;}
.align-left {text-align: left;}
.float-right {float: right;}
.padding-bottom {padding-bottom: 15px;}
.padding-top {padding-top: 15px;}
.margin-bottom {margin-bottom: 15px;}
.margin-top {margin-top: 15px;}


/* ------------------------------------
Strona
---------------------------------------*/

.top-bar {
    padding: 10px 0;
    color: #fff;
        background-color: #3E7841;

}
.top-bar a {
    color: #fff;
}
.top-bar .right {
    text-align: right;
}
.top-bar .left {
    text-align: left;
}
@media only screen and (max-width: 767px) {
.top-bar .right  {
  text-align: left;
}
}

.top-bar {
    padding: 10px 0;
    color: #fff;
        background-color: #222222;

}
.top-bar a {
    color: #fff;
}
.top-bar .right {
    text-align: right;
}
.top-bar .left {
    text-align: left;
}
@media only screen and (max-width: 767px) {
.top-bar .right  {
  text-align: left;
}
}

.service-area {
  padding: 90px 0;
}
.service-area .single-service .media .pull-left {
  margin-right: 30px;
}
.service-area .single-service .media .pull-left a span {
  font-size: 48px;
  color: #3E7841;
  line-height: 0;
}
.service-area .single-service .media .media-body h4.media-heading a {
  font-size: 20px;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 20px;
  display: block;
  transition: all 0.5s ease 0s;
  font-weight: 700;
}
.service-area .single-service .media .media-body h4.media-heading a:hover {
  color: #3E7841;
}
.service-area .single-service .media .media-body p {
  margin-bottom: 30px;
}
.service-area .single-service .media .media-body .read-more a {
  text-decoration: none;
  display: inline-block;
  color: #6a6a6a;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid #e3e3e3;
  transition: all 0.5s ease 0s;
}
.service-area .single-service .media .media-body .read-more a i {
  color: #3E7841;
  margin-left: 5px;
}
.service-area .single-service .media .media-body .read-more a:hover {
  border-bottom: 2px solid #3E7841;
}

#blok2 {
padding: 80px 0;
background-color: #F8F8F8;
}

.home-page-core-activities-area {
  color: #ffffff;
  padding: 90px 0;
  background: url(../img/1-5.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-page-core-activities-area .home-activities-area {
  position: relative;
}
.home-page-core-activities-area .home-activities-area h2 {
  color: #ffffff;
  font-size: 36px;
  left: -27%;
  letter-spacing: 0px;
  position: absolute;
  text-transform: uppercase;
  top: 65%;
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -webkit-transform: rotate(270deg);
  /* Safari */
  transform: rotate(270deg);
  font-weight: 800;
}
.home-page-core-activities-area .home-activities-area h2:after {
  content: "";
  left: 411px;
  top: 0;
  background: url(../img/arrow.png) no-repeat;
  height: 125px;
  width: 116px;
  display: block;
  position: absolute;
  -ms-transform: rotate(-270deg);
  /* IE 9 */
  -webkit-transform: rotate(-270deg);
  /* Safari */
  transform: rotate(-270deg);
}
.home-page-core-activities-area .home-activities-area .single-activities {
  margin-left: 60px;
  margin-bottom: 30px;
}
.home-page-core-activities-area .home-activities-area .single-activities .media .pull-left {
  margin-right: 10px;
}
.home-page-core-activities-area .home-activities-area .single-activities .media .pull-left a {
  width: 70px;
  height: 70px;
  background: #3E7841;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 70px;
  transition: all 0.5s ease 0s;
}
.home-page-core-activities-area .home-activities-area .single-activities .media .pull-left a span {
  color: #ffffff;
}
.home-page-core-activities-area .home-activities-area .single-activities .media .pull-left a:hover {
  background: #ffffff;
}
.home-page-core-activities-area .home-activities-area .single-activities .media .pull-left a:hover span {
  color: #3E7841;
}
.home-page-core-activities-area .home-activities-area .single-activities .media .media-body h4.media-heading a {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
  transition: all 0.5s ease 0s;
  font-weight: 700;
}
.home-page-core-activities-area .home-activities-area .single-activities .media .media-body h4.media-heading a:hover {
  color: #ffffff;
}
.home-page-core-activities-area .home-activities-area .single-activities .media .media-body p {
  color: #ffffff;
}

.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #fff;
    background:#3E7841;
    transition:all linear 0.15s;
    font-size:1.200em;
    color:#fff;
}

.accordion-section-title.active, .accordion-section-title:hover, .accordion-section-title:focus {
    background:#3E7841;
color:#fff;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}

.accordion-section-content {
    padding:15px;
    display:none;
}

.map {width:100%; height:450px;}
.skiptranslate {display:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}
