#jm-allpage {
  position: relative;
  background: #ffffff;
}
.sticky-bar.make-sticky #jm-allpage {
  padding-top: 80px;
}
#jm-top-bar {
  background: #f0f2f3;
  color: #666666;
  padding: 15px 0;
}
#jm-logo-nav {
  padding: 20px 0;
  background: #27a4dd;
  color: #ffffff;
}
#jm-logo-sitedesc {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#jm-logo-sitedesc #jm-logo {
  font-size: 2.5em;
  line-height: 1;
  margin: 0;
}
#jm-logo-sitedesc #jm-logo a {
  color: #ffffff;
}
#jm-logo-sitedesc #jm-sitedesc {
  padding-top: 10px;
  font-size: 1.2em;
  line-height: 1.1;
  color: #ffffff;
}
.sticky-bar.off-canvas #jm-logo-nav {
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.sticky-bar.make-sticky-top #jm-logo-nav {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.sticky-bar.make-sticky-bottom #jm-logo-nav {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#jm-header {
  position: relative;
  color: #ffffff;
  background-color: #1b1716;
  z-index: 1;
}
#jm-header:before {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  z-index: 1;
}
.header-img #jm-header {
  padding: 320px 0;
}
.header-bg #jm-header {
  padding: 0;
}
#jm-header-content {
  position: relative;
  z-index: 10;
  padding: 60px 0;
}
#jm-header-content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  z-index: -1;
  background: #222222;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#jm-header-bg {
  position: relative;
  z-index: 2;
}
.header-bg #jm-header-content {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.header-bg #jm-header-content.pstatic {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  margin: 0;
}
#jm-top1 {
  background: #7d4f07;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 30px;
}
#jm-top2 {
  padding-top: 60px;
  padding-bottom: 30px;
}
#system-message .alert {
  margin: 15px 0;
}
#system-message .alert a {
  text-decoration: none;
}
#jm-main {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #ffffff;
}
#jm-maincontent {
  margin-bottom: 30px;
}
#jm-logo-nav + #jm-colorful-line + #jm-main {
  padding-top: 30px;
}
#jm-bottom1 {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #9dd5c0;
  color: #ffffff;
}
#jm-bottom2 {
  padding-top: 60px;
  padding-bottom: 30px;
}
#jm-footer-mod {
  background: #7d4f07;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 30px;
}
#jm-footer {
  background: #0f324e;
  color: #ffffff;
  padding: 30px 0;
  line-height: 20px;
}
#jm-footer a {
  text-decoration: none;
}
#jm-footer a:hover {
  text-decoration: underline;
}
#jm-top2 + #jm-main,
#jm-top2 + #jm-bottom2,
#jm-main + #jm-bottom2 {
  padding-top: 0;
}
#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: #7bcf1f;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/backtotop.png");
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#jm-back-top span:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.responsive-disabled {
  min-width: 1170px;
}
.responsive-disabled #jm-allpage {
  padding: 0 !important;
  min-width: 1170px;
}
.responsive-disabled .sticky-bar #jm-logo-nav {
  position: static !important;
}
#jm-font-switcher {
  text-align: right;
  margin: 0 0 15px;
}
.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-bottom: 30px;
}
.jm-module .jm-title {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 1.1;
  color: #444444;
  text-transform: uppercase;
  padding: 0 0 20px;
  margin: 0 0 40px;
  position: relative;
}
.jm-module .jm-title:after {
  width: 28px;
  max-width: 100%;
  height: 2px;
  left: 0;
  right: auto;
  bottom: 0;
  content: '';
  position: absolute;
  background: #444444;
}
.moduletable {
  margin: 0 0 20px;
}
.moduletable > h3 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  margin: 0 0 20px;
  color: #444444;
}
.jm-module.color-ms {
  padding: 30px;
  background: #9dd5c0;
  color: #ffffff;
}
.color-ms .mostread li a {
  color: #ffffff;
}
.color-ms .mostread li a:hover {
  color: #7bcf1f;
  text-decoration: none;
}
#jm-header .nav.menu li a,
#jm-bottom1 .nav.menu li a,
#jm-footer .nav.menu li a,
.color-ms .nav.menu li a,
#jm-header .nav.menu li span.separator,
#jm-bottom1 .nav.menu li span.separator,
#jm-footer .nav.menu li span.separator,
.color-ms .nav.menu li span.separator {
  background-image: url('../images/li_arrow_white_ltr.png');
  background-repeat: no-repeat;
}
#jm-header .nav.menu > li > a,
#jm-bottom1 .nav.menu > li > a,
#jm-footer .nav.menu > li > a,
.color-ms .nav.menu > li > a,
#jm-header .nav.menu > li > span.separator,
#jm-bottom1 .nav.menu > li > span.separator,
#jm-footer .nav.menu > li > span.separator,
.color-ms .nav.menu > li > span.separator {
  background: none;
}
#jm-header .jm-title,
#jm-header .moduletable > h3 {
  color: #ffffff;
}
#jm-header .jm-title:after,
#jm-header .moduletable > h3:after {
  background: #ffffff;
}
#jm-header .readmore {
  border-color: #ffffff;
  color: #ffffff;
}
#jm-header .readmore:hover {
  border-color: #7bcf1f;
  color: #7bcf1f;
}
#jm-bottom1 .jm-title,
#jm-bottom1 .moduletable > h3 {
  color: #ffffff;
}
#jm-bottom1 .jm-title:after,
#jm-bottom1 .moduletable > h3:after {
  background: #ffffff;
}
#jm-bottom1 .readmore {
  border-color: #ffffff;
  color: #ffffff;
}
#jm-bottom1 .readmore:hover {
  border-color: #7bcf1f;
  color: #7bcf1f;
}
#jm-bottom1 .mod-articles-category-readmore a {
  color: #ffffff;
  border-color: #ffffff;
}
#jm-bottom1 .mod-articles-category-readmore a:hover {
  border-color: #7bcf1f;
  color: #7bcf1f;
}
#jm-bottom1 .tagssimilar ul li a {
  color: #ffffff !important;
}
#jm-bottom1 .tagssimilar ul li a:hover {
  color: #7bcf1f !important;
}
#jm-top1 .jm-title,
#jm-footer-mod .jm-title,
#jm-top1 .moduletable > h3,
#jm-footer-mod .moduletable > h3 {
  color: #7bcf1f;
}
#jm-top1 .jm-title:after,
#jm-footer-mod .jm-title:after,
#jm-top1 .moduletable > h3:after,
#jm-footer-mod .moduletable > h3:after {
  background: #7bcf1f;
}
#jm-top1 .readmore,
#jm-footer-mod .readmore {
  border-color: #ffffff;
  color: #ffffff;
}
#jm-top1 .readmore:hover,
#jm-footer-mod .readmore:hover {
  border-color: #7bcf1f;
  color: #7bcf1f;
}
#jm-top1 .mod-articles-category-readmore a,
#jm-footer-mod .mod-articles-category-readmore a {
  color: #ffffff;
  border-color: #ffffff;
}
#jm-top1 .mod-articles-category-readmore a:hover,
#jm-footer-mod .mod-articles-category-readmore a:hover {
  border-color: #7bcf1f;
  color: #7bcf1f;
}
#jm-top1 .tagssimilar ul li a,
#jm-footer-mod .tagssimilar ul li a {
  color: #ffffff !important;
}
#jm-top1 .tagssimilar ul li a:hover,
#jm-footer-mod .tagssimilar ul li a:hover {
  color: #ffffff !important;
}
.color-ms .jm-title,
.color-ms .moduletable > h3 {
  color: #ffffff !important;
}
.color-ms .jm-title:after,
.color-ms .moduletable > h3:after {
  background: #ffffff !important;
}
.color-ms .readmore {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.color-ms .readmore:hover {
  border-color: #7bcf1f !important;
  color: #7bcf1f !important;
}
.color-ms .mod-articles-category-readmore a {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.color-ms .mod-articles-category-readmore a:hover {
  border-color: #7bcf1f !important;
  color: #7bcf1f !important;
}
.color-ms .tagssimilar ul li a {
  color: #ffffff !important;
}
.color-ms .tagssimilar ul li a:hover {
  color: #7bcf1f !important;
}
.jm-module-raw {
  float: left;
  margin-right: 20px;
}
#jm-top-menu-nav .jm-module-raw {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
#jm-top-bar1 .jm-module {
  float: left;
  margin: 0 20px 0 0;
  display: table;
}
#jm-top-bar1 .jm-title {
  padding: 0 5px 0 0;
}
#jm-top-bar2 .jm-module {
  float: right;
  margin: 0 0 0 20px;
  display: table;
}
#jm-top-bar2 .jm-title {
  padding: 0 0 0 5px;
}
#jm-top-bar1 .jm-title,
#jm-top-bar2 .jm-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  margin: 0;
}
#jm-top-bar1 .jm-title:after,
#jm-top-bar2 .jm-title:after {
  display: none;
}
#jm-top-bar1 .jm-module-content,
#jm-top-bar2 .jm-module-content {
  display: table-cell;
  vertical-align: middle;
}
#jm-header-bg .jm-module-raw {
  float: none;
  margin: 0;
}
#jm-header-content .jm-module {
  margin: 30px 0 0;
}
#jm-header-content .jm-module:first-child {
  margin: 0;
}
.jm-module.margin-ms {
  margin: 0 !important;
}
.jm-module.nav.menu {
  margin-bottom: 30px;
}
.toggle-nav.menu {
  display: none;
}
#jm-top-bar form {
  margin: 0;
}
#jm-top-bar div.login-greeting,
#jm-top-bar .logout-button {
  display: inline-block;
}
#jm-top-bar .logout-button .btn {
  font-size: 10px;
  height: 25px;
  line-height: 1;
  padding: 0 5px;
  margin-left: 10px !important;
}
#jm-colorful-line .jm-module,
#jm-colorful-line2 .jm-module,
#jm-colorful-line3 .jm-module,
#jm-colorful-line4 .jm-module {
  margin-bottom: 0;
}
.jm-colorful {
  width: 100%;
}
.jm-colorful .jm-line1 {
  height: 5px;
  background: #2899cc;
}
.jm-colorful .jm-line2 {
  height: 5px;
  background: #9dd5c0;
  margin-left: 30%;
}
.jm-colorful .jm-line3 {
  height: 5px;
  background: #f39cc3;
  margin-left: 22%;
}
.jm-colorful .jm-line4 {
  height: 5px;
  background: #f1646c;
  margin-left: 5%;
}
.jm-colorful .jm-line5 {
  height: 5px;
  background: #fac174;
  margin-left: 60%;
}
.jm-social {
  clear: both;
}
.jm-social a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none !important;
  width: 50px;
  height: 50px;
  margin: 0 1px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;
}
.jm-social a:hover {
  background-color: #7bcf1f;
}
.jm-social a.jm-facebook {
  background-color: #3864a3;
  background-image: url('../images/social/facebook-white.png');
}
.jm-social a.jm-facebook:hover {
  background-color: #5785c5;
}
.jm-social a.jm-pinterest {
  background-color: #cb2027;
  background-image: url('../images/social/pinterest-white.png');
}
.jm-social a.jm-pinterest:hover {
  background-color: #e34e54;
}
.jm-social a.jm-twitter {
  background-color: #00aced;
  background-image: url('../images/social/twitter-white.png');
}
.jm-social a.jm-twitter:hover {
  background-color: #35c8ff;
}
.jm-social a.jm-googleplus {
  background-color: #00aff0;
  background-image: url('../images/social/skype-white.png');
}
.jm-social a.jm-googleplus:hover {
  background-color: #39c9ff;
}
.jm-location .jm-label {
  font-weight: bold;
}
* + .jm-location {
  padding: 15px 0 0;
}
.jm-boxes {
  margin-top: -30px;
}
.jm-boxes [class*='span'] {
  margin: 30px 0 0;
}
.jm-boxes .jm-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  text-align: center;
  background: #ffffff;
}
.jm-boxes .jm-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -130%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -130%, 0);
  pointer-events: none;
}
.jm-boxes .jm-image:hover:after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 130%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 130%, 0);
}
.jm-boxes .jm-description {
  padding: 30px 40px;
  background: #ffffff;
}
.jm-boxes h3 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
}
.jm-boxes .jm-center-border-line {
  margin: 0 0 30px;
}
.jm-boxes .jm-front-modules p {
  font-size: inherit;
  font-style: inherit;
  width: 100%;
}
.jm-center-border-line {
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 30px;
  position: relative;
}
.jm-center-border-line:after {
  width: 28px;
  max-width: 100%;
  height: 2px;
  margin-left: -14px;
  left: 50%;
  right: auto;
  bottom: 0;
  content: '';
  position: absolute;
  background: #444444;
}
#jm-top1 .jm-center-border-line:after,
#jm-footer-mod .jm-center-border-line:after {
  background: #7bcf1f;
}
#jm-bottom1 .jm-center-border-line:after {
  background: #ffffff;
}
#jm-allpage .color-ms .jm-center-border-line:after {
  background: #ffffff;
}
.jm-front-modules {
  color: #444444;
  text-align: center;
}
.jm-front-modules h2,
.jm-front-modules h5 {
  text-transform: uppercase;
  text-rendering: auto;
}
.jm-front-modules h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  display: inline-block;
  margin-bottom: 15px;
  color: #444444;
}
.jm-front-modules h5 {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 5px;
}
.jm-front-modules p {
  font-size: 16px;
  font-style: italic;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.jm-front-modules .btn {
  margin: 30px 0 0;
}
#jm-allpage .jm-front-modules .jm-picture {
  display: block;
  text-align: center;
  margin: 5px auto 23px;
}
#jm-allpage .jm-front-modules .jm-picture img {
  -webkit-box-shadow: 0px 0px 0px 3px #444444;
  -moz-box-shadow: 0px 0px 0px 3px #444444;
  box-shadow: 0px 0px 0px 3px #444444;
  border: 3px solid #ffffff !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jm-top1 .jm-front-modules,
#jm-footer-mod .jm-front-modules {
  color: #7bcf1f;
}
#jm-top1 .jm-front-modules h2,
#jm-footer-mod .jm-front-modules h2 {
  color: #7bcf1f;
}
#jm-allpage #jm-top1 .jm-front-modules .jm-picture img,
#jm-allpage #jm-footer-mod .jm-front-modules .jm-picture img {
  -webkit-box-shadow: 0px 0px 0px 3px #7bcf1f;
  -moz-box-shadow: 0px 0px 0px 3px #7bcf1f;
  box-shadow: 0px 0px 0px 3px #7bcf1f;
}
#jm-bottom1 .jm-front-modules {
  color: #ffffff;
}
#jm-bottom1 .jm-front-modules h2 {
  color: #ffffff;
}
#jm-allpage #jm-bottom1 .jm-front-modules .jm-picture img {
  -webkit-box-shadow: 0px 0px 0px 3px #7bcf1f;
  -moz-box-shadow: 0px 0px 0px 3px #7bcf1f;
  box-shadow: 0px 0px 0px 3px #7bcf1f;
}
#jm-allpage .color-ms .jm-front-modules {
  color: #ffffff;
}
#jm-allpage .color-ms .jm-front-modules h2 {
  color: #ffffff;
}
#jm-allpage #jm-allpage .color-ms .jm-front-modules .jm-picture img {
  -webkit-box-shadow: 0px 0px 0px 3px #7bcf1f;
  -moz-box-shadow: 0px 0px 0px 3px #7bcf1f;
  box-shadow: 0px 0px 0px 3px #7bcf1f;
}
.jm-welcome {
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.jm-welcome h3 {
  text-transform: uppercase;
  font-size: 70px;
  font-family: 'Montserrat', sans-serif;
}
.jm-welcome h1,
.jm-welcome h2,
.jm-welcome h3,
.jm-welcome h4,
.jm-welcome h5,
.jm-welcome h6 {
  color: #ffffff;
}
.jm-welcome .jm-center-border-line {
  padding: 0 0 30px;
  margin: 0 0 30px;
  position: relative;
}
.jm-welcome .jm-center-border-line:after {
  background: #ffffff;
  width: 60px;
  height: 4px;
  margin-left: -30px;
}
.jm-welcome img {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
}
.jm-team {
  margin: -30px 0 0;
}
.jm-team span {
  display: block;
  text-align: center;
}
.jm-team [class*='span'] {
  margin: 30px 0 0;
}
.jm-team .jm-icon {
  margin: 0 0 10px;
}
.jm-team .jm-icon img {
  -webkit-box-shadow: 0px 0px 0px 3px #444444;
  -moz-box-shadow: 0px 0px 0px 3px #444444;
  box-shadow: 0px 0px 0px 3px #444444;
  border: 3px solid #ffffff !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jm-team .jm-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #444444;
  margin: 0 0 10px;
}
@-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-module.promo1-ms,
.jm-module.promo2-ms,
.jm-module.promo3-ms {
  position: relative;
  color: #7bcf1f;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #7bcf1f;
  background: transparent;
  cursor: pointer;
}
.jm-module.promo1-ms a,
.jm-module.promo2-ms a,
.jm-module.promo3-ms a {
  color: #7bcf1f;
  text-decoration: none;
}
.jm-module.promo1-ms:hover,
.jm-module.promo2-ms:hover,
.jm-module.promo3-ms:hover {
  background: #7bcf1f;
  color: #ffffff;
}
.jm-module.promo1-ms:hover a,
.jm-module.promo2-ms:hover a,
.jm-module.promo3-ms:hover a {
  color: #ffffff;
}
.jm-module.promo1-ms .jm-module-in,
.jm-module.promo2-ms .jm-module-in,
.jm-module.promo3-ms .jm-module-in {
  margin: 43px 0;
}
.jm-module.promo1-ms.animate-ms,
.jm-module.promo2-ms.animate-ms,
.jm-module.promo3-ms.animate-ms {
  visibility: hidden;
}
.jm-module.promo1-ms.animate-ms.jm-slideIn,
.jm-module.promo2-ms.animate-ms.jm-slideIn,
.jm-module.promo3-ms.animate-ms.jm-slideIn {
  visibility: visible;
}
#jm-bottom1 .jm-module.promo1-ms,
#jm-bottom1 .jm-module.promo2-ms,
#jm-bottom1 .jm-module.promo3-ms {
  color: #ffffff;
  border: 2px solid #ffffff;
}
#jm-bottom1 .jm-module.promo1-ms a,
#jm-bottom1 .jm-module.promo2-ms a,
#jm-bottom1 .jm-module.promo3-ms a {
  color: #ffffff;
}
#jm-bottom1 .jm-module.promo1-ms:hover,
#jm-bottom1 .jm-module.promo2-ms:hover,
#jm-bottom1 .jm-module.promo3-ms:hover {
  background: #ffffff;
  color: #9dd5c0;
}
#jm-bottom1 .jm-module.promo1-ms:hover a,
#jm-bottom1 .jm-module.promo2-ms:hover a,
#jm-bottom1 .jm-module.promo3-ms:hover a {
  color: #9dd5c0;
}
.promo1-ms.animate-ms {
  z-index: 1;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}
.promo2-ms.animate-ms {
  z-index: 2;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.promo3-ms.animate-ms {
  z-index: 3;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.jm-slideIn {
  -webkit-animation-name: jm-slideIn;
  animation-name: jm-slideIn;
}
#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: 22px;
  line-height: 1.1;
  font-weight: bold;
  margin: 0;
}
#jm-allpage .contact-ps .form-horizontal .control-label {
  float: none;
  width: auto;
  text-align: inherit;
  padding: 0;
}
#jm-allpage .contact-ps .form-horizontal .control-label label {
  margin: 0 0 10px;
}
#jm-allpage .contact-ps .form-horizontal .controls {
  margin: 0;
}
#jm-allpage .contact-ps .form-actions {
  background: none;
  border: none;
  padding: 0;
}
.jm-pricing {
  margin: 0 -15px;
}
.jm-pricing .box {
  float: left;
  margin: 78px 0 0;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.jm-pricing.col1 .box {
  width: 100%;
}
.jm-pricing.col2 .box {
  width: 50%;
}
.jm-pricing.col3 .box {
  width: 33%;
}
.jm-pricing.col4 .box {
  width: 25%;
}
.jm-pricing .price {
  position: absolute;
  top: -68px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #7bcf1f;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 136px;
  height: 136px;
  padding-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jm-pricing .price span {
  display: block;
  color: #ffffff;
  text-align: center;
}
.jm-pricing .price .up,
.jm-pricing .price .down {
  font-size: 16px;
  line-height: 1.1;
}
.jm-pricing .price .middle {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
.jm-pricing .title {
  background: #8de031;
  padding-top: 83px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.jm-pricing .content {
  background: #ffffff;
  padding: 20px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jm-pricing .subtitle {
  font-size: 20px;
  color: #444444;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 15px;
}
.jm-pricing .bottom {
  background: #ebebeb;
  padding: 20px;
  text-align: center;
}
#jm-allpage .search-ms form {
  margin: 0;
  position: relative;
}
#jm-allpage .search-ms .inputbox {
  width: 100% !important;
  padding-right: 58px;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #858d93;
  border-color: #d1d1d1;
}
#jm-allpage .search-ms .inputbox:-moz-placeholder {
  color: #858d93;
}
#jm-allpage .search-ms .inputbox:-ms-input-placeholder {
  color: #858d93;
}
#jm-allpage .search-ms .inputbox::-webkit-input-placeholder {
  color: #858d93;
}
#jm-allpage .search-ms .inputbox + .button {
  padding: 0;
  border: none;
  background: none;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
#jm-allpage .search-ms .inputbox + .button:after {
  content: "\e003";
  font-size: 20px;
  color: #aab0b4;
  display: inline-block;
  vertical-align: top;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav.menu {
  margin: 0;
}
.nav.menu li {
  display: block;
  background-image: none;
  position: relative;
  padding: 0;
}
.nav.menu ul {
  padding: 0;
  margin: 0;
}
.nav.menu li a,
.nav.menu li span.separator {
  display: block;
  color: inherit;
  line-height: normal;
  font-weight: 400;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 25px;
  padding-right: 0;
  text-decoration: none;
  background-color: transparent;
  background-image: url('../images/li_arrow_ltr.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.nav.menu li a:hover,
.nav.menu li span.separator:hover {
  color: #7bcf1f;
}
.nav.menu li.active > a,
.nav.menu li.active > span.separator {
  color: #7bcf1f;
}
.nav.menu > li > a,
.nav.menu > li > span.separator {
  background: none;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
}
.nav.menu > li:first-child > a,
.nav.menu > li:first-child > span.separator {
  border-top: none;
  padding-top: 0;
}
.nav.menu > li:last-child > a,
.nav.menu > li:last-child > span.separator {
  padding-bottom: 0;
}
.nav.menu > li.parent > a,
.nav.menu > li.parent > span.separator {
  position: relative;
  padding-right: 10px;
}
.nav.menu > li.parent > a:after,
.nav.menu > li.parent > span.separator:after {
  content: '+';
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  right: 0;
  left: auto;
}
.nav.menu > li.parent.active > a:after,
.nav.menu > li.parent.active > span.separator:after {
  content: '-';
}
.nav.menu > li > ul {
  padding-left: 0;
}
.nav.menu ul {
  padding-left: 25px;
}
.nav.menu li a img {
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#jm-top-bar .nav.menu {
  line-height: 1;
}
#jm-top-bar .nav.menu > li {
  display: inline-block;
  background: none;
  vertical-align: top;
  margin: 0;
}
#jm-top-bar .nav.menu > li > a,
#jm-top-bar .nav.menu > li > span.separator {
  padding: 0 0 0 15px;
  margin: 0 0 0 12px;
  border: none;
  background-color: transparent;
  background-image: url('../images/li.png');
  background-repeat: no-repeat;
  background-position: left center;
}
#jm-top-bar .nav.menu > li:first-child > a,
#jm-top-bar .nav.menu > li:first-child > span.separator {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
#jm-top-bar .nav.menu ul,
#jm-top-bar .nav.menu > li.parent > a:after,
#jm-top-bar .nav.menu > li.parent > span.separator:after {
  display: none;
}
#jm-top-bar .nav.menu .deeper.parent ul {
  display: none;
}
#jm-allpage .tagspopular ul li,
#jm-allpage .tagssimilar ul li {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 5px 5px 5px 0;
}
#jm-allpage .tagspopular ul li a,
#jm-allpage .tagssimilar ul li a {
  color: #666666;
  font-size: 16px;
}
#jm-allpage .tagspopular ul li a:hover,
#jm-allpage .tagssimilar ul li a:hover {
  color: #7bcf1f;
  text-decoration: none;
}
.media-list > li {
  background: none;
  padding: 0;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  padding: 0 2px;
}
.thumbnails > li {
  background: none;
  padding: 0;
}
.chzn-container li {
  background: none;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 25px !important;
}
#jm-allpage .chzn-container-single .chzn-single,
#jm-allpage .chzn-container-multi .chzn-choices {
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  padding: 0 8px;
  vertical-align: middle;
  border: 1px solid #e8e8e8;
  color: #aab0b4;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -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 .chzn-container-single .chzn-single div {
  left: auto;
  right: 8px;
  width: 15px;
}
#jm-allpage .chzn-container .chzn-drop {
  border: 1px solid #e8e8e8;
  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: #aab0b4;
  padding: 0;
  margin: 0;
  height: 50px;
}
#jm-allpage .chzn-container-single .chzn-single div b {
  margin-top: 15px;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-choice {
  line-height: 24px;
  border: 1px solid #e8e8e8;
  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: #7bcf1f;
}
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-size: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #444444;
  text-transform: uppercase;
  margin: 0 0 30px;
}
h2.item-title,
.page-header > h2,
.blog > h2,
.content-category > h2,
.cat-children > h3,
.contact-category > h2,
.weblink-category > h2,
.newsfeed > h2,
.newsfeed-category > h2,
.weblink-category > h2,
.contact > h3 {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color: #444444;
  text-transform: none;
  margin: 0 0 10px;
}
h2.item-title a,
.page-header > h2 a,
.blog > h2 a,
.content-category > h2 a,
.cat-children > h3 a,
.contact-category > h2 a,
.weblink-category > h2 a,
.newsfeed > h2 a,
.newsfeed-category > h2 a,
.weblink-category > h2 a,
.contact > h3 a {
  color: #444444;
}
h2.item-title a:hover,
.page-header > h2 a:hover,
.blog > h2 a:hover,
.content-category > h2 a:hover,
.cat-children > h3 a:hover,
.contact-category > h2 a:hover,
.weblink-category > h2 a:hover,
.newsfeed > h2 a:hover,
.newsfeed-category > h2 a:hover,
.weblink-category > h2 a:hover,
.contact > h3 a:hover {
  color: #7bcf1f;
  text-decoration: none;
}
h3.page-header {
  font-size: 1em;
  line-height: 1.7;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  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: 11.96px;
  line-height: 1.2;
  padding-bottom: 20px;
  color: #666666;
  position: relative;
}
dl.article-info dd {
  display: inline-block;
  margin: 0 2px 0 0;
  line-height: 1.1;
  text-transform: uppercase;
  padding-right: 5px;
  border-right: 1px solid #666666;
}
dl.article-info dd:last-child {
  margin: 0;
  border: none;
}
dl.article-info dd [class^="icon-"],
dl.article-info dd [class*=" icon-"] {
  display: none;
}
dl.article-info ~ dl.article-info {
  margin: 0;
}
dl.article-info:after {
  width: 28px;
  max-width: 100%;
  height: 2px;
  left: 0;
  right: auto;
  bottom: 0;
  content: '';
  position: absolute;
  background: #444444;
}
.icons + .article-info {
  margin-right: 50px;
}
.article-info-term {
  display: none;
}
.content_rating {
  margin-bottom: 10px;
}
.content_rating img {
  margin: 0;
}
.content_vote label {
  margin-right: 5px;
}
.page-header > h1 {
  color: #444444;
}
.categories-list .collapse {
  padding: 0 0 0 30px;
}
#archive-items .row0,
#archive-items .row1 {
  margin-bottom: 30px;
}
#archive-items .createdby {
  margin: 0 0 15px;
}
.blog > h2 {
  color: #444444;
}
.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-"],
.items-row {
  margin-bottom: 30px;
}
.items-leading .leading:last-child,
.items-row:last-child {
  margin: 0;
}
.item-image {
  margin-bottom: 30px;
  max-width: 100%;
}
figure.pull-left,
figure.pull-right,
figure.pull-center {
  max-width: 100%;
  margin: 0 0 30px;
}
.pull-none.item-image {
  text-align: center;
}
.pull-left.item-image,
figure.pull-left {
  margin-right: 30px;
}
.pull-right.item-image,
figure.pull-right {
  margin-left: 30px;
}
.pull-center {
  text-align: center;
}
.category-desc {
  margin: 0 0 30px;
}
div.img_caption {
  margin: 0 auto;
  max-width: 100%;
}
p.img_caption {
  text-align: center;
  background: #eeeeee;
  padding: 5px;
  margin: 0;
  max-width: 100%;
}
.readmore {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 14px 100px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  -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: #666666;
  background: transparent;
  border: 2px solid #c5c5c5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 14px 70px;
}
.readmore:hover {
  text-decoration: none;
  background: transparent;
  border: 2px solid #7bcf1f;
}
.readmore-large {
  font-size: 18.85px;
}
p.readmore {
  margin: 15px 0 0;
  display: block;
  text-align: right;
  padding: 0;
  background: none;
  border: none;
}
p.readmore:after {
  display: none;
}
p.readmore:hover {
  padding: 0;
  background: none;
  border: none;
}
p.readmore .btn {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 14px 100px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  -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: #666666;
  background: transparent;
  border: 2px solid #c5c5c5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 14px 70px;
  margin: 0;
}
p.readmore .btn:hover {
  text-decoration: none;
  background: transparent;
  border: 2px solid #7bcf1f;
}
.mod-articles-category-readmore a {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 14px 100px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  -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: #666666;
  background: transparent;
  border: 2px solid #c5c5c5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 14px 70px;
}
.mod-articles-category-readmore a:hover {
  text-decoration: none;
  background: transparent;
  border: 2px solid #7bcf1f;
}
p.readmore a.btn .icon-chevron-right {
  display: none;
}
.archive .filters {
  margin-bottom: 30px;
}
fieldset.filters {
  margin: 0 0 20px;
}
.categories-list ul li h4 {
  font-size: 1em;
  line-height: 1.7;
  font-weight: bold;
}
.categories-list ul li small.category-desc {
  font-size: 1em;
  line-height: 1.7;
}
ul.list-striped > li {
  background: none;
  border-bottom: 1px solid #dddddd;
  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: 30px 0;
}
.contact .thumbnail {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.phrases-box,
fieldset.only {
  padding: 0 0 20px;
}
.phrases-box label,
fieldset.only label {
  display: inline-block;
  margin-right: 10px;
}
.btn .icon-search.icon-white {
  color: inherit;
}
fieldset.phrases {
  padding-bottom: 20px;
}
.tag-category .category li {
  list-style: none;
}
.tag-category .category li + li {
  margin: 30px 0 0;
}
.tag-category .category > li > h3 {
  font-size: 1em;
}
.tag-category .form-inline label {
  vertical-align: middle;
  margin-right: 10px;
}
.tag-category > h2 {
  margin-bottom: 30px;
}
.tag-category form > ul > li > h3 {
  margin-bottom: 30px;
}
.tag-category form > ul > li {
  padding: 0;
  background: none !important;
}
.tag-category .tag-body {
  margin: 30px 0;
  display: block;
}
.tag-category .thumbnails > li,
.tag-category .category > li {
  background: none;
  padding: 0;
}
.tag-category .thumbnails > li h3 {
  font-size: 1em;
}
body .tip-wrap .tip {
  max-width: 300px;
  padding: 3px 8px;
  color: #666666;
  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: #666666;
}
body .tip-wrap .tip-text {
  font-weight: normal;
  color: #666666;
}
.jmodedit {
  z-index: 9999;
  line-height: 1 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  color: #7bcf1f !important;
}
.jmodedit:hover {
  color: #6fba1c !important;
}
.article-index {
  margin-left: 30px;
}
.article-index + .pagenavcounter {
  margin-bottom: 10px;
}
.article-index .nav {
  min-width: 150px;
}
.calendar table {
  border-collapse: separate;
}
.jm-alert {
  display: block;
}
#templates-form .form-horizontal .control-label {
  float: none;
  width: auto;
  text-align: inherit;
}
#templates-form .form-horizontal .controls {
  margin-left: 0;
  margin-right: 0;
}
#jm-allpage .minicolors-theme-bootstrap .minicolors-input {
  line-height: 1.5;
  height: auto;
  width: auto;
}
.newsflash .newsflash-title {
  font-weight: normal;
  margin: 30px 0 5px;
  clear: both;
}
.newsflash .newsflash-title:first-child {
  margin: 0 0 5px;
}
.newsflash .newsflash-title a:hover {
  text-decoration: underline;
}
.newsflash-horiz li + li {
  margin: 10px 0 0;
}
.categories-module li h1,
.categories-module li h2,
.categories-module li h3,
.categories-module li h4,
.categories-module li h5,
.categories-module li h6 {
  line-height: 1.2;
  font-weight: normal;
}
.categories-module li + li {
  margin: 30px 0 0;
}
.category-module {
  margin: 0;
}
.category-module li p {
  line-height: 1.7;
  margin: 0 0 5px;
}
.category-module li > a {
  display: block;
  font-weight: normal;
}
.category-module span {
  display: inline-block;
  margin: 10px 0 0;
}
ul.category-module,
ul.latestnews,
ul.archive-module,
ul.mostread,
ul.mostreadcolor-ms {
  list-style-type: none;
}
ul.category-module li,
ul.latestnews li,
ul.archive-module li,
ul.mostread li,
ul.mostreadcolor-ms li {
  padding-top: 8px;
}
ul.category-module li:first-child,
ul.latestnews li:first-child,
ul.archive-module li:first-child,
ul.mostread li:first-child,
ul.mostreadcolor-ms li:first-child {
  padding-top: 0;
}
#jm-bottom1 ul.category-module li a,
#jm-bottom1 ul.latestnews li a,
#jm-bottom1 ul.archive-module li a,
#jm-bottom1 ul.mostread li a,
#jm-bottom1 ul.mostreadcolor-ms li a {
  color: #ffffff;
}
#jm-bottom1 ul.category-module li a:hover,
#jm-bottom1 ul.latestnews li a:hover,
#jm-bottom1 ul.archive-module li a:hover,
#jm-bottom1 ul.mostread li a:hover,
#jm-bottom1 ul.mostreadcolor-ms li a:hover {
  color: #7bcf1f;
}
.latestnews li a,
.archive-module li a,
.category-module li a {
  color: inherit;
}
.latestnews li a:hover,
.archive-module li a:hover,
.category-module li a:hover {
  color: #7bcf1f;
  text-decoration: none;
}
.mostread li a {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #444444;
}
.mostread li a:hover {
  color: #7bcf1f;
  text-decoration: none;
}
#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;
}
.jm-error-page {
  text-align: center;
}
.jm-error-page > h1 {
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}
.jm-error-page > h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 60px;
}
.jm-error-page > p {
  margin: 0 0 60px;
}
.jm-error-page input.inputbox {
  max-width: 260px;
}
.jm-error-page .moduletable {
  margin: 0 0 60px;
}
h3.jm-typo-title {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin: 30px 0;
}
h3.jm-typo-title ~ pre,
h3.jm-typo-title ~ div pre {
  margin-bottom: 30px;
  font-size: 13px;
}
.jm-code {
  border-left: 5px solid #dddddd;
  padding: 10px;
  background: #e7e6e6;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0 0 30px;
}
.readmore-typo,
.button-typo {
  margin: 0 0 30px;
}
.jm-color {
  color: #7bcf1f;
}
.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;
}
.jm-quote-mod {
  background: #9dd5c0;
  color: #ffffff;
  padding: 25px;
}
.jm-quote-mod .jm-center-border-line:after {
  background: #ffffff;
}
.jm-quote-mod h5 {
  text-transform: uppercase;
  text-align: center;
}
.jm-quote-mod p {
  font-style: italic;
  padding: 0 5px;
}
.jm-quote-mod img {
  margin: 10px 0;
}
.border_img1 {
  padding: 4px;
  background: #ececec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.border_img2 {
  background: #F2F2F2;
  border: 1px solid #E5E5E5;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.border_img3 {
  border: 1px solid #DFDFDF;
  padding: 1px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p.blue {
  border-left: 3px solid #BCE8F1;
  padding: 0 0 0 10px;
}
p.green {
  border-left: 3px solid #D6E9C6;
  padding: 0 0 0 10px;
}
p.red {
  border-left: 3px solid #EED3D7;
  padding: 0 0 0 10px;
  color: inherit;
}
p.bluefill {
  background: #D9EDF7;
  border: 1px solid #BCE8F1;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #3A87AD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
p.greenfill {
  background: #DFF0D8;
  border: 1px solid #D6E9C6;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #468847;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
p.redfill {
  background: #F2DEDE;
  border: 1px solid #EED3D7;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #B94A48;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
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;
}
.dj-cat-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 30px;
}
.dj-galleryGrid,
.dj-mslider,
.dj-tabber,
.nivoSlider,
.dj-slideshow,
.djslider-loader,
.dj-slideshowThumbs {
  margin: 0 !important;
}
.category-desc {
  margin: 20px 0;
}
.dj-slide-title {
  font-size: 27px !important;
  color: #444444 !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  text-align: center;
}
.dj-slide-title a {
  color: #444444 !important;
}
.dj-slide-title a:hover {
  color: #7bcf1f !important;
  text-decoration: none !important;
}
.dj-slide-title + .dj-slide-description {
  margin-top: 3px;
}
.dj-slide-desc-bg {
  background: #ffffff !important;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
}
.dj-slide-desc-text {
  font-size: 14px !important;
  line-height: 1.7 !important;
  font-weight: 400;
  padding: 20px !important;
  color: #444444 !important;
  text-align: center !important;
}
.dj-slide-desc-text a {
  color: #444444 !important;
}
.dj-slide-desc-text a:hover {
  text-decoration: underline;
}
.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;
}
.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: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.dj-load-button .dj-key {
  font-weight: normal !important;
}
#jm-allpage .dj-readmore-wrapper {
  padding: 20px 0 0 !important;
  text-align: center !important;
}
#jm-allpage .dj-readmore-wrapper .dj-readmore {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 14px 100px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  -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: #666666;
  background: transparent;
  border: 2px solid #c5c5c5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 14px 70px;
  color: #666666 !important;
}
#jm-allpage .dj-readmore-wrapper .dj-readmore:hover {
  text-decoration: none;
  background: transparent;
  border: 2px solid #7bcf1f;
}
#djmediatools .dj-categories {
  margin: 0 -10px;
}
#djmediatools .dj-categories a.dj-category,
#djmediatools .dj-categories a.dj-category:hover {
  color: #444444;
  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;
}
#djmediatools .dj-categories a.dj-category {
  margin: 0 10px 10px;
}
#djmediatools .dj-categories .dj-category-in {
  border: none;
}
#djmediatools .dj-categories .dj-ctitle-bg {
  background: #ffffff;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
}
#djmediatools .dj-categories .dj-ctitle-in {
  padding: 20px !important;
  font-size: 27px !important;
  color: #444444 !important;
  text-transform: none;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center;
}
#djmediatools .dj-categories .dj-ctitle-in:hover {
  color: #7bcf1f !important;
}
#jm-allpage .dj-galleryGrid .dj-slide-desc-bg {
  background: #7bcf1f !important;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
}
#jm-allpage .dj-galleryGrid .dj-slide-desc-in:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #ffffff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  pointer-events: none;
}
#jm-allpage .dj-galleryGrid .dj-slide-desc .dj-slide-desc-text {
  color: #ffffff !important;
}
#jm-allpage .dj-galleryGrid .dj-slide-title {
  color: #ffffff !important;
  text-transform: none !important;
  font-size: 20px !important;
  line-height: 1 !important;
}
#jm-allpage .dj-galleryGrid .dj-slide-title a {
  color: #ffffff !important;
}
#jm-allpage .dj-galleryGrid .dj-slide-title a:hover {
  text-decoration: underline !important;
}
#jm-allpage .grid-ms .dj-galleryGrid .dj-slide-desc,
#jm-allpage .grid-ms .dj-galleryGrid .dj-slide-desc-in {
  height: 100%;
}
#jm-allpage .grid-ms .dj-galleryGrid .dj-slide-desc-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dj-mslider .dj-indicators-in {
  padding: 5px !important;
  height: 30px;
  line-height: 30px;
}
.dj-mslider .dj-load-button {
  height: 12px !important;
  width: 12px !important;
  margin: 3px 5px !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  background: #9dd5c0 !important;
  border: none !important;
}
.dj-mslider .dj-load-button:hover,
.dj-mslider .dj-load-button.dj-load-button-active {
  margin: 0 2px !important;
  background: transparent !important;
  border: 3px solid #7bcf1f !important;
}
#jm-allpage .color-ms .dj-mslider .dj-load-button,
#jm-header .dj-mslider .dj-load-button,
#jm-bottom1 .dj-mslider .dj-load-button {
  background: currentColor !important;
}
#jm-allpage .color-ms .dj-mslider .dj-load-button:hover,
#jm-header .dj-mslider .dj-load-button:hover,
#jm-bottom1 .dj-mslider .dj-load-button:hover,
#jm-allpage .color-ms .dj-mslider .dj-load-button.dj-load-button-active,
#jm-header .dj-mslider .dj-load-button.dj-load-button-active,
#jm-bottom1 .dj-mslider .dj-load-button.dj-load-button-active {
  background: transparent !important;
  border-color: currentColor !important;
}
.djslider-loader .navigation-container-custom {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.djslider-loader .navigation-container-custom .cust-navigation-in {
  padding: 15px 5px !important;
}
.djslider-loader .load-button {
  height: 12px !important;
  width: 12px !important;
  margin: 3px 5px !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  background: #9dd5c0 !important;
  border: none !important;
}
.djslider-loader .load-button:hover,
.djslider-loader .load-button.load-button-active {
  margin: 0 2px!important;
  background: transparent !important;
  border: 3px solid #7bcf1f !important;
}
#jm-allpage .color-ms .djslider-loader .load-button,
#jm-header .djslider-loader .load-button,
#jm-bottom1 .djslider-loader .load-button {
  background: currentColor !important;
}
#jm-allpage .color-ms .djslider-loader .load-button:hover,
#jm-header .djslider-loader .load-button:hover,
#jm-bottom1 .djslider-loader .load-button:hover,
#jm-allpage .color-ms .djslider-loader .load-button.load-button-active,
#jm-header .djslider-loader .load-button.load-button-active,
#jm-bottom1 .djslider-loader .load-button.load-button-active {
  background: transparent !important;
  border-color: currentColor !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 2px !important;
  background: rgba(157, 213, 192, 0.8) !important;
}
.dj-slideshow .dj-load-button .dj-key {
  font-size: 12px !important;
  line-height: 30px !important;
  color: #ffffff !important;
}
.dj-slideshow .dj-load-button-active .dj-key,
.dj-slideshow .dj-load-button:hover .dj-key {
  color: #ffffff !important;
}
.dj-slideshow .dj-load-button-active,
.dj-slideshow .dj-load-button:hover {
  background: #7bcf1f !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-indicators {
  background: none !important;
}
.dj-tabber {
  padding: 0 !important;
  display: inline-block;
  border: none !important;
}
.dj-tabber .dj-tab {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 20px !important;
  border-bottom: 1px solid #dddddd !important;
}
.dj-tabber .dj-tab img {
  margin-right: 15px !important;
  border: none !important;
}
.dj-tabber span.dj-tab-in {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  text-shadow: none !important;
}
.dj-tabber span.dj-tab-in span {
  color: #444444 !important;
}
.dj-tabber .dj-tab-active {
  background: #7bcf1f !important;
}
.dj-tabber .dj-tab-active span.dj-tab-in span {
  color: #ffffff !important;
}
.dj-tabber .dj-tabs-right .dj-tab-indicator {
  background: url('../images/scheme1/dj-tab-indicator-right.png') right center !important;
}
.dj-tabber .dj-tabs-left .dj-tab-indicator {
  background: url('../images/scheme1/dj-tab-indicator-left.png') left center !important;
}
.dj-tabber .dj-tab-indicator {
  width: 10px !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: #444444 !important;
}
.box_skitter .label_skitter p {
  font-size: 14px !important;
  letter-spacing: none !important;
  color: #444444 !important;
  font-family: inherit !important;
  letter-spacing: normal !important;
}
.box_skitter .info_slide {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.box_skitter .image_number {
  font-size: 12px !important;
  color: #ffffff !important;
  box-shadow: none !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  padding: 0 !important;
  border: none !important;
  background: rgba(157, 213, 192, 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: #ffffff !important;
  background: #7bcf1f !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;
}
.slider-wrapper {
  margin: 0 auto;
  position: relative;
}
#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(157, 213, 192, 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: 12px !important;
  font-weight: normal !important;
  line-height: 30px !important;
  color: #ffffff !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: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
}
#jm-allpage .slider-wrapper .nivo-controlNav a.active,
#jm-allpage .slider-wrapper .nivo-controlNav a:hover {
  color: #ffffff !important;
  background: #7bcf1f !important;
}
#jm-allpage .kwicks li {
  background: none;
  max-width: 100%;
}
#jm-allpage .kwicks .dj-slide-desc {
  max-width: 100%;
  background: rgba(255, 255, 255, 0.7) !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-loader {
  background: url("../images/ajax-loader.gif") no-repeat !important;
  width: 128px !important;
  height: 15px !important;
  left: 50% !important;
  margin-left: -64px !important;
  top: 50% !important;
  margin-top: -7px;
}
#jm-header .djslider-loader {
  background-image: url('../images/ajax-loader.gif');
  background-position: center 20%;
  background-repeat: no-repeat;
}
#jm-header .dj-slide-desc-bg {
  background: #222222 !important;
  opacity: 0.2 !important;
  filter: alpha(opacity=20) !important;
}
#jm-header .dj-slide-title {
  font-size: 70px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}
#jm-header .dj-slide-title a {
  color: #ffffff !important;
}
#jm-header .dj-slide-title a:hover {
  color: #7bcf1f !important;
}
#jm-header .dj-slide-title + .dj-slide-description {
  margin-top: 20px;
}
#jm-header .dj-slide-desc-text {
  font-size: 28px !important;
  padding: 60px !important;
  color: #ffffff !important;
}
#jm-header .dj-slide-desc-text a {
  color: #ffffff !important;
}
#jm-allpage .noimage-ms .djslider {
  height: auto !important;
}
#jm-allpage .noimage-ms .slider-container {
  position: static;
}
#jm-allpage .noimage-ms .slider-container > ul > li {
  height: auto !important;
}
#jm-allpage .noimage-ms .slider-container > ul > li img {
  display: none;
}
#jm-allpage .noimage-ms .slider-container > ul > li .dj-slide-desc img {
  display: inline-block;
  width: auto;
}
#jm-allpage .noimage-ms .dj-slide-desc {
  height: auto;
  position: static;
}
#jm-allpage .noimage-ms .dj-slide-desc-bg {
  background: none !important;
}
#jm-allpage .noimage-ms .dj-slide-desc-text {
  padding: 0 !important;
}
#jm-allpage .noimage-ms .dj-slide-description {
  white-space: normal !important;
  overflow: visible !important;
}
#jm-allpage .noimage-ms .navigation-container {
  position: absolute;
  width: 100%;
}
#jm-allpage .noimage-ms .navigation-container-custom .cust-navigation-in {
  padding-top: 60px !important;
}
.navigation-ms img.prev-button,
.navigation-ms img.next-button,
.navigation-ms img.play-button,
.navigation-ms img.pause-button,
.navigation-ms img.dj-prev,
.navigation-ms img.dj-next,
.navigation-ms img.dj-play,
.navigation-ms img.dj-pause {
  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: 51px;
  height: 51px;
  border: 3px solid #7bcf1f;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.navigation-ms img.prev-button:hover,
.navigation-ms img.next-button:hover,
.navigation-ms img.play-button:hover,
.navigation-ms img.pause-button:hover,
.navigation-ms img.dj-prev:hover,
.navigation-ms img.dj-next:hover,
.navigation-ms img.dj-play:hover,
.navigation-ms img.dj-pause:hover {
  background-color: #7bcf1f;
}
.navigation-ms .dj-slideshow-in:hover .dj-navigation img,
.navigation-ms .dj-slideshowThumbs-in:hover .dj-navigation img,
.navigation-ms .dj-tabber-in:hover .dj-navigation img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.navigation-ms img.prev-button,
.navigation-ms img.dj-prev {
  background-image: url("../images/navi/prev.png");
}
.navigation-ms img.prev-button:hover,
.navigation-ms img.dj-prev:hover {
  background-image: url("../images/navi/prev-hover.png");
}
.navigation-ms img.next-button,
.navigation-ms img.dj-next {
  background-image: url("../images/navi/next.png");
}
.navigation-ms img.next-button:hover,
.navigation-ms img.dj-next:hover {
  background-image: url("../images/navi/next-hover.png");
}
.navigation-ms img.play-button,
.navigation-ms img.dj-play {
  background-image: url("../images/navi/play.png");
  margin-left: -26px !important;
}
.navigation-ms img.play-button:hover,
.navigation-ms img.dj-play:hover {
  background-image: url("../images/navi/play-hover.png");
}
.navigation-ms img.pause-button,
.navigation-ms img.dj-pause {
  background-image: url("../images/scheme1/pause.png");
  margin-left: -26px !important;
}
.navigation-ms img.pause-button:hover,
.navigation-ms img.dj-pause:hover {
  background-image: url("../images/navi/pause-hover.png");
}
#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 {
  border: none;
}
#jm-allpage .djtabs.default-theme .djtabs-title-wrapper {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 30px 5px 0;
}
#jm-allpage .djtabs.default-theme .djtabs-title {
  font: inherit;
  font-size: 22px;
  font-weight: 700;
  height: auto;
  width: auto !important;
  line-height: 30px;
  margin: 0;
  padding: 13px 80px 10px;
  text-decoration: none;
  text-align: center;
  color: inherit;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #e4e4e4;
  -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;
  text-transform: uppercase;
}
#jm-allpage .djtabs.default-theme .djtabs-title:hover,
#jm-allpage .djtabs.default-theme .djtabs-active-wrapper .djtabs-title {
  border: none;
  padding: 13px 80px;
  color: #ffffff;
  background: #7bcf1f;
}
#jm-allpage .djtabs.default-theme .djtabs-in {
  margin: 0;
  padding: 30px 0;
}
#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 {
  float: left;
  display: block;
  margin: 0 10px 0 0;
}
#jm-allpage .djtabs.default-theme .djtab-custom-html img {
  max-height: 30px;
}
#jm-allpage .djtabs.default-theme .djtab-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
#jm-allpage .djtabs.default-theme .djtabs-article-group {
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}
#jm-allpage .djtabs.default-theme .djtabs-article-group:first-child {
  border-top: 1px solid #e6e6e6;
}
#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: 19px 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: 22px;
}
#jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title {
  margin: 0 20px 0 0;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: inherit;
  text-transform: uppercase;
}
#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 10px 0 0;
  font: inherit;
  color: inherit;
  font-weight: 700;
  line-height: 22px;
}
#jm-allpage .djtabs.default-theme .djtabs-panel:hover .djtabs-panel-title,
#jm-allpage .djtabs.default-theme .djtabs-panel:hover .djtabs-panel-title a {
  color: #7bcf1f !important;
}
#jm-allpage .djtabs.default-theme .djtabs-panel-active .djtabs-panel-title {
  color: #7bcf1f;
}
#jm-allpage .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler {
  margin: 0 0 0 10px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  width: auto;
  height: auto;
  text-align: center;
}
#jm-allpage .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler:after {
  content: "\2b";
  border: 2px solid #e6e6e6;
  padding: 2px 3px 3px 4px;
}
#jm-allpage .djtabs.default-theme .djtabs-panel-active > span.djtabs-panel-toggler:after {
  content: "\2212";
}
#jm-allpage .djtabs.default-theme .djtabs-article-group.djtabs-article-out {
  border: none;
  margin-bottom: 30px;
}
#jm-allpage .djtabs.default-theme .djtabs-article-group.djtabs-article-out .djtabs-panel {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
#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 10px;
  border: none;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel span {
  line-height: 28.6px;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel:hover .djtabs-panel-title {
  color: inherit;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel:hover .djtabs-panel-title a {
  color: #7bcf1f;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel-active .djtabs-panel-title {
  color: inherit;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel-date {
  line-height: 28.6px;
}
#jm-allpage .djtabs.default-theme .djtabs-date-in {
  font: inherit;
  font-weight: 500;
  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: #7bcf1f;
}
#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: #7bcf1f;
}
#jm-allpage .djtabs.default-theme .djtabs-readmore {
  margin: 15px 0 0;
  display: block;
  width: 100%;
  text-align: left;
}
#jm-allpage .djtabs.default-theme .djtabs-readmore a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 20px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #7bcf1f;
  background: #7bcf1f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 12px;
  padding: 13px 50px;
  height: auto;
  color: #ffffff;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}
#jm-allpage .djtabs.default-theme .djtabs-readmore a .icon-search.icon-white {
  color: inherit;
}
#jm-allpage .djtabs.default-theme .djtabs-readmore a:hover,
#jm-allpage .djtabs.default-theme .djtabs-readmore a:focus,
#jm-allpage .djtabs.default-theme .djtabs-readmore a:active {
  text-decoration: none;
  -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: #7bcf1f;
  background: transparent;
}
#jm-allpage .djtabs.default-theme .tabsBlock {
  width: 100%;
  margin: 0;
}
#jm-allpage .djtabs.default-theme .djtabs-article-img.dj-img-left {
  margin-right: 25px;
}
#jm-allpage .djtabs.default-theme .djtabs-article-img.dj-img-right {
  margin-left: 25px;
}
#jm-allpage .djtabs.default-theme .djtabs-article-img {
  margin-bottom: 25px;
}
#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border {
  background: none;
  border: 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-article-group:first-child {
  border-top: none;
}
#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group:first-child .djtabs-panel {
  padding-top: 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: #7bcf1f;
}
#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-panel-active .djtabs-panel-title {
  color: #7bcf1f;
}
#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 {
  width: 100% !important;
}
#jm-allpage #jm-header .djtabs.default-theme .djtabs-title,
#jm-allpage #jm-top1 .djtabs.default-theme .djtabs-title,
#jm-allpage #jm-bottom1 .djtabs.default-theme .djtabs-title,
#jm-allpage .color-ms .djtabs.default-theme .djtabs-title {
  border-color: currentColor;
}
#jm-allpage #jm-header .djtabs.default-theme .djtabs-article-group,
#jm-allpage #jm-top1 .djtabs.default-theme .djtabs-article-group,
#jm-allpage #jm-bottom1 .djtabs.default-theme .djtabs-article-group,
#jm-allpage .color-ms .djtabs.default-theme .djtabs-article-group {
  border-color: currentColor;
}
#jm-allpage #jm-header .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler:after,
#jm-allpage #jm-top1 .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler:after,
#jm-allpage #jm-bottom1 .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler:after,
#jm-allpage .color-ms .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler:after {
  border-color: currentColor;
}
#jm-allpage #jm-header .djtabs.default-theme .djtabs-article-group.djtabs-article-out .djtabs-panel,
#jm-allpage #jm-top1 .djtabs.default-theme .djtabs-article-group.djtabs-article-out .djtabs-panel,
#jm-allpage #jm-bottom1 .djtabs.default-theme .djtabs-article-group.djtabs-article-out .djtabs-panel,
#jm-allpage .color-ms .djtabs.default-theme .djtabs-article-group.djtabs-article-out .djtabs-panel {
  border-color: currentColor;
}
