body#background {
    background-color: #E6E8EB;
}
#nav-wrapper,
#footer-wrapper,
.submit .cms_submit {
    background: #a0e32d;
    background: -moz-linear-gradient(top, #a0e32d 0%, #65a21b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a0e32d), color-stop(100%, #65a21b));
    background: -webkit-linear-gradient(top, #a0e32d 0%, #65a21b 100%);
    background: -o-linear-gradient(top, #a0e32d 0%, #65a21b 100%);
    background: -ms-linear-gradient(top, #a0e32d 0%, #65a21b 100%);
    background: linear-gradient(to bottom, #a0e32d 0%, #65a21b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a0e32d', endColorstr='#65a21b', GradientType=0);
    border-radius: 10px;
}
#main-menu ul {
    font-size: 0;
}
#main-menu ul,
#main-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#main-menu a,
#mobile-nav a {
    font-size: 16px;
    color: #fff;
    display: block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    padding: 14px 37px;
}
#main-menu a:hover,
#main-menu a.selected {
    text-decoration: none;
    background: rgba(181, 232, 155, 0.3);
}
#main-menu > ul > li {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}
#main-menu > ul > li::after {
    background: rgba(0, 0, 0, 0.08) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
#main-menu > ul > li.menuparent > ul {
    position: absolute;
    display: none;
    top: 50px;
    left: 0px;
    z-index: 9;
    background-color: #59a630;
}

.menuparent > ul {
  left: 280px;
  position: absolute;
  top: 0;
    background-color: #59a630;
}

#main-menu ul li.menuparent > ul a {
    width: 280px;
    border-bottom: 2px solid #4f942b;
    border-left: 2px solid #4f942b;
    border-right: 2px solid #4f942b;
}
#main-menu ul li.menuparent > ul a:hover,
#main-menu ul li.menuparent > ul a.selected {
    background: #60b334;
}
#mobile-nav {
    display: none;
}
#moblie-nav ul,
#mobile-nav li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#mobile-nav ul {
    margin: 0;
    padding: 0;
}
#mobile-nav ul a {
    display: block;
    padding: 4%;
    border-top: 1px solid #548516;
    border-bottom: 1px solid #548516;
    margin-top: -1px;
}
#mobile-nav ul li a {
    display: block;
}
#mobile-nav > ul > li > ul li a {
    padding-left: 8%;
}
#mobile-nav a:hover,
#mobile-nav a.selected {
    background-color: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.mobile-nav-button {
    z-index: 999;
}
.mobile-nav-button a {
    color: #ffffff;
    display: inline-block;
    padding: 15px;
    text-shadow: 0 0 5px #000;
    font-size: 130%;
}
.mobile-nav-button a:hover,
.mobile-nav-button a:focus {
    color: #ffffff;
    outline: none;
    text-decoration: none;
}
.baner-link {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
.baner-link img {
    width: 100%;
}
.baner-link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .6);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .6);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .6);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -kthtml-transition: all .2s linear;
    transition: all .2s linear;
}
.baner-link:hover::before {
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .6);
    -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, .6);
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .6);
}
.baner-header {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 130%;
    font-weight: normal;
    margin: 0;
    padding: 0.5em 0.1em;
    position: absolute;
    text-align: center;
    width: 100%;
}
#right-col {
    min-height: 300px;
    border-left: 1px dotted grey;
}
.main-header {
    border-bottom: 1px dotted grey;
    color: #59950c;
    font-size: 1.5em;
    padding-bottom: 0.6em;
}
.formularz_left textarea,
.formularz_left input {
    border: 1px solid lightgrey;
    border-radius: 5px;
    font: 12px Tahoma, sans-serif;
    margin-top: 10px;
    padding: .6em;
    width: 100%;
    color: grey;
}
.submit {
    text-align: center;
}
.formularz_left .cms_submit {
    color: #fff;
    font-size: 1em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    width: 60%;
}
.formularz_left .cms_submit:hover {
    background: rgba(170, 229, 67, 1);
    background: -moz-linear-gradient(top, rgba(170, 229, 67, 1) 0%, rgba(112, 179, 30, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(170, 229, 67, 1)), color-stop(100%, rgba(112, 179, 30, 1)));
    background: -webkit-linear-gradient(top, rgba(170, 229, 67, 1) 0%, rgba(112, 179, 30, 1) 100%);
    background: -o-linear-gradient(top, rgba(170, 229, 67, 1) 0%, rgba(112, 179, 30, 1) 100%);
    background: -ms-linear-gradient(top, rgba(170, 229, 67, 1) 0%, rgba(112, 179, 30, 1) 100%);
    background: linear-gradient(to bottom, rgba(170, 229, 67, 1) 0%, rgba(112, 179, 30, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#aae543', endColorstr='#70b31e', GradientType=0);
}
.formularz_left .error_message {
    color: red;
    display: block;
    font-size: 80%;
    margin-top: 1%;
}
#footer-wrapper {
    padding: .6em 1em;
    margin: 1em 0;
}
#footer-wrapper,
#footer-wrapper a {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
#footer-menu {
    float: right;
}
#footer-menu > ul,
#footer-menu li {
    display: inline;
    margin: 0;
    padding: 0;
}
#footer-menu > ul {
    position: relative;
}
#footer-menu li {
    margin-right: .7em;
}
#footer-menu .footer-separator {
    border-left: 1px solid rgba(0, 0, 0, 0.25);
}
#footer-menu .footer-separator::before {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    content: "";
    height: 100%;
    margin-right: .7em;
    top: 0;
}
@media(max-width:767px) {} @media(min-width:768px) {
    #right-col {
        min-height: 510px;
        border-left: 1px dotted grey;
    }
}
@media(min-width:992px) {
    #right-col {
        min-height: 510px;
        border-left: 1px dotted grey;
    }
}
@media(min-width:1200px) {
    #right-col {
        min-height: 510px;
        border-left: 1px dotted grey;
    }
}
#content h2 {
font-size: 18px;
}
/* Stylesheet: styles Modified On 2015-12-03 12:55:01 */
