.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 13px;
  font-family: 'open_sansregular';
  line-height: 1.6em;
  color: #272626;
}
body.bg {
  background: #fff;
}
h1.page-error {
  color: #113a52;
}
.btn,
button,
input[type="submit"],
input[type="button"] {
  color: #fff;
  border-bottom: 4px solid #081c28;
  background: #113a52;
}
.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  outline: none;
  color: #fff;
  background: #081c28;
}
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active,
button.active,
button:active,
input[type="submit"].active,
input[type="submit"]:active,
input[type="button"].active,
input[type="button"]:active {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #081c28;
}
.btn.disabled,
.btn[disabled],
button.disabled,
button[disabled],
input[type="submit"].disabled,
input[type="submit"][disabled],
input[type="button"].disabled,
input[type="button"][disabled] {
  cursor: default;
  background: #e6e6e6;
  outline: none;
}
.btn.btn-default,
button.btn-default,
input[type="submit"].btn-default,
input[type="button"].btn-default {
  color: #fff;
}
.btn.btn-link,
button.btn-link,
input[type="submit"].btn-link,
input[type="button"].btn-link {
  color: #fff;
  background: #800;
  border-bottom-color: #6f0000;
}
.btn.btn-link:hover,
button.btn-link:hover,
input[type="submit"].btn-link:hover,
input[type="button"].btn-link:hover {
  background: #6f0000;
}
.btn.btn-white,
button.btn-white,
input[type="submit"].btn-white,
input[type="button"].btn-white {
  border-color: #fff;
  background: #fff;
}
.btn.btn-white.btn-trans,
button.btn-white.btn-trans,
input[type="submit"].btn-white.btn-trans,
input[type="button"].btn-white.btn-trans {
  background: none;
}
.btn.btn-white.btn-trans:hover,
.btn.btn-white.btn-trans:focus,
.btn.btn-white.btn-trans:active,
button.btn-white.btn-trans:hover,
button.btn-white.btn-trans:focus,
button.btn-white.btn-trans:active,
input[type="submit"].btn-white.btn-trans:hover,
input[type="submit"].btn-white.btn-trans:focus,
input[type="submit"].btn-white.btn-trans:active,
input[type="button"].btn-white.btn-trans:hover,
input[type="button"].btn-white.btn-trans:focus,
input[type="button"].btn-white.btn-trans:active {
  outline: none;
  background: #113a52;
}
.btn.btn-primary,
button.btn-primary,
input[type="submit"].btn-primary,
input[type="button"].btn-primary {
  border: 2px solid #113a52;
  color: #113a52;
  background: none;
}
.btn.btn-primary:hover,
button.btn-primary:hover,
input[type="submit"].btn-primary:hover,
input[type="button"].btn-primary:hover {
  background: rgba(17,58,82,0.2);
}
.btn.btn-primary.link,
button.btn-primary.link,
input[type="submit"].btn-primary.link,
input[type="button"].btn-primary.link {
  border-color: #800;
  color: #800;
  background: none;
}
.btn.btn-primary.link:hover,
button.btn-primary.link:hover,
input[type="submit"].btn-primary.link:hover,
input[type="button"].btn-primary.link:hover {
  background: rgba(136,0,0,0.3);
}
a:not(.btn) {
  color: #800;
}
a:not(.btn):hover {
  color: #113a52;
}
a:not(.btn).main-color {
  color: #113a52;
}
a:not(.btn).main-color:hover {
  color: #800;
}
#sp-header-wrapper {
  background: #ffffff;
}
#sp-header-wrapper #sp-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-header-wrapper #sp-menu ul.level-0 > li > a {
  color: #0e7e3e;
}
#sp-header-wrapper #sp-menu ul.level-0 > li:hover > a,
#sp-header-wrapper #sp-menu ul.level-0 > li.active > a {
  color: #800;
}
#sp-header-wrapper #sp-menu .megacol div.sp-menu-group .sp-menu-group-title a {
  color: #800;
}
#sp-header-wrapper .sp-mobile-menu {
  background: #113a52;
}
#sp-header-wrapper .sp-mobile-menu ul li {
  background: #113a52;
}
#sp-header-wrapper .sp-mobile-menu ul li a {
  color: #ccc;
}
#sp-header-wrapper .sp-mobile-menu span.sp-menu-toggler i {
  background: #fff;
  color: #113a52;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sp-header-wrapper.header-ontop #sp-menu ul.level-0 > li > a {
  color: #fff;
}
#sp-header-wrapper.header-ontop #sp-menu ul.level-0 > li:hover > a,
#sp-header-wrapper.header-ontop #sp-menu ul.level-0 > li.active > a {
  color: #800;
}
#sp-header-wrapper.header-ontop #sp-menu ul.level-0 > li li:hover > a,
#sp-header-wrapper.header-ontop #sp-menu ul.level-0 > li li.active > a {
  color: #800;
}
#sp-header-wrapper.fixed {
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.33);
}
#sp-page-title-wrapper {
  background: #0e7e3e;
  color: #fff;
}
.breadcrumbs {
  border-color: #ddd;
}
.breadcrumbs a {
  color: #800;
}
.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus {
  color: #113a52;
}
#sp-feature-wrapper a:not(.btn) {
  color: #800;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #113a52;
}
#sp-fp-message-wrapper {
  background: #800;
}
#sp-fp-portfolio-wrapper h3.header {
  background: #800;
  color: #fff;
}
#sp-fp-portfolio-wrapper ul#filters {
  text-align: center;
  background: #800;
  padding-bottom: 30px;
}
#sp-fp-portfolio-wrapper ul#filters li {
  margin-bottom: 10px;
}
#sp-fp-portfolio-wrapper ul#filters li a {
  color: #800;
  background: #fff;
  text-transform: uppercase;
  font-size: 17px;
  border: 1px solid #fff;
  padding: 2px 18px;
}
#sp-fp-portfolio-wrapper ul#filters li a:hover,
#sp-fp-portfolio-wrapper ul#filters li a:active,
#sp-fp-portfolio-wrapper ul#filters li a:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px 2px #800 inset;
  -moz-box-shadow: 0 0 2px 2px #800 inset;
  box-shadow: 0 0 2px 2px #800 inset;
}
#sp-fp-portfolio-wrapper ul#filters li.current a {
  background: #fff;
  -webkit-box-shadow: 0 0 2px 2px #800 inset;
  -moz-box-shadow: 0 0 2px 2px #800 inset;
  box-shadow: 0 0 2px 2px #800 inset;
}
#sp-fp-contact-wrapper {
  background: #113a52;
}
#sp-fp-contact-wrapper .module h3.header {
  color: #fff;
}
#sp-fp-icon-wrapper .module a {
  color: #0e7e3e;
}
#sp-fp-icon-wrapper .module a:hover {
  color: #800;
}
#sp-fp-latest-work-wrapper .module h3.header {
  color: #113a52;
  border-bottom: 1px solid #ddd;
}
#sp-fp-latest-work-wrapper .module h3.header span {
  border-bottom: 1px solid #800;
}
#sp-fp-latest-work-wrapper .module .latestwork .slide-item-desc-warp {
  background: rgba(136,0,0,0.8);
}
#sp-fp-latest-work-wrapper .module .latestwork .nav-buttons {
  color: #0e7e3e;
}
#sp-fp-latest-work-wrapper .module .latestwork .nav-buttons span:hover {
  color: #800;
}
#sp-fp-news2-corporate-wrapper .container .jmnewspro.testinomial .testinomialUsersType {
  color: #800;
}
#sp-fp-team-wrapper.corporate .jmnewspro.testinomial .testinomialUsersType {
  color: #113a52;
}
#sp-fp-testinomial-wrapper #fp-testinomial {
  background: rgba(14,126,62,0.95);
}
#fp-tweets {
  background: rgba(136,0,0,0.91);
}
#sp-bottom-wrapper {
  background: #800;
  color: #fff;
}
#sp-bottom-wrapper .module h3,
#sp-bottom-wrapper .module .header {
  color: #800;
}
#sp-bottom-wrapper .module .jmnewspro.latestnewslist .jmnewspro-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
#sp-bottom-wrapper .module .jmnewspro.latestnewslist .jmnewspro-item .title {
  color: #800;
}
#sp-bottom-wrapper .module .jmnewspro.latestnewslist .jmnewspro-item .title:hover {
  color: #fff;
}
#sp-bottom-wrapper .module .jmnewspro.latestnewslist .jmnewspro-item .title:hover a {
  color: #fff;
}
#sp-bottom-wrapper .module .jmsocials_wrap a:hover i {
  color: #800;
}
#sp-bottom-wrapper a:not(.btn) {
  color: #800;
}
#sp-bottom-wrapper a:not(.btn):hover {
  color: #fff;
}
#sp-footer-wrapper {
  background: #800;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.1);
}
#sp-footer-wrapper h3 {
  color: #800;
}
#sp-footer-wrapper a:not(.btn) {
  color: #800;
}
#sp-footer-wrapper a:not(.btn):hover {
  color: #113a52;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul li {
  display: inline-block;
}
#sp-footer-wrapper ul li + li {
  margin-left: 10px;
}
#sp-footer-wrapper ul li a {
  color: #fff;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
}
#sp-footer-wrapper ul.nav li + li {
  margin-left: 10px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
  color: #fff;
}
#sp-footer-wrapper ul.nav li a:hover {
  color: #800;
  background: none;
}
#sp-footer-wrapper ul.nav li a:active,
#sp-footer-wrapper ul.nav li a:focus {
  background: none;
}
.module h3.header,
.moduletable h3.header {
  color: #800;
}
.module.title-grey h3.header,
.moduletable.title-grey h3.header {
  color: #333333;
}
.module.title-line h3.header,
.moduletable.title-line h3.header {
  border-bottom: 1px solid #ddd;
}
.module.title-line h3.header span,
.moduletable.title-line h3.header span {
  border-bottom: 1px solid #800;
  display: inline-block;
}
.module.box-1 > div,
.moduletable.box-1 > div {
  background: #113a52;
}
.module.box-1 > div .mod-content *,
.moduletable.box-1 > div .mod-content * {
  color: #fff;
  border-color: rgba(255,255,255,0.9);
}
.module.box-2 > div,
.moduletable.box-2 > div {
  background: #113a52;
}
.module.box-2 > div .mod-content *,
.moduletable.box-2 > div .mod-content * {
  color: #fff;
}
.module.box-3 > div,
.moduletable.box-3 > div {
  background: #800;
}
.module.box-3 > div h3.header,
.moduletable.box-3 > div h3.header {
  color: #fff;
}
.module.box-3 > div .mod-content *,
.moduletable.box-3 > div .mod-content * {
  color: #fff;
}
.module.box-4 > div,
.moduletable.box-4 > div {
  background: #fcfcfc;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.075);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.075);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.075);
}
.module.jm-xhtml-icontop [class^="icon-"],
.module.jm-xhtml-icontop [class^="fa-"],
.module.jm-xhtml-icontop [class*="icon-"],
.module.jm-xhtml-icontop [class*="fa-"],
.moduletable.jm-xhtml-icontop [class^="icon-"],
.moduletable.jm-xhtml-icontop [class^="fa-"],
.moduletable.jm-xhtml-icontop [class*="icon-"],
.moduletable.jm-xhtml-icontop [class*="fa-"] {
  background: #113a52;
}
.module.jm-xhtml-icontop [class^="icon-"]:hover:after,
.module.jm-xhtml-icontop [class^="icon-"]:active:after,
.module.jm-xhtml-icontop [class^="icon-"]:focus:after,
.module.jm-xhtml-icontop [class^="fa-"]:hover:after,
.module.jm-xhtml-icontop [class^="fa-"]:active:after,
.module.jm-xhtml-icontop [class^="fa-"]:focus:after,
.module.jm-xhtml-icontop [class*="icon-"]:hover:after,
.module.jm-xhtml-icontop [class*="icon-"]:active:after,
.module.jm-xhtml-icontop [class*="icon-"]:focus:after,
.module.jm-xhtml-icontop [class*="fa-"]:hover:after,
.module.jm-xhtml-icontop [class*="fa-"]:active:after,
.module.jm-xhtml-icontop [class*="fa-"]:focus:after,
.moduletable.jm-xhtml-icontop [class^="icon-"]:hover:after,
.moduletable.jm-xhtml-icontop [class^="icon-"]:active:after,
.moduletable.jm-xhtml-icontop [class^="icon-"]:focus:after,
.moduletable.jm-xhtml-icontop [class^="fa-"]:hover:after,
.moduletable.jm-xhtml-icontop [class^="fa-"]:active:after,
.moduletable.jm-xhtml-icontop [class^="fa-"]:focus:after,
.moduletable.jm-xhtml-icontop [class*="icon-"]:hover:after,
.moduletable.jm-xhtml-icontop [class*="icon-"]:active:after,
.moduletable.jm-xhtml-icontop [class*="icon-"]:focus:after,
.moduletable.jm-xhtml-icontop [class*="fa-"]:hover:after,
.moduletable.jm-xhtml-icontop [class*="fa-"]:active:after,
.moduletable.jm-xhtml-icontop [class*="fa-"]:focus:after {
  background: #800;
}
.module.jm-xhtml-icontop:hover [class^="icon-"],
.module.jm-xhtml-icontop:hover [class^="fa-"],
.module.jm-xhtml-icontop:hover [class*="icon-"],
.module.jm-xhtml-icontop:hover [class*="fa-"],
.module.jm-xhtml-icontop:active [class^="icon-"],
.module.jm-xhtml-icontop:active [class^="fa-"],
.module.jm-xhtml-icontop:active [class*="icon-"],
.module.jm-xhtml-icontop:active [class*="fa-"],
.module.jm-xhtml-icontop:focus [class^="icon-"],
.module.jm-xhtml-icontop:focus [class^="fa-"],
.module.jm-xhtml-icontop:focus [class*="icon-"],
.module.jm-xhtml-icontop:focus [class*="fa-"],
.moduletable.jm-xhtml-icontop:hover [class^="icon-"],
.moduletable.jm-xhtml-icontop:hover [class^="fa-"],
.moduletable.jm-xhtml-icontop:hover [class*="icon-"],
.moduletable.jm-xhtml-icontop:hover [class*="fa-"],
.moduletable.jm-xhtml-icontop:active [class^="icon-"],
.moduletable.jm-xhtml-icontop:active [class^="fa-"],
.moduletable.jm-xhtml-icontop:active [class*="icon-"],
.moduletable.jm-xhtml-icontop:active [class*="fa-"],
.moduletable.jm-xhtml-icontop:focus [class^="icon-"],
.moduletable.jm-xhtml-icontop:focus [class^="fa-"],
.moduletable.jm-xhtml-icontop:focus [class*="icon-"],
.moduletable.jm-xhtml-icontop:focus [class*="fa-"] {
  background: #113a52;
}
.module.jm-xhtml-icontop:hover [class^="icon-"]:after,
.module.jm-xhtml-icontop:hover [class^="fa-"]:after,
.module.jm-xhtml-icontop:hover [class*="icon-"]:after,
.module.jm-xhtml-icontop:hover [class*="fa-"]:after,
.module.jm-xhtml-icontop:active [class^="icon-"]:after,
.module.jm-xhtml-icontop:active [class^="fa-"]:after,
.module.jm-xhtml-icontop:active [class*="icon-"]:after,
.module.jm-xhtml-icontop:active [class*="fa-"]:after,
.module.jm-xhtml-icontop:focus [class^="icon-"]:after,
.module.jm-xhtml-icontop:focus [class^="fa-"]:after,
.module.jm-xhtml-icontop:focus [class*="icon-"]:after,
.module.jm-xhtml-icontop:focus [class*="fa-"]:after,
.moduletable.jm-xhtml-icontop:hover [class^="icon-"]:after,
.moduletable.jm-xhtml-icontop:hover [class^="fa-"]:after,
.moduletable.jm-xhtml-icontop:hover [class*="icon-"]:after,
.moduletable.jm-xhtml-icontop:hover [class*="fa-"]:after,
.moduletable.jm-xhtml-icontop:active [class^="icon-"]:after,
.moduletable.jm-xhtml-icontop:active [class^="fa-"]:after,
.moduletable.jm-xhtml-icontop:active [class*="icon-"]:after,
.moduletable.jm-xhtml-icontop:active [class*="fa-"]:after,
.moduletable.jm-xhtml-icontop:focus [class^="icon-"]:after,
.moduletable.jm-xhtml-icontop:focus [class^="fa-"]:after,
.moduletable.jm-xhtml-icontop:focus [class*="icon-"]:after,
.moduletable.jm-xhtml-icontop:focus [class*="fa-"]:after {
  background: #800;
}
.module .jmnewspro.default .slide-item-title,
.moduletable .jmnewspro.default .slide-item-title {
  color: #800;
}
.module .jmnewspro.default .slide-item-title a,
.moduletable .jmnewspro.default .slide-item-title a {
  color: #800;
  font-size: 30px;
  font-family: 'open_sanslight';
  font-weight: normal;
  text-transform: capitalize;
}
.module .jmnewspro.default .slide-item-title a:hover,
.module .jmnewspro.default .slide-item-title a:active,
.module .jmnewspro.default .slide-item-title a:focus,
.moduletable .jmnewspro.default .slide-item-title a:hover,
.moduletable .jmnewspro.default .slide-item-title a:active,
.moduletable .jmnewspro.default .slide-item-title a:focus {
  color: #113a52;
}
.module .jmnewspro.default span.slide-item-readmore,
.moduletable .jmnewspro.default span.slide-item-readmore {
  color: #113a52;
}
.module .jmnewspro.default span.slide-item-readmore a,
.moduletable .jmnewspro.default span.slide-item-readmore a {
  color: #113a52;
  font-size: 13px;
  text-transform: capitalize;
  font-family: 'open_sansbold';
}
.module .jmnewspro.default span.slide-item-readmore a:hover,
.module .jmnewspro.default span.slide-item-readmore a:active,
.module .jmnewspro.default span.slide-item-readmore a:focus,
.moduletable .jmnewspro.default span.slide-item-readmore a:hover,
.moduletable .jmnewspro.default span.slide-item-readmore a:active,
.moduletable .jmnewspro.default span.slide-item-readmore a:focus {
  color: #800;
}
.module .jmnewspro.consilium-news1 .read-more,
.moduletable .jmnewspro.consilium-news1 .read-more {
  color: #0e7e3e;
}
.module .jmnewspro.consilium-news1 .read-more:hover,
.moduletable .jmnewspro.consilium-news1 .read-more:hover {
  color: #800;
}
.module .jmnewspro.consilium-news2 .slide-inner .read-more,
.moduletable .jmnewspro.consilium-news2 .slide-inner .read-more {
  color: #0e7e3e;
}
.module .jmnewspro.consilium-news2 .slide-inner .read-more:hover,
.moduletable .jmnewspro.consilium-news2 .slide-inner .read-more:hover {
  color: #800;
}
.module .jmnewspro.theTeam .theTeamUsersAvatarWrap .theTeamUserAvatarBorder:hover .circle-border,
.moduletable .jmnewspro.theTeam .theTeamUsersAvatarWrap .theTeamUserAvatarBorder:hover .circle-border {
  border-color: #800;
}
.module .jmnewspro.theTeam .theTeamUsersType,
.moduletable .jmnewspro.theTeam .theTeamUsersType {
  color: #0e7e3e;
}
.module .jmnewspro.theTeam .theTeamUserAdditionalInfoWrap a:hover,
.moduletable .jmnewspro.theTeam .theTeamUserAdditionalInfoWrap a:hover {
  color: #113a52;
}
.module .jmnewspro.theTeam .theTeamUserAdditionalInfoWrap a:hover:before,
.moduletable .jmnewspro.theTeam .theTeamUserAdditionalInfoWrap a:hover:before {
  color: #113a52;
}
.module .jmnewspro.portfolio a.slide-item-readmore,
.moduletable .jmnewspro.portfolio a.slide-item-readmore {
  background: rgba(136,0,0,0.8);
  color: #fff;
}
.module #filters li.current a,
.module #filters li a:hover,
.moduletable #filters li.current a,
.moduletable #filters li a:hover {
  background: #800;
}
.module .JMSkills .JMSkillsTitleWrap .JMSkillsTitle,
.moduletable .JMSkills .JMSkillsTitleWrap .JMSkillsTitle {
  color: #113a52;
}
.module .JMSkills .JMSkillsProgressBarWrap .JMSkillsProgressPercent,
.moduletable .JMSkills .JMSkillsProgressBarWrap .JMSkillsProgressPercent {
  background: #800;
}
.module .JMContactWrap .JMContactField input,
.moduletable .JMContactWrap .JMContactField input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: rgba(17,58,82,0.26);
}
.module .JMContactWrap .JMContactButton input,
.moduletable .JMContactWrap .JMContactButton input {
  color: #113a52;
}
.module .rev_slider_wrapper .rev_slider .tp-caption.big_white,
.moduletable .rev_slider_wrapper .rev_slider .tp-caption.big_white {
  color: #800;
}
.module .rev_slider_wrapper .rev_slider .tp-caption.big_white span,
.moduletable .rev_slider_wrapper .rev_slider .tp-caption.big_white span {
  color: #fff;
  border-bottom: 1px solid #800;
}
.module .rev_slider_wrapper .tparrows.tp-leftarrow,
.moduletable .rev_slider_wrapper .tparrows.tp-leftarrow {
  background: #fff url(../../images/presets/preset1/leftarrow.png) center center no-repeat;
}
.module .rev_slider_wrapper .tparrows.tp-rightarrow,
.moduletable .rev_slider_wrapper .tparrows.tp-rightarrow {
  background: #fff url(../../images/presets/preset1/rightarrow.png) center center no-repeat;
}
#SubCategoriesList .subCategoryTitleWrap {
  border-color: #ddd;
}
article .entry-title {
  color: #800;
}
article .entry-title:hover {
  color: #113a52;
}
article .entry-title a {
  color: #800;
}
article .entry-title a:hover {
  color: #113a52;
}
article .entry-meta.muted {
  border-color: #ddd;
  color: #113a52;
}
article .entry-meta.muted .entry-info {
  border-color: #113a52;
}
.page-header,
.page-heading {
  color: #800;
}
.info-title {
  color: #113a52;
  font-weight: 300;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background: #800;
}
.list-striped li:hover .label-info,
.list-striped li:hover .badge-info,
.list-striped dd:hover .label-info,
.list-striped dd:hover .badge-info,
.row-striped .row:hover .label-info,
.row-striped .row:hover .badge-info,
.row-striped .row-fluid:hover .label-info,
.row-striped .row-fluid:hover .badge-info {
  background: rgba(136,0,0,0.2);
}
.style-list.checked li:before {
  color: #800;
}
.style-list.check-sign li:before {
  color: #800;
}
.style-list.unstyled ul li,
.style-list.unstyled ul .unstyled {
  border-color: #800;
}
.style-list.unstyled ul[class*="level"] > li a {
  border-color: rgba(255,255,255,0.1);
}
.style-tags a {
  background: #eee;
  color: #555;
}
.style-tags a:hover,
.style-tags a:focus,
.style-tags a:active {
  color: #fff;
  background: #800;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.style-tags a:hover:before,
.style-tags a:focus:before,
.style-tags a:active:before {
  border-color: rgba(255,255,255,0) #800 rgba(255,255,255,0) rgba(255,255,255,0);
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.style-tags a:hover:after,
.style-tags a:focus:after,
.style-tags a:active:after {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.style-tags a.right:hover:before,
.style-tags a.right:focus:before,
.style-tags a.right:active:before {
  border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #800;
}
.toggle h3 a {
  background: #f2f2f2;
  color: #800;
}
.toggle h3 a i {
  color: #800;
}
.toggle.open h3 a {
  color: #FFFFFF;
  background: #800;
}
.toggle.open h3 a i {
  color: #FFFFFF;
}
.toggle > div {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.nav#tab1 {
  border-bottom: 1px solid #800;
}
.nav#tab1 a:hover {
  background: #800;
  color: #fff;
  border-bottom: 1px solid #800;
  outline: none;
}
.nav#tab1 > .active > a {
  border-color: #800;
  border-bottom-color: #fff;
  outline: none;
}
.nav#tab1 > .active > a:hover,
.nav#tab1 > .active > a:focus,
.nav#tab1 > .active > a:active {
  border-color: #800;
  border-bottom-color: #fff;
  outline: none;
}
.nav#tab2 a:hover {
  background: #800;
  color: #fff;
  outline: none;
}
.nav#tab2 .active > a {
  background: #800;
  color: #fff;
  outline: none;
}
.nav#tab3 {
  border: 0;
}
.nav#tab3 li {
  padding: 0 20px;
}
.nav#tab3 li +li {
  border-left: 1px solid #dedede;
}
.nav#tab3 li:first-child {
  padding-left: 0;
}
.nav#tab3 a {
  border: 0;
  border-bottom: 3px solid #eee;
  padding: 10px 0;
  margin: 0 0 10px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  color: #113a52;
}
.nav#tab3 a:hover {
  background: none;
  color: #113a52;
  border-bottom-color: #800;
  outline: none;
}
.nav#tab3 > .active > a {
  border-bottom-color: #800;
  outline: none;
}
.nav#tab3 > .active > a:hover,
.nav#tab3 > .active > a:focus,
.nav#tab3 > .active > a:active {
  border-bottom-color: #800;
  outline: none;
}
.testimonial .AuthorName {
  color: #800;
}
.carousel .carousel-control {
  color: #fff;
  background: #800;
}
.carousel .carousel-control:hover {
  color: #fff;
  background: #113a52;
}
.gallery-filters a.active {
  background: #800;
}
.gallery-filters a.active:hover {
  background: #800;
}
h1.page-error,
.jm-color {
  color: #800;
}
#k2Container div.itemListCategoriesBlock .itemListCategory {
  border-color: #ddd;
}
#k2Container div.itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategory-inner .subCategoryTitleWrap {
  border-color: #ddd;
}
#k2Container div.itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory .subCategory-inner .subCategoryTitleWrap .CatTitle {
  color: #800;
}
#k2Container.itemView .itemFooter {
  border-color: #ddd;
}
#k2Container.itemView.Portfolio .itemContentBlock h3.entry-title {
  border-bottom: 1px solid #ddd;
}
#k2Container.itemView.Portfolio .itemContentBlock h3.entry-title span {
  border-bottom: 1px solid #800;
}
#k2Container.itemView.Portfolio .itemContentBlock h3.entry-title:hover {
  color: #800;
}
#k2Container.itemView.Portfolio .itemAuthorRelated #jm-k2-related .k2-related-item-title {
  background: rgba(136,0,0,0.8);
}
#k2Container.userView .itemAuthorBlock {
  border-color: #ddd;
}
#Kunena a,
#Kunena #ktab ul.menu li:hover a,
#Kunena #ktab ul.menu li.active a {
  color: #113a52;
}
#Kunena .kblock div.kheader,
#Kunena .button,
#Kunena .kbutton {
  background: #113a52;
}
#Kunena .button,
#Kunena .kbutton {
  color: #ffffff !important;
}
#jm-videogalleries .jm-inverse {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#jm-videogalleries .jm-inverse:focus,
#jm-videogalleries .jm-inverse:hover,
#jm-videogalleries .jm-inverse:active,
#jm-videogalleries .jm-inverse.current {
  outline: none;
  background: #800;
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#jm-videogalleries .jmvideogalleries_videos_title {
  background: rgba(136,0,0,0.8);
  color: #fff;
}
#jm-videogalleries .jmvideogalleries_videos_title .padding {
  background: rgba(136,0,0,0.8);
  color: #fff;
}
#jm-videogalleries .jmvideogalleries_videos_title .padding .jmvideogalleries_title {
  color: #fff;
}
#jm-videogalleries .jmvideogalleries_videos_title .padding .jmvideogalleries_title .fa-play {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 640px) {
  #sp-header-wrapper.header-ontop {
    background: #113a52 !important;
  }
}