.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}
.cf:after {
  clear: both;
}
#jm-allpage {
  position: relative;
  background: #f8f8f8;
}
.sticky-bar #jm-allpage {
  padding-top: 74px;
}
.sticky-bar.header #jm-allpage {
  padding-top: 0;
}
#jm-logo-nav {
  background: #333333;
  color: #ffffff;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.header #jm-logo-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: 0 auto;
  width: 100%;
}
.header.header-img #jm-logo-nav {
  background: transparent;
}
.sticky-bar #jm-logo-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: 0 auto;
  width: 100%;
}
.sticky-bar.header #jm-logo-nav.scrolled {
  background: #333333;
}
.sticky-bar.fixed-bg-ms #jm-logo-nav {
  background: #333333;
}
#jm-logo-sitedesc {
  padding: 24px 0;
  font-family: 'Lato', sans-serif;
  text-align: center;
}
#jm-logo-sitedesc #jm-logo {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
#jm-logo-sitedesc #jm-logo a {
  color: #ffffff;
}
#jm-logo-sitedesc #jm-logo a:hover {
  text-decoration: none;
}
#jm-logo-sitedesc #jm-logo img {
  border: none;
}
#jm-logo-sitedesc #jm-sitedesc {
  padding-top: 10px;
  font-size: 1.2em;
  line-height: 1.1;
}
#jm-header {
  position: relative;
  z-index: 1;
  color: #ffffff;
  background: #12021c;
  font-size: 1.125em;
}
#jm-header-content .jm-module {
  margin: 60px 0;
}
#jm-header-content .jm-module + .jm-module {
  margin-top: 0;
}
.sticky-bar.header-content #jm-header-content {
  padding-top: 74px;
}
#jm-header.headerimgActive:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  pointer-events: none;
  opacity: 0.7;
}
#jm-header.headerimgActive:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: repeat;
  background-image: url('../images/header-gradient.png');
  pointer-events: none;
  opacity: 0.3;
}
#jm-header-bg {
  position: relative;
  z-index: 2;
}
#jm-header-bg .jm-module-raw {
  float: none;
  margin: 0 auto;
}
.sticky-bar #jm-header-bg {
  min-height: 74px;
}
#jm-header-bg + #jm-header-content-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}
#jm-top1 {
  background: #ffffff;
  color: #444444;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
  padding-top: 30px;
}
#jm-top1 .jm-module {
  margin: 0 0 30px;
}
#jm-top2 {
  padding-top: 90px;
  padding-bottom: 30px;
}
#jm-top3 {
  padding-top: 90px;
  padding-bottom: 30px;
}
#jm-top4 {
  padding-top: 60px;
  background: #ebebeb;
  color: #444444;
}
#jm-top5 {
  padding-top: 90px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
#jm-top6 {
  padding-top: 90px;
  padding-bottom: 30px;
}
#jm-main {
  padding-top: 90px;
}
#jm-breadcrumbs .jm-module {
  margin-bottom: 30px;
}
#jm-maincontent {
  display: block;
  margin-bottom: 60px;
}
#jm-bottom1 {
  padding-top: 90px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
#jm-bottom2 {
  padding-top: 90px;
  padding-bottom: 30px;
}
#jm-bottom3 {
  padding-top: 90px;
  padding-bottom: 30px;
  background: #333333;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
#jm-bottom3.backgoundImageActive:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  pointer-events: none;
  opacity: 0.3;
}
#jm-bottom4 {
  padding-top: 90px;
  padding-bottom: 30px;
}
#jm-bottom5 {
  padding-top: 90px;
  padding-bottom: 30px;
  background: #f8f8f8;
  color: #444444;
}
#jm-bottom6 {
  padding-top: 60px;
  background: #333333;
  color: #ffffff;
}
#jm-footer {
  padding: 45px 0;
  line-height: 1em;
  font-size: 0.75em;
  color: #999999;
  text-align: center;
}
#jm-footer a {
  color: #999999;
  text-decoration: none;
}
#jm-footer a:hover {
  text-decoration: underline;
}
#jm-copyrights,
#jm-poweredby {
  display: inline-block;
}
#jm-copyrights {
  border-right: 1px solid #999999;
  padding-right: 8px;
  margin-right: 5px;
}
#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;
  transition: all 1s ease 0s;
  width: 60px;
  background-color: #e85c41;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/backtotop.png");
  opacity: 0.3;
}
#jm-back-top span:hover {
  opacity: 0.6;
}
#jm-allpage .jm-top2 + .jm-top3 > div,
#jm-allpage .jm-top2 + .jm-top5 > div,
#jm-allpage .jm-top2 + .jm-top6 > div,
#jm-allpage .jm-top2 + .jm-system-message + .jm-main > div,
#jm-allpage .jm-top2 + .jm-system-message + .jm-bottom1 > div,
#jm-allpage .jm-top2 + .jm-system-message + .jm-bottom2 > div,
#jm-allpage .jm-top2 + .jm-system-message + .jm-bottom4 > div {
  padding-top: 0;
}
#jm-allpage .jm-top3 + .jm-top5 > div,
#jm-allpage .jm-top3 + .jm-top6 > div,
#jm-allpage .jm-top3 + .jm-system-message + .jm-main > div,
#jm-allpage .jm-top3 + .jm-system-message + .jm-bottom1 > div,
#jm-allpage .jm-top3 + .jm-system-message + .jm-bottom2 > div,
#jm-allpage .jm-top3 + .jm-system-message + .jm-bottom4 > div {
  padding-top: 0;
}
#jm-allpage .jm-top5 + .jm-top6 > div,
#jm-allpage .jm-top5 + .jm-system-message + .jm-main > div,
#jm-allpage .jm-top5 + .jm-system-message + .jm-bottom1 > div,
#jm-allpage .jm-top5 + .jm-system-message + .jm-bottom2 > div,
#jm-allpage .jm-top5 + .jm-system-message + .jm-bottom4 > div {
  padding-top: 0;
}
#jm-allpage .jm-top6 + .jm-system-message + .jm-main > div,
#jm-allpage .jm-top6 + .jm-system-message + .jm-bottom1 > div,
#jm-allpage .jm-top6 + .jm-system-message + .jm-bottom2 > div,
#jm-allpage .jm-top6 + .jm-system-message + .jm-bottom4 > div {
  padding-top: 0;
}
#jm-allpage .jm-main + .jm-bottom1 > div,
#jm-allpage .jm-main + .jm-bottom2 > div,
#jm-allpage .jm-main + .jm-bottom4 > div {
  padding-top: 0;
}
#jm-allpage .jm-bottom1 + .jm-bottom2 > div,
#jm-allpage .jm-bottom1 + .jm-bottom4 > div {
  padding-top: 0;
}
#jm-allpage .jm-bottom2 + .jm-bottom4 > div {
  padding-top: 0;
}
#jm-allpage .jm-logo-nav + .jm-system-message + .jm-main > div {
  padding-top: 30px;
}
#jm-allpage .jm-top2 + .jm-system-message + .jm-main #jm-breadcrumbs .jm-module,
#jm-allpage .jm-top3 + .jm-system-message + .jm-main #jm-breadcrumbs .jm-module,
#jm-allpage .jm-top5 + .jm-system-message + .jm-main #jm-breadcrumbs .jm-module,
#jm-allpage .jm-top6 + .jm-system-message + .jm-main #jm-breadcrumbs .jm-module {
  margin-top: -60px;
}
.responsive-disabled {
  min-width: 1170px;
}
.responsive-disabled #jm-allpage {
  padding: 0 !important;
  min-width: 1170px;
}
#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: 60px;
}
.jm-module .jm-title {
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 25px;
  color: #444444;
  text-transform: uppercase;
}
.moduletable {
  margin: 0 0 20px;
}
.moduletable > h3 {
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  margin: 0 0 20px;
  color: #444444;
}
.jm-module.cross-title-ms .jm-title {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 45px;
  text-align: center;
  font-size: 46px;
}
.jm-module.cross-title-ms .jm-title:after {
  position: absolute;
  bottom: 0;
  content: "\e014\e014\e014";
  font-family: "Glyphicons Halflings";
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  left: 0;
  right: 0;
  letter-spacing: 9px;
}
.jm-module.border-title-ms .jm-title {
  position: relative;
  padding-bottom: 20px;
}
.jm-module.border-title-ms .jm-title:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #444444;
}
.jm-module-raw {
  float: left;
  margin-right: 20px;
}
.jm-module-raw:last-child {
  margin-right: 0;
}
.jm-module.margin-ms {
  margin: 0 !important;
}
.jm-module.top-margin-ms {
  margin-top: -30px !important;
}
.jm-module.bottom-margin-ms {
  margin-bottom: -30px !important;
}
.jm-module.side-margin-ms {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.jm-module.nav.menu {
  margin-bottom: 60px;
}
.toggle-nav.menu {
  display: none;
}
#jm-allpage .contact-ps h3,
#jm-allpage .contact-ps form#contact-form > fieldset > legend,
#jm-allpage .contact-ps > .contact-address.dl-horizontal {
  display: none;
}
#jm-allpage .contact-ps > h3:first-child {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  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-allpage .jm-category-module {
  margin: -30px -15px 0;
  overflow: hidden;
}
#jm-allpage .jm-category-module li {
  float: left;
  background-image: none;
  line-height: 1.1;
  padding: 30px 15px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#jm-allpage .jm-category-module li p {
  line-height: 1.7;
}
#jm-allpage .jm-category-module li > a {
  display: block;
  font-weight: normal;
}
#jm-allpage .jm-category-module .mod-article-image {
  padding-bottom: 30px;
  max-width: 100%;
}
#jm-allpage .jm-category-module .mod-articles-category-title {
  line-height: 1.1;
  display: block;
  color: #444444;
  font-size: 1.125em;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}
#jm-allpage .jm-category-module .mod-articles-category-title:hover {
  color: #e85c41;
}
#jm-allpage .jm-category-module .mod-articles-category-hits,
#jm-allpage .jm-category-module .mod-articles-category-writtenby,
#jm-allpage .jm-category-module .mod-articles-category-category,
#jm-allpage .jm-category-module .mod-articles-category-date {
  font-size: 0.75em;
  color: #999999;
}
#jm-allpage .jm-category-module .mod-articles-category-introtext {
  margin: 0;
  padding-top: 20px;
  min-height: 90px;
  box-sizing: border-box;
}
#jm-header .jm-category-module .mod-articles-category-title {
  color: #ffffff;
}
#jm-header .jm-category-module .mod-articles-category-title:hover {
  color: #e85c41;
}
#jm-header .jm-category-module .mod-articles-category-hits,
#jm-header .jm-category-module .mod-articles-category-writtenby,
#jm-header .jm-category-module .mod-articles-category-category,
#jm-header .jm-category-module .mod-articles-category-date {
  color: #ffffff;
}
#jm-top1 .jm-category-module .mod-articles-category-title {
  color: #444444;
}
#jm-top1 .jm-category-module .mod-articles-category-title:hover {
  color: #e85c41;
}
#jm-top1 .jm-category-module .mod-articles-category-hits,
#jm-top1 .jm-category-module .mod-articles-category-writtenby,
#jm-top1 .jm-category-module .mod-articles-category-category,
#jm-top1 .jm-category-module .mod-articles-category-date {
  color: #444444;
}
#jm-top4 .jm-category-module .mod-articles-category-title {
  color: #444444;
}
#jm-top4 .jm-category-module .mod-articles-category-title:hover {
  color: #e85c41;
}
#jm-top4 .jm-category-module .mod-articles-category-hits,
#jm-top4 .jm-category-module .mod-articles-category-writtenby,
#jm-top4 .jm-category-module .mod-articles-category-category,
#jm-top4 .jm-category-module .mod-articles-category-date {
  color: #444444;
}
#jm-bottom3 .jm-category-module .mod-articles-category-title {
  color: #ffffff;
}
#jm-bottom3 .jm-category-module .mod-articles-category-title:hover {
  color: #e85c41;
}
#jm-bottom3 .jm-category-module .mod-articles-category-hits,
#jm-bottom3 .jm-category-module .mod-articles-category-writtenby,
#jm-bottom3 .jm-category-module .mod-articles-category-category,
#jm-bottom3 .jm-category-module .mod-articles-category-date {
  color: #ffffff;
}
#jm-bottom5 .jm-category-module .mod-articles-category-title {
  color: #444444;
}
#jm-bottom5 .jm-category-module .mod-articles-category-title:hover {
  color: #e85c41;
}
#jm-bottom5 .jm-category-module .mod-articles-category-hits,
#jm-bottom5 .jm-category-module .mod-articles-category-writtenby,
#jm-bottom5 .jm-category-module .mod-articles-category-category,
#jm-bottom5 .jm-category-module .mod-articles-category-date {
  color: #444444;
}
#jm-bottom6 .jm-category-module .mod-articles-category-title {
  color: #ffffff;
}
#jm-bottom6 .jm-category-module .mod-articles-category-title:hover {
  color: #e85c41;
}
#jm-bottom6 .jm-category-module .mod-articles-category-hits,
#jm-bottom6 .jm-category-module .mod-articles-category-writtenby,
#jm-bottom6 .jm-category-module .mod-articles-category-category,
#jm-bottom6 .jm-category-module .mod-articles-category-date {
  color: #ffffff;
}
#jm-allpage .jm-popular .jm-category-module {
  margin: 0;
}
#jm-allpage .jm-popular .jm-category-module li {
  float: none;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
#jm-allpage .jm-popular .jm-category-module li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
#jm-allpage .jm-popular .jm-category-module .mod-article-image {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
#jm-allpage .jm-popular .jm-category-module .mod-articles-category-title {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
#jm-allpage .jm-popular .jm-category-module .description {
  float: left;
}
#jm-allpage .jm-popular .jm-category-module .mod-articles-category-introtext {
  margin: 0;
  padding-top: 10px;
  min-height: 90px;
  box-sizing: border-box;
}
#jm-allpage .jm-popular .jm-category-module .mod-articles-category-introtext .readmore {
  padding: 22px 25px;
}
#jm-allpage .col2 .jm-category-module li {
  width: 50%;
}
#jm-allpage .col2 .jm-category-module li:nth-child(3) {
  clear: both;
}
#jm-allpage .col3 .jm-category-module li {
  width: 33.3%;
}
#jm-allpage .col3 .jm-category-module li:nth-child(4) {
  clear: both;
}
#jm-allpage .col4 .jm-category-module li {
  width: 25%;
}
#jm-allpage .col4 .jm-category-module li:nth-child(5) {
  clear: both;
}
.jm-module-raw.search-ms {
  position: relative;
}
#jm-logo-nav .search-ms .search {
  padding-top: 20px;
}
#jm-logo-nav .search-ms .search form {
  display: block;
  position: relative;
  margin: 0;
}
#jm-logo-nav .search-ms .search input.button,
#jm-logo-nav .search-ms .search button.button {
  position: relative;
  width: 20px;
  height: 32px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: none;
  letter-spacing: 0;
}
#jm-logo-nav .search-ms .search input.button:after,
#jm-logo-nav .search-ms .search button.button:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: auto;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e003";
  font-size: 16px;
  color: #ffffff;
}
#jm-logo-nav .search-ms .search .btn {
  border: none;
}
#jm-logo-nav .search-ms .search input[type="search"] {
  position: absolute;
  top: 0;
  left: auto;
  right: 100%;
  margin: 0 15px 0 0;
  height: 32px;
  line-height: 1.7;
  padding: 0;
  width: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border-color: transparent;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 501;
  opacity: 0;
  background: #3d3d3d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-width: none;
  color: #ffffff;
}
#jm-logo-nav .search-ms .search input[type="search"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#jm-logo-nav .search-ms .search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
#jm-logo-nav .search-ms .search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
#jm-logo-nav .search-ms .search input[type="search"].show {
  padding: 0 10px;
  width: 230px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: auto;
  opacity: 1;
}
#jm-top1 .search-ms .search form {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 320px;
}
#jm-top1 .search-ms .search input[type="search"] {
  height: 70px;
  line-height: 70px;
  border-top: none;
  border-bottom: none;
  width: 100%;
  background: #ffffff;
  padding-right: 40px;
  color: #666666;
}
#jm-top1 .search-ms .search input[type="search"]::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
#jm-top1 .search-ms .search input[type="search"]:-ms-input-placeholder {
  color: #666666;
}
#jm-top1 .search-ms .search input[type="search"]::-webkit-input-placeholder {
  color: #666666;
}
#jm-top1 .search-ms .search input.button,
#jm-top1 .search-ms .search button.button {
  position: absolute;
  top: 0;
  right: 15px;
  left: auto;
  width: 18px;
  height: 70px;
  line-height: 70px;
  cursor: pointer;
  padding: 0;
  font-size: 0;
  background: none;
  color: #666666;
}
#jm-top1 .search-ms .search input.button:after,
#jm-top1 .search-ms .search button.button:after {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e003";
  font-size: 12px;
  letter-spacing: 0;
}
#jm-logo-nav .jm-popular .jm-category-module li {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
#jm-header .jm-module .jm-title,
#jm-header .moduletable > h3 {
  color: #ffffff;
}
#jm-header .jm-module.border-title-ms .jm-title:after {
  background: #ffffff;
}
#jm-header .jm-popular .jm-category-module li {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
#jm-top1 .jm-module .jm-title,
#jm-top1 .moduletable > h3 {
  color: #444444;
}
#jm-top1 .jm-module.border-title-ms .jm-title:after {
  background: #444444;
}
#jm-top4 .jm-module .jm-title,
#jm-top4 .moduletable > h3 {
  color: #444444;
}
#jm-top4 .jm-module.border-title-ms .jm-title:after {
  background: #444444;
}
#jm-bottom3 .jm-module .jm-title,
#jm-bottom3 .moduletable > h3 {
  color: #ffffff;
}
#jm-bottom3 .jm-module.border-title-ms .jm-title:after {
  background: #ffffff;
}
#jm-bottom3 .jm-popular .jm-category-module li {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
#jm-bottom5 .jm-module .jm-title,
#jm-bottom5 .moduletable > h3 {
  color: #444444;
}
#jm-bottom5 .jm-module.border-title-ms .jm-title:after {
  background: #444444;
}
#jm-bottom5 .jm-popular .jm-category-module li {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
#jm-bottom6 .jm-module .jm-title,
#jm-bottom6 .moduletable > h3 {
  color: #ffffff;
}
#jm-bottom6 .jm-module.border-title-ms .jm-title:after {
  background: #ffffff;
}
#jm-bottom6 .jm-popular .jm-category-module li {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
.jm-presentation {
  text-align: center;
  padding-top: 230px;
  padding-bottom: 50px;
}
.jm-presentation span.jm-subtitle {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
}
.jm-presentation .jm-title {
  font-size: 106px;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  padding-bottom: 65px;
  margin-bottom: 35px;
  letter-spacing: 1px;
}
.jm-presentation .jm-title:after {
  position: absolute;
  bottom: 0;
  content: "\e014\e014\e014";
  font-family: "Glyphicons Halflings";
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  margin: 0 auto;
  width: 122px;
  left: 0;
  right: 0;
  letter-spacing: 15px;
}
.jm-presentation p:not([class]) {
  opacity: 0.5;
  padding: 0 150px;
}
.jm-presentation p.buttons {
  padding-top: 50px;
  margin-bottom: 90px;
}
.jm-presentation p.buttons a {
  margin: 30px 15px;
}
.jm-presentation .jm-scroll-to a {
  border: 3px solid #ffffff;
  height: 60px;
  width: 35px;
  display: inline-block;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 30px;
  vertical-align: middle;
  text-decoration: none;
}
.jm-presentation .icon-arrow-down {
  margin-top: 7px;
  line-height: 1;
  font-size: 15px !important;
  margin-left: 1px;
}
.jm-presentation .icon-arrow-down:before {
  display: inherit;
}
.jm-presentation .line-down {
  font-weight: 900;
  font-size: 12px !important;
  display: block;
  margin-top: 7px;
}
p.jm-drop-cap:first-letter {
  font-size: 46px;
  font-weight: 900;
  border: 3px solid;
  float: left;
  padding: 10px 18px;
  margin: 0 14px 14px 0 !important;
  line-height: 36px;
  box-sizing: border-box;
  text-transform: uppercase;
}
.jm-counter {
  color: #444444;
  text-align: center;
  margin: -30px 0 0;
}
.jm-counter .box {
  margin-top: 30px;
}
.jm-counter .unit,
.jm-counter .jm-count {
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.jm-counter .number {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.jm-counter .number:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 30px;
  background: #444444;
  margin: 0 auto;
}
.jm-counter .title {
  display: block;
  font-size: 0.875em;
  color: #999999;
  font-style: italic;
  text-align: center;
}
#jm-header .jm-counter {
  color: #ffffff;
}
#jm-header .jm-counter .number:after {
  background: #ffffff;
}
#jm-top1 .jm-counter {
  color: #444444;
}
#jm-top1 .jm-counter .number:after {
  background: #444444;
}
#jm-top1 .jm-counter .title {
  color: #999999;
}
#jm-top4 .jm-counter {
  color: #444444;
}
#jm-top4 .jm-counter .number:after {
  background: #444444;
}
#jm-top4 .jm-counter .title {
  color: #999999;
}
#jm-bottom3 .jm-counter {
  color: #ffffff;
}
#jm-bottom3 .jm-counter .number:after {
  background: #ffffff;
}
#jm-bottom5 .jm-counter {
  color: #444444;
}
#jm-bottom5 .jm-counter .number:after {
  background: #444444;
}
#jm-bottom6 .jm-counter {
  color: #ffffff;
}
#jm-bottom6 .jm-counter .number:after {
  background: #ffffff;
}
.jm-module.triangle-right-ms .triangle-image,
.jm-module.triangle-left-ms .triangle-image {
  position: relative;
  overflow: hidden;
}
.jm-module.triangle-right-ms .triangle-image:after,
.jm-module.triangle-left-ms .triangle-image:after {
  content: ' ';
  position: absolute;
  background: #f8f8f8;
}
.jm-module.triangle-right-ms .image-container,
.jm-module.triangle-left-ms .image-container {
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.jm-module.triangle-right-ms .image-container img,
.jm-module.triangle-left-ms .image-container img {
  opacity: 0.9;
}
.jm-module.triangle-right-ms {
  margin-right: -15px;
  text-align: left;
}
.jm-module.triangle-right-ms .triangle-image:after {
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 1000px;
  -webkit-transform: rotate(23deg);
  transform: rotate(23deg);
  transform-origin: bottom;
}
.jm-module.triangle-right-ms .image-container {
  background-color: #e85c41;
}
.jm-module.triangle-left-ms {
  margin-left: -15px;
  text-align: right;
}
.jm-module.triangle-left-ms .triangle-image:after {
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 1000px;
  -webkit-transform: rotate(-23deg);
  transform: rotate(-23deg);
  transform-origin: bottom;
}
.jm-module.triangle-left-ms .image-container {
  background-color: #e85c41;
}
.custom-text .subtitle {
  text-transform: uppercase;
  color: #e85c41;
  font-weight: 700;
}
.custom-text .title {
  font-size: 46px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #444444;
}
.custom-text p.button {
  margin-top: 50px;
}
.jm-testimonials-wrapper {
  margin: -30px 0 0;
}
.jm-testimonials-wrapper .jm-testimonials {
  margin-top: 30px;
}
.jm-testimonials-wrapper .jm-testimonials .jm-custom-text {
  background: #f8f8f8;
  border: 3px solid #444444;
  padding: 75px 27px 35px;
  font-style: italic;
  color: #444444;
  position: relative;
  margin: 0 0 25px;
  white-space: normal !important;
  overflow: visible !important;
}
.jm-testimonials-wrapper .jm-testimonials .jm-custom-text::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30px;
  width: 45px;
  height: 14px;
  background: url('../images/testimonials_dark.png');
}
.jm-testimonials-wrapper .jm-testimonials .jm-custom-text::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 35px;
  width: 22px;
  height: 22px;
  background: #f8f8f8;
  border: 3px solid #444444;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jm-testimonials-wrapper .jm-testimonials .jm-custom-text p {
  margin: 5px 0 0;
  white-space: normal !important;
  overflow: visible !important;
}
.jm-testimonials-wrapper .jm-testimonials .jm-custom-title {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  text-transform: uppercase;
}
.jm-testimonials-wrapper .jm-testimonials .jm-custom-subtitle {
  font-size: 0.75em;
  color: #e85c41;
  text-transform: lowercase;
}
.jm-testimonials-wrapper .jm-testimonials .jm-avatar,
.jm-testimonials-wrapper .jm-testimonials .jm-custom-info {
  display: inline-block;
  vertical-align: middle;
}
.jm-testimonials-wrapper .jm-testimonials .jm-avatar img {
  height: 71px;
  width: 71px;
  border-radius: 100%;
  margin: auto;
  margin: 0 10px;
  padding: 4px;
  border: 1px solid rgba(68, 68, 68, 0.2);
}
#jm-logo-nav .jm-testimonials-wrapper .jm-testimonials .jm-custom-text {
  background: #333333;
  border-color: #ffffff;
  color: #ffffff;
}
#jm-logo-nav .jm-testimonials-wrapper .jm-testimonials .jm-custom-text::before {
  background: url('../images/testimonials.png');
}
#jm-logo-nav .jm-testimonials-wrapper .jm-testimonials .jm-custom-text::after {
  background: #333333;
  border-color: #ffffff;
}
#jm-logo-nav .jm-testimonials-wrapper .jm-testimonials .jm-custom-title {
  color: #ffffff;
}
#jm-logo-nav .jm-testimonials-wrapper .jm-testimonials .jm-avatar img {
  border-color: rgba(255, 255, 255, 0.2);
}
#jm-header .jm-testimonials-wrapper .jm-testimonials .jm-custom-text {
  background: #12021c;
  border-color: #ffffff;
  color: #ffffff;
}
#jm-header .jm-testimonials-wrapper .jm-testimonials .jm-custom-text::before {
  background: url('../images/testimonials.png');
}
#jm-header .jm-testimonials-wrapper .jm-testimonials .jm-custom-text::after {
  background: #12021c;
  border-color: #ffffff;
}
#jm-header .jm-testimonials-wrapper .jm-testimonials .jm-custom-title {
  color: #ffffff;
}
#jm-header .jm-testimonials-wrapper .jm-testimonials .jm-avatar img {
  border-color: rgba(255, 255, 255, 0.2);
}
#jm-top1 .jm-testimonials-wrapper .jm-testimonials .jm-custom-text {
  background: #ffffff;
  border-color: #444444;
  color: #444444;
}
#jm-top1 .jm-testimonials-wrapper .jm-testimonials .jm-custom-text::after {
  background: #ffffff;
  border-color: #444444;
}
#jm-top1 .jm-testimonials-wrapper .jm-testimonials .jm-custom-title {
  color: #444444;
}
#jm-top1 .jm-testimonials-wrapper .jm-testimonials .jm-avatar img {
  border-color: rgba(68, 68, 68, 0.2);
}
#jm-top4 .jm-testimonials-wrapper .jm-testimonials .jm-custom-text {
  background: #ebebeb;
  border-color: #444444;
  color: #444444;
}
#jm-top4 .jm-testimonials-wrapper .jm-testimonials .jm-custom-text::after {
  background: #ebebeb;
  border-color: #444444;
}
#jm-top4 .jm-testimonials-wrapper .jm-testimonials .jm-custom-title {
  color: #444444;
}
#jm-top4 .jm-testimonials-wrapper .jm-testimonials .jm-avatar img {
  border-color: rgba(68, 68, 68, 0.2);
}
#jm-bottom3 .jm-testimonials-wrapper .jm-testimonials .jm-custom-text {
  background: #333333;
  border-color: #ffffff;
  color: #ffffff;
}
#jm-bottom3 .jm-testimonials-wrapper .jm-testimonials .jm-custom-text::before {
  background: url('../images/testimonials.png');
}
#jm-bottom3 .jm-testimonials-wrapper .jm-testimonials .jm-custom-text::after {
  background: #333333;
  border-color: #ffffff;
}
#jm-bottom3 .jm-testimonials-wrapper .jm-testimonials .jm-custom-title {
  color: #ffffff;
}
#jm-bottom3 .jm-testimonials-wrapper .jm-testimonials .jm-avatar img {
  border-color: rgba(255, 255, 255, 0.2);
}
#jm-bottom5 .jm-testimonials-wrapper .jm-testimonials .jm-custom-text {
  background: #f8f8f8;
  border-color: #444444;
  color: #444444;
}
#jm-bottom5 .jm-testimonials-wrapper .jm-testimonials .jm-custom-text::before {
  background: url('../images/testimonials.png');
}
#jm-bottom5 .jm-testimonials-wrapper .jm-testimonials .jm-custom-text::after {
  background: #f8f8f8;
  border-color: #444444;
}
#jm-bottom5 .jm-testimonials-wrapper .jm-testimonials .jm-custom-title {
  color: #444444;
}
#jm-bottom5 .jm-testimonials-wrapper .jm-testimonials .jm-avatar img {
  border-color: rgba(68, 68, 68, 0.2);
}
#jm-bottom6 .jm-testimonials-wrapper .jm-testimonials .jm-custom-text {
  background: #333333;
  border-color: #ffffff;
  color: #444444;
}
#jm-bottom6 .jm-testimonials-wrapper .jm-testimonials .jm-custom-text::before {
  background: url('../images/testimonials.png');
}
#jm-bottom6 .jm-testimonials-wrapper .jm-testimonials .jm-custom-text::after {
  background: #333333;
  border-color: #ffffff;
}
#jm-bottom6 .jm-testimonials-wrapper .jm-testimonials .jm-custom-title {
  color: #ffffff;
}
#jm-bottom6 .jm-testimonials-wrapper .jm-testimonials .jm-avatar img {
  border-color: rgba(255, 255, 255, 0.2);
}
.jm-team-wrapper {
  margin: -30px 0 0;
}
.jm-team-wrapper [class*="span"] {
  margin-top: 30px;
}
.jm-team-wrapper .jm-team {
  text-align: center;
}
.jm-team-wrapper .jm-team .jm-avatar {
  margin-bottom: 25px;
}
.jm-team-wrapper .jm-team .jm-custom-title {
  font-size: 1.125em;
  font-weight: 900;
  color: #444444;
}
.jm-team-wrapper .jm-team .jm-custom-subtitle {
  font-size: 0.75em;
  color: #e85c41;
}
.jm-team-wrapper .jm-team .jm-socials {
  margin-top: 25px;
}
.jm-team-wrapper .jm-team .jm-socials a {
  display: inline-block;
  text-decoration: none !important;
  width: 34px;
  height: 34px;
  border: 3px solid #444444;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-image: url("../images/social.png");
  background-repeat: no-repeat;
  box-sizing: content-box;
  opacity: 0.1;
}
.jm-team-wrapper .jm-team .jm-socials a.jm-facebook {
  background-position: 0 0;
}
.jm-team-wrapper .jm-team .jm-socials a.jm-twitter {
  background-position: -34px 0;
}
.jm-team-wrapper .jm-team .jm-socials a.jm-linkedin {
  background-position: -68px 0;
}
.jm-team-wrapper .jm-team .jm-socials a:hover {
  opacity: 1;
}
#jm-logo-nav .jm-team-wrapper .jm-team .jm-custom-title {
  color: #ffffff;
}
#jm-logo-nav .jm-team-wrapper .jm-team .jm-socials a {
  border-color: #ffffff;
  background-image: url("../images/social_light.png");
}
#jm-header .jm-team-wrapper .jm-team .jm-custom-title {
  color: #ffffff;
}
#jm-header .jm-team-wrapper .jm-team .jm-socials a {
  border-color: #ffffff;
  background-image: url("../images/social_light.png");
}
#jm-top1 .jm-team-wrapper .jm-team .jm-custom-title {
  color: #444444;
}
#jm-top1 .jm-team-wrapper .jm-team .jm-socials a {
  border-color: #444444;
}
#jm-top4 .jm-team-wrapper .jm-team .jm-custom-title {
  color: #444444;
}
#jm-top4 .jm-team-wrapper .jm-team .jm-socials a {
  border-color: #444444;
}
#jm-bottom3 .jm-team-wrapper .jm-team .jm-custom-title {
  color: #ffffff;
}
#jm-bottom3 .jm-team-wrapper .jm-team .jm-socials a {
  border-color: #ffffff;
  background-image: url("../images/social_light.png");
}
#jm-bottom5 .jm-team-wrapper .jm-team .jm-custom-title {
  color: #444444;
}
#jm-bottom5 .jm-team-wrapper .jm-team .jm-socials a {
  border-color: #444444;
  background-image: url("../images/social_light.png");
}
#jm-bottom6 .jm-team-wrapper .jm-team .jm-custom-title {
  color: #ffffff;
}
#jm-bottom6 .jm-team-wrapper .jm-team .jm-socials a {
  border-color: #ffffff;
  background-image: url("../images/social_light.png");
}
.jm-contact-info-wrapper {
  margin: -30px 0 0;
}
.jm-contact-info-wrapper [class*="span"] {
  margin-top: 30px;
}
.jm-contact-info-wrapper .jm-contact-info {
  border: 3px solid #444444;
  padding: 45px 0 45px 0;
  position: relative;
  text-align: center;
}
.jm-contact-info-wrapper .jm-contact-info [class^="icon-"],
.jm-contact-info-wrapper .jm-contact-info [class*=" icon-"] {
  position: absolute;
  top: -18px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 26px;
  padding: 0px 30px;
  font-size: 26px;
  background: #f8f8f8;
}
.jm-contact-info-wrapper .jm-contact-info p {
  margin: 0;
  font-size: 14px;
}
#jm-logo-nav .jm-contact-info {
  border: 3px solid #ffffff;
}
#jm-logo-nav .jm-contact-info [class^="icon-"],
#jm-logo-nav .jm-contact-info [class*=" icon-"] {
  background: #333333;
}
#jm-header .jm-contact-info {
  border: 3px solid #ffffff;
}
#jm-header .jm-contact-info [class^="icon-"],
#jm-header .jm-contact-info [class*=" icon-"] {
  background: #12021c;
}
#jm-top1 .jm-contact-info {
  border: 3px solid #444444;
}
#jm-top1 .jm-contact-info [class^="icon-"],
#jm-top1 .jm-contact-info [class*=" icon-"] {
  background: #ffffff;
}
#jm-top4 .jm-contact-info {
  border: 3px solid #444444;
}
#jm-top4 .jm-contact-info [class^="icon-"],
#jm-top4 .jm-contact-info [class*=" icon-"] {
  background: #ebebeb;
}
#jm-bottom3 .jm-contact-info {
  border: 3px solid #ffffff;
}
#jm-bottom3 .jm-contact-info [class^="icon-"],
#jm-bottom3 .jm-contact-info [class*=" icon-"] {
  background: #333333;
}
#jm-bottom5 .jm-contact-info {
  border: 3px solid #444444;
}
#jm-bottom5 .jm-contact-info [class^="icon-"],
#jm-bottom5 .jm-contact-info [class*=" icon-"] {
  background: #f8f8f8;
}
#jm-bottom6 .jm-contact-info {
  border: 3px solid #ffffff;
}
#jm-bottom6 .jm-contact-info [class^="icon-"],
#jm-bottom6 .jm-contact-info [class*=" icon-"] {
  background: #333333;
}
.jm-pricing {
  margin: -30px -15px 0;
}
.jm-pricing .box {
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
  margin-top: 30px;
}
.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 .image {
  max-width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.jm-pricing .title {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 1.125em;
  color: #444444;
  font-weight: 900;
  padding: 20px 0;
  border: 3px solid rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
}
.jm-pricing .price {
  font-size: 80px;
  font-weight: 900;
  color: #444444;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.jm-pricing .price sub {
  vertical-align: super;
  font-size: 50px;
}
.jm-pricing .price .term {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.jm-pricing .content {
  text-align: center;
  margin-top: 20px;
  color: #999999;
}
.jm-pricing .content ul li {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  display: block;
}
.jm-pricing .content ul li span {
  color: #444444;
  font-weight: 900;
}
.jm-pricing .bottom {
  padding: 20px 0;
}
.jm-pricing .bottom a.btn {
  display: block;
}
#jm-header .jm-pricing .title {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-header .jm-pricing .price {
  color: #ffffff;
}
#jm-header .jm-pricing .content {
  color: #999999;
}
#jm-header .jm-pricing .content ul li {
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-top1 .jm-pricing .title {
  color: #444444;
}
#jm-top1 .jm-pricing .price {
  color: #444444;
}
#jm-top4 .jm-pricing .title {
  color: #444444;
}
#jm-top4 .jm-pricing .price {
  color: #444444;
}
#jm-bottom3 .jm-pricing .title {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-bottom3 .jm-pricing .price {
  color: #ffffff;
}
#jm-bottom3 .jm-pricing .content ul li {
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-bottom5 .jm-pricing .title {
  color: #444444;
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-bottom5 .jm-pricing .price {
  color: #444444;
}
#jm-bottom5 .jm-pricing .content ul li {
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-bottom6 .jm-pricing .title {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-bottom6 .jm-pricing .price {
  color: #ffffff;
}
#jm-bottom6 .jm-pricing .content ul li {
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-allpage .dj-simple-contact-form form {
  margin: 0;
}
#jm-allpage .dj-simple-contact-form .inputbox {
  height: 59px;
  line-height: 20px;
}
#jm-allpage .dj-simple-contact-form .inputbox,
#jm-allpage .dj-simple-contact-form .textarea {
  border: 3px solid currentColor !important;
  background: transparent;
  color: inherit;
}
#jm-allpage .dj-simple-contact-form .inputbox::-moz-placeholder,
#jm-allpage .dj-simple-contact-form .textarea::-moz-placeholder {
  color: currentColor;
  opacity: 1;
}
#jm-allpage .dj-simple-contact-form .inputbox:-ms-input-placeholder,
#jm-allpage .dj-simple-contact-form .textarea:-ms-input-placeholder {
  color: currentColor;
}
#jm-allpage .dj-simple-contact-form .inputbox::-webkit-input-placeholder,
#jm-allpage .dj-simple-contact-form .textarea::-webkit-input-placeholder {
  color: currentColor;
}
#jm-allpage .dj-simple-contact-form .textarea {
  min-height: 177px;
}
#jm-allpage .dj-simple-contact-form .dj-simple-contact-form-introtext {
  display: block;
  margin: 0 0 30px;
}
#jm-allpage .dj-simple-contact-form .dj-simple-contact-form-introtext:empty {
  display: none;
}
#jm-allpage .dj-simple-contact-form .dj-simple-contact-form-row.name,
#jm-allpage .dj-simple-contact-form .dj-simple-contact-form-row.email {
  width: 50%;
  box-sizing: border-box;
}
#jm-allpage .dj-simple-contact-form .dj-simple-contact-form-row.name {
  padding-right: 15px;
  float: left;
}
#jm-allpage .dj-simple-contact-form .dj-simple-contact-form-row.email {
  padding-left: 15px;
  float: right;
}
#jm-allpage .dj-simple-contact-form .dj-simple-contact-form-row.message,
#jm-allpage .dj-simple-contact-form .button-box {
  clear: both;
  padding: 30px 0 0;
}
#jm-allpage .dj-simple-contact-form .button {
  float: right;
}
#jm-allpage .dj-simple-contact-form .captcha-box {
  clear: both;
  padding: 30px 0 0;
  margin: 0;
}
#jm-allpage .djreviews input[type="radio"],
#jm-allpage .djreviews .djrv_rating_fields .control-group {
  margin: 0;
}
#jm-allpage .djrv_rating_full,
#jm-allpage .djrv_reviews_list {
  margin: 0 0 60px;
}
#jm-allpage .djrv_rating_full h3,
#jm-allpage .djrv_reviews_list h3 {
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #444444;
  margin: 0 0 25px;
}
#jm-allpage .djrv_item_rating {
  font-size: 0.875em;
}
#jm-allpage .djrv_listing {
  margin: 0;
}
#jm-allpage .djrv_listing .djrv_single_review {
  padding-top: 30px;
}
#jm-allpage .djrv_listing .djrv_single_review:first-child {
  padding-top: 0;
}
#jm-allpage .djrv_listing .djrv_single_review h4 {
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 5px;
}
#jm-allpage .djrv_listing .djrv_single_review .djrv_user_rating {
  min-width: 180px;
  text-align: right;
}
#jm-allpage .djrv_listing .djrv_single_review .djrv_review_toolbar .btn + .btn {
  margin-left: 2px;
}
#jm-allpage .djrv_listing .djrv_single_review .djrv_message_quote {
  margin: 20px 0 0;
}
#jm-allpage .djrv_add_button,
#jm-allpage .djrv_addreview_btn {
  margin-top: 30px;
}
#jm-allpage .djreviews .btn-success,
#jm-allpage .djreviews .btn-danger {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 15px;
  text-decoration: none;
  border-radius: 0;
  border: none;
  background: #e85c41;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  padding: 22px 65px;
  height: auto;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#jm-allpage .djreviews .btn-success:hover,
#jm-allpage .djreviews .btn-danger:hover,
#jm-allpage .djreviews .btn-success:focus,
#jm-allpage .djreviews .btn-danger:focus,
#jm-allpage .djreviews .btn-success:active,
#jm-allpage .djreviews .btn-danger:active {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: rgba(232, 92, 65, 0.85);
}
#jm-allpage .djreviews .btn-success .icon-search.icon-white,
#jm-allpage .djreviews .btn-danger .icon-search.icon-white {
  color: inherit;
}
#jm-allpage .djreviews .btn-success:hover,
#jm-allpage .djreviews .btn-danger:hover,
#jm-allpage .djreviews .btn-success:focus,
#jm-allpage .djreviews .btn-danger:focus,
#jm-allpage .djreviews .btn-success:active,
#jm-allpage .djreviews .btn-danger:active {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: rgba(232, 92, 65, 0.85);
}
.djrv_poster {
  font-size: 12px;
  line-height: 1.2;
  color: #999999;
  text-transform: uppercase;
}
#jm-allpage #djcatalog .djreviews .form-horizontal .djrv_rating_fields + fieldset {
  margin-top: 20px;
}
#jm-allpage #djcatalog .djreviews .form-horizontal .djrv_rating_fields + fieldset .btn,
#jm-allpage #djcatalog .djreviews .form-horizontal .djrv_rating_fields + fieldset .btn-success {
  margin: 2px;
  padding: 10px;
}
.djc_td_title .djrv_item_rating span {
  display: block;
  line-height: 1.2;
  padding: 0 !important;
}
#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.menu {
  margin: 0;
}
.nav.menu li {
  display: block;
  background-image: none;
  position: relative;
  padding: 0 0 0 12px;
}
.nav.menu ul {
  padding: 0;
  margin: 0;
}
.nav.menu li a,
.nav.menu li span.separator {
  display: list-item;
  color: inherit;
  line-height: 20px;
  font-weight: 400;
  padding: 17px 0;
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.nav.menu li a:hover,
.nav.menu li span.separator:hover {
  color: #e85c41;
}
.nav.menu li.active > a,
.nav.menu li.active > span.separator {
  color: #e85c41;
}
.nav.menu > li {
  padding: 0;
}
.nav.menu > li > a,
.nav.menu > li > span.separator {
  background: none;
  padding: 17px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.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 ul {
  list-style: square inside none;
}
.nav.menu li a img {
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#jm-allpage .tagspopular ul,
#jm-allpage .tagssimilar ul {
  list-style: none;
}
#jm-allpage .tagspopular ul li,
#jm-allpage .tagssimilar ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#jm-allpage .tagspopular ul li a,
#jm-allpage .tagssimilar ul li a {
  display: inline-block;
  color: #999999;
  padding: 7px 15px !important;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
#jm-allpage .tagspopular ul li a:after,
#jm-allpage .tagssimilar ul li a:after {
  display: none;
}
#jm-allpage .tagspopular ul li a:hover,
#jm-allpage .tagssimilar ul li a:hover {
  color: #444444 !important;
  border: 1px solid #444444;
}
#jm-allpage .tagspopular ul ul,
#jm-allpage .tagssimilar ul ul {
  padding: 0;
  margin: 0;
}
#jm-allpage .tagspopular ul > li,
#jm-allpage .tagssimilar ul > li {
  margin: 0 6px 10px 0;
}
ul.tags li a.label-info {
  color: #999999 !important;
  padding: 7px 15px !important;
  background: none !important;
  border: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
}
ul.tags li a.label-info:after {
  display: none;
}
ul.tags li a.label-info:hover {
  color: #444444 !important;
  border: 1px solid #444444;
  background: none !important;
}
ul.tags li:first-child {
  padding-left: 0;
}
#jm-logo-nav .tagspopular ul li a,
#jm-logo-nav .tagssimilar ul li a {
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-logo-nav .tagspopular ul li a:hover,
#jm-logo-nav .tagssimilar ul li a:hover {
  color: #ffffff !important;
  border-color: #ffffff;
}
#jm-header .nav.menu li a,
#jm-header .nav.menu li span.separator {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#jm-header .nav.menu li a:hover,
#jm-header .nav.menu li span.separator:hover {
  color: #e85c41;
}
#jm-header .nav.menu li.active > a,
#jm-header .nav.menu li.active > span.separator {
  color: #e85c41;
}
#jm-header .nav.menu > li > a,
#jm-header .nav.menu > li > span.separator {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#jm-header .nav.menu > li:first-child > a,
#jm-header .nav.menu > li:first-child > span.separator {
  border-top: none;
}
#jm-header .tagspopular ul li a,
#jm-header .tagssimilar ul li a {
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-header .tagspopular ul li a:hover,
#jm-header .tagssimilar ul li a:hover {
  color: #ffffff !important;
  border-color: #ffffff;
}
#jm-header ul.tags li a.label-info {
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-header ul.tags li a.label-info:hover {
  color: #ffffff !important;
  border-color: #ffffff;
}
#jm-top1 .nav.menu li a,
#jm-top1 .nav.menu li span.separator {
  color: #444444;
}
#jm-top1 .nav.menu li a:hover,
#jm-top1 .nav.menu li span.separator:hover {
  color: #e85c41;
}
#jm-top1 .nav.menu li.active > a,
#jm-top1 .nav.menu li.active > span.separator {
  color: #e85c41;
}
#jm-top1 .tagspopular ul li a:hover,
#jm-top1 .tagssimilar ul li a:hover {
  color: #444444 !important;
  border-color: #444444;
}
#jm-top1 ul.tags li a.label-info:hover {
  color: #444444 !important;
  border-color: #444444;
}
#jm-top4 .nav.menu li a,
#jm-top4 .nav.menu li span.separator {
  color: #444444;
}
#jm-top4 .nav.menu li a:hover,
#jm-top4 .nav.menu li span.separator:hover {
  color: #e85c41;
}
#jm-top4 .nav.menu li.active > a,
#jm-top4 .nav.menu li.active > span.separator {
  color: #e85c41;
}
#jm-top4 .tagspopular ul li a:hover,
#jm-top4 .tagssimilar ul li a:hover {
  color: #444444 !important;
  border-color: #444444;
}
#jm-top4 ul.tags li a.label-info:hover {
  color: #444444 !important;
  border-color: #444444;
}
#jm-bottom3 .nav.menu li a,
#jm-bottom3 .nav.menu li span.separator {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#jm-bottom3 .nav.menu li a:hover,
#jm-bottom3 .nav.menu li span.separator:hover {
  color: #e85c41;
}
#jm-bottom3 .nav.menu li.active > a,
#jm-bottom3 .nav.menu li.active > span.separator {
  color: #e85c41;
}
#jm-bottom3 .nav.menu > li > a,
#jm-bottom3 .nav.menu > li > span.separator {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#jm-bottom3 .nav.menu > li:first-child > a,
#jm-bottom3 .nav.menu > li:first-child > span.separator {
  border-top: none;
}
#jm-bottom3 .tagspopular ul li a,
#jm-bottom3 .tagssimilar ul li a {
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-bottom3 .tagspopular ul li a:hover,
#jm-bottom3 .tagssimilar ul li a:hover {
  color: #ffffff !important;
  border-color: #ffffff;
}
#jm-bottom3 ul.tags li a.label-info {
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-bottom3 ul.tags li a.label-info:hover {
  color: #ffffff !important;
  border-color: #ffffff;
}
#jm-bottom5 .nav.menu li a,
#jm-bottom5 .nav.menu li span.separator {
  color: #444444;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#jm-bottom5 .nav.menu li a:hover,
#jm-bottom5 .nav.menu li span.separator:hover {
  color: #e85c41;
}
#jm-bottom5 .nav.menu li.active > a,
#jm-bottom5 .nav.menu li.active > span.separator {
  color: #e85c41;
}
#jm-bottom5 .nav.menu > li > a,
#jm-bottom5 .nav.menu > li > span.separator {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#jm-bottom5 .nav.menu > li:first-child > a,
#jm-bottom5 .nav.menu > li:first-child > span.separator {
  border-top: none;
}
#jm-bottom5 .tagspopular ul li a,
#jm-bottom5 .tagssimilar ul li a {
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-bottom5 .tagspopular ul li a:hover,
#jm-bottom5 .tagssimilar ul li a:hover {
  color: #444444 !important;
  border-color: #444444;
}
#jm-bottom5 ul.tags li a.label-info {
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-bottom5 ul.tags li a.label-info:hover {
  color: #444444 !important;
  border-color: #444444;
}
#jm-bottom6 .nav.menu li a,
#jm-bottom6 .nav.menu li span.separator {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#jm-bottom6 .nav.menu li a:hover,
#jm-bottom6 .nav.menu li span.separator:hover {
  color: #e85c41;
}
#jm-bottom6 .nav.menu li.active > a,
#jm-bottom6 .nav.menu li.active > span.separator {
  color: #e85c41;
}
#jm-bottom6 .nav.menu > li > a,
#jm-bottom6 .nav.menu > li > span.separator {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#jm-bottom6 .nav.menu > li:first-child > a,
#jm-bottom6 .nav.menu > li:first-child > span.separator {
  border-top: none;
}
#jm-bottom6 .tagspopular ul li a,
#jm-bottom6 .tagssimilar ul li a {
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-bottom6 .tagspopular ul li a:hover,
#jm-bottom6 .tagssimilar ul li a:hover {
  color: #ffffff !important;
  border-color: #ffffff;
}
#jm-bottom6 ul.tags li a.label-info {
  border-color: rgba(255, 255, 255, 0.08);
}
#jm-bottom6 ul.tags li a.label-info:hover {
  color: #444444 !important;
  border-color: #444444;
}
.media-list > li {
  background: none;
  padding: 0;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  height: 15px;
  line-height: 15px;
  vertical-align: top;
  padding: 0 2px;
}
.thumbnails > li {
  background: none;
  padding: 0;
}
h1.componentheading,
.tag-category > h1,
.content-category > h1,
.categories-list > h1,
.blog-featured > h1,
.contact-category > h1,
.contact > h1,
.newsfeed-category > h1,
h1.page-title,
.finder > h1,
.weblink-category > h1,
.edit > h1,
.blog > h2 {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #444444;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 30px;
}
h2.item-title,
.page-header > h2,
.content-category > h2,
.cat-children > h3,
.contact-category > h2,
.weblink-category > h2,
.newsfeed > h2,
.newsfeed-category > h2,
.weblink-category > h2,
.contact > h3 {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #444444;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 30px;
}
h2.item-title a,
.page-header > h2 a,
.content-category > h2 a,
.cat-children > h3 a,
.contact-category > h2 a,
.weblink-category > h2 a,
.newsfeed > h2 a,
.newsfeed-category > h2 a,
.weblink-category > h2 a,
.contact > h3 a {
  color: #444444;
}
h2.item-title a:hover,
.page-header > h2 a:hover,
.content-category > h2 a:hover,
.cat-children > h3 a:hover,
.contact-category > h2 a:hover,
.weblink-category > h2 a:hover,
.newsfeed > h2 a:hover,
.newsfeed-category > h2 a:hover,
.weblink-category > h2 a:hover,
.contact > h3 a:hover {
  text-decoration: none;
  color: #e85c41;
}
.page-header > h1 {
  font-size: 46px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #444444;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.page-header > h1:after {
  position: absolute;
  bottom: 0;
  content: "\e014\e014\e014";
  font-family: "Glyphicons Halflings";
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  margin: 0 auto;
  width: 74px;
  left: 0;
  right: 0;
  letter-spacing: 9px;
}
h3.page-header {
  font-size: 1em;
  line-height: 1.7;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
h3.page-header a {
  color: #666666;
}
h3.page-header a:hover {
  color: #e85c41;
}
h3.page-header > .btn-mini {
  padding: 3px 6px;
  color: #ffffff;
}
h3.page-header > .btn-mini:hover {
  color: #ffffff;
}
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: -30px 0 30px;
  padding: 8px 0 0;
  font-size: 0.75em;
  line-height: 1.1;
  color: #999999;
  text-transform: uppercase;
}
dl.article-info dd {
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 1.1;
}
dl.article-info dd:last-child {
  margin: 0;
}
dl.article-info dd [class^="icon-"],
dl.article-info dd [class*=" icon-"] {
  display: none;
}
dl.article-info ~ dl.article-info {
  margin: 0;
}
.article-info-term {
  display: none;
}
.content_rating {
  margin-bottom: 10px;
}
.content_rating img {
  margin: 0;
}
.content_vote label {
  margin-right: 5px;
}
.categories-list .collapse {
  padding: 0 0 0 30px;
}
#archive-items .createdby {
  margin: 0 0 15px;
}
#archive-items [class*="row"] {
  margin-bottom: 30px;
}
#archive-items [class*="row"]:last-child {
  margin-bottom: 0;
}
.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: 60px;
}
.items-leading .leading:last-child,
.items-row:last-child {
  margin: 0;
}
.items-more,
.content-links {
  margin: 0 0 30px;
}
.item-image {
  margin-bottom: 30px;
  max-width: 100%;
}
figure.pull-left,
figure.pull-right,
figure.pull-center {
  max-width: 100%;
  margin: 0 0 30px;
}
.pull-none.item-image {
  text-align: center;
}
.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;
  padding: 22px 65px;
  background: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #e85c41;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.readmore:before,
.readmore:after {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.readmore:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #e85c41;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
  clip-path: url('../images/readmore.svg');
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  box-sizing: border-box;
}
.readmore:after {
  content: '\25CF \25CF \25CF';
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 20px;
  font-size: 20px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.readmore:hover {
  color: transparent;
  text-decoration: none;
}
.readmore:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.readmore:hover:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
  color: #e85c41;
}
p.readmore {
  display: block;
  text-align: right;
  margin: 30px 0 0;
  padding: 0;
  background: none;
  border: none;
}
p.readmore:before,
p.readmore:after {
  display: none;
}
p.readmore .btn {
  display: inline-block;
  padding: 22px 65px;
  background: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #e85c41;
  letter-spacing: 2px;
  text-transform: uppercase;
}
p.readmore .btn:before,
p.readmore .btn:after {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
p.readmore .btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #e85c41;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
  clip-path: url('../images/readmore.svg');
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  box-sizing: border-box;
}
p.readmore .btn:after {
  content: '\25CF \25CF \25CF';
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 20px;
  font-size: 20px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
p.readmore .btn:hover {
  color: transparent;
  text-decoration: none;
}
p.readmore .btn:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
p.readmore .btn:hover:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
  color: #e85c41;
}
.mod-articles-category-readmore a {
  display: inline-block;
  padding: 22px 65px;
  background: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #e85c41;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.mod-articles-category-readmore a:before,
.mod-articles-category-readmore a:after {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.mod-articles-category-readmore a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #e85c41;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
  clip-path: url('../images/readmore.svg');
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  box-sizing: border-box;
}
.mod-articles-category-readmore a:after {
  content: '\25CF \25CF \25CF';
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 20px;
  font-size: 20px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.mod-articles-category-readmore a:hover {
  color: transparent;
  text-decoration: none;
}
.mod-articles-category-readmore a:hover:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mod-articles-category-readmore a:hover:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
  color: #e85c41;
}
p.readmore a.btn .icon-chevron-right {
  display: none;
}
.jm-category-module .readmore {
  margin-top: 15px;
}
.dj-megamenu .readmore {
  padding: 22px 35px;
}
.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 rgba(0, 0, 0, 0.04);
  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;
  box-shadow: none;
}
.phrases-box,
fieldset.only {
  padding: 0 0 20px;
}
.phrases-box label,
fieldset.only label {
  display: inline-block;
  margin-right: 10px;
}
.btn .icon-search.icon-white {
  color: inherit;
}
fieldset.phrases {
  padding-bottom: 20px;
}
.tag-category .category li + li {
  margin: 30px 0 0;
}
.tag-category .category > li > h3 {
  font-size: 1em;
  margin: 0 0 20px;
}
.tag-category .form-inline label {
  vertical-align: middle;
  margin-right: 10px;
}
.tag-category > h2 {
  margin-bottom: 30px;
}
.tag-category form > ul > li > h3 {
  margin-bottom: 30px;
}
.tag-category form > ul > li {
  padding: 0;
  background: none !important;
}
.tag-category .tag-body {
  margin: 30px 0;
  display: block;
}
.tag-category .thumbnails > li,
.tag-category .category > li {
  background: none;
  padding: 0;
}
.tag-category .thumbnails > li h3 {
  font-size: 1em;
}
body .tip-wrap .tip {
  max-width: 300px;
  padding: 3px 8px;
  color: #666666;
  text-align: center;
  text-decoration: none;
  background: none;
  background-color: #ebebeb;
  border-radius: 0;
  font-weight: normal;
  z-index: 9999;
  opacity: 1;
  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;
}
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: #e85c41 !important;
}
.jmodedit:hover {
  color: #e54527 !important;
}
.article-index {
  margin-left: 30px;
}
.article-index + .pagenavcounter {
  margin-bottom: 10px;
}
.article-index .nav {
  min-width: 150px;
}
.calendar table {
  border-collapse: separate;
}
.jm-alert {
  display: block;
}
#templates-form .form-horizontal .control-label {
  float: none;
  width: auto;
  text-align: inherit;
}
#templates-form .form-horizontal .controls {
  margin-left: 0;
  margin-right: 0;
}
#jm-allpage .minicolors-theme-bootstrap .minicolors-input {
  line-height: 1.5;
  height: auto;
  width: auto;
}
.newsflash .newsflash-title {
  font-weight: normal;
  font-size: 1em;
  margin: 10px 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;
}
.relateditems > li,
.mostread > li,
.latestnews > li,
.archive-module > li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.relateditems > li:last-child,
.mostread > li:last-child,
.latestnews > li:last-child,
.archive-module > li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.relateditems > li a,
.mostread > li a,
.latestnews > li a,
.archive-module > li a {
  font-weight: 400;
  color: inherit;
  text-decoration: none;
}
.relateditems > li a:hover,
.mostread > li a:hover,
.latestnews > li a:hover,
.archive-module > li a:hover {
  color: #e85c41;
}
.categories-module li h1,
.categories-module li h2,
.categories-module li h3,
.categories-module li h4,
.categories-module li h5,
.categories-module li h6 {
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}
.categories-module li h1 a,
.categories-module li h2 a,
.categories-module li h3 a,
.categories-module li h4 a,
.categories-module li h5 a,
.categories-module li h6 a {
  color: inherit;
  text-decoration: none;
}
.categories-module li h1 a:hover,
.categories-module li h2 a:hover,
.categories-module li h3 a:hover,
.categories-module li h4 a:hover,
.categories-module li h5 a:hover,
.categories-module li h6 a:hover {
  color: #e85c41;
}
.categories-module li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.categories-module li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.category-module {
  margin: 0;
}
.category-module li {
  margin-bottom: 30px;
}
.category-module li p {
  line-height: 1.7;
  margin: 0 0 5px;
}
.category-module li > a {
  display: block;
  font-weight: normal;
}
.category-module span {
  display: inline-block;
  margin: 10px 0 0;
}
#form-login-username label.element-invisible,
#form-login-password label.element-invisible {
  display: none;
}
#login-form ul li .icon-arrow-right {
  display: none;
}
#mod-finder-searchform {
  margin: 0;
}
#mod-finder-searchform a {
  display: block;
  margin-top: 5px;
}
.form-search label.finder {
  padding: 0 10px 0 0;
}
.feed h2 ~ ul.newsfeed {
  margin-top: 10px;
}
.weblinks li {
  margin-top: 5px;
}
.weblinks li:first-child {
  margin: 0;
}
.weblinks li p {
  margin: 0;
}
.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;
}
.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: 59px;
  height: 59px;
  font-size: 14px;
  padding: 0 8px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.04);
  color: #999999;
  background: #ffffff;
  box-shadow: none;
  border-radius: 0;
  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 rgba(0, 0, 0, 0.04);
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-field input.default {
  font-family: inherit;
  color: #999999;
  padding: 0;
  margin: 0;
  height: 59px;
}
#jm-allpage .chzn-container-single .chzn-single div b {
  margin-top: 18px;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-choice {
  line-height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  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: #e85c41;
}
#jm-header .chzn-container-single .chzn-single,
#jm-bottom3 .chzn-container-single .chzn-single,
#jm-bottom5 .chzn-container-single .chzn-single,
#jm-bottom6 .chzn-container-single .chzn-single,
#jm-header .chzn-container-multi .chzn-choices,
#jm-bottom3 .chzn-container-multi .chzn-choices,
#jm-bottom5 .chzn-container-multi .chzn-choices,
#jm-bottom6 .chzn-container-multi .chzn-choices {
  border-color: rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.05);
}
#jm-header .chzn-container .chzn-drop,
#jm-bottom3 .chzn-container .chzn-drop,
#jm-bottom5 .chzn-container .chzn-drop,
#jm-bottom6 .chzn-container .chzn-drop {
  border-color: rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.05);
}
#jm-header .chzn-container-multi .chzn-choices .search-choice,
#jm-bottom3 .chzn-container-multi .chzn-choices .search-choice,
#jm-bottom5 .chzn-container-multi .chzn-choices .search-choice,
#jm-bottom6 .chzn-container-multi .chzn-choices .search-choice {
  line-height: 24px;
  border-color: rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.05);
}
#jm-header h3.page-header,
#jm-bottom3 h3.page-header,
#jm-bottom5 h3.page-header,
#jm-bottom6 h3.page-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
#jm-header ul.list-striped > li,
#jm-bottom3 ul.list-striped > li,
#jm-bottom5 ul.list-striped > li,
#jm-bottom6 ul.list-striped > li {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
#jm-header .categories-module li,
#jm-bottom3 .categories-module li,
#jm-bottom5 .categories-module li,
#jm-bottom6 .categories-module li,
#jm-header .relateditems > li,
#jm-bottom3 .relateditems > li,
#jm-bottom5 .relateditems > li,
#jm-bottom6 .relateditems > li,
#jm-header .mostread > li,
#jm-bottom3 .mostread > li,
#jm-bottom5 .mostread > li,
#jm-bottom6 .mostread > li,
#jm-header .latestnews > li,
#jm-bottom3 .latestnews > li,
#jm-bottom5 .latestnews > li,
#jm-bottom6 .latestnews > li,
#jm-header .archive-module > li,
#jm-bottom3 .archive-module > li,
#jm-bottom5 .archive-module > li,
#jm-bottom6 .archive-module > li {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
#jm-logo-nav ul.list-striped > li {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
#jm-logo-nav .categories-module li,
#jm-logo-nav .relateditems > li,
#jm-logo-nav .mostread > li,
#jm-logo-nav .latestnews > li,
#jm-logo-nav .archive-module > li {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
.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;
}
#system-message .alert {
  margin: 30px 0;
}
#system-message .alert a {
  text-decoration: none;
}
h3.jm-typo-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  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 rgba(0, 0, 0, 0.04);
  padding: 10px;
  background: #e7e6e6;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0 0 30px;
}
.jm-color {
  color: #e85c41;
}
.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;
  border-radius: 20px;
  font-size: 18px;
  color: #ffffff;
}
.jm-block.second span {
  background-color: #555555;
}
.quote-left,
.quote-right {
  display: block;
  position: relative;
  font-style: italic;
  color: #999999;
}
.quote-left:after,
.quote-right:after {
  content: '';
  position: absolute;
  width: 23px;
  height: 21px;
}
.quote-left {
  padding: 40px 0 50px 50px;
  float: right;
  text-align: left;
  border-left: 3px solid #444;
  margin: 20px 0 20px 100px;
}
.quote-left:after {
  top: 0;
  left: -50px;
  right: auto;
  background: url("../images/quote-left-light.png") no-repeat;
}
.quote-right {
  padding: 40px 50px 50px 0;
  float: left;
  text-align: right;
  border-right: 3px solid #444;
  margin: 20px 100px 20px 0;
}
.quote-right:after {
  top: 0;
  right: -50px;
  left: auto;
  background: url("../images/quote-right-light.png") no-repeat;
}
#jm-logo-nav .quote-left {
  border-left-color: #ffffff;
}
#jm-logo-nav .quote-left:after {
  background: url("../images/quote-left-dark.png") no-repeat;
}
#jm-logo-nav .quote-right {
  border-right-color: #ffffff;
}
#jm-logo-nav .quote-right:after {
  background: url("../images/quote-right-dark.png") no-repeat;
}
#jm-header .quote-left {
  border-left-color: #ffffff;
}
#jm-header .quote-left:after {
  background: url("../images/quote-left-dark.png") no-repeat;
}
#jm-header .quote-right {
  border-right-color: #ffffff;
}
#jm-header .quote-right:after {
  background: url("../images/quote-right-dark.png") no-repeat;
}
#jm-top1 .quote-left {
  border-left-color: #444444;
}
#jm-top1 .quote-right {
  border-right-color: #444444;
}
#jm-top4 .quote-left {
  border-left-color: #444444;
}
#jm-top4 .quote-right {
  border-right-color: #444444;
}
#jm-bottom3 .quote-left {
  border-left-color: #ffffff;
}
#jm-bottom3 .quote-left:after {
  background: url("../images/quote-left-dark.png") no-repeat;
}
#jm-bottom3 .quote-right {
  border-right-color: #ffffff;
}
#jm-bottom3 .quote-right:after {
  background: url("../images/quote-right-dark.png") no-repeat;
}
#jm-bottom5 .quote-left {
  border-left-color: #444444;
}
#jm-bottom5 .quote-left:after {
  background: url("../images/quote-left-dark.png") no-repeat;
}
#jm-bottom5 .quote-right {
  border-right-color: #444444;
}
#jm-bottom5 .quote-right:after {
  background: url("../images/quote-right-dark.png") no-repeat;
}
#jm-bottom6 .quote-left {
  border-left-color: #ffffff;
}
#jm-bottom6 .quote-left:after {
  background: url("../images/quote-left-dark.png") no-repeat;
}
#jm-bottom6 .quote-right {
  border-right-color: #ffffff;
}
#jm-bottom6 .quote-right:after {
  background: url("../images/quote-right-dark.png") no-repeat;
}
.border_img1 {
  padding: 4px;
  background: #ececec;
  box-sizing: border-box;
}
.border_img2 {
  background: #F2F2F2;
  border: 1px solid #E5E5E5;
  padding: 5px;
  box-sizing: border-box;
}
.border_img3 {
  border: 1px solid #DFDFDF;
  padding: 1px;
  background: #ffffff;
  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;
  border-radius: 5px;
}
p.greenfill {
  background: #DFF0D8;
  border: 1px solid #D6E9C6;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #468847;
  border-radius: 5px;
}
p.redfill {
  background: #F2DEDE;
  border: 1px solid #EED3D7;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #B94A48;
  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");
}
#jm-logo-nav p.jmbadge,
#jm-header p.jmbadge,
#jm-offcanvas p.jmbadge,
#jm-bottom3 p.jmbadge,
#jm-bottom5 p.jmbadge,
#jm-bottom6 p.jmbadge,
#jm-logo-nav span.jmbadge,
#jm-header span.jmbadge,
#jm-offcanvas span.jmbadge,
#jm-bottom3 span.jmbadge,
#jm-bottom5 span.jmbadge,
#jm-bottom6 span.jmbadge {
  background-image: url("../images/icons/white/badge.png");
}
#jm-logo-nav p.jmcalendar,
#jm-header p.jmcalendar,
#jm-offcanvas p.jmcalendar,
#jm-bottom3 p.jmcalendar,
#jm-bottom5 p.jmcalendar,
#jm-bottom6 p.jmcalendar,
#jm-logo-nav span.jmcalendar,
#jm-header span.jmcalendar,
#jm-offcanvas span.jmcalendar,
#jm-bottom3 span.jmcalendar,
#jm-bottom5 span.jmcalendar,
#jm-bottom6 span.jmcalendar {
  background-image: url("../images/icons/white/calendar.png");
}
#jm-logo-nav p.jmchat,
#jm-header p.jmchat,
#jm-offcanvas p.jmchat,
#jm-bottom3 p.jmchat,
#jm-bottom5 p.jmchat,
#jm-bottom6 p.jmchat,
#jm-logo-nav span.jmchat,
#jm-header span.jmchat,
#jm-offcanvas span.jmchat,
#jm-bottom3 span.jmchat,
#jm-bottom5 span.jmchat,
#jm-bottom6 span.jmchat {
  background-image: url("../images/icons/white/chat.png");
}
#jm-logo-nav p.jmcheck,
#jm-header p.jmcheck,
#jm-offcanvas p.jmcheck,
#jm-bottom3 p.jmcheck,
#jm-bottom5 p.jmcheck,
#jm-bottom6 p.jmcheck,
#jm-logo-nav span.jmcheck,
#jm-header span.jmcheck,
#jm-offcanvas span.jmcheck,
#jm-bottom3 span.jmcheck,
#jm-bottom5 span.jmcheck,
#jm-bottom6 span.jmcheck {
  background-image: url("../images/icons/white/check.png");
}
#jm-logo-nav p.jmcloud,
#jm-header p.jmcloud,
#jm-offcanvas p.jmcloud,
#jm-bottom3 p.jmcloud,
#jm-bottom5 p.jmcloud,
#jm-bottom6 p.jmcloud,
#jm-logo-nav span.jmcloud,
#jm-header span.jmcloud,
#jm-offcanvas span.jmcloud,
#jm-bottom3 span.jmcloud,
#jm-bottom5 span.jmcloud,
#jm-bottom6 span.jmcloud {
  background-image: url("../images/icons/white/cloud.png");
}
#jm-logo-nav p.jmdirection,
#jm-header p.jmdirection,
#jm-offcanvas p.jmdirection,
#jm-bottom3 p.jmdirection,
#jm-bottom5 p.jmdirection,
#jm-bottom6 p.jmdirection,
#jm-logo-nav span.jmdirection,
#jm-header span.jmdirection,
#jm-offcanvas span.jmdirection,
#jm-bottom3 span.jmdirection,
#jm-bottom5 span.jmdirection,
#jm-bottom6 span.jmdirection {
  background-image: url("../images/icons/white/direction.png");
}
#jm-logo-nav p.jmdivide,
#jm-header p.jmdivide,
#jm-offcanvas p.jmdivide,
#jm-bottom3 p.jmdivide,
#jm-bottom5 p.jmdivide,
#jm-bottom6 p.jmdivide,
#jm-logo-nav span.jmdivide,
#jm-header span.jmdivide,
#jm-offcanvas span.jmdivide,
#jm-bottom3 span.jmdivide,
#jm-bottom5 span.jmdivide,
#jm-bottom6 span.jmdivide {
  background-image: url("../images/icons/white/divide.png");
}
#jm-logo-nav p.jmerror,
#jm-header p.jmerror,
#jm-offcanvas p.jmerror,
#jm-bottom3 p.jmerror,
#jm-bottom5 p.jmerror,
#jm-bottom6 p.jmerror,
#jm-logo-nav span.jmerror,
#jm-header span.jmerror,
#jm-offcanvas span.jmerror,
#jm-bottom3 span.jmerror,
#jm-bottom5 span.jmerror,
#jm-bottom6 span.jmerror {
  background-image: url("../images/icons/white/error.png");
}
#jm-logo-nav p.jmfire,
#jm-header p.jmfire,
#jm-offcanvas p.jmfire,
#jm-bottom3 p.jmfire,
#jm-bottom5 p.jmfire,
#jm-bottom6 p.jmfire,
#jm-logo-nav span.jmfire,
#jm-header span.jmfire,
#jm-offcanvas span.jmfire,
#jm-bottom3 span.jmfire,
#jm-bottom5 span.jmfire,
#jm-bottom6 span.jmfire {
  background-image: url("../images/icons/white/fire.png");
}
#jm-logo-nav p.jmflag,
#jm-header p.jmflag,
#jm-offcanvas p.jmflag,
#jm-bottom3 p.jmflag,
#jm-bottom5 p.jmflag,
#jm-bottom6 p.jmflag,
#jm-logo-nav span.jmflag,
#jm-header span.jmflag,
#jm-offcanvas span.jmflag,
#jm-bottom3 span.jmflag,
#jm-bottom5 span.jmflag,
#jm-bottom6 span.jmflag {
  background-image: url("../images/icons/white/flag.png");
}
#jm-logo-nav p.jmheart,
#jm-header p.jmheart,
#jm-offcanvas p.jmheart,
#jm-bottom3 p.jmheart,
#jm-bottom5 p.jmheart,
#jm-bottom6 p.jmheart,
#jm-logo-nav span.jmheart,
#jm-header span.jmheart,
#jm-offcanvas span.jmheart,
#jm-bottom3 span.jmheart,
#jm-bottom5 span.jmheart,
#jm-bottom6 span.jmheart {
  background-image: url("../images/icons/white/heart.png");
}
#jm-logo-nav p.jmhome,
#jm-header p.jmhome,
#jm-offcanvas p.jmhome,
#jm-bottom3 p.jmhome,
#jm-bottom5 p.jmhome,
#jm-bottom6 p.jmhome,
#jm-logo-nav span.jmhome,
#jm-header span.jmhome,
#jm-offcanvas span.jmhome,
#jm-bottom3 span.jmhome,
#jm-bottom5 span.jmhome,
#jm-bottom6 span.jmhome {
  background-image: url("../images/icons/white/home.png");
}
#jm-logo-nav p.jminfo,
#jm-header p.jminfo,
#jm-offcanvas p.jminfo,
#jm-bottom3 p.jminfo,
#jm-bottom5 p.jminfo,
#jm-bottom6 p.jminfo,
#jm-logo-nav span.jminfo,
#jm-header span.jminfo,
#jm-offcanvas span.jminfo,
#jm-bottom3 span.jminfo,
#jm-bottom5 span.jminfo,
#jm-bottom6 span.jminfo {
  background-image: url("../images/icons/white/info.png");
}
#jm-logo-nav p.jmlist,
#jm-header p.jmlist,
#jm-offcanvas p.jmlist,
#jm-bottom3 p.jmlist,
#jm-bottom5 p.jmlist,
#jm-bottom6 p.jmlist,
#jm-logo-nav span.jmlist,
#jm-header span.jmlist,
#jm-offcanvas span.jmlist,
#jm-bottom3 span.jmlist,
#jm-bottom5 span.jmlist,
#jm-bottom6 span.jmlist {
  background-image: url("../images/icons/white/list.png");
}
#jm-logo-nav p.jmmail,
#jm-header p.jmmail,
#jm-offcanvas p.jmmail,
#jm-bottom3 p.jmmail,
#jm-bottom5 p.jmmail,
#jm-bottom6 p.jmmail,
#jm-logo-nav span.jmmail,
#jm-header span.jmmail,
#jm-offcanvas span.jmmail,
#jm-bottom3 span.jmmail,
#jm-bottom5 span.jmmail,
#jm-bottom6 span.jmmail {
  background-image: url("../images/icons/white/mail.png");
}
#jm-logo-nav p.jmpeople,
#jm-header p.jmpeople,
#jm-offcanvas p.jmpeople,
#jm-bottom3 p.jmpeople,
#jm-bottom5 p.jmpeople,
#jm-bottom6 p.jmpeople,
#jm-logo-nav span.jmpeople,
#jm-header span.jmpeople,
#jm-offcanvas span.jmpeople,
#jm-bottom3 span.jmpeople,
#jm-bottom5 span.jmpeople,
#jm-bottom6 span.jmpeople {
  background-image: url("../images/icons/white/people.png");
}
#jm-logo-nav p.jmstar,
#jm-header p.jmstar,
#jm-offcanvas p.jmstar,
#jm-bottom3 p.jmstar,
#jm-bottom5 p.jmstar,
#jm-bottom6 p.jmstar,
#jm-logo-nav span.jmstar,
#jm-header span.jmstar,
#jm-offcanvas span.jmstar,
#jm-bottom3 span.jmstar,
#jm-bottom5 span.jmstar,
#jm-bottom6 span.jmstar {
  background-image: url("../images/icons/white/star.png");
}
#jm-logo-nav p.jmstat,
#jm-header p.jmstat,
#jm-offcanvas p.jmstat,
#jm-bottom3 p.jmstat,
#jm-bottom5 p.jmstat,
#jm-bottom6 p.jmstat,
#jm-logo-nav span.jmstat,
#jm-header span.jmstat,
#jm-offcanvas span.jmstat,
#jm-bottom3 span.jmstat,
#jm-bottom5 span.jmstat,
#jm-bottom6 span.jmstat {
  background-image: url("../images/icons/white/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-weight: 900;
  font-family: 'Lato', sans-serif;
  line-height: 1.1;
  margin: 0 0 25px;
  color: #444444;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  font-size: 46px;
}
.dj-cat-title:after {
  position: absolute;
  bottom: 0;
  content: "\e014\e014\e014";
  font-family: "Glyphicons Halflings";
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  left: 0;
  right: 0;
  letter-spacing: 9px;
}
.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: 24px !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 2px;
  margin: 0 !important;
  text-align: center;
}
.dj-slide-title a {
  color: #ffffff !important;
}
.dj-slide-title a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
}
.dj-slide-title + .dj-slide-description {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.dj-slide-title + .dj-slide-description:after {
  position: absolute;
  top: 8px;
  content: "\e014\e014\e014";
  font-family: "Glyphicons Halflings";
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  left: 0;
  right: 0;
  letter-spacing: 9px;
}
.dj-slide-desc-bg {
  background: #e85c41 !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: #ffffff !important;
  text-align: center !important;
}
.dj-slide-desc-text a {
  color: #ffffff !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: #ffffff !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;
  padding: 22px 65px;
  background: none;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  color: #ffffff !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 3px solid #ffffff;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
}
#jm-allpage .dj-readmore-wrapper .dj-readmore:hover {
  color: #e85c41 !important;
  border-color: #ffffff;
  background: #ffffff;
}
#djmediatools .dj-categories {
  margin: 0 -10px;
}
#djmediatools .dj-categories a.dj-category,
#djmediatools .dj-categories a.dj-category:hover {
  color: #ffffff;
  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: #e85c41;
  opacity: 0.7 !important;
}
#djmediatools .dj-categories .dj-ctitle-in {
  padding: 20px !important;
  font-size: 24px !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  letter-spacing: 2px;
  line-height: 1.2 !important;
  text-align: center;
}
#djmediatools .dj-categories .dj-ctitle-in:hover {
  text-decoration: underline;
}
.dj-galleryGrid .dj-slide {
  opacity: 1 !important;
}
.dj-galleryGrid .dj-slide-desc-bg {
  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-title + .dj-slide-description {
  padding-top: 80px;
}
#jm-allpage .grid-ms .dj-galleryGrid .dj-slide-title + .dj-slide-description:after {
  top: 25px;
}
#jm-allpage .small-grid-ms .dj-galleryGrid .dj-slide {
  opacity: 1 !important;
}
#jm-allpage .small-grid-ms .dj-galleryGrid .dj-slide-desc,
#jm-allpage .small-grid-ms .dj-galleryGrid .dj-slide-desc-in {
  height: 100%;
  pointer-events: none;
}
#jm-allpage .small-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 .small-grid-ms .dj-galleryGrid .dj-slide-desc-text a {
  pointer-events: auto;
}
#jm-allpage .small-grid-ms .dj-galleryGrid .dj-slide-title {
  font-size: 16px !important;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}
#jm-allpage .small-grid-ms .dj-galleryGrid .dj-slide-title:after {
  position: absolute;
  bottom: 0;
  content: "\e014\e014\e014";
  font-family: "Glyphicons Halflings";
  font-weight: 900;
  font-size: 12.8px;
  line-height: 1;
  left: 0;
  right: 0;
  letter-spacing: 5px;
}
#jm-allpage .small-grid-ms .dj-galleryGrid .dj-slide-description,
#jm-allpage .small-grid-ms .dj-galleryGrid .dj-readmore-wrapper {
  display: none;
}
.dj-mslider .dj-indicators-in {
  padding: 5px !important;
  height: 30px;
  line-height: 30px;
}
.dj-mslider .dj-load-button {
  height: 8px !important;
  width: 8px !important;
  margin: 0 5px !important;
  border-radius: 100% !important;
  background: #e85c41 !important;
  border: 2px solid #e85c41 !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: 8px !important;
  width: 8px !important;
  margin: 0 5px !important;
  border-radius: 100% !important;
  background: #e85c41 !important;
  border: 2px solid #e85c41 !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: 100% !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0 2px !important;
  background: rgba(232, 92, 65, 0.8) !important;
}
.dj-slideshow .dj-load-button .dj-key,
.dj-slideshow .dj-load-button .dj-key {
  font-size: 14px !important;
}
.dj-slideshow .dj-load-button-active,
.dj-slideshow .dj-load-button:hover {
  background: #e85c41 !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;
}
.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;
  display: inline-block;
  border: none !important;
}
.dj-tabber .dj-tab {
  background: #e85c41 !important;
  margin: 0 !important;
  padding: 0 20px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
}
.dj-tabber .dj-tab span.dj-tab-in span {
  color: #ffffff !important;
}
.dj-tabber .dj-tab-active {
  background: #ffffff !important;
}
.dj-tabber .dj-tab-active span.dj-tab-in span {
  color: #e85c41 !important;
}
.dj-tabber span.dj-tab-in {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  text-shadow: none !important;
}
.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: #ffffff !important;
}
.box_skitter .label_skitter p {
  font-size: 16px !important;
  letter-spacing: none !important;
  color: #ffffff !important;
  font-family: inherit !important;
  letter-spacing: normal !important;
}
.box_skitter .info_slide {
  opacity: 1 !important;
}
.box_skitter .image_number {
  font-size: 14px !important;
  color: #ffffff !important;
  box-shadow: none !important;
  border-radius: 100% !important;
  padding: 0 !important;
  border: none !important;
  background: rgba(232, 92, 65, 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 {
  background: #e85c41 !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 {
  background: rgba(232, 92, 65, 0.8) !important;
  margin: 0 4px !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  width: 30px !important;
  height: 30px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 30px !important;
  color: #ffffff !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none !important;
  border-radius: 100% !important;
}
#jm-allpage .slider-wrapper .nivo-controlNav a.active,
#jm-allpage .slider-wrapper .nivo-controlNav a:hover {
  background: #e85c41 !important;
}
#jm-allpage .kwicks li {
  background: none;
  max-width: 100%;
}
#jm-allpage .kwicks .dj-slide-desc {
  max-width: 100%;
  background: rgba(232, 92, 65, 0.7) !important;
  opacity: 0 !important;
}
#jm-allpage .kwicks .kwicks-expanded .dj-slide-desc {
  opacity: 1 !important;
}
#jm-allpage .djtabs.default-theme {
  margin: 0;
}
#jm-allpage .djtabs.default-theme .djtabs-in-border {
  border: none;
}
#jm-allpage .djtabs.default-theme .tabs-wrapper {
  margin: 0 -15px;
}
#jm-allpage .djtabs.default-theme .djtabs-title-wrapper {
  float: left;
  margin: 0 15px 5px;
}
#jm-allpage .djtabs.default-theme .djtabs-title {
  font: inherit;
  font-size: 1.125em;
  font-weight: 900;
  height: auto;
  width: auto !important;
  line-height: 30px;
  margin: 0;
  padding: 13px 50px 12px;
  text-decoration: none;
  text-align: center;
  color: #444444;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 0;
  box-sizing: border-box;
  text-transform: none;
}
#jm-allpage .djtabs.default-theme .djtabs-title:hover,
#jm-allpage .djtabs.default-theme .djtabs-active-wrapper .djtabs-title {
  padding-bottom: 10px;
  color: #444444;
  background: transparent;
  border-bottom: 3px solid #e85c41;
}
#jm-allpage .djtabs.default-theme .djtabs-in {
  margin: 0;
  padding: 30px 0 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 rgba(0, 0, 0, 0.04);
}
#jm-allpage .djtabs.default-theme .djtabs-article-group:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
#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;
  border-radius: 0;
}
#jm-allpage .djtabs.default-theme .djtabs-panel span {
  line-height: 18px;
}
#jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title {
  font-size: 18px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  color: #444444;
  text-transform: uppercase;
  margin: 0;
  padding-right: 30px;
  box-sizing: border-box;
}
#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: #999999;
  font-weight: 900;
  line-height: 18px;
  text-transform: uppercase;
}
#jm-allpage .djtabs.default-theme .djtabs-panel:hover .djtabs-panel-title,
#jm-allpage .djtabs.default-theme .djtabs-panel .djtabs-panel-title:hover {
  color: #e85c41 !important;
}
#jm-allpage .djtabs.default-theme .djtabs-panel-active .djtabs-panel-title {
  color: #e85c41 !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: 2px solid rgba(68, 68, 68, 0.2);
  padding: 2px 3px 3px 4px;
}
#jm-allpage .djtabs.default-theme .djtabs-panel-active > span.djtabs-panel-toggler:after {
  content: "\2212";
  border-color: #444444;
}
#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 rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
#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: 18px;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel-title {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  color: #444444 !important;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel .djtabs-panel-title:hover {
  color: #e85c41 !important;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel-active .djtabs-panel-title {
  color: #444444 !important;
}
#jm-allpage .djtabs.default-theme .type-article .djtabs-panel-date {
  line-height: 18px;
}
#jm-allpage .djtabs.default-theme .djtabs-date-in {
  font: inherit;
  font-weight: 400;
  color: #999999;
  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: #e85c41;
}
#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: #999999;
  font-weight: 400;
  margin: 0 0 0 10px;
  font-size: 13.6px;
  text-transform: uppercase;
}
#jm-allpage .djtabs.default-theme .djtabs-article-author a,
#jm-allpage .djtabs.default-theme .djtabs-article-category a {
  font-weight: 400;
  color: #e85c41;
}
#jm-allpage .djtabs.default-theme .djtabs-readmore {
  margin: 25px 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: 15px;
  text-decoration: none;
  border-radius: 0;
  border: none;
  background: #e85c41;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 14px;
  padding: 22px 65px;
  height: auto;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: normal;
  font-weight: 400;
}
#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;
  transition: all 0.2s ease-in;
  background: rgba(232, 92, 65, 0.85);
}
#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;
  transition: all 0.2s ease-in;
  background: rgba(232, 92, 65, 0.85);
}
#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-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.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 rgba(0, 0, 0, 0.04);
}
#jm-allpage .djtabs.default-theme.accordion .djtabs-title {
  width: 100% !important;
  text-align: left;
  border-top: none;
  border-left: 3px solid transparent;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#jm-allpage .djtabs.default-theme.accordion .djtabs-title:hover,
#jm-allpage .djtabs.default-theme.accordion .djtabs-active-wrapper .djtabs-title {
  border-left-color: #e85c41;
}
#jm-allpage .djtabs.default-theme.accordion .djtabs-body-in {
  padding: 0 25px;
}
/*# sourceMappingURL=/templates/jm-trips/css/template.26.map */