.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 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 5px 15px 5px 15px;
  color: #fff;
  line-height: 26px;
  font-size: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #000000;
  background-image: none;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.btn.disabled:hover,
.btn[disabled]:hover {
  border: none;
}
a.btn:hover {
  color: #fff;
}
.btn.btn-large {
  padding: 10px 33px 10px 22px;
  font-size: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 2px;
}
.btn.btn-small {
  padding: 4px 33px 4px 22px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-mini {
  padding: 0 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn.btn-warning {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25) !important;
  background-color: #faa732 !important;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406) !important;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406)) !important;
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406) !important;
  background-image: -o-linear-gradient(top,#fbb450,#f89406) !important;
  background-image: linear-gradient(to bottom,#fbb450,#f89406) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704 !important;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
  *background-color: #f89406 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning.disabled,
.btn.btn-warning[disabled] {
  color: #fff !important;
  background-color: #f89406 !important;
  *background-color: #df8505 !important;
}
.btn.btn-warning:active,
.btn.btn-warning.active {
  background-color: #c67605 \9;
}
.btn.btn-warning:hover {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25) !important;
  background-color: #faa732 !important;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406) !important;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406)) !important;
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406) !important;
  background-image: -o-linear-gradient(top,#fbb450,#f89406) !important;
  background-image: linear-gradient(to bottom,#fbb450,#f89406) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704 !important;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
  *background-color: #f89406 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-warning:hover:hover,
.btn.btn-warning:hover:active,
.btn.btn-warning:hover.active,
.btn.btn-warning:hover.disabled,
.btn.btn-warning:hover[disabled] {
  color: #fff !important;
  background-color: #f89406 !important;
  *background-color: #df8505 !important;
}
.btn.btn-warning:hover:active,
.btn.btn-warning:hover.active {
  background-color: #c67605 \9;
}
.btn.btn-danger {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25) !important;
  background-color: #da4f49 !important;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f) !important;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f)) !important;
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f) !important;
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f) !important;
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420 !important;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
  *background-color: #bd362f !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger.disabled,
.btn.btn-danger[disabled] {
  color: #fff !important;
  background-color: #bd362f !important;
  *background-color: #a9302a !important;
}
.btn.btn-danger:active,
.btn.btn-danger.active {
  background-color: #942a25 \9;
}
.btn.btn-danger:hover {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25) !important;
  background-color: #da4f49 !important;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f) !important;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f)) !important;
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f) !important;
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f) !important;
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420 !important;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
  *background-color: #bd362f !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-danger:hover:hover,
.btn.btn-danger:hover:active,
.btn.btn-danger:hover.active,
.btn.btn-danger:hover.disabled,
.btn.btn-danger:hover[disabled] {
  color: #fff !important;
  background-color: #bd362f !important;
  *background-color: #a9302a !important;
}
.btn.btn-danger:hover:active,
.btn.btn-danger:hover.active {
  background-color: #942a25 \9;
}
.btn.btn-success {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25) !important;
  background-color: #5bb75b !important;
  background-image: -moz-linear-gradient(top,#62c462,#51a351) !important;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351)) !important;
  background-image: -webkit-linear-gradient(top,#62c462,#51a351) !important;
  background-image: -o-linear-gradient(top,#62c462,#51a351) !important;
  background-image: linear-gradient(to bottom,#62c462,#51a351) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038 !important;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
  *background-color: #51a351 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success.disabled,
.btn.btn-success[disabled] {
  color: #fff !important;
  background-color: #51a351 !important;
  *background-color: #499249 !important;
}
.btn.btn-success:active,
.btn.btn-success.active {
  background-color: #408140 \9;
}
.btn.btn-success:hover {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25) !important;
  background-color: #5bb75b !important;
  background-image: -moz-linear-gradient(top,#62c462,#51a351) !important;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351)) !important;
  background-image: -webkit-linear-gradient(top,#62c462,#51a351) !important;
  background-image: -o-linear-gradient(top,#62c462,#51a351) !important;
  background-image: linear-gradient(to bottom,#62c462,#51a351) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038 !important;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
  *background-color: #51a351 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-success:hover:hover,
.btn.btn-success:hover:active,
.btn.btn-success:hover.active,
.btn.btn-success:hover.disabled,
.btn.btn-success:hover[disabled] {
  color: #fff !important;
  background-color: #51a351 !important;
  *background-color: #499249 !important;
}
.btn.btn-success:hover:active,
.btn.btn-success:hover.active {
  background-color: #408140 \9;
}
.btn.btn-info {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25) !important;
  background-color: #49afcd !important;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4) !important;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4)) !important;
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4) !important;
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4) !important;
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377 !important;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
  *background-color: #2f96b4 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info.disabled,
.btn.btn-info[disabled] {
  color: #fff !important;
  background-color: #2f96b4 !important;
  *background-color: #2a85a0 !important;
}
.btn.btn-info:active,
.btn.btn-info.active {
  background-color: #24748c \9;
}
.btn.btn-info:hover {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25) !important;
  background-color: #49afcd !important;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4) !important;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4)) !important;
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4) !important;
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4) !important;
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377 !important;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
  *background-color: #2f96b4 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-info:hover:hover,
.btn.btn-info:hover:active,
.btn.btn-info:hover.active,
.btn.btn-info:hover.disabled,
.btn.btn-info:hover[disabled] {
  color: #fff !important;
  background-color: #2f96b4 !important;
  *background-color: #2a85a0 !important;
}
.btn.btn-info:hover:active,
.btn.btn-info:hover.active {
  background-color: #24748c \9;
}
.btn.btn-inverse {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25) !important;
  background-color: #363636 !important;
  background-image: -moz-linear-gradient(top,#444,#222) !important;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222)) !important;
  background-image: -webkit-linear-gradient(top,#444,#222) !important;
  background-image: -o-linear-gradient(top,#444,#222) !important;
  background-image: linear-gradient(to bottom,#444,#222) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000 !important;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
  *background-color: #222 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-inverse:hover,
.btn.btn-inverse:active,
.btn.btn-inverse.active,
.btn.btn-inverse.disabled,
.btn.btn-inverse[disabled] {
  color: #fff !important;
  background-color: #222 !important;
  *background-color: #151515 !important;
}
.btn.btn-inverse:active,
.btn.btn-inverse.active {
  background-color: #090909 \9;
}
.btn.btn-inverse:hover {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25) !important;
  background-color: #363636 !important;
  background-image: -moz-linear-gradient(top,#444,#222) !important;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222)) !important;
  background-image: -webkit-linear-gradient(top,#444,#222) !important;
  background-image: -o-linear-gradient(top,#444,#222) !important;
  background-image: linear-gradient(to bottom,#444,#222) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000 !important;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;
  *background-color: #222 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-inverse:hover:hover,
.btn.btn-inverse:hover:active,
.btn.btn-inverse:hover.active,
.btn.btn-inverse:hover.disabled,
.btn.btn-inverse:hover[disabled] {
  color: #fff !important;
  background-color: #222 !important;
  *background-color: #151515 !important;
}
.btn.btn-inverse:hover:active,
.btn.btn-inverse:hover.active {
  background-color: #090909 \9;
}
.btn.btn-warning,
.btn.btn-danger,
.btn.btn-success,
.btn.btn-info,
.btn.btn-inverse {
  padding: 5px 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn.btn-warning:hover,
.btn.btn-danger:hover,
.btn.btn-success:hover,
.btn.btn-info:hover,
.btn.btn-inverse:hover {
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn.btn-warning.active,
.btn.btn-warning:active,
.btn.btn-danger.active,
.btn.btn-danger:active,
.btn.btn-success.active,
.btn.btn-success:active,
.btn.btn-info.active,
.btn.btn-info:active,
.btn.btn-inverse.active,
.btn.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 {
  font-size: 18px;
}
.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;
}

.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;
  *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-append .dropdown-menu,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu {
  font-size: 13px;
}
.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 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 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: 26px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}
.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,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 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 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  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;
}
.pager {
  list-style: none;
  text-align: center;
  *zoom: 1;
  margin: 30px 0 0;
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 7px 14px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.pager li > a:hover {
  text-decoration: none;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  cursor: default;
}
.pagination {
  margin: 30px 0 0 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}
.pagination ul > li {
  display: inline;
  margin: 0 5px;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  text-decoration: none;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  background-color: transparent;
  cursor: default;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 10px 33px 10px 22px;
  font-size: 20px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 4px 33px 4px 22px;
  font-size: 14px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 10px;
  font-size: 12px;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.7em;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.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;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  width: 100%;
}
table th,
table td {
  padding: .30rem !important;
  text-align: left;
  vertical-align: top;
}
table th {
  font-weight: normal;
}
table thead th {
  vertical-align: bottom;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 38px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 122px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 206px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 290px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 374px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 458px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 542px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 626px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 710px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 794px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 878px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 962px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
.container-fluid {
  margin: 0 auto;
}
#jm-top-bar {
  background-image: url("../images/top-wrapper-bg.png");
  background-repeat: repeat-x;
  padding: 10px 0 0;
}
#jm-top-bar-bg {
  background-image: url("../images/header-bg.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
#jm-top-bar-wrapper {
  font-size: 12px;
  color: ;
  line-height: 1.1em;
  padding: 0 0 13px;
}
#jm-top-bar-wrapper p {
  margin: 0;
}
#jm-top-bar1,
#jm-top-bar2 {
  max-width: 50%;
}
#jm-top-bar2 {
  text-align: right;
}
#jm-top-bar1.notopbar,
#jm-top-bar2.notopbar {
  width: auto;
}
#jm-top-module {
  margin: 25px 0;
  max-width: 50%;
}
#jm-menu-bar.nomenu {
  padding-bottom: 30px;
}
#jm-logo-sitedesc {
  color: #fff;
  margin: 0px 15px 6px 0px;
}
#jm-sitedesc {
  margin-bottom: 10px;
}
#jm-breadcrumbs-fs {
  margin-bottom: 10px;
}
#jm-font-switcher {
  text-align: right;
  padding: 5px;
}
#jm-breadcrumbs-fs.row-fluid [class*="span"] {
  min-height: 20px;
}
#jm-midpage-wrapper {
  padding-top: 20px;
  background: url("../images/bg.png");
  background-color: #fff;
}
#jm-midpage-wrapper-bg {
  background: url("../images/bg-midpage-in.png") no-repeat center 112px;
}
#jm-midpage-wrapper-bg.notop {
  background: none;
}
#jm-mainpage-wrapper {
  padding: 10px 15px 0;
  background-color: #f4f4f4;
}
#jm-mainpage-wrapper2 {
  background-image: url("../images/main-wrapper-bg.png");
  background-repeat: repeat-x;
  padding-top: 16px;
}
#jm-mainpage-top {
  background-image: url("../images/main-wrapper-bg.png");
  background-repeat: repeat-x;
  padding: 15px 15px 0;
}
#jm-maincontent {
  padding-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-footer-wrapper {
  background-image: url("../images/top-wrapper-bg.png");
  background-position: left center;
  background-repeat: repeat-x;
}
#jm-footer-wrapper-in {
  background-image: url("../images/footer-wrapper.png");
  background-position: center 50px;
  background-repeat: no-repeat;
}
#jm-footer-wrapper.nofootermod,
#jm-footer-wrapper.nofootermod #jm-footer-wrapper-in {
  background: none;
}
#jm-footer-in {
  background-image: url("../images/footer-bg.png");
  background-position: left top;
  background-repeat: repeat-x;
}
#jm-footer-details {
  border-top: 30px solid #f4f4f4;
  padding: 25px 15px 10px;
}
#jm-footer-details-in {
  min-height: 30px;
}
#jm-footer-mod {
  margin-bottom: 10px;
}
#jm-poweredby {
  display: inline-block;
  padding: 0 10px 0 0;
}
#jm-styleswitcher {
  display: inline-block;
}
#jm-back-top {
  bottom: 100px;
  margin-right: 20px;
  position: fixed;
  right: 0;
}
h1#jm-logo {
  font-size: 2.5em !important;
  line-height: 1.5em;
  margin: 0;
  text-transform: uppercase;
}
h1#jm-logo a {
  color: #fff;
}
#jm-footer li a {
  font-size: 14px;
  line-height: 1.5em;
}
#jm-footer a {
  color: #fff;
}
#jm-footer ul li {
  padding: 0 0 7px 15px;
}
#jm-footer li a:hover {
  color: #fff;
  text-decoration: none;
}
#jm-styleswitcher a {
  display: inline-block;
}
#jm-styleswitcher a span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  line-height: 6px;
  display: block;
  outline: 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;
}
#jm-styleswitcher a:hover {
  text-decoration: none;
}
#jm-styleswitcher a#style_icon-1 span {
  background: #34b0b0;
}
#jm-styleswitcher a#style_icon-1:hover span {
  background: #4dcaca;
}
#jm-styleswitcher a#style_icon-2 span {
  background: #fb9300;
}
#jm-styleswitcher a#style_icon-2:hover span {
  background: #ffa92f;
}
#jm-styleswitcher a#style_icon-3 span {
  background: #e40d40;
}
#jm-styleswitcher a#style_icon-3:hover span {
  background: #f3315f;
}
#jm-styleswitcher a#style_icon-4 span {
  background: #14b1dd;
}
#jm-styleswitcher a#style_icon-4:hover span {
  background: #37c5ed;
}
#jm-back-top a {
  display: block;
}
#jm-back-top a:hover {
  text-decoration: none;
  cursor: pointer;
}
#jm-back-top span {
  width: 80px;
  height: 80px;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background: url("../images/backtotop.png") no-repeat center center #909090;
  background: url("../images/backtotop.png") no-repeat center center rgba(0,0,0,0.3);
}
.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 !important;
}
.jm-module {
  margin-bottom: 30px;
}
.jm-module h3.jm-title {
  line-height: 1.2em;
  margin: 0;
  color: #fff;
  padding: 7px 15px;
}
.jm-module .jm-title-wrap {
  padding: 3px 0;
}
.jm-module .jm-module-content {
  padding: 8px;
  position: relative;
  z-index: 2;
}
.jm-module .jm-module-content-bg {
  background: #f4f4f4;
  margin: 0 5px;
}
.jm-module .jm-module-title-left {
  padding-left: 5px;
}
.jm-module .jm-module-title-right {
  padding-right: 5px;
}
.jm-module.blank-ms .jm-module-content {
  padding: 0;
}
.jm-module.blank-ms .jm-module-content-bg {
  background: none;
  margin: 0;
}
.jm-module.blank-ms .badge-new-green .jm-module-in:after,
.jm-module.blank-ms .badge-top-green .jm-module-in:after,
.jm-module.blank-ms .badge-info-green .jm-module-in:after,
.jm-module.blank-ms .badge-hot-green .jm-module-in:after,
.jm-module.blank-ms .badge-new-orange .jm-module-in:after,
.jm-module.blank-ms .badge-top-orange .jm-module-in:after,
.jm-module.blank-ms .badge-info-orange .jm-module-in:after,
.jm-module.blank-ms .badge-hot-orange .jm-module-in:after,
.jm-module.blank-ms .badge-new-red .jm-module-in:after,
.jm-module.blank-ms .badge-top-red .jm-module-in:after,
.jm-module.blank-ms .badge-info-red .jm-module-in:after,
.jm-module.blank-ms .badge-hot-red .jm-module-in:after,
.jm-module.blank-ms .badge-new-blue .jm-module-in:after,
.jm-module.blank-ms .badge-top-blue .jm-module-in:after,
.jm-module.blank-ms .badge-info-blue .jm-module-in:after,
.jm-module.blank-ms .badge-hot-blue .jm-module-in:after {
  background: none;
  
}
.jm-module.blank-ms .jm-module-title-left {
  margin-bottom: 15px;
}
.jm-module.border-ms h3.jm-title {
  color: #444444;
  border: none;
  padding: 0 0 10px;
}
.jm-module.border-ms .jm-module-title-wrap {
  background: none;
}
.jm-module.border-ms .jm-module-content {
  padding: 30px 0;
  border-top: 3px dotted #dcdcdc;
  border-bottom: 3px dotted #dcdcdc;
}
.jm-module.border-ms .jm-module-content-bg {
  background: none;
  margin: 0;
}
.jm-module.color1-ms,
.jm-module.color2-ms,
.jm-module.color3-ms,
.jm-module.color4-ms {
  padding-bottom: 8px;
}
.jm-module.color1-ms h3.jm-title,
.jm-module.color2-ms h3.jm-title,
.jm-module.color3-ms h3.jm-title,
.jm-module.color4-ms h3.jm-title {
  border: none;
  padding: 7px 15px 0;
}
.jm-module.color1-ms .jm-module-content,
.jm-module.color2-ms .jm-module-content,
.jm-module.color3-ms .jm-module-content,
.jm-module.color4-ms .jm-module-content {
  color: #fff;
  margin: 0;
}
.jm-module.color1-ms .jm-module-content-bg,
.jm-module.color2-ms .jm-module-content-bg,
.jm-module.color3-ms .jm-module-content-bg,
.jm-module.color4-ms .jm-module-content-bg {
  background: none;
  margin: 0;
}
.jm-module.color1-ms .jm-module-title-left,
.jm-module.color1-ms .jm-module-title-right,
.jm-module.color2-ms .jm-module-title-left,
.jm-module.color2-ms .jm-module-title-right,
.jm-module.color3-ms .jm-module-title-left,
.jm-module.color3-ms .jm-module-title-right,
.jm-module.color4-ms .jm-module-title-left,
.jm-module.color4-ms .jm-module-title-right {
  padding: 0;
  background-image: none;
}
.jm-module.color1-ms .jm-title-wrap,
.jm-module.color2-ms .jm-title-wrap,
.jm-module.color3-ms .jm-title-wrap,
.jm-module.color4-ms .jm-title-wrap {
  background: none;
}
.jm-module.color1-ms .jm-module-bg,
.jm-module.color2-ms .jm-module-bg,
.jm-module.color3-ms .jm-module-bg,
.jm-module.color4-ms .jm-module-bg {
  border-top: 10px solid rgba(0,0,0,0.1);
}
.jm-module.color1-ms .jm-module-in,
.jm-module.color2-ms .jm-module-in,
.jm-module.color3-ms .jm-module-in,
.jm-module.color4-ms .jm-module-in {
  background-image: url("../images/color-ms-bg.png");
  background-position: left top;
  background-repeat: no-repeat;
}
.jm-module.color1-ms {
  background: url("../images/module-bottom-color1.png") repeat-x bottom;
}
.jm-module.color1-ms .jm-module-in {
  background-color: #34b0b0;
}
.jm-module.color2-ms {
  background: url("../images/module-bottom-color2.png") repeat-x bottom;
}
.jm-module.color2-ms .jm-module-in {
  background-color: #fb9300;
}
.jm-module.color3-ms {
  background: url("../images/module-bottom-color3.png") repeat-x bottom;
}
.jm-module.color3-ms .jm-module-in {
  background-color: #e40d40;
}
.jm-module.color4-ms {
  background: url("../images/module-bottom-color4.png") repeat-x bottom;
}
.jm-module.color4-ms .jm-module-in {
  background-color: #14b1dd;
}
.jm-module.color5-ms {
  background: url("../images/module-bottom-color3.png") repeat-x bottom;
}
.jm-module.color5-ms .jm-module-in {
  background-color: #e40d40;
}
.jm-module.title-color1-ms .jm-module-content-bg,
.jm-module.title-color2-ms .jm-module-content-bg,
.jm-module.title-color3-ms .jm-module-content-bg,
.jm-module.title-color4-ms .jm-module-content-bg 
.jm-module.title-color5-ms .jm-module-content-bg {
  background-color: #fff;
}
.jm-module.title-color1-ms .jm-module-content-left,
.jm-module.title-color2-ms .jm-module-content-left,
.jm-module.title-color3-ms .jm-module-content-left,
.jm-module.title-color4-ms .jm-module-content-left
.jm-module.title-color5-ms .jm-module-content-left {
  background: url("../images/module-bg-white-l.png") repeat-y left;
}
.jm-module.title-color1-ms .jm-module-content-right,
.jm-module.title-color2-ms .jm-module-content-right,
.jm-module.title-color3-ms .jm-module-content-right,
.jm-module.title-color4-ms .jm-module-content-right
.jm-module.title-color5-ms .jm-module-content-right {
  background: url("../images/module-bg-white-r.png") repeat-y right;
}
.jm-module.title-color1-ms .jm-module-title-left,
.jm-module.title-color2-ms .jm-module-title-left,
.jm-module.title-color3-ms .jm-module-title-left,
.jm-module.title-color4-ms .jm-module-title-left
.jm-module.title-color5-ms .jm-module-title-left {
  padding-left: 5px;
}
.jm-module.title-color1-ms .jm-module-title-right,
.jm-module.title-color2-ms .jm-module-title-right,
.jm-module.title-color3-ms .jm-module-title-right,
.jm-module.title-color4-ms .jm-module-title-right
.jm-module.title-color5-ms .jm-module-title-right {
  padding-right: 5px;
}
.jm-module.title-color1-ms h3.jm-title {
  border-top: 1px dashed #71c8c8;
  border-bottom: 1px dashed #71c8c8;
}
.jm-module.title-color1-ms .jm-title-wrap {
  background-color: #34b0b0;
}
.jm-module.title-color1-ms .jm-module-title-left {
  background: url("../images/module-bg-color1-l.png") repeat-y left;
}
.jm-module.title-color1-ms .jm-module-title-right {
  background: url("../images/module-bg-color1-r.png") repeat-y right;
}
.jm-module.title-color2-ms h3.jm-title {
  border-top: 1px dashed #fcb44d;
  border-bottom: 1px dashed #fcb44d;
}
.jm-module.title-color2-ms .jm-title-wrap {
  background-color: #fb9300;
}
.jm-module.title-color2-ms .jm-module-title-left {
  background: url("../images/module-bg-color2-l.png") repeat-y left;
}
.jm-module.title-color2-ms .jm-module-title-right {
  background: url("../images/module-bg-color2-r.png") repeat-y right;
}
.jm-module.title-color3-ms h3.jm-title {
  border-top: 1px dashed #ec567a;
  border-bottom: 1px dashed #ec567a;
}
.jm-module.title-color3-ms .jm-title-wrap {
  background-color: #e40d40;
}
.jm-module.title-color3-ms .jm-module-title-left {
  background: url("../images/module-bg-color3-l.png") repeat-y left;
}
.jm-module.title-color3-ms .jm-module-title-right {
  background: url("../images/module-bg-color3-r.png") repeat-y right;
}
.jm-module.title-color5-ms h5.jm-title {
  border-top: 1px dashed #ec567a;
  border-bottom: 1px dashed #ec567a;
}
.jm-module.title-color5-ms .jm-title-wrap {
  background-color: #e40d40;
}
.jm-module.title-color5-ms .jm-module-title-left {
  background: url("../images/module-bg-color3-l.png") repeat-y left;
}
.jm-module.title-color5-ms .jm-module-title-right {
  background: url("../images/module-bg-color3-r.png") repeat-y right;
}
.jm-module.title-color5-ms h5.jm-title {
  border-top: 1px dashed #5ac8e7;
  border-bottom: 1px dashed #5ac8e7;
}
.jm-module.title-color4-ms .jm-title-wrap {
  background-color: #14b1dd;
}
.jm-module.title-color4-ms .jm-module-title-left {
  background: url("../images/module-bg-color4-l.png") repeat-y left;
}
.jm-module.title-color4-ms .jm-module-title-right {
  background: url("../images/module-bg-color4-r.png") repeat-y right;
}
.jm-module.bg-color1-ms h3.jm-title,
.jm-module.bg-color2-ms h3.jm-title,
.jm-module.bg-color3-ms h3.jm-title,
.jm-module.bg-color4-ms h3.jm-title {
  padding: 7px 15px 0;
  border-bottom: none;
}
.jm-module.bg-color1-ms .jm-module-content,
.jm-module.bg-color2-ms .jm-module-content,
.jm-module.bg-color3-ms .jm-module-content,
.jm-module.bg-color4-ms .jm-module-content {
  color: #fff;
  padding: 10px 15px;
}
.jm-module.bg-color1-ms .jm-module-title-left,
.jm-module.bg-color1-ms .jm-module-content-left,
.jm-module.bg-color2-ms .jm-module-title-left,
.jm-module.bg-color2-ms .jm-module-content-left,
.jm-module.bg-color3-ms .jm-module-title-left,
.jm-module.bg-color3-ms .jm-module-content-left,
.jm-module.bg-color4-ms .jm-module-title-left,
.jm-module.bg-color4-ms .jm-module-content-left {
  padding-left: 5px;
}
.jm-module.bg-color1-ms .jm-module-title-right,
.jm-module.bg-color1-ms .jm-module-content-right,
.jm-module.bg-color2-ms .jm-module-title-right,
.jm-module.bg-color2-ms .jm-module-content-right,
.jm-module.bg-color3-ms .jm-module-title-right,
.jm-module.bg-color3-ms .jm-module-content-right,
.jm-module.bg-color4-ms .jm-module-title-right,
.jm-module.bg-color4-ms .jm-module-content-right {
  padding-right: 5px;
}
.jm-module.bg-color1-ms .jm-module-content-bg,
.jm-module.bg-color2-ms .jm-module-content-bg,
.jm-module.bg-color3-ms .jm-module-content-bg,
.jm-module.bg-color4-ms .jm-module-content-bg {
  padding: 3px 0;
  margin: 0;
}
.jm-module.color1-ms ul li,
.jm-module.color2-ms ul li,
.jm-module.color3-ms ul li,
.jm-module.color4-ms ul li,
.jm-module.bg-color1-ms ul li,
.jm-module.bg-color2-ms ul li,
.jm-module.bg-color3-ms ul li,
.jm-module.bg-color4-ms ul li {
  background-image: url("../images/li-white.png");
}
.jm-module.color1-ms a,
.jm-module.bg-color1-ms a {
  color: #1f8383;
}
.jm-module.color2-ms a,
.jm-module.bg-color2-ms a {
  color: #d05f00;
}
.jm-module.color3-ms a,
.jm-module.bg-color3-ms a {
  color: #b0022a;
}
.jm-module.color4-ms a,
.jm-module.bg-color4-ms a {
  color: #076c8a;
}
.jm-module.bg-color1-ms h3.jm-title {
  border-top: 1px dashed #71c8c8;
}
.jm-module.bg-color1-ms .jm-module-content {
  border-bottom: 1px dashed #71c8c8;
}
.jm-module.bg-color1-ms .jm-module-content.notitle {
  border-top: 1px dashed #71c8c8;
}
.jm-module.bg-color1-ms .jm-title-wrap,
.jm-module.bg-color1-ms .jm-module-content-bg {
  background-color: #34b0b0;
}
.jm-module.bg-color1-ms .jm-module-title-left,
.jm-module.bg-color1-ms .jm-module-content-left {
  background: url("../images/module-bg-color1-l.png") repeat-y left;
}
.jm-module.bg-color1-ms .jm-module-title-right,
.jm-module.bg-color1-ms .jm-module-content-right {
  background: url("../images/module-bg-color1-r.png") repeat-y right;
}
.jm-module.bg-color2-ms h3.jm-title {
  border-top: 1px dashed #fcb44d;
}
.jm-module.bg-color2-ms .jm-module-content {
  border-bottom: 1px dashed #fcb44d;
}
.jm-module.bg-color2-ms .jm-module-content.notitle {
  border-top: 1px dashed #fcb44d;
}
.jm-module.bg-color2-ms .jm-title-wrap,
.jm-module.bg-color2-ms .jm-module-content-bg {
  background-color: #fb9300;
}
.jm-module.bg-color2-ms .jm-module-title-left,
.jm-module.bg-color2-ms .jm-module-content-left {
  background: url("../images/module-bg-color2-l.png") repeat-y left;
}
.jm-module.bg-color2-ms .jm-module-title-right,
.jm-module.bg-color2-ms .jm-module-content-right {
  background: url("../images/module-bg-color2-r.png") repeat-y right;
}
.jm-module.bg-color3-ms h3.jm-title {
  border-top: 1px dashed #ec567a;
}
.jm-module.bg-color3-ms .jm-module-content {
  border-bottom: 1px dashed #ec567a;
}
.jm-module.bg-color3-ms .jm-module-content.notitle {
  border-top: 1px dashed #ec567a;
}
.jm-module.bg-color3-ms .jm-title-wrap,
.jm-module.bg-color3-ms .jm-module-content-bg {
  background-color: #e40d40;
}
.jm-module.bg-color3-ms .jm-module-title-left,
.jm-module.bg-color3-ms .jm-module-content-left {
  background: url("../images/module-bg-color3-l.png") repeat-y left;
}
.jm-module.bg-color3-ms .jm-module-title-right,
.jm-module.bg-color3-ms .jm-module-content-right {
  background: url("../images/module-bg-color3-r.png") repeat-y right;
}
.jm-module.bg-color4-ms h3.jm-title {
  border-top: 1px dashed #5ac8e7;
}
.jm-module.bg-color4-ms .jm-module-content {
  border-bottom: 1px dashed #5ac8e7;
}
.jm-module.bg-color4-ms .jm-module-content.notitle {
  border-top: 1px dashed #5ac8e7;
}
.jm-module.bg-color4-ms .jm-title-wrap,
.jm-module.bg-color4-ms .jm-module-content-bg {
  background-color: #14b1dd;
}
.jm-module.bg-color4-ms .jm-module-title-left,
.jm-module.bg-color4-ms .jm-module-content-left {
  background: url("../images/module-bg-color4-l.png") repeat-y left;
}
.jm-module.bg-color4-ms .jm-module-title-right,
.jm-module.bg-color4-ms .jm-module-content-right {
  background: url("../images/module-bg-color4-r.png") repeat-y right;
}
.jm-module-footer {
  margin: 0 0 20px;
}
.jm-module-footer h3.jm-title {
  color: #fff;
  border-bottom: 3px dotted #fff;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.jm-module-footer .jm-module-content {
  background: none;
  margin: 0;
}
.jm-module {
  position: relative;
}
.jm-module.badge-new-green .jm-module-in:after,
.jm-module.badge-top-green .jm-module-in:after,
.jm-module.badge-info-green .jm-module-in:after,
.jm-module.badge-hot-green .jm-module-in:after,
.jm-module.badge-new-orange .jm-module-in:after,
.jm-module.badge-top-orange .jm-module-in:after,
.jm-module.badge-info-orange .jm-module-in:after,
.jm-module.badge-hot-orange .jm-module-in:after,
.jm-module.badge-new-red .jm-module-in:after,
.jm-module.badge-top-red .jm-module-in:after,
.jm-module.badge-info-red .jm-module-in:after,
.jm-module.badge-hot-red .jm-module-in:after,
.jm-module.badge-new-blue .jm-module-in:after,
.jm-module.badge-top-blue .jm-module-in:after,
.jm-module.badge-info-blue .jm-module-in:after,
.jm-module.badge-hot-blue .jm-module-in:after {
  content: "";
  position: absolute;
  top: -15px;
  left: -7px;
  width: 127px;
  height: 105px;
  background-image: url("../images/badge.png");
  z-index: 999;
}
.jm-module.badge-new-green h3.jm-title,
.jm-module.badge-top-green h3.jm-title,
.jm-module.badge-info-green h3.jm-title,
.jm-module.badge-hot-green h3.jm-title,
.jm-module.badge-new-orange h3.jm-title,
.jm-module.badge-top-orange h3.jm-title,
.jm-module.badge-info-orange h3.jm-title,
.jm-module.badge-hot-orange h3.jm-title,
.jm-module.badge-new-red h3.jm-title,
.jm-module.badge-top-red h3.jm-title,
.jm-module.badge-info-red h3.jm-title,
.jm-module.badge-hot-red h3.jm-title,
.jm-module.badge-new-blue h3.jm-title,
.jm-module.badge-top-blue h3.jm-title,
.jm-module.badge-info-blue h3.jm-title,
.jm-module.badge-hot-blue h3.jm-title {
  padding-left: 65px !important;
}
.jm-module.color1-ms.badge-new-green .jm-module-in:after,
.jm-module.color1-ms.badge-top-green .jm-module-in:after,
.jm-module.color1-ms.badge-info-green .jm-module-in:after,
.jm-module.color1-ms.badge-hot-green .jm-module-in:after,
.jm-module.color1-ms.badge-new-orange .jm-module-in:after,
.jm-module.color1-ms.badge-top-orange .jm-module-in:after,
.jm-module.color1-ms.badge-info-orange .jm-module-in:after,
.jm-module.color1-ms.badge-hot-orange .jm-module-in:after,
.jm-module.color1-ms.badge-new-red .jm-module-in:after,
.jm-module.color1-ms.badge-top-red .jm-module-in:after,
.jm-module.color1-ms.badge-info-red .jm-module-in:after,
.jm-module.color1-ms.badge-hot-red .jm-module-in:after,
.jm-module.color1-ms.badge-new-blue .jm-module-in:after,
.jm-module.color1-ms.badge-top-blue .jm-module-in:after,
.jm-module.color1-ms.badge-info-blue .jm-module-in:after,
.jm-module.color1-ms.badge-hot-blue .jm-module-in:after,
.jm-module.color2-ms.badge-new-green .jm-module-in:after,
.jm-module.color2-ms.badge-top-green .jm-module-in:after,
.jm-module.color2-ms.badge-info-green .jm-module-in:after,
.jm-module.color2-ms.badge-hot-green .jm-module-in:after,
.jm-module.color2-ms.badge-new-orange .jm-module-in:after,
.jm-module.color2-ms.badge-top-orange .jm-module-in:after,
.jm-module.color2-ms.badge-info-orange .jm-module-in:after,
.jm-module.color2-ms.badge-hot-orange .jm-module-in:after,
.jm-module.color2-ms.badge-new-red .jm-module-in:after,
.jm-module.color2-ms.badge-top-red .jm-module-in:after,
.jm-module.color2-ms.badge-info-red .jm-module-in:after,
.jm-module.color2-ms.badge-hot-red .jm-module-in:after,
.jm-module.color2-ms.badge-new-blue .jm-module-in:after,
.jm-module.color2-ms.badge-top-blue .jm-module-in:after,
.jm-module.color2-ms.badge-info-blue .jm-module-in:after,
.jm-module.color2-ms.badge-hot-blue .jm-module-in:after,
.jm-module.color3-ms.badge-new-green .jm-module-in:after,
.jm-module.color3-ms.badge-top-green .jm-module-in:after,
.jm-module.color3-ms.badge-info-green .jm-module-in:after,
.jm-module.color3-ms.badge-hot-green .jm-module-in:after,
.jm-module.color3-ms.badge-new-orange .jm-module-in:after,
.jm-module.color3-ms.badge-top-orange .jm-module-in:after,
.jm-module.color3-ms.badge-info-orange .jm-module-in:after,
.jm-module.color3-ms.badge-hot-orange .jm-module-in:after,
.jm-module.color3-ms.badge-new-red .jm-module-in:after,
.jm-module.color3-ms.badge-top-red .jm-module-in:after,
.jm-module.color3-ms.badge-info-red .jm-module-in:after,
.jm-module.color3-ms.badge-hot-red .jm-module-in:after,
.jm-module.color3-ms.badge-new-blue .jm-module-in:after,
.jm-module.color3-ms.badge-top-blue .jm-module-in:after,
.jm-module.color3-ms.badge-info-blue .jm-module-in:after,
.jm-module.color3-ms.badge-hot-blue .jm-module-in:after,
.jm-module.color4-ms.badge-new-green .jm-module-in:after,
.jm-module.color4-ms.badge-top-green .jm-module-in:after,
.jm-module.color4-ms.badge-info-green .jm-module-in:after,
.jm-module.color4-ms.badge-hot-green .jm-module-in:after,
.jm-module.color4-ms.badge-new-orange .jm-module-in:after,
.jm-module.color4-ms.badge-top-orange .jm-module-in:after,
.jm-module.color4-ms.badge-info-orange .jm-module-in:after,
.jm-module.color4-ms.badge-hot-orange .jm-module-in:after,
.jm-module.color4-ms.badge-new-red .jm-module-in:after,
.jm-module.color4-ms.badge-top-red .jm-module-in:after,
.jm-module.color4-ms.badge-info-red .jm-module-in:after,
.jm-module.color4-ms.badge-hot-red .jm-module-in:after,
.jm-module.color4-ms.badge-new-blue .jm-module-in:after,
.jm-module.color4-ms.badge-top-blue .jm-module-in:after,
.jm-module.color4-ms.badge-info-blue .jm-module-in:after,
.jm-module.color4-ms.badge-hot-blue .jm-module-in:after {
  left: -13px;
}
.badge-new-green .jm-module-in:after {
  background-position: -254px 0;
}
.badge-top-green .jm-module-in:after {
  background-position: -254px -105px;
}
.badge-info-green .jm-module-in:after {
  background-position: -254px -210px;
}
.badge-hot-green .jm-module-in:after {
  background-position: -254px -315px;
}
.badge-new-orange .jm-module-in:after {
  background-position: 0 0;
}
.badge-top-orange .jm-module-in:after {
  background-position: 0 -105px;
}
.badge-info-orange .jm-module-in:after {
  background-position: 0 -210px;
}
.badge-hot-orange .jm-module-in:after {
  background-position: 0 -315px;
}
.badge-new-red .jm-module-in:after {
  background-position: -127px 0;
}
.badge-top-red .jm-module-in:after {
  background-position: -127px -105px;
}
.badge-info-red .jm-module-in:after {
  background-position: -127px -210px;
}
.badge-hot-red .jm-module-in:after {
  background-position: -127px -315px;
}
.badge-new-blue .jm-module-in:after {
  background-position: -381px 0;
}
.badge-top-blue .jm-module-in:after {
  background-position: -381px -105px;
}
.badge-info-blue .jm-module-in:after {
  background-position: -381px -210px;
}
.badge-hot-blue .jm-module-in:after {
  background-position: -381px -315px;
}
.jm-custom-mod {
  text-align: center;
}
.jm-custom-mod a:hover {
  text-decoration: none;
}
.jm-custom-mod div.jm-mod-icon {
  position: relative;
  width: 104px;
  height: 82px;
  margin: 0 auto 15px;
  display: block;
}
.jm-custom-mod div.jm-mod-icon span {
  position: absolute;
  width: 104px;
  height: 82px;
  display: block;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  background-repeat: no-repeat;
  background-image: url("../images/custommod.png");
}
.jm-custom-mod div.jm-mod-icon.jm-mod1 span.first {
  background-position: 0 0;
}
.jm-custom-mod div.jm-mod-icon.jm-mod2 span.first {
  background-position: -104px 0;
}
.jm-custom-mod div.jm-mod-icon.jm-mod3 span.first {
  background-position: -208px 0;
}
.jm-custom-mod div.jm-mod-icon.jm-mod4 span.first {
  background-position: -312px 0;
}
.jm-custom-mod div.jm-mod-icon.jm-mod1 span.second {
  background-position: 0 -82px;
}
.jm-custom-mod div.jm-mod-icon.jm-mod2 span.second {
  background-position: -104px -82px;
}
.jm-custom-mod div.jm-mod-icon.jm-mod3 span.second {
  background-position: -208px -82px;
}
.jm-custom-mod div.jm-mod-icon.jm-mod4 span.second {
  background-position: -312px -82px;
}
.jm-custom-mod div.jm-mod-icon span.second {
  opacity: 0;
  filter: alpha(opacity=0);
}
.jm-custom-mod .jm-mod-title {
  font-size: 21px !important;
  line-height: 1.5em;
  padding: 0 0 15px;
}
.jm-custom-mod .jm-mod-desc {
  padding: 0 0 1px;
}
.jm-custom-mod .jm-mod-desc a:hover {
  text-decoration: underline;
}
.jm-custom-mod:hover span.first {
  opacity: 0;
  filter: alpha(opacity=0);
}
.jm-custom-mod:hover span.second {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
span.custom-readmore {
  opacity: 0.7;
  filter: alpha(opacity=70);
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("../images/custom-readmore.png");
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
span.custom-readmore:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.a-button {
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 57px;
  line-height: 57px;
  position: relative;
  min-width: 130px;
}
.a-button img {
  border: none;
  left: 12px;
  position: absolute;
  top: 14px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a.a-button {
  font-weight: 300;
  font-size: 21px;
  color: #fff !important;
  padding: 0 60px;
}
a.a-button:hover {
  text-decoration: none;
}
a.a-button:after {
  content: "";
  position: absolute;
  display: block;
  background: url("../images/btn-arrow.png");
  width: 14px;
  height: 24px;
  top: 18px;
  right: 19px;
  z-index: 2;
}
.a-btn-arrow {
  display: block;
  position: absolute;
  top: 11px;
  right: 10px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.a-button.first:hover .a-btn-arrow,
.a-button.first {
  background: #ffb041;
  background: -moz-linear-gradient(top,#ffb041 0%,#df7809 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffb041),color-stop(100%,#df7809));
  background: -webkit-linear-gradient(top,#ffb041 0%,#df7809 100%);
  background: -o-linear-gradient(top,#ffb041 0%,#df7809 100%);
  background: -ms-linear-gradient(top,#ffb041 0%,#df7809 100%);
  background: linear-gradient(to bottom,#ffb041 0%,#df7809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb041',endColorstr='#df7809',GradientType=0);
}
.a-button.first:hover,
.a-button.first .a-btn-arrow {
  background: #df7809;
  background: -moz-linear-gradient(top,#df7809 0%,#ffb041 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#df7809),color-stop(100%,#ffb041));
  background: -webkit-linear-gradient(top,#df7809 0%,#ffb041 100%);
  background: -o-linear-gradient(top,#df7809 0%,#ffb041 100%);
  background: -ms-linear-gradient(top,#df7809 0%,#ffb041 100%);
  background: linear-gradient(to bottom,#df7809 0%,#ffb041 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df7809',endColorstr='#ffb041',GradientType=0);
}
.a-button.second:hover .a-btn-arrow,
.a-button.second {
  background: #3fcdcd;
  background: -moz-linear-gradient(top,#3fcdcd 0%,#0d8585 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3fcdcd),color-stop(100%,#0d8585));
  background: -webkit-linear-gradient(top,#3fcdcd 0%,#0d8585 100%);
  background: -o-linear-gradient(top,#3fcdcd 0%,#0d8585 100%);
  background: -ms-linear-gradient(top,#3fcdcd 0%,#0d8585 100%);
  background: linear-gradient(to bottom,#3fcdcd 0%,#0d8585 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fcdcd',endColorstr='#0d8585',GradientType=0);
}
.a-button.second:hover,
.a-button.second .a-btn-arrow {
  background: #0d8585;
  background: -moz-linear-gradient(top,#0d8585 0%,#3fcdcd 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0d8585),color-stop(100%,#3fcdcd));
  background: -webkit-linear-gradient(top,#0d8585 0%,#3fcdcd 100%);
  background: -o-linear-gradient(top,#0d8585 0%,#3fcdcd 100%);
  background: -ms-linear-gradient(top,#0d8585 0%,#3fcdcd 100%);
  background: linear-gradient(to bottom,#0d8585 0%,#3fcdcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d8585',endColorstr='#3fcdcd',GradientType=0);
}
.a-button.third:hover .a-btn-arrow,
.a-button.third {
  background: #f8456f;
  background: -moz-linear-gradient(top,#f8456f 0%,#a90b30 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8456f),color-stop(100%,#a90b30));
  background: -webkit-linear-gradient(top,#f8456f 0%,#a90b30 100%);
  background: -o-linear-gradient(top,#f8456f 0%,#a90b30 100%);
  background: -ms-linear-gradient(top,#f8456f 0%,#a90b30 100%);
  background: linear-gradient(to bottom,#f8456f 0%,#a90b30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8456f',endColorstr='#a90b30',GradientType=0);
}
.a-button.third:hover,
.a-button.third .a-btn-arrow {
  background: #a90b30;
  background: -moz-linear-gradient(top,#a90b30 0%,#f8456f 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a90b30),color-stop(100%,#f8456f));
  background: -webkit-linear-gradient(top,#a90b30 0%,#f8456f 100%);
  background: -o-linear-gradient(top,#a90b30 0%,#f8456f 100%);
  background: -ms-linear-gradient(top,#a90b30 0%,#f8456f 100%);
  background: linear-gradient(to bottom,#a90b30 0%,#f8456f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90b30',endColorstr='#f8456f',GradientType=0);
}
.a-button.fourth:hover .a-btn-arrow,
.a-button.fourth {
  background: #4dc8eb;
  background: -moz-linear-gradient(top,#4dc8eb 0%,#0789ae 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4dc8eb),color-stop(100%,#0789ae));
  background: -webkit-linear-gradient(top,#4dc8eb 0%,#0789ae 100%);
  background: -o-linear-gradient(top,#4dc8eb 0%,#0789ae 100%);
  background: -ms-linear-gradient(top,#4dc8eb 0%,#0789ae 100%);
  background: linear-gradient(to bottom,#4dc8eb 0%,#0789ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dc8eb',endColorstr='#0789ae',GradientType=0);
}
.a-button.fourth:hover,
.a-button.fourth .a-btn-arrow {
  background: #0789ae;
  background: -moz-linear-gradient(top,#0789ae 0%,#4dc8eb 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0789ae),color-stop(100%,#4dc8eb));
  background: -webkit-linear-gradient(top,#0789ae 0%,#4dc8eb 100%);
  background: -o-linear-gradient(top,#0789ae 0%,#4dc8eb 100%);
  background: -ms-linear-gradient(top,#0789ae 0%,#4dc8eb 100%);
  background: linear-gradient(to bottom,#0789ae 0%,#4dc8eb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0789ae',endColorstr='#4dc8eb',GradientType=0);
}
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;
}
.jm-icons a {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../images/social.png");
}
.jm-icons a:hover {
  text-decoration: none;
}
.jm-icons .jm-myspace,
.jm-icons .jm-flickr,
.jm-icons .jm-rss,
.jm-icons .jm-twitter,
.jm-icons .jm-facebook {
  width: 30px;
  height: 31px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.jm-icons .jm-myspace {
  background-position: 0 0;
}
.jm-icons .jm-myspace:hover {
  background-position: 0 -31px;
}
.jm-icons .jm-flickr {
  background-position: -40px 0;
}
.jm-icons .jm-flickr:hover {
  background-position: -40px -31px;
}
.jm-icons .jm-rss {
  background-position: -79px 0;
}
.jm-icons .jm-rss:hover {
  background-position: -79px -31px;
}
.jm-icons .jm-twitter {
  background-position: -118px 0;
}
.jm-icons .jm-twitter:hover {
  background-position: -118px -31px;
}
.jm-icons .jm-facebook {
  background-position: -157px 0;
}
.jm-icons .jm-facebook:hover {
  background-position: -157px -31px;
}
.quote-left {
  display: block;
  font-style: italic;
  padding: 5px 5px 5px 45px;
  background: url("../images/quote-left.png") no-repeat left top;
  text-align: left;
}
.quote-right {
  display: block;
  font-style: italic;
  padding: 5px 45px 5px 5px;
  background: url("../images/quote-right.png") no-repeat right bottom;
  text-align: right;
}
.quote-cloud {
  background: rgba(0,0,0,0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  position: relative;
  color: #444444;
  margin: 0 0 20px;
}
.quote-cloud:after {
  background: url("../images/testimonials-dark.png") no-repeat;
  bottom: -18px;
  content: " ";
  height: 18px;
  position: absolute;
  right: 35px;
  width: 23px;
}
.quote-cloud p {
  background: url("../images/quote-left-white.png") no-repeat left top;
  display: block;
  line-height: 1.7em;
  padding: 0 0 0 40px;
}
.jm-testimonial {
  display: inline-block;
  width: 100%;
}
.jm-testimonial-name {
  float: right;
  padding: 0 10px;
}
#jm-footer .quote-cloud {
  background: rgba(255,255,255,0.2);
  color: #fff;
}
#jm-footer .quote-cloud:after {
  background: url("../images/testimonials-white.png") no-repeat;
}
.border_img1 {
  background: #DFDFDF;
  padding: 1px;
}
.border_img2 {
  background: #F2F2F2;
  border: 1px solid #E5E5E5;
  padding: 5px;
}
.border_img3 {
  border: 1px solid #DFDFDF;
  padding: 1px;
  background: #fff;
}
.jm-block {
  margin: 10px 0;
  padding: 0 0 0 60px;
  position: relative;
}
.jm-block span {
  background: #dddddd;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
}
.jm-block.second span {
  background: #2a2a2a;
}
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;
}
p.greenfill {
  background: #DFF0D8;
  border: 1px solid #D6E9C6;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #468847;
}
p.redfill {
  background: #F2DEDE;
  border: 1px solid #EED3D7;
  display: block;
  padding: 10px;
  text-align: justify;
  color: #B94A48;
}
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;
}
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 ;
}
dl.article-info dd {
  margin: 0;
}
.content_rating {
  margin-bottom: 10px;
}
.content_vote label {
  margin-right: 5px;
}
h3.page-header .btn [class^="icon-"],
h3.page-header .btn [class*=" icon-"] {
  margin-top: -2px;
  vertical-align: middle;
}
h3.page-header {
  border-bottom: 1px dashed #DFDFDF;
}
.categories-list .collapse {
  padding: 0 0 0 30px;
}
.categories-list h3.page-header {
  font-size: 1em;
  line-height: 1.7em;
  display: inline-block;
  width: 100%;
}
.categories-list div > .category-desc {
  margin-bottom: 30px;
}
.items-leading div[class*="leading-"],
.items-row {
  margin-bottom: 30px;
}
.items-leading .leading:last-child,
.items-row:last-child {
  margin: 0;
}
.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;
}
.category-module li,
.categories-module li {
  background-position: left center;
}
.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;
}
.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;
}
.profile ul.btn-toolbar li {
  background: none;
  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;
}
.icon-picture {
  background-position: -457px -49px;
}
.toggle-editor .btn-group {
  margin: 10px 0;
}
.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;
}
.tag-category .form-inline label {
  vertical-align: middle;
  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;
  border-radius: 6px;
  font-size: 11px;
  z-index: 9999;
  opacity: 0.8;
  filter: alpha(opacity="80");
}
.tip-wrap .tip-top {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  opacity: 0.8;
  filter: alpha(opacity="80");
}
.tip-wrap .tip-title {
  font-weight: bold;
}
.categories-module li h4 {
  font-size: 1em;
  line-height: 1.7em;
  font-weight: normal;
  margin: 0;
}
.category-module li h4 {
  font-size: 1em;
  line-height: 1.7em;
  font-weight: normal;
  margin: 0;
}
#form-login-username label.element-invisible,
#form-login-password label.element-invisible {
  display: none;
}
#login-form ul li .icon-arrow-right {
  display: none;
}
.form-search label.finder {
  padding: 0 10px 0 0;
}
.newsflash .readmore {
  float: right;
  margin-bottom: 15px;
}
.newsflash .newsflash-title {
  padding: 10px 0;
  margin: 0;
}
.newsflash .newsflash-title:first-child {
  padding: 0 0 10px;
}
.newsflash .newsflash-title,
.newsflash p {
  clear: both;
}
.newsflash img {
  border: 1px solid #d6dede;
  padding: 5px;
  background: #f2f2f2;
  max-width: 68px;
}
.accordion {
  margin-bottom: 30px;
}
.accordion-group {
  border: none;
}
.accordion-heading {
  text-align: center;
}
.accordion-heading .accordion-toggle {
  padding: 15px 20px;
  font-size: 14px;
  text-decoration: none;
}
.accordion-inner {
  padding: 20px;
  border: none;
}
.breadcrumb {
  margin: 0;
  background: none;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb li {
  padding: 0;
  background: none;
  text-shadow: none;
}
.breadcrumb .divider {
  padding: 0;
  margin: 0 7px;
}
.breadcrumb .divider.icon-location {
  margin: 0 7px 0 0;
}
.icon-location {
  background-position: 0 -24px;
}
a.readmore,
p.readmore a.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1.2em;
  padding: 7px 14px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 13px !important;
  margin-top: 5px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  border: none;
  background-image: none;
}
a.readmore:hover,
p.readmore a.btn:hover {
  text-decoration: none;
}
p.readmore a.btn {
  margin-top: 15px;
}
p.readmore {
  text-align: right;
}
.jm-module.color1-ms a.readmore,
.jm-module.color1-ms p.readmore a.btn,
.jm-module.color1-ms .btn,
.jm-module.bg-color1-ms a.readmore,
.jm-module.bg-color1-ms p.readmore a.btn,
.jm-module.bg-color1-ms .btn {
  background-image: none;
  background-color: #fff;
  color: #1f8383;
  border: none;
}
.jm-module.color1-ms a.readmore:hover,
.jm-module.color1-ms p.readmore a.btn:hover,
.jm-module.color1-ms .btn:hover,
.jm-module.bg-color1-ms a.readmore:hover,
.jm-module.bg-color1-ms p.readmore a.btn:hover,
.jm-module.bg-color1-ms .btn:hover {
  background-color: #f2efe8;
}
.jm-module.color2-ms a.readmore,
.jm-module.color2-ms p.readmore a.btn,
.jm-module.color2-ms .btn,
.jm-module.bg-color2-ms a.readmore,
.jm-module.bg-color2-ms p.readmore a.btn,
.jm-module.bg-color2-ms .btn {
  background-image: none;
  background-color: #fff;
  color: #d05f00;
  border: none;
}
.jm-module.color2-ms a.readmore:hover,
.jm-module.color2-ms p.readmore a.btn:hover,
.jm-module.color2-ms .btn:hover,
.jm-module.bg-color2-ms a.readmore:hover,
.jm-module.bg-color2-ms p.readmore a.btn:hover,
.jm-module.bg-color2-ms .btn:hover {
  background-color: #f2efe8;
}
.jm-module.color3-ms a.readmore,
.jm-module.color3-ms p.readmore a.btn,
.jm-module.color3-ms .btn,
.jm-module.bg-color3-ms a.readmore,
.jm-module.bg-color3-ms p.readmore a.btn,
.jm-module.bg-color3-ms .btn {
  background-image: none;
  background-color: #fff;
  color: #b0022a;
  border: none;
}
.jm-module.color3-ms a.readmore:hover,
.jm-module.color3-ms p.readmore a.btn:hover,
.jm-module.color3-ms .btn:hover,
.jm-module.bg-color3-ms a.readmore:hover,
.jm-module.bg-color3-ms p.readmore a.btn:hover,
.jm-module.bg-color3-ms .btn:hover {
  background-color: #f2efe8;
}
.jm-module.color4-ms a.readmore,
.jm-module.color4-ms p.readmore a.btn,
.jm-module.color4-ms .btn,
.jm-module.bg-color4-ms a.readmore,
.jm-module.bg-color4-ms p.readmore a.btn,
.jm-module.bg-color4-ms .btn {
  background-image: none;
  background-color: #fff;
  color: #076c8a;
  border: none;
}
.jm-module.color4-ms a.readmore:hover,
.jm-module.color4-ms p.readmore a.btn:hover,
.jm-module.color4-ms .btn:hover,
.jm-module.bg-color4-ms a.readmore:hover,
.jm-module.bg-color4-ms p.readmore a.btn:hover,
.jm-module.bg-color4-ms .btn:hover {
  background-color: #f2efe8;
}
#jm-footer-mod a.readmore,
#jm-footer-mod p.readmore a.btn,
#jm-footer-mod .btn {
  background-image: none;
  background-color: #fff;
  border: none;
}
#jm-footer-mod a.readmore:hover,
#jm-footer-mod p.readmore a.btn:hover,
#jm-footer-mod .btn:hover {
  background-color: #f2efe8;
}
p.readmore a.btn .icon-chevron-right {
  display: none;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  background-image: url("../images/glyphicons-halflings-white.png");
  margin-top: 3px;
}
button#jform_profile_dob_img.btn [class^="icon-"],
button#jform_profile_dob_img.btn [class*=" icon-"],
.edit .btn.btn [class^="icon-"],
.edit .btn.btn [class*=" icon-"],
.profile .btn.btn [class^="icon-"],
.profile .btn.btn [class*=" icon-"],
.cat-items span .btn.btn [class^="icon-"],
.cat-items span .btn.btn [class*=" icon-"],
.logout .btn.btn [class^="icon-"],
.logout .btn.btn [class*=" icon-"],
#searchForm button.btn.btn [class^="icon-"],
#searchForm button.btn.btn [class*=" icon-"],
.finder .btn.btn [class^="icon-"],
.finder .btn.btn [class*=" icon-"] {
  margin-top: 4px;
}
.btn .caret {
  border-top: 4px solid #fff;
}
.btn.btn-mini,
.btn.btn-small {
  height: 22px;
  line-height: 22px;
}
input.btn {
  height: 36px;
}
button#jform_profile_dob_img,
.finder a.btn,
.edit .btn,
.profile .btn,
.logout .btn,
.cat-items span .btn,
.form-search button.btn,
#searchForm button.btn {
  padding: 4px 10px;
}
.btn-group .btn.dropdown-toggle {
  line-height: 22px;
  font-size: 13px;
  padding: 2px 5px;
}
.btn-group.open .btn.dropdown-toggle {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.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;
  padding: 0;
  margin: 0;
}
.dropdown-menu li.print-icon a span,
.dropdown-menu li.email-icon a span,
.dropdown-menu li.edit-icon a span {
  margin: 2px 5px 0 0;
  background-image: url("../images/glyphicons-halflings-white.png");
}
.btn-group > .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.contact-form form,
.contact-form fieldset,
.contact-form .form-actions {
  margin-bottom: 0;
}
.form-actions {
  background: #DFDFDF;
}

.uneditable-input,
.uneditable-textarea {
  background-color: #f0ede5;
  border-color: #dadada;
}
.nav.menu {
  margin: 0;
}
.nav.menu li {
  background: none;
}
.nav.menu > li:first-child {
  border-top: none !important;
}
.nav.menu > li,
.nav.menu > li > ul {
  margin: 0;
  padding: 0;
  border-top: 1px dashed #dfdfdf;
}
.nav.menu > li > a,
.nav.menu li ul li a {
  color: #444444;
  font-size: 16px;
  padding: 10px 0 10px 30px;
  display: block;
  text-decoration: none;
  background: none;
}
.nav.menu li ul li {
  padding: 0 0 0 17px;
  margin: 0;
  background: none !important;
}
.nav.menu li ul li a {
  font-size: 14px;
  padding: 10px 0 10px 15px;
}
.nav.menu > li > ul > li {
  padding: 0 0 0 30px;
}
.jm-module.color1-ms .nav.menu > li > a,
.jm-module.color1-ms .nav.menu li ul li a,
.jm-module.bg-color1-ms .nav.menu > li > a,
.jm-module.bg-color1-ms .nav.menu li ul li a,
.jm-module.color2-ms .nav.menu > li > a,
.jm-module.color2-ms .nav.menu li ul li a,
.jm-module.bg-color2-ms .nav.menu > li > a,
.jm-module.bg-color2-ms .nav.menu li ul li a,
.jm-module.color2-ms .nav.menu > li > a,
.jm-module.color2-ms .nav.menu li ul li a,
.jm-module.bg-color2-ms .nav.menu > li > a,
.jm-module.bg-color2-ms .nav.menu li ul li a,
.jm-module.color3-ms .nav.menu > li > a,
.jm-module.color3-ms .nav.menu li ul li a,
.jm-module.bg-color3-ms .nav.menu > li > a,
.jm-module.bg-color3-ms .nav.menu li ul li a,
.jm-module.color4-ms .nav.menu > li > a,
.jm-module.color4-ms .nav.menu li ul li a,
.jm-module.bg-color4-ms .nav.menu > li > a,
.jm-module.bg-color4-ms .nav.menu li ul li a {
  color: #fff;
}
.jm-module.color1-ms .nav.menu > li,
.jm-module.bg-color1-ms .nav.menu > li,
.jm-module.color2-ms .nav.menu > li,
.jm-module.bg-color2-ms .nav.menu > li,
.jm-module.color2-ms .nav.menu > li,
.jm-module.bg-color2-ms .nav.menu > li,
.jm-module.color3-ms .nav.menu > li,
.jm-module.bg-color3-ms .nav.menu > li,
.jm-module.color4-ms .nav.menu > li,
.jm-module.bg-color4-ms .nav.menu > li {
  background: url("../images/menu-li-white.png") no-repeat left 10px;
}
.jm-module.color1-ms .nav.menu li ul li a,
.jm-module.bg-color1-ms .nav.menu li ul li a,
.jm-module.color2-ms .nav.menu li ul li a,
.jm-module.bg-color2-ms .nav.menu li ul li a,
.jm-module.color2-ms .nav.menu li ul li a,
.jm-module.bg-color2-ms .nav.menu li ul li a,
.jm-module.color3-ms .nav.menu li ul li a,
.jm-module.bg-color3-ms .nav.menu li ul li a,
.jm-module.color4-ms .nav.menu li ul li a,
.jm-module.bg-color4-ms .nav.menu li ul li a {
  background: url("../images/li-white.png") no-repeat left 18px;
}
.jm-module.color1-ms .nav.menu > li,
.jm-module.color1-ms .nav.menu > li > ul,
.jm-module.bg-color1-ms .nav.menu > li,
.jm-module.bg-color1-ms .nav.menu > li > ul {
  border-top: 1px dashed #71c8c8;
}
.jm-module.color1-ms .nav.menu > li:hover,
.jm-module.color1-ms .nav.menu > li.active,
.jm-module.bg-color1-ms .nav.menu > li:hover,
.jm-module.bg-color1-ms .nav.menu > li.active {
  background: url("../images/style1/menu-li-hover2.png") no-repeat left 10px;
}
.jm-module.color1-ms .nav.menu > li:hover > a,
.jm-module.color1-ms .nav.menu > li.active > a,
.jm-module.bg-color1-ms .nav.menu > li:hover > a,
.jm-module.bg-color1-ms .nav.menu > li.active > a {
  color: #1f8383;
}
.jm-module.color1-ms .nav.menu li ul li a:hover,
.jm-module.color1-ms .nav.menu > li ul > li.active > a,
.jm-module.bg-color1-ms .nav.menu li ul li a:hover,
.jm-module.bg-color1-ms .nav.menu > li ul > li.active > a {
  color: #1f8383;
}
.jm-module.color2-ms .nav.menu > li,
.jm-module.color2-ms .nav.menu > li > ul,
.jm-module.bg-color2-ms .nav.menu > li,
.jm-module.bg-color2-ms .nav.menu > li > ul {
  border-top: 1px dashed #fcb44d;
}
.jm-module.color2-ms .nav.menu > li:hover,
.jm-module.color2-ms .nav.menu > li.active,
.jm-module.bg-color2-ms .nav.menu > li:hover,
.jm-module.bg-color2-ms .nav.menu > li.active {
  background: url("../images/style2/menu-li-hover2.png") no-repeat left 10px;
}
.jm-module.color2-ms .nav.menu > li:hover > a,
.jm-module.color2-ms .nav.menu > li.active > a,
.jm-module.bg-color2-ms .nav.menu > li:hover > a,
.jm-module.bg-color2-ms .nav.menu > li.active > a {
  color: #d05f00;
}
.jm-module.color2-ms .nav.menu li ul li a:hover,
.jm-module.color2-ms .nav.menu > li ul > li.active > a,
.jm-module.bg-color2-ms .nav.menu li ul li a:hover,
.jm-module.bg-color2-ms .nav.menu > li ul > li.active > a {
  color: #d05f00;
}
.jm-module.color3-ms .nav.menu > li,
.jm-module.color3-ms .nav.menu > li > ul,
.jm-module.bg-color3-ms .nav.menu > li,
.jm-module.bg-color3-ms .nav.menu > li > ul {
  border-top: 1px dashed #ec567a;
}
.jm-module.color3-ms .nav.menu > li:hover,
.jm-module.color3-ms .nav.menu > li.active,
.jm-module.bg-color3-ms .nav.menu > li:hover,
.jm-module.bg-color3-ms .nav.menu > li.active {
  background: url("../images/style3/menu-li-hover2.png") no-repeat left 10px;
}
.jm-module.color3-ms .nav.menu > li:hover > a,
.jm-module.color3-ms .nav.menu > li.active > a,
.jm-module.bg-color3-ms .nav.menu > li:hover > a,
.jm-module.bg-color3-ms .nav.menu > li.active > a {
  color: #b0022a;
}
.jm-module.color3-ms .nav.menu li ul li a:hover,
.jm-module.color3-ms .nav.menu > li ul > li.active > a,
.jm-module.bg-color3-ms .nav.menu li ul li a:hover,
.jm-module.bg-color3-ms .nav.menu > li ul > li.active > a {
  color: #b0022a;
}
.jm-module.color4-ms .nav.menu > li,
.jm-module.color4-ms .nav.menu > li > ul,
.jm-module.bg-color4-ms .nav.menu > li,
.jm-module.bg-color4-ms .nav.menu > li > ul {
  border-top: 1px dashed #5ac8e7;
}
.jm-module.color4-ms .nav.menu > li:hover,
.jm-module.color4-ms .nav.menu > li.active,
.jm-module.bg-color4-ms .nav.menu > li:hover,
.jm-module.bg-color4-ms .nav.menu > li.active {
  background: url("../images/menu-li-hover2.png") no-repeat left 10px;
}
.jm-module.color4-ms .nav.menu > li:hover > a,
.jm-module.color4-ms .nav.menu > li.active > a,
.jm-module.bg-color4-ms .nav.menu > li:hover > a,
.jm-module.bg-color4-ms .nav.menu > li.active > a {
  color: #076c8a;
}
.jm-module.color4-ms .nav.menu li ul li a:hover,
.jm-module.color4-ms .nav.menu > li ul > li.active > a,
.jm-module.bg-color4-ms .nav.menu li ul li a:hover,
.jm-module.bg-color4-ms .nav.menu > li ul > li.active > a {
  color: #076c8a;
}
#jm-footer .nav.menu li {
  border: none;
  padding: 0;
  background: none;
}
#jm-footer .nav.menu li a:link,
#jm-footer .nav.menu li a:visited {
  padding: 0 0 7px 15px;
}
#jm-footer .nav.menu li.active > a {
  color: #fff;
}
#jm-footer .nav.menu > li,
#jm-footer .nav.menu > li > ul {
  border: none;
}
#jm-footer .nav.menu li li {
  padding: 0 0 0 17px;
}
#jm-top-bar .nav.menu ul {
  display: none;
}
#jm-top-bar .nav.menu > li,
#jm-top-bar .nav.menu li ul {
  border: none;
}
#jm-top-bar .nav.menu li:first-child {
  border: none;
}
#jm-top-bar .nav.menu li {
  display: inline-block;
  background: none;
}
#jm-top-bar .nav.menu li a {
  font-size: 12px;
  padding: 0 10px;
  line-height: 1.1em;
}
#jm-top-bar .nav.menu li a:hover,
#jm-top-bar .nav.menu li.active a {
  color: #fff;
}
.nav-tabs {
  margin: 0;
}
.nav-tabs > li {
  margin: 0 0 -5px;
  background: none;
  padding: 0;
  border-bottom: 5px solid transparent;
}
.nav-tabs > li > a {
  padding: 15px 20px;
  font-size: 14px !important;
  font-weight: 700;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li:hover > a {
  background: none;
  border: none;
}
.nav-tabs.nav-stacked {
  list-style-position: inside;
  list-style-type: decimal;
}
.nav-tabs.nav-stacked li {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked li a {
  border: none;
  display: inline-block;
  padding: 0;
  line-height: 2em;
}
.nav-tabs.nav-stacked li a:hover {
  border: none;
  text-decoration: underline;
}
.nav-tabs.nav-stacked li:hover {
  border: none;
}
.nav-tabs.nav-stacked li.active {
  border: none;
}
.tab-content {
  padding: 20px;
}
.category-list > h2,
.page-header > h1,
.blog > h2,
.blog-featured > h1 {
  font-size: 2em !important;
  font-weight: 700;
  margin: 0 0 20px;
}
.page-header h2,
h2.item-title,
.cat-children > h3,
.contact-category > h2,
.weblink-category > h2,
.newsfeed > h2,
.newsfeed-category > h2,
.tag-category h2 {
  display: block;
  font-weight: 700;
  margin: 0 0 20px;
  color: ;
}
.page-header h2 a,
h2.item-title a,
.cat-children > h3 a,
.contact-category > h2 a,
.weblink-category > h2 a,
.newsfeed > h2 a,
.newsfeed-category > h2 a,
.tag-category h2 a {
  color: ;
}
.pager li {
  background: none;
  padding: 0;
}
.pager li > a,
.pager li > span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.pagination {
  padding: 10px 0 0;
  text-align: center;
  clear: both;
}
div.pagination ul {
  margin: 0;
}
div.pagination li:first-child span,
div.pagination li:first-child a {
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}
div.pagination li:last-child span,
div.pagination li:last-child a {
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}
div.pagination li {
  display: inline-block;
  line-height: 34px;
  padding: 0;
  margin: 0 1px;
  background: none;
}
div.pagination ul li span,
div.pagination ul li a {
  color: #fff;
  display: inline-block;
  padding: 0 14px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none;
}
p.counter {
  text-align: center;
  margin: 0 0 10px;
  float: none;
}
[class^="icon-"],
[class*=" icon-"] {
  background-image: url("../images/glyphicons-halflings-dark.png");
}
table {
  margin-bottom: 30px;
}
table th,
table th a {
  color: #fff;
}
p {
  margin: 5px 0;
}
legend {
  border: 0;
  color: inherit;
}
h1,
h2,
h3 {
  margin: 0 0 10px;
  line-height: 1.2em;
}
h4,
h5,
h6 {
  margin: 0 0 10px;
  line-height: 1.5em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1em;
}
h1 small {
  font-size: 16px;
}
h2 small {
  font-size: 14px;
}
h3 small {
  font-size: 13px;
}
h4 small {
  font-size: 12px;
}
.page-header {
  margin: 0;
  border-bottom: none;
  padding-bottom: 0;
}
h3.page-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
ul {
  margin: 5px 0;
  list-style: none;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 5px;
}
ul li {
  margin: 0 0 0 3px;
  padding: 0 0 0 14px;
  background-repeat: no-repeat;
  background-position: left 9px;
  line-height: 1.7em;
}
ul.jm-gray li {
  background-image: url("../images/li-gray.png");
}
.well {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
  padding: 20px;
}
