#jm-allpage {
  position: relative;
  background: #ffffff;
}
.sticky-bar #jm-allpage {
  padding-top: 122px;
}
#jm-bar-wrapp {
  width: 100%;
  line-height: 1;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(28, 28, 28, 0.1);
  -moz-box-shadow: 0px 2px 1px 0px rgba(28, 28, 28, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(28, 28, 28, 0.1);
  position: relative;
  background: #004c9a;
  color: #ffffff;
}
#jm-top-bar {
  font-family: Multicolore;
  height: 40px;
  margin-bottom: 7px;
}
#jm-top-bar p {
  margin: 0;
}
#jm-top-bar #jm-top-bar1 .nav.menu > li > a,
#jm-top-bar #jm-top-bar1 .nav.menu > li > span.separator {
  padding: 0 7px 0 0;
}
#jm-top-bar #jm-top-bar1,
#jm-top-bar #jm-top-bar2 {
  padding-top: 18px;
}
.sticky-bar #jm-bar-wrapp {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}
#jm-bar-left {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: padding 0.3s ease 0s;
  -moz-transition: padding 0.3s ease 0s;
  -o-transition: padding 0.3s ease 0s;
  transition: padding 0.3s ease 0s;
}
#jm-bar-right {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: padding 0.3s ease 0s;
  -moz-transition: padding 0.3s ease 0s;
  -o-transition: padding 0.3s ease 0s;
  transition: padding 0.3s ease 0s;
}
#jm-logo-nav {
  color: #ffffff;
}
#jm-logo-sitedesc {
  margin-top: -10px;
}
#jm-logo-sitedesc.removemargin {
  margin-top: 0;
}
#jm-logo-sitedesc #jm-logo {
  vertical-align: top;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  font-family: Multicolore;
  font-size: 36px;
}
#jm-logo-sitedesc #jm-logo a {
  display: block;
}
#jm-logo-sitedesc #jm-logo a:hover {
  text-decoration: none;
}
#jm-logo-sitedesc #jm-logo img {
  border: 0;
}
#jm-logo-sitedesc #jm-sitedesc {
  vertical-align: middle;
  font-family: Multicolore;
  color: #d5d5d5;
  font-size: 11px;
}
#jm-system-message {
  padding-top: 40px;
}
#jm-header {
  background: #c3d426;
  color: #004c9a;
  position: relative;
  z-index: 1;
}
#jm-header.headerimgActive:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#jm-top1,
#jm-bottom1 {
  background: #eff1f2;
  color: #004080;
  padding: 40px 0 0;
}
#jm-top1 .jm-title,
#jm-bottom1 .jm-title,
#jm-top1 h1,
#jm-bottom1 h1,
#jm-top1 h2,
#jm-bottom1 h2,
#jm-top1 h3,
#jm-bottom1 h3,
#jm-top1 h4,
#jm-bottom1 h4,
#jm-top1 h5,
#jm-bottom1 h5,
#jm-top1 h6,
#jm-bottom1 h6 {
  color: #004080;
}
#jm-top2,
#jm-bottom2 {
  background: #ffffff;
  color: #004080;
  padding: 40px 0 0;
}
#jm-top3,
#jm-footer-mod {
  background: #98c93c;
  color: #ffffff;
  padding: 40px 0 0;
}
#jm-top3 a.readmore,
#jm-footer-mod a.readmore,
#jm-top3 .jm-title,
#jm-footer-mod .jm-title,
#jm-top3 h1,
#jm-footer-mod h1,
#jm-top3 h2,
#jm-footer-mod h2,
#jm-top3 h3,
#jm-footer-mod h3,
#jm-top3 h4,
#jm-footer-mod h4,
#jm-top3 h5,
#jm-footer-mod h5,
#jm-top3 h6,
#jm-footer-mod h6 {
  color: #ffffff;
}
#jm-font-switcher {
  text-align: right;
  margin: 0 0 15px;
}
#jm-main {
  background: #ffffff;
  padding-top: 40px;
}
#jm-maincontent {
  margin-bottom: 40px;
}
#jm-footer {
  color: #ffffff;
  font-size: 14px;
  padding: 40px 0 0;
  background: #004c9a;
}
#jm-footer-center {
  text-align: left;
}
#jm-footer-left + #jm-footer-center {
  text-align: center;
}
#jm-footer-right {
  text-align: right;
}
#jm-footer-left,
#jm-footer-right,
#jm-footer-center {
  line-height: 1.8;
  margin: 0 0 40px;
}
#jm-back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: auto;
  z-index: 9999;
}
#jm-back-top a {
  text-decoration: none;
  display: block;
}
#jm-back-top a:hover {
  cursor: pointer;
  text-decoration: none;
}
#jm-back-top span {
  display: block;
  height: 60px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 60px;
  background-color: #85aa20;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/backtotop.png");
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#jm-back-top span:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#jm-top1 + #jm-bottom1 {
  padding-top: 0;
}
#jm-top2 + #jm-main,
#jm-top2 + #jm-bottom2 {
  padding-top: 0;
}
#jm-main + #jm-bottom2 {
  padding-top: 0;
}
#jm-top3 + #jm-footer-mod {
  padding-top: 0;
}
.responsive-disabled {
  min-width: 1170px;
}
.responsive-disabled #jm-allpage {
  min-width: 1170px;
}
.responsive-disabled #jm-top-bar {
  position: static;
}
.texttoggler {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none !important;
  margin: 0 1px;
  display: inline-block;
}
.texttoggler.small {
  font-size: 0.8em;
}
.texttoggler.normal {
  font-size: 1.1em;
}
.texttoggler.large {
  font-size: 1.3em;
}
.smallview #jm-maincontent {
  font-size: 0.9em;
  line-height: 1.5em;
}
.largeview #jm-maincontent {
  font-size: 1.1em;
  line-height: 1.5em;
}
.span0 {
  float: none !important;
}
.span50 {
  float: left !important;
  width: 50% !important;
}
.jm-module {
  margin: 0 0 40px;
}
.jm-module .jm-title {
  font-weight: 400;
  font-family: Multicolore;
  font-size: 32px;
  margin: 0 0 20px;
  position: relative;
  color: #004080;
}
.jm-module .nav.menu li a,
.jm-module .nav.menu li span.separator {
  font-weight: 600;
}
.moduletable {
  margin: 0 0 20px;
}
.moduletable > h3 {
  font-weight: 400;
  font-family: Multicolore;
  font-size: 32px;
  margin: 0 0 20px;
  color: #004080;
}
#jm-header .jm-title,
#jm-header h1,
#jm-header h2,
#jm-header h3,
#jm-header h4,
#jm-header h5,
#jm-header h6 {
  color: #004c9a;
}
#jm-header .jm-module {
  margin-top: 40px;
}
#jm-header .jm-module .jm-title {
  color: #004c9a;
}
#jm-header .jm-module + .jm-module {
  margin-top: 0;
}
#jm-header .moduletable > h3 {
  color: #004c9a;
}
#jm-footer-mod .jm-module .jm-title {
  color: #ffffff;
}
#jm-footer-mod .moduletable > h3 {
  color: #ffffff;
}
#jm-allpage .jm-module.color1-ms {
  padding: 35px;
  background: #eff1f2;
  color: #004080;
}
#jm-allpage .jm-module.color1-ms .jm-title,
#jm-allpage .jm-module.color1-ms h1,
#jm-allpage .jm-module.color1-ms h2,
#jm-allpage .jm-module.color1-ms h3,
#jm-allpage .jm-module.color1-ms h4,
#jm-allpage .jm-module.color1-ms h5,
#jm-allpage .jm-module.color1-ms h6 {
  color: #004080;
}
#jm-allpage .jm-module.color1-ms .jm-title {
  position: relative;
  margin: 0 0 30px;
  line-height: 1.1;
}
#jm-allpage .jm-module.color1-ms .accordion .accordion-group,
#jm-allpage .jm-module.color1-ms .pane-sliders .panel {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#jm-allpage .jm-module.color1-ms .accordion .accordion-group:last-child,
#jm-allpage .jm-module.color1-ms .pane-sliders .panel:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#jm-allpage .color1-ms {
  color: #004080;
}
#jm-allpage .color1-ms .jm-title {
  color: #004080;
}
#jm-allpage .jm-module.color2-ms {
  padding: 35px;
  background: #efffc7;
  color: #004080;
}
#jm-allpage .jm-module.color2-ms .jm-title,
#jm-allpage .jm-module.color2-ms h1,
#jm-allpage .jm-module.color2-ms h2,
#jm-allpage .jm-module.color2-ms h3,
#jm-allpage .jm-module.color2-ms h4,
#jm-allpage .jm-module.color2-ms h5,
#jm-allpage .jm-module.color2-ms h6 {
  color: #004080;
}
#jm-allpage .jm-module.color2-ms .jm-title {
  position: relative;
  margin: 0 0 30px;
  line-height: 1.1;
}
#jm-allpage .color2-ms {
  color: #004080;
}
#jm-allpage .color2-ms .jm-title {
  color: #004080;
}
#jm-allpage .jm-module.color3-ms {
  padding: 35px;
  background: #004080;
  color: #ffffff;
}
#jm-allpage .jm-module.color3-ms .jm-title,
#jm-allpage .jm-module.color3-ms h1,
#jm-allpage .jm-module.color3-ms h2,
#jm-allpage .jm-module.color3-ms h3,
#jm-allpage .jm-module.color3-ms h4,
#jm-allpage .jm-module.color3-ms h5,
#jm-allpage .jm-module.color3-ms h6 {
  color: #ffffff;
}
#jm-allpage .jm-module.color3-ms .jm-title {
  position: relative;
  margin: 0 0 30px;
  line-height: 1.1;
}
#jm-allpage .jm-module.color3-ms .accordion .accordion-group,
#jm-allpage .jm-module.color3-ms .pane-sliders .panel {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#jm-allpage .jm-module.color3-ms .accordion .accordion-group:last-child,
#jm-allpage .jm-module.color3-ms .pane-sliders .panel:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#jm-allpage .color3-ms {
  color: #ffffff;
}
#jm-allpage .color3-ms .jm-title {
  color: #ffffff;
}
.jm-module-raw {
  float: left;
  margin-right: 15px;
}
#jm-top-bar2 .jm-module-raw,
#jm-bar-right .jm-module-raw {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
#jm-top-bar2 .jm-module-raw:first-child {
  margin-right: 20px;
}
#jm-offcanvas .jm-module {
  margin: 40px 0 0;
}
#jm-offcanvas .jm-module:first-child {
  margin: 0;
}
.jm-module.margin-ms {
  margin-bottom: 0 !important;
}
.jm-module.side-margin-ms {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.jm-module.nav.menu {
  margin-bottom: 40px;
}
#jm-top-bar form {
  margin: 0;
}
#jm-top-bar div.login-greeting,
#jm-top-bar .logout-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#jm-top-bar .logout-button .btn {
  font-size: 10px;
  height: auto;
  line-height: 16px;
  padding: 0 15px;
  vertical-align: middle;
  margin-left: 10px !important;
}
#jm-header.pulled-ms {
  padding-bottom: 90px;
}
#jm-header.pulled-ms .jm-module {
  margin-bottom: 0;
}
#jm-top1 .jm-module.pull-top-ms {
  position: relative;
  z-index: 2;
  margin-top: -130px;
}
.color1-ms ul.mostread a,
.color3-ms ul.mostread a {
  color: #004080;
}
.color1-ms ul.mostread a:hover,
.color3-ms ul.mostread a:hover {
  color: #94bd24;
  text-decoration: none;
}
.color1-ms ul.mostread li + li,
.color3-ms ul.mostread li + li {
  padding-top: 20px;
}
.jm-module-raw.search-ms {
  position: relative;
}
.search-ms .search form {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  margin: 0;
}
.search-ms .search input.button,
.search-ms .search button.button {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 18px;
  height: 18px;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0px 10px 0 15px;
  font-size: 0;
  background: none;
  background: url('../images/scheme1/search.png') no-repeat center center;
}
.search-ms .search .btn {
  border: none;
}
.search-ms .search input#mod-search-searchword {
  position: absolute;
  top: 0;
  left: auto;
  right: 100%;
  margin: -7px 15px 0 0;
  height: 32px;
  line-height: 1.8;
  padding: 0;
  width: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 501;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #004c9a;
  border: 1px solid #94bd24;
  max-width: none;
}
.search-ms .search input#mod-search-searchword.show {
  padding: 0 10px;
  width: 215px;
  border: 1px solid #94bd24;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.jm-icons a {
  display: inline-block;
  text-decoration: none !important;
  width: 32px;
  height: 32px;
  margin: 0 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;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.jm-icons a:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.jm-icons a.jm-facebook {
  background: url('../images/social/facebook.png');
}
.jm-icons a.jm-link {
  background: url('../images/social/twitter-s.png');
}
.jm-icons a.jm-skype {
  background: url('../images/social/skype.png');
}
.jm-icons a.jm-twitter {
  background: url('../images/social/twitter.png');
}
.jm-icons a.jm-google {
  background: url('../images/social/facebook-s.png');
}
#jm-footer-center .jm-icons {
  margin-top: -4px;
}
.jm-promo {
  vertical-align: middle;
}
.jm-promo a {
  text-decoration: none;
}
.jm-promo p,
.jm-promo img {
  display: block;
}
.jm-promo ul li {
  display: inline-block;
  font-family: Multicolore;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 18px;
  color: #ffffff;
  width: 110px;
  height: 110px;
  padding: 25px;
  -webkit-border-radius: 50% 50% 20% 50%;
  -moz-border-radius: 50% 50% 20% 50%;
  border-radius: 50% 50% 20% 50%;
  background: #94bd24;
  vertical-align: middle;
  position: relative;
}
.jm-promo ul li.promo1 {
  z-index: 1;
}
.jm-promo ul li.promo2 {
  background: #c3d426;
  z-index: 2;
}
.jm-promo ul li.promo3 {
  background: #d3041e;
  z-index: 3;
}
.jm-promo ul li.promo4 {
  background: #004c9a;
  z-index: 4;
}
.jm-promo ul.neg-margin {
  padding-left: 30px;
}
.jm-promo ul.neg-margin li {
  margin-left: -30px;
}
@-webkit-keyframes jm-slideIn {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jm-slideIn {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.jm-slideIn {
  -webkit-animation-name: jm-slideIn;
  animation-name: jm-slideIn;
}
.jm-promo.animate ul li.promo1,
.jm-promo.animate ul li.promo2,
.jm-promo.animate ul li.promo3,
.jm-promo.animate ul li.promo4 {
  visibility: hidden;
}
.jm-promo.animate ul li.promo1 {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}
.jm-promo.animate ul li.promo2 {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.jm-promo.animate ul li.promo3 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.jm-promo.animate ul li.promo4 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.jm-promo.animate ul li.jm-slideIn.promo1,
.jm-promo.animate ul li.jm-slideIn.promo2,
.jm-promo.animate ul li.jm-slideIn.promo3,
.jm-promo.animate ul li.jm-slideIn.promo4 {
  visibility: visible;
}
.bubble {
  display: table;
  width: 98%;
  height: 98%;
}
.bubble p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.column-promo .jm-promo {
  text-align: center;
}
.column-promo .jm-promo ul li {
  width: 108px;
  height: 108px;
}
.column-promo .jm-promo ul.neg-margin {
  padding-top: 42px;
}
.column-promo .jm-promo ul.neg-margin li {
  margin-top: -42px;
}
.column-promo .bottom {
  text-align: center;
}
.column-promo .btn {
  margin: 30px 0 0;
}
.column-promo p {
  margin-bottom: 30px;
}
.footer-contact {
  display: table;
}
.footer-contact .jm-promo {
  display: table-cell;
}
.footer-contact .jm-promo ul li {
  width: 60px;
  height: 60px;
  visibility: visible;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer-contact .jm-promo ul li:hover {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #a3d028;
}
.footer-contact .jm-promo ul li.promo2:hover {
  background: #cbdb38;
}
.footer-contact .jm-promo ul li.promo3:hover {
  background: #e80421;
}
.footer-contact .jm-promo ul li.promo4:hover {
  background: #0054a9;
}
.jm-promotext {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
  font-weight: 700;
}
.jm-promotext .calltoaction {
  font-size: 14px;
  text-transform: uppercase;
}
.jm-promotext .theaction {
  font-size: 18px;
}
.textcolorblue {
  color: #c2d426;
}
.textcolorpink {
  color: #d3041e;
}
.textcolordarkblue {
  color: #004c9a;
}
.textcolorgreen {
  color: #94bd24;
}
#jm-offcanvas a:hover,
#jm-header a:hover,
#jm-top3 a:hover,
#jm-footer-mod a:hover,
#jm-allpage .jm-module.color3-ms a:hover,
#jm-allpage .jm-module.color1-ms a:hover,
#jm-offcanvas a:focus,
#jm-header a:focus,
#jm-top3 a:focus,
#jm-footer-mod a:focus,
#jm-allpage .jm-module.color3-ms a:focus,
#jm-allpage .jm-module.color1-ms a:focus,
#jm-offcanvas .active,
#jm-header .active,
#jm-top3 .active,
#jm-footer-mod .active,
#jm-allpage .jm-module.color3-ms .active,
#jm-allpage .jm-module.color1-ms .active {
  color: #94bd24;
}
#jm-offcanvas textarea,
#jm-header textarea,
#jm-top3 textarea,
#jm-footer-mod textarea,
#jm-allpage .jm-module.color3-ms textarea,
#jm-allpage .jm-module.color1-ms textarea,
#jm-offcanvas input[type="text"],
#jm-header input[type="text"],
#jm-top3 input[type="text"],
#jm-footer-mod input[type="text"],
#jm-allpage .jm-module.color3-ms input[type="text"],
#jm-allpage .jm-module.color1-ms input[type="text"],
#jm-offcanvas input[type="password"],
#jm-header input[type="password"],
#jm-top3 input[type="password"],
#jm-footer-mod input[type="password"],
#jm-allpage .jm-module.color3-ms input[type="password"],
#jm-allpage .jm-module.color1-ms input[type="password"],
#jm-offcanvas input[type="datetime"],
#jm-header input[type="datetime"],
#jm-top3 input[type="datetime"],
#jm-footer-mod input[type="datetime"],
#jm-allpage .jm-module.color3-ms input[type="datetime"],
#jm-allpage .jm-module.color1-ms input[type="datetime"],
#jm-offcanvas input[type="datetime-local"],
#jm-header input[type="datetime-local"],
#jm-top3 input[type="datetime-local"],
#jm-footer-mod input[type="datetime-local"],
#jm-allpage .jm-module.color3-ms input[type="datetime-local"],
#jm-allpage .jm-module.color1-ms input[type="datetime-local"],
#jm-offcanvas input[type="date"],
#jm-header input[type="date"],
#jm-top3 input[type="date"],
#jm-footer-mod input[type="date"],
#jm-allpage .jm-module.color3-ms input[type="date"],
#jm-allpage .jm-module.color1-ms input[type="date"],
#jm-offcanvas input[type="month"],
#jm-header input[type="month"],
#jm-top3 input[type="month"],
#jm-footer-mod input[type="month"],
#jm-allpage .jm-module.color3-ms input[type="month"],
#jm-allpage .jm-module.color1-ms input[type="month"],
#jm-offcanvas input[type="time"],
#jm-header input[type="time"],
#jm-top3 input[type="time"],
#jm-footer-mod input[type="time"],
#jm-allpage .jm-module.color3-ms input[type="time"],
#jm-allpage .jm-module.color1-ms input[type="time"],
#jm-offcanvas input[type="week"],
#jm-header input[type="week"],
#jm-top3 input[type="week"],
#jm-footer-mod input[type="week"],
#jm-allpage .jm-module.color3-ms input[type="week"],
#jm-allpage .jm-module.color1-ms input[type="week"],
#jm-offcanvas input[type="number"],
#jm-header input[type="number"],
#jm-top3 input[type="number"],
#jm-footer-mod input[type="number"],
#jm-allpage .jm-module.color3-ms input[type="number"],
#jm-allpage .jm-module.color1-ms input[type="number"],
#jm-offcanvas input[type="email"],
#jm-header input[type="email"],
#jm-top3 input[type="email"],
#jm-footer-mod input[type="email"],
#jm-allpage .jm-module.color3-ms input[type="email"],
#jm-allpage .jm-module.color1-ms input[type="email"],
#jm-offcanvas input[type="url"],
#jm-header input[type="url"],
#jm-top3 input[type="url"],
#jm-footer-mod input[type="url"],
#jm-allpage .jm-module.color3-ms input[type="url"],
#jm-allpage .jm-module.color1-ms input[type="url"],
#jm-offcanvas input[type="search"],
#jm-header input[type="search"],
#jm-top3 input[type="search"],
#jm-footer-mod input[type="search"],
#jm-allpage .jm-module.color3-ms input[type="search"],
#jm-allpage .jm-module.color1-ms input[type="search"],
#jm-offcanvas input[type="tel"],
#jm-header input[type="tel"],
#jm-top3 input[type="tel"],
#jm-footer-mod input[type="tel"],
#jm-allpage .jm-module.color3-ms input[type="tel"],
#jm-allpage .jm-module.color1-ms input[type="tel"],
#jm-offcanvas input[type="color"],
#jm-header input[type="color"],
#jm-top3 input[type="color"],
#jm-footer-mod input[type="color"],
#jm-allpage .jm-module.color3-ms input[type="color"],
#jm-allpage .jm-module.color1-ms input[type="color"],
#jm-offcanvas .uneditable-input,
#jm-header .uneditable-input,
#jm-top3 .uneditable-input,
#jm-footer-mod .uneditable-input,
#jm-allpage .jm-module.color3-ms .uneditable-input,
#jm-allpage .jm-module.color1-ms .uneditable-input {
  border: none;
}
#jm-offcanvas textarea:focus,
#jm-header textarea:focus,
#jm-top3 textarea:focus,
#jm-footer-mod textarea:focus,
#jm-allpage .jm-module.color3-ms textarea:focus,
#jm-allpage .jm-module.color1-ms textarea:focus,
#jm-offcanvas input[type="text"]:focus,
#jm-header input[type="text"]:focus,
#jm-top3 input[type="text"]:focus,
#jm-footer-mod input[type="text"]:focus,
#jm-allpage .jm-module.color3-ms input[type="text"]:focus,
#jm-allpage .jm-module.color1-ms input[type="text"]:focus,
#jm-offcanvas input[type="password"]:focus,
#jm-header input[type="password"]:focus,
#jm-top3 input[type="password"]:focus,
#jm-footer-mod input[type="password"]:focus,
#jm-allpage .jm-module.color3-ms input[type="password"]:focus,
#jm-allpage .jm-module.color1-ms input[type="password"]:focus,
#jm-offcanvas input[type="datetime"]:focus,
#jm-header input[type="datetime"]:focus,
#jm-top3 input[type="datetime"]:focus,
#jm-footer-mod input[type="datetime"]:focus,
#jm-allpage .jm-module.color3-ms input[type="datetime"]:focus,
#jm-allpage .jm-module.color1-ms input[type="datetime"]:focus,
#jm-offcanvas input[type="datetime-local"]:focus,
#jm-header input[type="datetime-local"]:focus,
#jm-top3 input[type="datetime-local"]:focus,
#jm-footer-mod input[type="datetime-local"]:focus,
#jm-allpage .jm-module.color3-ms input[type="datetime-local"]:focus,
#jm-allpage .jm-module.color1-ms input[type="datetime-local"]:focus,
#jm-offcanvas input[type="date"]:focus,
#jm-header input[type="date"]:focus,
#jm-top3 input[type="date"]:focus,
#jm-footer-mod input[type="date"]:focus,
#jm-allpage .jm-module.color3-ms input[type="date"]:focus,
#jm-allpage .jm-module.color1-ms input[type="date"]:focus,
#jm-offcanvas input[type="month"]:focus,
#jm-header input[type="month"]:focus,
#jm-top3 input[type="month"]:focus,
#jm-footer-mod input[type="month"]:focus,
#jm-allpage .jm-module.color3-ms input[type="month"]:focus,
#jm-allpage .jm-module.color1-ms input[type="month"]:focus,
#jm-offcanvas input[type="time"]:focus,
#jm-header input[type="time"]:focus,
#jm-top3 input[type="time"]:focus,
#jm-footer-mod input[type="time"]:focus,
#jm-allpage .jm-module.color3-ms input[type="time"]:focus,
#jm-allpage .jm-module.color1-ms input[type="time"]:focus,
#jm-offcanvas input[type="week"]:focus,
#jm-header input[type="week"]:focus,
#jm-top3 input[type="week"]:focus,
#jm-footer-mod input[type="week"]:focus,
#jm-allpage .jm-module.color3-ms input[type="week"]:focus,
#jm-allpage .jm-module.color1-ms input[type="week"]:focus,
#jm-offcanvas input[type="number"]:focus,
#jm-header input[type="number"]:focus,
#jm-top3 input[type="number"]:focus,
#jm-footer-mod input[type="number"]:focus,
#jm-allpage .jm-module.color3-ms input[type="number"]:focus,
#jm-allpage .jm-module.color1-ms input[type="number"]:focus,
#jm-offcanvas input[type="email"]:focus,
#jm-header input[type="email"]:focus,
#jm-top3 input[type="email"]:focus,
#jm-footer-mod input[type="email"]:focus,
#jm-allpage .jm-module.color3-ms input[type="email"]:focus,
#jm-allpage .jm-module.color1-ms input[type="email"]:focus,
#jm-offcanvas input[type="url"]:focus,
#jm-header input[type="url"]:focus,
#jm-top3 input[type="url"]:focus,
#jm-footer-mod input[type="url"]:focus,
#jm-allpage .jm-module.color3-ms input[type="url"]:focus,
#jm-allpage .jm-module.color1-ms input[type="url"]:focus,
#jm-offcanvas input[type="search"]:focus,
#jm-header input[type="search"]:focus,
#jm-top3 input[type="search"]:focus,
#jm-footer-mod input[type="search"]:focus,
#jm-allpage .jm-module.color3-ms input[type="search"]:focus,
#jm-allpage .jm-module.color1-ms input[type="search"]:focus,
#jm-offcanvas input[type="tel"]:focus,
#jm-header input[type="tel"]:focus,
#jm-top3 input[type="tel"]:focus,
#jm-footer-mod input[type="tel"]:focus,
#jm-allpage .jm-module.color3-ms input[type="tel"]:focus,
#jm-allpage .jm-module.color1-ms input[type="tel"]:focus,
#jm-offcanvas input[type="color"]:focus,
#jm-header input[type="color"]:focus,
#jm-top3 input[type="color"]:focus,
#jm-footer-mod input[type="color"]:focus,
#jm-allpage .jm-module.color3-ms input[type="color"]:focus,
#jm-allpage .jm-module.color1-ms input[type="color"]:focus,
#jm-offcanvas .uneditable-input:focus,
#jm-header .uneditable-input:focus,
#jm-top3 .uneditable-input:focus,
#jm-footer-mod .uneditable-input:focus,
#jm-allpage .jm-module.color3-ms .uneditable-input:focus,
#jm-allpage .jm-module.color1-ms .uneditable-input:focus {
  border: none;
}
#jm-offcanvas ul:not([class]) li,
#jm-header ul:not([class]) li,
#jm-top3 ul:not([class]) li,
#jm-footer-mod ul:not([class]) li,
#jm-allpage .jm-module.color3-ms ul:not([class]) li,
#jm-allpage .jm-module.color1-ms ul:not([class]) li {
  background-image: url('../images/scheme1/li_check.png');
  line-height: 1.8;
  background-position: left 7px;
  padding: 0 0 0 10px;
}
#jm-offcanvas .accordion-heading a.accordion-toggle.collapsed:after,
#jm-header .accordion-heading a.accordion-toggle.collapsed:after,
#jm-top3 .accordion-heading a.accordion-toggle.collapsed:after,
#jm-footer-mod .accordion-heading a.accordion-toggle.collapsed:after,
#jm-allpage .jm-module.color3-ms .accordion-heading a.accordion-toggle.collapsed:after,
#jm-allpage .jm-module.color1-ms .accordion-heading a.accordion-toggle.collapsed:after,
#jm-offcanvas .pane-sliders h3.title a.collapsed:after,
#jm-header .pane-sliders h3.title a.collapsed:after,
#jm-top3 .pane-sliders h3.title a.collapsed:after,
#jm-footer-mod .pane-sliders h3.title a.collapsed:after,
#jm-allpage .jm-module.color3-ms .pane-sliders h3.title a.collapsed:after,
#jm-allpage .jm-module.color1-ms .pane-sliders h3.title a.collapsed:after {
  background-image: url('../images/down_arrow_white.png');
}
#jm-offcanvas .accordion-heading .accordion-toggle,
#jm-header .accordion-heading .accordion-toggle,
#jm-top3 .accordion-heading .accordion-toggle,
#jm-footer-mod .accordion-heading .accordion-toggle,
#jm-allpage .jm-module.color3-ms .accordion-heading .accordion-toggle,
#jm-allpage .jm-module.color1-ms .accordion-heading .accordion-toggle,
#jm-offcanvas .pane-sliders h3.title a,
#jm-header .pane-sliders h3.title a,
#jm-top3 .pane-sliders h3.title a,
#jm-footer-mod .pane-sliders h3.title a,
#jm-allpage .jm-module.color3-ms .pane-sliders h3.title a,
#jm-allpage .jm-module.color1-ms .pane-sliders h3.title a {
  color: #ffffff;
}
#jm-offcanvas .accordion-heading .accordion-toggle:focus,
#jm-header .accordion-heading .accordion-toggle:focus,
#jm-top3 .accordion-heading .accordion-toggle:focus,
#jm-footer-mod .accordion-heading .accordion-toggle:focus,
#jm-allpage .jm-module.color3-ms .accordion-heading .accordion-toggle:focus,
#jm-allpage .jm-module.color1-ms .accordion-heading .accordion-toggle:focus,
#jm-offcanvas .pane-sliders h3.title a:focus,
#jm-header .pane-sliders h3.title a:focus,
#jm-top3 .pane-sliders h3.title a:focus,
#jm-footer-mod .pane-sliders h3.title a:focus,
#jm-allpage .jm-module.color3-ms .pane-sliders h3.title a:focus,
#jm-allpage .jm-module.color1-ms .pane-sliders h3.title a:focus,
#jm-offcanvas .accordion-heading .accordion-toggle:hover,
#jm-header .accordion-heading .accordion-toggle:hover,
#jm-top3 .accordion-heading .accordion-toggle:hover,
#jm-footer-mod .accordion-heading .accordion-toggle:hover,
#jm-allpage .jm-module.color3-ms .accordion-heading .accordion-toggle:hover,
#jm-allpage .jm-module.color1-ms .accordion-heading .accordion-toggle:hover,
#jm-offcanvas .pane-sliders h3.title a:hover,
#jm-header .pane-sliders h3.title a:hover,
#jm-top3 .pane-sliders h3.title a:hover,
#jm-footer-mod .pane-sliders h3.title a:hover,
#jm-allpage .jm-module.color3-ms .pane-sliders h3.title a:hover,
#jm-allpage .jm-module.color1-ms .pane-sliders h3.title a:hover {
  color: #94bd24;
}
#jm-top3 .jm-module .jm-title,
#jm-footer-mod .jm-module .jm-title {
  margin-bottom: 55px;
  text-align: center;
}
#jm-top3 .jm-module .jm-title:after,
#jm-footer-mod .jm-module .jm-title:after {
  position: absolute;
  width: 50%;
  bottom: -15px;
  right: 25%;
  left: auto;
  content: '';
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#jm-top3 .jm-module .jm-title:before,
#jm-footer-mod .jm-module .jm-title:before {
  position: absolute;
  width: 10%;
  bottom: -15px;
  right: 45%;
  left: auto;
  content: '';
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#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: 32px;
  line-height: 1.1;
  font-weight: 400;
  color: #004080;
  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;
}
.nav.menu {
  margin: -19px 0 0;
}
.nav.menu li {
  display: block;
  background-image: none;
  position: relative;
  padding: 0;
}
.nav.menu ul {
  padding: 0;
  margin: 0;
}
.nav.menu > li:first-child > a,
.nav.menu > li:first-child > span.separator {
  margin-top: 0;
  border-top: 0;
  border-bottom: 0;
}
.nav.menu li a,
.nav.menu li span.separator {
  display: block;
  font-size: 14px;
  color: inherit;
  line-height: 1.8;
  font-weight: 400;
  padding: 19px 0;
  vertical-align: top;
  text-decoration: none;
  border-top: 2px solid #f2f2f2;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: -1px;
  background: none;
}
.nav.menu li a:hover,
.nav.menu li span.separator:hover {
  color: #94bd24;
}
.nav.menu li.active > a,
.nav.menu li.active > span.separator {
  color: #94bd24;
}
.nav.menu > li.parent > a,
.nav.menu > li.parent > span.separator {
  position: relative;
  padding-right: 10px;
  border-bottom: 0;
}
.nav.menu > li.parent > a:after,
.nav.menu > li.parent > span.separator:after {
  content: '+';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  position: absolute;
  right: 0;
  left: auto;
}
.nav.menu > li > ul {
  padding: 0;
}
.nav.menu > li > ul > li:last-child {
  margin-bottom: 20px;
}
.nav.menu ul {
  padding-left: 20px;
}
.nav.menu ul > li > a,
.nav.menu ul > li > span.separator {
  border: 0;
  padding: 4px;
  font-weight: 400;
}
.nav.menu ul > li > a:before,
.nav.menu ul > li > span.separator:before {
  content: '\203A';
  margin-top: -1px;
  margin-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  top: -1px;
}
.nav.menu li a img {
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.dj-megamenu .nav.menu {
  margin: -5px 0 0;
}
.dj-megamenu .nav.menu > li > a,
.dj-megamenu .nav.menu > li > span.separator {
  border: none;
  padding: 5px 0;
  margin: 0;
  line-height: 1.8;
}
.dj-megamenu .nav.menu > li:first-child > a,
.dj-megamenu .nav.menu > li:first-child > span.separator {
  padding-top: 0;
}
.dj-megamenu .nav.menu li a,
.dj-megamenu .nav.menu li span.separator {
  font-size: 15px;
  color: #ffffff;
  border-color: #2190ff;
}
.dj-megamenu .nav.menu li a:hover,
.dj-megamenu .nav.menu li span.separator:hover {
  color: #ffffff;
}
.dj-megamenu .nav.menu li.active > a,
.dj-megamenu .nav.menu li.active > span.separator {
  color: #ffffff;
}
#jm-allpage .color1-ms .nav.menu li a,
#jm-allpage .color1-ms .nav.menu li span.separator {
  color: #ffffff;
  border-color: #c7ced2;
}
#jm-allpage .color1-ms .nav.menu li a:hover,
#jm-allpage .color1-ms .nav.menu li span.separator:hover {
  color: #94bd24;
}
#jm-allpage .color1-ms .nav.menu li.active > a,
#jm-allpage .color1-ms .nav.menu li.active > span.separator {
  color: #94bd24;
}
#jm-allpage .color2-ms .nav.menu li a,
#jm-allpage .color2-ms .nav.menu li span.separator {
  color: #004080;
}
#jm-allpage .color2-ms .nav.menu li a:hover,
#jm-allpage .color2-ms .nav.menu li span.separator:hover {
  color: #94bd24;
}
#jm-allpage .color2-ms .nav.menu li.active > a,
#jm-allpage .color2-ms .nav.menu li.active > span.separator {
  color: #94bd24;
}
#jm-offcanvas .nav.menu li a,
#jm-offcanvas .nav.menu li span.separator {
  color: #004080;
  border-color: #d9d9d9;
}
#jm-offcanvas .nav.menu li a:hover,
#jm-offcanvas .nav.menu li span.separator:hover {
  color: #94bd24;
}
#jm-offcanvas .nav.menu li.active > a,
#jm-offcanvas .nav.menu li.active > span.separator {
  color: #94bd24;
}
#jm-top-bar .nav.menu {
  margin: 0;
}
#jm-top-bar .nav.menu > li {
  display: inline-block;
  background: none;
  margin: 0;
}
#jm-top-bar .nav.menu li a,
#jm-top-bar .nav.menu li span.separator {
  color: #94bd24;
}
#jm-top-bar .nav.menu li a:after {
  content: "\2219";
  margin-left: 7px;
}
#jm-top-bar .nav.menu li a:after:hover {
  color: #94bd24;
}
#jm-top-bar .nav.menu li:last-child a:after {
  display: none;
}
#jm-top-bar .nav.menu li:hover > a,
#jm-top-bar .nav.menu li:hover > span.separator,
#jm-top-bar .nav.menu li.active > a,
#jm-top-bar .nav.menu li.active > span.separator {
  color: #688419;
}
#jm-top-bar .nav.menu > li > a,
#jm-top-bar .nav.menu > li > span.separator {
  font-size: 12px;
  padding: 0 0 0 7px;
  margin: 0;
  line-height: 1.5;
  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;
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  1% {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  1% {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.tagspopular ul,
.tagssimilar ul,
.nav.menu.tag-ms,
.tag-ms .nav.menu {
  margin: 0;
  padding: 0;
  text-align: center;
}
.tagspopular ul > li,
.tagssimilar ul > li,
.nav.menu.tag-ms > li,
.tag-ms .nav.menu > li {
  display: inline-block;
  border: none;
  background: none;
  margin: 0 10px 10px 0;
  padding: 0;
}
.tagspopular ul > li a,
.tagssimilar ul > li a,
.nav.menu.tag-ms > li a,
.tag-ms .nav.menu > li a {
  color: #94bd24;
  padding: 5px 15px!important;
  background: #ffffff;
  border: 1px solid #94bd24;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tagspopular ul > li a:after,
.tagssimilar ul > li a:after,
.nav.menu.tag-ms > li a:after,
.tag-ms .nav.menu > li a:after {
  display: none;
}
.tagspopular ul > li:hover a,
.tagssimilar ul > li:hover a,
.nav.menu.tag-ms > li:hover a,
.tag-ms .nav.menu > li:hover a,
.tagspopular ul > li.active a,
.tagssimilar ul > li.active a,
.nav.menu.tag-ms > li.active a,
.tag-ms .nav.menu > li.active a {
  color: #ffffff !important;
  border: 1px solid #94bd24;
  background: #94bd24;
}
.tagspopular ul > li:hover a:hover,
.tagssimilar ul > li:hover a:hover,
.nav.menu.tag-ms > li:hover a:hover,
.tag-ms .nav.menu > li:hover a:hover,
.tagspopular ul > li.active a:hover,
.tagssimilar ul > li.active a:hover,
.nav.menu.tag-ms > li.active a:hover,
.tag-ms .nav.menu > li.active a:hover {
  color: #ffffff !important;
}
.tagspopular ul ul,
.tagssimilar ul ul,
.nav.menu.tag-ms ul,
.tag-ms .nav.menu ul {
  display: none;
}
.tagspopular ul > li,
.tagssimilar ul > li {
  margin: 0 6px 10px 0;
}
.tagspopular ul > li a,
.tagssimilar ul > li a {
  padding: 6px 18px;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}
.cf:after {
  clear: both;
}
.tags {
  padding: 5px 0;
  margin: 40px 0;
}
.tags span .label {
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}
.label-info[href],
.badge-info[href],
.label-info,
.badge-info {
  color: #ffffff !important;
  background: #94bd24;
}
.label-info[href]:hover,
.badge-info[href]:hover,
.label-info:hover,
.badge-info:hover {
  background: #afda3a;
}
.media-list > li {
  background: none;
  padding: 0;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  height: 14px;
  line-height: 1;
  vertical-align: top;
  padding: 0 2px;
}
.btn.jmodedit {
  border: 0;
}
.thumbnails > li {
  background: none;
  padding: 0;
}
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.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: 60px;
  height: 60px;
  font-size: 14px;
  padding: 0 20px;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  color: #bebebe;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jm-allpage .chzn-container-single .chzn-single div {
  left: auto;
  right: 8px;
  width: 15px;
}
#jm-allpage .chzn-container .chzn-drop {
  border: 1px solid #eeeeee;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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: #bebebe;
  padding: 0;
  margin: 0;
  height: 60px;
}
#jm-allpage .chzn-container-single .chzn-single div b {
  margin-top: 18px;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-choice {
  line-height: 24px;
  border: 1px solid #eeeeee;
  background: #ffffff;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-choice span {
  font-size: 14px;
}
#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: #94bd24;
}
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 {
  font-family: Multicolore;
  font-size: 32px;
  color: #004080;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 30px;
}
h2.item-title,
.page-header > h2,
.content-category > h2,
.blog > h2,
.cat-children > h3,
.contact-category > h2,
.weblink-category > h2,
.newsfeed > h2,
.newsfeed-category > h2,
.weblink-category > h2,
.contact > h3 {
  font-family: Multicolore;
  font-size: 32px;
  font-weight: 400;
  color: #004080;
  display: block;
  margin: 0 0 20px;
  text-decoration: none;
}
h2.item-title a,
.page-header > h2 a,
.content-category > h2 a,
.blog > 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: #004080;
}
h2.item-title a:hover,
.page-header > h2 a:hover,
.content-category > h2 a:hover,
.blog > 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: #94bd24;
}
h3.page-header {
  font-size: 1em;
  line-height: 1.8;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #2190ff;
  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;
}
.element-invisible {
  display: none !important;
}
dl.article-info {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.2;
  color: #2190ff;
}
dl.article-info dd {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 0 12px 0 0;
  position: relative;
  line-height: 1.1;
}
dl.article-info dd:after {
  content: '/';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
dl.article-info dd:last-child {
  margin: 0;
  padding: 0;
}
dl.article-info dd:last-child:after {
  display: none;
}
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 40px;
}
#archive-items .createdby {
  margin: 0 0 15px;
}
.items-leading div[class*="leading-"],
.items-row .item {
  *zoom: 1;
}
.items-leading div[class*="leading-"]:before,
.items-row .item:before,
.items-leading div[class*="leading-"]:after,
.items-row .item:after {
  display: table;
  content: "";
  line-height: 0;
}
.items-leading div[class*="leading-"]:after,
.items-row .item:after {
  clear: both;
}
.items-leading div[class*="leading-"] p.readmore,
.items-row .item p.readmore {
  padding-top: 20px;
}
.items-leading div[class*="leading-"],
.items-row {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}
.items-leading .leading:last-child,
.items-row:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.items-more,
.content-links {
  margin: 0 0 40px;
}
.item-image {
  margin-bottom: 40px;
  max-width: 100%;
}
figure.pull-left,
figure.pull-right,
figure.pull-center {
  max-width: 100%;
  margin: 0 0 40px;
}
.pull-none.item-image {
  text-align: center;
}
.pull-left.item-image,
figure.pull-left {
  margin-right: 40px;
}
.pull-right.item-image,
figure.pull-right {
  margin-left: 40px;
}
.pull-center {
  text-align: center;
}
.category-desc {
  margin: 0 0 40px;
}
div.img_caption {
  margin: 0 auto;
}
p.img_caption {
  text-align: center;
  background: #eeeeee;
  padding: 5px;
  margin: 0;
}
.readmore {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 20px 75px 20px 55px;
  font-family: Multicolore;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  -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;
  color: #b0b0b0;
  border: 2px solid #b0b0b0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
}
.readmore:hover {
  color: #b0b0b0;
  text-decoration: none;
  background-color: rgba(176, 176, 176, 0.2);
}
.readmore:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  right: 45px;
  background-image: url('../images/big_arrow_gray.png');
}
#jm-header .readmore,
#jm-top3 .readmore,
#jm-footer-mod .readmore,
#jm-allpage .jm-module.color3-ms .readmore,
#jm-allpage .jm-module.color1-ms .readmore,
#jm-offcanvas .readmore {
  color: #ffffff;
  border-color: #ffffff;
}
#jm-header .readmore:hover,
#jm-top3 .readmore:hover,
#jm-footer-mod .readmore:hover,
#jm-allpage .jm-module.color3-ms .readmore:hover,
#jm-allpage .jm-module.color1-ms .readmore:hover,
#jm-offcanvas .readmore:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
#jm-header .readmore:after,
#jm-top3 .readmore:after,
#jm-footer-mod .readmore:after,
#jm-allpage .jm-module.color3-ms .readmore:after,
#jm-allpage .jm-module.color1-ms .readmore:after,
#jm-offcanvas .readmore:after {
  background-image: url('../images/big_arrow_white.png');
}
p.readmore {
  display: block;
  text-align: right;
  padding: 0;
  background: none;
  border: none;
}
p.readmore:hover {
  padding: 0;
  background: none;
  border: none;
}
p.readmore:after {
  display: none;
}
p.readmore .btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 20px 75px 20px 55px;
  font-family: Multicolore;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  -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;
  color: #b0b0b0;
  border: 2px solid #b0b0b0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  background-color: transparent;
}
p.readmore .btn:hover {
  color: #b0b0b0;
  text-decoration: none;
  background-color: rgba(176, 176, 176, 0.2);
}
p.readmore .btn:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  right: 45px;
  background-image: url('../images/big_arrow_gray.png');
}
.readmore-2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-family: Multicolore;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  -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;
  color: #94bd24;
  text-transform: uppercase;
  padding: 10px 25px;
}
.readmore-2:hover,
.readmore-2:focus {
  text-decoration: none;
}
.readmore-2:after {
  position: absolute;
  width: 14px;
  height: 12px;
  bottom: 17.5px;
  right: 0;
  content: "";
  background-image: url("../images/scheme1/big_arrow_green.png");
}
.mod-articles-category-readmore a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 20px 75px 20px 55px;
  font-family: Multicolore;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  -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;
  color: #b0b0b0;
  border: 2px solid #b0b0b0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
}
.mod-articles-category-readmore a:hover {
  color: #b0b0b0;
  text-decoration: none;
  background-color: rgba(176, 176, 176, 0.2);
}
.mod-articles-category-readmore a:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  right: 45px;
  background-image: url('../images/big_arrow_gray.png');
}
p.readmore a.btn .icon-chevron-right {
  display: none;
}
.archive .filters {
  margin-bottom: 40px;
}
fieldset.filters {
  margin: 0 0 20px;
}
.categories-list ul li h4 {
  font-size: 1em;
  line-height: 1.8;
  font-weight: bold;
}
.categories-list ul li small.category-desc {
  font-size: 1em;
  line-height: 1.8;
}
ul.list-striped > li {
  background: none;
  border-bottom: 1px solid #2190ff;
  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: #ff0000;
}
.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: 40px 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: 40px 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: 40px;
}
.tag-category form > ul > li > h3 {
  margin-bottom: 40px;
}
.tag-category form > ul > li {
  padding: 0;
  background: none !important;
}
.tag-category .tag-body {
  margin: 40px 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: #004080;
  text-align: center;
  text-decoration: none;
  background: none;
  background-color: #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  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: #004080;
}
body .tip-wrap .tip-text {
  font-weight: normal;
  color: #004080;
}
.jmodedit {
  z-index: 9999;
  line-height: 1 !important;
  padding: 0 !important;
  background: none !important;
  color: #94bd24 !important;
}
.jmodedit:hover {
  color: #85aa20 !important;
}
.article-index {
  margin-left: 40px;
}
.article-index + .pagenavcounter {
  margin-bottom: 10px;
}
.article-index .nav {
  min-width: 150px;
}
.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;
}
.minicolors-theme-bootstrap .minicolors-input {
  line-height: 1.5;
  height: auto;
  width: auto;
}
.newsflash .newsflash-title {
  font-weight: normal;
  font-size: 1em;
  margin: 40px 0 20px;
  clear: both;
}
.newsflash .newsflash-title:first-child {
  margin: 0 0 20px;
}
.newsflash .newsflash-title a:hover {
  text-decoration: underline;
}
.newsflash .readmore {
  margin-top: 20px;
}
.newsflash .readmore:hover,
.newsflash .readmore:focus {
  text-decoration: none;
}
.newsflash-horiz li + li {
  margin: 20px 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: 40px 0 0;
}
#jm-allpage .category-module {
  margin: 0;
}
#jm-allpage .category-module li p {
  line-height: 1.8;
  margin: 0 0 5px;
}
#jm-allpage .category-module li > a {
  display: block;
  font-weight: normal;
}
#jm-allpage .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: 40px;
}
#system-message .alert a {
  text-decoration: none;
}
.jm-error-page {
  text-align: center;
}
.jm-error-page > h1 {
  color: #004080;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
}
.jm-error-page > h2 {
  color: #004080;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 80px;
}
.jm-error-page > p {
  margin: 0 0 80px;
}
.jm-error-page input.inputbox {
  width: 50% !important;
  text-transform: uppercase;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-image: url('../images/scheme1/search.png');
  padding-left: 25px;
}
.jm-error-page .moduletable {
  margin: 0 0 80px;
}
.login-greeting {
  margin-bottom: 20px;
}
#jmthemeform .jmtheme-subset-toggler {
  font-family: 'Open Sans', sans-serif;
}
h3.jm-typo-title {
  border-bottom: 1px solid #2190ff;
  padding-bottom: 10px;
  margin: 40px 0;
}
h3.jm-typo-title ~ pre,
h3.jm-typo-title ~ div pre {
  margin-bottom: 40px;
  font-size: 13px;
}
.jm-code {
  border-left: 5px solid #2190ff;
  padding: 10px;
  background: #e7e6e6;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0 0 40px;
}
.jm-color {
  color: #94bd24;
}
.jm-block {
  margin: 10px 0;
  padding: 0 0 0 60px;
  position: relative;
  min-height: 40px;
}
.jm-block span {
  background: #999999;
  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: 26px;
  height: 24px;
}
.quote-left:before,
.quote-right:before {
  content: '';
  position: absolute;
  height: 100%;
}
.quote-left {
  padding: 20px 20px 20px 25%;
  text-align: left;
}
.quote-left:after {
  top: 25px;
  left: 10%;
  right: auto;
  background: url("../images/quote-left.png") no-repeat;
}
.quote-left:before {
  top: 0;
  left: 20%;
  border: 2px solid #d7d7d7;
}
.quote-right {
  padding: 20px 25% 20px 20px;
  text-align: right;
}
.quote-right:after {
  bottom: 25px;
  left: auto;
  right: 10%;
  background: url("../images/left.png") no-repeat;
}
.quote-right:before {
  bottom: 0;
  right: 20%;
  border: 2px solid #d7d7d7;
}
.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.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;
}
.plan-options {
  width: 100%;
  background: #ededed;
  text-align: center;
}
.plan-options .plan-name,
.plan-options .plan-price,
.plan-options .plan-details,
.plan-options .button {
  padding: 30px;
}
.plan-options .plan-name {
  font: 300 26px Multicolore;
  margin: 0;
  padding: 9px;
}
.plan-options .plan-price {
  background: #94bd24;
  color: #ffffff;
  font: 300 16px Multicolore;
  padding: 20px 10px 25px;
}
.plan-options .plan-price strong {
  font-size: 76px;
  align-self: baseline;
  line-height: 1;
  font-weight: 500;
}
.plan-options li {
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.plan-options li:last-child {
  border-bottom: none;
}
.plan-options .btn {
  margin-bottom: 40px;
}
.plan-options .icon-ok {
  color: #94bd24;
  margin-right: 10px;
}
.plan-options .icon-remove {
  color: #9d261d;
  margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .plan-options .plan-name {
    font: 300 20px Multicolore;
  }
  .plan-options .plan-price {
    font: 300 12px Multicolore;
  }
  .plan-options .plan-price strong {
    font-size: 55px;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
}
.ch-item.ch-first .ch-info,
.ch-item.ch-second .ch-info .ch-info-back,
.ch-item.ch-third .ch-info .ch-info-back {
  background: #94bd24;
}
.view {
  cursor: default;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.view .mask,
.view .content {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.view .mask span.space {
  height: 50%;
  display: block;
}
.view .readmore {
  display: table;
  margin: -20px auto 0;
  -webkit-backface-visibility: hidden;
}
.view-video {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.view-video:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  z-index: 2;
}
.view-video:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background: url('../images/video-play.png') no-repeat;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}
.view-video:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.view-video img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: relative;
  display: inline-block;
}
.view-video .mask {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 10;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
}
.view-video:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(720deg) scale(0);
  -moz-transform: rotate(720deg) scale(0);
  -o-transform: rotate(720deg) scale(0);
  -ms-transform: rotate(720deg) scale(0);
  transform: rotate(720deg) scale(0);
}
.view-video:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px) rotate(0deg);
  -moz-transform: translateY(0px) rotate(0deg);
  -o-transform: translateY(0px) rotate(0deg);
  -ms-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
  transition-delay: 0.4s;
}
.view .mask {
  background: #eee;
}
/* image hovers */
.ch-item.ch-first {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
}
.ch-item.ch-third .ch-info-front {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
}
.ch-item {
  position: relative;
  width: 280px;
  height: 250px;
}
x:-o-prefocus,
.ch-item {
  border: none;
  /* opera fix */
}
.ch-item .ch-info .ch-container {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.ch-item .ch-info .ch-outer {
  display: table-cell;
  vertical-align: middle;
}
.ch-item .ch-info p {
  padding: 20px 5px 0;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px !important;
  line-height: 30px;
  background: url("../images/badge_sep.png") no-repeat top center;
}
.ch-item .ch-info p a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.ch-item .ch-info p a:hover {
  text-decoration: underline;
}
.ch-item .ch-info p span.smaller {
  font-size: 16px !important;
  line-height: 22px;
  font-weight: normal;
}
/* first */
.ch-item.ch-first {
  position: relative;
  cursor: default;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ch-item.ch-first .ch-info {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 260px;
  height: 230px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  /*for a smooth font */
}
.ch-item.ch-first:hover .ch-info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*second*/
.ch-item.ch-second {
  position: relative;
  cursor: default;
  overflow: hidden;
}
.ch-item.ch-second .ch-info-wrap {
  position: absolute;
  width: 260px;
  height: 230px;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 10px;
  top: 10px;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}
.ch-item.ch-second .ch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ch-item.ch-second .ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ch-item.ch-second .ch-info .ch-info-back {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
}
.ch-item.ch-second:hover .ch-info {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -moz-transform: rotate3d(0, 1, 0, -180deg);
  -ms-transform: rotate3d(0, 1, 0, -180deg);
  -o-transform: rotate3d(0, 1, 0, -180deg);
  transform: rotate3d(0, 1, 0, -180deg);
}
/** opera fix **/
x:-o-prefocus,
.ch-item.ch-second .ch-info .ch-info-back {
  display: none;
}
x:-o-prefocus,
.ch-item.ch-second:hover .ch-info .ch-info-back {
  display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ch-item.ch-second:hover .ch-info {
    -ms-transform: none;
    transform: none;
  }
  .ch-item.ch-second .ch-info .ch-info-back {
    display: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .ch-item.ch-second:hover .ch-info .ch-info-back {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/*third*/
.ch-item.ch-third {
  position: relative;
  cursor: default;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -o-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px;
}
.ch-item.ch-third .ch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ch-item.ch-third .ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.ch-item.ch-third .ch-info .ch-info-back {
  -webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.ch-item.ch-third:hover .ch-info-front {
  -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.ch-item.ch-third:hover .ch-info-back {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  -moz-transform: rotate3d(1, 0, 0, 0deg);
  -ms-transform: rotate3d(1, 0, 0, 0deg);
  -o-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
.dj-cat-title {
  font-family: Multicolore;
  font-size: 32px;
  color: #004080;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 30px;
}
.dj-galleryGrid,
.dj-mslider,
.dj-tabber,
.nivoSlider,
.dj-slideshow,
.djslider-loader,
.dj-slideshowThumbs {
  margin: 0 !important;
}
.dj-slideshow-in,
.dj-slideshowThumbs-in,
.dj-slideshowThumbs .dj-indicators,
.dj-tabber,
.nivoSlider,
.box_skitter,
.dj-tab {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.category-desc {
  margin: 20px 0;
}
.dj-slide-desc-bg {
  background: none !important;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
.dj-slide-desc-text {
  background: rgba(255, 255, 255, 0.6) !important;
  margin: 1px;
  font-size: 14px !important;
  line-height: 1.5 !important;
  padding: 20px !important;
  color: #004080 !important;
}
.dj-slide-desc-text a {
  color: #004080 !important;
}
.dj-slide-desc-text a:hover {
  text-decoration: underline;
}
.dj-slide-title {
  font-size: 32px !important;
  font-family: Multicolore;
  color: #004080 !important;
  text-transform: uppercase;
  font-weight: bold !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}
.dj-slide-title a {
  color: #004080 !important;
}
.dj-slide-title a:hover {
  color: #94bd24 !important;
  text-decoration: none !important;
}
.dj-slide-title + .dj-slide-description {
  margin: 5px 0 0;
}
#djmediatools .dj-categories {
  display: inline-block;
}
#djmediatools .dj-categories a.dj-category,
#djmediatools .dj-categories a.dj-category:hover {
  color: #004080;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding: 0;
  margin-top: 0;
}
#djmediatools .dj-categories .dj-category-in {
  background-color: transparent;
  border: none !important;
}
#djmediatools .dj-categories .dj-ctitle-bg {
  background: #ffffff;
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
}
#djmediatools .dj-categories .dj-ctitle-in {
  padding: 10px !important;
  font-size: 32px !important;
  color: #004080 !important;
  text-transform: uppercase;
  line-height: 1.2 !important;
  text-align: center;
  font-style: normal;
}
#djmediatools .dj-categories .dj-ctitle-in:hover {
  color: #94bd24 !important;
}
#jm-allpage .dj-galleryGrid .dj-slide {
  border: 1px solid #e8e8e8 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jm-allpage .dj-galleryGrid .dj-slide-desc-text {
  margin: 0;
}
#jm-allpage .dj-readmore-wrapper {
  padding: 10px 0 0!important;
  text-align: left !important;
  line-height: 1;
}
#jm-allpage .dj-readmore-wrapper .dj-readmore {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-family: Multicolore;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 25px 0 0;
  color: #94bd24 !important;
}
#jm-allpage .dj-readmore-wrapper .dj-readmore:hover {
  color: #a3d028 !important;
}
#jm-allpage .dj-readmore-wrapper .dj-readmore:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 15px;
  height: 12px;
  right: 0;
  left: auto;
  background: url("../images/scheme1/big_arrow_green.png");
}
.djslider-loader .load-button,
.dj-slideshow .dj-load-button,
.dj-mslider .dj-load-button {
  border: none !important;
  background: none !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.dj-load-button .dj-key {
  font-weight: normal !important;
  line-height: 30px !important;
  color: #004080 !important;
}
.dj-mslider .dj-indicators-in {
  padding: 20px 5px 4px !important;
  height: 40px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dj-mslider .dj-load-button {
  vertical-align: top;
  height: 10px !important;
  width: 10px !important;
  margin: 0 5px !important;
  border: 3px solid #e8e8e8 !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  background: transparent !important;
}
.dj-mslider .dj-load-button.dj-load-button-active {
  background: #e8e8e8 !important;
}
.dj-mslider .dj-slide-title {
  font-size: 16px !important;
}
.dj-mslider .dj-slide-title + .dj-slide-description {
  margin-top: 5px;
}
.dj-mslider .dj-slide-desc-text {
  padding: 15px !important;
}
#jm-allpage .dj-mslider .dj-slide img.dj-image,
#jm-allpage .dj-mslider .dj-slide a:hover img.dj-image {
  border: 1px solid #e8e8e8 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100% !important;
  max-widht: 100% !important;
}
.djslider-loader .navigation-container-custom {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.djslider-loader .navigation-container-custom .cust-navigation-in {
  padding: 20px 5px 4px !important;
}
.djslider-loader .load-button {
  vertical-align: top;
  height: 10px !important;
  width: 10px !important;
  margin: 0 5px !important;
  border: 3px solid #e8e8e8 !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  background: transparent !important;
}
.djslider-loader .load-button.load-button-active {
  background: #e8e8e8 !important;
}
.djslider-loader .dj-slide-title {
  font-size: 16px !important;
}
.djslider-loader .dj-slide-title + .dj-slide-description {
  margin-top: 5px;
}
.djslider-loader .dj-slide-desc-text {
  padding: 15px !important;
}
#jm-allpage .djslider-loader .slider-container > ul > li img,
#jm-allpage .djslider-loader .slider-container > ul > li a img {
  border: 1px solid #e8e8e8 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100% !important;
}
.dj-slideshow .dj-indicators {
  margin-top: 20px !important;
}
.dj-slideshow .dj-load-button {
  display: inline-block;
  height: 30px !important;
  width: 30px !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  -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;
  margin: 0 5px !important;
}
.dj-slideshow .dj-load-button .dj-key,
.dj-slideshow .dj-load-button .dj-key {
  font-size: 14px !important;
}
.dj-slideshow .dj-load-button-active .dj-key,
.dj-slideshow .dj-load-button:hover .dj-key {
  color: #004080 !important;
}
.dj-slideshow .dj-load-button-active,
.dj-slideshow .dj-load-button:hover {
  background: #e8e8e8 !important;
}
#jm-allpage .dj-slideshow .dj-slide img.dj-image,
#jm-allpage .dj-slideshow .dj-slide a:hover img.dj-image {
  border: 1px solid #e8e8e8 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100% !important;
}
.dj-slideshowThumbs {
  display: inline-block;
}
.dj-slideshowThumbs .dj-indicators {
  padding: 10px 0 0 !important;
}
.dj-slideshowThumbs .dj-indicators-in {
  padding: 0 !important;
}
.dj-slideshowThumbs .dj-load-button {
  margin: 0 10px 0 0 !important;
  border: none !important;
  opacity: 0.2 !important;
  filter: alpha(opacity=20) !important;
}
.dj-slideshowThumbs .dj-load-button:hover,
.dj-slideshowThumbs .dj-load-button-active {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.dj-slideshowThumbs .dj-load-button img {
  border: 1px solid #e8e8e8 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: none !important;
}
.dj-slideshowThumbs .dj-indicators {
  background: none !important;
}
#jm-allpage .dj-slideshowThumbs .dj-slide img.dj-image,
#jm-allpage .dj-slideshowThumbs .dj-slide a:hover img.dj-image {
  border: 1px solid #e8e8e8 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100% !important;
}
.dj-tabber {
  padding: 0 !important;
  display: inline-block;
  background: #e8e8e8 !important;
  border: 1px solid #e8e8e8 !important;
}
.dj-tabber .dj-slide-desc-text {
  margin: 0 !important;
}
.dj-tabber .dj-tab-active img,
.dj-tabber .dj-tab img {
  border: none !important;
  padding: 1px;
  background: #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dj-tabber .dj-tab-active {
  background: #94bd24 !important;
}
.dj-tabber .dj-tab {
  background: #e8e8e8 !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border-top: 1px solid #ffffff !important;
}
.dj-tabber span.dj-tab-in {
  color: #004080 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  text-shadow: none !important;
  text-transform: uppercase;
}
.dj-tabber .dj-tab-active {
  margin: 0 !important;
  padding: 0 10px !important;
  border-top: 1px solid transparent !important;
}
.dj-tabber .dj-tab:first-child,
.dj-tabber .dj-tab-active + div.dj-tab {
  border-top: 1px solid transparent !important;
}
.dj-tabber .dj-tab-indicator {
  width: 7px !important;
}
.dj-tabber .dj-tab img {
  margin-right: 10px !important;
}
.dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,
.dj-tabber .dj-tabs-right .dj-tab.dj-tab-active {
  margin: 0 !important;
  padding: 0 10px !important;
  background: #94bd24 !important;
}
.dj-tabber .dj-tabs-right .dj-tab-indicator {
  background: url('../images/scheme1/dj-tab-indicator-left.png') right center !important;
}
.dj-tabber .dj-tabs-left .dj-tab-indicator {
  background: url('../images/scheme1/dj-tab-indicator-right.png') left center !important;
}
.box_skitter {
  margin: 0 auto;
  border: none !important;
}
.box_skitter .label_skitter {
  background: none !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  color: #004080 !important;
}
.box_skitter .label_skitter p {
  font-size: 15px !important;
  letter-spacing: none !important;
  color: #004080 !important;
  font-family: inherit !important;
  letter-spacing: normal !important;
  font-style: normal !important;
}
.box_skitter .info_slide {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.box_skitter .image_number {
  font-size: 14px !important;
  color: #004080 !important;
  box-shadow: none !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  padding: 0 !important;
  border: none !important;
  background: rgba(255, 255, 255, 0.8) !important;
  margin: 0 2px !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.box_skitter .image_number_select,
.box_skitter .image_number:hover {
  color: #004080 !important;
  background: #e8e8e8 !important;
}
.box_skitter .info_slide {
  padding: 0 !important;
}
.box_skitter.skitter-square .next_button,
.box_skitter.skitter-square .prev_button {
  top: 35px !important;
  bottom: auto !important;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
}
.box_skitter.skitter-square .next_button:hover,
.box_skitter.skitter-square .prev_button:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.box_skitter .dj-slide-desc-text {
  margin: 0 !important;
}
.slider-wrapper {
  margin: 0 auto;
  position: relative;
}
.slider-wrapper .dj-slide-desc-text {
  margin: 0 !important;
}
#jm-allpage .slider-wrapper .dj-readmore-wrapper a {
  display: inline-block !important;
}
#jm-allpage .slider-wrapper .nivo-controlNav {
  position: absolute;
  z-index: 6;
  left: 15px;
  top: 15px;
  padding: 0 !important;
}
#jm-allpage .slider-wrapper .nivo-controlNav a {
  background: rgba(255, 255, 255, 0.8) !important;
  margin: 0 4px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  text-indent: 0 !important;
  width: 30px !important;
  height: 30px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 30px !important;
  color: #004080 !important;
  -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;
  text-decoration: none !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
#jm-allpage .slider-wrapper .nivo-controlNav a.active,
#jm-allpage .slider-wrapper .nivo-controlNav a:hover {
  color: #004080 !important;
  background: #e8e8e8 !important;
}
#jm-allpage .kwicks li {
  background: none;
  max-width: 100%;
}
#jm-allpage .kwicks .dj-slide-desc-text {
  margin: 0 !important;
}
#jm-allpage .kwicks .dj-slide-desc {
  max-width: 100%;
  background: none !important;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
#jm-allpage .kwicks .kwicks-expanded .dj-slide-desc {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.dj-navigation .dj-play,
.dj-navigation .dj-pause {
  margin-left: -40px !important;
}
.dj-loader {
  background: url("../images/scheme1/ajax-loader.gif") no-repeat !important;
  width: 42px !important;
  height: 42px !important;
  left: 50% !important;
  margin-left: -21px !important;
  top: 50% !important;
  margin-top: -21px;
}
#jm-allpage #jm-top3 .dj-mslider .dj-slide img.dj-image,
#jm-allpage #jm-footer-mod .dj-mslider .dj-slide img.dj-image,
#jm-allpage .color1-ms .dj-mslider .dj-slide img.dj-image,
#jm-allpage .color3-ms .dj-mslider .dj-slide img.dj-image,
#jm-allpage #jm-header .dj-mslider .dj-slide img.dj-image,
#jm-allpage #jm-top3 .dj-mslider .dj-slide a:hover img.dj-image,
#jm-allpage #jm-footer-mod .dj-mslider .dj-slide a:hover img.dj-image,
#jm-allpage .color1-ms .dj-mslider .dj-slide a:hover img.dj-image,
#jm-allpage .color3-ms .dj-mslider .dj-slide a:hover img.dj-image,
#jm-allpage #jm-header .dj-mslider .dj-slide a:hover img.dj-image {
  border-color: #ffffff !important;
}
#jm-allpage #jm-top3 .dj-mslider .dj-load-button,
#jm-allpage #jm-footer-mod .dj-mslider .dj-load-button,
#jm-allpage .color1-ms .dj-mslider .dj-load-button,
#jm-allpage .color3-ms .dj-mslider .dj-load-button,
#jm-allpage #jm-header .dj-mslider .dj-load-button {
  border-color: #ffffff !important;
}
#jm-allpage #jm-top3 .dj-mslider .dj-load-button.dj-load-button-active,
#jm-allpage #jm-footer-mod .dj-mslider .dj-load-button.dj-load-button-active,
#jm-allpage .color1-ms .dj-mslider .dj-load-button.dj-load-button-active,
#jm-allpage .color3-ms .dj-mslider .dj-load-button.dj-load-button-active,
#jm-allpage #jm-header .dj-mslider .dj-load-button.dj-load-button-active {
  background: #ffffff !important;
}
#jm-allpage #jm-top3 .djslider-loader .slider-container > ul > li img,
#jm-allpage #jm-footer-mod .djslider-loader .slider-container > ul > li img,
#jm-allpage .color1-ms .djslider-loader .slider-container > ul > li img,
#jm-allpage .color3-ms .djslider-loader .slider-container > ul > li img,
#jm-allpage #jm-header .djslider-loader .slider-container > ul > li img,
#jm-allpage #jm-top3 .djslider-loader .slider-container > ul > li a img,
#jm-allpage #jm-footer-mod .djslider-loader .slider-container > ul > li a img,
#jm-allpage .color1-ms .djslider-loader .slider-container > ul > li a img,
#jm-allpage .color3-ms .djslider-loader .slider-container > ul > li a img,
#jm-allpage #jm-header .djslider-loader .slider-container > ul > li a img {
  border-color: #ffffff !important;
}
#jm-allpage #jm-top3 .djslider-loader .load-button,
#jm-allpage #jm-footer-mod .djslider-loader .load-button,
#jm-allpage .color1-ms .djslider-loader .load-button,
#jm-allpage .color3-ms .djslider-loader .load-button,
#jm-allpage #jm-header .djslider-loader .load-button {
  border-color: #ffffff !important;
}
#jm-allpage #jm-top3 .djslider-loader .load-button.load-button-active,
#jm-allpage #jm-footer-mod .djslider-loader .load-button.load-button-active,
#jm-allpage .color1-ms .djslider-loader .load-button.load-button-active,
#jm-allpage .color3-ms .djslider-loader .load-button.load-button-active,
#jm-allpage #jm-header .djslider-loader .load-button.load-button-active {
  background: #ffffff !important;
}
#jm-allpage #jm-top3 .dj-galleryGrid .dj-slide,
#jm-allpage #jm-footer-mod .dj-galleryGrid .dj-slide,
#jm-allpage .color1-ms .dj-galleryGrid .dj-slide,
#jm-allpage .color3-ms .dj-galleryGrid .dj-slide,
#jm-allpage #jm-header .dj-galleryGrid .dj-slide {
  border-color: #ffffff !important;
}
#jm-allpage #jm-top3 .dj-slideshow .dj-slide img.dj-image,
#jm-allpage #jm-footer-mod .dj-slideshow .dj-slide img.dj-image,
#jm-allpage .color1-ms .dj-slideshow .dj-slide img.dj-image,
#jm-allpage .color3-ms .dj-slideshow .dj-slide img.dj-image,
#jm-allpage #jm-header .dj-slideshow .dj-slide img.dj-image,
#jm-allpage #jm-top3 .dj-slideshow .dj-slide a:hover img.dj-image,
#jm-allpage #jm-footer-mod .dj-slideshow .dj-slide a:hover img.dj-image,
#jm-allpage .color1-ms .dj-slideshow .dj-slide a:hover img.dj-image,
#jm-allpage .color3-ms .dj-slideshow .dj-slide a:hover img.dj-image,
#jm-allpage #jm-header .dj-slideshow .dj-slide a:hover img.dj-image {
  border-color: #ffffff !important;
}
#jm-allpage #jm-top3 .dj-slideshowThumbs .dj-load-button img,
#jm-allpage #jm-footer-mod .dj-slideshowThumbs .dj-load-button img,
#jm-allpage .color1-ms .dj-slideshowThumbs .dj-load-button img,
#jm-allpage .color3-ms .dj-slideshowThumbs .dj-load-button img,
#jm-allpage #jm-header .dj-slideshowThumbs .dj-load-button img {
  border-color: #ffffff !important;
}
#jm-allpage #jm-top3 .dj-slideshowThumbs .dj-slide img.dj-image,
#jm-allpage #jm-footer-mod .dj-slideshowThumbs .dj-slide img.dj-image,
#jm-allpage .color1-ms .dj-slideshowThumbs .dj-slide img.dj-image,
#jm-allpage .color3-ms .dj-slideshowThumbs .dj-slide img.dj-image,
#jm-allpage #jm-header .dj-slideshowThumbs .dj-slide img.dj-image,
#jm-allpage #jm-top3 .dj-slideshowThumbs .dj-slide a:hover img.dj-image,
#jm-allpage #jm-footer-mod .dj-slideshowThumbs .dj-slide a:hover img.dj-image,
#jm-allpage .color1-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,
#jm-allpage .color3-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image,
#jm-allpage #jm-header .dj-slideshowThumbs .dj-slide a:hover img.dj-image {
  border-color: #ffffff !important;
}
#jm-allpage #jm-top3 .dj-tabber,
#jm-allpage #jm-footer-mod .dj-tabber,
#jm-allpage .color1-ms .dj-tabber,
#jm-allpage .color3-ms .dj-tabber,
#jm-allpage #jm-header .dj-tabber {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
#jm-allpage #jm-top3 .dj-tabber .dj-tab-active img,
#jm-allpage #jm-footer-mod .dj-tabber .dj-tab-active img,
#jm-allpage .color1-ms .dj-tabber .dj-tab-active img,
#jm-allpage .color3-ms .dj-tabber .dj-tab-active img,
#jm-allpage #jm-header .dj-tabber .dj-tab-active img,
#jm-allpage #jm-top3 .dj-tabber .dj-tab img,
#jm-allpage #jm-footer-mod .dj-tabber .dj-tab img,
#jm-allpage .color1-ms .dj-tabber .dj-tab img,
#jm-allpage .color3-ms .dj-tabber .dj-tab img,
#jm-allpage #jm-header .dj-tabber .dj-tab img {
  background: #ffffff;
}
#jm-allpage #jm-top3 .dj-tabber .dj-tab,
#jm-allpage #jm-footer-mod .dj-tabber .dj-tab,
#jm-allpage .color1-ms .dj-tabber .dj-tab,
#jm-allpage .color3-ms .dj-tabber .dj-tab,
#jm-allpage #jm-header .dj-tabber .dj-tab {
  background: #ffffff !important;
  border-color: #d9d9d9 !important;
}
#jm-allpage #jm-top3 .dj-tabber .dj-tab-active,
#jm-allpage #jm-footer-mod .dj-tabber .dj-tab-active,
#jm-allpage .color1-ms .dj-tabber .dj-tab-active,
#jm-allpage .color3-ms .dj-tabber .dj-tab-active,
#jm-allpage #jm-header .dj-tabber .dj-tab-active {
  background: #94bd24 !important;
}
#jm-allpage #jm-top3 .dj-tabber .dj-tab:first-child,
#jm-allpage #jm-footer-mod .dj-tabber .dj-tab:first-child,
#jm-allpage .color1-ms .dj-tabber .dj-tab:first-child,
#jm-allpage .color3-ms .dj-tabber .dj-tab:first-child,
#jm-allpage #jm-header .dj-tabber .dj-tab:first-child,
#jm-allpage #jm-top3 .dj-tabber .dj-tab-active + div.dj-tab,
#jm-allpage #jm-footer-mod .dj-tabber .dj-tab-active + div.dj-tab,
#jm-allpage .color1-ms .dj-tabber .dj-tab-active + div.dj-tab,
#jm-allpage .color3-ms .dj-tabber .dj-tab-active + div.dj-tab,
#jm-allpage #jm-header .dj-tabber .dj-tab-active + div.dj-tab {
  border-color: transparent !important;
}
#jm-allpage .header-ms .djslider-loader .slider-container > ul > li img,
#jm-allpage .header-ms .dj-mslider .slider-container > ul > li img,
#jm-allpage .header-ms .djslider-loader .slider-container > ul > li a img,
#jm-allpage .header-ms .dj-mslider .slider-container > ul > li a img,
#jm-allpage .header-ms .djslider-loader .dj-slide > .dj-slide-in > img,
#jm-allpage .header-ms .dj-mslider .dj-slide > .dj-slide-in > img,
#jm-allpage .header-ms .djslider-loader .dj-slide > .dj-slide-in > a img,
#jm-allpage .header-ms .dj-mslider .dj-slide > .dj-slide-in > a img {
  float: right;
  border: none !important;
}
#jm-allpage .header-ms .djslider-loader .dj-slide-desc-text,
#jm-allpage .header-ms .dj-mslider .dj-slide-desc-text {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  font-size: 16px !important;
  font-family: Multicolore;
  color: #004c9a !important;
  text-transform: uppercase;
}
#jm-allpage .header-ms .djslider-loader .dj-slide-title,
#jm-allpage .header-ms .dj-mslider .dj-slide-title {
  color: #004c9a !important;
  font-size: 76px !important;
  line-height: 1.1 !important;
}
#jm-allpage .header-ms .djslider-loader .dj-slide-title a,
#jm-allpage .header-ms .dj-mslider .dj-slide-title a {
  color: #004c9a !important;
}
#jm-allpage .header-ms .djslider-loader .dj-slide-title a:hover,
#jm-allpage .header-ms .dj-mslider .dj-slide-title a:hover {
  color: #94bd24 !important;
}
#jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper,
#jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper {
  padding: 60px 0 0 !important;
}
#jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper a,
#jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper a {
  padding: 20px 75px 20px 55px;
  line-height: 1.2;
  color: #004c9a !important;
  border: 2px solid #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper a:hover,
#jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#jm-allpage .header-ms .djslider-loader .dj-readmore-wrapper a:after,
#jm-allpage .header-ms .dj-mslider .dj-readmore-wrapper a:after {
  left: auto;
  right: 45px;
  background-image: url('../images/big_arrow_white.png');
}
#jm-allpage .header-ms .djslider-loader .navigation-container,
#jm-allpage .header-ms .dj-mslider .navigation-container,
#jm-allpage .header-ms .djslider-loader .dj-navigation,
#jm-allpage .header-ms .dj-mslider .dj-navigation {
  top: 50% !important;
  margin: 0 !important;
}
#jm-allpage .header-ms .djslider-loader .dj-indicators-in,
#jm-allpage .header-ms .dj-mslider .dj-indicators-in {
  padding-top: 5px !important;
}
#jm-allpage .header-ms .djslider-loader .dj-navigation-in,
#jm-allpage .header-ms .dj-mslider .dj-navigation-in {
  margin: 0 !important;
}
#jm-allpage .header-ms .djslider-loader img.prev-button,
#jm-allpage .header-ms .dj-mslider img.prev-button,
#jm-allpage .header-ms .djslider-loader img.next-button,
#jm-allpage .header-ms .dj-mslider img.next-button,
#jm-allpage .header-ms .djslider-loader img.play-button,
#jm-allpage .header-ms .dj-mslider img.play-button,
#jm-allpage .header-ms .djslider-loader img.pause-button,
#jm-allpage .header-ms .dj-mslider img.pause-button,
#jm-allpage .header-ms .djslider-loader img.dj-prev,
#jm-allpage .header-ms .dj-mslider img.dj-prev,
#jm-allpage .header-ms .djslider-loader img.dj-next,
#jm-allpage .header-ms .dj-mslider img.dj-next,
#jm-allpage .header-ms .djslider-loader img.dj-play,
#jm-allpage .header-ms .dj-mslider img.dj-play,
#jm-allpage .header-ms .djslider-loader img.dj-pause,
#jm-allpage .header-ms .dj-mslider img.dj-pause {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  -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;
  width: 80px;
  height: 80px;
}
#jm-allpage .header-ms .djslider-loader img.prev-button,
#jm-allpage .header-ms .dj-mslider img.prev-button,
#jm-allpage .header-ms .djslider-loader img.dj-prev,
#jm-allpage .header-ms .dj-mslider img.dj-prev {
  top: -101px !important;
  left: 100% !important;
  right: auto !important;
  background-image: url("../images/navi/header/prev.png");
}
#jm-allpage .header-ms .djslider-loader img.prev-button:hover,
#jm-allpage .header-ms .dj-mslider img.prev-button:hover,
#jm-allpage .header-ms .djslider-loader img.dj-prev:hover,
#jm-allpage .header-ms .dj-mslider img.dj-prev:hover {
  background-image: url("../images/navi/header/prev-hover.png");
}
#jm-allpage .header-ms .djslider-loader img.next-button,
#jm-allpage .header-ms .dj-mslider img.next-button,
#jm-allpage .header-ms .djslider-loader img.dj-next,
#jm-allpage .header-ms .dj-mslider img.dj-next {
  top: 61px !important;
  left: 100% !important;
  right: auto !important;
  background-image: url("../images/navi/header/next.png");
}
#jm-allpage .header-ms .djslider-loader img.next-button:hover,
#jm-allpage .header-ms .dj-mslider img.next-button:hover,
#jm-allpage .header-ms .djslider-loader img.dj-next:hover,
#jm-allpage .header-ms .dj-mslider img.dj-next:hover {
  background-image: url("../images/navi/header/next-hover.png");
}
#jm-allpage .header-ms .djslider-loader img.play-button,
#jm-allpage .header-ms .dj-mslider img.play-button,
#jm-allpage .header-ms .djslider-loader img.dj-play,
#jm-allpage .header-ms .dj-mslider img.dj-play {
  top: -20px !important;
  left: 100% !important;
  right: auto !important;
  background-image: url("../images/navi/header/play.png");
  margin-left: 0 !important;
}
#jm-allpage .header-ms .djslider-loader img.play-button:hover,
#jm-allpage .header-ms .dj-mslider img.play-button:hover,
#jm-allpage .header-ms .djslider-loader img.dj-play:hover,
#jm-allpage .header-ms .dj-mslider img.dj-play:hover {
  background-image: url("../images/navi/header/play-hover.png");
}
#jm-allpage .header-ms .djslider-loader img.pause-button,
#jm-allpage .header-ms .dj-mslider img.pause-button,
#jm-allpage .header-ms .djslider-loader img.dj-pause,
#jm-allpage .header-ms .dj-mslider img.dj-pause {
  top: -20px !important;
  left: 100% !important;
  right: auto !important;
  background-image: url("../images/navi/header/pause.png");
  margin-left: 0 !important;
}
#jm-allpage .header-ms .djslider-loader img.pause-button:hover,
#jm-allpage .header-ms .dj-mslider img.pause-button:hover,
#jm-allpage .header-ms .djslider-loader img.dj-pause:hover,
#jm-allpage .header-ms .dj-mslider img.dj-pause:hover {
  background-image: url("../images/navi/header/pause-hover.png");
}
#jm-allpage .full-tabs-ms .djtabs.default-theme .djtabs-title {
  float: none;
}
#jm-allpage .djtabs.default-theme {
  margin: 0;
}
#jm-allpage .djtabs.default-theme .tabs-wrapper {
  font-size: 0;
}
#jm-allpage .djtabs.default-theme .djtabs-in-border {
  color: #004080;
}
#jm-allpage .djtabs.default-theme .djtabs-title-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#jm-allpage .djtabs.default-theme .djtabs-title {
  font: inherit;
  border: none;
  font-size: 16px;
  font-weight: 400;
  font-family: Multicolore;
  height: auto;
  line-height: 50px;
  margin: 0;
  padding: 20px 40px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
  background: #004c9a;
  border-left: 1px solid #0057b1;
  width: auto !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jm-allpage .djtabs.default-theme .djtabs-title-wrapper:first-child .djtabs-title {
  border-color: transparent;
}
#jm-allpage .djtabs.default-theme .djtabs-title:hover,
#jm-allpage .djtabs.default-theme .djtabs-active-wrapper .djtabs-title {
  color: #ffffff;
  background: #94bd24;
  border-color: #a9d72c;
}
#jm-allpage .djtabs.default-theme .djtabs-in-border {
  border: none;
  background: #ffffff;
}
#jm-allpage .djtabs.default-theme .djtabs-in {
  margin: 0;
  padding: 40px;
}
#jm-allpage .djtabs.default-theme [class^="icon-"],
#jm-allpage .djtabs.default-theme [class*=" icon-"] {
  vertical-align: baseline;
  margin: 0;
}
#jm-allpage .djtabs.default-theme .djtab-custom-html {
  display: inline-block;
  margin: 0 10px 0 0;
}
#jm-allpage .djtabs.default-theme .djtabs-article-group {
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
}
#jm-allpage .djtabs.default-theme .djtabs-article-group:first-child {
  border-top: 1px solid #e8e8e8;
}
#jm-allpage .djtabs.default-theme .djtabs-article-group.djtabs-group-active {
  padding-bottom: 20px;
}
#jm-allpage .djtabs.default-theme .djtabs-panel {
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#jm-allpage .djtabs.default-theme .djtabs-panel span {
  line-height: 60px;
}
#jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title {
  margin: 0 15px 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  font-family: Multicolore;
  color: #004080;
}
#jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title a {
  text-decoration: none;
}
#jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-date {
  margin: 0 0 0 10px;
  font: inherit;
  color: inherit;
  font-weight: 400;
  line-height: 60px;
}
#jm-allpage .djtabs.default-theme .djtabs-panel:hover .djtabs-panel-title,
#jm-allpage .djtabs.default-theme .djtabs-panel:hover .djtabs-panel-title a {
  color: #94bd24 !important;
}
#jm-allpage .djtabs.default-theme .djtabs-panel-active .djtabs-panel-title {
  color: #94bd24;
}
#jm-allpage .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler {
  margin: 18px 10px 0;
  width: 17px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../images/down_arrow_black.png');
}
#jm-allpage .djtabs.default-theme .djtabs-panel-active > span.djtabs-panel-toggler {
  background-image: url('../images/scheme1/up_arrow_green.png');
  background-color: transparent;
}
#jm-allpage .djtabs.default-theme .djtabs-article-body {
  margin: 0 10px;
}
#jm-allpage .djtabs.default-theme .djtabs-article-group.djtabs-article-out {
  border: none;
  margin-bottom: 40px;
}
#jm-allpage .djtabs.default-theme .djtabs-article-group.djtabs-article-out .djtabs-panel {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
#jm-allpage .djtabs.default-theme .djtabs-article-group.djtabs-article-out .djtabs-article-body {
  padding-top: 20px;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-article-group {
  border: none;
  padding: 0;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel {
  padding: 0;
  margin: 0 0 20px;
  border: none;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel span {
  line-height: 41.6px;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel-title {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel:hover .djtabs-panel-title {
  color: #004080;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel:hover .djtabs-panel-title a {
  color: #94bd24;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel-active .djtabs-panel-title {
  color: #004080;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel-date {
  line-height: 41.6px;
}
#jm-allpage .djtabs.default-theme .djtabs-date-in {
  font: inherit;
  color: inherit;
}
#jm-allpage .djtabs.default-theme .djtabs-article-content {
  font: inherit;
  color: inherit;
  margin: 0;
}
#jm-allpage .djtabs.default-theme .djtabs-article-content a {
  color: #94bd24;
}
#jm-allpage .djtabs.default-theme .djtabs-article-footer {
  margin: 15px 0 0;
}
#jm-allpage .djtabs.default-theme .djtabs-article-author,
#jm-allpage .djtabs.default-theme .djtabs-article-category {
  font: inherit;
  color: inherit;
  font-weight: 400;
  margin: 0 0 0 10px;
}
#jm-allpage .djtabs.default-theme .djtabs-article-author a,
#jm-allpage .djtabs.default-theme .djtabs-article-category a {
  font-weight: 400;
  color: #94bd24;
}
#jm-allpage .djtabs.default-theme .djtabs-readmore {
  margin: 15px 0 0;
  display: block;
  width: 100%;
  text-align: right;
}
#jm-allpage .djtabs.default-theme .djtabs-readmore a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 20px 75px 20px 55px;
  font-family: Multicolore;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  -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;
  color: #b0b0b0;
  border: 2px solid #b0b0b0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-style: normal;
  padding: 0 25px 0 0;
  border: none;
  background: none;
  color: #94bd24;
}
#jm-allpage .djtabs.default-theme .djtabs-readmore a:hover {
  color: #b0b0b0;
  text-decoration: none;
  background-color: rgba(176, 176, 176, 0.2);
}
#jm-allpage .djtabs.default-theme .djtabs-readmore a:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  right: 45px;
  background-image: url('../images/big_arrow_gray.png');
}
#jm-allpage .djtabs.default-theme .djtabs-readmore a:hover {
  color: #a3d028;
  background: none;
}
#jm-allpage .djtabs.default-theme .djtabs-readmore a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 14px;
  height: 12px;
  right: 0;
  left: auto;
  background: url("../images/scheme1/big_arrow_green.png");
}
#jm-allpage .djtabs.default-theme .tabsBlock {
  width: 100%;
  margin: 0;
}
#jm-allpage .djtabs.default-theme .djtabs-article-img.dj-img-left {
  margin-right: 20px;
}
#jm-allpage .djtabs.default-theme .djtabs-article-img.dj-img-right {
  margin-left: 20px;
}
#jm-allpage .djtabs.default-theme .djtabs-article-img {
  margin-top: 5px;
  margin-bottom: 20px;
}
#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border {
  background: none;
  color: inherit;
}
#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-in {
  padding: 0;
}
#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-title {
  color: inherit;
}
#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title,
#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel:hover .djtabs-panel-title a {
  color: #94bd24;
}
#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title {
  color: #94bd24;
}
#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .type-article .djtabs-panel-active .djtabs-panel-title {
  color: inherit;
}
#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .type-article .djtabs-panel:hover .djtabs-panel-title {
  color: inherit;
}
#jm-allpage .djtabs.default-theme.accordion .djtabs-title-wrapper {
  width: 100%;
  margin: 0;
}
#jm-allpage .djtabs.default-theme.accordion .djtabs-title {
  border-top: 1px solid #0057b1;
  border-left: none;
  border-right: none;
  width: 100% !important;
}
#jm-allpage .djtabs.default-theme.accordion .djtabs-title:hover,
#jm-allpage .djtabs.default-theme.accordion .djtabs-active-wrapper .djtabs-title {
  border-color: #a9d72c;
}
#jm-allpage .djtabs.default-theme.accordion .djtabs-title-wrapper:first-child .djtabs-title {
  border-color: transparent;
}
#jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel > span.djtabs-panel-toggler {
  background-image: url('../images/down_arrow_white.png');
}
#jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active > span.djtabs-panel-toggler {
  background-image: url('../images/scheme1/up_arrow_green.png');
}
#jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group {
  border-color: #ffffff;
}
#jm-allpage .color1-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group:first-child {
  border-color: #ffffff;
}
#jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group {
  border-color: #e2ff9a;
}
#jm-allpage .color2-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group:first-child {
  border-color: #e2ff9a;
}
#jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel > span.djtabs-panel-toggler {
  background-image: url('../images/down_arrow_white.png');
}
#jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active > span.djtabs-panel-toggler {
  background-image: url('../images/scheme1/up_arrow_green.png');
}
#jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group {
  border-color: #004a93;
}
#jm-allpage .color3-ms .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group:first-child {
  border-color: #004a93;
}
#jm-allpage #jm-top1 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,
#jm-allpage #jm-bottom1 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group {
  border-color: #d4dadc;
}
#jm-allpage #jm-top1 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group:first-child,
#jm-allpage #jm-bottom1 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group:first-child {
  border-color: #d4dadc;
}
#jm-allpage #jm-top3 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel > span.djtabs-panel-toggler,
#jm-allpage #jm-footer-mod .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel > span.djtabs-panel-toggler {
  background-image: url('../images/down_arrow_white.png');
}
#jm-allpage #jm-top3 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group,
#jm-allpage #jm-footer-mod .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group {
  border-color: #a8d15b;
}
#jm-allpage #jm-top3 .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group:first-child,
#jm-allpage #jm-footer-mod .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group:first-child {
  border-color: #a8d15b;
}
.pull-top-ms img[id*='_djtabs_loading'] {
  display: none !important;
}
/*# sourceMappingURL=/templates/jm-fitness/css/template.17.map */