.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}
.cf:after {
  clear: both;
}
#jm-allpage {
  position: relative;
  background: #ffffff;
}
#jm-top-bar {
  background: #242330;
  color: #ffffff;
  font-size: 12px;
  line-height: 35px;
  font-weight: 400;
  width: 100%;
  z-index: 1000;
  padding-top: 10px;
  padding-bottom: 10px;
}
#jm-top-bar p {
  margin: 0;
}
#jm-top-bar1 .jm-module-raw {
  float: left;
  margin-right: 10px;
}
#jm-top-bar2 .jm-module-raw {
  float: right;
  margin-left: 10px;
}
#jm-header {
  position: relative;
  background: #242330;
  color: #fefdfd;
  padding: 20px 0;
}
#jm-header .jm-module .jm-title,
#jm-header .moduletable > h3 {
  color: #ffffff;
}
#jm-header:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  z-index: 1;
  opacity: 0.7;
}
#jm-header-content {
  position: relative;
  z-index: 3;
  padding-top: 90px;
  padding-bottom: 90px;
}
#jm-header-bg {
  position: relative;
  z-index: 2;
}
.header-content #jm-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#jm-logo-nav {
  position: relative;
  z-index: 100;
  color: #ffffff;
}
.header-bg-only #jm-header {
  padding: 0;
}
.header-bg-only #jm-logo-nav {
  background: #242330;
}
.sticky-bar #jm-logo-nav {
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.sticky-bar #jm-logo-nav.scrolled {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(36, 35, 48, 0.8);
  z-index: 9999;
}
#jm-logo-sitedesc {
  padding: 12px 0 10px;
}
#jm-logo-sitedesc #jm-logo {
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0;
}
#jm-logo-sitedesc #jm-logo a {
  display: block;
}
#jm-logo-sitedesc #jm-logo a img {
  vertical-align: top;
  border: none;
}
#jm-logo-sitedesc #jm-logo span {
  font-size: 2em;
  font-weight: bold;
}
#jm-logo-sitedesc #jm-sitedesc {
  vertical-align: middle;
}
#jm-top-menu-nav {
  padding: 15px 0;
}
#jm-top-menu-nav .jm-module-raw {
  float: right;
}
#jm-top1 {
  padding: 90px 0 60px;
}
#jm-top2 {
  background: #f5f5f5;
  color: #444444;
  padding: 90px 0 60px;
  position: relative;
}
#jm-top2 .jm-module .jm-title,
#jm-top2 .moduletable > h3 {
  color: #444444;
}
#jm-top2 .container-fluid {
  position: relative;
  z-index: 2;
}
#jm-top2:before {
  content: '';
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top left;
  pointer-events: none;
}
#jm-top2:after {
  left: auto;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: bottom right;
  pointer-events: none;
}
#jm-main {
  padding: 90px 0 60px;
}
#jm-maincontent {
  display: block;
}
#jm-bottom1 {
  background: #e7e7e7;
  color: #444444;
  padding: 90px 0 60px;
}
#jm-bottom1 .jm-module .jm-title,
#jm-bottom1 .moduletable > h3 {
  color: #444444;
}
#jm-bottom2 {
  padding: 90px 0 60px;
}
#jm-map iframe {
  display: block;
}
#jm-footer-mod {
  color: #444444;
  background: #ffffff;
  padding: 30px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
#jm-footer-mod .jm-module .jm-title,
#jm-footer-mod .moduletable > h3 {
  color: #444444;
}
#jm-footer {
  padding: 30px 0;
}
#jm-maincontent + #jm-content-bottom {
  padding-top: 30px;
}
#jm-header + #jm-system-message + #jm-main {
  padding-top: 30px;
}
#jm-top1 + #jm-system-message + #jm-main {
  padding-top: 0;
}
#jm-back-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  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: 50px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 50px;
  background: url("../images/backtotop.png") no-repeat center center rgba(0, 0, 0, 0.2);
}
#jm-back-top span:hover {
  background: url("../images/backtotop.png") no-repeat center center rgba(0, 0, 0, 0.3);
}
.texttoggler {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 1px;
  display: inline-block;
  text-decoration: none !important;
}
.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.5;
}
.largeview #jm-maincontent {
  font-size: 1.1em;
  line-height: 1.5;
}
@media (max-width: 1170px + 30px) {
  html.no-scroll {
    position: static !important;
    overflow-y: auto !important;
  }
}
.responsive-disabled {
  min-width: 1200px;
}
.responsive-disabled #jm-allpage {
  min-width: 1200px;
}
.span0 {
  float: none !important;
}
.span50 {
  float: left !important;
  width: 50% !important;
}
.jm-title {
  font-size: 16px;
}
.jm-module {
  margin-bottom: 30px;
}
.jm-module .jm-title {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  margin: 0 0 28px;
  font-weight: 900;
  text-transform: uppercase;
  color: #333333;
}
.moduletable {
  margin-bottom: 30px;
}
.moduletable > h3 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  margin: 0 0 30px;
  font-weight: 900;
  text-transform: uppercase;
  color: #333333;
}
.jm-module.side-border-ms .jm-title,
.jm-module.center-border-ms .jm-title {
  position: relative;
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 45px;
}
.jm-module.side-border-ms .jm-title:before,
.jm-module.center-border-ms .jm-title:before {
  content: '';
  position: absolute;
  width: 150px;
  max-width: 100%;
  height: 2px;
  bottom: -20px;
  background: #cccc99;
}
.jm-module.side-border-ms .jm-title:after,
.jm-module.center-border-ms .jm-title:after {
  content: '';
  position: absolute;
  width: 150px;
  max-width: 100%;
  height: 2px;
  bottom: -30px;
  background: #cccc99;
}
.jm-module.side-border-ms .jm-title:before {
  left: 0;
  right: auto;
}
.jm-module.side-border-ms .jm-title:after {
  left: 0;
  right: auto;
}
.jm-module.center-border-ms .jm-title {
  text-align: center;
}
.jm-module.center-border-ms .jm-title:before {
  margin-left: -75px;
  left: 50%;
  right: auto;
}
.jm-module.center-border-ms .jm-title:after {
  margin-left: -75px;
  left: 50%;
  right: auto;
}
#jm-header .jm-module.side-border-ms .jm-title,
#jm-header .jm-module.center-border-ms .jm-title {
  margin: 0 0 85px;
  font-size: 80px;
  font-weight: 300;
  text-transform: uppercase;
}
#jm-header .jm-module.side-border-ms .jm-title span:nth-child(even),
#jm-header .jm-module.center-border-ms .jm-title span:nth-child(even) {
  font-weight: 700;
}
#jm-header .jm-module.side-border-ms .jm-title:before,
#jm-header .jm-module.center-border-ms .jm-title:before {
  bottom: -40px;
}
#jm-header .jm-module.side-border-ms .jm-title:after,
#jm-header .jm-module.center-border-ms .jm-title:after {
  bottom: -50px;
}
#jm-header .jm-module {
  margin: 0;
}
#jm-header .jm-module + .jm-module {
  margin-top: 30px;
}
#jm-header .jm-module[class*='_mod'] {
  position: relative;
}
#jm-header .jm-module[class*='_mod'] .jm-module-in {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 90px;
}
.jm-module.color-ms {
  background: #f3f3f3;
  color: #444444;
  padding: 30px;
}
.jm-module.color-ms .jm-title {
  color: #444444;
  margin: 0 0 20px;
}
.moduletable.color-ms {
  background: #f3f3f3;
  color: #444444;
  padding: 30px;
}
.jm-module.margin-ms {
  margin: 0;
}
.center-ms {
  text-align: center;
}
.jm-module iframe {
  max-width: 100%;
  box-sizing: border-box;
}
#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: 400;
  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-top-bar #login-form {
  margin: 0;
}
#jm-top-bar #login-form .control-group {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin: 0;
}
#jm-top-bar #login-form #form-login-remember,
#jm-top-bar #login-form ul,
#jm-top-bar #login-form .input-prepend .add-on {
  display: none;
}
#jm-top-bar #login-form #form-login-username,
#jm-top-bar #login-form #form-login-password {
  margin: -10px 0;
}
#jm-top-bar #login-form input#modlgn-username,
#jm-top-bar #login-form input#modlgn-passwd {
  width: 135px;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  margin: 10px 5px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #504e6b;
  color: #ffffff;
  border-radius: 0;
}
#jm-top-bar #login-form input#modlgn-username::-moz-placeholder,
#jm-top-bar #login-form input#modlgn-passwd::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#jm-top-bar #login-form input#modlgn-username:-ms-input-placeholder,
#jm-top-bar #login-form input#modlgn-passwd:-ms-input-placeholder {
  color: #ffffff;
}
#jm-top-bar #login-form input#modlgn-username::-webkit-input-placeholder,
#jm-top-bar #login-form input#modlgn-passwd::-webkit-input-placeholder {
  color: #ffffff;
}
#jm-top-bar #login-form input#modlgn-username:focus,
#jm-top-bar #login-form input#modlgn-passwd:focus {
  box-shadow: none;
  border-color: #cccc99;
}
#jm-top-bar #login-form #form-login-submit .btn {
  background: none;
  font-size: 0;
  padding: 0;
  line-height: 35px;
  height: 35px;
  width: 35px;
  position: relative;
}
#jm-top-bar #login-form #form-login-submit .btn:before {
  content: '\e161';
  font-size: 12px;
  color: #cccc99;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#jm-top-bar #login-form #form-login-submit .btn:hover:before {
  color: #ffffff;
}
#jm-top-bar #login-form .login-greeting,
#jm-top-bar #login-form .logout-button {
  float: left;
}
#jm-top-bar #login-form .login-greeting {
  font-size: 12px;
  margin-right: 10px;
}
#jm-top-bar #login-form .logout-button .btn {
  padding: 0 10px;
  line-height: 35px;
  height: 35px;
  font-size: 12px;
}
.jm-category-module li {
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
}
.jm-category-module li .item-in {
  display: inline-block;
  width: 100%;
}
.jm-category-module li .mod-article-image {
  float: left;
  padding-right: 20px;
  vertical-align: top;
}
.jm-category-module li .mod-article-image img {
  max-width: 90px;
}
.jm-category-module li:first-child {
  margin: 0;
  padding: 0;
  border-top: none;
}
.jm-category-module li .description a {
  margin-top: -3px;
  line-height: 1.1;
  display: block;
  color: #333333;
}
.jm-category-module li .description a:hover {
  color: #cccc99;
  text-decoration: none;
}
.jm-category-module li .description span {
  display: block;
  text-transform: uppercase;
  color: #3d3d3d;
  font-size: 0.75em;
}
.jm-category-module li .description p {
  font-size: 0.80em;
  margin: 15px 0 0;
}
.jm-subtitle {
  text-transform: uppercase;
  margin-bottom: 45px;
  opacity: 0.7;
}
.center-border-ms .jm-subtitle {
  text-align: center;
}
.jm-article-table .row-border {
  padding: 7px 0;
  overflow: hidden;
  border-top: 1px solid #e3e3e3;
}
.jm-article-table .row-border:first-child {
  border-top: none;
}
.jm-pricing {
  margin-top: -30px;
}
.jm-pricing .box {
  margin-top: 30px;
}
.jm-pricing .box > .row-fluid {
  margin-top: -30px;
}
.jm-pricing .box > .row-fluid > [class*='span'] {
  margin-top: 30px;
}
.jm-pricing .price {
  color: #cccc99;
  font-size: inherit;
  font-weight: bold;
}
.jm-pricing .title {
  color: inherit;
  text-transform: uppercase;
  font-weight: bold;
}
.jm-pricing .subtitle {
  opacity: 0.6;
  font-size: 0.8125em;
}
#jm-allpage .djtabs.default-theme .djtabs-body .jm-pricing {
  margin: 0;
}
#jm-allpage .jmm-social.default {
  text-align: left;
}
#jm-allpage .jmm-social.default .jmm-link .jmm-ico {
  border-radius: 50%;
}
#jm-allpage .jmm-img-carousel {
  display: none;
}
#jm-allpage .jmm-img-carousel .flipster__item__content a {
  color: inherit;
  text-decoration: none;
}
#jm-allpage .jmm-img-carousel .flipster__item__content a .jmm-title:hover {
  color: #cccc99;
}
#jm-allpage .jmm-img-carousel .jmm-title {
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0;
}
#jm-allpage .jmm-img-carousel .flipster__nav {
  margin: 0;
}
#jm-allpage .jmm-img-carousel .flipster__nav__item {
  vertical-align: top;
}
#jm-allpage .jmm-img-carousel .flipster__nav__link {
  color: inherit;
  border-radius: 3px;
  text-decoration: none;
  padding: 7px 11px;
  line-height: 1;
  border: 2px solid transparent;
}
#jm-allpage .jmm-img-carousel .flipster__nav__link:after {
  display: none;
}
#jm-allpage .jmm-img-carousel .flipster__nav__link:hover {
  background: #f0f0f0;
}
#jm-allpage .jmm-img-carousel .flipster__nav__item--current .flipster__nav__link {
  border-color: #cccc99;
  background: none;
}
.jmm-testimonials.override {
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
  position: relative;
}
.jmm-testimonials.override .jmm-testimonials-in {
  box-sizing: border-box;
  box-shadow: 5px 9px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #ffffff;
  color: #333333;
  position: relative;
}
.jmm-testimonials.override.indicators {
  padding-bottom: 30px;
}
.jmm-testimonials.override.indicators:after {
  bottom: 18px;
}
.jmm-testimonials.override .jmm-text {
  padding: 60px;
  font-size: 1.143em;
  line-height: 1.7;
}
.jmm-testimonials.override .jmm-image {
  margin-bottom: 30px;
}
.jmm-testimonials.override .jmm-comment {
  letter-spacing: 0.02em;
}
.jmm-testimonials.override .jmm-author {
  margin-top: 30px;
  color: #333333;
}
.jmm-testimonials.override .jmm-author:before {
  content: ' ~ ';
}
.jmm-testimonials.override .jmm-profession {
  font-size: 0.8em;
}
.jmm-testimonials.override .carousel-indicators {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  margin-top: 30px;
}
.jmm-testimonials.override .carousel-indicators li {
  width: 10px;
  height: 10px;
  cursor: pointer;
  background-color: #cccc99;
  border: 2px solid transparent;
  box-sizing: border-box;
  margin: 0 4px;
  border-radius: 50%;
}
.jmm-testimonials.override .carousel-indicators li:hover {
  background-color: #c3c388;
}
.jmm-testimonials.override .carousel-indicators li.active {
  background-color: transparent;
  border-color: #cccc99;
}
#jm-allpage .dj-simple-contact-form.style-1 .dj-simple-contact-form-introtext {
  margin-bottom: 30px;
}
#jm-allpage .dj-simple-contact-form.style-1 textarea,
#jm-allpage .dj-simple-contact-form.style-1 input[type="text"],
#jm-allpage .dj-simple-contact-form.style-1 input[type="email"],
#jm-allpage .dj-simple-contact-form.style-1 .inputbox {
  margin-bottom: 30px;
  background: #ffffff;
}
#jm-allpage .dj-simple-contact-form.style-1 textarea::-moz-placeholder,
#jm-allpage .dj-simple-contact-form.style-1 input[type="text"]::-moz-placeholder,
#jm-allpage .dj-simple-contact-form.style-1 input[type="email"]::-moz-placeholder,
#jm-allpage .dj-simple-contact-form.style-1 .inputbox::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
#jm-allpage .dj-simple-contact-form.style-1 textarea:-ms-input-placeholder,
#jm-allpage .dj-simple-contact-form.style-1 input[type="text"]:-ms-input-placeholder,
#jm-allpage .dj-simple-contact-form.style-1 input[type="email"]:-ms-input-placeholder,
#jm-allpage .dj-simple-contact-form.style-1 .inputbox:-ms-input-placeholder {
  color: #333333;
}
#jm-allpage .dj-simple-contact-form.style-1 textarea::-webkit-input-placeholder,
#jm-allpage .dj-simple-contact-form.style-1 input[type="text"]::-webkit-input-placeholder,
#jm-allpage .dj-simple-contact-form.style-1 input[type="email"]::-webkit-input-placeholder,
#jm-allpage .dj-simple-contact-form.style-1 .inputbox::-webkit-input-placeholder {
  color: #333333;
}
#jm-allpage .dj-simple-contact-form.style-1 input[type="text"],
#jm-allpage .dj-simple-contact-form.style-1 input[type="email"],
#jm-allpage .dj-simple-contact-form.style-1 .inputbox {
  height: 52px;
  line-height: 18px;
}
#jm-allpage .dj-simple-contact-form.style-1 textarea {
  min-height: 245px;
}
#jm-allpage .dj-simple-contact-form.style-1 label {
  font-size: 13px;
  margin-bottom: 15px;
}
#jm-allpage .dj-simple-contact-form.style-1 .dj-simple-contact-form.button.validate {
  padding: 20px 87px;
}
#jm-allpage .dj-simple-contact-form.style-1 .dj-simple-contact-form {
  overflow: auto;
}
#jm-allpage .dj-simple-contact-form.style-1 .dj-simple-contact-form-row.name,
#jm-allpage .dj-simple-contact-form.style-1 .dj-simple-contact-form-row.email {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 15px;
}
#jm-allpage .dj-simple-contact-form.style-1 .dj-simple-contact-form-row.name + .dj-simple-contact-form-row.email {
  padding-right: 0;
  padding-left: 15px;
}
@media (max-width: 480px) {
  #jm-allpage .dj-simple-contact-form.style-1 .dj-simple-contact-form-row.name,
  #jm-allpage .dj-simple-contact-form.style-1 .dj-simple-contact-form-row.email {
    width: 100%;
    padding: 0;
  }
  #jm-allpage .dj-simple-contact-form.style-1 .dj-simple-contact-form-row.name + .dj-simple-contact-form-row.email {
    padding: 0;
  }
}
#jm-allpage .djreviews input[type="radio"],
#jm-allpage .djreviews .djrv_rating_fields .control-group {
  margin: 0;
}
.djrv_rating .djrv_stars,
.djrv_rating .djrv_avg {
  display: inline-block;
  vertical-align: middle;
}
.djrv_rating_full,
.djrv_reviews_list {
  margin: 30px 0 0;
}
.djrv_item_rating .span9 {
  text-align: right;
}
.article-info + .djrv_rating_avg {
  margin: 0 0 20px;
}
.djrv_rating_full h3,
.djrv_reviews_list h3 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  margin: 0 0 28px;
  font-weight: 900;
  text-transform: uppercase;
  color: #333333;
}
#jm-allpage .djreviews .djrv_rating .djrv_star {
  background: url('../images/stars.png') repeat-x 0 0;
}
#jm-allpage .djreviews .djrv_rating .djrv_star.active {
  background: url('../images/stars.png') repeat-x 0 -24px;
}
#jm-allpage .djreviews .djrv_rating.xsmall .djrv_star.active {
  background: url('../images/stars.png') repeat-x 0 -12px;
}
#jm-allpage .djreviews .djrv_rating.small .djrv_star.active {
  background: url('../images/stars.png') repeat-x 0 -16px;
}
#jm-allpage .djreviews .djrv_rating.medium .djrv_star.active {
  background: url('../images/stars.png') repeat-x 0 -20px;
}
#jm-allpage .djreviews form.djrv_review_form .djrv_rating_fields .djrv_field_rating {
  background: url('../images/stars.png') repeat-x 0 0;
}
#jm-allpage .djreviews form.djrv_review_form .djrv_rating_fields .djrv_field_rating input:checked + label,
#jm-allpage .djreviews form.djrv_review_form .djrv_rating_fields .djrv_field_rating:hover input:checked:hover + label {
  background: url('../images/stars.png') repeat-x 0 -24px;
}
#jm-allpage .djreviews form.djrv_review_form .djrv_rating_fields .djrv_field_rating:hover input:hover + label {
  background: url('../images/stars.png') repeat-x 0 -48px;
}
.djrv_modal-header .djrv_close_form_button {
  font-size: 12px;
  padding: 5px 10px;
}
.nav li {
  list-style: none;
}
.nav li:before {
  display: none;
}
.nav.menu {
  margin: 0;
}
.nav.menu ul ul {
  margin: 0 0 0 20px;
}
.nav.menu li {
  border-top: 1px solid #e3e3e3;
  margin: 0;
}
.nav.menu li:first-child {
  border-top: none;
}
.nav.menu li:before {
  display: none;
}
.nav.menu li a,
.nav.menu li span.separator {
  display: block;
  color: inherit;
  line-height: 20px;
  padding: 10px 0;
  text-decoration: none;
}
.nav.menu li a img,
.nav.menu li span.separator img {
  margin-right: 10px;
}
.nav.menu li ul li {
  border: none;
}
.nav.menu li ul li a,
.nav.menu li ul li span.separator {
  padding: 10px 10px 10px 20px;
  position: relative;
}
.nav.menu li ul li a:before,
.nav.menu li ul li span.separator:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
}
.nav.menu li ul li > a:hover,
.nav.menu li ul li > a:focus,
.nav.menu li ul li.active > a,
.nav.menu li ul li.current > a {
  color: #cccc99;
}
.nav.menu > li:first-child a {
  padding-top: 0;
}
.nav.menu > li:last-child a {
  padding-bottom: 0;
}
.nav.menu > li > a:hover,
.nav.menu > li > a:focus,
.nav.menu > li.active > a,
.nav.menu > li.current > a {
  color: #cccc99;
}
#jm-top-bar .nav.menu li {
  border-color: #e3e3e3;
}
#jm-header .nav.menu li {
  border-color: #fefdfd;
}
#jm-top2 .nav.menu li {
  border-color: #e3e3e3;
}
#jm-bottom1 .nav.menu li {
  border-color: #e3e3e3;
}
#jm-footer-mod .nav.menu li {
  border-color: #e3e3e3;
}
#jm-offcanvas .nav.menu li {
  border-color: #292929;
}
.color-ms .nav.menu li {
  border-color: #e3e3e3;
}
h1.componentheading,
.tag-category > h1,
.page-header > h1,
.content-category > h1,
.categories-list > h1,
.blog > h1,
.blog-featured > h1,
.contact-category > h1,
.contact > h1,
.newsfeed-category > h1,
h1.page-title,
.finder > h1,
.weblink-category > h1,
.edit > h1 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #333333;
  line-height: 1.1;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.blog > h2,
h2.item-title,
.tag-category > h2,
.page-header > h2,
.content-category > h2,
.cat-children > h3,
.contact-category > h2,
.weblink-category > h2,
.newsfeed > h2,
.newsfeed-category > h2,
.weblink-category > h2,
.contact > h3,
.feed > h2 {
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #333333;
  line-height: 1.1;
  margin: 0 0 15px;
  display: block;
  text-transform: none;
}
.blog > h2 a,
h2.item-title a,
.tag-category > h2 a,
.page-header > h2 a,
.content-category > h2 a,
.cat-children > h3 a,
.contact-category > h2 a,
.weblink-category > h2 a,
.newsfeed > h2 a,
.newsfeed-category > h2 a,
.weblink-category > h2 a,
.contact > h3 a,
.feed > h2 a {
  color: #333333;
}
.blog > h2 a:hover,
h2.item-title a:hover,
.tag-category > h2 a:hover,
.page-header > h2 a:hover,
.content-category > h2 a:hover,
.cat-children > h3 a:hover,
.contact-category > h2 a:hover,
.weblink-category > h2 a:hover,
.newsfeed > h2 a:hover,
.newsfeed-category > h2 a:hover,
.weblink-category > h2 a:hover,
.contact > h3 a:hover,
.feed > h2 a:hover {
  text-decoration: none;
  color: #cccc99;
}
.item-page .page-header > h2 {
  font-family: Lato, sans-serif;
  font-size: 22px;
}
h3.page-header {
  font-size: 1em;
  line-height: 1.7;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: none;
  color: #333333;
}
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;
}
h3.page-header a:hover {
  text-decoration: none;
}
.archive form .filters {
  margin-bottom: 30px;
}
.archive form #archive-items > div {
  margin-bottom: 30px;
}
.archive form .pagination .counter {
  float: right;
}
.archive form .page-header .createdby {
  font-size: 0.9em;
  color: #444444;
}
.blog .category-desc,
.blog-featured .category-desc {
  margin-bottom: 30px;
}
.blog .items-leading div[class*="leading-"],
.blog-featured .items-leading div[class*="leading-"] {
  margin-top: 30px;
}
.blog .items-leading div[class*="leading-"]:first-child,
.blog-featured .items-leading div[class*="leading-"]:first-child {
  margin-top: 0;
}
.blog .items-row,
.blog-featured .items-row {
  margin-top: 30px;
}
.blog .items-row:first-child,
.blog-featured .items-row:first-child {
  margin-top: 0;
}
.blog .items-more,
.blog-featured .items-more {
  margin-bottom: 30px;
}
.item-image {
  margin-bottom: 30px;
  max-width: 100%;
}
figure.pull-left,
figure.pull-right,
figure.pull-center {
  max-width: 100%;
  margin: 0 0 10px;
}
.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 {
  display: inline-block;
  margin: 25px 0 0;
  text-align: center;
  line-height: 20px;
  padding: 16px 95px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  border: 2px solid #333333;
  text-decoration: none;
  border-radius: 3px;
  color: #333333;
}
.readmore:hover {
  text-decoration: none;
  color: #cccc99;
  border-color: #cccc99;
}
p.readmore {
  display: block;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  border-radius: 0;
  text-align: right;
}
p.readmore a.btn {
  display: inline-block;
  margin: 25px 0 0 !important;
  text-align: center;
  line-height: 20px !important;
  padding: 16px 95px !important;
  text-transform: uppercase;
  font-size: 13px !important;
  font-weight: 700;
  position: relative;
  border: 2px solid #333333 !important;
  text-decoration: none;
  border-radius: 3px !important;
  color: #333333 !important;
  background: none;
}
p.readmore a.btn:hover {
  text-decoration: none;
  color: #cccc99 !important;
  border-color: #cccc99 !important;
}
p.readmore a.btn .icon-chevron-right {
  display: none;
}
#jm-top-bar .readmore {
  color: #ffffff;
  border-color: #ffffff;
}
#jm-top-bar .readmore:hover {
  color: #cccc99;
  border-color: #cccc99;
}
#jm-header-wrapper .readmore {
  color: #fefdfd;
  border-color: #fefdfd;
}
#jm-header-wrapper .readmore:hover {
  color: #cccc99;
  border-color: #cccc99;
}
#jm-logo-nav .readmore {
  color: #ffffff;
  border-color: #ffffff;
}
#jm-logo-nav .readmore:hover {
  color: #cccc99;
  border-color: #cccc99;
}
#jm-top2 .readmore {
  color: #444444;
  border-color: #444444;
}
#jm-top2 .readmore:hover {
  color: #cccc99;
  border-color: #cccc99;
}
#jm-footer-mod .readmore {
  color: #444444;
  border-color: #444444;
}
#jm-footer-mod .readmore:hover {
  color: #cccc99;
  border-color: #cccc99;
}
#jm-offcanvas .readmore {
  color: #ffffff;
  border-color: #ffffff;
}
#jm-offcanvas .readmore:hover {
  color: #cccc99;
  border-color: #cccc99;
}
.color-ms .readmore {
  color: #444444 !important;
  border-color: #444444 !important;
}
.color-ms .readmore:hover {
  color: #cccc99;
  border-color: #cccc99;
}
.category-list .category-desc {
  margin-bottom: 30px;
}
.category-list .cat-children {
  margin-top: 30px;
}
.categories-list .collapse {
  padding: 0 0 0 30px;
}
.categories-list .category-desc {
  margin-bottom: 30px;
}
.article-info {
  font-size: 12px;
  line-height: 1.5;
  color: #4d4d4d;
  margin: 0 0 20px;
}
.article-info ~ .article-info {
  margin: 0;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin: 0 6px 0 0;
  line-height: 1.5;
  text-transform: uppercase;
  padding-right: 10px;
  border-right: 1px solid #e3e3e3;
}
.article-info dd:last-child {
  border: none;
  margin: 0;
  padding-right: 0;
}
.article-info [class^="icon-"],
.article-info [class*=" icon-"] {
  display: none;
}
.content_rating {
  margin-bottom: 20px;
}
.content_vote label {
  margin-right: 5px;
}
.icons .pull-right {
  margin-bottom: 20px;
}
.tags {
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
}
.tags > span {
  float: left;
  margin-right: 5px;
}
.tags > span .label {
  display: block;
}
.tags li a {
  border: 1px solid #cccc99;
  background-color: transparent !important;
  color: #3d3d3d;
  text-shadow: none;
  border: 2px solid #e3e3e3;
  border-radius: 2px;
  padding: 7px 10px;
  text-transform: uppercase;
}
.tags li a:hover {
  color: #3d3d3d;
  border-color: #cccc99;
}
.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;
}
.contact-category ul.list-striped > li {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
}
.contact-category ul.list-striped > li > .pull-right {
  margin-left: 10px;
}
.contact-category ul.list-striped > li .list-title a {
  text-transform: uppercase;
  color: inherit;
}
.contact-category ul.list-striped > li .list-title a:hover {
  text-decoration: none;
  color: #cccc99;
}
.contact-category ul.list-striped > li > span {
  display: block;
}
.contact-category h4.item-title {
  font-size: 1em;
  line-height: 1.7;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-category h4.item-title a {
  color: inherit;
}
.contact-category h4.item-title a:hover {
  text-decoration: none;
  color: #cccc99;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="email"],
.contact .contact-form textarea {
  width: 100%;
  max-width: 400px;
}
.contact .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.contact dl.contact-address {
  margin: 30px 0;
}
.newsfeed-category ul.list-striped > li .list-title a {
  font-weight: 600;
  text-transform: uppercase;
  color: inherit;
}
.newsfeed-category ul.list-striped > li .list-title a:hover {
  text-decoration: none;
  color: #cccc99;
}
.newsfeed-category .cat-children > ul > li {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
  background: none;
}
.newsfeed-category .cat-children > ul > li .item-title {
  display: block;
  margin-bottom: 10px;
}
.newsfeed-category .cat-children > ul > li .item-title a {
  font-weight: 600;
  text-transform: uppercase;
  color: inherit;
}
.newsfeed-category .cat-children > ul > li .item-title a:hover {
  text-decoration: none;
  color: #cccc99;
}
.newsfeed-category .cat-children > ul > li > ul {
  margin-top: 10px;
  border-top: 1px solid #e3e3e3;
}
.newsfeed-category .cat-children > ul > li > ul > li {
  background: none;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
  margin-left: 30px;
}
.newsfeed-category .cat-children > ul > li > ul > li.last {
  border-bottom: none;
}
.newsfeed-category .cat-children .newsfeed-count {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.newsfeed-category .cat-children .newsfeed-count dt,
.newsfeed-category .cat-children .newsfeed-count dd {
  float: left;
}
.newsfeed > ol {
  list-style: none;
  margin: 0;
}
.newsfeed > ol > li > h3 {
  font-size: 1em;
}
.newsfeed > ol > li > h3 a {
  font-weight: 600;
  text-transform: uppercase;
  color: inherit;
}
.newsfeed > ol > li > h3 a:hover {
  text-decoration: none;
  color: #cccc99;
}
.newsfeed .feed-description,
.newsfeed .feed-item-description {
  margin-bottom: 30px;
}
.newsfeed .feed-item-description img[align="right"] {
  margin-left: 30px;
  margin-bottom: 10px;
}
.newsfeed .feed-item-description img[align="left"] {
  margin-right: 30px;
  margin-bottom: 10px;
}
.img-intro-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.img-intro-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
}
.img-intro-none {
  text-align: center;
  margin-bottom: 10px;
}
.search #searchForm {
  display: inline-block;
  width: 100%;
}
.search #searchForm .form-limit {
  float: left;
}
.search #searchForm .counter {
  float: right;
}
.search .phrases-box,
.search fieldset.only {
  padding: 0 0 20px;
}
.search .phrases-box label,
.search fieldset.only label {
  display: inline-block;
  margin-right: 10px;
}
.search fieldset.phrases {
  padding-bottom: 20px;
}
.search-results .result-title {
  margin-top: 10px;
  margin-bottom: 5px;
}
.search-results .result-title a {
  text-transform: uppercase;
  color: inherit;
}
.search-results .result-title a:hover {
  text-decoration: none;
  color: #cccc99;
}
.search-results .result-title:first-child {
  margin-top: 0;
}
.search-results .result-category,
.search-results .result-created {
  font-size: 0.9em;
  color: #444444;
}
.finder ul#finder-filter-select-dates li.filter-date {
  float: none;
  width: auto;
}
.finder #finder-filter-select-list {
  margin-top: 20px;
}
.finder .filter-date-operator {
  margin-bottom: 10px;
}
.finder .filter-date-operator + .input-append {
  margin-bottom: 10px;
}
.finder ul.search-results > li {
  margin-top: 10px;
}
.finder ul.search-results > li:first-child {
  margin-top: 0;
}
.finder ul.search-results > li > h4 {
  font-size: 1em;
}
.finder ul.search-results > li > h4 a {
  text-transform: uppercase;
  color: inherit;
}
.finder ul.search-results > li > h4 a:hover {
  text-decoration: none;
  color: #cccc99;
}
.finder ul.search-results > li .result-url {
  font-size: 0.9em;
  color: #444444;
}
.finder .search-pagination {
  margin-top: 30px !important;
}
.finder .search-pagination .pagination {
  display: inline-block;
}
.finder .search-pagination .search-pages-counter {
  float: right;
}
.tag-category > form > .thumbnails > li {
  float: none;
  margin: 0 0 30px;
}
.tag-category > form > .thumbnails > li > h3 {
  font-size: 1em;
}
.tag-category > form > .thumbnails > li > h3 a {
  text-transform: uppercase;
  color: inherit;
}
.tag-category > form > .thumbnails > li > h3 a:hover {
  text-decoration: none;
  color: #cccc99;
}
.tag-category > form .tag-body {
  display: block;
  margin-top: 30px;
}
.tag-category ul.list-striped > li {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
}
.tag-category ul.list-striped > li > h3 {
  font-size: 1em;
}
.tag-category ul.list-striped > li > h3 a {
  text-transform: uppercase;
  color: inherit;
}
.tag-category ul.list-striped > li > h3 a:hover {
  text-decoration: none;
  color: #cccc99;
}
.weblink-category ul.list-striped > li {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
}
.weblink-category ul.list-striped > li .list-title {
  margin-bottom: 10px;
}
.weblink-category ul.list-striped > li .list-title a {
  text-transform: uppercase;
  color: inherit;
}
.weblink-category ul.list-striped > li .list-title a:hover {
  text-decoration: none;
  color: #cccc99;
}
.weblink-category .cat-children > ul > li {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
  background: none;
}
.weblink-category .cat-children > ul > li .item-title {
  display: block;
  margin-bottom: 10px;
}
.weblink-category .cat-children > ul > li .item-title a {
  text-transform: uppercase;
  color: inherit;
}
.weblink-category .cat-children > ul > li .item-title a:hover {
  text-decoration: none;
  color: #cccc99;
}
.weblink-category .cat-children > ul > li > ul {
  margin-top: 10px;
  border-top: 1px solid #e3e3e3;
}
.weblink-category .cat-children > ul > li > ul > li {
  background: none;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
  margin-left: 30px;
}
.weblink-category .cat-children > ul > li > ul > li.last {
  border-bottom: none;
}
.weblink-category .cat-children .weblink-count {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.weblink-category .cat-children .weblink-count dt,
.weblink-category .cat-children .weblink-count dd {
  float: left;
}
strong.red,
span.star {
  color: #ff0000;
}
.profile .btn-toolbar + fieldset {
  clear: both;
}
.element-invisible {
  display: none !important;
}
.chzn-container li {
  background: none;
}
.chzn-container .chzn-single {
  background: #f5f5f5;
  border-color: #e3e3e3;
  height: 52px;
  padding: 16px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  border-radius: 0;
  vertical-align: middle;
  box-sizing: border-box;
  box-shadow: none;
}
.chzn-container-active .chzn-single {
  box-shadow: none !important;
  border-color: #cccc99 !important;
}
.chzn-container-single .chzn-single div b {
  background-position: 2px 16px;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -16px 15px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 25px !important;
}
.chzn-container .chzn-drop {
  border-color: #cccc99 !important;
}
.pagination ul ul.pagination-start {
  margin: 5px 5px 0 0;
}
.pagination ul ul.pagination-start a,
.pagination ul ul.pagination-start span {
  padding: 8px 20px 8px 0;
}
.pagination ul ul.pagination-next {
  margin: 5px 0 0 5px;
}
.pagination ul ul.pagination-next a,
.pagination ul ul.pagination-next span {
  padding: 8px 0 8px 20px;
}
.tip-wrap .tip {
  max-width: 300px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 400;
  z-index: 9999;
  opacity: 0.8;
}
.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: #000000;
  opacity: 0.8;
}
.tip-wrap .tip-title {
  font-weight: bold;
}
label.hasTooltip,
label.hasPopover {
  display: inline-block !important;
}
.jmodedit {
  z-index: 9999;
}
.article-index {
  margin-left: 30px;
}
.article-index + .pagenavcounter {
  margin-bottom: 10px;
}
#jm-system-message .alert {
  margin: 30px 0;
}
#jform_captcha .recaptcha_theme_white #recaptcha_response_field,
#jform_captcha .recaptcha_theme_blackglass #recaptcha_response_field,
#jform_captcha .recaptcha_theme_red #recaptcha_response_field {
  height: auto;
  line-height: 1;
  padding: 1px !important;
}
#jform_captcha .recaptcha_theme_clean #recaptcha_response_field {
  border-color: #e3e3e3 !important;
}
#jform_captcha .recaptchatable a,
#jform_captcha .recaptchatable a:hover {
  color: #cccc99;
}
#jform_captcha .recaptcha_theme_blackglass.recaptchatable a,
#jform_captcha .recaptcha_theme_blackglass.recaptchatable a:hover {
  color: #ffffff;
}
ul.mostread li {
  margin: 10px 0;
}
ul.mostread li:first-child {
  margin-top: 0;
}
.newsflash .newsflash-title,
.newsflash-horiz .newsflash-title {
  font-weight: normal;
  font-size: 1em;
  margin: 20px 0 5px;
  clear: both;
}
.newsflash .newsflash-title:first-child,
.newsflash-horiz .newsflash-title:first-child {
  margin: 0 0 5px;
}
.newsflash-horiz {
  margin: 0 -15px;
}
.newsflash-horiz > li {
  float: left;
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
ul.latestnews li {
  margin: 10px 0;
}
ul.latestnews li:first-child {
  margin-top: 0;
}
ul.archive-module > li {
  background: url("../images/li-archive.png") no-repeat left center;
  padding: 0 0 0 20px;
  margin: 10px 0;
}
ul.archive-module > li:first-child {
  margin-top: 0;
}
ul.categories-module > li h1,
ul.categories-module > li h2,
ul.categories-module > li h3,
ul.categories-module > li h4,
ul.categories-module > li h5,
ul.categories-module > li h6 {
  font-size: 1em;
}
ul.category-module > li > a {
  display: block;
  margin-bottom: 5px;
}
ul.category-module > li span {
  font-size: 0.9em;
  color: #444444;
  display: block;
}
ul.category-module > li .mod-articles-category-readmore a {
  display: inline-block;
  margin: 25px 0 0;
  text-align: center;
  line-height: 20px;
  padding: 16px 95px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  border: 2px solid #333333;
  text-decoration: none;
  border-radius: 3px;
  color: #333333;
}
ul.category-module > li .mod-articles-category-readmore a:hover {
  text-decoration: none;
  color: #cccc99;
  border-color: #cccc99;
}
#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;
}
#mod-finder-searchform label.finder {
  padding: 0 10px;
}
#mod-finder-advanced .form-horizontal .control-label {
  float: none;
  width: auto;
}
#mod-finder-advanced .form-horizontal .controls {
  margin: 0;
}
.feed h2 ~ ul.newsfeed {
  margin-top: 10px;
}
.feed ul.newsfeed > li .feed-link {
  font-size: 1em;
}
.feed ul.newsfeed > li .feed-link a {
  display: block;
  margin-bottom: 5px;
}
.weblinks > li {
  margin-top: 10px;
}
.weblinks > li:first-child {
  margin-top: 0;
}
.weblinks > li > a:first-child {
  display: block;
  margin-bottom: 5px;
}
.weblinks > li > br {
  display: none;
}
.search input#mod-search-searchword {
  width: auto;
}
iframe.wrapper {
  max-width: 100%;
}
.tagspopular {
  margin: -5px -5px 0;
}
.tagspopular ul li,
.tagspopular.tagscloud .tag {
  display: inline-block;
  margin: 5px 5px 0;
  background: none;
  padding: 4px 20px;
  font-size: 12px;
  text-transform: uppercase;
  border: 2px solid #e3e3e3;
  border-radius: 3px;
  color: #3d3d3d;
}
.tagspopular ul li:hover,
.tagspopular.tagscloud .tag:hover,
.tagspopular ul li:focus,
.tagspopular.tagscloud .tag:focus {
  border-color: #cccc99;
}
.tagspopular ul li:before,
.tagspopular.tagscloud .tag:before {
  display: none;
}
.tagspopular ul li a,
.tagspopular.tagscloud .tag a {
  color: #3d3d3d;
  text-decoration: none;
}
#jm-offcanvas .tagspopular ul li,
#jm-offcanvas .tagspopular.tagscloud .tag {
  border-color: currentColor;
  color: currentColor;
}
#jm-offcanvas .tagspopular ul li:hover,
#jm-offcanvas .tagspopular.tagscloud .tag:hover,
#jm-offcanvas .tagspopular ul li:focus,
#jm-offcanvas .tagspopular.tagscloud .tag:focus {
  border-color: #cccc99;
}
#jm-offcanvas .tagspopular ul li a,
#jm-offcanvas .tagspopular.tagscloud .tag a {
  color: currentColor;
}
#jm-offcanvas .tagspopular ul li a:hover,
#jm-offcanvas .tagspopular.tagscloud .tag a:hover {
  color: #cccc99;
}
.jm-error-page {
  text-align: center;
}
.jm-error-page > h1 {
  color: #333333;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
}
.jm-error-page > h2 {
  color: #333333;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  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 #e3e3e3;
  padding-bottom: 10px;
  margin: 30px 0;
}
h3.jm-typo-title ~ pre,
h3.jm-typo-title ~ div pre {
  margin-bottom: 30px;
  font-size: 0.75em;
}
.jm-block {
  margin: 10px 0;
  padding: 10px 10px 10px 50px;
  position: relative;
  min-height: 40px;
}
.jm-block span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 26px;
  color: rgba(51, 51, 51, 0.4);
  font-weight: bold;
}
.jm-block:hover {
  background-color: #f2f2f2;
}
.jm-block.second:hover {
  background-color: transparent;
}
p.jm-badge,
span.jm-badge,
p.jm-calendar,
span.jm-calendar,
p.jm-chat,
span.jm-chat,
p.jm-check,
span.jm-check,
p.jm-cloud,
span.jm-cloud,
p.jm-direction,
span.jm-direction,
p.jm-divide,
span.jm-divide,
p.jm-error,
span.jm-error,
p.jm-fire,
span.jm-fire,
p.jm-flag,
span.jm-flag,
p.jm-heart,
span.jm-heart,
p.jm-home,
span.jm-home,
p.jm-info,
span.jm-info,
p.jm-list,
span.jm-list,
p.jm-mail,
span.jm-mail,
p.jm-people,
span.jm-people,
p.jm-star,
span.jm-star,
p.jm-stat,
span.jm-stat {
  display: block;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.jm-badge,
span.jm-badge {
  background-image: url("../images/icons/badge.png");
}
p.jm-calendar,
span.jm-calendar {
  background-image: url("../images/icons/calendar.png");
}
p.jm-chat,
span.jm-chat {
  background-image: url("../images/icons/chat.png");
}
p.jm-check,
span.jm-check {
  background-image: url("../images/icons/check.png");
}
p.jm-cloud,
span.jm-cloud {
  background-image: url("../images/icons/cloud.png");
}
p.jm-direction,
span.jm-direction {
  background-image: url("../images/icons/direction.png");
}
p.jm-divide,
span.jm-divide {
  background-image: url("../images/icons/divide.png");
}
p.jm-error,
span.jm-error {
  background-image: url("../images/icons/error.png");
}
p.jm-fire,
span.jm-fire {
  background-image: url("../images/icons/fire.png");
}
p.jm-flag,
span.jm-flag {
  background-image: url("../images/icons/flag.png");
}
p.jm-heart,
span.jm-heart {
  background-image: url("../images/icons/heart.png");
}
p.jm-home,
span.jm-home {
  background-image: url("../images/icons/home.png");
}
p.jm-info,
span.jm-info {
  background-image: url("../images/icons/info.png");
}
p.jm-list,
span.jm-list {
  background-image: url("../images/icons/list.png");
}
p.jm-mail,
span.jm-mail {
  background-image: url("../images/icons/mail.png");
}
p.jm-people,
span.jm-people {
  background-image: url("../images/icons/people.png");
}
p.jm-star,
span.jm-star {
  background-image: url("../images/icons/star.png");
}
p.jm-stat,
span.jm-stat {
  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-size: 16px;
  font-weight: 900;
  font-family: Lato, sans-serif;
  line-height: 1.1;
  margin: 0 0 25px;
  color: #333333;
  text-transform: uppercase;
}
.dj-mslider,
.dj-tabber,
.nivoSlider,
.dj-slideshow,
.djslider-loader,
.dj-slideshowThumbs {
  margin: 0 auto !important;
}
.category-desc {
  margin: 20px 0;
}
.dj-slide-title {
  font-size: 16px !important;
  color: #000000 !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  text-align: center;
}
.dj-slide-title a {
  color: #000000 !important;
}
.dj-slide-title a:hover {
  color: #cccc99 !important;
  text-decoration: none !important;
}
.dj-slide-title + .dj-slide-description {
  padding-top: 20px;
  position: relative;
  text-align: center;
}
.dj-slide-desc-bg {
  background: #ffffff !important;
  opacity: 0.7 !important;
}
.dj-slide-desc-text {
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-weight: 400;
  padding: 20px !important;
  color: #000000 !important;
  text-align: center !important;
}
.dj-slide-desc-text a {
  color: #000000 !important;
}
.dj-slide-desc-text a:hover {
  text-decoration: underline;
}
.dj-galleryGrid.desc-above .dj-slide-desc-in,
.dj-mslider.desc-above .dj-slide-desc-in,
.dj-slideshow.desc-above .dj-slide-desc-in,
.dj-slideshowThumbs.desc-above .dj-slide-desc-in,
.dj-tabber.desc-above .dj-slide-desc-in {
  margin-bottom: 20px;
}
.dj-galleryGrid.desc-below .dj-slide-desc-in,
.dj-mslider.desc-below .dj-slide-desc-in,
.dj-slideshow.desc-below .dj-slide-desc-in,
.dj-slideshowThumbs.desc-below .dj-slide-desc-in,
.dj-tabber.desc-below .dj-slide-desc-in {
  margin-top: 20px;
}
.dj-galleryGrid.desc-left .dj-slide-desc-in,
.dj-mslider.desc-left .dj-slide-desc-in,
.dj-slideshow.desc-left .dj-slide-desc-in,
.dj-slideshowThumbs.desc-left .dj-slide-desc-in,
.dj-tabber.desc-left .dj-slide-desc-in {
  margin-right: 20px;
}
.dj-galleryGrid.desc-right .dj-slide-desc-in,
.dj-mslider.desc-right .dj-slide-desc-in,
.dj-slideshow.desc-right .dj-slide-desc-in,
.dj-slideshowThumbs.desc-right .dj-slide-desc-in,
.dj-tabber.desc-right .dj-slide-desc-in {
  margin-left: 20px;
}
.dj-slideshow-in,
.dj-slideshowThumbs-in,
.dj-slideshowThumbs .dj-indicators,
.dj-tabber,
.nivoSlider,
.box_skitter,
.dj-tab {
  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;
  box-shadow: none !important;
  -webkit-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: #000000 !important;
}
#jm-allpage .dj-readmore-wrapper {
  padding: 20px 0 0 !important;
  text-align: center !important;
}
#jm-allpage .dj-readmore-wrapper .dj-readmore {
  display: inline-block;
  text-align: center;
  line-height: 20px;
  padding: 16px 95px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  position: relative;
  border: 2px solid #333333;
  text-decoration: none;
  border-radius: 3px;
  color: #333333 !important;
}
#jm-allpage .dj-readmore-wrapper .dj-readmore:hover {
  text-decoration: none;
  color: #cccc99 !important;
  border-color: #cccc99;
}
#djmediatools .dj-categories {
  margin: 0 -10px;
}
#djmediatools .dj-categories a.dj-category,
#djmediatools .dj-categories a.dj-category:hover {
  color: #000000;
  background: none;
  border: none;
  box-shadow: 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;
}
#djmediatools .dj-categories .dj-ctitle-in {
  padding: 20px !important;
  font-size: 16px !important;
  color: #000000 !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: center;
}
#djmediatools .dj-categories .dj-ctitle-in:hover {
  color: #cccc99 !important;
}
.dj-galleryGrid:hover .dj-slide {
  opacity: 1 !important;
}
#jm-allpage .grid-ms .dj-galleryGrid .dj-slide-desc,
#jm-allpage .grid-ms .dj-galleryGrid .dj-slide-desc-in {
  height: 100%;
  pointer-events: none;
}
#jm-allpage .grid-ms .dj-galleryGrid .dj-slide-desc-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  box-sizing: border-box;
}
#jm-allpage .grid-ms .dj-galleryGrid .dj-slide-desc-text a {
  pointer-events: auto;
}
#jm-allpage .grid-ms .dj-galleryGrid .dj-slide-in {
  position: relative;
}
#jm-allpage .grid-ms .dj-galleryGrid .dj-slide-in:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
#jm-allpage .grid-ms .dj-galleryGrid .dj-slide-in:hover:after {
  border-color: #cccc99;
}
.dj-mslider .dj-indicators-in {
  padding: 5px !important;
  height: 30px;
  line-height: 30px;
}
.dj-mslider .dj-load-button {
  height: 10px !important;
  width: 10px !important;
  margin: 0 5px !important;
  border-radius: 100% !important;
  background: #cccc99 !important;
  border: 2px solid #cccc99 !important;
  box-sizing: border-box;
}
.dj-mslider .dj-load-button.dj-load-button-active {
  background: transparent !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: 10px !important;
  width: 10px !important;
  margin: 0 5px !important;
  border-radius: 100% !important;
  background: #cccc99 !important;
  border: 2px solid #cccc99 !important;
  box-sizing: border-box;
}
.djslider-loader .load-button.load-button-active {
  background: transparent !important;
}
.dj-slideshow .dj-indicators {
  margin-top: 20px !important;
}
.dj-slideshow .dj-load-button {
  display: inline-block;
  height: 30px !important;
  width: 30px !important;
  border-radius: 3px !important;
  border: 2px solid transparent !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0 2px !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.dj-slideshow .dj-load-button .dj-key,
.dj-slideshow .dj-load-button .dj-key {
  font-size: 13px !important;
}
.dj-slideshow .dj-load-button-active {
  border-color: #cccc99 !important;
}
.dj-slideshow .dj-load-button:hover {
  background: rgba(230, 230, 230, 0.7) !important;
}
.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;
}
.dj-slideshowThumbs .dj-load-button:hover,
.dj-slideshowThumbs .dj-load-button-active {
  opacity: 1 !important;
}
.dj-slideshowThumbs .dj-indicators {
  background: none !important;
}
.dj-tabber {
  padding: 0 !important;
  border: none !important;
}
.dj-tabber .dj-tab {
  background: #393939 !important;
  margin: 0 !important;
  padding: 0 20px !important;
  border-bottom: 1px solid #444444 !important;
}
.dj-tabber .dj-tab span.dj-tab-in span {
  color: #ffffff !important;
}
.dj-tabber .dj-tab-active {
  background: #cccc99 !important;
}
.dj-tabber .dj-tab-active span.dj-tab-in span {
  color: #ffffff !important;
}
.dj-tabber span.dj-tab-in {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  text-shadow: none !important;
  text-transform: uppercase;
}
.dj-tabber .dj-tab img {
  margin-right: 15px !important;
  border: none !important;
}
.dj-tabber .dj-tabs-right .dj-tab-indicator {
  background: none !important;
}
.dj-tabber .dj-tabs-left .dj-tab-indicator {
  background: none !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;
  color: #000000 !important;
}
.box_skitter .label_skitter p {
  font: inherit !important;
  font-size: 16px !important;
  color: #000000 !important;
  letter-spacing: normal !important;
}
.box_skitter .info_slide {
  opacity: 1 !important;
}
.box_skitter .image_number {
  font-size: 13px !important;
  color: #000000 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  padding: 0 !important;
  border: 2px solid transparent! important;
  background: rgba(255, 255, 255, 0.5) !important;
  margin: 0 2px !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
}
.box_skitter .image_number_select {
  border-color: #cccc99 !important;
}
.box_skitter .image_number:hover {
  background: rgba(230, 230, 230, 0.7) !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;
}
.box_skitter.skitter-square .next_button:hover,
.box_skitter.skitter-square .prev_button:hover {
  opacity: 1 !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 {
  margin: 0 2px !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  width: 30px !important;
  height: 30px !important;
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: 28px !important;
  color: #000000 !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none !important;
  border-radius: 3px !important;
  box-sizing: border-box;
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.5) !important;
}
#jm-allpage .slider-wrapper .nivo-controlNav a.active {
  border-color: #cccc99 !important;
}
#jm-allpage .slider-wrapper .nivo-controlNav a:hover {
  background: rgba(230, 230, 230, 0.7) !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;
}
#jm-allpage .kwicks .kwicks-expanded .dj-slide-desc {
  opacity: 1 !important;
}
#jm-allpage .dj-masonry {
  margin: 0 auto;
}
#jm-allpage .dj-masonry .dj-slide .dj-slide-desc-in {
  opacity: 1;
  background: none;
  color: inherit;
}
#jm-allpage .dj-masonry .dj-slide:hover .dj-slide-desc-in,
#jm-allpage .dj-masonry .dj-slide:focus .dj-slide-desc-in {
  opacity: 1;
  background: none;
}
#jm-allpage .dj-masonry .dj-slide .dj-slide-desc-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.header-ms img {
  opacity: 0.7;
}
.header-ms .dj-slide-title {
  color: #ffffff !important;
  font-size: 80px !important;
  line-height: 1.1 !important;
  font-weight: 300;
}
.header-ms .dj-slide-title a {
  color: #ffffff !important;
}
.header-ms .dj-slide-title a:hover {
  text-decoration: underline !important;
}
.header-ms .dj-slide-title + .dj-slide-description {
  padding-top: 85px;
}
.header-ms .dj-slide-title + .dj-slide-description:before {
  content: '';
  position: absolute;
  width: 150px;
  max-width: 100%;
  height: 2px;
  background: #cccc99;
  margin-left: -75px;
  left: 50%;
  right: auto;
  top: 35px;
}
.header-ms .dj-slide-title + .dj-slide-description:after {
  content: '';
  position: absolute;
  width: 150px;
  max-width: 100%;
  height: 2px;
  background: #cccc99;
  margin-left: -75px;
  left: 50%;
  right: auto;
  top: 45px;
}
.header-ms .dj-slide-desc-bg {
  background: transparent !important;
  opacity: 0 !important;
}
.header-ms .dj-slide-desc-text {
  padding: 0 !important;
  color: #fefdfd !important;
}
.header-ms .dj-slide-desc-text a {
  color: #fefdfd !important;
}
#jm-allpage .header-ms .dj-readmore-wrapper {
  padding: 40px 0 0 !important;
}
#jm-allpage .header-ms .dj-readmore-wrapper .dj-readmore {
  border-color: #fefdfd;
  color: #fefdfd !important;
}
#jm-allpage .header-ms .dj-readmore-wrapper .dj-readmore:hover {
  color: #cccc99 !important;
  border-color: #cccc99;
}
#jm-allpage .header-ms .dj-galleryGrid .dj-readmore-wrapper {
  padding: 25px 0 0 !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 {
  box-sizing: border-box;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.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 {
  border-color: #cccc99;
}
.header-ms.navigation-ms img.prev-button,
.header-ms.navigation-ms img.next-button,
.header-ms.navigation-ms img.play-button,
.header-ms.navigation-ms img.pause-button,
.header-ms.navigation-ms img.dj-prev,
.header-ms.navigation-ms img.dj-next,
.header-ms.navigation-ms img.dj-play,
.header-ms.navigation-ms img.dj-pause {
  border-color: #fefdfd;
}
.header-ms.navigation-ms img.prev-button:hover,
.header-ms.navigation-ms img.next-button:hover,
.header-ms.navigation-ms img.play-button:hover,
.header-ms.navigation-ms img.pause-button:hover,
.header-ms.navigation-ms img.dj-prev:hover,
.header-ms.navigation-ms img.dj-next:hover,
.header-ms.navigation-ms img.dj-play:hover,
.header-ms.navigation-ms img.dj-pause:hover {
  border-color: #cccc99;
}
#jm-allpage .dj-galleryGrid .dj-slide {
  background-image: url('../images/loader.gif');
}
#jm-allpage .dj-slideshow .dj-loader,
#jm-allpage .dj-mslider .dj-loader,
#jm-allpage .dj-slideshowThumbs .dj-loader,
#jm-allpage .dj-tabber .dj-loader {
  background-image: url('../images/loader.gif');
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
#jm-allpage .djslider-loader {
  background-image: url('../images/loader.gif');
  background-position: center center;
}
#jm-allpage .djtabs.default-theme {
  margin: 0;
}
#jm-allpage .djtabs.default-theme .djtabs-in-border {
  border: none;
}
#jm-allpage .djtabs.default-theme .tabs-wrapper {
  text-align: center;
}
#jm-allpage .djtabs.default-theme .djtabs-title-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px;
  max-width: 100%;
}
#jm-allpage .djtabs.default-theme .djtabs-title {
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  width: 100% !important;
  line-height: 30px;
  margin: 0;
  padding: 15px 23px;
  text-decoration: none;
  text-align: center;
  color: #333333;
  background: transparent;
  border: none;
  border-radius: 0;
  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 {
  color: #cccc99;
  background: transparent;
}
#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 5px 0 0;
}
#jm-allpage .djtabs.default-theme .djtab-custom-html {
  float: left;
  display: block;
  margin: 0 5px 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 #e3e3e3;
}
#jm-allpage .djtabs.default-theme .djtabs-article-group:first-child {
  border-top: 1px solid #e3e3e3;
}
#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: 12px 0;
  background: none;
  border: none;
  border-radius: 0;
}
#jm-allpage .djtabs.default-theme .djtabs-panel span {
  line-height: 16px;
}
#jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title {
  font-size: 16px;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: #333333;
  margin: 0;
  padding-right: 30px;
  box-sizing: border-box;
  text-transform: none;
}
#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: #5c5c5c;
  font-weight: 400;
  line-height: 16px;
}
#jm-allpage .djtabs.default-theme .djtabs-panel:hover .djtabs-panel-title,
#jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title:hover {
  color: #cccc99 !important;
}
#jm-allpage .djtabs.default-theme .djtabs-panel-active .djtabs-panel-title {
  color: #cccc99 !important;
}
#jm-allpage .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  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;
  letter-spacing: 0;
  float: none;
}
#jm-allpage .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler:after {
  content: "\2b";
  border: 1px solid #e3e3e3;
  padding: 2px 3px 3px 4px;
}
#jm-allpage .djtabs.default-theme .djtabs-panel-active > span.djtabs-panel-toggler:after {
  content: "\2212";
  border-color: #cccc99;
}
#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 #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
#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: 16px;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel-title {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: #333333 !important;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel .djtabs-panel-title:hover {
  color: #cccc99 !important;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel-active .djtabs-panel-title {
  color: #333333 !important;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel-date {
  line-height: 16px;
}
#jm-allpage .djtabs.default-theme .djtabs-date-in {
  font: inherit;
  font-weight: 400;
  color: #5c5c5c;
  font-size: 13.6px;
  text-transform: uppercase;
}
#jm-allpage .djtabs.default-theme .djtabs-article-content {
  font: inherit;
  color: inherit;
  margin: 0;
}
#jm-allpage .djtabs.default-theme .djtabs-article-content a {
  color: #cccc99;
}
#jm-allpage .djtabs.default-theme .djtabs-article-footer {
  margin: 0;
}
#jm-allpage .djtabs.default-theme .djtabs-article-author,
#jm-allpage .djtabs.default-theme .djtabs-article-category {
  font: inherit;
  color: #5c5c5c;
  font-weight: 400;
  margin: 0 0 0 10px;
  font-size: 13.6px;
}
#jm-allpage .djtabs.default-theme .djtabs-article-author a,
#jm-allpage .djtabs.default-theme .djtabs-article-category a {
  font-weight: 400;
  color: #cccc99;
}
#jm-allpage .djtabs.default-theme .djtabs-readmore {
  margin: 0;
  display: block;
  width: 100%;
  text-align: left;
}
#jm-allpage .djtabs.default-theme .djtabs-readmore a {
  font-style: normal;
  text-transform: uppercase;
}
#jm-allpage .djtabs.default-theme .tabsBlock {
  width: 100%;
  margin: 0;
}
#jm-allpage .djtabs.default-theme .djtabs-article-img {
  margin-top: 8px;
  margin-bottom: 25px;
}
#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 .tabs-hidden + .djtabs-in-border {
  background: none;
  border: none;
  color: inherit;
}
#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group {
  border-top: 1px solid #e3e3e3;
  border-bottom: none;
}
#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-article-group:first-child {
  border: none;
}
#jm-allpage .djtabs.default-theme .tabs-hidden + .djtabs-in-border .djtabs-in {
  padding: 0;
}
#jm-allpage .djtabs.default-theme.accordion .djtabs-title-wrapper {
  width: 100%;
  margin: 0;
}
#jm-allpage .djtabs.default-theme.accordion .djtabs-title-wrapper:first-child .djtabs-title {
  border-top: 1px solid #e3e3e3;
}
#jm-allpage .djtabs.default-theme.accordion .djtabs-title {
  width: 100% !important;
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#jm-allpage .djtabs.default-theme.accordion .djtabs-body-in {
  padding: 0 25px;
}
#jm-top2 .djtabs.default-theme .djtabs-title {
  color: #444444;
}
#jm-top2 .djtabs.default-theme .djtabs-title:hover,
#jm-top2 .djtabs.default-theme .djtabs-active-wrapper .djtabs-title {
  color: #cccc99;
}
#jm-top2 .djtabs.default-theme .djtabs-article-group {
  border-color: #e3e3e3;
}
#jm-top2 .djtabs.default-theme .djtabs-article-group:first-child {
  border-color: #e3e3e3;
}
#jm-top2 .djtabs.default-theme .djtabs-panel .djtabs-panel-title {
  color: #444444;
}
#jm-top2 .djtabs.default-theme .djtabs-panel .djtabs-panel-date {
  color: #666666;
}
#jm-top2 .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler:after {
  border-color: #e3e3e3;
}
#jm-top2 .djtabs.default-theme .djtabs-panel-active > span.djtabs-panel-toggler:after {
  border-color: #cccc99;
}
#jm-top2 .djtabs.default-theme .djtabs-article-group.djtabs-article-out .djtabs-panel {
  border-color: #e3e3e3;
}
#jm-top2 .djtabs.default-theme .type-article .djtabs-panel-title {
  color: #444444 !important;
}
#jm-top2 .djtabs.default-theme .type-article .djtabs-panel-active .djtabs-panel-title {
  color: #444444 !important;
}
#jm-top2 .djtabs.default-theme .djtabs-date-in {
  color: #666666;
}
#jm-top2 .djtabs.default-theme .djtabs-article-author,
#jm-top2 .djtabs.default-theme .djtabs-article-category {
  color: #666666;
}
#jm-top2 .djtabs.default-theme .djtabs-article-author a,
#jm-top2 .djtabs.default-theme .djtabs-article-category a {
  color: #cccc99;
}
#jm-top2 .djtabs.default-theme.accordion .djtabs-title-wrapper:first-child .djtabs-title {
  border-color: #e3e3e3;
}
#jm-top2 .djtabs.default-theme.accordion .djtabs-title {
  border-color: #e3e3e3;
}
#jm-bottom1 .djtabs.default-theme .djtabs-title {
  color: #444444;
}
#jm-bottom1 .djtabs.default-theme .djtabs-title:hover,
#jm-bottom1 .djtabs.default-theme .djtabs-active-wrapper .djtabs-title {
  color: #cccc99;
}
#jm-bottom1 .djtabs.default-theme .djtabs-article-group {
  border-color: #e3e3e3;
}
#jm-bottom1 .djtabs.default-theme .djtabs-article-group:first-child {
  border-color: #e3e3e3;
}
#jm-bottom1 .djtabs.default-theme .djtabs-panel .djtabs-panel-title {
  color: #444444;
}
#jm-bottom1 .djtabs.default-theme .djtabs-panel .djtabs-panel-date {
  color: #666666;
}
#jm-bottom1 .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler:after {
  border-color: #e3e3e3;
}
#jm-bottom1 .djtabs.default-theme .djtabs-panel-active > span.djtabs-panel-toggler:after {
  border-color: #cccc99;
}
#jm-bottom1 .djtabs.default-theme .djtabs-article-group.djtabs-article-out .djtabs-panel {
  border-color: #e3e3e3;
}
#jm-bottom1 .djtabs.default-theme .type-article .djtabs-panel-title {
  color: #444444 !important;
}
#jm-bottom1 .djtabs.default-theme .type-article .djtabs-panel-active .djtabs-panel-title {
  color: #444444 !important;
}
#jm-bottom1 .djtabs.default-theme .djtabs-date-in {
  color: #666666;
}
#jm-bottom1 .djtabs.default-theme .djtabs-article-author,
#jm-bottom1 .djtabs.default-theme .djtabs-article-category {
  color: #666666;
}
#jm-bottom1 .djtabs.default-theme .djtabs-article-author a,
#jm-bottom1 .djtabs.default-theme .djtabs-article-category a {
  color: #cccc99;
}
#jm-bottom1 .djtabs.default-theme.accordion .djtabs-title-wrapper:first-child .djtabs-title {
  border-color: #e3e3e3;
}
#jm-bottom1 .djtabs.default-theme.accordion .djtabs-title {
  border-color: #e3e3e3;
}
#jm-header .djtabs.default-theme .djtabs-title {
  color: #ffffff;
}
#jm-header .djtabs.default-theme .djtabs-title:hover,
#jm-header .djtabs.default-theme .djtabs-active-wrapper .djtabs-title {
  color: #cccc99;
}
#jm-header .djtabs.default-theme .djtabs-article-group {
  border-color: #fefdfd;
}
#jm-header .djtabs.default-theme .djtabs-article-group:first-child {
  border-color: #fefdfd;
}
#jm-header .djtabs.default-theme .djtabs-panel .djtabs-panel-title {
  color: #ffffff;
}
#jm-header .djtabs.default-theme .djtabs-panel .djtabs-panel-date {
  color: #ffffff;
}
#jm-header .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler:after {
  border-color: #fefdfd;
}
#jm-header .djtabs.default-theme .djtabs-panel-active > span.djtabs-panel-toggler:after {
  border-color: #cccc99;
}
#jm-header .djtabs.default-theme .djtabs-article-group.djtabs-article-out .djtabs-panel {
  border-color: #fefdfd;
}
#jm-header .djtabs.default-theme .type-article .djtabs-panel-title {
  color: #ffffff !important;
}
#jm-header .djtabs.default-theme .type-article .djtabs-panel-active .djtabs-panel-title {
  color: #ffffff !important;
}
#jm-header .djtabs.default-theme .djtabs-date-in {
  color: #ffffff;
}
#jm-header .djtabs.default-theme .djtabs-article-author,
#jm-header .djtabs.default-theme .djtabs-article-category {
  color: #ffffff;
}
#jm-header .djtabs.default-theme .djtabs-article-author a,
#jm-header .djtabs.default-theme .djtabs-article-category a {
  color: #cccc99;
}
#jm-header .djtabs.default-theme.accordion .djtabs-title-wrapper:first-child .djtabs-title {
  border-color: #fefdfd;
}
#jm-header .djtabs.default-theme.accordion .djtabs-title {
  border-color: #fefdfd;
}
#jm-footer-mod .djtabs.default-theme .djtabs-title {
  color: #444444;
}
#jm-footer-mod .djtabs.default-theme .djtabs-title:hover,
#jm-footer-mod .djtabs.default-theme .djtabs-active-wrapper .djtabs-title {
  color: #cccc99;
}
#jm-footer-mod .djtabs.default-theme .djtabs-article-group {
  border-color: #e3e3e3;
}
#jm-footer-mod .djtabs.default-theme .djtabs-article-group:first-child {
  border-color: #e3e3e3;
}
#jm-footer-mod .djtabs.default-theme .djtabs-panel .djtabs-panel-title {
  color: #444444;
}
#jm-footer-mod .djtabs.default-theme .djtabs-panel .djtabs-panel-date {
  color: #666666;
}
#jm-footer-mod .djtabs.default-theme .djtabs-panel > span.djtabs-panel-toggler:after {
  border-color: #e3e3e3;
}
#jm-footer-mod .djtabs.default-theme .djtabs-panel-active > span.djtabs-panel-toggler:after {
  border-color: #cccc99;
}
#jm-footer-mod .djtabs.default-theme .djtabs-article-group.djtabs-article-out .djtabs-panel {
  border-color: #e3e3e3;
}
#jm-footer-mod .djtabs.default-theme .type-article .djtabs-panel-title {
  color: #444444 !important;
}
#jm-footer-mod .djtabs.default-theme .type-article .djtabs-panel-active .djtabs-panel-title {
  color: #444444 !important;
}
#jm-footer-mod .djtabs.default-theme .djtabs-date-in {
  color: #666666;
}
#jm-footer-mod .djtabs.default-theme .djtabs-article-author,
#jm-footer-mod .djtabs.default-theme .djtabs-article-category {
  color: #666666;
}
#jm-footer-mod .djtabs.default-theme .djtabs-article-author a,
#jm-footer-mod .djtabs.default-theme .djtabs-article-category a {
  color: #cccc99;
}
#jm-footer-mod .djtabs.default-theme.accordion .djtabs-title-wrapper:first-child .djtabs-title {
  border-color: #e3e3e3;
}
#jm-footer-mod .djtabs.default-theme.accordion .djtabs-title {
  border-color: #e3e3e3;
}
/*# sourceMappingURL=/templates/ilovepelion/css/template.11.map */