h1, h2, h3, h4, h5, h6 {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 600;
    color: #414141;
    margin: 0 0 30px 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 36px;
    margin: 0 0 44px 0;
}

li {
    font-size: 16px;
}

section {
    display: block;
    position: relative;
    padding: 80px 0;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
    -webkit-transition: all .400s;
    -moz-transition: all .400s;
    -o-transition: all .400s;
    transition: all .400s;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    background-size: cover !important;
    box-sizing: border-box !important;
}

section header>h1, section header>h2, section header>h3, section header>h4, section header>h5, section header>h6 {
    margin: 0;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}


.margin-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.nopadding-bottom {
    padding-bottom: 0 !important;
}

.nopadding-top {
    padding-bottom: 0 !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-left-right-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

section.alternate {
    background-color: rgba(58, 58, 58, 0.13);
}

.weight-300 {
    font-weight: 300 !important;
}

.size-13 {
    font-size: 13px !important;
    line-height: 17px !important;
}

.letter-spacing-1 {
    letter-spacing: 0.1em !important;
}

#main-img h1, #main-img h2 {
    color: #fff;
    font-size: 2em;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}


#main-img {
    height: 100%;
    width: 100%;
    color: white;
}

.navbar {
    margin-bottom: 0;
}

.box-icon.box-icon-side {
    position: relative;
    padding-left: 70px;
}
.box-icon {
    margin: 30px 0;
}
.box-icon.box-icon-side>i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 48px;
    color: #93c33b;
}

.box-icon a.box-icon-more {
    display: block;
    text-align: right;
    position: relative;
    color: #000;
}

.box-icon a.box-icon-more:after {
    font-family: FontAwesome;
    content: "\f105";
    padding-left: 10px;
    top: 50%;
    margin-top: -2px;
}

.box-icon .box-icon-title:hover {
    color: #8ab933;
}

.box-icon .box-icon-title>h2 {
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    -webkit-transition: all .200s;
    -moz-transition: all .200s;
    -o-transition: all .200s;
    transition: all .200s;
}
.box-icon.box-icon-left .box-icon-title>i {
    float: left;
}
.box-icon .box-icon-title>i {
    height: 35px;
    width: 35px;
    line-height: 37px;
    font-size: 18px;
    margin-right: 15px;
    background-color: #333;
    text-align: center;
    color: #fff;
    -webkit-transition: all .200s;
    -moz-transition: all .200s;
    -o-transition: all .200s;
    transition: all .200s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.box-icon p {
    margin: 15px 0;
}

.fa {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

#footer {
    color: #D1D1D1;
    background: #354419 url(/img/owoce.png);
    padding: 50px 0 0 0;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: rgba(255,255,255,0.8);
    font-weight: 600;
    margin-bottom: 20px;
}

#footer h4 {
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: 25px;
}


#footer a, #copyright a {
    color: #D1D1D1;
    text-decoration: none;
}

#footer a:hover, #copyright a:hover {
    color: #8AB933;
}

#copyright a.btn:hover {
    color: white;
}


#footer ul.footer-links>li>a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 10px;
}

#copyright {
    margin-top: 50px;
    background-color: rgba(0, 0, 0, 0.26);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding: 25px 0;
    font-size: 13px;
    display: block;
    color: #D1D1D1;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}

.bg-img {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    color: white;
}
.bg-img h2 {
    color: white;
}

.bg-img .overlay {
    background-color: rgba(46,46,46,0.5);
    padding: 40px 0 40px;
}

.service-list-col1 {
    float: left;
    width: 60px;
}

.service-list-col2 h3 {
    font-family: 'Montserrat', sans-serif;
    color: #222222;
    font-size: 16px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 400;
}

.service-list-col2 p {
    color: gray;
    margin-left: 60px;
    margin-bottom: 40px;
}

.featured-work {
    padding-left: 80px;
}

.btn-line-white {
    border: 1px solid white;
    color: white !important;
}

.navbar-default {
    background-color: #415618;
    border: 0;
}

.navbar-default .navbar-brand {
    color: white;
    font-weight: bold;
}

.green {
    color: #92BD42 !important;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

#main-header {
    padding-top: 80px;
    background-color: #f3f3f3 ;

}


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ccc;
    background-color: transparent;
}

@media screen and (min-width: 768px) {

    .navbar-transparent {
        background: rgba(255, 255, 255, 0.35);
        border: 0;
        color: white;
    }

    .navbar-transparent .navbar-brand {
        color: white !important;
    }

    .navbar-transparent .navbar-nav>li>a {
        color: white !important;
    }

    .navbar-transparent .navbar-brand:hover {
        color: black !important;
    }

    .navbar-transparent .navbar-nav>li>a:hover {
        color: silver !important;
    }
}

.language-icon {
    width: 34px;
    margin-top: 11px;
    height: 28px;
    opacity: .6;
}

.language-icon:hover {
    opacity: 1;
}

#language-icon-href, #language-icon-href2 {
    padding: 0;
    margin: 0 0 0 10px;
    background: none;
    border: 0 !important;
}


/*============================================================
	Portfolio hover
==============================================================*/

.hovereffect {
    width: 19.8%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #1d1d1d;
    margin: 5px 0.1%;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect h3 {
    opacity: 0;
    filter: alpha(opacity=0);
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

.hovereffect h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.hovereffect:hover h3:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p,.hovereffect:hover h3 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 500px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }