.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn,
a.button,
input.button,
button.button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #353535;
  padding: 0 30px;
  line-height: 40px;
  text-transform: uppercase;
  border: 2px solid #e6e6e6;
  background: #f3f3f3;
}
.btn:hover,
a.button:hover,
input.button:hover,
button.button:hover {
  color: #fff !important;
  text-decoration: none;
  -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;
}
.btn:focus,
a.button:focus,
input.button:focus,
button.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active,
a.button.active,
a.button:active,
input.button.active,
input.button:active,
button.button.active,
button.button:active {
  outline: 0;
}
.btn.disabled,
.btn[disabled],
a.button.disabled,
a.button[disabled],
input.button.disabled,
input.button[disabled],
button.button.disabled,
button.button[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.button,
input.button,
input.btn,
button.button {
  height: 42px;
}
#jm-allpage .btn-large {
  padding: 5px 19px;
  font-size: 19px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}
#jm-allpage .btn-small {
  padding: 0 10px;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
#jm-allpage .btn-mini {
  padding: 0 10px;
  font-size: 9px;
  height: 20px;
  line-height: 20px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
#jm-allpage .btn.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#jm-allpage .btn.btn-warning:hover,
#jm-allpage .btn.btn-warning:active,
#jm-allpage .btn.btn-warning.active,
#jm-allpage .btn.btn-warning.disabled,
#jm-allpage .btn.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
#jm-allpage .btn.btn-warning:active,
#jm-allpage .btn.btn-warning.active {
  background-color: #c67605 \9;
}
#jm-allpage .btn.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#jm-allpage .btn.btn-danger:hover,
#jm-allpage .btn.btn-danger:active,
#jm-allpage .btn.btn-danger.active,
#jm-allpage .btn.btn-danger.disabled,
#jm-allpage .btn.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
#jm-allpage .btn.btn-danger:active,
#jm-allpage .btn.btn-danger.active {
  background-color: #942a25 \9;
}
#jm-allpage .btn.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#jm-allpage .btn.btn-success:hover,
#jm-allpage .btn.btn-success:active,
#jm-allpage .btn.btn-success.active,
#jm-allpage .btn.btn-success.disabled,
#jm-allpage .btn.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
#jm-allpage .btn.btn-success:active,
#jm-allpage .btn.btn-success.active {
  background-color: #408140 \9;
}
#jm-allpage .btn.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#jm-allpage .btn.btn-info:hover,
#jm-allpage .btn.btn-info:active,
#jm-allpage .btn.btn-info.active,
#jm-allpage .btn.btn-info.disabled,
#jm-allpage .btn.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
#jm-allpage .btn.btn-info:active,
#jm-allpage .btn.btn-info.active {
  background-color: #24748c \9;
}
#jm-allpage .btn.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#jm-allpage .btn.btn-inverse:hover,
#jm-allpage .btn.btn-inverse:active,
#jm-allpage .btn.btn-inverse.active,
#jm-allpage .btn.btn-inverse.disabled,
#jm-allpage .btn.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
#jm-allpage .btn.btn-inverse:active,
#jm-allpage .btn.btn-inverse.active {
  background-color: #090909 \9;
}
#jm-allpage .btn-warning,
#jm-allpage .btn-danger,
#jm-allpage .btn-success,
#jm-allpage .btn-info,
#jm-allpage .btn-inverse {
  color: #fff !important;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#jm-allpage .btn-warning:hover,
#jm-allpage .btn-danger:hover,
#jm-allpage .btn-success:hover,
#jm-allpage .btn-info:hover,
#jm-allpage .btn-inverse:hover {
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
  background-position: 0 -15px;
}
#jm-allpage .btn-warning.active,
#jm-allpage .btn-warning:active,
#jm-allpage .btn-danger.active,
#jm-allpage .btn-danger:active,
#jm-allpage .btn-success.active,
#jm-allpage .btn-success:active,
#jm-allpage .btn-info.active,
#jm-allpage .btn-info:active,
#jm-allpage .btn-inverse.active,
#jm-allpage .btn-inverse:active {
  background-image: none;
  outline: 0;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .dropdown-menu {
  font-size: 13px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  border-bottom: 1px solid #dddddd;
  display: block;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 0 10px;
  width: 100%;
}
legend small {
  font-size: 15px;
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
  font-family: inherit;
  line-height: 36px;
  height: 36px;
  font-size: 14px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  color: #6c6c6c;
  background: #f4f4f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.minicolors-theme-bootstrap .minicolors-input {
  font-size: 14px;
  font-family: inherit;
  height: 36px;
  width: 200px;
}
.minicolors-theme-bootstrap .minicolors-swatch {
  top: 50%;
  margin-top: -11px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 36px;
  *margin-top: 4px;
  line-height: 36px;
  padding: 8px;
}
select {
  width: 180px;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #E3E3E3;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #4B4B4B;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4B4B4B;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4B4B4B;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 80px;
}
.input-small {
  width: 210px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 30px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 943px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 860.75px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 778.5px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 696.25px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 614px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 531.75px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 449.5px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 367.25px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 285px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 202.75px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 120.5px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 38.25px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f5f5f5;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: none;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 36px;
  min-width: 16px;
  padding: 0 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 36px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #f5f5f5;
  border: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-append .add-on,
.input-append .btn,
.input-prepend .add-on,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.input-append .add-on {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend.input-append input:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  margin-bottom: 0;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
body {	
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  background: #fff;
}
a {
  text-decoration: none;
  -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;
}
a:hover {
  text-decoration: none;
}
a:active {
  background-color: transparent;
}
a:focus {
  outline: none;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  border-radius: 3px;
  padding-bottom: 0px;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
#jm-allpage {
  position: relative;
  background: #fff;
}
#jm-allpage.topbar {
  padding: 90px 0 0;
}
#jm-topbar {
  top: 0px;
  right: 0;
  background: #FFFFFF;
  border-bottom: 2px solid #C6FFFF;
  width: 100%;
  position: fixed;
  z-index: 9999;
  height: 120px;
  line-height: 28px;
}
.responsiveoff #jm-topbar {
  min-width: 1240px;
}

#jm-navbar {
  border-bottom: 2px solid #008C8C;
  background: #009D9D;
  margin-bottom: 15px;
  padding-bottom: 2px;
  padding-top: 20px;
}
#jm-logo-sitedesc {
  max-width: 50%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#jm-djmenu {
  max-width: 100%;
  padding-top: 12px;
  margin: 5px 0;
}
#jm-header-mod {
  width: 25%;
}
#jm-header-container,
.noheader #jm-header-mod {
  width: 100%;
}
#jm-header-mod + #jm-header-container {
  width: 75%;
}
#jm-breadcrumbs {

  margin-bottom: 20px;

}
#jm-breadcrumbs a {
  text-decoration: none;
}
#jm-font-switcher {
  text-align: right;
  margin: 0 0 15px;
}
#jm-maincontent {
  margin-bottom: 30px;
  padding-left: 20px;
}
#jm-content-wrapper,
#jm-content {
  min-height: 1px;
}
.row-fluid [class*="span"] {
  min-height: 1px;
}
#jm-left,
#jm-right {
  margin-left: 0;
  margin-right: 0;
}
#jm-left .row,
#jm-left .row-fluid,
#jm-right .row,
#jm-right .row-fluid {
  margin: 0 !important;
}
#jm-left .row .left-column-in,
#jm-left .row .right-column-in,
#jm-left .row-fluid .left-column-in,
#jm-left .row-fluid .right-column-in,
#jm-right .row .left-column-in,
#jm-right .row .right-column-in,
#jm-right .row-fluid .left-column-in,
#jm-right .row-fluid .right-column-in {
  margin: 0;
}
.jm-grid [class*="span"] {
  margin: 0;
  float: left;
}
.jm-grid .row > [class*="-in"] > [class*="-bg"],
.jm-grid .row-fluid > [class*="-in"] > [class*="-bg"] {
  margin-left: 30px;
}
.jm-grid .row,
.jm-grid .row-fluid {
  margin-left: -30px;
  width: auto;
}
.jm-grid .span1 {
  width: 8.33%;
}
.jm-grid .span2 {
  width: 16.66%;
}
.jm-grid .span3 {
  width: 25%;
}
.jm-grid .span4 {
  width: 33.33%;
}
.jm-grid .span5 {
  width: 41.66%;
}
.jm-grid .span6 {
  width: 50%;
}
.jm-grid .span7 {
  width: 58.33%;
}
.jm-grid .span8 {
  width: 66.66%;
}
.jm-grid .span9 {
  width: 75%;
}
.jm-grid .span10 {
  width: 83.32%;
}
.jm-grid .span11 {
  width: 91.66%;
}
.jm-grid .span0,
.jm-grid .span12 {
  width: 100%;
}
.lcr #jm-content-wrapper-in {
  padding: 0 0 0 30px;
}
.lrc #jm-content-wrapper-in {
  padding: 0 0 0 30px;
}
.clr #jm-content-wrapper-in {
  padding: 0 30px 0 0;
}
.noleft #jm-content-wrapper-in,
.nocolumn #jm-content-wrapper-in {
  padding: 0;
}
.lcr #jm-right {
  padding-left: 30px;
}
.lrc #jm-right {
  padding-right: 30px;
}
.clr #jm-right {
  padding-left: 30px;
}
.lcr #jm-content-wrapper,
.lcr #jm-middle-page {
  float: left;
  width: 100%;
}
.lcr #jm-left {
  float: left;
  margin-top: -48px; 
  margin-left: -100%;
}
.lcr #jm-right {
  float: left;
}
.lcr.nocolumn #jm-content-wrapper-in {
  margin: 0 !important;
}
.lcr.noleft #jm-content-wrapper-in {
  margin-left: 0 !important;
}
.lcr.noright #jm-content,
.lcr.nocolumn #jm-content {
  margin-right: 0 !important;
}
.lrc #jm-content-wrapper,
.lrc #jm-middle-page {
  float: right;
  width: 100%;
}
.lrc #jm-left {
  float: left;
}
.lrc #jm-right {
  float: left;
}
.lrc.nocolumn #jm-content-wrapper-in {
  margin: 0 !important;
}
.lrc.noleft #jm-content-wrapper-in {
  margin-left: 0 !important;
}
.lrc.noright #jm-content,
.lrc.nocolumn #jm-content {
  margin-left: 0 !important;
}
.clr #jm-content-wrapper,
.clr #jm-middle-page {
  float: left;
  width: 100%;
}
.clr #jm-left {
  float: left;
}
.clr #jm-right {
  float: left;
}
.clr.nocolumn #jm-content-wrapper-in,
.clr.noleft #jm-content-wrapper-in {
  margin: 0 !important;
}
.clr.noright #jm-content,
.clr.nocolumn #jm-content {
  margin: 0 !important;
}
#jm-footer-menu-bg {
  background: #FDF9F2;
  border-bottom: 2px solid #EBDFC2;
  color: #4d4d4d;
  padding: 15px 20px;
}
#jm-footer-bg {
  padding: 15px 5px;
  background: #FFFFFF;
  color: #545454;
  font-size: 12px;
}
#jm-footer-bg a {
  text-decoration: none;
  color: #545454;
}
#jm-footer-bg a:hover {
  color: #626262;
}
#jm-footer-left,
#jm-footer-right {
  line-height: 1.2em;
}
#jm-copyrights {

  padding: 0 0 0 0px;
  margin: 0 0 0 0px;
}
#jm-copyrights,
#jm-poweredby {
  vertical-align: top;
  display: inline-block;
}
#jm-back-top {
  bottom: 15px;
  margin-right: 15px;
  position: fixed;
  right: 0;
}
#jm-logo-sitedesc #jm-logo {
  vertical-align: middle;
  margin: 2px 0 0;
  text-transform: uppercase;
}
#jm-logo-sitedesc #jm-logo a {
  color: #fff;
  display: block;
}
#jm-logo-sitedesc #jm-logo a img {
  vertical-align: top;
}
#jm-logo-sitedesc #jm-sitedesc {
  color: #fff;
}
#jm-styleswitcher {
  text-align: right;
  line-height: 0;
}
#jm-styleswitcher a {
  display: inline-block;
  outline: none;
  text-decoration: none;
  padding: 3px;
  border: 1px solid #3a3a3a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#jm-styleswitcher a span {
  height: 5px;
  width: 5px;
  display: block;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#jm-styleswitcher a:hover {
  border-color: transparent;
}
#jm-styleswitcher a#style_icon-1 span {
  background: #00aced;
}
#jm-styleswitcher a#style_icon-1:hover {
  background: #00aced;
}
#jm-styleswitcher a#style_icon-2 span {
  background: #d73540;
}
#jm-styleswitcher a#style_icon-2:hover {
  background: #d73540;
}
#jm-styleswitcher a#style_icon-3 span {
  background: #83af9b;
}
#jm-styleswitcher a#style_icon-3:hover {
  background: #83af9b;
}
#jm-styleswitcher a#style_icon-4 span {
  background: #e8a246;
}
#jm-styleswitcher a#style_icon-4:hover {
  background: #e8a246;
}
#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: 70%;
  display: block;
  height: 65px;
  width: 65px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  background: url("../images/backtotop.png") no-repeat center center #D39FAD;
  background: url("../images/backtotop.png") no-repeat center center rgba(224, 180, 193);
}
#jm-back-top span:hover {
  background: url("../images/backtotop.png") no-repeat center center #D83E67;
  background: url("../images/backtotop.png") no-repeat center center rgba(208, 98, 130);
}
.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;
}
.jm-module {
  margin-bottom: 20px;
}
.jm-module .jm-title {
  font-weight: 700;
  color: #444;
  text-transform: capitalize;
  display: inline-block;
  margin: 0;
  background: #fff;
  padding-right: 13px;
  line-height: 1.7em;
}
.jm-module .jm-title-wrap {
  margin: 0 0 15px;
  background: url('../images/module-title-bg.png') repeat-x left center;
}
.moduletable {
  margin-bottom: 30px;
}
.jm-module.light-ms {
  background: #EFE4D0;
  
  border-right: 1px solid #DDC897;
}
.jm-module.light-ms .jm-title {
  background: none;
  font-size: 20px;
  font-weight: 400;
  color: #6D5216;
  padding: 0;
}
.jm-module.light-ms .jm-title-wrap {
  background: none;
  border-bottom: 2px solid #DAC699;
  padding: 8px 15px;
  margin: 0;
}

.jm-module.light-ms .jm-module-content {
  padding: 10px 15px;
}


.light-ms .btn,
.light-ms a.button,
.light-ms input.button,
.light-ms button.button {
  background: #B5995A;
}
.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: #fff;
}
.jm-module.dark-ms {
  background: #f8f8f8;
  color: #000;
  border: 1px solid #f2f2f2;
}
.jm-module.dark-ms .jm-title {
  background: none;
  font-size: 20px;
  font-weight: 400;
  color: #787878;
  padding: 0;
}
.jm-module.dark-ms .jm-title-wrap {
  background: none;
  border-bottom: 0px solid #424242;
  padding: 8px 20px;
  margin: 0;
}
.jm-module.dark-ms .jm-module-content {
  padding: 10px;

}
.dark-ms .btn,
.dark-ms a.button,
.dark-ms input.button,
.dark-ms button.button {
  color: #fff;
  border: 1px solid #4d4d4d;
  background: #3b3b3b;
}
.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 #4d4d4d;
  background: #3b3b3b;
}
.dark-ms h1,
.dark-ms h2,
.dark-ms h3,
.dark-ms h4,
.dark-ms h5,
.dark-ms h6 {
  color: #fff;
}
.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: #fff;
}
.jm-module.color-ms .jm-title {
  background: none;
  font-size: 20px;
  font-weight: 400;
  color: #783248;
  padding: 0;
}
.jm-module.color-ms .jm-title-wrap {
  background: none;
  padding: 8px 15px;
  margin: 0;
}
.jm-module.color-ms .jm-module-content {
  padding: 10px 15px;
}
.color-ms a:hover {
  color: #2d2d2d;
}
.color-ms .btn,
.color-ms a.button,
.color-ms input.button,
.color-ms button.button {
  color: #fff;
}
.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 p.readmore a,
.color-ms a.readmore,
.color-ms .mod-articles-category-readmore a {
  color: #fff;
  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: #fff;
}
.color-ms h1,
.color-ms h2,
.color-ms h3,
.color-ms h4,
.color-ms h5,
.color-ms h6 {
  color: #fff;
}
.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: #fff;
}
.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: 24px;
  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: 16px;
  background: #0093d8;
}
.jm-module.border2-ms .jm-title:before {
  background: #d73540;
}
#jm-allpage .jm-module.nomargin-ms {
  margin: 0;
}
#jm-topbar div.login-greeting,
#jm-topbar .logout-button {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}
#jm-topbar .logout-button .btn {
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  margin-left: 10px !important;
}
#jm-topbar form {
  margin: 0px 0px 9px;
}
#jm-topbar .search .inputbox {
  margin: 8px 0;
  height: 35px;
  line-height: 21px;
  background: #F5EFEF;
  border: none;
  width: 220px;
  -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-topbar .search .inputbox:focus {
  width: 235px;
}
#jm-topbar .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-module-raw {
  float: right;
  margin-right: 10px;
}
.jm-module-raw:first-child {
  margin-right: 0;
}
.jm-custom-header-mod {
  margin: -20px;
  text-align: center;
}
.jm-custom-header-mod a img {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.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 dotted #dddddd;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.jm-code {
  border-left: 5px solid #dddddd;
  padding: 10px;
  background: #e7e6e6;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.jm-icons {
  margin: 0;
  text-align: center;
}
.jm-icons a {
  display: inline-block;
  text-decoration: none !important;
}
.jm-icons span {
  display: block;
  width: 40px;
  height: 40px;
  -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 -52px;
}
.jm-icons .jm-google:hover span {
  background-position: 0 0;
}
.jm-icons .jm-facebook span {
  background-position: -44px -52px;
}
.jm-icons .jm-facebook:hover span {
  background-position: -44px 0;
}
.jm-icons .jm-twitter span {
  background-position: -88px -52px;
}
.jm-icons .jm-twitter:hover span {
  background-position: -88px 0;
}
.jm-icons .jm-rss span {
  background-position: -132px -52px;
}
.jm-icons .jm-rss:hover span {
  background-position: -132px 0;
}
.jm-icons .jm-vimeo span {
  background-position: -176px -52px;
}
.jm-icons .jm-vimeo:hover span {
  background-position: -176px 0;
}
.border_img1 {
  padding: 4px;
  background: #fff;
  border: 1px solid #eee;
}
.border_img2 {
  background: #F2F2F2;
  border: 1px solid #E5E5E5;
  padding: 5px;
}
.border_img3 {
  border: 1px solid #DFDFDF;
  padding: 1px;
  background: #fff;
}
.jm-block {
  margin: 0px 0 5px 0;
  padding: 8px 0 0 100px;
  position: relative;
}
.jm-block span {
  background: #abdcdc;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  height: 70px;
  width: 80px;
  line-height: 70px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 8%;
  font-weight: bold;
  font-size: 38px;
}
.jm-block.second span {
  background: #2a2a2a;
  color: #fff;
}
.quote-left {
  display: block;
  padding: 10px 5px 5px 45px;
  background: url("../images/quote-left.png") no-repeat left top;
  text-align: left;
}
.quote-right {
  display: block;
  padding: 10px 45px 5px 5px;
  background: url("../images/quote-right.png") no-repeat right bottom;
  text-align: right;
}
.color-ms .quote-left,
.dark-ms .quote-left {
  background: url("../images/quote-left-white.png") no-repeat left top;
}
.color-ms .quote-right,
.dark-ms .quote-right {
  background: url("../images/quote-right-white.png") no-repeat right bottom;
}
.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);
}
.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: #fff;
}
.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;
}
.color-ms .jm-testimonials-text:after,
.dark-ms .jm-testimonials-text:after {
  border-color: rgba(255,255,255,0.08) transparent transparent transparent;
}
p.blue {
  border-left: 3px solid #009D9D;
  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: #ABDCDC;
  border: 1px solid #BCE8F1;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #006F6F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
p.greenfill {
  background: #C2DACD;
  border: 1px solid #D6E9C6;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #135457;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
p.redfill {
  background: #ECD7DE;
  border: 1px solid #EED3D7;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #8A4857;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
p.jmbadge,
p.jmcalendar,
p.jmchat,
p.jmcheck,
p.jmcloud,
p.jmdirection,
p.jmdivide,
p.jmerror,
p.jmfire,
p.jmflag,
p.jmheart,
p.jmhome,
p.jminfo,
p.jmlist,
p.jmmail,
p.jmpeople,
p.jmstar,
p.jmstat {
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.jmbadge {
  background-image: url("../images/icons/badge.png");
}
p.jmcalendar {
  background-image: url("../images/icons/calendar.png");
}
p.jmchat {
  background-image: url("../images/icons/chat.png");
}
p.jmcheck {
  background-image: url("../images/icons/check.png");
}
p.jmcloud {
  background-image: url("../images/icons/cloud.png");
}
p.jmdirection {
  background-image: url("../images/icons/direction.png");
}
p.jmdivide {
  background-image: url("../images/icons/divide.png");
}
p.jmerror {
  background-image: url("../images/icons/error.png");
}
p.jmfire {
  background-image: url("../images/icons/fire.png");
}
p.jmflag {
  background-image: url("../images/icons/flag.png");
}
p.jmheart {
  background-image: url("../images/icons/heart.png");
}
p.jmhome {
  background-image: url("../images/icons/home.png");
}
p.jminfo {
  background-image: url("../images/icons/info.png");
}
p.jmlist {
  background-image: url("../images/icons/list.png");
}
p.jmmail {
  background-image: url("../images/icons/mail.png");
}
p.jmpeople {
  background-image: url("../images/icons/people.png");
}
p.jmstar {
  background-image: url("../images/icons/star.png");
}
p.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 ol li {
  background: none;
  padding: 0;
}
dl.article-info {
  color: #A7A7A7;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 20px;
}
dl.article-info dd {
  margin: 0;
}
dl.article-info [class^="icon-"],
dl.article-info [class*=" icon-"] {
  margin-top: 2px;
  vertical-align: top;
}
.article-info-term {
  display: none;
}
.item-image {
  margin-bottom: 10px;
  margin-right: 10px;
  max-width: 100%;
}
.content_rating {
  clear: both;
  margin-bottom: 10px;
}
.content_vote label {
  margin-right: 5px;
}
h3.page-header .btn [class^="icon-"],
h3.page-header .btn [class*=" icon-"] {
  margin-top: -2px !important;
  vertical-align: middle;
}
#jm-allpage h3.page-header .btn.btn-mini {
  height: 34px;
  line-height: 34px;
}
h3.page-header.item-title {
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  padding-bottom: 10px;
}
.categories-list .collapse {
  padding: 0 0 0 20px;
}
.categories-list h3.page-header {
  font-size: 1em;
  line-height: 1.7em;
  display: inline-block;
  width: 100%;
}
.categories-list div > .category-desc {
  margin-bottom: 20px;
}
.items-leading div[class*="leading-"],
.items-row {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #D8D8D8;
}
.items-leading .leading:last-child,
.items-row:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.category-list h3.page-header {
  font-size: 1em;
  line-height: 1.7em;
  display: inline-block;
  width: 100%;
}
.category-list .filters .btn-group label {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.archive .filters {
  margin-bottom: 20px;
}
.archive .filter-search-lbl {
  vertical-align: top;
  margin-top: 6px;
}
.archive input#filter-search.span2 {
  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;
}
.contact-category .btn-group span.label {
  margin-right: 10px;
  vertical-align: middle;
}
.contact-category input[type="text"] {
  margin-top: 10px;
}
table.category {
  width: 100%;
  margin-top: 20px;
}
table.category th {
  font-weight: bold;
}
table.category th,
table.category td {
  border-top: 1px solid #e5e5e5;
  line-height: 20px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
.contact #basic-details .thumbnail {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contact-position.dl-horizontal dd,
.contact-address.dl-horizontal dd {
  margin-left: 0;
  margin-right: 0;
}
.contact-position.dl-horizontal dt,
.contact-address.dl-horizontal dt {
  width: auto;
}
.contact-position .jicons-text,
.contact-address .jicons-text {
  display: block;
  margin-right: 10px;
  min-width: 110px;
  text-align: left;
}
.contact-position .jicons-icons,
.contact-address .jicons-icons {
  display: block;
  margin-right: 10px;
  min-width: 20px;
  text-align: left;
}
dd span p {
  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;
}
.weblink-category input[type="text"] {
  margin-top: 10px;
}
.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;
}
.newsfeed-category input[type="text"] {
  margin-top: 10px;
}
.toggle-editor.btn-toolbar.pull-right {
  margin-left: 5px;
}
.profile ul.btn-toolbar li {
  background: none;
  padding: 0;
}
.dl-horizontal dd,
.dl-horizontal dt {
  line-height: 1.7em;
}
.optional {
  font-size: 0.8em;
}
.control-group .controls button#helpsite-refresh {
  vertical-align: top;
  margin-top: 5px;
}
.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;
}
.icon-picture {
  background-position: -457px -49px;
}
.edit .input-append .add-on,
.edit .input-append .btn,
.edit .input-append .btn-group {
  margin-left: 0;
}
.phrases-box,
fieldset.only {
  padding: 0 0 20px;
}
.phrases-box label,
fieldset.only label {
  display: inline-block;
  margin-right: 10px;
}
fieldset.phrases {
  padding-bottom: 20px;
}
.tags {
  padding: 5px 0;
}
.tags .label {
  font-weight: normal;
  padding: 5px;
  text-decoration: none;
}
.tag-category .form-inline label {
  vertical-align: middle;
  margin-right: 10px;
}
.tag-category h2 {
  margin-bottom: 30px;
}
.tag-category h3 {
  margin-bottom: 20px;
}
.tag-category > ul > li {
  padding: 0;
  background: none;
}
.tag-category > ul > li:hover {
  background: none !important;
}
.tag-category .tag-body {
  padding: 20px 0;
  display: block;
}
.tag-category .thumbnails > li,
.tag-category .category > li {
  background: none;
  padding: 0;
}
.tag-category .thumbnails > li h3 {
  font-size: 1em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 5px;
}
.tag-category form#adminForm {
  margin-top: 20px;
}
.tip-wrap {
  z-index: 9999;
}
.tip-wrap .tip {
  max-width: 250px;
  padding: 10px 7px;
  color: #787878;
  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;
}
.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);
}
.tip-wrap .tip-title {
  font-weight: bold;
}
.well {
  background: none;
}
.btn.jmodedit {
  z-index: 9999 !important;
}
.chzn-container {
  width: 220px !important;
  color: #787878;
}
.chzn-container .chzn-drop {
  width: 218px !important;
}
.chzn-search input {
  width: 100% !important;
  max-width: 180px;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices {
  line-height: 34px;
  height: 34px;
  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;
}
.chzn-container-multi .chzn-choices {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.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;
}
.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;
}
.chzn-container-multi .chzn-choices .search-field input.default {
  color: #6c6c6c;
  padding: 0;
  margin: 0;
  height: 36px;
}
.chzn-container-single .chzn-single div b {
  margin-top: 7px;
}
.chzn-container-multi .chzn-choices .search-choice {
  line-height: 24px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  top: 10px;
}
.chzn-choices li,
.chzn-results li {
  background-image: none !important;
}
strong.red,
span.star {
  color: #ff0000;
}
.article-index {
  border: 1px solid #e5e5e5;
  margin-left: 10px;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
.categories-module li h1,
.categories-module li h2,
.categories-module li h3,
.categories-module li h4,
.categories-module li h5,
.categories-module li h6 {
  font-size: 1em;
  line-height: 1.7em;
  font-weight: normal;
  margin: 0;
}
#jm-allpage .category-module li {
  background-image: none;
  padding: 0;
}
#jm-allpage .category-module li > a {
  display: block;
  font-weight: normal;
}
#form-login-username label.element-invisible,
#form-login-password label.element-invisible {
  display: none;
}
#login-form ul li .icon-arrow-right {
  display: none;
}
.form-search label.finder {
  padding: 0 10px 0 0;
}
.newsflash {
  display: inline-block;
  width: 100%;
}
.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,
.newsflash p {
  clear: both;
}
.mod-languages li,
.mod-languages ul {
  background: none;
  padding: 0;
  list-style: none;
}
.jm-module form#mod-finder-searchform,
.jm-module form#login-form,
.jm-module form.form-inline {
  margin: 0;
}
#searchForm > .btn-toolbar > .pull-left {
  float: none;
}
.breadcrumb {
  margin: 0;
  background: none;
  padding-left: 27%;
}
.breadcrumb li {
  padding: 0;
  background: none;
  text-shadow: none;
}
.breadcrumb .divider {
  padding: 0;
  margin: 2px 5px;
}
.icon-location {
  background-position: 0 -24px;
}
hr {
  background: #e5e5e5;
  border: none;
  height: 1px;
}
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;
}
p.readmore a:hover,
p.readmore a:active,
a.readmore:hover,
a.readmore:active,
.mod-articles-category-readmore a:hover,
.mod-articles-category-readmore a:active,
#jm-allpage p.readmore a.btn:hover,
#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;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  background-image: url("../images/glyphicons-halflings.png");
  margin-top: -1px;
  vertical-align: middle;
}
.btn:hover [class^="icon-"],
.btn:hover [class*=" icon-"],
.btn:active [class^="icon-"],
.btn:active [class*=" icon-"] {
  background-image: url("../images/glyphicons-halflings-white.png");
}
.btn .icon-arrow-down,
.btn .icon-ok,
.btn .icon-user,
.btn .icon-plus,
.btn .icon-list {
  margin-top: -2px;
}
.btn .icon-cog {
  margin-top: 0px;
  vertical-align: text-top;
}
.btn .caret {
  border-top: 4px solid #444;
  margin-top: 5px;
}
.btn:hover .caret {
  border-top: 4px solid #fff;
}
.icons .btn-group {
  margin-bottom: 5px;
}
input.btn.btn-mini {
  height: 20px;
  line-height: 1em;
}
.btn-group .btn.dropdown-toggle {
  line-height: 12px;
  padding: 4px 5px;
}
.btn-group.open .btn.dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.page-header + .btn-group.pull-right,
.item > .btn-group.pull-right,
.items-leading > .btn-group.pull-right,
.icons > .btn-group.pull-right {
  margin: 0 0 10px 10px;
}
.input-append .add-on,
.input-append .btn,
.input-prepend .add-on,
.input-prepend .btn {
  vertical-align: middle;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  vertical-align: middle;
}
.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.dropdown-menu li {
  background: none !important;
  padding: 0;
}
.dropdown-menu li a {
  text-decoration: none;
  border-bottom: none;
}
.btn-group > .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.nav.menu {
  margin: 0;
}
.nav.menu li {
  margin: 0;
  padding: 0;
  background-image: none !important;
}
.nav.menu > li {
  border-bottom: 2px solid #ededed;
}
.nav.menu > li:first-child {
  border-top: 0px solid #ededed;
}
.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 #444;
}
.nav.menu > li.parent.deeper:after {
  border-width: 5px 5.5px 0 5.5px;
  border-color: #47A6A2 transparent transparent transparent;
}
.nav.menu ul {
  padding: 0 0 0 15px;
  margin: 0;
}
.nav.menu > li > ul {
  padding-bottom: 5px;
}
.nav.menu li a,
.nav.menu li span.separator {
  color: #787878;
  font-size: 13.5px;
  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: #787878;
  padding-left: 0;
  padding-right: 0;
}
.dark-ms .nav.menu > li {
  border-bottom: 1px solid #414141;
}
.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;
  font-weight: bold;
}
.color-ms .nav.menu .nav-header {
  color: #fff;
}
.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-topbar .nav.menu {
  margin: 8px 0;
  line-height: normal;
}
#jm-topbar .nav.menu > li {
  display: inline-block;
  border: none;
  vertical-align: top;
}
#jm-topbar .nav.menu > li a,
#jm-topbar .nav.menu > li span.separator {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 30px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 34px;
  text-transform: uppercase;
}
#jm-topbar .nav.menu > li:first-child a,
#jm-topbar .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-topbar .nav.menu > li:last-child a,
#jm-topbar .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-topbar .nav.menu > li:first-child:last-child a,
#jm-topbar .nav.menu > li:first-child:last-child span.separator {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#jm-topbar .nav.menu > li:hover a,
#jm-topbar .nav.menu > li.active a {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#jm-topbar .nav.menu ul {
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #jm-topbar .nav.menu > li a,
  #jm-topbar .nav.menu > li span.separator {
    height: 34px;
    line-height: 35px;
  }
}
#jm-allpage .nav.menu.horizontal {
  margin: 0;
}
#jm-allpage .nav.menu.horizontal > li {
  border: none;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #ededed;
  padding-left: 20px;
  margin-left: 20px;
}
#jm-allpage .nav.menu.horizontal > li:first-child {
  border: none;
  padding: 0;
  margin: 0;
}
#jm-allpage .nav.menu.horizontal > li.parent:after {
  display: none;
}
#jm-allpage .nav.menu.horizontal li a,
#jm-allpage .nav.menu.horizontal li span.separator {
  padding: 0;
  line-height: 1.4em;
  text-transform: uppercase;
}
#jm-allpage .nav.menu.horizontal ul {
  display: none;
}
#jm-allpage .dark-ms .nav.menu.horizontal > li {
  border-color: #414141;
}
#jm-footer-menu .nav.menu.horizontal {
  text-align: center;
}
#jm-footer-menu .nav.menu.horizontal > li {
  border-color: #303030;
}
#jm-footer-menu .nav.menu.horizontal li a,
#jm-footer-menu .nav.menu.horizontal li span.separator {
  color: #4d4d4d;
}
#jm-footer-menu .nav.menu.horizontal li:hover > a,
#jm-footer-menu .nav.menu.horizontal li.active > a {
  color: #a4a4a4;
}
.pager li {
  background-image: none !important;
  padding: 0;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 0 13px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #353535;
  background: #f3f3f3;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
}
.pager li > a:hover,
.pager li > span:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
div.pagination {
  padding: 10px 0 0;
  margin: 0;
  text-align: center;
  clear: both;
  display: inline-block;
  width: 100%;
}
div.pagination ul {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  vertical-align: top;
}
div.pagination li {
  display: inline-block;
  line-height: 34px;
  padding: 0;
  margin: 0 10px 5px 0;
  background-image: none !important;
}
div.pagination ul li span,
div.pagination ul li a {
  line-height: 34px;
  display: inline-block;
  padding: 0 13px;
  transition: all 0.2s ease-in;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #353535;
  background: #f3f3f3;
  border: 1px solid #e6e6e6;
}
div.pagination ul li span.pagenav {
  color: #fff;
}
div.pagination ul li.pagination-start span.pagenav,
div.pagination ul li.pagination-prev span.pagenav,
div.pagination ul li.pagination-start a.pagenav,
div.pagination ul li.pagination-prev a.pagenav,
div.pagination ul li.pagination-next span.pagenav,
div.pagination ul li.pagination-end span.pagenav,
div.pagination ul li.pagination-next a.pagenav,
div.pagination ul li.pagination-end a.pagenav {
  color: #353535;
  background: #f3f3f3;
  border: 1px solid #e6e6e6;
}
div.pagination ul li.pagination-start span.pagenav,
div.pagination ul li.pagination-prev span.pagenav,
div.pagination ul li.pagination-next span.pagenav,
div.pagination ul li.pagination-end span.pagenav {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
div.pagination ul li a:hover {
  color: #fff !important;
}
p.counter {
  float: none !important;
  margin: 0 0 10px;
  text-align: center;
}
.accordion-group {
  border: none;
  margin: 0 0 2px;
}
.accordion-inner {
  border: none;
  padding: 20px;
}
.accordion-heading .accordion-toggle {
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 30px;
  display: block;
  text-decoration: none;
  -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;
  line-height: 1.7em;
  font-weight: 600;
  color: #353535;
  border: 1px solid #e5e5e5;
  position: relative;
}
.accordion-heading .accordion-toggle:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  right: 10px;
  background: url('../images/tab-arrow.png');
}
.accordion-body.in.collapse {
  border: 1px solid #e5e5e5;
  border-top: none;
}
.pane-sliders div.panel h3.title {
  margin: 0;
  text-align: center;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 600;
}
.pane-sliders div.panel h3.title.pane-toggler-down {
  border-bottom: 1px solid #e5e5e5;
}
.pane-sliders div.panel h3.title a {
  padding: 10px 30px;
  display: block;
  color: #353535;
  text-decoration: none;
  -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;
  position: relative;
}
.pane-sliders div.panel h3.title a:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  right: 10px;
  background: url('../images/tab-arrow.png');
}
.pane-sliders .panel {
  margin-top: 2px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.pane-slider.content {
  padding: 0 20px;
}
.pane-slider.content.pane-down {
  padding: 20px !important;
}
.nav-tabs {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  display: inline-block;
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.nav-tabs > li {
  background-image: none !important;
  padding: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  background: none !important;
  border: none !important;
  padding: 18px 30px 14px;
  margin: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #353535;
  text-decoration: none;
}
.nav-tabs > li.active {
  border-bottom: 1px solid #fff;
}
.tab-content {
  clear: both;
  margin: 0;
  padding: 25px;
  border: 1px solid #e5e5e5;
  background: #fff;
  overflow: visible;
}
#jm-allpage .tab-pane.active {
  display: inline-block;
  width: 100%;
}
dl.tabs {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
dl.tabs {
  float: left;
  margin-bottom: -1px;
}

dt.tabs {
  float: left;
  padding: 18px 30px 14px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #fff;
  margin-bottom: -1px;
  background-color: #FAFAFA;
}
dl.tabs dt.tabs h3 {
  font-size: 14px !important;
  font-weight: 700;
  margin: 0;
  line-height: 1.2em;
  text-transform: none;
}
dl.tabs dt.tabs.open {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background-color: #D8D8D8;
  
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  
}
dl.tabs dt.tabs.open h3 a,
dl.tabs dt.tabs.closed h3 a {
  text-decoration: none;
  color: #353535;
}
dl.tabs dt.tabs.open {
  position: relative;
}
dd.tabs {
  clear: both;
  margin: 0;
  padding-top: 20px;
  padding-left: 10px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}
.nav-tabs.nav-stacked {
  font-family: inherit;
  list-style-position: inside;
  list-style-type: decimal;
  border: none;
}
.nav-tabs.nav-stacked li {
  background: none !important;
  font-style: normal;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
}
.nav-tabs.nav-stacked li a {
  color: inherit !important;
  font-style: normal;
  cursor: pointer;
  text-transform: none;
  font-weight: inherit;
  border: none !important;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1.7em;
  background: none !important;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked li a:hover {
  text-decoration: underline;
}
.nav-tabs.nav-stacked li.active a {
  text-decoration: underline;
}
table,
.table-bordered {
  border-collapse: collapse;
}
.calendar table {
  border-collapse: separate;
}
table,
table.category td,
table.category th {
  border: none !important;
  line-height: 1.7em;
}
table.category td {
  background: none !important;
}
table.category tbody tr {
  border-top: 1px solid #e5e5e5 !important;
}
table.category tbody tr:first-child {
  border: none !important;
}
#jm-allpage table thead tr th {
  padding: 15px 8px;
  font-weight: 700;
  text-align: center !important;
  color: #fff;
  background: #2d2d2d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#jm-allpage table thead tr th a {
  color: #fff;
  text-decoration: none;
}
#jm-allpage table thead tr th a:hover {
  color: inherit;
}
h2.item-title,
.page-header h2,
.cat-children > h3,
.contact-category > h2,
.content-category > h2,
.weblink-category > h2,
.tag-category h3,
.newsfeed > h2,
.newsfeed-category > h2 {
  font-weight: 700;
  color: #353535;
  margin: 0 0 20px;
  display: block;
}
h2.item-title a,
.page-header h2 a,
.cat-children > h3 a,
.contact-category > h2 a,
.content-category > h2 a,
.weblink-category > h2 a,
.tag-category h3 a,
.newsfeed > h2 a,
.newsfeed-category > h2 a {
  color: #353535;
  text-decoration: none !important;
}
h1.componentheading,
.category-list > h2,
.tag-category > h2,
.page-header > h1,
.blog > h2,
.blog-featured > h1 {
  font-size: 24px !important;
  color: #353535;
  font-weight: 700;
  margin: 0 0 10px;
}
p {
  margin: 5px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #353535;
  margin: 0 0 10px;
  font-weight: 600;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #353535;
  text-decoration: none !important;
}
h1,
h2,
h3 {
  line-height: 1.2em;
}
h4,
h5,
h6 {
  line-height: 1.2em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1em;
  font-weight: 600;
}
h6 {
  font-size: 0.9em;
  font-weight: 600;
}
.page-header {
  margin: 0 0 20px;
  border-bottom: none;
  padding-bottom: 0;
}
ul {
  margin: 5px 3px;
  list-style: none;
}
ul li {
  line-height: 1.7em;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 15px;
}
ul li {
  margin: 0;
  padding: 0 0 8px 18px;
  background-repeat: no-repeat;
  background-position: left 7px;
  background-image: url('../images/li.png');
}
ul.jm-gray li {
  background-image: url('../images/li-dark.png');
}
a.close {
  text-decoration: none;
}
#lbPrevLink,
#lbNextLink {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
 
.gcw_mainFicKSNEOR {

    border: 1px solid #aaaaaa !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    margin: auto !important;
     
    font-size: 12px !important;

    padding: 4px !important;
}