body {
  line-height: 1.7em;
  padding: 0;
  margin: 0;
}
#jm-allpage {
  background: #fff;
}
#jm-top-bar {
  color: #fff;
  min-height: 70px;
}
#jm-top-bar.noheader {
  -webkit-box-shadow: 0px 5px 0px 0px rgba(71,47,60,0.1);
  -moz-box-shadow: 0px 5px 0px 0px rgba(71,47,60,0.1);
  box-shadow: 0px 5px 0px 0px rgba(71,47,60,0.1);
  margin-bottom: 48px;
}
#jm-top-bar-space {
  position: relative;
}
#jm-logo-sitedesc {
  position: absolute;
  top: 0;
  left: 24px;
}
#jm-djmenu {
  padding: 16px 0;
}
#jm-header {
  background: url("../images/header_bg.png");
  padding-top: 53px;
  -webkit-box-shadow: inset 0px 5px 0px 0px rgba(71,47,60,0.1);
  -moz-box-shadow: inset 0px 5px 0px 0px rgba(71,47,60,0.1);
  box-shadow: inset 0px 5px 0px 0px rgba(71,47,60,0.1);
  margin-bottom: 30px;
}
#jm-header-bottom {
  background: url("../images/stripes_bg.png") repeat-x left bottom;
  padding-bottom: 14px;
}
#jm-header-in {
  margin: 0 auto;
}
#jm-header-space {
  position: relative;
  z-index: 1;
}
#jm-header-mod1 {
  background: #fff;
  padding: 8px;
  position: relative;
  margin-bottom: 50px;
}
#jm-header-mod1:before,
#jm-header-mod1:after {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  background: rgba(0,0,0,0.7);
  bottom: 15px;
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.5);
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
  content: "";
  left: 30px;
  max-width: 300px;
  position: absolute;
  height: 20px;
  width: 50%;
  z-index: -1;
}
#jm-header-mod1:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  left: auto;
  right: 30px;
}
#jm-header-mod3 {
  position: absolute;
  right: -49px;
  top: -55px;
  z-index: 2;
}
#jm-breadcrumbs-fs {
  margin-bottom: 30px;
}
#jm-midpage {
  background: url("../images/stripes_bg.png") repeat-x left bottom;
  padding-bottom: 14px;
}
#jm-midpage-in {
  margin: 0 auto;
}
#jm-main-wrapper {
  background: url("../images/main_sep.png") no-repeat top center;
  padding-top: 55px;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
#jm-maincontent {
  margin-bottom: 30px;
}
.lcr #jm-left {
  float: left;
}
.lcr #jm-right {
  float: right;
}
.lcr #jm-content {
  float: right;
}
.lcr.scheme2.noleft #jm-content {
  float: left;
}
.clr #jm-left,
.clr #jm-right,
.clr #jm-content {
  float: left;
}
.lrc #jm-left {
  float: left;
}
.lrc #jm-right,
.lrc #jm-content {
  float: right;
}
.lrc.scheme3 .row-fluid #jm-left,
.lrc.scheme2 .row-fluid #jm-left,
.lrc.scheme2 .row-fluid #jm-right,
.lcr.scheme3 .row-fluid #jm-left,
.lcr.scheme2 .row-fluid #jm-left {
  margin-left: 0;
}
#jm-bottom2 {
  background: url("../images/header_bg.png");
  padding-top: 30px;
}
#jm-bottom2-in {
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background: url("../images/header_bg.png");
}
#jm-footer {
  padding-top: 15px;
  position: relative;
}
#jm-footer.nobottom2 {
  padding-top: 0;
}
#jm-footer-in {
  padding: 20px 0;
}
#jm-back-top {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 1000;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#jm-back-top:hover {
  top: -10px;
}
#jm-copyrights {
  margin-right: 10px;
  padding-right: 10px;
}
#jm-styleswitcher {
  clear: both;
  padding-top: 10px;
}
#jm-logo-sitedesc h1#jm-logo {
  margin-bottom: 0;
}
#jm-logo-sitedesc h1#jm-logo a:link,
#jm-logo-sitedesc h1#jm-logo a:visited {
  color: #fff;
}
#jm-styleswitcher a {
  display: inline-block;
}
#jm-styleswitcher a:hover {
  text-decoration: none;
}
#jm-styleswitcher span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 0 5px 0 0;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#jm-styleswitcher a#style_icon-1 span {
  /*background: #c94326;*/
  background: #ECBE71;
}
#jm-styleswitcher a#style_icon-1:hover span {
  background: #db593d;
}
#jm-styleswitcher a#style_icon-2 span {
  background: #a7c5bd;
}
#jm-styleswitcher a#style_icon-2:hover span {
  background: #c9d9d5;
}
#jm-styleswitcher a#style_icon-3 span {
  background: #c4a671;
}
#jm-styleswitcher a#style_icon-3:hover span {
  background: #d5bc8f;
}
#jm-back-top a {
  display: block;
  width: 40px;
  height: 46px;
}
#jm-back-top a:hover {
  text-decoration: none;
  cursor: pointer;
}
.smallview #jm-maincontent {
  font-size: 0.9em;
  line-height: 1.7em;
}
.largeview #jm-maincontent {
  font-size: 1.2em;
  line-height: 1.7em;
}
.span0 {
  float: none;
}
.jm-module {
  margin-bottom: 30px;
}
.jm-module .jm-title-wrap {
  background: url("../images/border_bg.png") repeat-x left center;
  text-align: center;
  margin-bottom: 15px;
}
.jm-module h3.jm-title {
  text-transform: uppercase;
  background: #fff;
  padding: 0 13px;
  display: inline-block;
  margin: 0;
}
.moduletable {
  margin-bottom: 30px;
}
#jm-header-mod1 .jm-module {
  margin-bottom: 0;
}
#jm-bottom2 .jm-module {
  margin-bottom: 20px;
}
#jm-header-mod2 .jm-module h3.jm-title,
#jm-bottom2 .jm-module h3.jm-title {
  background: url("../images/header_bg.png");
}
.jm-module.color-ms {
  color: #462919;
  padding: 15px;
}
.jm-module.color-ms .jm-title-wrap {
  background: none;
  text-align: left;
}
.jm-module.color-ms h3.jm-title {
  background: none !important;
  padding: 0;
  color: #fff;
}
.jm-module.color-ms a:link,
.jm-module.color-ms a:visited {
  color: #fff;
}
.jm-module.color2-ms {
  color: #462919;
  padding: 5px;
}
.jm-module.color2-ms .jm-title-wrap {
  background: none;
  text-align: left;
}
.jm-module.color2-ms h3.jm-title {
  background: none !important;
  padding: 0;
}
#jm-header-mod2 .jm-module.border-ms,
#jm-bottom2 .jm-module.border-ms {
  padding: 5px;
}
.jm-module.border-ms {
  background: #fff;
}
.jm-module.border-ms .jm-module-in {
  border: 1px solid #f5f5f5;
  padding: 15px;
}
.jm-module.border-ms .jm-title-wrap {
  background: url("../images/title-star_bg.png") no-repeat center bottom;
  padding-bottom: 21px;
  margin-bottom: 10px;
}
.jm-module.border-ms h3.jm-title {
  background: none !important;
  padding: 0;
  margin: 0;
}
.jm-module.blank-ms .jm-title-wrap {
  background: none;
  text-align: left;
}
.jm-module.blank-ms h3.jm-title {
  background: none !important;
  padding: 0;
}
h3.jm-typo-title {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.jm-code {
  border-left: 5px solid #ddd;
  padding: 10px;
  background: #f5f5f5;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.jm-custom-font {
  text-transform: uppercase;
  font-size: 28px;
}
.jm-module-left,
.jm-module-right {
  float: left;
  width: 49.9%;
}
.jm-custom-title {
  background: url("../images/title-star_bg.png") no-repeat center bottom;
  margin-bottom: 10px;
  padding-bottom: 21px;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
}
.jm-quote {
  background: url("../images/header_bg.png");
}
.jm-quote .jm-quote-left {
  float: left;
  width: 49.9%;
}
.jm-quote .jm-quote-right {
  float: right;
  width: 49.9%;
}
.jm-quote .jm-quote-left-in,
.jm-quote .jm-quote-right-in {
  padding: 15px 15px 15px 75px;
  background-position: 15px 0 !important;
}
.jm-quote .jm-quote-text {
  float: left;
  width: 59.9%;
  padding: 15px 0;
}
.jm-quote .jm-quote-text-in {
  padding-right: 30px;
}
.jm-quote .jm-quote-image {
  float: right;
  width: 39.9%;
}
.jm-quote .jm-quote-image-in {
  background: url("../images/quote_sep.png") no-repeat left center;
  padding-left: 45px;
}
.jm-quote .jm-quote-user {
  height: 98px;
  width: 98px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px rgba(212,198,173,0.3);
  -moz-box-shadow: 0 0 0 4px rgba(212,198,173,0.3);
  box-shadow: 0 0 0 4px rgba(212,198,173,0.3);
}
.jm-quote .jm-quote-left .jm-quote-user {  
  background: url("../images/woman.jpg") no-repeat;
}
.jm-quote .jm-quote-right .jm-quote-user {
  background: url("../images/man.jpg") no-repeat;
}
.jm-quote .jm-quote-name {
  margin: 10px 0 0;
  font-size: 20px;
  line-height: 1.2em;
  text-indent: 7px;
  font-weight: 600;
}
.border_img1 {
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 5px;
}
.border_img2 {
  display: inline-block;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.border_img2:before,
.border_img2:after {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  background: rgba(0,0,0,0.7);
  bottom: 10px;
  -webkit-box-shadow: 0 5px 10px #000000;
  -moz-box-shadow: 0 5px 10px #000000;
  box-shadow: 0 5px 10px #000000;
  content: "";
  left: 10px;
  max-width: 300px;
  position: absolute;
  height: 20px;
  width: 50%;
  z-index: -1;
}
.border_img2:after {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
  left: auto;
  right: 10px;
}
.border_img2-in {
  position: relative;
  display: block;
  margin: 0;
}
.border_img2-in:after {
  border: 5px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.3) inset;
  -moz-box-shadow: 0 0 0 1px rgba(255,255,255,0.3) inset;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.3) inset;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.border_img3 {
  border: 1px solid #e9e9e9;
  padding: 1px;
  background: #fff;
}
.jm-featured {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 10;
  width: 24px;
  height: 34px;
}
.jm-reserve-room {
  text-align: right;
}
.jm-reserve-room a {
  width: 339px;
  height: 65px;
  display: inline-block;
  text-decoration: none !important;
}
.jm-icons {
  margin: 0;
  text-align: center;
}
.jm-icons a {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin-right: 5px;
}
.jm-icons a:last-child {
  margin-right: 0;
}
.jm-icons a:hover {
  text-decoration: none;
}
.jm-icons span {
  display: block;
  width: 33px;
  height: 33px;
  background-position: center center;
  background-repeat: no-repeat;
}
.jm-block {
  margin: 10px 0;
  padding: 0 0 0 60px;
  position: relative;
  min-height: 40px;
}
.jm-block span {
  background: #ddd;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
}
.jm-block.second span {
  background-color: #2e2e2e;
}
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;
}
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;
  -ms-border-radius: 5px;
  -o-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;
  -ms-border-radius: 5px;
  -o-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;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
p.badges {
  padding-left: 60px;
  background: url("../images/icons/badge.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.calendar {
  padding-left: 60px;
  background: url("../images/icons/calendar.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.chat {
  padding-left: 60px;
  background: url("../images/icons/chat.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.check {
  padding-left: 60px;
  background: url("../images/icons/check.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.cloud {
  padding-left: 60px;
  background: url("../images/icons/cloud.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.direction {
  padding-left: 60px;
  background: url("../images/icons/direction.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.divide {
  padding-left: 60px;
  background: url("../images/icons/divide.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.error {
  padding-left: 60px;
  background: url("../images/icons/error.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.fire {
  padding-left: 60px;
  background: url("../images/icons/fire.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.flag {
  padding-left: 60px;
  background: url("../images/icons/flag.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.heart {
  padding-left: 60px;
  background: url("../images/icons/heart.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.home {
  padding-left: 60px;
  background: url("../images/icons/home.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.info {
  padding-left: 60px;
  background: url("../images/icons/info.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.list {
  padding-left: 60px;
  background: url("../images/icons/list.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.mail {
  padding-left: 60px;
  background: url("../images/icons/mail.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.people {
  padding-left: 60px;
  background: url("../images/icons/people.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.star {
  padding-left: 60px;
  background: url("../images/icons/star.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.stat {
  padding-left: 60px;
  background: url("../images/icons/stat.png") no-repeat left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
ul.jm-light li,
ul.jm-light ul li {
  background-image: url("../images/menu_li_gray.png");
}
ul.jm-dark li,
ul.jm-dark ul li {
  background-image: url("../images/menu_li_color.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;
}
dl.article-info {
  font-size: 0.9em;
  margin: 0 0 30px;
}
dl.article-info dd {
  margin: 0;
}
.tags {
  padding: 5px 0;
}
.tag-category .form-inline label {
  vertical-align: middle;
  margin-right: 10px;
}
.tag-category ul.category {
  border: none;
}
.tags .label {
  color: #fff !important;
}
.content_rating,
.content_vote label {
  color: #999;
  font-size: 0.9em;
}
.content_vote label {
  margin-right: 5px;
}
.content_vote .btn.btn-mini {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}
.content_vote input[type="radio"],
.content_vote input[type="checkbox"] {
  margin: 0;
}
small.createdby {
  font-size: 0.9em;
  color: #999;
}
.items-row .item {
  display: inline-block;
}
.items-leading div[class*="leading-"],
.items-row .item {
  margin-bottom: 30px;
  border-bottom: 1px dotted #D8D6CF;
  padding-bottom: 30px;
}
.items-leading .leading:last-child .item,
.items-row:last-child .item {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.categories-list .collapse {
  padding: 0 0 0 25px;
}
.categories-list h3.page-header {
  width: 100%;
  display: inline-block;
  width: 100%;
  font-size: 1em;
  font-weight: 600;
}
.categories-list h3.page-header .btn-mini {
  font-size: 13px;
}
.categories-list h3.page-header .badge {
  margin: 0 5px;
}
.categories-list div > .category-desc {
  margin-bottom: 30px;
}
ul.category {
  border: 1px solid #ddd;
  list-style: none;
}
ul.category li {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  background: none;
}
ul.category li:last-child {
  border: none;
}
ul.category li.cat-list-row1 {
  background: #f5f5f5;
}
.filters .btn-group label,
.filters .btn-group label span.label {
  margin-right: 10px;
  vertical-align: middle;
}
.category-list h3.page-header .btn-mini {
  font-size: 13px;
}
.cat-children > h3 {
  text-transform: uppercase;
}
.cat-children .page-header.item-title {
  display: inline-block;
  width: 100%;
  font-size: 1em;
}
.archive fieldset.filters .filter-search select,
.archive fieldset.filters .filter-search input {
  margin: 5px 2px;
  float: none;
}
.archive fieldset.filters .filter-search-lbl {
  display: block;
}
.categories-list ul li h4 {
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 600;
  display: inline;
  margin: 0;
}
.contact-category .btn-group label,
.contact-category .btn-group span.label {
  margin-right: 10px;
  vertical-align: middle;
}
.contact-form form {
  margin: 0;
}
.contact-form fieldset {
  margin: 0;
}
.contact-form .control-group .control-label {
  padding: 10px 0 0;
}
.contact-form button.btn {
  margin: 0;
}
.weblink-category .btn-group label,
.weblink-category .btn-group span.label {
  margin-right: 10px;
  vertical-align: middle;
}
.weblink-count {
  display: inline-block;
  width: 100%;
}
.weblink-count dt,
.weblink-count dd {
  float: left;
}
.newsfeed-count {
  display: inline-block;
  width: 100%;
}
.newsfeed-count dt,
.newsfeed-count dd {
  float: left;
}
.newsfeed-category .btn-group label,
.newsfeed-category .btn-group span.label {
  margin-right: 10px;
  vertical-align: middle;
}
.profile ul.btn-toolbar {
  margin: 0 0 0 10px;
}
.profile ul.btn-toolbar li {
  padding: 0;
}
.icon-cancel {
  background-position: -314px 0;
}
.icon-eye {
  background-position: -96px -120px;
}
.icon-file-add {
  background-position: -26px -25px;
}
.icon-copy {
  background-position: -26px -25px;
}
.toggle-editor .btn-group {
  margin: 10px 0;
}
fieldset.phrases {
  padding-bottom: 20px;
}
.phrases-box,
fieldset.only {
  padding: 0 0 20px;
}
.phrases-box label,
fieldset.only label {
  display: inline-block;
  margin-right: 10px;
}
.tip-wrap .tip {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 11px;
  z-index: 9999;
  opacity: 0.8;
  filter: alpha(opacity="80");
}
.tip-wrap .tip-title {
  font-weight: bold;
}
#page-site .radio input[type="radio"],
#page-site .checkbox input[type="checkbox"] {
  clear: both;
  float: left;
  margin: 3px 5px 0 0;
}
#page-site .radio input[type="radio"] + label,
#page-site .checkbox input[type="checkbox"] + label {
  float: left;
  vertical-align: middle;
  padding: 0;
  margin: 0 10px 0 0;
}
.tag-category .thumbnails > li {
  background: none;
  padding: 0;
}
.tag-category .thumbnails > li h3 {
  font-size: 1em;
}
.categories-module li {
  background: none;
  padding: 0 0 5px;
}
.categories-module li h4 {
  font-size: 1em;
  line-height: 1.7em;
  font-weight: normal;
  display: inline;
  margin: 0;
}
.category-module li {
  background: none;
  padding: 0 0 5px;
}
.category-module li h4 {
  font-size: 1em;
  line-height: 1.7em;
  font-weight: normal;
  display: inline;
  margin: 0;
}
#form-login-username .btn,
#form-login-password .btn {
  border: none;
}
#form-login-username span.add-on span,
#form-login-password span.add-on span {
  display: none;
}
#login-form ul li {
  padding: 0;
  background: none;
}
#login-form ul li span.icon-arrow-right {
  display: none;
}
.icon-arrow-right {
  margin: 0 2px;
}
.newsflash a.readmore {
  margin: 5px 0 10px;
}
.newsflash a.readmore:last-child {
  margin-bottom: 0;
}
.cat-items ul {
  margin-bottom: ;
}
.cat-items ul li span.list-edit {
  float: none;
  display: inline-block;
  width: 100%;
}
.form-search label.finder {
  padding: 0 10px 0 0;
}
.form-search button.btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mod-search-searchword {
  width: auto;
}
ul.newsfeed ul {
  margin: 0 0 30px;
}
ul.newsfeed ul ul {
  margin: 0 0 30px 20px;
}
ul.newsfeed ul li {
  background: none;
  padding: 0;
}
ul.newsfeed ul li h5.feed-link {
  display: inline;
}
.mod-languages li,
.mod-languages ul {
  background: none;
  padding: 0;
  list-style: none;
}
.breadcrumb {
  margin: 0;
}
.breadcrumb li {
  display: inline-block;
  background: none;
  padding: 0;
}
.breadcrumb .divider {
  padding: 0 5px;
}
.breadcrumb .icon-location {
  background-position: 0 -24px;
  margin-top: 2px;
  margin-right: 5px;
  padding: 0;
}
.btn,
input.button,
button {
  padding: 0 15px;
  color: #fff;
  border: none !important;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
}
.btn:link,
.btn:visited {
  color: #fff;
}
.btn.btn-mini {
  height: 20px;
  line-height: 20px;
  padding: 2px 10px;
}
.btn:hover,
input.button:hover,
button:hover {
  text-decoration: none;
}
.btn:active,
input.button:active,
button:active {
  position: relative;
  top: 1px;
}
.btn:focus {
  outline: none;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  background-image: url("../images/glyphicons-halflings-white.png");
}
.logout .btn i {
  display: none;
}
.jm-module.color-ms .btn:hover,
.jm-module.color-ms input.button:hover,
.jm-module.color-ms button:hover,
.jm-module.color-ms .btn:active,
.jm-module.color-ms input.button:active,
.jm-module.color-ms button:active,
.jm-module.color-ms .djf_mod .djf_pag span.button:hover,
.jm-module.color-ms .djf_mod .djf_pag span.button.active {
  background: #3b3b3b !important;
}
p.readmore a.btn:before,
a.readmore:before,
a.readon:before,
.djf_mod a.btn:before {
  height: 30px;
  width: 7px;
  content: "";
  position: absolute;
  left: -7px;
  top: 0;
}
p.readmore a.btn:link,
p.readmore a.btn:visited,
a.readmore:link,
a.readmore:visited,
a.readon:link,
a.readon:visited,
.djf_mod a.btn:link,
.djf_mod a.btn:visited {
  line-height: 1.5em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 20px 4px;
  position: relative;
  margin-left: 7px;
  margin-top: 10px;
  position: relative;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fff;
  height: 21px;
}
p.readmore a.btn:hover,
a.readmore:hover,
a.readon:hover,
.djf_mod a.btn:hover {
  text-decoration: none;
}
.jm-module.color-ms p.readmore a:hover,
.jm-module.color-ms a.readmore:hover,
.jm-module.color-ms a.readon:hover,
.jm-module.color-ms .djf_mod a.btn:hover {
  background-color: #3b3b3b !important;
}
.jm-module.color-ms p.readmore a:hover:before,
.jm-module.color-ms a.readmore:hover:before,
.jm-module.color-ms a.readon:hover:before,
.jm-module.color-ms .djf_mod a.btn:hover:before {
  background-image: url("../images/readmore-color_bg_hover.png") !important;
}
p.readmore a.btn .icon-chevron-right,
.djf_mod a.btn .icon-chevron-right {
  display: none;
}
ul.pagenav {
  margin: 10px 0 0 0;
  clear: both;
  display: inline-block;
  width: 100%;
}
ul.pagenav li {
  display: inline-block;
  line-height: 26px;
  padding: 0;
  margin: 0 5px;
  background: none;
}
ul.pagenav li a {
  display: inline-block;
  padding: 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(34,34,34,0.3);
  -moz-box-shadow: inset 0px 1px 4px 0px rgba(34,34,34,0.3);
  box-shadow: inset 0px 1px 4px 0px rgba(34,34,34,0.3);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none;
}
ul.pagenav li a:hover {
  background: #edeae4 !important;
  border: 1px solid #aeaeae !important;
  color: #545353 !important;
}
div.pagination {
  padding: 10px 0 0;
  margin: 0;
  text-align: center;
  clear: both;
  display: inline-block;
  width: 100%;
}
div.pagination ul {
  margin: 0;
}
div.pagination li {
  display: inline-block;
  line-height: 26px;
  padding: 0;
  margin: 0 5px;
  background: none;
}
div.pagination ul li span,
div.pagination ul li a {
  display: inline-block;
  padding: 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(34,34,34,0.3);
  -moz-box-shadow: inset 0px 1px 4px 0px rgba(34,34,34,0.3);
  box-shadow: inset 0px 1px 4px 0px rgba(34,34,34,0.3);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none;
}
div.pagination ul li span.pagenav,
div.pagination ul li a:hover {
  background: #edeae4;
  border: 1px solid #aeaeae;
  color: #545353;
}
p.counter {
  float: none !important;
  text-align: center;
  margin: 0 0 10px;
}
.btn i[class^="icon-chevron"],
.btn i[class*=" icon-chevron"] {
  display: none;
}
.btn-group + .btn-group,
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .dropdown-toggle .icon-cog {
  background-image: url("../images/glyphicons-halflings-white.png");
  line-height: 20px;
  margin-top: 2px;
}
.btn-group > .dropdown-toggle .caret {
  display: none;
}
.btn-group > .dropdown-toggle,
.btn-group > .btn.dropdown-toggle:first-child {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 20px;
  *line-height: 20px;
  height: 20px;
  padding: 2px 10px;
}
.btn-group.open > .btn.dropdown-toggle {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.btn-group > .btn {
  font-size: 13px;
}
.btn-group > .btn:first-child,
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  margin-right: 0;
  margin-left: 0;
}
.btn-group > .dropdown-menu li span {
  margin: 3px 5px 0 0;
}
.dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px 0 3px 3px;
  -moz-border-radius: 3px 0 3px 3px;
  -ms-border-radius: 3px 0 3px 3px;
  -o-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
  margin: 0;
}
.dropdown-menu li {
  background: none;
  padding: 0;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background-image: none !important;
  filter: none;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #fff;
  background-image: none !important;
  filter: none;
}
fieldset {
  margin: 0 0 20px;
  border: 0;
  padding: 0;
}
legend {
  padding: 0 0 10px;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  text-transform: uppercase;
}
form {
  margin: 0 0 30px;
}
.control-group {
  margin-bottom: 10px;
}
.form-actions a.cancel {
  margin: 0 10px;
  vertical-align: middle;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  border-right: none;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin: 0;
}
input,
select,
textarea {
  font-size: 13px;
  padding: 0 0 0 8px;
  height: 33px;
  line-height: 34px;
  vertical-align: middle;
  border: 1px solid #f2efe8;
  background: #f2efe8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
select {
  padding: 8px;
  height: 35px;
  line-height: inherit;
}
textarea {
  padding: 8px;
  height: auto;
  line-height: 1.5em;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin: 0 5px 0 0;
  vertical-align: middle;
  height: auto;
  line-height: auto;
}
.chzn-container-multi .chzn-choices li,
.chzn-container .chzn-results li {
  background: none;
}
.badge {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.container-fluid {
  padding: 0;
  margin: 0 auto;
}
.nav.nav-stacked {
  margin: 0;
}
.nav.menu {
  margin: 0;
}
.nav.menu li {
  background: none !important;
  padding: 0;
}
.nav.menu li a {
  padding: 9px 0 8px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  border-top: 1px dotted #d8d6cf;
  text-transform: uppercase;
  display: block;
}
.nav.menu li a:hover {
  background-color: transparent;
  text-decoration: none;
}
.nav.menu > li:first-child > a {
  border-top: none !important;
}
.nav.menu .nav-child {
  margin: 0;
}
.nav.menu .nav-child li {
  padding: 0 0 0 20px;
}
.jm-module.color-ms .nav.menu li a {
  background-image: url("../images/menu_li_color.png");
  border-top: 1px dotted #462919;
  color: #462919;
}
.jm-module.color-ms .nav.menu li.active > a,
.jm-module.color-ms .nav.menu li > a:hover {
  background-image: url("../images/menu_li_white.png") !important;
  color: #fff !important;
}
.nav-tabs > li {
  background: none;
  padding: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
#myTab.nav-tabs {
  margin: 0;
  border: none;
}
#myTab.nav-tabs > li {
  background: none;
  float: left;
  margin: 0;
}
#myTab.nav-tabs > li a:link,
#myTab.nav-tabs > li a:visited {
  float: left;
  margin: 0 5px 0 0;
  background: #f9f9f9;
  border-bottom: none !important;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 9px 10px 7px;
  border-right: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-top: solid 1px #ffffff;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -ms-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2em;
  cursor: pointer;
}
#myTab.nav-tabs > li.active a {
  margin: 0 5px -1px 0;
  padding: 9px 10px 8px;
}
#myTab.nav-tabs > li.active a,
#myTab.nav-tabs > li.active a:hover {
  border-right: solid 1px #d2d2d2;
  border-left: solid 1px #d2d2d2;
  border-top: solid 1px #d2d2d2;
  background: #f9f9f9;
}
#myTab.nav-tabs > li a:hover {
  background: #d2d2d2;
  border-right: solid 1px #d2d2d2;
  border-left: solid 1px #d2d2d2;
  border-top: solid 1px #d2d2d2;
}
#myTabContent.tab-content {
  clear: both;
  background: #f9f9f9;
  margin: 0;
  padding: 10px;
  border: solid 1px #d2d2d2;
  border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
}
table.category {
  width: 100%;
  margin: 0 0 10px;
  border-collapse: collapse;
  border-spacing: 0;
}
table.category th {
  padding: 8px;
  font-weight: normal;
  color: #fff;
}
table.category th a {
  color: #fff;
}
table.category td {
  padding: 8px;
}
table.category .cat-list-row1 {
  background: #f5f5f5;
}
p {
  margin: 5px 0;
}
label {
  font-size: 13px;
  line-height: 1.5em;
  display: block;
  padding-bottom: 5px;
}
dt,
dd {
  line-height: 1.7em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  font-weight: normal;
}
h1 {
  font-size: 2em;
  line-height: 1.2em;
}
h2 {
  font-size: 1.8em;
  line-height: 1.2em;
}
h3 {
  font-size: 1.6em;
  line-height: 1.2em;
}
h4 {
  font-size: 1.4em;
  line-height: 1.5em;
}
h5 {
  font-size: 1.2em;
  line-height: 1.5em;
}
h6 {
  font-size: 1em;
  line-height: 1.5em;
}
.page-header {
  margin: 0 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #D8D6CF;
}
.page-header > h1,
.page-header > h2 {
  margin: 0;
  text-transform: uppercase;
}
.blog .page-header,
.blog-featured .page-header,
.item-page .page-header,
.archive .page-header,
.contact .page-header {
  border: none;
  padding: 0;
  margin: 0 0 10px;
}
.blog-featured > h1,
h2.item-title,
.weblink-category > h2,
.tag-category h2 {
  text-transform: uppercase;
  margin: 0 0 10px;
}
h2 span.subheading-category {
  text-transform: uppercase;
  line-height: 1.2em;
  display: block;
}
ul {
  list-style: none;
  margin: 5px 0;
}
ul li {
  padding: 0 0 0 15px;
  line-height: 1.7em;
  background-repeat: no-repeat;
  background-position: left 8px;
}
[class^="icon-"],
[class*=" icon-"] {
  margin-top: 2px;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-heading a:link,
.accordion-heading a:visited {
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 8px;
  display: block;
  color: #fff;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -ms-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  margin: 0 0 1px;
  font-weight: normal;
}
.accordion-heading a:hover {
  text-decoration: none;
}
.accordion-inner {
  padding: 10px 0;
}
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
