#jm-allpage {
  position: relative;
}
.sticky-bar #jm-allpage {
  padding-top: 169px;
}
#jm-bar-wrapp {
  width: 100%;
}
#jm-top-bar {
  color: #545454;
  background: #05739e;
  line-height: 50px;
  width: 100%;
}
#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: 12px;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  margin-left: 10px !important;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
}
#jm-top-bar .logout-button .btn:hover,
#jm-top-bar .logout-button .btn:focus {
  background: #00aced;
}
.sticky-bar #jm-bar-wrapp {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}
#jm-bar {
  color: #ffffff;
  background: #05739e;
  border-top: 1px solid #353535;
  margin-bottom: 30px;
}
#jm-logo-sitedesc #jm-logo {
  font-family: JF_Flat_regular;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2em;
  vertical-align: top;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
#jm-logo-sitedesc #jm-logo a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
#jm-logo-sitedesc #jm-logo a:hover {
  color: #00aced;
}
#jm-logo-sitedesc #jm-sitedesc {
  color: #ffffff;
  padding: 5px 0 0;
}
#jm-bar-left {
  padding-top: 6px;
  padding-bottom: 16px;
  padding-right: 3px;
}
#jm-bar-right {
  padding-top: 25px;
  padding-bottom: 25px;
}
#jm-header-mod .jm-module.header-margin-ms {
  margin-right: -30px;
}
#jm-system-message {
  padding-top: 30px;
}
#jm-breadcrumbs a {
  text-decoration: none;
}
#jm-maincontent {
  margin-bottom: 30px;
}
#jm-footer-menu-bg {
  padding: 15px 20px;
  background: #1b1b1b;
  color: #4d4d4d;
}
#jm-footer-menu-bg a:hover,
#jm-footer-menu-bg a:focus {
  color: #a4a4a4;
}
#jm-footer-in {
  color: #545454;
  font-size: 15px;
  padding: 30px 20px;
  background: #000000;
}
#jm-footer-in a {
  text-decoration: none;
  color: #545454;
}
#jm-footer-in a:hover,
#jm-footer-in a:focus {
  color: #626262;
}
#jm-footer-right {
  text-align: right;
}
#jm-footer-left {
  text-align: left;
}
#jm-footer-left,
#jm-footer-right {
  line-height: 1.2em;
}
#jm-back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: auto;
  z-index: 9999;
}
#jm-back-top a {
  text-decoration: none;
  display: block;
}
#jm-back-top a:hover {
  cursor: pointer;
  text-decoration: none;
}
#jm-back-top span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 80px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 80px;
  background-color: #1b1b1b;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/backtotop.png");
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#jm-back-top span:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.responsive-disabled {
  min-width: 1200px;
}
.responsive-disabled #jm-allpage {
  padding: 0 !important;
  min-width: 1200px;
}
.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 {
  font-family: JF_Flat_regular;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7em;
  color: #444444;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding-right: 13px;
  background: #f2f2f2;
}
.jm-module .jm-title-wrap {
  margin: 0 0 20px;
  background: url('../images/module-title-bg.png') repeat-x left center;
}
.moduletable {
  margin-bottom: 30px;
}
.jm-module-raw {
  float: right;
  margin-left: 10px;
}
.jm-module-raw:last-child {
  margin-left: 0;
}
.jm-module.light-ms {
  background: #f4f4f4;
  border: 1px solid #e5e5e5;
  color: #838383;
}
.jm-module.light-ms .jm-title {
  background: none;
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  padding: 0;
}
.jm-module.light-ms .jm-title-wrap {
  background: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 20px;
  margin: 0;
}
.jm-module.light-ms .jm-module-content {
  padding: 20px;
}
.light-ms .btn,
.light-ms a.button,
.light-ms input.button,
.light-ms button.button {
  background: #ffffff;
}
.light-ms .btn:hover,
.light-ms a.button:hover,
.light-ms input.button:hover,
.light-ms button.button:hover,
.light-ms .btn:focus,
.light-ms a.button:focus,
.light-ms input.button:focus,
.light-ms button.button:focus {
  background: #00aced;
}
.light-ms select,
.light-ms textarea,
.light-ms input[type="text"],
.light-ms input[type="password"],
.light-ms input[type="datetime"],
.light-ms input[type="datetime-local"],
.light-ms input[type="date"],
.light-ms input[type="month"],
.light-ms input[type="time"],
.light-ms input[type="week"],
.light-ms input[type="number"],
.light-ms input[type="email"],
.light-ms input[type="url"],
.light-ms input[type="search"],
.light-ms input[type="tel"],
.light-ms input[type="color"],
.light-ms .uneditable-input {
  background: #ffffff;
}
.light-ms h1,
.light-ms h2,
.light-ms h3,
.light-ms h4,
.light-ms h5,
.light-ms h6 {
  color: #353535;
}
.light-ms h1 a,
.light-ms h2 a,
.light-ms h3 a,
.light-ms h4 a,
.light-ms h5 a,
.light-ms h6 a {
  color: #353535;
}
.light-ms h1 a:hover,
.light-ms h2 a:hover,
.light-ms h3 a:hover,
.light-ms h4 a:hover,
.light-ms h5 a:hover,
.light-ms h6 a:hover {
  color: #00aced;
}
.jm-module.dark-ms {
  background: #2d2d2d;
  color: #808080;
}
.jm-module.dark-ms .jm-title {
  background: none;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  padding: 0;
}
.jm-module.dark-ms .jm-title-wrap {
  background: none;
  border-bottom: 1px solid #424242;
  padding: 12px 20px;
  margin: 0;
}
.jm-module.dark-ms .jm-module-content {
  padding: 20px;
}
.dark-ms .btn,
.dark-ms a.button,
.dark-ms input.button,
.dark-ms button.button {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
}
.dark-ms .btn:hover,
.dark-ms a.button:hover,
.dark-ms input.button:hover,
.dark-ms button.button:hover,
.dark-ms .btn:focus,
.dark-ms a.button:focus,
.dark-ms input.button:focus,
.dark-ms button.button:focus {
  background: #00aced;
}
.dark-ms .input-append .add-on,
.dark-ms .input-prepend .add-on {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.dark-ms select,
.dark-ms textarea,
.dark-ms input[type="text"],
.dark-ms input[type="password"],
.dark-ms input[type="datetime"],
.dark-ms input[type="datetime-local"],
.dark-ms input[type="date"],
.dark-ms input[type="month"],
.dark-ms input[type="time"],
.dark-ms input[type="week"],
.dark-ms input[type="number"],
.dark-ms input[type="email"],
.dark-ms input[type="url"],
.dark-ms input[type="search"],
.dark-ms input[type="tel"],
.dark-ms input[type="color"],
.dark-ms .uneditable-input {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
}
.dark-ms h1,
.dark-ms h2,
.dark-ms h3,
.dark-ms h4,
.dark-ms h5,
.dark-ms h6 {
  color: #ffffff;
}
.dark-ms h1 a,
.dark-ms h2 a,
.dark-ms h3 a,
.dark-ms h4 a,
.dark-ms h5 a,
.dark-ms h6 a {
  color: #ffffff;
}
.dark-ms h1 a:hover,
.dark-ms h2 a:hover,
.dark-ms h3 a:hover,
.dark-ms h4 a:hover,
.dark-ms h5 a:hover,
.dark-ms h6 a:hover {
  color: #00aced;
}
.dj-offcanvas-dark .btn,
.dj-offcanvas-dark a.button,
.dj-offcanvas-dark input.button,
.dj-offcanvas-dark button.button {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
}
.dj-offcanvas-dark .btn:hover,
.dj-offcanvas-dark a.button:hover,
.dj-offcanvas-dark input.button:hover,
.dj-offcanvas-dark button.button:hover,
.dj-offcanvas-dark .btn:focus,
.dj-offcanvas-dark a.button:focus,
.dj-offcanvas-dark input.button:focus,
.dj-offcanvas-dark button.button:focus {
  background: #00aced;
}
.dj-offcanvas-dark .input-append .add-on,
.dj-offcanvas-dark .input-prepend .add-on {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.dj-offcanvas-dark select,
.dj-offcanvas-dark textarea,
.dj-offcanvas-dark input[type="text"],
.dj-offcanvas-dark input[type="password"],
.dj-offcanvas-dark input[type="datetime"],
.dj-offcanvas-dark input[type="datetime-local"],
.dj-offcanvas-dark input[type="date"],
.dj-offcanvas-dark input[type="month"],
.dj-offcanvas-dark input[type="time"],
.dj-offcanvas-dark input[type="week"],
.dj-offcanvas-dark input[type="number"],
.dj-offcanvas-dark input[type="email"],
.dj-offcanvas-dark input[type="url"],
.dj-offcanvas-dark input[type="search"],
.dj-offcanvas-dark input[type="tel"],
.dj-offcanvas-dark input[type="color"],
.dj-offcanvas-dark .uneditable-input {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
}
.dj-offcanvas-dark h1,
.dj-offcanvas-dark h2,
.dj-offcanvas-dark h3,
.dj-offcanvas-dark h4,
.dj-offcanvas-dark h5,
.dj-offcanvas-dark h6 {
  color: #ffffff;
}
.dj-offcanvas-dark h1 a,
.dj-offcanvas-dark h2 a,
.dj-offcanvas-dark h3 a,
.dj-offcanvas-dark h4 a,
.dj-offcanvas-dark h5 a,
.dj-offcanvas-dark h6 a {
  color: #ffffff;
}
.dj-offcanvas-dark h1 a:hover,
.dj-offcanvas-dark h2 a:hover,
.dj-offcanvas-dark h3 a:hover,
.dj-offcanvas-dark h4 a:hover,
.dj-offcanvas-dark h5 a:hover,
.dj-offcanvas-dark h6 a:hover {
  color: #00aced;
}
.dj-offcanvas-dark .dj-slide-title {
  color: #ffffff !important;
}
.dj-offcanvas-dark .dj-slide-title a {
  color: #ffffff !important;
}
.dj-offcanvas-dark .dj-slide-title a:hover {
  color: #00aced !important;
}
.dj-offcanvas-dark .dj-slide-desc-text,
.dj-offcanvas-dark .dj-slide-desc-text a {
  color: inherit !important;
}
.dj-offcanvas-dark .dj-readmore-wrapper a {
  color: #ffffff !important;
  background-image: url('../images/readmore-colorms.png');
}
.dj-offcanvas-dark .dj-readmore-wrapper a:hover {
  color: #ffffff !important;
}
#jm-allpage .dark-ms .category-module li > a.mod-articles-category-title {
  color: #ffffff;
}
.jm-module.color-ms {
  background: #00aced;
  color: #cef2ff;
}
.jm-module.color-ms .jm-title {
  background: none;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  padding: 0;
}
.jm-module.color-ms .jm-title-wrap {
  border-bottom: 1px solid #1ac0ff;
  background: none;
  padding: 12px 20px;
  margin: 0;
}
.jm-module.color-ms .jm-module-content {
  padding: 20px;
}
.color-ms a:hover {
  color: #2d2d2d;
}
.color-ms .btn,
.color-ms a.button,
.color-ms input.button,
.color-ms button.button {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.color-ms .btn:hover,
.color-ms a.button:hover,
.color-ms input.button:hover,
.color-ms button.button:hover {
  border: 1px solid #1b1b1b;
  background: #2d2d2d;
}
.color-ms .label-info[href],
.color-ms .badge-info[href],
.color-ms .label-info,
.color-ms .badge-info {
  background: rgba(255, 255, 255, 0.5);
}
.color-ms .label-info[href]:hover,
.color-ms .badge-info[href]:hover,
.color-ms .label-info:hover,
.color-ms .badge-info:hover {
  background: #2d2d2d;
}
.color-ms p.readmore a,
.color-ms a.readmore,
.color-ms .mod-articles-category-readmore a {
  color: #ffffff;
  background-image: url('../images/readmore-colorms.png');
}
.color-ms p.readmore a:hover,
.color-ms a.readmore:hover,
.color-ms .mod-articles-category-readmore a:hover {
  color: #ffffff;
}
.color-ms .input-append .add-on,
.color-ms .input-prepend .add-on {
  background: rgba(255, 255, 255, 0.1);
  color: #cef2ff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.color-ms select,
.color-ms textarea,
.color-ms input[type="text"],
.color-ms input[type="password"],
.color-ms input[type="datetime"],
.color-ms input[type="datetime-local"],
.color-ms input[type="date"],
.color-ms input[type="month"],
.color-ms input[type="time"],
.color-ms input[type="week"],
.color-ms input[type="number"],
.color-ms input[type="email"],
.color-ms input[type="url"],
.color-ms input[type="search"],
.color-ms input[type="tel"],
.color-ms input[type="color"],
.color-ms .uneditable-input {
  color: #cef2ff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}
.color-ms h1,
.color-ms h2,
.color-ms h3,
.color-ms h4,
.color-ms h5,
.color-ms h6 {
  color: #ffffff;
}
.color-ms h1 a,
.color-ms h2 a,
.color-ms h3 a,
.color-ms h4 a,
.color-ms h5 a,
.color-ms h6 a {
  color: #ffffff;
}
#jm-allpage .color-ms .category-module li > a.mod-articles-category-title {
  color: #ffffff;
}
#jm-allpage .color-ms .category-module li > a.mod-articles-category-title:hover {
  color: #2d2d2d;
}
.jm-module.largetitle-ms .jm-title {
  font-weight: 700;
  font-size: 30px;
  text-transform: capitalize;
}
.jm-module.border1-ms .jm-title,
.jm-module.border2-ms .jm-title {
  display: block;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #353535;
  margin: 0 0 20px;
  padding: 0 0 10px 12px;
  border-bottom: 1px solid #ededed;
  text-transform: lowercase;
}
.jm-module.border1-ms .jm-title:after,
.jm-module.border2-ms .jm-title:after {
  content: '';
  position: absolute;
  bottom: -3px;
  height: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ededed;
}
.jm-module.border1-ms .jm-title:before,
.jm-module.border2-ms .jm-title:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  bottom: 21px;
  background: #00aced;
}
.jm-module.border2-ms .jm-title:before {
  background: #d73540;
}
#jm-allpage .jm-module.nomargin-ms {
  margin: 0;
}
#jm-top-bar form {
  margin: -2px 0 0;
}
#jm-top-bar .search .inputbox {
  margin: 8px 0;
  height: 34px;
  line-height: 17px;
  background: #2c2c2c;
  color: #6c6c6c;
  border: none;
  width: 240px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-right: -3px;
}
#jm-top-bar .search .inputbox:focus {
  outline: none;
  width: 260px;
  padding-right: 30px;
}
#jm-top-bar .search .button {
  border: none;
  padding: 0;
  font-size: 0;
  height: 34px;
  line-height: 34px;
  width: 34px;
  background: url('../images/search.png') no-repeat;
  margin-left: -34px;
  vertical-align: middle;
  position: relative;
  z-index: 10;
}
.jm-icons {
  margin: 0;
  text-align: center;
}
.jm-icons a {
  display: inline-block;
  text-decoration: none !important;
}
.jm-icons span {
  display: block;
  width: 44px;
  height: 50px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  background-repeat: no-repeat;
  background-image: url('../images/social.png');
}
.jm-icons .jm-google span {
  background-position: 0 -50px;
}
.jm-icons .jm-google:hover span {
  background-position: 0 0;
}
.jm-icons .jm-facebook span {
  background-position: -44px -50px;
}
.jm-icons .jm-facebook:hover span {
  background-position: -44px 0;
}
.jm-icons .jm-twitter span {
  background-position: -88px -50px;
}
.jm-icons .jm-twitter:hover span {
  background-position: -88px 0;
}
.jm-icons .jm-rss span {
  background-position: -132px -50px;
}
.jm-icons .jm-rss:hover span {
  background-position: -132px 0;
}
.jm-icons .jm-vimeo span {
  background-position: -176px -50px;
}
.jm-icons .jm-vimeo:hover span {
  background-position: -176px 0;
}
.nav.menu {
  margin: 0;
}
.nav.menu li.active > a,
.nav.menu li:hover > a {
  color: #00aced;
}
.nav.menu li ul li:hover > a,
.nav.menu li ul li.active > a {
  background-image: url('../images/scheme1/menu-li-hover.png');
}
.nav.menu > li {
  border-bottom: 1px solid #d8d8d8;
}
.nav.menu > li:first-child {
  border-top: 1px solid #d8d8d8;
}
.nav.menu > li.parent {
  position: relative;
}
.nav.menu > li.parent:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 2.5px 0 2.5px 3px;
  border-color: transparent transparent transparent #444444;
}
.nav.menu > li.parent.deeper:after {
  border-width: 3px 2.5px 0 2.5px;
  border-color: #444444 transparent transparent transparent;
}
.nav.menu ul {
  padding: 0 0 0 15px;
  margin: 0;
}
.nav.menu ul.unstyled ul {
  list-style: none;
}
.nav.menu > li > ul {
  padding-bottom: 5px;
}
.nav.menu li a,
.nav.menu li span.separator {
  color: #474747;
  font-size: 18px;
  padding: 9px 0;
  display: block;
  text-decoration: none;
  background: none;
}
.nav.menu li a > img,
.nav.menu li span.separator > img {
  padding-right: 5px;
  vertical-align: middle;
}
.nav.menu li ul li a,
.nav.menu li ul li span.separator {
  padding-left: 12px;
  background-position: left 17px;
  background-repeat: no-repeat;
  background-image: url('../images/menu-li.png');
}
.nav.menu > li.parent > a {
  padding: 9px 20px 9px 0;
}
.nav.menu .nav-header {
  text-shadow: none;
  color: #474747;
  padding-left: 0;
  padding-right: 0;
}
#jm-top-bar .nav.menu {
  margin: 8px 0;
  line-height: normal;
}
#jm-top-bar .nav.menu > li {
  display: inline-block;
  border: none;
  vertical-align: top;
}
#jm-top-bar .nav.menu > li a,
#jm-top-bar .nav.menu > li span.separator {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 30px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 34px;
  text-transform: uppercase;
  background: #d73540;
}
#jm-top-bar .nav.menu > li:nth-child(odd) a,
#jm-top-bar .nav.menu > li:nth-child(odd) span.separator {
  background: #00aced;
}
#jm-top-bar .nav.menu > li:first-child a,
#jm-top-bar .nav.menu > li:first-child span.separator {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#jm-top-bar .nav.menu > li:last-child a,
#jm-top-bar .nav.menu > li:last-child span.separator {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#jm-top-bar .nav.menu > li:first-child:last-child a,
#jm-top-bar .nav.menu > li:first-child:last-child span.separator {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#jm-top-bar .nav.menu > li:hover a,
#jm-top-bar .nav.menu > li.active a {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#jm-top-bar .nav.menu ul {
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #jm-top-bar .nav.menu > li a,
  #jm-top-bar .nav.menu > li span.separator {
    height: 34px;
    line-height: 35px;
  }
}
#jm-djmenu .nav.menu > li {
  border-bottom: 1px solid #e3e3e3;
}
#jm-djmenu .nav.menu > li:first-child {
  border-top: 1px solid #e3e3e3;
}
#jm-djmenu .nav.menu li a,
#jm-djmenu .nav.menu li span.separator {
  color: #838383;
}
#jm-djmenu .nav.menu > li.parent:after {
  border-color: transparent transparent transparent #838383;
}
#jm-djmenu .nav.menu > li.parent.deeper:after {
  border-color: #838383 transparent transparent transparent;
}
#jm-djmenu .nav.menu li ul li {
  border-bottom: 1px solid #e3e3e3;
}
#jm-djmenu .nav.menu li ul li:last-child {
  border-bottom: 1px solid transparent;
}
#jm-djmenu .nav.menu li:hover > a,
#jm-djmenu .nav.menu li.active > a {
  color: #00aced;
}
#jm-offcanvas .nav.menu > li {
  border-bottom: 1px solid #353535;
}
#jm-offcanvas .nav.menu > li:first-child {
  border-top: 1px solid #353535;
}
#jm-offcanvas .nav.menu li a,
#jm-offcanvas .nav.menu li span.separator {
  color: #858585;
}
#jm-offcanvas .nav.menu > li.parent:after {
  border-color: transparent transparent transparent #858585;
}
#jm-offcanvas .nav.menu > li.parent.deeper:after {
  border-color: #858585 transparent transparent transparent;
}
#jm-offcanvas .nav.menu li:hover > a,
#jm-offcanvas .nav.menu li.active > a {
  color: #00aced;
}
.dark-ms .nav.menu > li {
  border-bottom: 1px solid #424242;
}
.color-ms .nav.menu > li {
  border-bottom: 1px solid #1ac0ff;
}
.color-ms .nav.menu li a,
.color-ms .nav.menu li span.separator {
  color: #cef2ff;
}
.color-ms .nav.menu > li.parent:after {
  border-color: transparent transparent transparent #cef2ff;
}
.color-ms .nav.menu > li.parent.deeper:after {
  border-color: #cef2ff transparent transparent transparent;
}
.color-ms .nav.menu li ul li a,
.color-ms .nav.menu li ul li span.separator {
  background-image: url('../images/scheme1/menu-li-colorms.png');
}
.color-ms .nav.menu li ul li:hover > a,
.color-ms .nav.menu li ul li.active > a {
  background-image: url('../images/menu-li-colorms-hover.png');
}
.color-ms .nav.menu li:hover > a,
.color-ms .nav.menu li.active > a {
  color: #2d2d2d;
}
.color-ms .nav.menu .nav-header {
  color: #ffffff;
}
.light-ms .nav.menu,
.dark-ms .nav.menu,
.color-ms .nav.menu {
  margin: -20px 0;
}
.light-ms .nav.menu > li:first-child,
.dark-ms .nav.menu > li:first-child,
.color-ms .nav.menu > li:first-child {
  border-top: none;
}
#jm-allpage .nav.menu.horizontal-ms {
  margin: 0;
}
#jm-allpage .nav.menu.horizontal-ms > li {
  border: none;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #d8d8d8;
  padding-right: 20px;
  margin-right: 20px;
}
#jm-allpage .nav.menu.horizontal-ms > li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
#jm-allpage .nav.menu.horizontal-ms > li.parent:after {
  display: none;
}
#jm-allpage .nav.menu.horizontal-ms li a,
#jm-allpage .nav.menu.horizontal-ms li span.separator {
  padding: 0;
  line-height: 1.4em;
  text-transform: uppercase;
}
#jm-allpage .nav.menu.horizontal-ms ul {
  display: none;
}
#jm-allpage .color-ms .nav.menu.horizontal-ms > li {
  border-color: #353535;
}
#jm-allpage .dark-ms .nav.menu.horizontal-ms > li {
  border-color: #424242;
}
#jm-allpage .color-ms .nav.menu.horizontal-ms > li {
  border-color: #1ac0ff;
}
#jm-footer-menu .nav.menu.horizontal-ms {
  text-align: center;
}
#jm-footer-menu .nav.menu.horizontal-ms > li {
  border-color: #4d4d4d;
}
#jm-footer-menu .nav.menu.horizontal-ms li a,
#jm-footer-menu .nav.menu.horizontal-ms li span.separator {
  color: #4d4d4d;
}
#jm-footer-menu .nav.menu.horizontal-ms li:hover > a,
#jm-footer-menu .nav.menu.horizontal-ms li.active > a {
  color: #a4a4a4;
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  1% {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  1% {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.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 {
  background: #00aced;
}
.label-info[href]:hover,
.badge-info[href]:hover,
.label-info:hover,
.badge-info:hover {
  background: #21c2ff;
}
.tags {
  padding: 5px 0;
}
.tags .label {
  font-weight: normal;
  padding: 5px;
  text-decoration: none;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  height: 20px;
  line-height: 17px;
  vertical-align: top;
  padding: 0 2px;
}
.well {
  background: none;
}
.chzn-container li {
  background: none;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 36px;
}
#jm-allpage .chzn-container-single .chzn-single,
#jm-allpage .chzn-container-multi .chzn-choices {
  line-height: 34px;
  height: 36px;
  font-size: 14px;
  padding: 0 8px;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  color: #6c6c6c;
  background: #f4f4f4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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 #e5e5e5;
  border-top: none;
  background: #f4f4f4;
  -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: #6c6c6c;
  padding: 0;
  margin: 0;
  height: 36px;
}
#jm-allpage .chzn-container-single .chzn-single div b {
  margin-top: 7px;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-choice {
  line-height: 24px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-choice span {
  font-size: 14px;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  top: 10px;
}
#jm-allpage .chzn-choices li,
#jm-allpage .chzn-results li {
  background-image: none !important;
}
#jm-allpage .chzn-container .chzn-results {
  padding-top: 4px;
}
#jm-allpage .chzn-container .chzn-results li.highlighted {
  background: #00aced;
}
#jm-allpage .chzn-container-active.chzn-container-multi .chzn-choices {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 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: #00aced;
}
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: JF_Flat_regular;
  font-size: 22px;
  color: #353535;
  font-weight: 700;
  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: JF_Flat_regular;
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  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: #353535;
}
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: #00aced;
}
h3.page-header {
  font-size: 1em;
  line-height: 1.7em;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
}
h3.page-header > .btn-mini {
  padding: 3px 6px;
}
h3.page-header > .btn-mini [class^="icon-"],
h3.page-header > .btn-mini [class*=" icon-"] {
  margin-top: 0;
}
h3.page-header > .badge {
  margin: 0 5px;
  vertical-align: middle;
}
.icons .btn.dropdown-toggle {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
dl.article-info {
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 20px;
}
dl.article-info dd {
  margin: 0;
}
dl.article-info dd [class^="icon-"],
dl.article-info dd [class*=" icon-"] {
  color: #474747;
  top: 0;
  vertical-align: top;
}
dl.article-info ~ dl.article-info {
  margin: 0;
}
.article-info-term {
  display: none;
}
.content_rating {
  margin-bottom: 10px;
}
.content_rating img {
  margin: 0;
}
.content_vote label {
  margin-right: 5px;
}
.categories-list .collapse {
  padding: 0 0 0 20px;
}
.categories-list div > .category-desc {
  margin-bottom: 20px;
}
#archive-items .createdby {
  margin: 0 0 15px;
}
.items-leading div[class*="leading-"],
.items-row .item {
  *zoom: 1;
}
.items-leading div[class*="leading-"]:before,
.items-row .item:before,
.items-leading div[class*="leading-"]:after,
.items-row .item:after {
  display: table;
  content: "";
  line-height: 0;
}
.items-leading div[class*="leading-"]:after,
.items-row .item:after {
  clear: both;
}
.items-leading div[class*="leading-"],
.items-row {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}
.items-leading .leading:last-child,
.items-row:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.item-image {
  margin-bottom: 10px;
  max-width: 100%;
}
.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: 20px;
}
.pull-right.item-image,
figure.pull-right {
  margin-left: 20px;
}
.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: 0;
  text-align: right;
}
p.readmore a,
a.readmore,
.mod-articles-category-readmore a,
#jm-allpage p.readmore a.btn {
  font-size: 13px;
  padding: 0 18px 0 0;
  display: inline-block;
  margin: 10px 0 0;
  text-decoration: none;
  background-position: right center;
  background-repeat: no-repeat;
  color: #00aced;
  background-image: url('../images/scheme1/readmore.png');
}
p.readmore a:hover,
a.readmore:hover,
.mod-articles-category-readmore a:hover,
#jm-allpage p.readmore a.btn:hover,
p.readmore a:active,
a.readmore:active,
.mod-articles-category-readmore a:active,
#jm-allpage p.readmore a.btn:active {
  text-decoration: underline;
}
p.mod-articles-category-readmore {
  padding-bottom: 10px;
}
p.readmore a.btn {
  background-color: transparent !important;
  border: none !important;
  text-transform: none;
  line-height: normal;
}
p.readmore a.btn .icon-chevron-right {
  display: none;
}
.archive .filters {
  margin-bottom: 20px;
}
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 {
  border-top: 1px solid #d8d8d8;
  line-height: 20px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
.categories-list ul li h4 {
  font-size: 1em;
  line-height: 1.7em;
  font-weight: bold;
}
.categories-list ul li small.category-desc {
  font-size: 1em;
  line-height: 1.7em;
}
ul.list-striped > li {
  background: none;
  border-bottom: 1px solid #d8d8d8;
  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;
}
.newsfeed > ol > li > h3 {
  font-size: 1em;
}
.newsfeed-count dd,
.newsfeed-count dt {
  display: inline-block;
}
strong.red,
span.star {
  color: #ff0000;
}
.profile ul.btn-toolbar li {
  background: none;
  padding: 0;
}
.profile .btn-toolbar + fieldset {
  clear: both;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="email"],
.contact .contact-form textarea {
  width: 100%;
  max-width: 400px;
}
.contact .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;
}
dd span p {
  margin: 0;
}
.phrases-box,
fieldset.only {
  padding: 0 0 20px;
}
.phrases-box label,
fieldset.only label {
  display: inline-block;
  margin-right: 10px;
}
.btn .icon-search.icon-white {
  color: inherit;
}
fieldset.phrases {
  padding-bottom: 20px;
}
.tag-category .category li + li {
  margin: 30px 0 0;
}
.tag-category .category > li > h3 {
  font-size: 1em;
  margin: 0 0 20px;
}
.tag-category .form-inline label {
  vertical-align: middle;
  margin-right: 10px;
}
.tag-category > h2 {
  margin-bottom: 30px;
}
.tag-category form > ul > li > h3 {
  margin-bottom: 20px;
}
.tag-category form > ul > li {
  padding: 0;
  background: none !important;
}
.tag-category .tag-body {
  margin: 20px 0;
  display: block;
}
.tag-category .thumbnails > li,
.tag-category .category > li {
  background: none;
  padding: 0;
}
.tag-category .thumbnails > li h3 {
  font-size: 1em;
}
.tag-category form#adminForm {
  margin-top: 20px;
}
body .tip-wrap .tip {
  max-width: 250px;
  padding: 10px 7px;
  color: #474747;
  text-align: center;
  text-decoration: none;
  background-color: #ebebeb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
  border: 1px solid #ebebeb;
  z-index: 9999;
  -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: #ebebeb;
  opacity: 1;
  filter: alpha(opacity=100);
}
body .tip-wrap .tip-title {
  color: #474747;
}
body .tip-wrap .tip-text {
  font-weight: normal;
  color: #474747;
}
.btn.jmodedit {
  z-index: 9999;
  padding: 7px 0;
  width: 50px !important;
  height: 34px !important;
}
.article-index {
  border: 1px solid #d8d8d8;
  margin-left: 10px;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f2f2f2;
}
.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: 24px !important;
  width: 85px !important;
  padding: 5px 0px 5px 25px!important;
}
#jm-allpage .minicolors-theme-bootstrap .minicolors-swatch {
  left: 1px !important;
  top: 2px !important;
}
.newsflash {
  display: inline-block;
  width: 100%;
}
.newsflash h1,
.newsflash h2,
.newsflash h3,
.newsflash h4,
.newsflash h5 {
  color: #444444;
}
.newsflash .readmore {
  float: right;
  margin: 10px 0;
}
.newsflash .readmore:last-child {
  margin-bottom: 0;
}
.newsflash .newsflash-title {
  margin: 15px 0 0;
  position: relative;
}
.newsflash .newsflash-title:first-child {
  margin: 0;
}
.newsflash .newsflash-title a:hover {
  text-decoration: none;
}
.newsflash .newsflash-title,
.newsflash p {
  clear: both;
}
.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.7em;
  color: #444444;
  font-weight: normal;
  margin: 0;
}
#jm-allpage .category-module {
  margin: 0;
}
#jm-allpage .category-module li p {
  line-height: 1.7em;
  margin: 0 0 5px;
}
#jm-allpage .category-module li > a {
  display: block;
}
#jm-allpage .category-module li > a.mod-articles-category-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #444444;
  text-decoration: none;
  margin: 15px 0 0;
  position: relative;
}
#jm-allpage .category-module li > a.mod-articles-category-title:first-child {
  margin: 0;
}
#jm-allpage .category-module li > a.mod-articles-category-title:hover {
  color: #00aced;
}
#jm-allpage .category-module span {
  display: inline-block;
  margin: 10px 0 0;
}
#form-login-username label.element-invisible,
#form-login-password label.element-invisible {
  display: none;
}
#login-form ul li .icon-arrow-right {
  display: none;
}
#mod-finder-searchform {
  margin: 0;
}
#mod-finder-searchform a {
  display: block;
  margin-top: 5px;
}
.form-search label.finder {
  padding: 0 10px 0 0;
}
.feed h2 ~ ul.newsfeed {
  margin-top: 10px;
}
.weblinks li {
  margin-top: 5px;
}
.weblinks li:first-child {
  margin: 0;
}
.weblinks li p {
  margin: 0;
}
.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;
  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: 94px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.jm-error-page > h2 {
  color: #444444;
  font-size: 34px;
  font-weight: 900;
  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-custom-header-mod {
  margin: -20px;
  text-align: center;
}
.jm-custom-header-mod a {
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.jm-custom-header-mod 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-icon-wrap {
  text-align: center;
}
.jm-link {
  text-decoration: none !important;
  width: 33%;
  float: left;
  margin: 10px 0;
}
.jm-link .jm-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 0 10px 10px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  background-image: url('../images/icons.png');
  border: 3px solid #172b48;
  -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;
}
.jm-link .jm-icon-title {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
}
.jm-link:hover .jm-icon {
  background-color: #172b48;
  border: 3px solid transparent;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(23, 43, 72, 0.15);
  -moz-box-shadow: 0px 0px 0px 5px rgba(23, 43, 72, 0.15);
  box-shadow: 0px 0px 0px 5px rgba(23, 43, 72, 0.15);
}
.jm-link.info .jm-icon {
  background-position: -60px 0;
}
.jm-link.info:hover .jm-icon {
  background-position: 0 0;
}
.jm-link.disco .jm-icon {
  background-position: -60px 60px;
}
.jm-link.disco:hover .jm-icon {
  background-position: 0 60px;
}
.jm-link.office .jm-icon {
  background-position: -60px 120px;
}
.jm-link.office:hover .jm-icon {
  background-position: 0 120px;
}
.jm-link.restaurant .jm-icon {
  background-position: -60px 180px;
}
.jm-link.restaurant:hover .jm-icon {
  background-position: 0 180px;
}
.jm-link.hotel .jm-icon {
  background-position: -60px 240px;
}
.jm-link.hotel:hover .jm-icon {
  background-position: 0 240px;
}
.jm-link.parking .jm-icon {
  background-position: -60px 300px;
}
.jm-link.parking:hover .jm-icon {
  background-position: 0 300px;
}
h3.jm-typo-title {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  margin-bottom: 25px 0;
}
h3.jm-typo-title ~ pre,
h3.jm-typo-title ~ div pre {
  margin-bottom: 30px;
  font-size: 13px;
}
.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;
  position: relative;
  font-style: italic;
}
.quote-left:after,
.quote-right:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 30px;
}
.quote-left {
  padding: 10px 5px 5px 45px;
  text-align: left;
}
.quote-left:after {
  top: 0;
  left: 0;
  right: auto;
  background: url("../images/quote-left.png") no-repeat;
}
.quote-right {
  padding: 10px 45px 5px 5px;
  text-align: right;
}
.quote-right:after {
  bottom: 0;
  left: auto;
  right: 0;
  background: url("../images/quote-right.png") no-repeat;
}
.color-ms .quote-left:after,
.dark-ms .quote-left:after,
#jm-offcanvas .quote-left:after {
  background: url("../images/quote-left-white.png") no-repeat;
}
.color-ms .quote-right:after,
.dark-ms .quote-right:after,
#jm-offcanvas .quote-right:after {
  background: url("../images/quote-right-white.png") no-repeat;
}
.jm-testimonials-author,
.jm-testimonials-author2 {
  text-align: right;
}
.jm-testimonials-author {
  font-size: 23px;
  font-weight: 700;
  padding: 20px 0 0;
}
.jm-testimonials-author2 {
  font-size: 12px;
}
.color-ms .jm-testimonials,
.dark-ms .jm-testimonials {
  margin: -21px 0 0;
}
.jm-testimonials-text {
  position: relative;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
#jm-offcanvas .jm-testimonials-text,
.color-ms .jm-testimonials-text,
.dark-ms .jm-testimonials-text {
  position: relative;
  margin: 0 -20px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.03);
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: none;
  border-right: none;
  color: #ffffff;
}
#jm-offcanvas .jm-testimonials-text {
  margin: 0 -10px;
}
.jm-testimonials-text:after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 20%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 6.5px 0 6.5px;
  border-color: rgba(0, 0, 0, 0.08) transparent transparent transparent;
}
#jm-offcanvas .jm-testimonials-text:after,
.color-ms .jm-testimonials-text:after,
.dark-ms .jm-testimonials-text:after {
  border-color: rgba(255, 255, 255, 0.08) transparent transparent transparent;
}
.color-ms .jm-testimonials-author,
.color-ms .jm-testimonials-author2 {
  color: #0080b1;
}
.border_img1 {
  padding: 4px;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.border_img2 {
  background: #F2F2F2;
  border: 1px solid #E5E5E5;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.border_img3 {
  border: 1px solid #DFDFDF;
  padding: 1px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p.blue {
  border-left: 3px solid #BCE8F1;
  padding: 0 0 0 10px;
}
p.green {
  border-left: 3px solid #D6E9C6;
  padding: 0 0 0 10px;
}
p.red {
  border-left: 3px solid #EED3D7;
  padding: 0 0 0 10px;
  color: inherit;
}
p.bluefill {
  background: #D9EDF7;
  border: 1px solid #BCE8F1;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #3A87AD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
p.greenfill {
  background: #DFF0D8;
  border: 1px solid #D6E9C6;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #468847;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
p.redfill {
  background: #F2DEDE;
  border: 1px solid #EED3D7;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #B94A48;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
p.jmbadge,
span.jmbadge,
p.jmcalendar,
span.jmcalendar,
p.jmchat,
span.jmchat,
p.jmcheck,
span.jmcheck,
p.jmcloud,
span.jmcloud,
p.jmdirection,
span.jmdirection,
p.jmdivide,
span.jmdivide,
p.jmerror,
span.jmerror,
p.jmfire,
span.jmfire,
p.jmflag,
span.jmflag,
p.jmheart,
span.jmheart,
p.jmhome,
span.jmhome,
p.jminfo,
span.jminfo,
p.jmlist,
span.jmlist,
p.jmmail,
span.jmmail,
p.jmpeople,
span.jmpeople,
p.jmstar,
span.jmstar,
p.jmstat,
span.jmstat {
  display: block;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.jmbadge,
span.jmbadge {
  background-image: url("../images/icons/badge.png");
}
p.jmcalendar,
span.jmcalendar {
  background-image: url("../images/icons/calendar.png");
}
p.jmchat,
span.jmchat {
  background-image: url("../images/icons/chat.png");
}
p.jmcheck,
span.jmcheck {
  background-image: url("../images/icons/check.png");
}
p.jmcloud,
span.jmcloud {
  background-image: url("../images/icons/cloud.png");
}
p.jmdirection,
span.jmdirection {
  background-image: url("../images/icons/direction.png");
}
p.jmdivide,
span.jmdivide {
  background-image: url("../images/icons/divide.png");
}
p.jmerror,
span.jmerror {
  background-image: url("../images/icons/error.png");
}
p.jmfire,
span.jmfire {
  background-image: url("../images/icons/fire.png");
}
p.jmflag,
span.jmflag {
  background-image: url("../images/icons/flag.png");
}
p.jmheart,
span.jmheart {
  background-image: url("../images/icons/heart.png");
}
p.jmhome,
span.jmhome {
  background-image: url("../images/icons/home.png");
}
p.jminfo,
span.jminfo {
  background-image: url("../images/icons/info.png");
}
p.jmlist,
span.jmlist {
  background-image: url("../images/icons/list.png");
}
p.jmmail,
span.jmmail {
  background-image: url("../images/icons/mail.png");
}
p.jmpeople,
span.jmpeople {
  background-image: url("../images/icons/people.png");
}
p.jmstar,
span.jmstar {
  background-image: url("../images/icons/star.png");
}
p.jmstat,
span.jmstat {
  background-image: url("../images/icons/stat.png");
}
ol.jm-roman,
ol.jm-roman ol {
  list-style-type: upper-roman;
}
ol.jm-alpha,
ol.jm-alpha ol {
  list-style-type: lower-alpha;
}
#jm-allpage table.pricing {
  float: left;
  margin: 0 0 30px;
}
#jm-allpage table.pricing th {
  background: #4d4d4d;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  padding: 25px;
  color: #ffffff;
}
#jm-allpage table.pricing td {
  padding: 20px;
  background: #f5f5f5;
  font-size: 16px;
  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;
}
.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: #00aced;
}
.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);
}
.dj-galleryGrid,
.dj-categories,
.dj-tabber,
.slider-wrapper,
.dj-slideshowThumbs {
  background: transparent !important;
}
.dj-cat-title {
  color: #353535;
  margin: 0 0 20px;
  font-weight: 700;
}
.dj-galleryGrid,
.dj-categories,
.dj-tabber,
.slider-wrapper {
  margin: 0 !important;
}
.category-desc {
  margin: 10px 0 0;
}
.dj-slide-desc-bg,
#djmediatools .dj-categories .dj-ctitle-bg {
  background: #ffffff !important;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
}
.dj-slide-desc-text,
.dj-slide-desc-text a {
  font-size: 13px !important;
  color: #353535 !important;
}
.dj-slide-desc-text {
  padding: 20px !important;
}
.dj-slide-desc-text a:hover {
  color: #00aced !important;
  text-decoration: underline;
}
.dj-slide-title,
.dj-slide-title a {
  font-size: 20px !important;
  color: #353535 !important;
  text-decoration: none !important;
  text-transform: uppercase;
}
.dj-slide-title {
  font-weight: 400 !important;
  line-height: 1.3em !important;
  margin: 0 !important;
}
.dj-slideshow-in,
.dj-slideshowThumbs-in,
.dj-slideshowThumbs .dj-indicators,
.dj-tabber,
.nivoSlider,
.box_skitter,
.dj-tab {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#djmediatools .dj-categories {
  display: inline-block;
}
#djmediatools .dj-categories .dj-category-in {
  background: none;
  border: none;
}
#djmediatools .dj-categories a.dj-category {
  color: #353535;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  padding: 0;
  margin: 0;
}
#djmediatools .dj-categories a.dj-category:hover {
  color: #353535;
}
#djmediatools .dj-categories .dj-ctitle-in {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #353535 !important;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px !important;
  text-align: center;
}
#djmediatools .dj-categories .dj-ctitle-in:hover {
  color: #00aced !important;
}
.dj-galleryGrid .dj-slide {
  max-width: 100%;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  position: relative;
}
.dj-galleryGrid .dj-slides:hover .dj-slide:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  top: 0;
  left: 0;
}
.dj-galleryGrid .dj-slides:hover .dj-slide:hover:after {
  display: none;
}
#jm-allpage .dj-galleryGrid .dj-slide-desc-in {
  margin: 0 !important;
}
.dj-readmore-wrapper {
  text-align: right !important;
  padding: 0 !important;
  margin: 4px 0 0 !important;
}
.dj-readmore-wrapper a {
  font-size: 13px;
  padding: 0 18px 0 0;
  display: inline-block;
  text-decoration: none;
  background-position: right center;
  background-repeat: no-repeat;
  color: #444444 !important;
  background-image: url('../images/scheme1/readmore.png');
}
.dj-readmore-wrapper a:hover {
  text-decoration: underline;
}
.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;
  line-height: 34px !important;
}
#jm-allpage .nav-bottom-ms .dj-navigation {
  bottom: 0;
  top: auto;
}
#jm-allpage .nav-top-ms .dj-navigation {
  top: 37px;
}
#jm-allpage .nav-top-ms .dj-navigation-in,
#jm-allpage .nav-bottom-ms .dj-navigation-in {
  height: 100%;
}
#jm-allpage .nav-top-ms .dj-navigation img.dj-prev,
#jm-allpage .nav-bottom-ms .dj-navigation img.dj-prev {
  right: 78px;
  left: auto;
  bottom: 0;
}
#jm-allpage .nav-top-ms .dj-navigation img.dj-play,
#jm-allpage .nav-top-ms .dj-navigation img.dj-pause,
#jm-allpage .nav-bottom-ms .dj-navigation img.dj-play,
#jm-allpage .nav-bottom-ms .dj-navigation img.dj-pause {
  right: 39px;
  left: auto;
  bottom: 0;
}
#jm-allpage .nav-top-ms .dj-navigation img.dj-next,
#jm-allpage .nav-bottom-ms .dj-navigation img.dj-next {
  right: 0;
  left: auto;
  bottom: 0;
}
#jm-allpage .nav-bottom-ms .djslider-loader .navigation-container {
  bottom: 0;
  top: auto;
  width: 100%;
  position: absolute;
}
#jm-allpage .nav-top-ms .djslider-loader .navigation-container {
  top: 37px;
  width: 100%;
  position: absolute;
}
#jm-allpage .nav-top-ms .djslider-loader .navigation-container img.prev-button,
#jm-allpage .nav-bottom-ms .djslider-loader .navigation-container img.prev-button {
  right: 78px;
  left: auto;
  bottom: 0;
}
#jm-allpage .nav-top-ms .djslider-loader .navigation-container img.play-button,
#jm-allpage .nav-top-ms .djslider-loader .navigation-container img.pause-button,
#jm-allpage .nav-bottom-ms .djslider-loader .navigation-container img.play-button,
#jm-allpage .nav-bottom-ms .djslider-loader .navigation-container img.pause-button {
  right: 39px;
  left: auto;
  bottom: 0;
}
#jm-allpage .nav-top-ms .djslider-loader .navigation-container img.next-button,
#jm-allpage .nav-bottom-ms .djslider-loader .navigation-container img.next-button {
  right: 0;
  left: auto;
  bottom: 0;
}
#jm-allpage .nav-custom-ms .dj-mslider {
  padding-bottom: 0;
}
#jm-allpage .color-ms.nav-custom-ms .dj-mslider .dj-indicators,
#jm-allpage .dark-ms.nav-custom-ms .dj-mslider .dj-indicators,
#jm-allpage .light-ms.nav-custom-ms .dj-mslider .dj-indicators,
#jm-allpage .border1-ms.nav-custom-ms .dj-mslider .dj-indicators,
#jm-allpage .border2-ms.nav-custom-ms .dj-mslider .dj-indicators {
  bottom: auto;
  top: -56px;
}
#jm-allpage .color-ms.nav-custom-ms .dj-mslider .dj-indicators-in,
#jm-allpage .dark-ms.nav-custom-ms .dj-mslider .dj-indicators-in,
#jm-allpage .light-ms.nav-custom-ms .dj-mslider .dj-indicators-in,
#jm-allpage .border1-ms.nav-custom-ms .dj-mslider .dj-indicators-in,
#jm-allpage .border2-ms.nav-custom-ms .dj-mslider .dj-indicators-in {
  text-align: right;
  padding: 0 !important;
}
#jm-allpage .color-ms.nav-custom-ms .djslider-loader .navigation-container-custom,
#jm-allpage .dark-ms.nav-custom-ms .djslider-loader .navigation-container-custom,
#jm-allpage .light-ms.nav-custom-ms .djslider-loader .navigation-container-custom,
#jm-allpage .border1-ms.nav-custom-ms .djslider-loader .navigation-container-custom,
#jm-allpage .border2-ms.nav-custom-ms .djslider-loader .navigation-container-custom {
  margin: 0 !important;
  position: absolute;
  top: -50px;
  width: 100%;
}
#jm-allpage .color-ms.nav-custom-ms .djslider-loader .navigation-container-custom .cust-navigation-in,
#jm-allpage .dark-ms.nav-custom-ms .djslider-loader .navigation-container-custom .cust-navigation-in,
#jm-allpage .light-ms.nav-custom-ms .djslider-loader .navigation-container-custom .cust-navigation-in,
#jm-allpage .border1-ms.nav-custom-ms .djslider-loader .navigation-container-custom .cust-navigation-in,
#jm-allpage .border2-ms.nav-custom-ms .djslider-loader .navigation-container-custom .cust-navigation-in {
  text-align: right;
  padding: 0;
}
.dj-mslider {
  margin: 0 !important;
}
.dj-mslider .dj-indicators-in {
  padding: 5px !important;
  height: 34px;
}
.dj-mslider .dj-load-button {
  height: 8px !important;
  width: 8px !important;
  margin: 0 !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
  background: #00aced !important;
}
.dj-mslider .dj-load-button:hover,
.dj-mslider .dj-load-button.dj-load-button-active {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
#jm-allpage .color-ms .dj-mslider .dj-load-button,
#jm-allpage .dark-ms .dj-mslider .dj-load-button {
  background: #ffffff !important;
}
.djslider-loader .load-button {
  height: 8px !important;
  width: 8px !important;
  margin: 2px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
  background: #00aced !important;
}
.djslider-loader .load-button:hover,
.djslider-loader .load-button.load-button-active {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.djslider-loader .navigation-container-custom {
  margin-top: 13px !important;
}
#jm-allpage .color-ms .djslider-loader .load-button,
#jm-allpage .dark-ms .djslider-loader .load-button {
  background: #ffffff !important;
}
.dj-slideshow .dj-indicators {
  margin-top: 20px !important;
}
.dj-slideshow .dj-load-button {
  display: inline-block;
  height: 34px !important;
  width: 34px !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;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.dj-slideshow .dj-load-button {
  background: #f3f3f3 !important;
  border: 1px solid #e6e6e6 !important;
}
.dj-slideshow .dj-load-button .dj-key {
  color: #353535 !important;
  font-size: 12px !important;
}
.dj-slideshow .dj-load-button:hover,
.dj-slideshow .dj-load-button.dj-load-button-active {
  background: #00aced !important;
  border: 1px solid #0080b1 !important;
}
.dj-slideshow .dj-load-button:hover .dj-key,
.dj-slideshow .dj-load-button.dj-load-button-active .dj-key {
  color: #ffffff !important;
}
#jm-allpage .color-ms .dj-slideshow .dj-load-button .dj-key,
#jm-allpage .dark-ms .dj-slideshow .dj-load-button .dj-key {
  color: #ffffff !important;
}
#jm-allpage .color-ms .dj-slideshow .dj-load-button,
#jm-allpage .dark-ms .dj-slideshow .dj-load-button {
  background: #969696 !important;
  border: 1px solid #787878 !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
#jm-allpage .color-ms .dj-slideshow .dj-load-button.dj-load-button-active,
#jm-allpage .color-ms .dj-slideshow .dj-load-button:hover {
  background: #2d2d2d !important;
  border: 1px solid #1b1b1b !important;
}
.dj-slideshowThumbs .dj-indicators-in,
.dj-slideshowThumbs .dj-indicators {
  padding: 0 !important;
}
.dj-slideshowThumbs .dj-load-button {
  border: none !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  margin: 0 !important;
  border-right: 1px solid #ffffff !important;
}
.dj-slideshowThumbs .dj-load-button img {
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
}
.dj-slideshowThumbs .dj-load-button:hover img,
.dj-slideshowThumbs .dj-load-button-active img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.dj-slideshowThumbs .dj-indicators img {
  max-width: none !important;
}
.dj-slideshowThumbs .dj-indicators {
  border: 1px solid #ffffff;
  background: #000000 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dj-tabber {
  border: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.dj-tabber .dj-tab-active img,
.dj-tabber .dj-tab img {
  border: 4px solid #ffffff !important;
  margin-right: 12px !important;
}
.dj-tabber .dj-tab {
  position: relative;
  background: #2d2d2d !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border-bottom: 1px solid #2d2d2d;
  overflow: visible !important;
}
.dj-tabber .dj-tab:after {
  position: absolute;
  content: '';
  top: -1px;
  height: 0;
  width: 80%;
  left: 10%;
  border-top: 1px solid #424242;
}
.dj-tabber span.dj-tab-in {
  color: #838383 !important;
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: 22px !important;
  text-shadow: none !important;
}
.dj-tabber .dj-tab-active span.dj-tab-in {
  color: #ffffff;
}
.dj-tabber .dj-tab-indicator {
  width: 15px !important;
}
#jm-allpage .dj-tabber .dj-tab.dj-tab-active {
  background: #00aced !important;
}
.dj-tabber .dj-tab-indicator-right {
  background: url("../images/scheme1/dj-tab-indicator-left.png") no-repeat left center !important;
}
.dj-tabber .dj-tab-indicator-left {
  background: url("../images/scheme1/dj-tab-indicator-right.png") no-repeat left center !important;
}
#jm-allpage .color-ms .dj-tabber .dj-tab.dj-tab-active {
  background: rgba(255, 255, 255, 0.1) !important;
}
.color-ms .dj-tabber .dj-tab-indicator-right {
  background: url("../images/scheme1/dj-tab-indicator-left-colorms.png") no-repeat left center !important;
}
.color-ms .dj-tabber .dj-tab-indicator-left {
  background: url("../images/scheme1/dj-tab-indicator-right-colorms.png") no-repeat left center !important;
}
#jm-allpage .dark-ms .dj-tabber .dj-tab {
  background: #505050 !important;
  border-bottom: 1px solid #505050;
}
.box_skitter {
  margin: 0 auto;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.box_skitter .label_skitter {
  background: none !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.box_skitter .label_skitter p {
  font-size: 14px !important;
  letter-spacing: none !important;
  color: #353535 !important;
  font-family: inherit !important;
  letter-spacing: normal !important;
}
.box_skitter .info_slide {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.box_skitter .image_number {
  font-size: 12px !important;
  color: #353535 !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: 7px 11px !important;
  background: #f3f3f3 !important;
  border: 1px solid #e6e6e6 !important;
  margin-left: 5px !important;
}
.box_skitter .image_number_select,
.box_skitter .image_number:hover {
  color: #ffffff !important;
  background: #00aced !important;
  border: 1px solid #0080b1 !important;
}
.box_skitter .info_slide {
  padding: 0 !important;
}
.box_skitter.skitter-square .next_button,
.box_skitter.skitter-square .prev_button {
  top: 35px !important;
  bottom: auto !important;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
}
.box_skitter.skitter-square .next_button:hover,
.box_skitter.skitter-square .prev_button:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
#jm-allpage .nivoSlider {
  margin: 0 !important;
}
#jm-allpage .slider-wrapper {
  margin: 0 auto !important;
}
#jm-allpage .slider-wrapper .nivo-controlNav a {
  margin: 0 4px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  text-indent: 0 !important;
  width: 34px !important;
  height: 34px !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 34px !important;
  color: #353535 !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;
}
#jm-allpage .slider-wrapper .nivo-controlNav {
  padding: 20px 0 10px !important;
}
#jm-allpage .slider-wrapper .nivo-controlNav a {
  background: #f3f3f3 !important;
  border: 1px solid #e6e6e6 !important;
}
#jm-allpage .slider-wrapper .nivo-controlNav a.active,
#jm-allpage .slider-wrapper .nivo-controlNav a:hover {
  color: #ffffff !important;
  background: #00aced !important;
  border: 1px solid #0080b1 !important;
}
#jm-allpage .color-ms .slider-wrapper .nivo-controlNav a,
#jm-allpage .dark-ms .slider-wrapper .nivo-controlNav a {
  color: #ffffff !important;
  background: #969696 !important;
  border: 1px solid #787878 !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
#jm-allpage .color-ms .slider-wrapper .nivo-controlNav a.active,
#jm-allpage .color-ms .slider-wrapper .nivo-controlNav a:hover {
  background: #2d2d2d !important;
  border: 1px solid #1b1b1b !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;
}
.slider1-ms .dj-slide-desc-bg,
.slider2-ms .dj-slide-desc-bg,
.slider3-ms .dj-slide-desc-bg {
  background: none !important;
}
.slider1-ms .dj-slide-title,
.slider2-ms .dj-slide-title,
.slider1-ms .dj-slide-title a,
.slider2-ms .dj-slide-title a {
  font-size: 14px !important;
  line-height: 1.5em !important;
  font-weight: 500 !important;
  text-transform: none;
}
.slider3-ms .dj-slide-title,
.slider3-ms .dj-slide-title a {
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: none;
}
.slider1-ms .dj-slide-desc-text {
  padding: 0 0 0 20px !important;
}
.slider2-ms .dj-slide-desc-text,
.slider3-ms .dj-slide-desc-text {
  padding: 0 !important;
}
.slider2-ms .dj-slide-in .video-icon {
  margin-top: -90px !important;
}
.color-ms .dj-slide-title {
  color: #ffffff !important;
}
.color-ms .dj-slide-title a {
  color: #ffffff !important;
}
.color-ms .dj-slide-title a:hover {
  color: #2d2d2d !important;
}
.color-ms .dj-slide-desc-text,
.color-ms .dj-slide-desc-text a {
  color: inherit !important;
}
.color-ms .dj-readmore-wrapper a {
  color: #ffffff !important;
  background-image: url('../images/readmore-colorms.png');
}
.color-ms .dj-readmore-wrapper a:hover {
  color: #ffffff !important;
}
.dark-ms .dj-slide-title {
  color: #ffffff !important;
}
.dark-ms .dj-slide-title a {
  color: #ffffff !important;
}
.dark-ms .dj-slide-title a:hover {
  color: #00aced !important;
}
.dark-ms .dj-slide-desc-text,
.dark-ms .dj-slide-desc-text a {
  color: inherit !important;
}
.dark-ms .dj-readmore-wrapper a {
  color: #ffffff !important;
  background-image: url('../images/readmore-colorms.png');
}
.dark-ms .dj-readmore-wrapper a:hover {
  color: #ffffff !important;
}
.dj-loader {
  background: url("../images/ajax-loader.gif") no-repeat !important;
  width: 16px !important;
  height: 11px !important;
  left: 50% !important;
  margin-left: -8px !important;
  top: 50% !important;
  margin-top: -5px;
}
#jm-allpage [class*="tab"] .djtabs.default-theme {
  margin: 0;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-in-border,
#jm-allpage [class*="tab"] .djtabs.default-theme .tabs-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .tabs-wrapper.tabs-hidden {
  display: none;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-title {
  border: none;
  background: none;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: clip;
  overflow: visible;
  height: auto;
  line-height: normal;
  width: auto !important;
  margin-bottom: 10px;
  white-space: normal;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-title .djtab-custom-html img {
  max-height: 26px;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-title .djtab-text {
  vertical-align: middle;
  line-height: 26px;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-title-img-right {
  display: none;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtab-custom-html {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: normal;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-in {
  margin: 0;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-panel {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  height: auto;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-panel-title,
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-panel-date {
  text-transform: none;
  height: auto;
  line-height: normal;
  margin: 0;
  font-family: inherit;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-panel-title {
  color: #474747;
  font-size: 14px;
  font-weight: 600;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-panel-title:hover,
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-panel-title a:hover {
  color: #00aced !important;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-panel-date,
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-date-in {
  color: #616161;
  font-size: 13px;
  font-weight: 400;
  margin-right: 15px;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-panel-date {
  margin-top: 1px;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-panel-toggler {
  margin: 0;
  width: 12px;
  height: 12px;
  margin: 4px 0 0 10px;
  background: url('../images/tab-arrow.png');
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-panel-active .djtabs-panel-toggler {
  background: url('../images/scheme1/tab-arrow-active.png');
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-panel-title a {
  text-decoration: none;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-article-content {
  margin: 15px 0;
  font-family: inherit;
  color: #474747;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-article-footer {
  margin: -15px 0 0;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-article-content a {
  color: inherit;
  text-decoration: underline;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-article-content a:hover {
  text-decoration: none;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-article-img {
  margin-bottom: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-article-category,
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-article-author {
  font-family: inherit;
  margin: 2px;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-article-author {
  color: #474747;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-article-category a {
  text-decoration: none;
  font-weight: normal;
  color: #00aced;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-article-category a:hover {
  text-decoration: underline;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-article-author,
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-article-category {
  float: right;
  padding-left: 10px;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-article-group.djtabs-article-out {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-readmore {
  display: block;
  text-align: right;
  margin: 10px 0 0;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-readmore a {
  font-size: 13px;
  font-style: normal !important;
  padding: 0 18px 0 0;
  display: inline-block;
  text-decoration: none;
  background-position: right center;
  background-repeat: no-repeat;
  color: #00aced !important;
  background-image: url('../images/scheme1/readmore.png');
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-readmore a:hover {
  text-decoration: underline;
}
#jm-allpage .color-ms[class*="tab"] .djtabs.default-theme .djtabs-panel-toggler {
  background: url('../images/tab-arrow-colorms.png');
}
#jm-allpage .color-ms[class*="tab"] .djtabs.default-theme .djtabs-panel-active .djtabs-panel-toggler {
  background: url('../images/tab-arrow-colorms-active.png');
}
#jm-allpage .color-ms[class*="tab"] .djtabs.default-theme .djtabs-readmore a {
  color: #ffffff !important;
  background-image: url('../images/readmore-colorms.png');
}
#jm-allpage .color-ms[class*="tab"] .djtabs.default-theme .djtabs-article-category a {
  color: #ffffff;
}
#jm-allpage .color-ms[class*="tab"] .djtabs.default-theme .djtabs-panel-title a:hover {
  color: #2d2d2d !important;
}
#jm-allpage .color-ms[class*="tab"] .djtabs.default-theme .djtabs-article-content,
#jm-allpage .color-ms[class*="tab"] .djtabs.default-theme .djtabs-panel-date,
#jm-allpage .color-ms[class*="tab"] .djtabs.default-theme .djtabs-date-in,
#jm-allpage .color-ms[class*="tab"] .djtabs.default-theme .djtabs-article-author {
  color: #cef2ff;
}
#jm-allpage .dark-ms[class*="tab"] .djtabs.default-theme .djtabs-panel-title {
  color: #ffffff;
}
#jm-allpage .color-ms[class*="tab"] .djtabs.default-theme .djtabs-panel-title {
  color: #ffffff;
}
#jm-allpage .dark-ms[class*="tab"] .djtabs.default-theme .djtabs-article-content,
#jm-allpage .dark-ms[class*="tab"] .djtabs.default-theme .djtabs-panel-date,
#jm-allpage .dark-ms[class*="tab"] .djtabs.default-theme .djtabs-date-in,
#jm-allpage .dark-ms[class*="tab"] .djtabs.default-theme .djtabs-article-author {
  color: #808080;
}
#jm-allpage [class*="tab"] .djtabs.default-theme.accordion .djtabs-in-border {
  display: block;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-title.djtabs-accordion {
  margin-left: 0;
  margin-right: 0;
  width: 100% !important;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-title.djtabs-accordion .djtab-text {
  margin: 0;
}
#jm-allpage [class*="tab"] .djtabs.default-theme .djtabs-body.accordion-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
#jm-allpage .tab1-ms .djtabs.default-theme .tabs-wrapper {
  margin-bottom: 15px;
}
#jm-allpage .tab1-ms .djtabs.default-theme .djtabs-title {
  position: relative;
  color: #444444;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  margin-right: 8px;
  padding: 15px;
}
#jm-allpage .tab1-ms .djtabs.default-theme .djtabs-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  border-bottom: 3px solid #d8d8d8;
}
#jm-allpage .tab1-ms .djtabs.default-theme .djtabs-title:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -4px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #d8d8d8 transparent transparent transparent;
}
#jm-allpage .tab1-ms .djtabs.default-theme .djtabs-title:hover:before,
#jm-allpage .tab1-ms .djtabs.default-theme .djtabs-title.djtabs-active:before {
  border-bottom: 3px solid #00aced;
}
#jm-allpage .tab1-ms .djtabs.default-theme .djtabs-title:hover:after,
#jm-allpage .tab1-ms .djtabs.default-theme .djtabs-title.djtabs-active:after {
  border-color: #00aced transparent transparent transparent;
}
#jm-allpage .tab1-ms .djtabs.default-theme .djtabs-in-border {
  border: none;
}
#jm-allpage .tab1-ms .djtabs.default-theme .djtabs-article-group {
  border-top: 1px dotted #d8d8d8;
  padding-top: 5px;
  margin-top: 5px;
}
#jm-allpage .tab1-ms .djtabs.default-theme .djtabs-article-group:first-child {
  border: none;
  padding: 0;
  margin: 0;
}
#jm-allpage .dark-ms.tab1-ms .djtabs.default-theme .djtabs-title {
  color: #ffffff;
}
#jm-allpage .color-ms.tab1-ms .djtabs.default-theme .djtabs-title {
  color: #ffffff;
}
#jm-allpage .dark-ms.tab1-ms .djtabs.default-theme .djtabs-title:before {
  border-bottom: 3px solid #3b3b3b;
}
#jm-allpage .dark-ms.tab1-ms .djtabs.default-theme .djtabs-title:after {
  border-color: #3b3b3b transparent transparent transparent;
}
#jm-allpage .dark-ms.tab1-ms .djtabs.default-theme .djtabs-article-group {
  border-color: #3f3f3f;
}
#jm-allpage .color-ms.tab1-ms .djtabs.default-theme .djtabs-title:hover:before,
#jm-allpage .color-ms.tab1-ms .djtabs.default-theme .djtabs-title.djtabs-active:before {
  border-bottom: 3px solid #ffffff;
}
#jm-allpage .color-ms.tab1-ms .djtabs.default-theme .djtabs-title:hover:after,
#jm-allpage .color-ms.tab1-ms .djtabs.default-theme .djtabs-title.djtabs-active:after {
  border-color: #ffffff transparent transparent transparent;
}
#jm-allpage .color-ms.tab1-ms .djtabs.default-theme .djtabs-title:before {
  border-bottom: 3px solid #1dc1ff;
}
#jm-allpage .color-ms.tab1-ms .djtabs.default-theme .djtabs-title:after {
  border-color: #1dc1ff transparent transparent transparent;
}
#jm-allpage .color-ms.tab1-ms .djtabs.default-theme .djtabs-article-group {
  border-color: rgba(255, 255, 255, 0.1);
}
#jm-allpage .tab2-ms .djtabs.default-theme {
  border: 1px solid #d8d8d8;
}
#jm-allpage .tab2-ms .djtabs.default-theme .tabs-wrapper {
  margin-bottom: 0;
}
#jm-allpage .tab2-ms .djtabs.default-theme .djtabs-title {
  position: relative;
  color: #444444;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 5px;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin: -1px 0 0;
}
#jm-allpage .tab2-ms .djtabs.default-theme .djtabs-title:hover,
#jm-allpage .tab2-ms .djtabs.default-theme .djtabs-title.djtabs-active {
  color: #00aced;
  background: #fff;
}
#jm-allpage .tab2-ms .djtabs.default-theme .djtabs-title.djtabs-active {
  border-bottom: 1px solid transparent!important;
}
#jm-allpage .tab2-ms .djtabs.default-theme .djtabs-in-border {
  border-top: 1px solid #d8d8d8;
  margin: -1px 0 0;
}
#jm-allpage .tab2-ms .djtabs.default-theme .djtabs-article-group {
  border-top: 1px solid #d8d8d8;
  padding: 10px 0;
  margin: 0;
}
#jm-allpage .tab2-ms .djtabs.default-theme .djtabs-article-group:first-child {
  border: none;
}
#jm-allpage .tab2-ms .djtabs.default-theme .djtabs-article-group[style*="width"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
#jm-allpage .tab2-ms .djtabs.default-theme .djtabs-panel,
#jm-allpage .tab2-ms .djtabs.default-theme .djtabs-article-content,
#jm-allpage .tab2-ms .djtabs.default-theme .djtabs-article-footer {
  padding-left: 20px;
  padding-right: 20px;
}
#jm-allpage .tab2-ms .djtabs.default-theme .djtabs-module {
  padding: 20px;
}
#jm-allpage .tab2-ms .djtabs.default-theme .djVideoWrapper iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
#jm-allpage .tab2-ms .djtabs.default-theme .djtabs-accordion.djtabs-title:hover,
#jm-allpage .tab2-ms .djtabs.default-theme .djtabs-accordion.djtabs-title.djtabs-active {
  background: none;
}
#jm-allpage .tab2-ms .djtabs.default-theme .djtabs-title.djtabs-accordion {
  border-left: none !important;
  border-right: none !important;
  border-top: 1px solid #d8d8d8 !important;
  border-bottom: none !important;
}
#jm-allpage .tab2-ms .djtabs.default-theme .djtabs-title.djtabs-accordion:first-child {
  border-top: none !important;
}
#jm-allpage .tab2-ms .djtabs.default-theme.accordion .djtabs-in-border {
  margin: 0;
}
#jm-allpage .dark-ms.tab2-ms .djtabs.default-theme,
#jm-allpage .color-ms.tab2-ms .djtabs.default-theme {
  margin: -21px -20px;
}
#jm-allpage .light-ms.tab2-ms .djtabs.default-theme {
  margin: -21px;
}
#jm-allpage .dark-ms.tab2-ms .djtabs.default-theme .djtabs-title {
  color: #ffffff;
}
#jm-allpage .dark-ms.tab2-ms .default-theme .djtabs-title:hover,
#jm-allpage .dark-ms.tab2-ms .default-theme .djtabs-title.djtabs-active {
  background: #2d2d2d;
}
#jm-allpage .light-ms.tab2-ms .default-theme .djtabs-title:hover,
#jm-allpage .light-ms.tab2-ms .default-theme .djtabs-title.djtabs-active {
  background: #f4f4f4;
}
#jm-allpage .dark-ms.tab2-ms .djtabs.default-theme,
#jm-allpage .dark-ms.tab2-ms .djtabs.default-theme .djtabs-in-border,
#jm-allpage .dark-ms.tab2-ms .djtabs.default-theme .djtabs-title,
#jm-allpage .dark-ms.tab2-ms .djtabs.default-theme .djtabs-article-group {
  border-color: #3b3b3b !important;
}
#jm-allpage .color-ms.tab2-ms .djtabs.default-theme .djtabs-title {
  color: #cef2ff;
}
#jm-allpage .color-ms.tab2-ms .djtabs.default-theme .djtabs-title:hover,
#jm-allpage .color-ms.tab2-ms .djtabs.default-theme .djtabs-title.djtabs-active {
  color: #ffffff;
  background: #00aced;
}
#jm-allpage .color-ms.tab2-ms .djtabs.default-theme,
#jm-allpage .color-ms.tab2-ms .djtabs.default-theme .djtabs-in-border,
#jm-allpage .color-ms.tab2-ms .djtabs.default-theme .djtabs-title,
#jm-allpage .color-ms.tab2-ms .djtabs.default-theme .djtabs-article-group {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
#jm-allpage .tab3-ms .djtabs.default-theme .tabs-wrapper {
  margin-bottom: 15px;
}
#jm-allpage .tab3-ms .djtabs.default-theme .djtabs-title {
  color: #444444;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-right: 30px;
  padding: 15px 0;
}
#jm-allpage .tab3-ms .djtabs.default-theme .djtabs-title:hover,
#jm-allpage .tab3-ms .djtabs.default-theme .djtabs-title.djtabs-active {
  color: #000000;
  position: relative;
}
#jm-allpage .tab3-ms .djtabs.default-theme .djtabs-title:hover:before,
#jm-allpage .tab3-ms .djtabs.default-theme .djtabs-title.djtabs-active:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  border-bottom: 4px solid #d8d8d8;
}
#jm-allpage .tab3-ms .djtabs.default-theme .djtabs-in-border {
  border: none;
}
#jm-allpage .tab3-ms .djtabs.default-theme .djtabs-article-group {
  border-top: 1px solid #d8d8d8;
  padding-top: 5px;
  margin-top: 5px;
}
#jm-allpage .tab3-ms .djtabs.default-theme .djtabs-article-group:first-child {
  border: none;
  padding: 0;
  margin: 0;
}
#jm-allpage .dark-ms.tab3-ms .djtabs.default-theme .djtabs-title {
  color: #8d8d8d;
}
#jm-allpage .dark-ms.tab3-ms .djtabs.default-theme .djtabs-title:hover,
#jm-allpage .dark-ms.tab3-ms .djtabs.default-theme .djtabs-title.djtabs-active {
  color: #ffffff;
}
#jm-allpage .color-ms.tab3-ms .djtabs.default-theme .djtabs-title:hover,
#jm-allpage .color-ms.tab3-ms .djtabs.default-theme .djtabs-title.djtabs-active {
  color: #ffffff;
}
#jm-allpage .dark-ms.tab3-ms .djtabs.default-theme .djtabs-title:hover:before,
#jm-allpage .dark-ms.tab3-ms .djtabs.default-theme .djtabs-title.djtabs-active:before {
  border-bottom: 4px solid #3b3b3b;
}
#jm-allpage .dark-ms.tab3-ms .djtabs.default-theme .djtabs-article-group {
  border-color: #3b3b3b;
}
#jm-allpage .color-ms.tab3-ms .djtabs.default-theme .djtabs-title {
  color: #cef2ff;
}
#jm-allpage .color-ms.tab3-ms .djtabs.default-theme .djtabs-title:hover:before,
#jm-allpage .color-ms.tab3-ms .djtabs.default-theme .djtabs-title.djtabs-active:before {
  border-bottom: 4px solid rgba(255, 255, 255, 0.1);
}
#jm-allpage .color-ms.tab3-ms .djtabs.default-theme .djtabs-article-group {
  border-color: rgba(255, 255, 255, 0.1);
}
#jm-allpage .tab3-ms .djtabs.default-theme .djtabs-title.djtabs-accordion {
  margin-top: 10px;
  margin-bottom: 0;
}
#jm-allpage .tab3-ms .djtabs.default-theme .djtabs-title.djtabs-accordion:first-child {
  margin-top: 0;
}
#jm-allpage .tab4-ms .djtabs.default-theme .tabs-wrapper {
  margin-bottom: 10px;
}
#jm-allpage .tab4-ms .djtabs.default-theme .djtabs-title {
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  padding: 7px 10px;
  border: 1px solid #d8d8d8;
  text-align: left;
  text-transform: none;
}
#jm-allpage .tab4-ms .djtabs.default-theme .djtabs-title:hover,
#jm-allpage .tab4-ms .djtabs.default-theme .djtabs-title.djtabs-active {
  background: #f3f3f3;
}
#jm-allpage .tab4-ms .djtabs.default-theme .djtabs-in-border {
  border: none;
}
#jm-allpage .tab4-ms .djtabs.default-theme .djtabs-article-group {
  border-top: 1px solid #d8d8d8;
  padding: 10px 0 0;
  margin: 10px 0 0;
}
#jm-allpage .tab4-ms .djtabs.default-theme .djtabs-article-group:first-child {
  border: none;
  padding: 0;
  margin: 0;
}
#jm-allpage .dark-ms.tab4-ms .djtabs.default-theme .djtabs-title {
  color: #8d8d8d;
}
#jm-allpage .dark-ms.tab4-ms .djtabs.default-theme .djtabs-in-border,
#jm-allpage .dark-ms.tab4-ms .djtabs.default-theme .djtabs-title,
#jm-allpage .dark-ms.tab4-ms .djtabs.default-theme .djtabs-article-group {
  border-color: #3b3b3b;
}
#jm-allpage .dark-ms.tab4-ms .djtabs.default-theme .djtabs-title:hover,
#jm-allpage .dark-ms.tab4-ms .djtabs.default-theme .djtabs-title.djtabs-active {
  background: #3b3b3b;
}
#jm-allpage .light-ms.tab4-ms .djtabs.default-theme .djtabs-title:hover,
#jm-allpage .light-ms.tab4-ms .djtabs.default-theme .djtabs-title.djtabs-active {
  background: #fdfdfd;
}
#jm-allpage .color-ms.tab4-ms .djtabs.default-theme .djtabs-title {
  color: #cef2ff;
}
#jm-allpage .color-ms.tab4-ms .djtabs.default-theme .djtabs-in-border,
#jm-allpage .color-ms.tab4-ms .djtabs.default-theme .djtabs-title,
#jm-allpage .color-ms.tab4-ms .djtabs.default-theme .djtabs-article-group {
  border-color: rgba(255, 255, 255, 0.1);
}
#jm-allpage .color-ms.tab4-ms .djtabs.default-theme .djtabs-title:hover,
#jm-allpage .color-ms.tab4-ms .djtabs.default-theme .djtabs-title.djtabs-active {
  background: rgba(255, 255, 255, 0.1);
}
#jm-allpage .tab4-ms .djtabs.default-theme .djtabs-title.djtabs-accordion {
  margin-bottom: 2px;
}
