#jm-allpage {
  position: relative;
  background: #f5f5f5;
}
.sticky-bar #jm-allpage {
  padding-top: 99px;
}
#jm-bar-wrapp {
  width: 100%;
}
.sticky-bar #jm-bar-wrapp {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}
#jm-top-bar {
  background: #f5f5f5;
  line-height: 40px;
  font-size: 12px;
  color: #999999;
}
#jm-top-bar p {
  margin: 0;
}
#jm-top-bar div.login-greeting,
#jm-top-bar .logout-button {
  display: inline-block;
}
#jm-top-bar .logout-button .btn {
  font-size: 10px;
  height: 24px;
  line-height: 1.1;
  padding: 0 15px;
  vertical-align: top;
  margin-left: 10px !important;
  margin-top: 8px;
}
#jm-top-bar-in {
  padding: 0 30px;
}
#jm-djmenu {
  line-height: 1;
  padding-top: 22px;
  padding-bottom: 22px;
}
#jm-bar {
  padding: 5px 0;
  background: #ffffff;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
#jm-bar-in {
  padding: 0 30px;
}
#jm-bar-left {
  padding-right: 30px;
}
#jm-logo-sitedesc {
  font-family: 'Raleway', sans-serif;
  color: #999999;
}
#jm-logo-sitedesc #jm-logo {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0;
}
#jm-logo-sitedesc #jm-logo a {
  color: #999999;
  display: block;
  text-decoration: none;
}
#jm-logo-sitedesc #jm-logo a:hover {
  color: #b7853d;
}
#jm-logo-sitedesc #jm-logo img {
  vertical-align: top;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 5px 0;
}
#jm-logo-sitedesc #jm-sitedesc {
  vertical-align: middle;
}
#jm-header {
  color: #8c8c8c;
}
#jm-header + section {
  position: relative;
  z-index: 100;
}
#jm-top-in {
  padding: 30px 30px 0;
  background: #ffffff;
}
#jm-system-message {
  padding-top: 30px;
}
#jm-breadcrumbs-in {
  padding: 30px 30px 0;
  background: #ffffff;
}
#jm-main-in {
  padding: 30px 30px 0;
  background: #ffffff;
}
#jm-maincontent {
  margin-bottom: 30px;
}
#jm-bottom-in {
  padding: 30px 30px 0;
  background: #ffffff;
}
#jm-footer {
  font-size: 13px;
  font-weight: 500;
  color: #717171;
  padding: 30px 0;
  background: #2a2a2a;
  border-top: 6px solid #b7853d;
}
#jm-footer-mod {
  padding: 30px;
}
#jm-footer-wrapper {
  padding: 0 30px;
}
#jm-footer-right {
  text-align: right;
}
#jm-footer-center {
  text-align: left;
}
#jm-footer-left {
  text-align: left;
}
#jm-footer-left + #jm-footer-center {
  text-align: center;
}
#jm-footer-left,
#jm-footer-right,
#jm-footer-center {
  line-height: 30px;
}
#jm-poweredby a {
  color: #939393;
}
#jm-back-top {
  margin: 0;
}
#jm-back-top a {
  color: #444444;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
}
#jm-back-top a:after {
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -6px;
  right: auto;
  background: url('../images/backtotop.png');
  width: 11px;
  height: 6px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  pointer-events: none;
}
#jm-back-top a:hover:after {
  top: -25px;
}
#jm-top + #jm-breadcrumbs #jm-breadcrumbs-in,
#jm-top + #jm-main #jm-main-in,
#jm-top + #jm-bottom #jm-bottom-in {
  padding: 0 30px;
}
#jm-breadcrumbs + #jm-main #jm-main-in,
#jm-breadcrumbs + #jm-bottom #jm-bottom-in {
  padding: 0 30px;
}
#jm-main + #jm-bottom #jm-bottom-in {
  padding: 0 30px;
}
.responsive-disabled {
  min-width: 1170px;
}
.responsive-disabled #jm-allpage {
  padding: 0 !important;
  min-width: 1170px;
}
.responsive-disabled.sticky-bar #jm-bar-wrapp {
  position: static !important;
}
.texttoggler {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none !important;
  margin: 0 1px;
  display: inline-block;
}
.texttoggler.small {
  font-size: 0.8em;
}
.texttoggler.normal {
  font-size: 1.1em;
}
.texttoggler.large {
  font-size: 1.3em;
}
.smallview #jm-maincontent {
  font-size: 0.9em;
  line-height: 1.5em;
}
.largeview #jm-maincontent {
  font-size: 1.1em;
  line-height: 1.5em;
}
.span0 {
  float: none !important;
}
.span50 {
  float: left !important;
  width: 50% !important;
}
.jm-module {
  margin-bottom: 30px;
}
.jm-module .jm-title {
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0 0 15px;
  position: relative;
  color: #444444;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  letter-spacing: 3px;
}
.jm-module .jm-title:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: auto;
  height: 5px;
  width: 100%;
  background: url('../images/border.png');
}
.tags_filter {
  margin-bottom: 10px;
}
.customtags_filter div.item-metadata {
  width: 100%;
  text-align: center;
}
.customtags_filter div.tags_filter_wrapper {
  margin-bottom: 10px;
  display: inline-block;
  _display: inline;
  *display: inline;
}
.customtags_filter div.item-metadata a {
  background: #555555;
  color: #ffffff;
  padding: 3px;
  margin: 7px 2px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  border: solid 1px #222222;
}
.customtags_filter div.item-metadata a:hover {
  background: #222222;
  border: solid 1px #000000;
}
#jm-header .jm-module .jm-title {
  color: #444444;
}
.moduletable {
  margin: 0 0 30px;
}
.moduletable > h3 {
  margin: 0 0 20px;
  color: #444444;
}
.jm-module-raw {
  float: right;
  margin-left: 20px;
}
.jm-module-raw:last-child {
  margin-left: 0;
}
.jm-module.dark-ms .jm-module-in {
  background: #2a2a2a;
  padding: 30px;
  color: #c2c2c2;
}
.jm-module.dark-ms .jm-title {
  color: #ffffff;
  padding: 0;
  margin: 0 0 25px;
  line-height: 1.1;
}
.jm-module.dark-ms .jm-title:after {
  display: none;
}
.jm-module.white-ms .jm-module-in {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #8c8c8c;
}
.jm-module.white-ms .jm-title {
  color: #444444;
  padding: 0;
  margin: 0 0 25px;
  line-height: 1.1;
}
.jm-module.white-ms .jm-title:after {
  display: none;
}
#jm-footer .jm-title {
  color: #ffffff;
}
#jm-footer .jm-title:after {
  background: url('../images/border-light.png');
}
#jm-offcanvas .jm-title {
  color: #ffffff;
}
#jm-offcanvas .jm-title:after {
  background: url('../images/border-light.png');
}
.jm-module.small-title-ms .jm-title {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 2px;
  padding: 0;
  margin: 0 0 25px;
}
.jm-module.small-title-ms .jm-title:after {
  display: none;
}
p.jm-hr {
  margin: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: url('../images/border.png');
}
#jm-offcanvas p.jm-hr,
#jm-footer p.jm-hr,
.dark-ms p.jm-hr {
  background: url('../images/border-light.png');
}
#jm-allpage .jm-module.margin-ms {
  margin: 0;
}
#jm-allpage .jm-module.bottom-margin-ms {
  margin-bottom: 0;
}
#jm-allpage .jm-module.side-margin-ms {
  margin-left: -30px;
}
#jm-header .jm-module {
  margin: 30px;
}
#jm-header .jm-module + .jm-module {
  margin: 0 30px 30px;
}
#jm-header .jm-module.header-ms {
  margin: 0 0 -70px;
}
.category-module {
  margin: -30px -15px;
}
.category-module li {
  background-image: none;
  line-height: 1.1;
  padding: 30px 15px 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.category-module li p {
  line-height: 1.7;
}
.category-module li > a {
  display: block;
  font-weight: normal;
}
.category-module .mod-articles-category-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #444444;
  text-decoration: none;
}
.category-module .mod-articles-category-title:hover {
  color: #b7853d;
}
.category-module .mod-articles-category-date {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.category-module .mod-articles-category-introtext {
  margin-top: 20px;
}
.col2 .category-module li {
  width: 50%;
}
.col3 .category-module li {
  width: 33.3%;
}
.col4 .category-module li {
  width: 25%;
}
.dark-ms .category-module .mod-articles-category-title {
  color: #ffffff;
}
.dark-ms .category-module .mod-articles-category-title:hover {
  color: #b7853d;
}
#jm-footer .category-module .mod-articles-category-title {
  color: #ffffff;
}
#jm-footer .category-module .mod-articles-category-title:hover {
  color: #b7853d;
}
#jm-offcanvas .category-module .mod-articles-category-title {
  color: #ffffff;
}
#jm-offcanvas .category-module .mod-articles-category-title:hover {
  color: #b7853d;
}
.category-module.nav.menu .mod-articles-category-title {
  text-transform: none;
  letter-spacing: normal;
}
#jm-djmenu .mod-articles-category-title {
  font-size: 12px;
  line-height: 1;
}
#jm-djmenu .category-module {
  margin: -10px 0 0;
}
#jm-djmenu .category-module li {
  padding: 10px 0 0;
}
#jm-djmenu .category-module .mod-articles-category-introtext {
  margin-top: 10px;
}
.popular-ms .category-module {
  margin: 0;
}
.popular-ms .category-module li {
  padding: 10px 0 0;
  margin: 10px 0 0;
  background-repeat: repeat-x;
  background-position: left top;
  background-image: url('../images/menu-border-bg.png');
}
.popular-ms .category-module li:first-child {
  background: none;
  padding: 0;
  margin: 0;
}
.popular-ms .category-module .mod-article-image {
  float: left;
  display: table;
  margin-right: 15px;
}
.popular-ms .category-module .mod-article-image img {
  max-width: 100px;
  padding: 4px;
  border: 1px solid #ededed;
}
.popular-ms .category-module .mod-articles-category-title {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
  margin: 5px 0 0;
}
.popular-ms .category-module .mod-articles-category-date {
  font-size: 13px;
  text-transform: none;
  display: block;
}
.popular-ms .category-module .mod-articles-category-introtext {
  margin: 5px 0 0;
}
.contact-ps h3,
.contact-ps form#contact-form > fieldset > legend,
.contact-ps > .contact-address.dl-horizontal {
  display: none !important;
}
.contact-ps > h3:first-child {
  display: block !important;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 500;
  color: #444444;
  margin: 0;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.contact-ps .form-horizontal .control-label {
  float: none;
  width: auto;
  text-align: inherit;
  padding: 0;
}
.contact-ps .form-horizontal .control-label label {
  margin: 0 0 10px;
}
.contact-ps .form-horizontal .controls {
  margin: 0;
}
.contact-ps .form-actions {
  background: none;
  border: none;
  padding: 0;
}
.nav.menu {
  margin: 0;
}
.nav.menu li {
  display: block;
  position: relative;
  padding: 0;
}
.nav.menu li:hover > a,
.nav.menu li:hover > span.separator,
.nav.menu li.active > a,
.nav.menu li.active > span.separator {
  color: #b7853d;
}
.nav.menu ul {
  padding: 0 0 5px;
  margin: 0;
}
.nav.menu > li > ul {
  padding: 0 0 13px;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: url('../images/menu-border-bg.png');
}
.nav.menu > li:first-child > a,
.nav.menu > li:first-child > span.separator {
  padding-top: 0;
  margin-top: 0;
}
.nav.menu > li:last-child > a,
.nav.menu > li:last-child > span.separator {
  background: none;
}
.nav.menu > li.parent:first-child > a,
.nav.menu > li.parent:first-child > span.separator {
  padding-top: 0;
  margin-top: 0;
}
.nav.menu > li.parent:first-child > a:after,
.nav.menu > li.parent:first-child > span.separator:after {
  top: 0;
}
.nav.menu li a,
.nav.menu li span.separator {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  padding: 13px 0 0;
  vertical-align: top;
  text-decoration: none;
  color: #8c8c8c;
  background: none;
}
.nav.menu > li > a,
.nav.menu > li > span.separator {
  padding: 13px 0px;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: url("../images/menu-border-bg.png");
}
.nav.menu > li.parent > a,
.nav.menu > li.parent > span.separator {
  position: relative;
  padding-right: 10px;
}
.nav.menu > li.parent > a:after,
.nav.menu > li.parent > span.separator:after {
  content: '+';
  font-size: 14px;
  line-height: 1.1;
  position: absolute;
  right: 0;
  left: auto;
  top: 13px;
}
.nav.menu > li.parent.deeper > a:after,
.nav.menu > li.parent.deeper > span.separator:after {
  content: '-';
}
.nav.menu .nav-child > li {
  padding-left: 20px;
  background-position: left 18px;
  background-repeat: no-repeat;
  background-image: url('../images/menu-arrow.png');
}
.nav.menu .nav-child > li:hover,
.nav.menu .nav-child > li.active {
  background-image: url('../images/scheme1/menu-arrow.png');
}
.nav.menu li a img {
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#jm-footer .nav.menu > li > ul,
#jm-offcanvas .nav.menu > li > ul,
.dark-ms .nav.menu > li > ul {
  background-image: url('../images/menu-border-bg-light.png');
}
#jm-footer .nav.menu > li > a,
#jm-offcanvas .nav.menu > li > a,
.dark-ms .nav.menu > li > a,
#jm-footer .nav.menu > li > span.separator,
#jm-offcanvas .nav.menu > li > span.separator,
.dark-ms .nav.menu > li > span.separator {
  background-image: url('../images/menu-border-bg-light.png');
}
#jm-footer .nav.menu > li:last-child > a,
#jm-offcanvas .nav.menu > li:last-child > a,
.dark-ms .nav.menu > li:last-child > a,
#jm-footer .nav.menu > li:last-child > span.separator,
#jm-offcanvas .nav.menu > li:last-child > span.separator,
.dark-ms .nav.menu > li:last-child > span.separator {
  background: none;
}
#jm-footer .nav.menu li:hover > a,
#jm-footer .nav.menu li:hover > span.separator,
#jm-footer .nav.menu li.active > a,
#jm-footer .nav.menu li.active > span.separator {
  color: #b7853d;
}
#jm-footer .nav.menu li a,
#jm-footer .nav.menu li span.separator {
  color: #8c8c8c;
}
.dark-ms .nav.menu li:hover > a,
.dark-ms .nav.menu li:hover > span.separator,
.dark-ms .nav.menu li.active > a,
.dark-ms .nav.menu li.active > span.separator {
  color: #b7853d;
}
.dark-ms .nav.menu li a,
.dark-ms .nav.menu li span.separator {
  color: #8c8c8c;
}
#jm-offcanvas .nav.menu li:hover > a,
#jm-offcanvas .nav.menu li:hover > span.separator,
#jm-offcanvas .nav.menu li.active > a,
#jm-offcanvas .nav.menu li.active > span.separator {
  color: #b7853d;
}
#jm-offcanvas .nav.menu li a,
#jm-offcanvas .nav.menu li span.separator {
  color: #8c8c8c;
}
.white-ms .nav.menu li:hover > a,
.white-ms .nav.menu li:hover > span.separator,
.white-ms .nav.menu li.active > a,
.white-ms .nav.menu li.active > span.separator {
  color: #b7853d;
}
.white-ms .nav.menu li a,
.white-ms .nav.menu li span.separator {
  color: #8c8c8c;
}
.dj-megamenu .nav.menu li:hover > a,
.dj-megamenu .nav.menu li:hover > span.separator,
.dj-megamenu .nav.menu li.active > a,
.dj-megamenu .nav.menu li.active > span.separator {
  color: #b7853d;
}
.dj-megamenu .nav.menu li a,
.dj-megamenu .nav.menu li span.separator {
  font-size: 13px;
  color: #999999;
  padding: 15px 0 0;
  margin: 0;
  border: none;
}
.dj-megamenu .nav.menu > li > a,
.dj-megamenu .nav.menu > li > span.separator {
  background: none;
}
.dj-megamenu .nav.menu > li:first-child > a,
.dj-megamenu .nav.menu > li:first-child > span.separator {
  padding-top: 0;
}
.dj-megamenu .nav.menu > li:first-child.parent > a:after,
.dj-megamenu .nav.menu > li:first-child.parent > span.separator:after {
  top: 0;
}
.dj-megamenu .nav.menu > li.parent > a,
.dj-megamenu .nav.menu > li.parent > span.separator {
  padding-right: 15px;
}
.dj-megamenu .nav.menu > li.parent > a:after,
.dj-megamenu .nav.menu > li.parent > span.separator:after {
  font-size: 13px;
  line-height: 1;
  top: 17px;
  left: auto;
  right: 0;
}
.dj-megamenu .nav.menu .nav-child > li {
  background-position: left 18px;
}
.dj-megamenu .nav.menu > li > ul {
  background: none;
  padding: 0;
}
#jm-top-bar .nav.menu > li {
  display: inline-block;
  vertical-align: top;
}
#jm-top-bar .nav.menu > li:hover > a,
#jm-top-bar .nav.menu > li:hover > span.separator,
#jm-top-bar .nav.menu > li.active > a,
#jm-top-bar .nav.menu > li.active > span.separator {
  color: #b7853d;
}
#jm-top-bar .nav.menu > li > a,
#jm-top-bar .nav.menu > li > span.separator {
  font-size: 12px;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  height: 40px;
  line-height: 40px;
  position: relative;
  color: #999999;
  background: none;
}
#jm-top-bar .nav.menu > li > a:before,
#jm-top-bar .nav.menu > li > span.separator:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 2px;
  background: #d5d5d5;
  top: 50%;
  left: 0;
  right: auto;
}
#jm-top-bar .nav.menu > li:first-child > a,
#jm-top-bar .nav.menu > li:first-child > span.separator {
  margin: 0;
  padding: 0;
}
#jm-top-bar .nav.menu > li:first-child > a:before,
#jm-top-bar .nav.menu > li:first-child > span.separator:before {
  display: none;
}
#jm-top-bar .nav.menu ul,
#jm-top-bar .nav.menu > li.parent > a:after,
#jm-top-bar .nav.menu > li.parent > span.separator:after {
  display: none;
}
.nav.menu.classic-ms .nav-child > li {
  padding-left: 20px;
  background: none !important;
}
.nav.menu.classic-ms > li > ul {
  background: none !important;
  padding: 0;
}
.nav.menu.classic-ms li a,
.nav.menu.classic-ms li span.separator {
  background: none !important;
  padding: 0 0 15px;
  font-size: 13px;
  font-weight: 500;
}
.nav.menu.classic-ms > li.parent > a:after,
.nav.menu.classic-ms > li.parent > span.separator:after {
  display: none;
}
#jm-footer .nav.menu.classic-ms li a,
#jm-footer .nav.menu.classic-ms li span.separator {
  color: #717171;
}
#jm-offcanvas .nav.menu.classic-ms li a,
#jm-offcanvas .nav.menu.classic-ms li span.separator {
  color: #c2c2c2;
}
.dark-ms .nav.menu.classic-ms li a,
.dark-ms .nav.menu.classic-ms li span.separator {
  color: #c2c2c2;
}
#jm-footer .nav.menu.classic-ms li:hover > a,
#jm-offcanvas .nav.menu.classic-ms li:hover > a,
.dark-ms .nav.menu.classic-ms li:hover > a,
#jm-footer .nav.menu.classic-ms li:hover > span.separator,
#jm-offcanvas .nav.menu.classic-ms li:hover > span.separator,
.dark-ms .nav.menu.classic-ms li:hover > span.separator,
#jm-footer .nav.menu.classic-ms li.active > a,
#jm-offcanvas .nav.menu.classic-ms li.active > a,
.dark-ms .nav.menu.classic-ms li.active > a,
#jm-footer .nav.menu.classic-ms li.active > span.separator,
#jm-offcanvas .nav.menu.classic-ms li.active > span.separator,
.dark-ms .nav.menu.classic-ms li.active > span.separator {
  color: #b7853d;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}
.cf:after {
  clear: both;
}
.label-info[href],
.badge-info[href],
.label-info,
.badge-info {
  color: #ffffff;
  background: #b7853d;
}
.label-info[href]:hover,
.badge-info[href]:hover,
.label-info:hover,
.badge-info:hover {
  background: #c99d5e;
}
.tags {
  margin: 30px 0;
}
ul.tags.inline > li {
  padding: 0;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  height: 20px;
  line-height: 17px;
  vertical-align: top;
  padding: 0 2px;
}
.well,
.form-actions {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chzn-container li {
  background: none;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 50px;
}
#jm-allpage .chzn-container-single .chzn-single,
#jm-allpage .chzn-container-multi .chzn-choices {
  line-height: 48px;
  height: 50px;
  font-size: 16px;
  padding: 0 8px;
  vertical-align: middle;
  border: 1px solid #e9e9e9;
  color: #979ea1;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jm-allpage .chzn-container-single .chzn-single div {
  left: auto;
  right: 8px;
  width: 15px;
}
#jm-allpage .chzn-container .chzn-drop {
  border: 1px solid #e9e9e9;
  border-top: none;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-field input.default {
  font-family: inherit;
  color: #979ea1;
  padding: 0;
  margin: 0;
  height: 50px;
}
#jm-allpage .chzn-container-single .chzn-single div b {
  margin-top: 13px;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-choice {
  line-height: 20px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-choice span {
  font-size: 13px;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  top: 10px;
}
#jm-allpage .chzn-choices li,
#jm-allpage .chzn-results li {
  background-image: none !important;
}
#jm-allpage .chzn-container .chzn-results {
  padding-top: 4px;
}
#jm-allpage .chzn-container .chzn-results li.highlighted {
  background: #b7853d;
}
#jm-allpage .chzn-container-active.chzn-container-multi .chzn-choices {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.ch-item.ch-first .ch-info,
.ch-item.ch-second .ch-info .ch-info-back,
.ch-item.ch-third .ch-info .ch-info-back {
  background: #b7853d;
}
h1.componentheading,
.tag-category > h1,
.page-header > h1,
.content-category > h1,
.categories-list > h1,
.blog-featured > h1,
.blog > h2,
.contact-category > h1,
.contact > h1,
.newsfeed-category > h1,
h1.page-title,
.finder > h1,
.weblink-category > h1,
.edit > h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  color: #444444;
  font-weight: 500;
  line-height: 1.1;
  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-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: #444444;
  display: block;
  margin: 0 0 20px;
}
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: #b7853d;
}
h3.page-header.item-title {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin: 0 0 30px;
}
h3.page-header .btn [class^="icon-"],
h3.page-header .btn [class*=" icon-"] {
  margin-top: -3px !important;
  vertical-align: middle;
}
h3.page-header .btn.btn-mini {
  height: 35px;
  line-height: 35px;
}
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;
}
dl.article-info {
  color: #858585;
  margin: 0 0 30px;
  font-size: 13px;
  line-height: 1.5;
}
dl.article-info dd {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 0 14px 0 0;
  position: relative;
}
dl.article-info dd:after {
  content: '/';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
dl.article-info dd:last-child {
  margin: 0;
  padding: 0;
}
dl.article-info dd:last-child:after {
  display: none;
}
dl.article-info dd [class^="icon-"],
dl.article-info dd [class*=" icon-"] {
  display: none;
}
dl.article-info ~ dl.article-info {
  margin: 0;
}
.article-info-term {
  display: none;
}
.content_rating {
  margin-bottom: 10px;
}
.content_rating img {
  margin: 0;
}
.content_rating + form {
  margin-bottom: 20px;
}
.content_vote label {
  margin-right: 5px;
}
.categories-list .collapse {
  padding: 0 0 0 20px;
}
.categories-list h3.page-header {
  font-size: 1em;
  line-height: 1.7;
  display: inline-block;
  width: 100%;
}
.categories-list div > .category-desc {
  margin-bottom: 20px;
}
.category-list h3.page-header {
  font-size: 1em;
  line-height: 1.7;
  display: inline-block;
  width: 100%;
}
.category-list .filters .btn-group label {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.items-leading div[class*="leading-"],
.items-row .item {
  *zoom: 1;
}
.items-leading div[class*="leading-"]:before,
.items-row .item:before,
.items-leading div[class*="leading-"]:after,
.items-row .item:after {
  display: table;
  content: "";
  line-height: 0;
}
.items-leading div[class*="leading-"]:after,
.items-row .item:after {
  clear: both;
}
.items-leading div[class*="leading-"],
.items-row {
  margin-bottom: 30px;
  padding-bottom: 34px;
  background: url('../images/border.png') repeat-x left bottom;
}
.items-leading .leading:last-child,
.items-row:last-child {
  margin: 0;
  padding: 0;
  background: none;
}
.archive .filters {
  margin-bottom: 20px;
}
.archive .filter-search label {
  margin-top: 10px;
}
.archive .filter-search #filter-search {
  vertical-align: top;
}
.item-image {
  margin-bottom: 30px;
  max-width: 100%;
}
.item-image img {
  border: 1px solid #ededed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  padding: 4px;
}
.item-image a {
  color: inherit;
  text-decoration: none;
}
.item-image a:hover {
  color: inherit;
  text-decoration: none;
}
figure.pull-left,
figure.pull-right,
figure.pull-center {
  max-width: 100%;
  margin: 0 0 20px;
}
.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: 10px 0 0;
}
div.img_caption {
  margin: 0 auto;
}
p.img_caption {
  text-align: center;
  background: #eeeeee;
  padding: 5px;
  margin: 0;
}
p.readmore,
p.mod-articles-category-readmore {
  margin: 15px 0 0;
  display: block;
  width: 100%;
  text-align: right;
}
p.readmore a,
a.readmore,
#jm-allpage .mod-articles-category-readmore a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 8px;
  color: #444444;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  letter-spacing: 2px;
}
p.readmore a:after,
a.readmore:after,
#jm-allpage .mod-articles-category-readmore a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 2px;
  background: #444444;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 2;
}
p.readmore a:before,
a.readmore:before,
#jm-allpage .mod-articles-category-readmore a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 3;
  background: #b7853d;
}
p.readmore a:hover,
a.readmore:hover,
#jm-allpage .mod-articles-category-readmore a:hover {
  color: #b7853d !important;
}
p.readmore a:hover:before,
a.readmore:hover:before,
#jm-allpage .mod-articles-category-readmore a:hover:before {
  width: 100%;
}
p.readmore a:hover:after,
a.readmore:hover:after,
#jm-allpage .mod-articles-category-readmore a:hover:after {
  background: #b7853d;
}
#jm-allpage .white-ms p.readmore a,
#jm-allpage .white-ms a.readmore,
#jm-allpage .white-ms .mod-articles-category-readmore a {
  color: #444444;
}
#jm-allpage .white-ms p.readmore a:after,
#jm-allpage .white-ms a.readmore:after,
#jm-allpage .white-ms .mod-articles-category-readmore a:after {
  background: #444444;
}
#jm-allpage .dark-ms p.readmore a,
#jm-allpage .dark-ms a.readmore,
#jm-allpage .dark-ms .mod-articles-category-readmore a {
  color: #ffffff;
}
#jm-allpage .dark-ms p.readmore a:after,
#jm-allpage .dark-ms a.readmore:after,
#jm-allpage .dark-ms .mod-articles-category-readmore a:after {
  background: #ffffff;
}
#jm-allpage #jm-footer p.readmore a,
#jm-allpage #jm-footer a.readmore,
#jm-allpage #jm-footer .mod-articles-category-readmore a {
  color: #ffffff;
}
#jm-allpage #jm-footer p.readmore a:after,
#jm-allpage #jm-footer a.readmore:after,
#jm-allpage #jm-footer .mod-articles-category-readmore a:after {
  background: #ffffff;
}
#jm-allpage #jm-offcanvas p.readmore a,
#jm-allpage #jm-offcanvas a.readmore,
#jm-allpage #jm-offcanvas .mod-articles-category-readmore a {
  color: #ffffff;
}
#jm-allpage #jm-offcanvas p.readmore a:after,
#jm-allpage #jm-offcanvas a.readmore:after,
#jm-allpage #jm-offcanvas .mod-articles-category-readmore a:after {
  background: #ffffff;
}
p.readmore a.btn {
  background: none !important;
  border: none !important;
}
p.readmore a.btn .icon-chevron-right {
  display: none;
}
fieldset.filters {
  margin: 0 0 20px;
}
table.category {
  width: 100%;
  margin-top: 20px;
}
table.category th {
  font-weight: bold;
}
table.category th,
table.category td {
  line-height: 20px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.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;
  padding: 10px;
}
.contact-category .btn-group span.label {
  margin-right: 10px;
  vertical-align: middle;
}
.contact-category input[type="text"] {
  margin-top: 10px;
}
.weblink-count {
  display: inline-block;
  width: 100%;
}
.weblink-count dt,
.weblink-count dd {
  float: left;
}
.weblink-category .btn-group label,
.weblink-category .btn-group span.label {
  margin-right: 10px;
  vertical-align: middle;
}
.weblink-category input[type="text"] {
  margin-top: 10px;
}
.newsfeed > ol > li > h3 {
  font-size: 1em;
}
.newsfeed-count {
  display: inline-block;
  width: 100%;
}
.newsfeed-count dd,
.newsfeed-count dt {
  float: left;
}
.newsfeed-category .btn-group label,
.newsfeed-category .btn-group span.label {
  margin-right: 10px;
  vertical-align: middle;
}
.newsfeed-category input[type="text"] {
  margin-top: 10px;
}
strong.red,
span.star {
  color: #ff0000;
}
.profile ul.btn-toolbar li {
  background: none;
  padding: 0;
}
.optional {
  font-size: 0.8em;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="email"],
.contact .contact-form textarea {
  width: 100%;
  max-width: 400px;
}
.contact .thumbnail {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contact #basic-details .thumbnail {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contact-position.dl-horizontal dd,
.contact-address.dl-horizontal dd {
  margin-left: 0;
  margin-right: 0;
}
.contact-position.dl-horizontal dt,
.contact-address.dl-horizontal dt {
  width: auto;
}
.contact-position .jicons-text,
.contact-address .jicons-text {
  display: block;
  margin-right: 10px;
  min-width: 110px;
  text-align: left;
}
.contact-position .jicons-icons,
.contact-address .jicons-icons {
  display: block;
  margin-right: 10px;
  min-width: 20px;
  text-align: left;
}
.contact .contact-misc > p {
  margin: 0;
}
#display-profile dt,
#display-profile dd {
  line-height: 25px;
}
.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;
}
div.search label[for="mod-search-searchword"] {
  display: none;
}
.tags .label {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: none;
  padding: 10px;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.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 > h3 {
  margin-bottom: 20px;
}
.tag-category form > ul > li > h3 {
  margin-bottom: 20px;
}
.tag-category form > ul > li {
  padding: 0;
  background: none !important;
}
.tag-category .tag-body {
  padding: 20px 0;
  display: block;
}
.tag-category .thumbnails > li,
.tag-category .category > li {
  background: none;
  padding: 0;
}
.tag-category .thumbnails > li h3 {
  font-size: 1em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 5px;
}
.tag-category .thumbnails > li h3 a:hover {
  text-decoration: underline;
}
.tag-category form#adminForm {
  margin-top: 20px;
}
body .tip-wrap {
  z-index: 9999;
}
body .tip-wrap .tip {
  max-width: 250px;
  padding: 10px 7px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
  border: 10px solid #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body .tip-wrap .tip-top {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -4px;
  left: 20%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
  opacity: 1;
  filter: alpha(opacity=100);
}
body .tip-wrap .tip-title {
  font-weight: 500;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}
body .tip-wrap .tip-text {
  font-weight: normal;
  color: #ffffff;
}
.btn.jmodedit {
  z-index: 9999;
  padding: 7px 0;
  width: 50px !important;
  height: 34px !important;
}
.article-index {
  border: 1px solid #ededed;
  margin-left: 10px;
  padding: 20px;
  background: #ffffff;
}
.article-index + .pagenavcounter {
  margin-bottom: 10px;
}
.article-index .nav {
  min-width: 150px;
}
.article-index .nav.nav-tabs.nav-stacked > li > a.toclink.active {
  text-decoration: underline;
}
.jm-alert {
  display: block;
}
#templates-form .form-horizontal .control-label {
  text-align: inherit;
}
#jm-allpage .minicolors-theme-bootstrap .minicolors-input {
  font-size: 13px !important;
  height: 22px !important;
  width: 85px !important;
  padding: 5px 0px 5px 25px!important;
}
#jm-allpage .minicolors-theme-bootstrap .minicolors-swatch {
  left: 0 !important;
  top: 2px !important;
}
.newsflash {
  display: inline-block;
  width: 100%;
}
.newsflash h1,
.newsflash h2,
.newsflash h3,
.newsflash h4,
.newsflash h5 {
  color: #444444;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.newsflash h1 a,
.newsflash h2 a,
.newsflash h3 a,
.newsflash h4 a,
.newsflash h5 a {
  color: #444444;
  text-decoration: none;
}
.newsflash h1 a:hover,
.newsflash h2 a:hover,
.newsflash h3 a:hover,
.newsflash h4 a:hover,
.newsflash h5 a:hover {
  color: #b7853d;
}
.newsflash h5 {
  font-size: 14px;
  line-height: 1.5;
}
.newsflash .readmore {
  float: right;
  margin: 10px 0;
}
.newsflash .readmore:last-child {
  margin-bottom: 0;
}
.newsflash .newsflash-title {
  margin: 15px 0 0;
}
.newsflash .newsflash-title:first-child {
  margin: 0;
}
.newsflash .newsflash-title,
.newsflash p {
  clear: both;
}
.newsflash img {
  max-width: 68px;
}
.dark-ms .newsflash h1,
.dark-ms .newsflash h2,
.dark-ms .newsflash h3,
.dark-ms .newsflash h4,
.dark-ms .newsflash h5 {
  color: #ffffff;
}
.dark-ms .newsflash h1 a,
.dark-ms .newsflash h2 a,
.dark-ms .newsflash h3 a,
.dark-ms .newsflash h4 a,
.dark-ms .newsflash h5 a {
  color: #ffffff;
}
.dark-ms .newsflash h1 a:hover,
.dark-ms .newsflash h2 a:hover,
.dark-ms .newsflash h3 a:hover,
.dark-ms .newsflash h4 a:hover,
.dark-ms .newsflash h5 a:hover {
  color: #b7853d;
}
#jm-footer .newsflash h1,
#jm-footer .newsflash h2,
#jm-footer .newsflash h3,
#jm-footer .newsflash h4,
#jm-footer .newsflash h5 {
  color: #ffffff;
}
#jm-footer .newsflash h1 a,
#jm-footer .newsflash h2 a,
#jm-footer .newsflash h3 a,
#jm-footer .newsflash h4 a,
#jm-footer .newsflash h5 a {
  color: #ffffff;
}
#jm-footer .newsflash h1 a:hover,
#jm-footer .newsflash h2 a:hover,
#jm-footer .newsflash h3 a:hover,
#jm-footer .newsflash h4 a:hover,
#jm-footer .newsflash h5 a:hover {
  color: #b7853d;
}
#jm-offcanvas .newsflash h1,
#jm-offcanvas .newsflash h2,
#jm-offcanvas .newsflash h3,
#jm-offcanvas .newsflash h4,
#jm-offcanvas .newsflash h5 {
  color: #ffffff;
}
#jm-offcanvas .newsflash h1 a,
#jm-offcanvas .newsflash h2 a,
#jm-offcanvas .newsflash h3 a,
#jm-offcanvas .newsflash h4 a,
#jm-offcanvas .newsflash h5 a {
  color: #ffffff;
}
#jm-offcanvas .newsflash h1 a:hover,
#jm-offcanvas .newsflash h2 a:hover,
#jm-offcanvas .newsflash h3 a:hover,
#jm-offcanvas .newsflash h4 a:hover,
#jm-offcanvas .newsflash h5 a:hover {
  color: #b7853d;
}
.archive-module > li {
  margin: 10px 0;
}
.archive-module > li:first-child {
  margin-top: 0;
}
.categories-module li h1,
.categories-module li h2,
.categories-module li h3,
.categories-module li h4,
.categories-module li h5 {
  font-size: 1em;
  line-height: 1.7;
  color: #444444;
  font-weight: normal;
  margin: 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;
}
.jm-module form#mod-finder-searchform,
.jm-module form#login-form,
.jm-module form.form-inline {
  margin: 0;
}
.search input#mod-search-searchword {
  width: auto;
}
.form-search .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.search .button[type='image'] {
  padding: 0;
}
.mod-languages li,
.mod-languages ul {
  background: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
#system-message .alert {
  margin-bottom: 30px;
}
#system-message .alert a {
  text-decoration: none;
}
.jm-error-page {
  text-align: center;
}
.jm-error-page > h1 {
  color: #444444;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.jm-error-page > h2 {
  color: #444444;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.jm-error-page > p {
  margin: 0 0 30px;
}
.jm-error-page input.inputbox {
  max-width: 260px;
}
.jm-error-page [class*="btn"] {
  margin: 10px 0 0;
  padding: 18px 50px;
}
.jm-error-page .search .btn {
  margin: 0;
  padding: 13px 35px;
}
.jm-opening-hours .hours {
  margin: 0;
}
.jm-opening-hours .buttons {
  margin: 0;
}
.jm-opening-hours .buttons .btn2 {
  margin: 30px 0 0;
}
.jm-opening-hours .buttons [class*='btn'] {
  display: block;
  padding: 18px 35px;
}
.jm-opening-hours hr {
  margin-top: 25px;
}
.jm-company .logo {
  margin: 0 0 20px;
}
.jm-company .icon {
  clear: both;
  margin-right: 30px;
}
.jm-company .icon img {
  display: block;
}
.jm-company .desc {
  margin: 0;
}
.jm-company .link {
  margin: 10px 0 0;
  display: inline-block;
}
.jm-white-box,
.jm-dark-box {
  margin-left: -30px;
}
.jm-white-box.col1 .jm-box,
.jm-dark-box.col1 .jm-box {
  width: 100%;
}
.jm-white-box.col2 .jm-box,
.jm-dark-box.col2 .jm-box {
  width: 50%;
}
.jm-white-box.col3 .jm-box,
.jm-dark-box.col3 .jm-box {
  width: 33.3%;
}
.jm-white-box.col4 .jm-box,
.jm-dark-box.col4 .jm-box {
  width: 25%;
}
.jm-white-box .jm-box,
.jm-dark-box .jm-box {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
}
.jm-white-box a,
.jm-dark-box a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateZ(0);
  background: #ffffff;
  max-width: 100%;
}
.jm-white-box .description,
.jm-dark-box .description {
  display: block;
  text-decoration: none;
  padding: 30px;
  border: 1px solid #ededed;
  z-index: 1;
  position: relative;
}
.jm-white-box .title,
.jm-dark-box .title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  display: block;
  text-transform: uppercase;
  color: #444444;
}
.jm-white-box .subtitle,
.jm-dark-box .subtitle {
  font-size: 18px;
  line-height: 1.2;
  display: block;
  text-transform: uppercase;
  color: #444444;
}
.jm-white-box .price,
.jm-dark-box .price {
  color: #8c8c8c;
  display: block;
  text-transform: uppercase;
}
.jm-white-box .icon1 .description,
.jm-dark-box .icon1 .description,
.jm-white-box .icon2 .description,
.jm-dark-box .icon2 .description,
.jm-white-box .icon3 .description,
.jm-dark-box .icon3 .description,
.jm-white-box .icon4 .description,
.jm-dark-box .icon4 .description {
  padding-right: 146px;
}
.jm-white-box .icon1 .description:after,
.jm-dark-box .icon1 .description:after,
.jm-white-box .icon2 .description:after,
.jm-dark-box .icon2 .description:after,
.jm-white-box .icon3 .description:after,
.jm-dark-box .icon3 .description:after,
.jm-white-box .icon4 .description:after,
.jm-dark-box .icon4 .description:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -32px;
  right: 30px;
  left: auto;
  width: 57px;
  height: 42px;
}
.jm-white-box .image,
.jm-dark-box .image {
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
}
.jm-white-box .image:after,
.jm-dark-box .image:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.jm-white-box a:hover .image:after,
.jm-dark-box a:hover .image:after {
  width: 100%;
}
.jm-white-box a:hover,
.jm-dark-box a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.jm-white-box .icon1 .description:after {
  background: url('../images/scheme1/box1.png') no-repeat;
}
.jm-white-box .icon2 .description:after {
  background: url('../images/scheme1/box2.png') no-repeat;
}
.jm-white-box .icon3 .description:after {
  background: url('../images/scheme1/box3.png') no-repeat;
}
.jm-white-box .icon4 .description:after {
  background: url('../images/scheme1/box4.png') no-repeat;
}
.jm-white-box .icon_otium_twist .description:after {
  background: url('images/stories//estel/otium/twist/estel-otium_twist.jpg') no-repeat;
}
.jm-white-box .image:after {
  background: #b7853d;
}
.jm-dark-box a {
  background: #2a2a2a;
}
.jm-dark-box .title {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 18px;
}
.jm-dark-box .description {
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.jm-dark-box .text {
  display: block;
  color: #c2c2c2;
}
.jm-dark-box .image:after {
  background: #b7853d;
  right: 0;
  left: auto;
}
.jm-dark-box a:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background: #373737;
}
#jm-allpage .jm-avatar-box {
  margin-left: -30px;
  margin-top: -30px;
}
#jm-allpage .jm-avatar-box.col1 .jm-item {
  width: 100%;
}
#jm-allpage .jm-avatar-box.col2 .jm-item {
  width: 50%;
}
#jm-allpage .jm-avatar-box.col3 .jm-item {
  width: 33.3%;
}
#jm-allpage .jm-avatar-box.col4 .jm-item {
  width: 25%;
}
#jm-allpage .jm-avatar-box .jm-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 30px;
  color: #8c8c8c;
}
#jm-allpage .jm-avatar-box .image {
  float: left;
}
#jm-allpage .jm-avatar-box .image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e5e5e5 !important;
  margin-right: 25px !important;
  margin-top: 3px !important;
  width: auto;
}
#jm-allpage .jm-avatar-box .title {
  display: block;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 2px;
  color: #444444;
}
#jm-allpage .jm-avatar-box .subtitle {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 15px;
}
#jm-allpage .jm-avatar-box .text {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
.jm-meet-our-team {
  margin-left: -30px;
  margin-top: -30px;
}
.jm-meet-our-team.col1 .jm-box {
  width: 100%;
}
.jm-meet-our-team.col2 .jm-box {
  width: 50%;
}
.jm-meet-our-team.col3 .jm-box {
  width: 33.3%;
}
.jm-meet-our-team.col4 .jm-box {
  width: 25%;
}
.jm-meet-our-team .jm-box {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 30px;
}
.jm-meet-our-team .jm-box-in {
  text-decoration: none;
  display: inline-block;
  background: #f5f5f5;
  max-width: 100%;
}
.jm-meet-our-team .image {
  display: block;
  position: relative;
  background: #e5e9eb;
  text-align: center;
}
.jm-meet-our-team .description {
  display: block;
  text-decoration: none;
  padding: 20px 30px;
  position: relative;
}
.jm-meet-our-team .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  display: block;
  text-transform: uppercase;
  color: #444444;
  margin: 0 0 5px;
}
.jm-meet-our-team .subtitle {
  font-size: 14px;
  line-height: 1.1;
  display: block;
  color: #8c8c8c;
}
.jm-meet-our-team .social {
  display: none;
  width: 156px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  margin-top: -25px;
  margin-left: -78px;
}
.jm-meet-our-team .social .facebook,
.jm-meet-our-team .social .twitter,
.jm-meet-our-team .social .link {
  display: block;
  float: left;
  margin: 0 1px;
  width: 50px;
  height: 50px;
  background-color: #2a2a2a;
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jm-meet-our-team .social .facebook:hover,
.jm-meet-our-team .social .twitter:hover,
.jm-meet-our-team .social .link:hover {
  background-color: #b7853d;
}
.jm-meet-our-team .social .facebook {
  background-image: url('../images/icons/smallsocial/facebook.png');
}
.jm-meet-our-team .social .twitter {
  background-image: url('../images/icons/smallsocial/twitter.png');
}
.jm-meet-our-team .social .link {
  background-image: url('../images/icons/smallsocial/link.png');
}
.jm-meet-our-team .jm-box-in:hover {
  background: #2a2a2a;
}
.jm-meet-our-team .jm-box-in:hover .title,
.jm-meet-our-team .jm-box-in:hover .subtitle {
  color: #ffffff;
}
.jm-meet-our-team .jm-box-in:hover .social {
  display: inline-block;
}
.jm-meet-our-team .jm-box-in:hover .image img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.jm-numbers {
  margin-left: -30px;
  margin-top: -30px;
}
.jm-numbers.col1 .jm-box {
  width: 100%;
}
.jm-numbers.col2 .jm-box {
  width: 50%;
}
.jm-numbers.col3 .jm-box {
  width: 33.3%;
}
.jm-numbers.col4 .jm-box {
  width: 25%;
}
.jm-numbers .jm-box {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 30px;
  text-transform: uppercase;
}
.jm-numbers .number,
.jm-numbers .text {
  display: inline-block;
  vertical-align: top;
}
.jm-numbers .text {
  text-align: left;
  padding-left: 15px;
  color: #444444;
}
.jm-numbers .number {
  margin: 7px 0 0;
  padding: 9px 0 15px;
  min-width: 73px;
  background: #444444;
  color: #ffffff;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
.jm-numbers .title {
  display: block;
  font-size: 54px;
  font-weight: bold;
  line-height: 1;
}
.jm-numbers .subtitle {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 10px 0 0;
}
#jm-allpage .jm-credits {
  margin-left: -30px;
  margin-top: -30px;
}
#jm-allpage .jm-credits.col1 .jm-item {
  width: 100%;
}
#jm-allpage .jm-credits.col2 .jm-item {
  width: 50%;
}
#jm-allpage .jm-credits.col3 .jm-item {
  width: 33.3%;
}
#jm-allpage .jm-credits.col4 .jm-item {
  width: 25%;
}
#jm-allpage .jm-credits .jm-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 30px;
  min-height: 270px;
}
#jm-allpage .jm-credits .image {
  display: block;
}
#jm-allpage .jm-credits .author {
  display: block;
  margin: 5px 0 0;
}
h3.jm-typo-title {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 25px 0;
}
h3.jm-typo-title ~ pre,
h3.jm-typo-title ~ div pre,
.jm-code {
  margin-bottom: 30px;
  font-size: 13px;
}
.jm-code {
  border-left: 5px solid #dddddd;
  padding: 10px;
  background: #e7e6e6;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.jm-color {
  color: #b7853d;
}
.jm-block {
  margin: 10px 0;
  padding: 0 0 0 60px;
  position: relative;
  min-height: 40px;
}
.jm-block span {
  background: #dddddd;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
}
.jm-block.second span {
  background: #2a2a2a;
  color: #fff;
}
.quote-left,
.quote-right {
  display: block;
  font-style: italic;
  position: relative;
  border: 1px solid #ededed;
}
.quote-left:after,
.quote-right:after {
  content: '';
  position: absolute;
  width: 21px;
  height: 16px;
}
.quote-left {
  padding: 20px 20px 20px 65px;
  text-align: left;
}
.quote-left:after {
  top: 20px;
  left: 20px;
  right: auto;
  background: url("../images/quote-left.png") no-repeat;
}
.quote-right {
  padding: 20px 65px 20px 20px;
  text-align: right;
}
.quote-right:after {
  bottom: 20px;
  left: auto;
  right: 20px;
  background: url("../images/quote-right.png") no-repeat;
}
.border_img1 {
  padding: 4px;
  background: #ececec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.border_img2 {
  background: #ffffff;
  border: 1px solid #ededed;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.border_img3 {
  border: 1px solid #DFDFDF;
  padding: 1px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p.blue {
  border-left: 3px solid #BCE8F1;
  padding: 0 0 0 10px;
}
p.green {
  border-left: 3px solid #D6E9C6;
  padding: 0 0 0 10px;
}
p.red {
  border-left: 3px solid #EED3D7;
  padding: 0 0 0 10px;
  color: inherit;
}
p.bluefill {
  background: #D9EDF7;
  border: 1px solid #BCE8F1;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #3A87AD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
p.greenfill {
  background: #DFF0D8;
  border: 1px solid #D6E9C6;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #468847;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
p.redfill {
  background: #F2DEDE;
  border: 1px solid #EED3D7;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #B94A48;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
p.jmbadge,
span.jmbadge,
p.jmcalendar,
span.jmcalendar,
p.jmchat,
span.jmchat,
p.jmcheck,
span.jmcheck,
p.jmcloud,
span.jmcloud,
p.jmdirection,
span.jmdirection,
p.jmdivide,
span.jmdivide,
p.jmerror,
span.jmerror,
p.jmfire,
span.jmfire,
p.jmflag,
span.jmflag,
p.jmheart,
span.jmheart,
p.jmhome,
span.jmhome,
p.jminfo,
span.jminfo,
p.jmlist,
span.jmlist,
p.jmmail,
span.jmmail,
p.jmpeople,
span.jmpeople,
p.jmstar,
span.jmstar,
p.jmstat,
span.jmstat {
  display: block;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.jmbadge,
span.jmbadge {
  background-image: url("../images/icons/badge.png");
}
p.jmcalendar,
span.jmcalendar {
  background-image: url("../images/icons/calendar.png");
}
p.jmchat,
span.jmchat {
  background-image: url("../images/icons/chat.png");
}
p.jmcheck,
span.jmcheck {
  background-image: url("../images/icons/check.png");
}
p.jmcloud,
span.jmcloud {
  background-image: url("../images/icons/cloud.png");
}
p.jmdirection,
span.jmdirection {
  background-image: url("../images/icons/direction.png");
}
p.jmdivide,
span.jmdivide {
  background-image: url("../images/icons/divide.png");
}
p.jmerror,
span.jmerror {
  background-image: url("../images/icons/error.png");
}
p.jmfire,
span.jmfire {
  background-image: url("../images/icons/fire.png");
}
p.jmflag,
span.jmflag {
  background-image: url("../images/icons/flag.png");
}
p.jmheart,
span.jmheart {
  background-image: url("../images/icons/heart.png");
}
p.jmhome,
span.jmhome {
  background-image: url("../images/icons/home.png");
}
p.jminfo,
span.jminfo {
  background-image: url("../images/icons/info.png");
}
p.jmlist,
span.jmlist {
  background-image: url("../images/icons/list.png");
}
p.jmmail,
span.jmmail {
  background-image: url("../images/icons/mail.png");
}
p.jmpeople,
span.jmpeople {
  background-image: url("../images/icons/people.png");
}
p.jmstar,
span.jmstar {
  background-image: url("../images/icons/star.png");
}
p.jmstat,
span.jmstat {
  background-image: url("../images/icons/stat.png");
}
ol.jm-roman,
ol.jm-roman ol {
  list-style-type: upper-roman;
}
ol.jm-alpha,
ol.jm-alpha ol {
  list-style-type: lower-alpha;
}
.jm-icons {
  margin: 2px -5px 0;
}
.jm-icons a {
  display: inline-block;
  text-decoration: none !important;
  width: 36px;
  height: 36px;
  border: 2px solid #555555;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url('../images/social.png');
  background-repeat: no-repeat;
}
.jm-icons a:hover {
  background-color: #b7853d;
}
.jm-icons a:hover {
  border-color: transparent;
}
.jm-icons a.jm-facebook {
  background-position: 0 0;
}
.jm-icons a.jm-facebook:hover {
  background-position: 0 -36px;
}
.jm-icons a.jm-google {
  background-position: -36px 0;
}
.jm-icons a.jm-google:hover {
  background-position: -36px -36px;
}
.jm-icons a.jm-linkedin {
  background-position: -72px 0;
}
.jm-icons a.jm-linkedin:hover {
  background-position: -72px -36px;
}
.jm-icons a.jm-twitter {
  background-position: -108px 0;
}
.jm-icons a.jm-twitter:hover {
  background-position: -108px -36px;
}
.jm-icons a.jm-skype {
  background-position: -144px 0;
}
.jm-icons a.jm-skype:hover {
  background-position: -144px -36px;
}
.jm-icons a.jm-pinterest {
  background-position: -180px 0;
}
.jm-icons a.jm-pinterest:hover {
  background-position: -180px -36px;
}
.jm-icons a.jm-vimeo {
  background-position: -216px 0;
}
.jm-icons a.jm-vimeo:hover {
  background-position: -216px -36px;
}
.jm-icons a.jm-rss {
  background-position: -252px 0;
}
.jm-icons a.jm-rss:hover {
  background-position: -252px -36px;
}
#jm-allpage table.pricing {
  float: left;
  margin: 0 0 30px;
}
#jm-allpage table.pricing th {
  background: #393939;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}
#jm-allpage table.pricing td {
  background: #f5f5f5;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
#jm-allpage table.pricing td:first-child {
  border-left: 1px solid #f0f0f0;
}
#jm-allpage table.pricing td.item {
  border-right: none;
}
#jm-allpage table.pricing td.price {
  width: 100px;
  text-align: center;
  color: #b7853d;
}
.jm-dark-box span.image {
  background-color: #FFF;
}
.jm-custom-header-mod a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.ch-item.ch-first .ch-info,
.ch-item.ch-second .ch-info .ch-info-back,
.ch-item.ch-third .ch-info .ch-info-back {
  background: #b7853d;
}
.view {
  cursor: default;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.view .mask,
.view .content {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.view .mask span.space {
  height: 50%;
  display: block;
}
.view .readmore {
  display: table;
  margin: -10px auto 0;
  -webkit-backface-visibility: hidden;
}
.view-video {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.view-video:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  z-index: 2;
}
.view-video:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background: url('../images/video-play.png') no-repeat;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}
.view-video:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.view-video img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: relative;
  display: inline-block;
}
.view-video .mask {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 10;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
}
.view-video:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(720deg) scale(0);
  -moz-transform: rotate(720deg) scale(0);
  -o-transform: rotate(720deg) scale(0);
  -ms-transform: rotate(720deg) scale(0);
  transform: rotate(720deg) scale(0);
}
.view-video:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px) rotate(0deg);
  -moz-transform: translateY(0px) rotate(0deg);
  -o-transform: translateY(0px) rotate(0deg);
  -ms-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
  transition-delay: 0.4s;
}
.view .mask {
  background: #eee;
}
.ch-item.ch-first {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
}
.ch-item.ch-third .ch-info-front {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
}
.ch-item {
  position: relative;
  width: 280px;
  height: 250px;
}
x:-o-prefocus,
.ch-item {
  border: none;
}
.ch-item .ch-info .ch-container {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.ch-item .ch-info .ch-outer {
  display: table-cell;
  vertical-align: middle;
}
.ch-item .ch-info p {
  padding: 20px 5px 0;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px !important;
  line-height: 30px;
  background: url("../images/badge_sep.png") no-repeat top center;
}
.ch-item .ch-info p a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.ch-item .ch-info p a:hover {
  text-decoration: underline;
}
.ch-item .ch-info p span.smaller {
  font-size: 16px !important;
  line-height: 22px;
  font-weight: normal;
}
.ch-item.ch-first {
  position: relative;
  cursor: default;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ch-item.ch-first .ch-info {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 260px;
  height: 230px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  /*for a smooth font */
}
.ch-item.ch-first:hover .ch-info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ch-item.ch-second {
  position: relative;
  cursor: default;
  overflow: hidden;
}
.ch-item.ch-second .ch-info-wrap {
  position: absolute;
  width: 260px;
  height: 230px;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 10px;
  top: 10px;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}
.ch-item.ch-second .ch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ch-item.ch-second .ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ch-item.ch-second .ch-info .ch-info-back {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
}
.ch-item.ch-second:hover .ch-info {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -moz-transform: rotate3d(0, 1, 0, -180deg);
  -ms-transform: rotate3d(0, 1, 0, -180deg);
  -o-transform: rotate3d(0, 1, 0, -180deg);
  transform: rotate3d(0, 1, 0, -180deg);
}
x:-o-prefocus,
.ch-item.ch-second .ch-info .ch-info-back {
  display: none;
}
x:-o-prefocus,
.ch-item.ch-second:hover .ch-info .ch-info-back {
  display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ch-item.ch-second:hover .ch-info {
    -ms-transform: none;
    transform: none;
  }
  .ch-item.ch-second .ch-info .ch-info-back {
    display: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .ch-item.ch-second:hover .ch-info .ch-info-back {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.ch-item.ch-third {
  position: relative;
  cursor: default;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -o-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px;
}
.ch-item.ch-third .ch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ch-item.ch-third .ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.ch-item.ch-third .ch-info .ch-info-back {
  -webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.ch-item.ch-third:hover .ch-info-front {
  -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
.ch-item.ch-third:hover .ch-info-back {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  -moz-transform: rotate3d(1, 0, 0, 0deg);
  -ms-transform: rotate3d(1, 0, 0, 0deg);
  -o-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
#jm-allpage .dj-galleryGrid,
#jm-allpage .dj-categories,
#jm-allpage .dj-tabber,
#jm-allpage .slider-wrapper,
#jm-allpage .dj-slideshowThumbs {
  background: transparent;
}
#jm-allpage .dj-mslider .dj-mslider-in,
#jm-allpage .dj-slideshow .dj-slideshow-in,
#jm-allpage .dj-slideshowThumbs .dj-slideshowThumbs-in,
#jm-allpage .dj-slideshowThumbs .dj-indicators,
#jm-allpage .dj-tabber,
#jm-allpage .nivoSlider,
#jm-allpage .box_skitter,
#jm-allpage .dj-tab {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.dj-galleryGrid,
.dj-categories,
.dj-tabber,
.slider-wrapper {
  margin: 0 !important;
}
.category-desc {
  margin: 10px 0 0;
}
#jm-allpage .dj-cat-title {
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  color: #444444;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 30px;
}
#jm-allpage .dj-slide-title {
  display: inline-block;
  width: 100%;
  margin: 0 !important;
  padding: 0;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #444444 !important;
}
#jm-allpage .dj-slide-title a {
  color: #444444 !important;
  text-decoration: none;
}
#jm-allpage .dj-slide-title a:hover {
  color: #b7853d !important;
}
.dj-slide-title + .dj-slide-description {
  padding-top: 45px;
  background-repeat: no-repeat;
  background-position: center 15px;
  background-image: url('../images/mediatools-sep.png');
}
#jm-allpage .dj-slide-desc-bg {
  background: #ffffff !important;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
}
#jm-allpage .dj-slide-desc-text {
  padding: 40px !important;
  text-align: center !important;
}
#jm-allpage .dj-slide-description {
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
}
#jm-allpage .dj-slide-description a {
  color: #444444;
}
#jm-allpage .dj-slide-description a:hover {
  text-decoration: underline;
}
#jm-allpage .dj-readmore-wrapper {
  display: block;
  margin: 15px 0 0;
  padding: 0 !important;
  text-align: center !important;
}
#jm-allpage .dj-readmore-wrapper a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px !important;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 8px;
  color: #444444 !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#jm-allpage .dj-readmore-wrapper a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 2px;
  background: #444444;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#jm-allpage .dj-readmore-wrapper a:hover {
  color: #b7853d !important;
}
#jm-allpage .dj-readmore-wrapper a:hover:after {
  background: #b7853d;
}
.dj-slideshow,
.djslider-loader,
.dj-slideshowThumbs {
  margin: 0 auto !important;
}
.djslider-loader .load-button,
.dj-slideshow .dj-load-button,
.dj-mslider .dj-load-button {
  border: none !important;
  background: none !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.dj-load-button .dj-key {
  font-weight: normal !important;
}
#djmediatools .dj-categories {
  display: inline-block;
}
#djmediatools .dj-categories .dj-category-in {
  background: none;
  border: none;
}
#djmediatools .dj-categories a.dj-category,
#djmediatools .dj-categories a.dj-category:hover {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
#djmediatools .dj-categories .dj-ctitle-in {
  font-size: 26px !important;
  line-height: 1.1;
  letter-spacing: 2px;
  padding: 20px !important;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
#djmediatools .dj-categories .dj-ctitle-bg {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #b7853d;
}
#jm-allpage .dj-galleryGrid .dj-slide {
  max-width: 100%;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
#jm-allpage .dj-galleryGrid .dj-slide-title,
#jm-allpage .dj-galleryGrid .dj-slide-description,
#jm-allpage .dj-galleryGrid .dj-readmore-wrapper {
  text-align: center !important;
}
#jm-allpage .dj-galleryGrid .dj-slide-desc {
  height: 100%;
  width: 100%;
}
#jm-allpage .dj-galleryGrid .dj-slide-desc-in,
#jm-allpage .dj-galleryGrid .dj-slide-desc-text {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jm-allpage .dj-galleryGrid .dj-slide-title {
  font-size: 26px !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
}
#jm-allpage .dj-galleryGrid .dj-slide-title a {
  color: #ffffff !important;
  text-decoration: none;
}
#jm-allpage .dj-galleryGrid .dj-slide-title a:hover {
  color: #444444 !important;
}
#jm-allpage .dj-galleryGrid .dj-slide-title + .dj-slide-description {
  padding-top: 60px;
  background-position: center 20px;
  background-image: url('../images/mediatools-sep-light.png');
}
#jm-allpage .dj-galleryGrid .dj-slide-desc-text {
  padding: 40px 25px!important;
}
#jm-allpage .dj-galleryGrid .dj-slide-description {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
}
#jm-allpage .dj-galleryGrid .dj-slide-desc-bg {
  opacity: 0.9 !important;
  filter: alpha(opacity=90) !important;
  background: #b7853d !important;
}
#jm-allpage .dj-galleryGrid .dj-readmore-wrapper {
  margin: 25px 0 0;
}
#jm-allpage .dj-galleryGrid .dj-readmore-wrapper a {
  color: #ffffff !important;
}
#jm-allpage .dj-galleryGrid .dj-readmore-wrapper a:after {
  background: #ffffff;
}
#jm-allpage .dj-galleryGrid .dj-readmore-wrapper a:hover {
  color: #444444 !important;
}
#jm-allpage .dj-galleryGrid .dj-readmore-wrapper a:hover:after {
  background: #444444;
}
#jm-allpage .dj-mslider {
  margin: 0 !important;
}
#jm-allpage .dj-mslider .dj-slide-title {
  font-size: 26px !important;
  line-height: 1.2 !important;
}
#jm-allpage .dj-mslider .dj-slide-title + .dj-slide-description {
  padding-top: 52px;
  background-image: url('../images/mediatools-sep-small.png');
}
#jm-allpage .dj-mslider .dj-slide-description {
  font-size: 14px;
  line-height: 1.2;
}
#jm-allpage .dj-mslider .dj-slide-desc-text {
  padding: 25px !important;
}
#jm-allpage .dj-mslider .dj-indicators-in {
  padding: 0 !important;
  height: 3px;
  line-height: 1;
  font-size: 0;
}
#jm-allpage .dj-mslider .dj-load-button {
  height: 3px !important;
  width: 48px !important;
  margin: 0 2px!important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  opacity: 0.3 !important;
  filter: alpha(opacity=30) !important;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  vertical-align: top;
  background: #b7853d !important;
}
#jm-allpage .dj-mslider .dj-load-button.dj-load-button-active {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
#jm-allpage .djslider-loader .dj-slide-title {
  font-size: 26px !important;
  line-height: 1.2 !important;
}
#jm-allpage .djslider-loader .dj-slide-title + .dj-slide-description {
  padding-top: 52px;
  background-image: url('../images/mediatools-sep-small.png');
}
#jm-allpage .djslider-loader .dj-slide-description {
  font-size: 14px;
  line-height: 1.2;
}
#jm-allpage .djslider-loader .dj-slide-desc-text {
  padding: 25px !important;
}
#jm-allpage .djslider-loader .load-button {
  height: 3px !important;
  width: 48px !important;
  margin: 0 2px!important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  opacity: 0.3 !important;
  filter: alpha(opacity=30) !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #b7853d !important;
}
#jm-allpage .djslider-loader .load-button.load-button-active {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
#jm-allpage .djslider-loader .navigation-container-custom {
  line-height: 1;
  font-size: 0;
  padding: 10px 0 0;
}
.dj-slideshow .dj-load-button {
  display: inline-block;
  background: none !important;
  height: 36px !important;
  width: 36px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 2px solid #444444 !important;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
}
.dj-slideshow .dj-load-button .dj-key {
  font-size: 18px !important;
  font-weight: 300;
  color: #444444 !important;
  line-height: 36px !important;
}
.dj-slideshow .dj-load-button:hover,
.dj-slideshow .dj-load-button.dj-load-button-active {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.dj-slideshowThumbs .dj-indicators {
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
}
.dj-slideshowThumbs .dj-indicators-in {
  padding: 0 !important;
}
.dj-slideshowThumbs .dj-load-button {
  border: none !important;
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
  margin: 0 !important;
  padding: 0 !important;
}
.dj-slideshowThumbs .dj-load-button:hover,
.dj-slideshowThumbs .dj-load-button-active {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.dj-slideshowThumbs .dj-indicators img {
  max-width: none !important;
}
#jm-allpage .dj-tabber {
  padding: 0 !important;
  margin: 0 auto!important;
}
.dj-tabber .dj-tab-active img,
.dj-tabber .dj-tab img {
  border: none !important;
  margin: 10px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.dj-tabber .dj-tab {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 10px 0 0!important;
  background: #444444 !important;
  border-bottom: 1px solid #515151 !important;
}
.dj-tabber span.dj-tab-in {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-shadow: none !important;
  color: #ffffff !important;
}
.dj-tabber .dj-tab-indicator {
  width: 10px !important;
}
.dj-tabber .dj-tabs .dj-tab.dj-tab-active {
  background: #b7853d !important;
}
.dj-tabber .dj-tab-indicator-right {
  background: url("../images/scheme1/tabber-right.png") no-repeat left center !important;
}
.dj-tabber .dj-tab-indicator-left {
  background: url("../images/scheme1/tabber-left.png") no-repeat left center !important;
}
#jm-allpage .box_skitter {
  margin: 0 auto;
}
.box_skitter .label_skitter {
  background: none !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.box_skitter .label_skitter p {
  font-size: 14px !important;
  font-family: inherit !important;
  letter-spacing: normal !important;
}
.box_skitter .info_slide {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.box_skitter .image_number {
  color: #444444 !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 10px 0 0!important;
  width: 36px !important;
  height: 36px !important;
  border: 2px solid #444444 !important;
  background: none !important;
  line-height: 36px;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.box_skitter .image_number.image_number_select,
.box_skitter .image_number:hover {
  color: #444444 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.box_skitter .info_slide {
  padding: 0 !important;
}
.box_skitter.skitter-square .next_button,
.box_skitter.skitter-square .prev_button {
  display: none !important;
}
.nivoSlider {
  margin: 0 !important;
}
#jm-allpage .slider-wrapper {
  margin: 0 auto!important;
}
#jm-allpage .slider-wrapper .dj-readmore-wrapper a,
#jm-allpage .slider-wrapper a[class*='btn'] {
  display: inline-block !important;
}
#jm-allpage .slider-wrapper .nivo-controlNav a {
  color: #444444 !important;
  margin: 0 4px !important;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
  text-indent: 0 !important;
  width: 36px !important;
  height: 36px !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 36px !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  border: 2px solid #444444 !important;
}
#jm-allpage .slider-wrapper .nivo-controlNav a:hover,
#jm-allpage .slider-wrapper .nivo-controlNav a.active {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
#jm-allpage .slider-wrapper .nivo-caption a.btn3 {
  border: 2px solid transparent!important;
  background: #444444 !important;
}
#jm-allpage .slider-wrapper .nivo-caption a.btn3:hover {
  background: #515151 !important;
}
#jm-allpage .slider-wrapper .nivo-caption a.btn4 {
  border: 2px solid #444444 !important;
}
#jm-allpage .slider-wrapper .nivo-caption a.btn4:hover {
  color: #ffffff !important;
  background: #444444 !important;
}
#jm-allpage .kwicks li {
  background: none;
  max-width: 100%;
}
#jm-allpage .kwicks .dj-slide-desc {
  max-width: 100%;
  background: rgba(255, 255, 255, 0.7) !important;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
#jm-allpage .kwicks .kwicks-expanded .dj-slide-desc {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
#jm-allpage .header-ms .dj-slide-title.title-truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-rendering: optimizeLegibility;
}
#jm-allpage .header-ms {
  overflow: hidden;
}
#jm-allpage .header-ms .djslider-loader {
  padding: 0 !important;
  overflow: hidden;
}
#jm-allpage .header-ms .dj-slide-desc-bg {
  background: none !important;
}
#jm-allpage .header-ms img.dj-image {
  width: 100% !important;
}
#jm-allpage .header-ms .dj-slide-title {
  font-size: 50px !important;
  line-height: 1 !important;
}
#jm-allpage .header-ms .dj-slide-title.long-title {
  margin-top: -25px !important;
}
#jm-allpage .header-ms .dj-slide-title.long-title + .dj-slide-description .jm-custom-btn {
  margin: 25px 0 0;
}
#jm-allpage .header-ms .dj-slide-desc-text {
  padding: 0 !important;
}
#jm-allpage .header-ms .dj-slide-description {
  font-size: 16px !important;
  line-height: 1.7;
}
#jm-allpage .header-ms .dj-slide-title + .dj-slide-description {
  padding-top: 60px;
  background-position: center 20px;
}
#jm-allpage .header-ms .jm-custom-desc {
  margin: 0;
}
#jm-allpage .header-ms .jm-custom-btn {
  margin: 55px 0 0;
}
#jm-allpage .header-ms .jm-custom-btn [class*='btn'] {
  margin: 5px 10px;
  padding: 18px 50px;
}
#jm-allpage .header-ms .dj-indicators,
#jm-allpage .header-ms .navigation-container-custom {
  bottom: 80px !important;
}
#jm-allpage .header-ms .slider-wrapper {
  position: relative;
}
#jm-allpage .header-ms .nivo-controlNav {
  position: absolute;
  padding: 0;
  bottom: 80px !important;
  z-index: 999;
  left: 0;
  right: auto;
  width: 100%;
  text-align: center;
}
#jm-allpage .header-ms .dj-navigation,
#jm-allpage .header-ms .navigation-container-custom {
  z-index: auto !important;
}
#jm-allpage .header-ms .dj-navigation .dj-prev,
#jm-allpage .header-ms .dj-navigation .dj-next,
#jm-allpage .header-ms .dj-navigation .dj-play,
#jm-allpage .header-ms .dj-navigation .dj-pause,
#jm-allpage .header-ms .navigation-container .prev-button,
#jm-allpage .header-ms .navigation-container .next-button,
#jm-allpage .header-ms .navigation-container .play-button,
#jm-allpage .header-ms .navigation-container .pause-button {
  background-color: #ffffff;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  width: 45px;
  height: 90px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 12;
}
#jm-allpage .header-ms .dj-navigation .dj-play,
#jm-allpage .header-ms .dj-navigation .dj-pause,
#jm-allpage .header-ms .navigation-container .play-button,
#jm-allpage .header-ms .navigation-container .pause-button {
  width: 90px;
}
#jm-allpage .header-ms .dj-navigation .dj-prev:hover,
#jm-allpage .header-ms .dj-navigation .dj-next:hover,
#jm-allpage .header-ms .navigation-container .prev-button:hover,
#jm-allpage .header-ms .navigation-container .next-button:hover {
  width: 65px;
}
#jm-allpage .header-ms:hover .dj-navigation .dj-prev,
#jm-allpage .header-ms:hover .dj-navigation .dj-next,
#jm-allpage .header-ms:hover .dj-navigation .dj-play,
#jm-allpage .header-ms:hover .dj-navigation .dj-pause,
#jm-allpage .header-ms:hover .navigation-container .prev-button,
#jm-allpage .header-ms:hover .navigation-container .next-button,
#jm-allpage .header-ms:hover .navigation-container .play-button,
#jm-allpage .header-ms:hover .navigation-container .pause-button {
  opacity: 0.4 !important;
  filter: alpha(opacity=40) !important;
}
#jm-allpage .header-ms:hover .dj-navigation .dj-prev:hover,
#jm-allpage .header-ms:hover .dj-navigation .dj-next:hover,
#jm-allpage .header-ms:hover .dj-navigation .dj-play:hover,
#jm-allpage .header-ms:hover .dj-navigation .dj-pause:hover,
#jm-allpage .header-ms:hover .navigation-container .prev-button:hover,
#jm-allpage .header-ms:hover .navigation-container .next-button:hover,
#jm-allpage .header-ms:hover .navigation-container .play-button:hover,
#jm-allpage .header-ms:hover .navigation-container .pause-button:hover {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
}
#jm-allpage .header-ms .dj-navigation .dj-prev,
#jm-allpage .header-ms .navigation-container .prev-button {
  background-image: url("../images/scheme1/prev.png");
}
#jm-allpage .header-ms .dj-navigation .dj-next,
#jm-allpage .header-ms .navigation-container .next-button {
  background-image: url("../images/scheme1/next.png");
}
#jm-allpage .header-ms .dj-navigation .dj-play,
#jm-allpage .header-ms .navigation-container .play-button {
  background-image: url("../images/scheme1/play.png");
}
#jm-allpage .header-ms .dj-navigation .dj-pause,
#jm-allpage .header-ms .navigation-container .pause-button {
  background-image: url("../images/scheme1/pause.png");
}
#jm-allpage .header2-ms .dj-slide-title {
  font-size: 46px !important;
  line-height: 1 !important;
}
#jm-allpage .header2-ms .dj-slide-desc-bg {
  background: none !important;
}
#jm-allpage .header2-ms .dj-slide-description {
  font-size: 16px;
  line-height: 1.5;
}
#jm-allpage .header2-ms .dj-slide-title + .dj-slide-description {
  padding-top: 48px;
}
#jm-allpage .header2-ms .slider-wrapper {
  position: relative;
}
#jm-allpage .header2-ms .nivo-controlNav {
  position: absolute;
  padding: 0;
  bottom: 10px !important;
  z-index: 999;
  left: 0;
  right: auto;
  width: 100%;
  text-align: center;
}
#jm-allpage .testimonials-ms .djslider {
  height: auto !important;
}
#jm-allpage .testimonials-ms .slider-container {
  position: static;
}
#jm-allpage .testimonials-ms .slider-container > ul > li {
  height: auto !important;
}
#jm-allpage .testimonials-ms .slider-container > ul > li > img {
  display: none;
}
#jm-allpage .testimonials-ms .dj-slide-desc {
  height: auto;
  position: static;
}
#jm-allpage .testimonials-ms .dj-slide-title,
#jm-allpage .testimonials-ms .dj-readmore-wrapper,
#jm-allpage .testimonials-ms .j-slide-desc-bg {
  display: none !important;
}
#jm-allpage .testimonials-ms .dj-slide-description {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  white-space: normal !important;
  overflow: visible !important;
}
#jm-allpage .testimonials-ms .dj-slide-desc-text {
  padding: 0 !important;
}
#jm-allpage .testimonials-ms li img {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
#jm-allpage .testimonials-ms .jm-custom-text {
  background: #ffffff;
  border: 1px solid #ededed;
  padding: 25px 40px 25px 50px;
  font-size: 14px;
  color: #8c8c8c;
  text-align: left;
  position: relative;
  margin: 0 0 25px;
  white-space: normal !important;
  overflow: visible !important;
}
#jm-allpage .testimonials-ms .jm-custom-text:before {
  content: '';
  position: absolute;
  left: 25px;
  right: auto;
  top: 30px;
  width: 15px;
  height: 13px;
  background: url('../images/testimonials.png');
}
#jm-allpage .testimonials-ms .jm-custom-text:after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: 30px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 1px solid #ededed;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#jm-allpage .testimonials-ms .jm-custom-text p {
  margin: 5px 0 0;
  white-space: normal !important;
  overflow: visible !important;
}
#jm-allpage .testimonials-ms .jm-custom-title {
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  line-height: 1.1;
  color: #444444;
  text-transform: capitalize;
}
#jm-allpage .testimonials-ms .jm-custom-subtitle {
  font-size: 12px;
  text-align: right;
  line-height: 1.1;
  color: #b7853d;
}
#jm-allpage .testimonials-ms .navigation-container-custom {
  top: 5px !important;
  width: auto;
  right: 10px;
  left: auto;
}
#jm-allpage .testimonials-ms .djslider-loader .load-button {
  width: 4px !important;
  height: 4px !important;
  margin: 0 2px!important;
}
#jm-allpage .testimonials-ms.right .jm-custom-text {
  padding: 25px 50px 25px 40px;
  text-align: right;
}
#jm-allpage .testimonials-ms.right .jm-custom-text:before {
  left: auto;
  right: 25px;
  background: url('../images/testimonials_RTL.png');
}
#jm-allpage .testimonials-ms.right .jm-custom-text:after {
  right: auto;
  left: 30px;
}
#jm-allpage .testimonials-ms.right .jm-custom-title {
  text-align: left;
}
#jm-allpage .testimonials-ms.right .jm-custom-subtitle {
  text-align: left;
}
#jm-allpage .testimonials-ms.right .navigation-container-custom {
  right: auto;
  left: 10px;
}
#jm-allpage .small-gallery-ms .dj-galleryGrid .dj-slide img.dj-image {
  max-width: none;
}
#jm-allpage .small-gallery-ms .dj-galleryGrid .dj-slide-desc-bg {
  background: #000000 !important;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
}
#jm-allpage .small-gallery-ms .dj-galleryGrid .dj-slide-title {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  letter-spacing: normal;
}
#jm-allpage .small-gallery-ms .dj-galleryGrid .dj-slide-title a {
  color: #ffffff !important;
}
#jm-allpage .small-gallery-ms .dj-galleryGrid .dj-slide-title a:hover {
  color: #b7853d !important;
}
#jm-allpage .small-gallery-ms .dj-galleryGrid .dj-slide-description {
  display: none;
}
#jm-allpage .small-gallery-ms .dj-galleryGrid .dj-slide-desc-in {
  display: table;
  width: 100%;
}
#jm-allpage .small-gallery-ms .dj-galleryGrid .dj-slide-desc-text {
  padding: 0 18px!important;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#jm-allpage .small-gallery-ms .dj-galleryGrid .dj-readmore-wrapper {
  margin: 5px 0 0;
}
#jm-allpage .small-gallery-ms .dj-galleryGrid .dj-readmore-wrapper a {
  padding: 9px 0 0;
  font-size: 11px !important;
}
#jm-allpage .small-gallery-ms .dj-galleryGrid .dj-readmore-wrapper a:after {
  top: 0;
  bottom: auto;
}
#jm-allpage .small-gallery-ms .dj-galleryGrid .dj-readmore-wrapper a:hover {
  color: #b7853d !important;
}
#jm-allpage .small-gallery-ms .dj-galleryGrid .dj-readmore-wrapper a:hover:after {
  background: #ffffff;
}
#jm-allpage .team-ms .djslider {
  height: auto !important;
}
#jm-allpage .team-ms .slider-container {
  position: static;
}
#jm-allpage .team-ms .slider-container > ul > li {
  height: auto !important;
}
#jm-allpage .team-ms .slider-container > ul > li > img {
  display: none;
}
#jm-allpage .team-ms .dj-slide-desc {
  height: auto;
  position: static;
}
#jm-allpage .team-ms .dj-slide-desc-bg {
  background: none !important;
}
#jm-allpage .team-ms .dj-slide-desc-text {
  padding: 0 !important;
  text-align: left !important;
}
#jm-allpage .team-ms .dj-slide-description {
  white-space: normal !important;
  overflow: visible !important;
}
#jm-allpage .header-ms .dj-loader,
#jm-allpage .header2-ms .dj-loader {
  background: url('../images/ajax-loader.gif');
  width: 66px;
  height: 66px;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  margin-top: -33px;
  margin-left: -33px;
}
#jm-allpage .team-ms .djslider-loader,
#jm-allpage .testimonials-ms .djslider-loader {
  background: url('../images/ajax-loader.gif') no-repeat center center;
}
#jm-allpage .header-ms .dj-loader {
  margin-top: -37px;
}
@media (max-width: 1630px) {
  #jm-allpage .jm-module.header-ms .dj-loader {
    margin-top: -33px;
  }
}
#jm-allpage .djflyer {
  display: inline-block !important;
  vertical-align: top;
}
#jm-allpage .djflyer .djflyer_in {
  background: none;
  border: none;
  padding: 0;
  line-height: 1.7;
}
#jm-allpage .djflyer .djflyer_in .item_name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  color: #b7853d;
}
#jm-allpage .djflyer .djflyer_in .item_details {
  text-transform: uppercase;
}
#jm-allpage .djflyer .djflyer_in .djflyer_box {
  margin: 0 -15px;
}
#jm-allpage .djflyer .djflyer_in .djflyer_items_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jm-allpage .djflyer .djflyer_in .djflyer_cat {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 0;
  margin: 0 15px 30px;
}
#jm-allpage .djflyer .djflyer_in .djflyer_title {
  padding: 0 15px 30px;
}
#jm-allpage .djflyer .djflyer_in .djflyer_title img {
  border: 1px solid #ededed;
  margin: 0 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jm-allpage .djflyer .djflyer_in .djflyer_title:hover .item_name,
#jm-allpage .djflyer .djflyer_in .djflyer_title.active .item_name {
  color: #444444;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#jm-allpage .djflyer .djflyer_in .item_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #444444;
  margin: 0 0 30px;
}
#jm-allpage .djflyer .djflyer_in .item_title span {
  background: url("../images/flyer-arrow.png") no-repeat left 50%;
  margin: 0 0 0 5px;
  padding: 0 0 0 15px;
}
#jm-allpage .djflyer .djflyer_in .item_tooltip {
  margin: 0 0 20px;
}
#jm-allpage .djflyer .djflyer_in .item_desc_img {
  max-width: 100%;
}
#jm-allpage .djflyer .djflyer_in .item_desc_img img {
  border: 1px solid #ededed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jm-allpage .djflyer .djflyer_in .item_desc_img.float_left {
  margin-right: 30px;
  margin-bottom: 25px;
}
#jm-allpage .djflyer .djflyer_in .item_desc_img.float_right {
  margin-left: 30px;
  margin-bottom: 25px;
}
#jm-allpage .djflyer .djflyer_in .item_desc_img.float_top {
  margin: 0 0 30px;
}
#jm-allpage .djflyer .djflyer_in .djflyer_items_box .djflyer_items_box_in {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
#jm-allpage .djflyer .djflyer_in .djflyer_titles_box .djflyer_titles_box_in {
  padding: 0;
}
#jm-allpage .djflyer .djflyer_in .item_link {
  text-align: right;
}
#jm-allpage .djflyer .djflyer_in .pag_links {
  text-align: center;
  padding: 0;
}
#jm-allpage .djflyer .djflyer_in .pag_links span {
  font-size: 18px;
  font-weight: 300;
  color: #444444;
  height: 36px;
  width: 36px;
  line-height: 36px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0.65;
  filter: alpha(opacity=65);
  border: 2px solid #444444;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 10px;
}
#jm-allpage .djflyer .djflyer_in .pag_links span:hover,
#jm-allpage .djflyer .djflyer_in .pag_links span.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#jm-allpage .djflyer.schema_bottom .djflyer_titles_box_in {
  overflow: hidden;
}
#jm-allpage .djflyer.schema_bottom .djflyer_title {
  margin-bottom: 30px;
  position: relative;
}
#jm-allpage .djflyer.schema_bottom .djflyer_title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  height: 2px;
  width: 100%;
  background: #858585;
}
#jm-allpage .djflyer.schema_bottom .djflyer_title.active:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  right: auto;
  margin-left: -5px;
  width: 8px;
  height: 8px;
  border: 2px solid #858585;
  background: #f5f5f5;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#jm-allpage .djflyer.schema_bottom .pag_links {
  margin: 0 0 30px !important;
}
#jm-allpage .djflyer.schema_left .djflyer_items_box {
  padding-right: 30px;
}
#jm-allpage .djflyer.schema_right .djflyer_items_box {
  padding-left: 30px;
}
