.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}
.cf:after {
  clear: both;
}
#jm-allpage {
  position: relative;
  background-color: #f4f4f4;
}
table a {
  color: #334800;
}
table a:hover {
  color: #273700;
}
#osmap a,
.aiContactSafe a,
.jd-item-page a {
  color: #334800;
}
#jm-maincontent .search a {
  color: #334800;
}
pre a {
  color: #334800;
}
pre a:hover {
  color: #444;
}
.highlight {
  background: #5c8200;
}
.sticky-bar #jm-allpage {
  padding-top: 148px;
}
.wide-page .container-fluid {
  max-width: 95%;
}
.sticky-bar #jm-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
  border-bottom: 1px solid #f4f4f4;
}
#jm-top-bar {
  background: #444444;
  color: #ffffff;
  font-size: 11px;
  line-height: 39px;
  border-bottom: 1px solid #f4f4f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jm-top-bar p {
  margin: 0;
}
#jm-top-bar1,
#jm-top-bar2 {
  width: 100%;
}
.topbar1.topbar2 #jm-top-bar1 {
  width: 15%;
}
.topbar1.topbar2 #jm-top-bar2 {
  width: 85%;
}
#jm-logo-nav {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #ffffff;
  color: #444444;
}
#jm-logo-sitedesc #jm-logo {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  margin: 0;
}
#jm-logo-sitedesc #jm-logo a {
  display: block;
  color: #444444;
  text-decoration: none;
}
#jm-logo-sitedesc #jm-logo a:hover {
  color: #5c8200;
}
#jm-logo-sitedesc #jm-logo img {
  border: none;
}
#jm-logo-sitedesc #jm-sitedesc {
  line-height: 1.2;
}
#jm-top-menu {
  padding-top: 17px;
  padding-bottom: 0;
  padding-left: 30px;
  background: #ffffff;
  color: #444444;
  text-align: center;
}
#jm-header {
  color: #444444;
  background: #f4f4f4;
  position: relative;
  z-index: 1;
}
#jm-header-bg {
  position: relative;
  z-index: 2;
}
#jm-header-bg .jm-module-raw {
  float: none;
  margin: 0;
}
#jm-header-bg + #jm-header-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  z-index: 3;
  width: 100%;
  margin-left: -585px;
  padding: 0;
}
.wide-page #jm-header-bg + #jm-header-content {
  margin-left: -47.5%;
}
#jm-top1 {
  padding-top: 30px;
  background: #f4f4f4;
  color: #444444;
}
#jm-top2 {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #f4f4f4;
  color: #444444;
}
#jm-top3 {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #f4f4f4;
  color: #444444;
  border-bottom: solid 1px #f4f4f4;
}
#jm-system-message {
  padding-top: 60px;
  padding-bottom: 30px;
}
#jm-main {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #f4f4f4;
}
#jm-maincontent {
  margin-bottom: 30px;
}
#jm-bottom1 {
  background: #f4f4f4;
  color: #444444;
}
#jm-bottom2 {
  padding-top: 30px;
  background: #ffffff;
  color: #444444;
}
#jm-bottom3 {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #f4f4f4;
  color: #444444;
}
#jm-footer-mod {
  border-top: solid 1px #f4f4f4;
  padding-bottom: 30px;
  background: #34373a;
  color: #d2d2d2;
  font-size: 12px;
  line-height: 1.5;
}
#jm-footer-mod-in {
  padding-top: 60px;
}
#jm-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 20px;
  font-size: 12px;
  background: #292c2f;
}
#jm-footer a {
  color: #c2c2c2;
  text-decoration: none;
}
#jm-footer a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.project-partners {
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto ;
  padding: 30px 0;
  text-align: center;
}
#jm-copyrights,
#jm-poweredby {
  color: #c2c2c2;
}
#jm-copyrights a,
#jm-poweredby a {
  color: #c2c2c2;
  text-decoration: none;
}
#jm-copyrights a:hover,
#jm-poweredby a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#jm-poweredby {
  margin: 0 10px;
}
#jm-back-top a {
  text-decoration: none;
  display: block;
  padding-right: 7px;
}
#jm-back-top a span {
  margin-left: 5px;
}
#jm-back-top a:hover {
  text-decoration: underline;
}
#jm-back-top a:hover span {
  position: relative;
  top: -3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#jm-top1 + #jm-top2,
#jm-top1 + #jm-bottom3 {
  border-top: 1px solid #f4f4f4;
}
#jm-main + #jm-bottom3 {
  border-top: 1px solid #f4f4f4;
}
#jm-bottom2 + #jm-bottom3 {
  border-top: 1px solid #f4f4f4;
}
#jm-header + #jm-top1,
#jm-header + #jm-system-message,
#jm-header + #jm-main,
#jm-header + #jm-bottom2 {
  border-top: 1px solid #f4f4f4;
}
#jm-top2 + #jm-system-message,
#jm-top2 + #jm-main,
#jm-top2 + #jm-bottom2 {
  border-top: 1px solid #f4f4f4;
}
#jm-main + #jm-bottom2 {
  border-top: 1px solid #f4f4f4;
}
#jm-bar + #jm-top1,
#jm-bar + #jm-system-message,
#jm-bar + #jm-main,
#jm-bar + #jm-bottom2 {
  padding-top: 30px;
}
#jm-top1 + #jm-system-message,
#jm-top1 + #jm-main,
#jm-top1 + #jm-bottom2 {
  padding-top: 0;
}
#jm-system-message + #jm-main,
#jm-system-message + #jm-bottom2 {
  padding-top: 0;
}
#jm-main + #jm-bottom2 {
  padding-top: 0;
}
#jm-top2 + #jm-bottom3 {
  padding-top: 0;
}
#jm-top3 + #jm-bottom1,
#jm-top3 + #jm-footer-mod {
  padding-top: 0;
}
#jm-bottom1 + #jm-footer-mod {
  padding-top: 0;
}
.responsive-disabled {
  min-width: 1170px;
}
.responsive-disabled #jm-allpage {
  min-width: 1170px;
}
div[itemprop="articleBody"] ul,
div[itemprop="introBody"] ul {
  padding-left: 20px;
  padding-bottom: 20px;
}
div[itemprop="articleBody"] ul li,
div[itemprop="introBody"] ul li {
  padding-left: 1.4em;
  position: relative;
  background: none;
}
div[itemprop="articleBody"] ul li:before,
div[itemprop="introBody"] ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  position: relative;
  left: 0;
  top: 1px;
  color: #444444;
  margin-right: 10px;
}
ul.check li,
ul.jm-arrow li {
  padding-left: 1.4em;
  position: relative;
}
ul.check li:before,
ul.jm-arrow li:before {
  font-family: 'FontAwesome';
  content: '\f046' !important;
  position: relative;
  left: 0;
  top: 1px;
  color: #444444;
}
ul.hand li,
ul.jm-arrow2 li {
  padding-left: 1.4em;
  position: relative;
}
ul.hand li:before,
ul.jm-arrow2 li:before {
  font-family: 'FontAwesome';
  content: '\f087' !important;
  position: relative;
  left: 0;
  top: 1px;
  color: #444444;
}
/********************jDownloads********************/
#jdfile-mainheader {
  background: #273700;
  display: inline-block;
  border: medium none;
  box-sizing: border-box;
  line-height: 38px;
  margin: 0 0 18px;
  padding: 10px 10px 10px 24px;
  text-transform: uppercase;
  width: 100%;
}
#jdfile-mainheader .row-fluid {
  margin: 0;
}
#jdfile-mainheader .span3,
#jdfile-mainheader .span2 {
  padding: 0;
  width: auto;
}
#jdfile-mainheader .span2 br {
  display: none;
}
#jdfile-mainheader .span3 {
  border-right: 1px solid #4b6a00;
  line-height: 14px;
  margin: 12px 19px 12px 0;
  padding: 0 18px 0 0;
}
#jdfile-mainheader .span3:nth-child(3n) {
  display: none;
}
#jdfile-mainheader .span3 + .span3 + .span3 + .span3 {
  border: medium none;
  float: right;
  margin: 0;
}
#jdfile-mainheader .span4 {
  border-right: 1px solid #4b6a00;
  line-height: 14px;
  margin: 12px 19px 12px 0;
  padding: 0 18px 0 0;
  width: auto;
}
#jdfile-mainheader .span4:last-of-type {
  border: medium none;
  float: right;
  margin: 0;
  padding-right: 0;
}
#jdfile-mainheader form {
  margin: 0;
}
#jdfile-mainheader a {
  color: #fff;
}
#jdfile-mainheader a img {
  display: none;
}
.jdfile-categories {
  background: #f4f4f4;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 15px 0;
  padding: 10px;
}
.jdfile-categories:nth-child(2n) {
  background: rgba(0, 0, 0, 0);
}
.jdfile-subhead {
  background: #f4f4f4;
  border: 1px solid #ccc;
  display: block;
  margin: 10px 0;
  padding: 8px;
}
.jdfile-subhead-files {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 15px 15px 0;
}
.jdfile-subhead-files {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  margin: 0;
  padding: 0;
}
.jdfile-subhead-files .span7 {
  text-align: left;
  width: 100%;
}
.jdfile-subhead-files .span7 form br {
  display: none;
}
.jdfile-subhead-files .span7 form {
  font-size: 12px;
}
.jdfile-subhead-files .span7 form#adminForm span {
  color: #273700;
}
.jdfile-subhead-files .span7 form span {
  color: #fff;
}
.jdfile-subhead-files .span7 form span:first-of-type {
  margin: 0 0 0 10px;
}
.jdfile-subhead-files .span7 form span:first-of-type span {
  margin: 0;
}
.jdfile-subhead-files + div:not([class]) {
  display: none;
}
.jdfile-subhead-files > h3 {
  margin: 0 0 16px;
}
.jstatus {
  font-size: 10px !important;
}
.jd-details-info {
  background: #fafafa;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  margin: 5px 0;
  min-height: 55px;
  padding: 5px;
  text-align: center;
}
.jd_summary_list ul li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding-left: 0;
}
#jd_agreeForm {
  text-align: center;
}
.jdfile-baseinfo {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  margin: 0 0 36px;
  padding: 25px 15px 30px;
  position: relative;
  box-sizing: border-box;
}
.jdfile-baseinfo:nth-child(2n+1) {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.jdfile-baseinfo .span1 {
  padding: 5px;
}
.jdfile-baseinfo .span7 {
  color: #303030;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.jdfile-baseinfo .span7 a:first-of-type {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 4px;
  color: #273700;
}
.jdfile-baseinfo .span4 {
  text-align: left;
}
.jdfile-baseinfo .span4.text-center p br {
  display: none;
}
.jdfile-baseinfo .span4.text-center p i {
  margin: 0 9px 0 22px;
}
.jdfile-baseinfo .span4.text-center p:first-of-type {
  float: right;
  margin: -6px 0 0;
}
.jdfile-baseinfo .span3.text-right {
  display: none;
}
.jd_footer {
  float: right;
  font-size: 10px;
}
.jd-paginacja {
  box-sizing: border-box;
  margin: 0 0 5px;
  padding: 0;
}
.jdbutton {
  box-shadow: none;
  font: inherit;
  text-shadow: none;
}
.jmedium {
  font-size: 14px !important;
  padding: 10px 30px !important;
}
.jblue {
  background: #1f537e;
  border: 0 none;
  color: #ffffff !important;
}
.jdbutton.jblue.jmedium:hover {
  background: #9e9e9e none repeat scroll 0 0;
  color: #000000 !important;
  text-decoration: underline;
}
.jdbutton.jblue.jmedium {
  border-radius: 3px;
  font-size: 12px !important;
  line-height: 20px;
  margin: 0;
  padding: 10px 45px !important;
  text-transform: uppercase;
  background: #273700;
  border: 1px solid #273700;
  color: #fff !important;
}
.jdbutton.jblue.jmedium:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  text-decoration: none;
  color: #273700 !important;
}
.jdbutton.jorange.jstatus {
  background: rgba(0, 0, 0, 0) url("../images/new-badge.png") no-repeat scroll 0 0;
  border: medium none;
  height: 72px;
  overflow: hidden;
  position: absolute;
  right: -22px;
  text-indent: 200%;
  top: -6px;
  white-space: nowrap;
  width: 72px;
  color: #273700 !important;
}
.jdbutton.jblue.jstatus {
  display: none;
}
a.jdbutton.jblue,
a.jdbutton.jblue.medium,
#jd_license_submit {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #273700;
  border-radius: 2px;
  box-sizing: border-box;
  color: #000 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 20px;
  margin-bottom: 0;
  padding: 8px 44px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in 0s;
  vertical-align: middle;
  width: auto;
}
a.jdbutton.jblue:hover,
a.jdbutton.jblue.medium:hover,
#jd_license_submit:hover {
  background: #273700;
  color: #fff !important;
}
.back_button {
  background: #898989;
  float: left;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 35px;
}
.back_button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #303030;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.back_button a {
  background: #eeeeee;
  border-radius: 3px;
  color: #303030;
  display: block;
  padding: 10px 47px;
}
.back_button a:hover {
  text-decoration: none;
}
.back_button i {
  display: none;
}
.jd-item-page div.btn.back_button {
  background: none;
}
/********************Koniec_jDownloads********************/
.sp-accordion.sp-accordion-JM {
  border-bottom: solid 2px #f4f4f4;
  margin: 0 -30px;
  margin-bottom: -30px;
}
.sp-accordion.sp-accordion-JM .toggler,
.sp-accordion.sp-accordion-JM .toggler span,
.sp-accordion.sp-accordion-JM .toggler span span {
  display: block;
  height: 48px;
  line-height: 48px;
  background: none;
  cursor: pointer;
}
.sp-accordion.sp-accordion-JM .toggler {
  border-top: solid 2px #f4f4f4;
  position: relative;
  padding: 0 30px;
}
.sp-accordion.sp-accordion-JM .toggler span,
.sp-accordion.sp-accordion-JM .toggler span span {
  background: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.sp-accordion.sp-accordion-JM .sp-accordion-container .readmore {
  display: inline-block;
  padding-top: 10px;
  font-size: 11px;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
}
.sp-accordion.sp-accordion-JM .sp-accordion-inner {
  background: none;
  padding: 10px 30px;
}
.sp-accordion.sp-accordion-JM .toggler span span:after {
  display: inline-block;
  width: 15px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  content: '\f067';
  font-family: 'FontAwesome';
  font-weight: 400;
  font-size: 12px;
  color: #5c8200;
  text-align: center;
  line-height: 30px;
}
.sp-accordion.sp-accordion-JM .active span span:after {
  content: '\f068';
}
.sp-accordion.sp-accordion-JM .sp-accordion-image {
  margin-bottom: 30px;
}
.span0 {
  float: none !important;
}
.span50 {
  float: left !important;
  width: 50% !important;
}
.jm-module {
  margin-bottom: 30px;
  padding: 30px;
  padding-top: 26px;
  background: #ffffff;
  border: solid 1px #f4f4f4;
  position: relative;
}
.jm-module a {
  color: #334800;
}
.jm-module .jm-title {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.1;
  margin: 0 0 40px;
  padding-bottom: 14px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url(../images/icons/kolor1/title_bg.png);
  color: #444444;
  text-transform: uppercase;
}
.jm-module .jm-title span {
  display: inline-block;
}
.jm-module .jm-title.font-icons span {
  color: #ffffff;
  width: 63px;
  height: 63px;
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: right;
}
.jm-module .jm-title.font-icons span:before {
  line-height: 90%;
  vertical-align: top;
  font-size: 57.6px;
}
.jm-module .jm-title.kolor1 span {
  color: #5c8200;
}
.jm-module .jm-title.kolor2 span {
  color: #f3940d;
}
.jm-module .jm-title.kolor3 span {
  color: #e24e3c;
}
.jm-module .jm-title.gray span {
  color: #323232;
}
.jm-module .jm-title.img-icons span {
  width: 64.8px;
  height: 64.8px;
  position: absolute;
  top: 30px;
  right: 30px;
  background-repeat: no-repeat;
  background-position: right top;
}
.jm-module .jm-title.img-icons.kolor1 span.portfel {
  background-image: url(../images/icons/kolor1/portfel.png);
}
.jm-module .jm-title.img-icons.kolor1 span.drukarka {
  background-image: url(../images/icons/kolor1/drukarka.png);
}
.jm-module .jm-title.img-icons.kolor1 span.dokumenty {
  background-image: url(../images/icons/kolor1/dokumenty.png);
}
.jm-module .jm-title.img-icons.kolor2 span.portfel {
  background-image: url(../images/icons/kolor2/portfel.png);
}
.jm-module .jm-title.img-icons.kolor2 span.drukarka {
  background-image: url(../images/icons/kolor2/drukarka.png);
}
.jm-module .jm-title.img-icons.kolor2 span.dokumenty {
  background-image: url(../images/icons/kolor2/dokumenty.png);
}
.jm-module .jm-title.img-icons.kolor3 span.portfel {
  background-image: url(../images/icons/kolor3/portfel.png);
}
.jm-module .jm-title.img-icons.kolor3 span.drukarka {
  background-image: url(../images/icons/kolor3/drukarka.png);
}
.jm-module .jm-title.img-icons.kolor3 span.dokumenty {
  background-image: url(../images/icons/kolor3/dokumenty.png);
}
.jm-module.ramka-dol {
  border-bottom: solid 4px #f3940d;
}
.jm-module.ramka-dol.kolor1 {
  border-bottom-color: #5c8200;
}
.jm-module.ramka-dol.kolor2 {
  border-bottom-color: #f3940d;
}
.jm-module.ramka-dol.kolor3 {
  border-bottom-color: #e24e3c;
}
.jm-module.ramka-dol.gray {
  border-bottom-color: #323232;
}
.jm-module.ramka-gora {
  border-top: solid 4px #f3940d;
}
.jm-module.ramka-gora.kolor1 {
  border-top-color: #5c8200;
}
.jm-module.ramka-gora.kolor2 {
  border-top-color: #f3940d;
}
.jm-module.ramka-gora.kolor3 {
  border-top-color: #e24e3c;
}
.jm-module.ramka-gora.gray {
  border-top-color: #323232;
}
.jm-module.ramka-tytul {
  padding: 0;
  border: none;
}
.jm-module.ramka-tytul .jm-title {
  padding: 30px 5px;
  margin: 0;
  border-style: solid;
  border-width: 3px;
  text-transform: capitalize;
  text-align: center;
  background-image: none;
}
.jm-module.ramka-tytul .jm-title a {
  color: #444444;
}
.jm-module.ramka-tytul.z-tlem .jm-module-content {
  padding: 30px;
}
.jm-module.ramka-tytul.kolor1 .jm-title {
  border-color: #5c8200;
}
.jm-module.ramka-tytul.kolor1 .jm-title a:hover {
  color: #334800 !important;
}
.jm-module.ramka-tytul.kolor2 .jm-title {
  border-color: #f3940d;
}
.jm-module.ramka-tytul.kolor2 .jm-title a:hover {
  color: #925907 !important;
}
.jm-module.ramka-tytul.kolor3 .jm-title {
  border-color: #e24e3c;
}
.jm-module.ramka-tytul.kolor3 .jm-title a:hover {
  color: #952416 !important;
}
.jm-module.bez-tla {
  background: none;
  padding: 0;
  border: none;
}
.jm-module.bez-odstepu {
  margin-bottom: 0;
  border-color: #f4f4f4;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}
.jm-module.z-tlem.kolor1 {
  background: #273700;
}
.jm-module.z-tlem.kolor2 {
  background: #683f05;
}
.jm-module.z-tlem.kolor3 {
  background: #691910;
}
.jm-module.z-tlem.gray {
  background: #323232;
}
.jm-module.z-tlem.kolor1,
.jm-module.z-tlem.kolor2,
.jm-module.z-tlem.kolor3,
.jm-module.z-tlem.gray {
  color: #ffffff;
}
.jm-module.z-tlem.kolor1 .jm-title,
.jm-module.z-tlem.kolor2 .jm-title,
.jm-module.z-tlem.kolor3 .jm-title,
.jm-module.z-tlem.gray .jm-title {
  color: #ffffff !important;
}
.jm-module.z-tlem.kolor1 a,
.jm-module.z-tlem.kolor2 a,
.jm-module.z-tlem.kolor3 a,
.jm-module.z-tlem.gray a {
  color: #ffffff;
  text-decoration: underline;
}
.jm-module.z-tlem.kolor1 a:hover,
.jm-module.z-tlem.kolor2 a:hover,
.jm-module.z-tlem.kolor3 a:hover,
.jm-module.z-tlem.gray a:hover {
  text-decoration: none;
}
.jm-module.z-tlem.kolor1 .btn,
.jm-module.z-tlem.kolor2 .btn,
.jm-module.z-tlem.kolor3 .btn,
.jm-module.z-tlem.gray .btn,
.jm-module.z-tlem.kolor1 a.button,
.jm-module.z-tlem.kolor2 a.button,
.jm-module.z-tlem.kolor3 a.button,
.jm-module.z-tlem.gray a.button,
.jm-module.z-tlem.kolor1 input.button,
.jm-module.z-tlem.kolor2 input.button,
.jm-module.z-tlem.kolor3 input.button,
.jm-module.z-tlem.gray input.button,
.jm-module.z-tlem.kolor1 button.button,
.jm-module.z-tlem.kolor2 button.button,
.jm-module.z-tlem.kolor3 button.button,
.jm-module.z-tlem.gray button.button {
  color: #444444;
  text-decoration: none !important;
}
.jm-module.z-tlem.kolor1 .btn:hover,
.jm-module.z-tlem.kolor2 .btn:hover,
.jm-module.z-tlem.kolor3 .btn:hover,
.jm-module.z-tlem.gray .btn:hover,
.jm-module.z-tlem.kolor1 a.button:hover,
.jm-module.z-tlem.kolor2 a.button:hover,
.jm-module.z-tlem.kolor3 a.button:hover,
.jm-module.z-tlem.gray a.button:hover,
.jm-module.z-tlem.kolor1 input.button:hover,
.jm-module.z-tlem.kolor2 input.button:hover,
.jm-module.z-tlem.kolor3 input.button:hover,
.jm-module.z-tlem.gray input.button:hover,
.jm-module.z-tlem.kolor1 button.button:hover,
.jm-module.z-tlem.kolor2 button.button:hover,
.jm-module.z-tlem.kolor3 button.button:hover,
.jm-module.z-tlem.gray button.button:hover,
.jm-module.z-tlem.kolor1 .btn:focus,
.jm-module.z-tlem.kolor2 .btn:focus,
.jm-module.z-tlem.kolor3 .btn:focus,
.jm-module.z-tlem.gray .btn:focus,
.jm-module.z-tlem.kolor1 a.button:focus,
.jm-module.z-tlem.kolor2 a.button:focus,
.jm-module.z-tlem.kolor3 a.button:focus,
.jm-module.z-tlem.gray a.button:focus,
.jm-module.z-tlem.kolor1 input.button:focus,
.jm-module.z-tlem.kolor2 input.button:focus,
.jm-module.z-tlem.kolor3 input.button:focus,
.jm-module.z-tlem.gray input.button:focus,
.jm-module.z-tlem.kolor1 button.button:focus,
.jm-module.z-tlem.kolor2 button.button:focus,
.jm-module.z-tlem.kolor3 button.button:focus,
.jm-module.z-tlem.gray button.button:focus,
.jm-module.z-tlem.kolor1 .btn:active,
.jm-module.z-tlem.kolor2 .btn:active,
.jm-module.z-tlem.kolor3 .btn:active,
.jm-module.z-tlem.gray .btn:active,
.jm-module.z-tlem.kolor1 a.button:active,
.jm-module.z-tlem.kolor2 a.button:active,
.jm-module.z-tlem.kolor3 a.button:active,
.jm-module.z-tlem.gray a.button:active,
.jm-module.z-tlem.kolor1 input.button:active,
.jm-module.z-tlem.kolor2 input.button:active,
.jm-module.z-tlem.kolor3 input.button:active,
.jm-module.z-tlem.gray input.button:active,
.jm-module.z-tlem.kolor1 button.button:active,
.jm-module.z-tlem.kolor2 button.button:active,
.jm-module.z-tlem.kolor3 button.button:active,
.jm-module.z-tlem.gray button.button:active,
.jm-module.z-tlem.kolor1 .btn.active,
.jm-module.z-tlem.kolor2 .btn.active,
.jm-module.z-tlem.kolor3 .btn.active,
.jm-module.z-tlem.gray .btn.active,
.jm-module.z-tlem.kolor1 a.button.active,
.jm-module.z-tlem.kolor2 a.button.active,
.jm-module.z-tlem.kolor3 a.button.active,
.jm-module.z-tlem.gray a.button.active,
.jm-module.z-tlem.kolor1 input.button.active,
.jm-module.z-tlem.kolor2 input.button.active,
.jm-module.z-tlem.kolor3 input.button.active,
.jm-module.z-tlem.gray input.button.active,
.jm-module.z-tlem.kolor1 button.button.active,
.jm-module.z-tlem.kolor2 button.button.active,
.jm-module.z-tlem.kolor3 button.button.active,
.jm-module.z-tlem.gray button.button.active {
  color: #ffffff;
}
.jm-module.z-tlem.kolor1 .btn.inverted,
.jm-module.z-tlem.kolor2 .btn.inverted,
.jm-module.z-tlem.kolor3 .btn.inverted,
.jm-module.z-tlem.gray .btn.inverted,
.jm-module.z-tlem.kolor1 a.button.inverted,
.jm-module.z-tlem.kolor2 a.button.inverted,
.jm-module.z-tlem.kolor3 a.button.inverted,
.jm-module.z-tlem.gray a.button.inverted,
.jm-module.z-tlem.kolor1 input.button.inverted,
.jm-module.z-tlem.kolor2 input.button.inverted,
.jm-module.z-tlem.kolor3 input.button.inverted,
.jm-module.z-tlem.gray input.button.inverted,
.jm-module.z-tlem.kolor1 button.button.inverted,
.jm-module.z-tlem.kolor2 button.button.inverted,
.jm-module.z-tlem.kolor3 button.button.inverted,
.jm-module.z-tlem.gray button.button.inverted {
  color: #ffffff;
}
.jm-module.z-tlem.kolor1 .btn.inverted:hover,
.jm-module.z-tlem.kolor2 .btn.inverted:hover,
.jm-module.z-tlem.kolor3 .btn.inverted:hover,
.jm-module.z-tlem.gray .btn.inverted:hover,
.jm-module.z-tlem.kolor1 a.button.inverted:hover,
.jm-module.z-tlem.kolor2 a.button.inverted:hover,
.jm-module.z-tlem.kolor3 a.button.inverted:hover,
.jm-module.z-tlem.gray a.button.inverted:hover,
.jm-module.z-tlem.kolor1 input.button.inverted:hover,
.jm-module.z-tlem.kolor2 input.button.inverted:hover,
.jm-module.z-tlem.kolor3 input.button.inverted:hover,
.jm-module.z-tlem.gray input.button.inverted:hover,
.jm-module.z-tlem.kolor1 button.button.inverted:hover,
.jm-module.z-tlem.kolor2 button.button.inverted:hover,
.jm-module.z-tlem.kolor3 button.button.inverted:hover,
.jm-module.z-tlem.gray button.button.inverted:hover,
.jm-module.z-tlem.kolor1 .btn.inverted:focus,
.jm-module.z-tlem.kolor2 .btn.inverted:focus,
.jm-module.z-tlem.kolor3 .btn.inverted:focus,
.jm-module.z-tlem.gray .btn.inverted:focus,
.jm-module.z-tlem.kolor1 a.button.inverted:focus,
.jm-module.z-tlem.kolor2 a.button.inverted:focus,
.jm-module.z-tlem.kolor3 a.button.inverted:focus,
.jm-module.z-tlem.gray a.button.inverted:focus,
.jm-module.z-tlem.kolor1 input.button.inverted:focus,
.jm-module.z-tlem.kolor2 input.button.inverted:focus,
.jm-module.z-tlem.kolor3 input.button.inverted:focus,
.jm-module.z-tlem.gray input.button.inverted:focus,
.jm-module.z-tlem.kolor1 button.button.inverted:focus,
.jm-module.z-tlem.kolor2 button.button.inverted:focus,
.jm-module.z-tlem.kolor3 button.button.inverted:focus,
.jm-module.z-tlem.gray button.button.inverted:focus,
.jm-module.z-tlem.kolor1 .btn.inverted:active,
.jm-module.z-tlem.kolor2 .btn.inverted:active,
.jm-module.z-tlem.kolor3 .btn.inverted:active,
.jm-module.z-tlem.gray .btn.inverted:active,
.jm-module.z-tlem.kolor1 a.button.inverted:active,
.jm-module.z-tlem.kolor2 a.button.inverted:active,
.jm-module.z-tlem.kolor3 a.button.inverted:active,
.jm-module.z-tlem.gray a.button.inverted:active,
.jm-module.z-tlem.kolor1 input.button.inverted:active,
.jm-module.z-tlem.kolor2 input.button.inverted:active,
.jm-module.z-tlem.kolor3 input.button.inverted:active,
.jm-module.z-tlem.gray input.button.inverted:active,
.jm-module.z-tlem.kolor1 button.button.inverted:active,
.jm-module.z-tlem.kolor2 button.button.inverted:active,
.jm-module.z-tlem.kolor3 button.button.inverted:active,
.jm-module.z-tlem.gray button.button.inverted:active,
.jm-module.z-tlem.kolor1 .btn.inverted.active,
.jm-module.z-tlem.kolor2 .btn.inverted.active,
.jm-module.z-tlem.kolor3 .btn.inverted.active,
.jm-module.z-tlem.gray .btn.inverted.active,
.jm-module.z-tlem.kolor1 a.button.inverted.active,
.jm-module.z-tlem.kolor2 a.button.inverted.active,
.jm-module.z-tlem.kolor3 a.button.inverted.active,
.jm-module.z-tlem.gray a.button.inverted.active,
.jm-module.z-tlem.kolor1 input.button.inverted.active,
.jm-module.z-tlem.kolor2 input.button.inverted.active,
.jm-module.z-tlem.kolor3 input.button.inverted.active,
.jm-module.z-tlem.gray input.button.inverted.active,
.jm-module.z-tlem.kolor1 button.button.inverted.active,
.jm-module.z-tlem.kolor2 button.button.inverted.active,
.jm-module.z-tlem.kolor3 button.button.inverted.active,
.jm-module.z-tlem.gray button.button.inverted.active {
  color: #444444;
}
.jm-module.z-tlem.kolor1 .jm-typo-title,
.jm-module.z-tlem.kolor2 .jm-typo-title,
.jm-module.z-tlem.kolor3 .jm-typo-title,
.jm-module.z-tlem.gray .jm-typo-title {
  color: #ffffff;
}
.jm-module.tlo-tytulu {
  padding-top: 0;
}
.jm-module.tlo-tytulu .jm-title {
  margin: 0 -30px;
  margin-bottom: 14px;
  padding: 30px;
  color: #ffffff;
}
.jm-module.tlo-tytulu .jm-title span {
  color: #ffffff !important;
}
.jm-module.tlo-tytulu .jm-title.kolor1 {
  background: #273700;
  color: #ffffff !important;
}
.jm-module.tlo-tytulu .jm-title.kolor2 {
  background: #683f05;
  color: #ffffff !important;
}
.jm-module.tlo-tytulu .jm-title.kolor3 {
  background: #691910;
  color: #ffffff !important;
}
.jm-module.tlo-tytulu .jm-title.gray {
  background: #323232;
  color: #ffffff !important;
}
.jm-module.tlo-tytulu .jm-title.font-icons {
  padding-bottom: 60px;
}
.jm-module.ms-ikona {
  position: relative;
  padding: 30px 20px;
  padding-top: 50px;
  padding-left: 120px;
  font-size: 13px;
  border-bottom: solid 4px #e8e8e8;
}
.jm-module.ms-ikona .jm-title {
  margin-bottom: 20px;
}
.jm-module.ms-ikona .jm-title span {
  display: block;
}
.jm-module.ms-ikona p {
  line-height: normal;
  margin: 0;
  padding: 0;
}
.jm-module.ms-ikona p:first-child {
  text-transform: none;
}
.jm-module.ms-ikona:before {
  content: '';
  display: block;
  width: 80px;
  height: 60px;
  position: absolute;
  top: 40px;
  left: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.jm-module.ms-ikona.ikona1 .jm-title {
  background-image: url(../images/icons/kolor2/bg_title2.png);
}
.jm-module.ms-ikona.ikona1:before {
  background-image: url(../images/icons/kolor2/envelope.png);
}
.jm-module.ms-ikona.ikona1.kolor1:before {
  background-image: url(../images/icons/kolor1/envelope.png);
}
.jm-module.ms-ikona.ikona1.kolor1 .jm-title {
  background-image: url(../images/icons/kolor1/bg_title2.png);
}
.jm-module.ms-ikona.ikona1.kolor2:before {
  background-image: url(../images/icons/kolor2/envelope.png);
}
.jm-module.ms-ikona.ikona1.kolor2 .jm-title {
  background-image: url(../images/icons/kolor2/bg_title2.png);
}
.jm-module.ms-ikona.ikona1.kolor3:before {
  background-image: url(../images/icons/kolor3/envelope.png);
}
.jm-module.ms-ikona.ikona1.kolor3 .jm-title {
  background-image: url(../images/icons/kolor3/bg_title2.png);
}
.jm-module.ms-ikona.ikona2 .jm-title {
  background-image: url(../images/icons/kolor1/bg_title2.png);
}
.jm-module.ms-ikona.ikona2:before {
  background-image: url(../images/icons/kolor1/bulb.png);
}
.jm-module.ms-ikona.ikona2.kolor1:before {
  background-image: url(../images/icons/kolor1/bulb.png);
}
.jm-module.ms-ikona.ikona2.kolor1 .jm-title {
  background-image: url(../images/icons/kolor1/bg_title2.png);
}
.jm-module.ms-ikona.ikona2.kolor2:before {
  background-image: url(../images/icons/kolor2/bulb.png);
}
.jm-module.ms-ikona.ikona2.kolor2 .jm-title {
  background-image: url(../images/icons/kolor2/bg_title2.png);
}
.jm-module.ms-ikona.ikona2.kolor3:before {
  background-image: url(../images/icons/kolor3/bulb.png);
}
.jm-module.ms-ikona.ikona2.kolor3 .jm-title {
  background-image: url(../images/icons/kolor3/bg_title2.png);
}
.jm-module.ms-ikona.ikona3:before {
  background-image: url(../images/icons/kolor3/female.png);
}
.jm-module.ms-ikona.ikona3 .jm-title {
  background-image: url(../images/icons/kolor3/bg_title2.png);
}
.jm-module.ms-ikona.ikona3.kolor1:before {
  background-image: url(../images/icons/kolor1/female.png);
}
.jm-module.ms-ikona.ikona3.kolor1 .jm-title {
  background-image: url(../images/icons/kolor1/bg_title2.png);
}
.jm-module.ms-ikona.ikona3.kolor2:before {
  background-image: url(../images/icons/kolor2/female.png);
}
.jm-module.ms-ikona.ikona3.kolor2 .jm-title {
  background-image: url(../images/icons/kolor2/bg_title2.png);
}
.jm-module.ms-ikona.ikona3.kolor3:before {
  background-image: url(../images/icons/kolor3/female.png);
}
.jm-module.ms-ikona.ikona3.kolor3 .jm-title {
  background-image: url(../images/icons/kolor3/bg_title2.png);
}
.jm-module.ms-info {
  padding-top: 100px;
}
.jm-module.ms-info:before {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  top: -15px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
}
.jm-module.ms-info.ikona1:before {
  background-image: url(../images/icons/kolor2/clock.png);
}
.jm-module.ms-info.ikona1.kolor1:before {
  background-image: url(../images/icons/kolor1/clock.png);
}
.jm-module.ms-info.ikona1.kolor2:before {
  background-image: url(../images/icons/kolor2/clock.png);
}
.jm-module.ms-info.ikona1.kolor3:before {
  background-image: url(../images/icons/kolor3/clock.png);
}
.jm-module.ms-info.ikona2:before {
  background-image: url(../images/icons/kolor1/happy.png);
}
.jm-module.ms-info.ikona2.kolor1:before {
  background-image: url(../images/icons/kolor1/happy.png);
}
.jm-module.ms-info.ikona2.kolor2:before {
  background-image: url(../images/icons/kolor2/happy.png);
}
.jm-module.ms-info.ikona2.kolor3:before {
  background-image: url(../images/icons/kolor3/happy.png);
}
.jm-module.ms-info.ikona3:before {
  background-image: url(../images/icons/kolor3/global.png);
}
.jm-module.ms-info.ikona3.kolor1:before {
  background-image: url(../images/icons/kolor1/global.png);
}
.jm-module.ms-info.ikona3.kolor2:before {
  background-image: url(../images/icons/kolor2/global.png);
}
.jm-module.ms-info.ikona3.kolor3:before {
  background-image: url(../images/icons/kolor3/global.png);
}
.jm-module.ms-info .jm-title {
  text-align: center;
  background-position: center bottom;
  background-image: url(../images/icons/kolor1/bg_title2.png);
  margin-bottom: 20px;
}
.jm-module.ms-info.kolor1 .jm-title {
  background-image: url(../images/icons/kolor1/bg_title2.png);
}
.jm-module.ms-info.kolor2 .jm-title {
  background-image: url(../images/icons/kolor2/bg_title2.png);
}
.jm-module.ms-info.kolor3 .jm-title {
  background-image: url(../images/icons/kolor3/bg_title2.png);
}
.jm-module.ms-info .row-fluid,
.jm-module.ms-info li {
  background-image: none;
  padding: 12px 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #e9e9e9;
}
.jm-module.ms-info .row-fluid:last-child,
.jm-module.ms-info li:last-child {
  border: none;
}
.jm-module.no-padding {
  padding: 0;
}
.jm-module .row-fluid.odd {
  background: #F1F1F1;
  padding: 5px;
  margin: 0;
}
.jm-module .row-fluid.even {
  padding: 5px;
  margin: 0;
}
.moduletable {
  margin: 0 0 20px;
}
.moduletable > h3 {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin: 0 0 20px;
  color: #444444;
}
#jm-header .jm-module {
  padding: 0;
  margin-bottom: 0;
}
#jm-header .jm-module .jm-title,
#jm-header .moduletable > h3 {
  color: #444444;
}
#jm-breadcrumbs .jm-module {
  border: none;
  padding: 0;
  background: transparent;
}
#jm-top1 .jm-module .jm-title,
#jm-top1 .moduletable > h3 {
  color: #444444;
}
#jm-top2 .jm-module .jm-title,
#jm-top2 .moduletable > h3 {
  color: #444444;
}
#jm-top3 .jm-module .jm-title,
#jm-top3 .moduletable > h3 {
  color: #444444;
}
#jm-bottom1 .jm-module .jm-title,
#jm-bottom1 .moduletable > h3 {
  color: #444444;
}
#jm-bottom2 .jm-module .jm-title,
#jm-bottom2 .moduletable > h3 {
  color: #444444;
}
#jm-bottom3 .jm-module .jm-title,
#jm-bottom3 .moduletable > h3 {
  color: #444444;
}
#jm-footer-mod .jm-module {
  background: transparent;
  border: none;
}
#jm-footer-mod .jm-module .jm-title,
#jm-footer-mod .moduletable > h3 {
  color: #ffffff;
}
.jm-module.center-ms .jm-title {
  font-size: 250%;
  text-align: center;
  margin: 0 0 36px;
}
#jm-top-bar select,
#jm-top-bar textarea,
#jm-top-bar input[type="text"],
#jm-top-bar input[type="password"],
#jm-top-bar input[type="datetime"],
#jm-top-bar input[type="datetime-local"],
#jm-top-bar input[type="date"],
#jm-top-bar input[type="month"],
#jm-top-bar input[type="time"],
#jm-top-bar input[type="week"],
#jm-top-bar input[type="number"],
#jm-top-bar input[type="email"],
#jm-top-bar input[type="url"],
#jm-top-bar input[type="search"],
#jm-top-bar input[type="tel"],
#jm-top-bar input[type="color"],
#jm-top-bar .uneditable-input {
  height: 24px;
  line-height: 24px;
}
#jm-top-bar .btn {
  font-size: 9px;
  height: 24px;
  line-height: 20px;
  padding: 0 5px;
}
#jm-top-bar form {
  margin: 0;
}
#jm-top-bar div.login-greeting,
#jm-top-bar .logout-button {
  display: inline-block;
}
#jm-top-bar .logout-button .btn {
  margin-left: 10px !important;
}
.jm-module-raw {
  float: left;
  margin-right: 20px;
}
#jm-top-menu .jm-module-raw {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
#jm-top-menu .jm-module-raw:first-child {
  margin-left: 0;
}
#jm-top-bar2 .jm-module-raw {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.jm-module.margin-ms {
  margin: 0 !important;
}
#jm-header-content .jm-module:first-child {
  margin: 30px 0;
}
#jm-header-content .jm-module.margin-ms {
  margin: 0;
}
.jm-module.nav.menu {
  margin-bottom: 30px;
}
.toggle-nav.menu {
  display: none;
}
#jm-maincontent .toggle-nav.menu {
  display: block;
}
#jm-allpage .contact-ps h3,
#jm-allpage .contact-ps form#contact-form > fieldset > legend,
#jm-allpage .contact-ps > .contact-address.dl-horizontal {
  display: none;
}
#jm-allpage .contact-ps > h3:first-child {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  margin: 0;
}
#jm-allpage .contact-ps .form-horizontal .control-label {
  float: none;
  width: auto;
  text-align: inherit;
  padding: 0;
}
#jm-allpage .contact-ps .form-horizontal .control-label label {
  margin: 0 0 10px;
}
#jm-allpage .contact-ps .form-horizontal .controls {
  margin: 0;
}
#jm-allpage .contact-ps .form-actions {
  background: none;
  border: none;
  padding: 0;
}
.jm-box {
  text-align: center;
}
.jm-box .jm-ico {
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  margin: 0 0 30px;
}
.jm-box .jm-ico span {
  display: inline-block;
  vertical-align: middle;
  background: #5c8200;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 100px;
  width: 100px;
}
.jm-box .jm-ico span:before {
  vertical-align: middle;
  line-height: 100px;
}
.jm-box .title {
  color: #444444;
  font-size: 120%;
  display: block;
  margin: 0 0 32px;
  line-height: 1.1;
  position: relative;
}
.jm-box .title:before,
.jm-box .title:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 70px;
  background: #f4f4f4;
  left: 50%;
  margin-left: -35px;
  right: auto;
}
.jm-box .title:before {
  bottom: -18px;
}
.jm-box .title:after {
  bottom: -21px;
}
.jm-box .description {
  display: block;
  margin: 0 0 30px;
}
.jm-top-contact {
  margin: -10px -10px 0;
}
.jm-top-contact .item {
  float: left;
  padding: 10px 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jm-top-contact .item a {
  color: #ffffff;
}
.jm-top-contact .item a:hover {
  color: #5c8200;
  text-decoration: none;
}
.jm-top-contact [class^="icon-"],
.jm-top-contact [class*=" icon-"] {
  line-height: 1;
}
#jm-allpage .search-ms form {
  text-align: center;
  margin: 0 0 30px;
}
#jm-allpage .search-ms form .search-query {
  width: 100%;
  max-width: 50%;
}
#jm-allpage .search-ms form .btn {
  margin-left: -2px;
  font-size: 0;
  position: relative;
}
#jm-allpage .search-ms form .btn [class^="icon-"],
#jm-allpage .search-ms form .btn [class*=" icon-"] {
  font-size: 13px;
}
#jm-top-bar .search {
  margin-right: -26px;
}
#jm-top-bar .search .inputbox {
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
}
#jm-top-bar .search label.element-invisible {
  display: none;
}
#jm-top-bar .search .btn {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  font-size: 0;
  width: 24px;
  height: 22px;
  cursor: pointer;
  position: relative;
  left: -35px;
  top: 0px;
}
#jm-top-bar .search .btn:after {
  content: '\e003';
  font-family: Glyphicons Halflings;
  font-size: 15px;
  color: #444444;
}
#jm-top-bar .search .btn:hover {
  background: none;
}
.jm-category-module {
  margin: -60px -15px;
}
.jm-category-module li {
  background-image: none;
  padding: 0 15px;
  margin: 30px 0 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.jm-category-module li .item-in {
  padding-top: 30px;
  border-top: 1px solid #f4f4f4;
}
.jm-category-module li p {
  line-height: 1.7;
}
.jm-category-module li:first-child .item-in {
  border-top: none;
}
.jm-category-module .item-in {
  display: table;
  width: 100%;
}
.jm-category-module .mod-article-image {
  display: table-cell;
  padding: 0 20px 0 0;
  vertical-align: top;
}
.jm-category-module .mod-article-image img {
  max-width: none;
}
.jm-category-module .description {
  display: table-cell;
  vertical-align: top;
}
.jm-category-module .mod-articles-category-title {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
  color: #444444;
  text-decoration: none;
  display: block;
  margin: 0 0 5px;
}
.jm-category-module .mod-articles-category-title:hover {
  color: #5c8200;
}
.jm-category-module .mod-articles-category-date {
  display: block;
}
.jm-category-module .mod-articles-category-introtext {
  margin-top: 15px;
}
.jm-category-module .readmore {
  display: block;
}
.col2 .jm-category-module li {
  width: 50%;
}
.col2 .jm-category-module li:nth-child(2) .item-in {
  border-top: none;
}
.col2 .jm-category-module li:nth-child(odd) {
  clear: both;
}
.col3 .jm-category-module li {
  width: 33.3%;
}
.col3 .jm-category-module li:nth-child(2) .item-in,
.col3 .jm-category-module li:nth-child(3) .item-in {
  border-top: none;
}
.col3 .jm-category-module li:nth-child(4n+1) {
  clear: both;
}
.col4 .jm-category-module li {
  width: 25%;
}
.col4 .jm-category-module li:nth-child(2) .item-in,
.col4 .jm-category-module li:nth-child(3) .item-in,
.col4 .jm-category-module li:nth-child(4) .item-in {
  border-top: none;
}
.col4 .jm-category-module li:nth-child(5n+1) {
  clear: both;
}
.article-ms .jm-category-module {
  margin-top: -30px;
}
.article-ms .jm-category-module li .item-in {
  border: none;
  padding: 0;
}
.article-ms .jm-category-module .mod-article-image img {
  background-color: #5c8200;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.article-ms .jm-category-module .mod-articles-category-title {
  font-size: 120%;
  line-height: 1.1;
  margin: 0 0 32px;
  position: relative;
  float: left;
}
.article-ms .jm-category-module .mod-articles-category-title:before,
.article-ms .jm-category-module .mod-articles-category-title:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 70px;
  background: #f4f4f4;
  left: 0;
  right: auto;
}
.article-ms .jm-category-module .mod-articles-category-title:before {
  bottom: -18px;
}
.article-ms .jm-category-module .mod-articles-category-title:after {
  bottom: -21px;
}
.article-ms .jm-category-module .mod-articles-category-title + * {
  clear: both;
}
.jm-category-programy {
  margin-bottom: -30px;
}
.jm-category-programy .item-in {
  border-bottom: solid 1px #f4f4f4;
  margin-bottom: 20px;
}
.jm-category-programy li:last-child .item-in {
  margin-bottom: 0;
  border: none;
}
.jm-category-programy .description {
  margin-left: 24.4%;
  padding-left: 30px;
  padding-bottom: 10px;
}
.jm-category-programy .description .readmore {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  font-family: inherit;
  font-weight: 600;
  text-transform: uppercase;
}
.jm-category-programy .mod-article-image {
  max-width: 24.4%;
}
.jm-category-programy .mod-articles-category-title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
}
.jm-category-programy .mod-articles-category-date {
  display: block;
  color: #6666;
  font-size: 12px;
  padding: 5px 0;
}
.jm-counter {
  margin-top: -30px;
  text-align: center;
  color: #444444;
}
.jm-counter .box {
  margin-top: 30px;
}
.jm-counter [class^="icon-"],
.jm-counter [class*=" icon-"] {
  display: block;
  line-height: 1;
  margin: 0 0 20px;
}
.jm-counter [class^="icon-"]:before,
.jm-counter [class*=" icon-"]:before {
  display: block;
  text-align: center;
  font-size: 98px;
  line-height: 1;
}
.jm-counter .number {
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 5px;
}
.jm-counter .title {
  line-height: 1.1;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
#jm-top3 .jm-counter,
#jm-bottom1 .jm-counter,
#jm-footer-mod .jm-counter {
  color: #444444;
}
.jm-social {
  margin: 10px -5px 0;
}
.jm-social a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none !important;
  width: 40px;
  height: 40px;
  margin: 5px 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #222222;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
}
.jm-social a:after {
  display: none !important;
}
.jm-social a:hover {
  background-color: #273700;
}
.jm-social a.jm-facebook {
  background-image: url('../images/social/facebook-white.png');
}
.jm-social a.jm-twitter {
  background-image: url('../images/social/twitter-white.png');
}
.jm-social a.jm-link {
  background-image: url('../images/social/link-white.png');
}
.jm-social a.jm-skype {
  background-image: url('../images/social/skype-white.png');
}
.jm-pricing {
  margin: 0 -15px;
}
.jm-pricing .box {
  float: left;
  margin: 78px 0 0;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.jm-pricing.col1 .box {
  width: 100%;
}
.jm-pricing.col2 .box {
  width: 50%;
}
.jm-pricing.col3 .box {
  width: 33%;
}
.jm-pricing.col4 .box {
  width: 25%;
}
.jm-pricing .price {
  position: absolute;
  top: -68px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #5c8200;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 136px;
  height: 136px;
  padding-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jm-pricing .price span {
  display: block;
  color: #ffffff;
  text-align: center;
}
.jm-pricing .price .up,
.jm-pricing .price .down {
  font-size: 16px;
  line-height: 1.1;
}
.jm-pricing .price .middle {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
.jm-pricing .title {
  background: #3e4244;
  padding-top: 83px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.jm-pricing .content {
  background: #ffffff;
  padding: 20px;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jm-pricing .subtitle {
  font-size: 20px;
  color: #444444;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 15px;
}
.jm-pricing .bottom {
  background: #ebebeb;
  padding: 20px;
  text-align: center;
}
#jm-allpage .dj-simple-contact-form form {
  margin: 0;
}
#jm-allpage .dj-simple-contact-form .dj-simple-contact-form-introtext {
  display: block;
  margin: 0 0 15px;
}
#jm-allpage .dj-simple-contact-form .inputbox {
  height: 40px;
  line-height: 20px;
  margin: 0 0 20px;
}
#jm-allpage .dj-simple-contact-form .name,
#jm-allpage .dj-simple-contact-form .email {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jm-allpage .dj-simple-contact-form .name + .email {
  padding-left: 20px;
}
#jm-allpage .dj-simple-contact-form .dj-simple-contact-form textarea {
  height: auto;
  min-height: 145px;
}
#jm-allpage .dj-simple-contact-form .button-box {
  margin: 20px 0 0;
  text-align: right;
}
.sitemap ul {
  margin-bottom: 30px;
}
.sitemap ul ul {
  padding-left: 30px;
  margin-bottom: 10px;
}
.article-news .new-item {
  padding-bottom: 30px;
}
.article-news .mod-articles-category-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #444444;
}
.article-news .mod-articles-category-date {
  font-size: 12px;
  color: #666;
}
.article-news img.news-intro {
  margin-bottom: 30px;
}
.article-news-cols .item-in .mod-article-image {
  max-width: 100%;
}
.article-news-cols .item-in .description {
  border-style: solid;
  border-color: #e9e9e9;
  border-width: 0 1px 1px 1px;
  padding: 20px;
}
.article-news-cols .item-in .description .mod-articles-category-title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #444444;
  line-height: 1.1;
}
.article-news-cols .item-in .description .mod-articles-category-readmore {
  text-align: right;
}
.article-news-cols .item-in .description .mod-articles-category-readmore a {
  color: #334800;
  font-size: 11.05px;
  font-weight: 600;
}
.nav.menu {
  margin: 0;
}
.nav.menu li {
  display: block;
  background-image: none;
  position: relative;
  padding: 0;
}
.nav.menu ul {
  padding: 0;
  margin: 0;
}
.nav.menu li a,
.nav.menu li span.separator {
  display: block;
  color: inherit;
  line-height: 20px;
  font-weight: 400;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 0;
  text-decoration: none;
  background-color: transparent;
  background-image: url('../images/li.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.nav.menu li a:hover,
.nav.menu li span.separator:hover {
  color: #334800;
  text-indent: 10px;
}
.nav.menu li.active > a,
.nav.menu li.active > span.separator {
  color: #334800;
}
.nav.menu > li > a,
.nav.menu > li > span.separator {
  background: none;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #e9e9e9;
}
.nav.menu > li:first-child > a,
.nav.menu > li:first-child > span.separator {
  border-top: none;
}
.nav.menu li span.nav-header {
  color: inherit;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-shadow: none;
  padding-top: 6px;
  padding-bottom: 6px;
}
.nav.menu li > span.nav-header {
  padding-top: 14px;
  padding-bottom: 14px;
}
.nav.menu > li.active > a,
.nav.menu > li.active > span.separator {
  text-indent: 10px;
}
.nav.menu > li.parent > a,
.nav.menu > li.parent > span.separator {
  position: relative;
  padding-right: 10px;
}
.nav.menu > li.parent > a:after,
.nav.menu > li.parent > span.separator:after {
  content: '+';
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  right: 0;
  left: auto;
}
.nav.menu > li.parent.active > a:after,
.nav.menu > li.parent.active > span.separator:after {
  content: '-';
}
.nav.menu > li.parent > ul {
  margin-top: -14px;
}
.nav.menu > li > ul {
  padding-left: 10px;
}
.nav.menu ul {
  padding-left: 15px;
}
.nav.menu li a img {
  vertical-align: middle;
  margin: 0 9px 0 0;
}
#jm-allpage .z-tlem.gray .nav.menu li a,
#jm-allpage .z-tlem.kolor1 .nav.menu li a,
#jm-allpage .z-tlem.kolor2 .nav.menu li a,
#jm-allpage .z-tlem.kolor3 .nav.menu li a,
#jm-allpage .z-tlem.gray .nav.menu li span.separator,
#jm-allpage .z-tlem.kolor1 .nav.menu li span.separator,
#jm-allpage .z-tlem.kolor2 .nav.menu li span.separator,
#jm-allpage .z-tlem.kolor3 .nav.menu li span.separator {
  background-image: url('../images/li-white.png');
}
#jm-allpage .z-tlem.gray .nav.menu li a:hover,
#jm-allpage .z-tlem.kolor1 .nav.menu li a:hover,
#jm-allpage .z-tlem.kolor2 .nav.menu li a:hover,
#jm-allpage .z-tlem.kolor3 .nav.menu li a:hover,
#jm-allpage .z-tlem.gray .nav.menu li span.separator:hover,
#jm-allpage .z-tlem.kolor1 .nav.menu li span.separator:hover,
#jm-allpage .z-tlem.kolor2 .nav.menu li span.separator:hover,
#jm-allpage .z-tlem.kolor3 .nav.menu li span.separator:hover {
  color: #ffffff;
}
#jm-allpage .z-tlem.gray .nav.menu li.active > a,
#jm-allpage .z-tlem.kolor1 .nav.menu li.active > a,
#jm-allpage .z-tlem.kolor2 .nav.menu li.active > a,
#jm-allpage .z-tlem.kolor3 .nav.menu li.active > a,
#jm-allpage .z-tlem.gray .nav.menu li.active > span.separator,
#jm-allpage .z-tlem.kolor1 .nav.menu li.active > span.separator,
#jm-allpage .z-tlem.kolor2 .nav.menu li.active > span.separator,
#jm-allpage .z-tlem.kolor3 .nav.menu li.active > span.separator {
  color: #ffffff;
}
#jm-allpage .z-tlem.gray .nav.menu > li > a,
#jm-allpage .z-tlem.kolor1 .nav.menu > li > a,
#jm-allpage .z-tlem.kolor2 .nav.menu > li > a,
#jm-allpage .z-tlem.kolor3 .nav.menu > li > a,
#jm-allpage .z-tlem.gray .nav.menu > li > span.separator,
#jm-allpage .z-tlem.kolor1 .nav.menu > li > span.separator,
#jm-allpage .z-tlem.kolor2 .nav.menu > li > span.separator,
#jm-allpage .z-tlem.kolor3 .nav.menu > li > span.separator {
  background: none;
  border-color: #f4f4f4;
}
#jm-top3 .nav.menu li a,
#jm-footer-mod .nav.menu li a,
#jm-top3 .nav.menu li span.separator,
#jm-footer-mod .nav.menu li span.separator {
  background-image: url('../images/li-white.png');
}
#jm-top3 .nav.menu li a:hover,
#jm-footer-mod .nav.menu li a:hover,
#jm-top3 .nav.menu li span.separator:hover,
#jm-footer-mod .nav.menu li span.separator:hover {
  color: #ffffff;
}
#jm-top3 .nav.menu > li > a,
#jm-footer-mod .nav.menu > li > a,
#jm-top3 .nav.menu > li > span.separator,
#jm-footer-mod .nav.menu > li > span.separator {
  background: none;
  border-color: #c3c3c3;
}
#jm-bottom1 .nav.menu li a,
#jm-bottom1 .nav.menu li span.separator {
  background-image: url('../images/li-white.png');
}
#jm-bottom1 .nav.menu > li > a,
#jm-bottom1 .nav.menu > li > span.separator {
  background: none;
  border-color: #c3c3c3;
}
#jm-allpage .white-ms .nav.menu li a,
#jm-allpage .white-ms .nav.menu li span.separator {
  background-image: url('../images/li.png');
}
#jm-allpage .white-ms .nav.menu > li > a,
#jm-allpage .white-ms .nav.menu > li > span.separator {
  background: none;
  border-color: #e9e9e9;
}
#jm-allpage .jm-module.classic-ms .nav.menu li a,
#jm-allpage .jm-module .nav.menu.classic-ms li a,
#jm-allpage .jm-module.classic-ms .nav.menu li span.separator,
#jm-allpage .jm-module .nav.menu.classic-ms li span.separator {
  font-family: inherit;
}
#jm-allpage .jm-module.classic-ms .nav.menu > li > a,
#jm-allpage .jm-module .nav.menu.classic-ms > li > a,
#jm-allpage .jm-module.classic-ms .nav.menu > li > span.separator,
#jm-allpage .jm-module .nav.menu.classic-ms > li > span.separator {
  background: none !important;
  border: none !important;
  padding-top: 4px;
  padding-bottom: 4px;
}
#jm-allpage .jm-module.classic-ms .nav.menu > li:first-child > a,
#jm-allpage .jm-module .nav.menu.classic-ms > li:first-child > a,
#jm-allpage .jm-module.classic-ms .nav.menu > li:first-child > span.separator,
#jm-allpage .jm-module .nav.menu.classic-ms > li:first-child > span.separator {
  border-top: none;
  padding-top: 0;
}
#jm-allpage .jm-module.classic-ms .nav.menu > li:last-child > a,
#jm-allpage .jm-module .nav.menu.classic-ms > li:last-child > a,
#jm-allpage .jm-module.classic-ms .nav.menu > li:last-child > span.separator,
#jm-allpage .jm-module .nav.menu.classic-ms > li:last-child > span.separator {
  padding-bottom: 0;
}
#jm-allpage .jm-module.classic-ms .nav.menu.hover-kolor2 > li > a:hover,
#jm-allpage .jm-module .nav.menu.classic-ms.hover-kolor2 > li > a:hover {
  color: #613b05;
}
#jm-allpage .jm-module.classic-ms .nav.menu.hover-kolor2 > li > a:hover:after,
#jm-allpage .jm-module .nav.menu.classic-ms.hover-kolor2 > li > a:hover:after {
  content: '\e080';
  font-family: Glyphicons Halflings;
  margin: 0 5px;
  font-size: 10px;
}
#jm-top-bar .nav.menu {
  margin: 0;
  *zoom: 1;
}
#jm-top-bar .nav.menu:before,
#jm-top-bar .nav.menu:after {
  display: table;
  content: "";
  line-height: 0;
}
#jm-top-bar .nav.menu:after {
  clear: both;
}
#jm-top-bar .nav.menu > li {
  float: left;
  background: none;
  margin: 0;
  padding: 0 10px;
}
#jm-top-bar .nav.menu li a,
#jm-top-bar .nav.menu li span.separator {
  line-height: 39px;
}
#jm-top-bar .nav.menu li a:hover,
#jm-top-bar .nav.menu li span.separator:hover,
#jm-top-bar .nav.menu li a:focus,
#jm-top-bar .nav.menu li span.separator:focus {
  text-indent: 0;
}
#jm-top-bar .nav.menu > li > a,
#jm-top-bar .nav.menu > li > span.separator {
  padding: 0;
  margin: 0;
  border: none;
}
#jm-top-bar .nav.menu ul,
#jm-top-bar .nav.menu > li.parent > a:after,
#jm-top-bar .nav.menu > li.parent > span.separator:after {
  display: none;
}
#jm-allpage #jm-page-settings .nav.menu li a {
  background: none;
}
#jm-allpage #jm-page-settings .nav.menu li a:hover {
  color: #5c8200;
}
#jm-allpage #jm-page-settings .nav.menu li.contrast-label {
  border-right: none;
  padding-right: 5px;
}
#jm-allpage #jm-page-settings .nav.menu li.contrast-label span {
  text-decoration: none;
  pointer-events: none;
}
#jm-allpage #jm-page-settings .nav.menu .contrast {
  line-height: 39px;
  border-left: none;
}
#jm-allpage #jm-page-settings .nav.menu .contrast a {
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  border: 1px solid #444444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jm-allpage #jm-page-settings .nav.menu .contrast a:hover {
  text-decoration: underline;
}
#jm-allpage #jm-page-settings .nav.menu .contrast .jm-highcontrast {
  background: #000000;
  color: #ffffff;
}
#jm-allpage #jm-page-settings .nav.menu .contrast .jm-highcontrast2 {
  background: #000000;
  color: #ffff00;
}
#jm-allpage #jm-page-settings .nav.menu .contrast .jm-highcontrast3 {
  background: #ffff00;
  color: #000000;
}
#jm-allpage #jm-page-settings .nav.menu .day-night [class^="icon-"],
#jm-allpage #jm-page-settings .nav.menu .day-night [class*=" icon-"] {
  margin-right: 5px;
  vertical-align: top;
  top: 0px;
}
#jm-allpage #jm-page-settings .nav.menu .container-width {
  line-height: 39px;
}
#jm-allpage #jm-page-settings .nav.menu .container-width a {
  font-size: 0;
  display: inline-block;
  border: none;
  line-height: 1;
}
#jm-allpage #jm-page-settings .nav.menu .container-width a [class^="icon-"],
#jm-allpage #jm-page-settings .nav.menu .container-width a [class*=" icon-"] {
  line-height: 1;
  padding: 5px 7px;
  border: 1px solid #444444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
}
#jm-allpage #jm-page-settings .nav.menu .container-width .jm-fixed [class^="icon-"],
#jm-allpage #jm-page-settings .nav.menu .container-width .jm-fixed [class*=" icon-"] {
  padding-left: 2px;
  padding-right: 2px;
}
#jm-allpage #jm-page-settings .nav.menu .resizer {
  line-height: 39px;
}
#jm-allpage #jm-page-settings .nav.menu .resizer a {
  display: inline-block;
  line-height: 1;
  padding: 5px 2px;
  font-weight: 700;
}
#jm-allpage #jm-top-bar .skip-ms {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}
#jm-allpage #jm-top-bar .skip-ms .nav.menu {
  margin: 0;
}
#jm-allpage #jm-top-bar .skip-ms .nav.menu > li {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
#jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a {
  color: #ffffff;
  background: #5c8200;
  position: absolute;
  top: 0;
  left: -9999px;
  right: auto;
  white-space: nowrap;
  padding: 0 10px;
}
#jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a:focus {
  left: 0;
}
#jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a:hover,
#jm-allpage #jm-top-bar .skip-ms .nav.menu > li > a:focus {
  color: #ffffff;
  background: #5c8200;
}
#jm-allpage .tagspopular ul,
#jm-allpage .tagssimilar ul,
#jm-allpage .nav.menu.tag-ms,
#jm-allpage .tag-ms .nav.menu {
  margin: 0;
  padding: 0;
  text-align: center;
}
#jm-allpage .tagspopular ul li,
#jm-allpage .tagssimilar ul li,
#jm-allpage .nav.menu.tag-ms li,
#jm-allpage .tag-ms .nav.menu li {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
#jm-allpage .tagspopular ul li a,
#jm-allpage .tagssimilar ul li a,
#jm-allpage .nav.menu.tag-ms li a,
#jm-allpage .tag-ms .nav.menu li a {
  display: inline-block;
  color: #5c8200;
  padding: 5px 15px!important;
  background: #ffffff;
  border: 1px solid #5c8200;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 3px;
}
#jm-allpage .tagspopular ul li a:after,
#jm-allpage .tagssimilar ul li a:after,
#jm-allpage .nav.menu.tag-ms li a:after,
#jm-allpage .tag-ms .nav.menu li a:after {
  display: none;
}
#jm-allpage .tagspopular ul li:hover > a,
#jm-allpage .tagssimilar ul li:hover > a,
#jm-allpage .nav.menu.tag-ms li:hover > a,
#jm-allpage .tag-ms .nav.menu li:hover > a,
#jm-allpage .tagspopular ul li.active > a,
#jm-allpage .tagssimilar ul li.active > a,
#jm-allpage .nav.menu.tag-ms li.active > a,
#jm-allpage .tag-ms .nav.menu li.active > a {
  color: #ffffff !important;
  border: 1px solid #5c8200;
  background: #5c8200;
}
#jm-allpage .tagspopular ul li:hover > a:hover,
#jm-allpage .tagssimilar ul li:hover > a:hover,
#jm-allpage .nav.menu.tag-ms li:hover > a:hover,
#jm-allpage .tag-ms .nav.menu li:hover > a:hover,
#jm-allpage .tagspopular ul li.active > a:hover,
#jm-allpage .tagssimilar ul li.active > a:hover,
#jm-allpage .nav.menu.tag-ms li.active > a:hover,
#jm-allpage .tag-ms .nav.menu li.active > a:hover {
  color: #ffffff !important;
}
#jm-allpage .tagspopular ul ul,
#jm-allpage .tagssimilar ul ul,
#jm-allpage .nav.menu.tag-ms ul,
#jm-allpage .tag-ms .nav.menu ul {
  padding: 0;
  margin: 0;
}
#jm-allpage .tagspopular ul > li,
#jm-allpage .tagssimilar ul > li {
  margin: 0 6px 10px 0;
}
#jm-allpage .tagspopular ul > li a,
#jm-allpage .tagssimilar ul > li a {
  padding: 6px 18px;
}
.tags {
  margin: 0 !important;
}
#jm-sitemap .nav.menu > li > a,
#jm-sitemap .nav.menu > li > span.separator {
  color: #c2c2c2;
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px 0;
  border: none;
  font-size: inherit;
}
#jm-sitemap .nav.menu > li > a:hover,
#jm-sitemap .nav.menu > li > span.separator:hover {
  color: #334800;
  text-decoration: underline;
}
#jm-sitemap .nav.menu li.active > a,
#jm-sitemap .nav.menu li.active > span.separator {
  color: #334800;
}
#jm-sitemap .nav.menu ul {
  display: none;
}
#jm-allpage .jm-module.horizontal-ms .nav.menu li,
#jm-allpage .jm-module .nav.menu.horizontal-ms li {
  display: inline;
}
#jm-allpage .jm-module.horizontal-ms .nav.menu li a,
#jm-allpage .jm-module .nav.menu.horizontal-ms li a,
#jm-allpage .jm-module.horizontal-ms .nav.menu li span.separator,
#jm-allpage .jm-module .nav.menu.horizontal-ms li span.separator {
  font-family: inherit;
  display: inline-block;
}
#jm-allpage .jm-module.horizontal-ms .nav.menu > li > a,
#jm-allpage .jm-module .nav.menu.horizontal-ms > li > a,
#jm-allpage .jm-module.horizontal-ms .nav.menu > li > span.separator,
#jm-allpage .jm-module .nav.menu.horizontal-ms > li > span.separator {
  background: none !important;
  border: none !important;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
}
#jm-allpage .jm-module.horizontal-ms .nav.menu > li:first-child > a,
#jm-allpage .jm-module .nav.menu.horizontal-ms > li:first-child > a,
#jm-allpage .jm-module.horizontal-ms .nav.menu > li:first-child > span.separator,
#jm-allpage .jm-module .nav.menu.horizontal-ms > li:first-child > span.separator {
  border-top: none;
  padding-top: 0;
}
#jm-allpage .jm-module.horizontal-ms .nav.menu > li:last-child > a,
#jm-allpage .jm-module .nav.menu.horizontal-ms > li:last-child > a,
#jm-allpage .jm-module.horizontal-ms .nav.menu > li:last-child > span.separator,
#jm-allpage .jm-module .nav.menu.horizontal-ms > li:last-child > span.separator {
  padding-bottom: 0;
}
#jm-allpage .jm-module.horizontal-ms .nav.menu.hover-kolor2 > li > a:hover,
#jm-allpage .jm-module .nav.menu.horizontal-ms.hover-kolor2 > li > a:hover {
  color: #613b05;
}
#jm-allpage .jm-module.horizontal-ms .nav.menu.hover-kolor2 > li > a:hover:after,
#jm-allpage .jm-module .nav.menu.horizontal-ms.hover-kolor2 > li > a:hover:after {
  content: '\e080';
  font-family: Glyphicons Halflings;
  margin: 0 5px;
  font-size: 10px;
}
#jm-allpage #jm-top-bar #jm-page-settings .nav.menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#jm-allpage #jm-top-bar #jm-page-settings .nav.menu li.contrast a.jm-highcontrast:hover {
  color: #ffffff;
}
#jm-allpage #jm-top-bar #jm-page-settings .nav.menu li.contrast a.jm-highcontrast2:hover {
  color: #ffff00;
}
#jm-allpage #jm-top-bar #jm-page-settings .nav.menu li.contrast a.jm-highcontrast3:hover {
  color: #000000;
}
#jm-allpage #jm-top-bar #jm-page-settings .nav.menu li.container-width a:hover,
#jm-allpage #jm-top-bar #jm-page-settings .nav.menu li.resizer a:hover {
  color: #ffff00;
  text-decoration: none;
}
#jm-allpage #jm-top-bar #jm-page-settings .nav.menu .day-night [class^="icon-"],
#jm-allpage #jm-top-bar #jm-page-settings .nav.menu .day-night [class*=" icon-"] {
  color: #ffffff;
}
.media-list > li {
  background: none;
  padding: 0;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  top: 0;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  padding: 0 2px;
}
.thumbnails > li {
  background: none;
  padding: 0;
}
.chzn-container li {
  background: none;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 25px !important;
}
#jm-allpage .chzn-container-single .chzn-single,
#jm-allpage .chzn-container-multi .chzn-choices {
  line-height: 40px;
  height: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0 8px;
  vertical-align: middle;
  border: 2px solid #e4e4e4;
  color: #444444;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jm-allpage .chzn-container-single .chzn-single > span,
#jm-allpage .chzn-container-multi .chzn-choices > span {
  line-height: 38px;
}
#jm-allpage .chzn-container-single .chzn-single div {
  left: auto;
  right: 8px;
  width: 15px;
}
#jm-allpage .chzn-container-single .chzn-single span {
  margin-right: 18px;
}
#jm-allpage .chzn-container .chzn-drop {
  border: 2px solid #e4e4e4;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-field input.default {
  font-family: inherit;
  color: #444444;
  padding: 0;
  margin: 0;
  height: 40px;
}
#jm-allpage .chzn-container-single .chzn-single div b {
  margin-top: 7px;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-choice {
  line-height: 24px;
  color: #444444;
  border: 2px solid #e4e4e4;
  background: #ffffff;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-choice span {
  font-size: 13px;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  top: 10px;
}
#jm-allpage .chzn-choices li,
#jm-allpage .chzn-results li {
  background-image: none !important;
}
#jm-allpage .chzn-container .chzn-results {
  padding-top: 4px;
}
#jm-allpage .chzn-container .chzn-results li.highlighted {
  background: #5c8200;
}
.blog a,
.blog-featured a {
  color: #334800;
}
.blog .pull-left.item-image,
.blog-featured .pull-left.item-image,
.blog .pull-right.item-image,
.blog-featured .pull-right.item-image {
  margin-bottom: 10px;
}
.blog .article-sep,
.blog-featured .article-sep {
  clear: both;
  display: block;
  border-bottom: solid 1px #e6e6e6;
  height: 30px;
}
h1.componentheading,
.tag-category > h1,
.page-header > h1,
.content-category > h1,
.categories-list > h1,
.blog-featured > h1,
.contact-category > h1,
.contact > h1,
.newsfeed-category > h1,
h1.page-title,
.finder > h1,
.weblink-category > h1,
.edit > h1,
.blog > h2 {
  color: #444444;
  font-size: 48px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 30px;
}
h2.item-title,
.page-header > h2,
.content-category > h2,
.cat-children > h3,
.contact-category > h2,
.weblink-category > h2,
.newsfeed > h2,
.newsfeed-category > h2,
.weblink-category > h2,
.contact > h3 {
  color: #444444;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
  margin: 0 0 10px;
}
h2.item-title a,
.page-header > h2 a,
.content-category > h2 a,
.cat-children > h3 a,
.contact-category > h2 a,
.weblink-category > h2 a,
.newsfeed > h2 a,
.newsfeed-category > h2 a,
.weblink-category > h2 a,
.contact > h3 a {
  color: #444444;
}
h2.item-title a:hover,
.page-header > h2 a:hover,
.content-category > h2 a:hover,
.cat-children > h3 a:hover,
.contact-category > h2 a:hover,
.weblink-category > h2 a:hover,
.newsfeed > h2 a:hover,
.newsfeed-category > h2 a:hover,
.weblink-category > h2 a:hover,
.contact > h3 a:hover {
  text-decoration: none;
  color: #273700;
}
h3.page-header {
  font-size: 1em;
  line-height: 1.7;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
h3.page-header > .btn-mini {
  padding: 3px 6px;
}
h3.page-header > .btn-mini [class^="icon-"],
h3.page-header > .btn-mini [class*=" icon-"] {
  margin-top: 0;
}
h3.page-header > .badge {
  margin: 0 5px;
  vertical-align: middle;
}
.icons .btn.dropdown-toggle {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.icons .btn.dropdown-toggle:after {
  display: none;
}
.element-invisible {
  display: none !important;
}
dl.article-info {
  margin: 0 0 15px;
  font-size: 11.96px;
  line-height: 1.2;
  color: #6a6a6a;
}
dl.article-info dd {
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 1.1;
}
dl.article-info dd a {
  color: #334800;
}
dl.article-info dd:last-child {
  margin: 0;
}
dl.article-info dd [class^="icon-"],
dl.article-info dd [class*=" icon-"] {
  display: none;
}
dl.article-info ~ dl.article-info {
  margin: 0;
}
.article-info-term {
  display: none;
}
.content_rating {
  margin-bottom: 10px;
}
.content_rating img {
  margin: 0;
}
.content_vote label {
  margin-right: 5px;
}
.categories-list .collapse {
  padding: 0 0 0 30px;
}
#archive-items .createdby {
  margin: 0 0 15px;
}
.items-leading div[class*="leading-"],
.items-row,
#archive-items > div {
  clear: both;
  margin-bottom: 30px;
}
.items-leading .leading:last-child,
.items-row:last-child,
#archive-items > div:last-child {
  margin-bottom: 0;
}
div[itemprop="introBody"] a,
div[itemprop="articleBody"] a {
  color: #334800;
}
div[itemprop="introBody"] a:after,
div[itemprop="articleBody"] a:after {
  content: '\e164';
  font-family: Glyphicons Halflings;
  margin: 0 5px;
  font-size: 12px;
}
div[itemprop="introBody"] a.btn:after,
div[itemprop="articleBody"] a.btn:after {
  display: none;
}
.items-more,
.content-links {
  margin: 0 0 30px;
}
.item-image {
  margin-bottom: 30px;
  max-width: 100%;
}
figure.pull-left,
figure.pull-right,
figure.pull-center {
  max-width: 100%;
  margin: 0 0 30px;
}
.pull-none.item-image {
  text-align: center;
}
img.pull-left,
.pull-left.item-image,
figure.pull-left {
  margin-right: 30px;
}
img.pull-right,
.pull-right.item-image,
figure.pull-right {
  margin-left: 30px;
}
.pull-center {
  text-align: center;
}
.category-desc {
  margin: 0 0 30px;
}
div.img_caption {
  margin: 0 auto;
}
figcaption,
p.img_caption {
  text-align: center;
  background: #eeeeee;
  padding: 5px;
  margin: 0;
}
.readmore {
  text-decoration: none;
  color: #334800;
  text-transform: uppercase;
}
.readmore:hover {
  color: #334800;
  text-decoration: underline;
}
p.readmore {
  display: block;
  text-align: right;
  text-decoration: none !important;
}
p.readmore .btn {
  display: inline;
  border: none;
  padding: 0;
  text-transform: none;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  color: #334800;
  text-transform: uppercase;
  font-size: 11.05px;
  font-family: inherit;
  font-weight: 600;
}
p.readmore .btn:hover {
  color: #334800;
  text-decoration: underline;
}
.mod-articles-category-readmore a {
  text-decoration: none;
  color: #334800;
  text-transform: uppercase;
}
.mod-articles-category-readmore a:hover {
  color: #334800;
  text-decoration: underline;
}
p.readmore a.btn .icon-chevron-right {
  display: none;
}
.archive .filters {
  margin-bottom: 30px;
}
fieldset.filters {
  margin: 0 0 20px;
}
.categories-list ul li h4 {
  font-size: 1em;
  line-height: 1.7;
  font-weight: bold;
}
.categories-list ul li small.category-desc {
  font-size: 1em;
  line-height: 1.7;
}
ul.list-striped > li {
  background: none;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
}
.weblink-count {
  display: inline-block;
  width: 100%;
}
.weblink-count dt,
.weblink-count dd {
  float: left;
}
.newsfeed > ol > li > h3 {
  font-size: 1em;
}
.newsfeed-count dd,
.newsfeed-count dt {
  display: inline-block;
}
strong.red,
span.star {
  color: #000000;
}
.profile ul.btn-toolbar li {
  background: none;
  padding: 0;
}
.profile .btn-toolbar + fieldset {
  clear: both;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="email"],
.contact .contact-form textarea {
  width: 100%;
  max-width: 400px;
}
.contact dl.contact-address {
  margin: 30px 0;
}
.contact .thumbnail {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.phrases-box,
fieldset.only {
  padding: 0 0 20px;
}
.phrases-box label,
fieldset.only label {
  display: inline-block;
  margin-right: 10px;
}
.btn .icon-search.icon-white {
  color: inherit;
}
fieldset.phrases {
  padding-bottom: 20px;
}
.tag-category .category li + li {
  margin: 30px 0 0;
}
.tag-category .category > li > h3 {
  font-size: 1em;
  margin: 0 0 20px;
}
.tag-category .form-inline label {
  vertical-align: middle;
  margin-right: 10px;
}
.tag-category > h2 {
  margin-bottom: 30px;
}
.tag-category form > ul > li > h3 {
  margin-bottom: 30px;
}
.tag-category form > ul > li {
  padding: 0;
  background: none !important;
}
.tag-category .tag-body {
  margin: 30px 0;
  display: block;
}
.tag-category .thumbnails > li,
.tag-category .category > li {
  background: none;
  padding: 0;
}
.tag-category .thumbnails > li h3 {
  font-size: 1em;
}
body .tip-wrap .tip {
  max-width: 300px;
  padding: 3px 8px;
  color: #444444;
  text-align: center;
  text-decoration: none;
  background: none;
  background-color: #ebebeb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
  z-index: 9999;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
body .tip-wrap .tip-top {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ebebeb;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body .tip-wrap .tip-title {
  font-weight: bold;
  color: #444444;
}
body .tip-wrap .tip-text {
  font-weight: normal;
  color: #444444;
}
.jmodedit {
  z-index: 9999;
  line-height: 1 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  color: #5c8200 !important;
}
.jmodedit:hover {
  color: #537500 !important;
}
.article-index {
  margin-left: 30px;
}
.article-index + .pagenavcounter {
  margin-bottom: 10px;
}
.article-index .nav {
  min-width: 150px;
}
.calendar table {
  border-collapse: separate;
}
.jm-alert {
  display: block;
}
#templates-form .form-horizontal .control-label {
  float: none;
  width: auto;
  text-align: inherit;
}
#templates-form .form-horizontal .controls {
  margin-left: 0;
  margin-right: 0;
}
#jm-allpage .minicolors-theme-bootstrap .minicolors-input {
  line-height: 1.5;
  height: auto;
  width: auto;
}
.newsflash .newsflash-title {
  font-weight: normal;
  font-size: 1em;
  margin: 30px 0 5px;
  clear: both;
}
.newsflash .newsflash-title:first-child {
  margin: 0 0 5px;
}
.newsflash .newsflash-title a {
  color: #444444;
}
.newsflash .newsflash-title a:hover {
  color: #5c8200;
  text-decoration: none;
}
.newsflash-horiz li + li {
  margin: 10px 0 0;
}
.archive-module > li {
  margin: 10px 0;
}
.archive-module > li:first-child {
  margin-top: 0;
}
.categories-module li h1,
.categories-module li h2,
.categories-module li h3,
.categories-module li h4,
.categories-module li h5,
.categories-module li h6 {
  line-height: 1.2;
  font-weight: normal;
}
.categories-module li + li {
  margin: 30px 0 0;
}
.category-module {
  margin: 0;
}
.category-module li p {
  line-height: 1.7;
  margin: 0 0 5px;
}
.category-module li > a {
  display: block;
  font-weight: normal;
}
.category-module span {
  display: inline-block;
  margin: 10px 0 0;
}
#form-login-username label.element-invisible,
#form-login-password label.element-invisible {
  display: none;
}
#login-form ul li .icon-arrow-right {
  display: none;
}
#mod-finder-searchform {
  margin: 0;
}
#mod-finder-searchform a {
  display: block;
  margin-top: 5px;
}
.form-search label.finder {
  padding: 0 10px 0 0;
}
.feed h2 ~ ul.newsfeed {
  margin-top: 10px;
}
.weblinks li {
  margin-top: 5px;
}
.weblinks li:first-child {
  margin: 0;
}
.weblinks li p {
  margin: 0;
}
.search input#mod-search-searchword {
  width: auto;
}
.form-search .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.search .button[type='image'] {
  padding: 0;
}
.mod-languages ul {
  list-style: none;
}
.mod-languages ul li {
  background: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
#system-message .alert {
  margin-bottom: 30px;
}
#system-message .alert a {
  text-decoration: none;
}
.jm-error-page {
  text-align: center;
}
.jm-error-page > h1 {
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}
.jm-error-page > h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 60px;
}
.jm-error-page > p {
  margin: 0 0 60px;
}
.jm-error-page input.inputbox {
  max-width: 260px;
}
.jm-error-page .moduletable {
  margin: 0 0 60px;
}
.main2 {
  color: #f3940d;
}
.complementary {
  color: #e24e3c;
}
h3.jm-typo-title {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
  margin: 30px 0;
}
h3.jm-typo-title ~ pre,
h3.jm-typo-title ~ div pre {
  margin-bottom: 30px;
  font-size: 13px;
}
.jm-code {
  border-left: 5px solid #f4f4f4;
  padding: 10px;
  background: #e7e6e6;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0 0 30px;
}
.jm-color {
  color: #334800;
}
.jm-color2 {
  color: #925907;
}
.jm-color3 {
  color: #952416;
}
.jm-white {
  color: #ffffff;
}
.jm-block {
  margin: 10px 0;
  padding: 0 0 0 60px;
  position: relative;
  min-height: 40px;
}
.jm-block span {
  background: #333333;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 18px;
  color: #ffffff;
}
.jm-block.second span {
  background-color: #555555;
}
.quote-left,
.quote-right {
  display: block;
  position: relative;
  font-style: italic;
}
.quote-left:after,
.quote-right:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 48px;
}
.quote-left {
  padding: 20px 20px 20px 100px;
  text-align: left;
}
.quote-left:after {
  top: 20px;
  left: 20px;
  right: auto;
  background: url("../images/quote-left.png") no-repeat;
}
.quote-right {
  padding: 20px 100px 20px 20px;
  text-align: right;
}
.quote-right:after {
  bottom: 20px;
  left: auto;
  right: 20px;
  background: url("../images/quote-right.png") no-repeat;
}
.quote {
  border-style: solid;
  border-color: #eeeeee;
  border-width: 1px 1px 1px 4px;
  margin: 20px 0;
  margin-left: 95px;
  padding: 30px;
  font-style: italic;
  position: relative;
}
.quote.black {
  background-color: #f0f0f0;
  background-image: url("../images/icons/kolor1/quote_black.png");
  background-repeat: no-repeat;
  background-position: center 20px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.quote.kolor1,
.quote.kolor2,
.quote.kolor3 {
  background: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
}
.quote.kolor1:before,
.quote.kolor2:before,
.quote.kolor3:before {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: -10px;
  background-repeat: no-repeat;
  background-position: center top;
}
.quote.kolor1 {
  border-left: solid 4px #5c8200;
}
.quote.kolor1:before {
  background-image: url("../images/icons/kolor1/quote_color.png");
}
.quote.kolor2 {
  border-left: solid 4px #f3940d;
}
.quote.kolor2:before {
  background-image: url("../images/icons/kolor2/quote_color.png");
}
.quote.kolor3 {
  border-left: solid 4px #e24e3c;
}
.quote.kolor3:before {
  background-image: url("../images/icons/kolor3/quote_color.png");
}
.quote-large,
.quote-large-kolor1,
.quote-large-kolor2,
.quote-large-kolor3 {
  margin: 20px 0;
  padding-left: 95px;
  background-repeat: no-repeat;
  background-position: 20px center;
}
.quote-large .kolor1,
.quote-large-kolor1 .kolor1,
.quote-large-kolor2 .kolor1,
.quote-large-kolor3 .kolor1,
.quote-large .kolor2,
.quote-large-kolor1 .kolor2,
.quote-large-kolor2 .kolor2,
.quote-large-kolor3 .kolor2,
.quote-large .kolor3,
.quote-large-kolor1 .kolor3,
.quote-large-kolor2 .kolor3,
.quote-large-kolor3 .kolor3 {
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: #eeeeee;
  padding: 30px;
  font-style: italic;
  background: #f0f0f0;
  border-left-style: solid;
  border-left-width: 4px;
}
.quote-large,
.quote-large-kolor1 {
  background-image: url("../images/icons/kolor1/quote_large.png");
}
.quote-large .kolor1,
.quote-large-kolor1 .kolor1 {
  border-left-color: #5c8200;
}
.quote-large-kolor2 {
  background-image: url("../images/icons/kolor2/quote_large.png");
}
.quote-large-kolor2 .kolor2 {
  border-left-color: #f3940d;
}
.quote-large-kolor3 {
  background-image: url("../images/icons/kolor3/quote_large.png");
}
.quote-large-kolor3 .kolor3 {
  border-left-color: #e24e3c;
}
.border_img1 {
  padding: 4px;
  background: #ececec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.border_img2 {
  background: #F2F2F2;
  border: 1px solid #E5E5E5;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.border_img3 {
  border: 1px solid #DFDFDF;
  padding: 1px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p.blue {
  border-left: 3px solid #BCE8F1;
  padding: 0 0 0 10px;
}
p.green {
  border-left: 3px solid #D6E9C6;
  padding: 0 0 0 10px;
}
p.red {
  border-left: 3px solid #EED3D7;
  padding: 0 0 0 10px;
  color: inherit;
}
p.bluefill {
  background: #D9EDF7;
  border: 1px solid #BCE8F1;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #3A87AD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
p.greenfill {
  background: #DFF0D8;
  border: 1px solid #D6E9C6;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #468847;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
p.redfill {
  background: #F2DEDE;
  border: 1px solid #EED3D7;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #B94A48;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-cog.red {
  color: red;
}
.icon-cog.large {
  font-size: large;
}
.bg-black {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: black;
  display: inline-block;
}
.radius {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
p.jmbadge,
span.jmbadge,
p.jmcalendar,
span.jmcalendar,
p.jmchat,
span.jmchat,
p.jmcheck,
span.jmcheck,
p.jmcloud,
span.jmcloud,
p.jmdirection,
span.jmdirection,
p.jmdivide,
span.jmdivide,
p.jmerror,
span.jmerror,
p.jmfire,
span.jmfire,
p.jmflag,
span.jmflag,
p.jmheart,
span.jmheart,
p.jmhome,
span.jmhome,
p.jminfo,
span.jminfo,
p.jmlist,
span.jmlist,
p.jmmail,
span.jmmail,
p.jmpeople,
span.jmpeople,
p.jmstar,
span.jmstar,
p.jmstat,
span.jmstat {
  display: block;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.jmbadge,
span.jmbadge {
  background-image: url("../images/icons/badge.png");
}
p.jmcalendar,
span.jmcalendar {
  background-image: url("../images/icons/calendar.png");
}
p.jmchat,
span.jmchat {
  background-image: url("../images/icons/chat.png");
}
p.jmcheck,
span.jmcheck {
  background-image: url("../images/icons/check.png");
}
p.jmcloud,
span.jmcloud {
  background-image: url("../images/icons/cloud.png");
}
p.jmdirection,
span.jmdirection {
  background-image: url("../images/icons/direction.png");
}
p.jmdivide,
span.jmdivide {
  background-image: url("../images/icons/divide.png");
}
p.jmerror,
span.jmerror {
  background-image: url("../images/icons/error.png");
}
p.jmfire,
span.jmfire {
  background-image: url("../images/icons/fire.png");
}
p.jmflag,
span.jmflag {
  background-image: url("../images/icons/flag.png");
}
p.jmheart,
span.jmheart {
  background-image: url("../images/icons/heart.png");
}
p.jmhome,
span.jmhome {
  background-image: url("../images/icons/home.png");
}
p.jminfo,
span.jminfo {
  background-image: url("../images/icons/info.png");
}
p.jmlist,
span.jmlist {
  background-image: url("../images/icons/list.png");
}
p.jmmail,
span.jmmail {
  background-image: url("../images/icons/mail.png");
}
p.jmpeople,
span.jmpeople {
  background-image: url("../images/icons/people.png");
}
p.jmstar,
span.jmstar {
  background-image: url("../images/icons/star.png");
}
p.jmstat,
span.jmstat {
  background-image: url("../images/icons/stat.png");
}
ol.jm-roman,
ol.jm-roman ol {
  list-style-type: upper-roman;
}
ol.jm-alpha,
ol.jm-alpha ol {
  list-style-type: lower-alpha;
}
.djslider-loader-override {
  margin: 0 auto;
  position: relative;
  background: none;
}
.djslider-override {
  margin: 0 auto;
  position: relative;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.djslider-override .slider-container {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.djslider-override ul.djslider-in {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}
.djslider-override ul.djslider-in > li {
  list-style: none outside;
  float: left;
  padding: 0;
  border: 0;
  position: relative;
  background: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.djslider-in > li {
  text-align: center;
}
.djslider-override img.dj-image {
  border: 0;
  margin: 0;
}
.djslider-override.img-vcenter img.dj-image {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.djslider-override .slide-desc {
  position: absolute;
}
.djslider-override .slide-desc-in {
  position: relative;
}
.slide-desc-bg-override {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #ffffff;
}
.slide-desc-text-override {
  position: relative;
  padding: 20px 30px;
  text-align: left;
}
.slide-desc-text-override .slide-title + .slide-text {
  margin: 8px 0 0;
}
.slide-desc-text-override .slide-title {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.1;
  color: #444444;
  margin: 0;
  margin-bottom: 30px;
}
.slide-desc-text-override .slide-title a {
  color: #444444;
}
.slide-desc-text-override .slide-title a:hover {
  text-decoration: none;
}
.slide-desc-text-override .slide-text {
  color: #444444;
  font-size: 13px;
  line-height: 1.5;
}
.slide-desc-text-override .slide-text a {
  color: #444444;
}
.slide-desc-text-override .slide-text a:hover {
  color: #5c8200;
  text-decoration: none;
}
.djslider-override .navigation-container {
  position: relative;
  text-align: center !important;
}
.djslider-override .navigation-container a {
  outline: none;
}
.djslider-override .navigation-container .prev-button {
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: url(../images/icons/white/prev.png) no-repeat center center;
}
.djslider-override .navigation-container .next-button {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: url(../images/icons/white/next.png) no-repeat center center;
}
.djslider-override .navigation-container .play-button,
.djslider-override .navigation-container .pause-button {
  cursor: pointer;
  display: block;
  position: absolute;
  left: 50%;
}
.djslider-override .navigation-container-custom,
.djslider-override .navigation-numbers {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
}
.djslider-override .load-button {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  background: #ababab;
}
.djslider-override .load-button-active {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #5c8200;
}
.djslider-override .navigation-numbers .load-button {
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #ffffff;
}
.djslider-loader-override .showOnHover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms ease 50ms;
  -moz-transition: opacity 200ms ease 50ms;
  -o-transition: opacity 200ms ease 50ms;
  transition: opacity 200ms ease 50ms;
}
.djslider-loader-override:hover .showOnHover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.djslider-override a.readmore {
  color: #444444;
}
.djslider-override .navigation-container img {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.djslider-override .navigation-container img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#jm-header .jm-module {
  margin-bottom: 0 !important;
}
#jm-header .djslider-override {
  padding-bottom: 46px;
  border-bottom: solid 4px #e8e8e8;
}
#jm-header .slide-desc-in {
  height: 340px;
}
#jm-header .slide-desc-bg-override {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #ffffff;
}
#jm-header .slide-desc-text-override {
  padding: 30px;
  padding-bottom: 20px;
}
#jm-header .slide-desc-text-override .slide-title {
  font-size: 30px;
  font-weight: 600;
}
#jm-header .slide-desc-text-override .slide-text {
  font-size: 14px;
}
#jm-header .slide-desc-text-override .slide-title + .slide-text {
  margin: 0;
}
#jm-header .djslider-override a.readmore {
  display: inline-block;
  margin: 30px 0;
  padding: 12px 30px;
  border: solid 1px #5c8200;
  color: #334800;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
#jm-header .djslider-override a.readmore:hover,
#jm-header .djslider-override a.readmore:focus,
#jm-header .djslider-override a.readmore:active,
#jm-header .djslider-override a.readmore.active {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#jm-header .djslider-override .navigation-container {
  margin: 0 !important;
  width: 33.504273504273%;
  height: 60px;
  z-index: 999;
  background: #5c8200;
  z-index: 999999999;
}
#jm-header .djslider-override .navigation-container-custom,
#jm-header .djslider-override .navigation-numbers {
  position: absolute;
  top: auto;
  right: 0px;
  line-height: 1;
  width: 100%;
  text-align: center;
  bottom: 20px;
}
#jm-header .djslider-override .prev-button,
#jm-header .djslider-override .next-button,
#jm-header .djslider-override .play-button,
#jm-header .djslider-override .pause-button {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-image: none;
  background-color: #5c8200;
  font-size: 13px;
  color: #ffffff;
  font-size: 2em;
}
#jm-header .djslider-override .prev-button {
  left: auto;
  right: 61px;
  border-left: solid 1px #daff82;
}
#jm-header .djslider-override .prev-button:before {
  content: '\f104';
  font-family: 'FontAwesome';
}
#jm-header .djslider-override .next-button {
  right: 0;
  border-left: solid 1px #daff82;
}
#jm-header .djslider-override .next-button:before {
  content: '\f105';
  font-family: 'FontAwesome';
}
#jm-header .djslider-override .pause-button {
  left: auto;
  right: 122px;
  border-left: solid 1px #daff82;
}
#jm-header .djslider-override .pause-button:after {
  content: '';
  font-family: 'FontAwesome';
  content: '\f04c';
}
#jm-header .djslider-override .play-button {
  left: auto;
  right: 122px;
  border-left: solid 1px #daff82;
}
#jm-header .djslider-override .play-button:before {
  content: '';
  font-family: 'FontAwesome';
  content: '\f04b';
}
#jm-header .djslider-override .load-button {
  width: 20px;
  height: 5px;
  border: 0px solid #444444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #d9e4ca;
  opacity: 1;
}
#jm-header .djslider-override .load-button-active {
  background: #5c8200 !important;
  border-color: #5c8200;
}
#jm-header .djslider-override .navigation-numbers .load-button {
  color: #5c8200;
}
.indicators-ms .djslider-override {
  padding-bottom: 45px;
}
.indicators-ms .djslider-override .navigation-container-custom {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
#jm-header .indicators-ms .djslider-override {
  padding-bottom: 0;
}
#jm-header .indicators-ms .djslider-override .navigation-container-custom {
  top: auto;
  bottom: 15px;
  left: auto;
  right: 0;
  text-align: center;
}
.navigation-ms .djslider-override .navigation-container .prev-button,
.navigation-ms .djslider-override .navigation-container .next-button,
.navigation-ms .djslider-override .navigation-container .play-button,
.navigation-ms .djslider-override .navigation-container .pause-button {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  filter: alpha(opacity=100);
}
.navigation-ms .djslider-override .navigation-container .prev-button:hover,
.navigation-ms .djslider-override .navigation-container .next-button:hover,
.navigation-ms .djslider-override .navigation-container .play-button:hover,
.navigation-ms .djslider-override .navigation-container .pause-button:hover {
  background-color: rgba(92, 130, 0, 0.9);
}
/*# sourceMappingURL=/gops/templates/pcj-jops-zielony/css/template.33.map */