.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: 14px;
    font-family: Yekan, Tahoma, Arial , sans-serif;
    line-height: 1.6em;
    color: #444444;
}
body.bg {
    background: #fff;
}
h1.page-error {
    color: #9d344b;
}
.btn,
button,
input[type="submit"],
input[type="button"] {
    color: #fff;
    border-bottom: 4px solid #772739;
    background: #9d344b;
}
.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: #772739;
}
.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: #772739;
}
.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: #000;
    border-bottom-color: #000000;
}
.btn.btn-link:hover,
button.btn-link:hover,
input[type="submit"].btn-link:hover,
input[type="button"].btn-link:hover {
    background: #000000;
}
.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: #9d344b;
}
.btn.btn-primary,
button.btn-primary,
input[type="submit"].btn-primary,
input[type="button"].btn-primary {
    border: 2px solid #9d344b;
    color: #9d344b;
    background: none;
}
.btn.btn-primary:hover,
button.btn-primary:hover,
input[type="submit"].btn-primary:hover,
input[type="button"].btn-primary:hover {
    background: rgba(157,52,75,0.2);
}
.btn.btn-primary.link,
button.btn-primary.link,
input[type="submit"].btn-primary.link,
input[type="button"].btn-primary.link {
    border-color: #000;
    color: #000;
    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(0,0,0,0.3);
}
a:not(.btn) {
    color: #000;
}
a:not(.btn):hover {
    color: #9d344b;
}
a:not(.btn).main-color {
    color: #9d344b;
}
a:not(.btn).main-color:hover {
    color: #000;
}
#sp-header-wrapper {
    background: rgba(0, 0, 0, 0.6);
}
#sp-header-wrapper #sp-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sp-header-wrapper #sp-menu ul.level-0 > li > a {
    color: #fd2f33;
    text-decoration: none;
}
#sp-header-wrapper #sp-menu ul.level-0 > li:hover > a,
#sp-header-wrapper #sp-menu ul.level-0 > li.active > a {
    color: #221e1f;
}
#sp-header-wrapper #sp-menu .megacol div.sp-menu-group .sp-menu-group-title a {
    color: #221e1f;
}
#sp-header-wrapper .sp-mobile-menu {
    background: #9d344b;
}
#sp-header-wrapper .sp-mobile-menu ul li {
    background: #9d344b;
}
#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: #9d344b;
    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: #000;
}
#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: #000;
}
#sp-header-wrapper.fixed {
    background: #000 !important;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.33);
}
#sp-page-title-wrapper {
    background: #222;
    color: #fff;
}
.breadcrumbs {
    border-color: #ddd;
}
.breadcrumbs a {
    color: #000;
}
.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus {
    color: #9d344b;
}
#sp-feature-wrapper a:not(.btn) {
    color: #000;
}
#sp-feature-wrapper a:not(.btn):hover {
    color: #9d344b;
}
#sp-fp-message-wrapper {
    background: #304f90;
}
#sp-fp-portfolio-wrapper h3.header {
    background: #000;
    color: #fff;
}
#sp-fp-portfolio-wrapper ul#filters {
    text-align: center;
    background: #000;
    padding-bottom: 30px;
}
#sp-fp-portfolio-wrapper ul#filters li {
    margin-bottom: 10px;
}
#sp-fp-portfolio-wrapper ul#filters li a {
    color: #000;
    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 #000 inset;
    -moz-box-shadow: 0 0 2px 2px #000 inset;
    box-shadow: 0 0 2px 2px #000 inset;
}
#sp-fp-portfolio-wrapper ul#filters li.current a {
    background: #fff;
    -webkit-box-shadow: 0 0 2px 2px #000 inset;
    -moz-box-shadow: 0 0 2px 2px #000 inset;
    box-shadow: 0 0 2px 2px #000 inset;
}
#sp-fp-contact-wrapper {
    background: #9d344b;
}
#sp-fp-contact-wrapper .module h3.header {
    color: #fff;
}
#sp-fp-icon-wrapper .module a {
    color: #304f90;
}
#sp-fp-icon-wrapper .module a:hover {
    color: #fd2f33;
}
#sp-fp-latest-work-wrapper .module h3.header {
    color: #9d344b;
    border-bottom: 1px solid #ddd;
}
#sp-fp-latest-work-wrapper .module h3.header span {
    border-bottom: 1px solid #000;
}
#sp-fp-latest-work-wrapper .module .latestwork .slide-item-desc-warp {
    background: rgba(0,0,0,0.8);
}
#sp-fp-latest-work-wrapper .module .latestwork .nav-buttons {
    color: #222;
}
#sp-fp-latest-work-wrapper .module .latestwork .nav-buttons span:hover {
    color: #000;
}
#sp-fp-news2-corporate-wrapper .container .jmnewspro.testinomial .testinomialUsersType {
    color: #000;
}
#sp-fp-team-wrapper.corporate .jmnewspro.testinomial .testinomialUsersType {
    color: #9d344b;
}
#sp-fp-testinomial-wrapper #fp-testinomial {
    background: rgba(34,34,34,0.95);
}
#fp-tweets {
    background: rgba(0,0,0,0.91);
}
#sp-bottom-wrapper {
    background: #221e1f;
    color: #fff;
}
#sp-bottom-wrapper .module h3,
#sp-bottom-wrapper .module .header {
    color: #fd2f33;
}
#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: #000;
}
#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: #000;
}
#sp-bottom-wrapper a:not(.btn) {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}
#sp-footer1 {
    float: left;
    text-align: left;
    direction: ltr;
}
#sp-bottom-wrapper a:not(.btn):hover {
    color: #fd2f33;
}
#sp-footer-wrapper {
    background: #304f90;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.5);
}
#sp-footer-wrapper h3 {
    color: #000;
}
#sp-footer-wrapper a:not(.btn) {
    color: #000;
}
#sp-footer-wrapper a:not(.btn):hover {
    color: #9d344b;
}
#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: #fd2f33;
    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: #000;
}
.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 #000;
    display: inline-block;
}
.module.box-1 > div,
.moduletable.box-1 > div {
    background: #9d344b;
}
.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: #9d344b;
}
.module.box-2 > div .mod-content *,
.moduletable.box-2 > div .mod-content * {
    color: #fff;
}
.module.box-3 > div,
.moduletable.box-3 > div {
    background: #000;
}
.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: #ccc;
}
.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: #ccc;
}
.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: #ccc;
}
.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-color: #ccc;
}
.module .jmnewspro.default .slide-item-title,
.moduletable .jmnewspro.default .slide-item-title {
    color: #000;
}
.module .jmnewspro.default .slide-item-title a,
.moduletable .jmnewspro.default .slide-item-title a {
    color: #000;
    font-size: 30px;
    font-family: Yekan, Tahoma, Arial , sans-serif;
    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: #9d344b;
}
.module .jmnewspro.default span.slide-item-readmore,
.moduletable .jmnewspro.default span.slide-item-readmore {
    color: #9d344b;
}
.module .jmnewspro.default span.slide-item-readmore a,
.moduletable .jmnewspro.default span.slide-item-readmore a {
    color: #9d344b;
    font-size: 13px;
    text-transform: capitalize;
    font-family: Yekan, Tahoma, Arial , sans-serif;
}
.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: #000;
}
.module .jmnewspro.consilium-news1 .read-more,
.moduletable .jmnewspro.consilium-news1 .read-more {
    color: #222;
}
.module .jmnewspro.consilium-news1 .read-more:hover,
.moduletable .jmnewspro.consilium-news1 .read-more:hover {
    color: #000;
}
.module .jmnewspro.consilium-news2 .slide-inner .read-more,
.moduletable .jmnewspro.consilium-news2 .slide-inner .read-more {
    color: #222;
}
.module .jmnewspro.consilium-news2 .slide-inner .read-more:hover,
.moduletable .jmnewspro.consilium-news2 .slide-inner .read-more:hover {
    color: #000;
}
.module .jmnewspro.theTeam .theTeamUsersAvatarWrap .theTeamUserAvatarBorder:hover .circle-border,
.moduletable .jmnewspro.theTeam .theTeamUsersAvatarWrap .theTeamUserAvatarBorder:hover .circle-border {
    border-color: #000;
}
.module .jmnewspro.theTeam .theTeamUsersType,
.moduletable .jmnewspro.theTeam .theTeamUsersType {
    color: #222;
}
.module .jmnewspro.theTeam .theTeamUserAdditionalInfoWrap a:hover,
.moduletable .jmnewspro.theTeam .theTeamUserAdditionalInfoWrap a:hover {
    color: #9d344b;
}
.module .jmnewspro.theTeam .theTeamUserAdditionalInfoWrap a:hover:before,
.moduletable .jmnewspro.theTeam .theTeamUserAdditionalInfoWrap a:hover:before {
    color: #9d344b;
}
.module .jmnewspro.portfolio a.slide-item-readmore,
.moduletable .jmnewspro.portfolio a.slide-item-readmore {
    background: rgba(0,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: #000;
}
.module .JMSkills .JMSkillsTitleWrap .JMSkillsTitle,
.moduletable .JMSkills .JMSkillsTitleWrap .JMSkillsTitle {
    color: #9d344b;
}
.module .JMSkills .JMSkillsProgressBarWrap .JMSkillsProgressPercent,
.moduletable .JMSkills .JMSkillsProgressBarWrap .JMSkillsProgressPercent {
    background: #000;
}
.module .JMContactWrap .JMContactField input,
.moduletable .JMContactWrap .JMContactField input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: rgba(157,52,75,0.26);
}
.module .JMContactWrap .JMContactButton input,
.moduletable .JMContactWrap .JMContactButton input {
    color: #9d344b;
}
.contactButton {margin-top: 20px;}
.module .rev_slider_wrapper .rev_slider .tp-caption.big_white,
.moduletable .rev_slider_wrapper .rev_slider .tp-caption.big_white {
    color: #000;
}
.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 #000;
}
.module .rev_slider_wrapper .tparrows.tp-leftarrow,
.moduletable .rev_slider_wrapper .tparrows.tp-leftarrow {
    background: rgba(0, 0, 0, 0.7) url(../../images/presets/preset2/leftarrow.png) center center no-repeat;
    border-radius: 30px;
}
.module .rev_slider_wrapper .tparrows.tp-rightarrow,
.moduletable .rev_slider_wrapper .tparrows.tp-rightarrow {
    background: rgba(0, 0, 0, 0.7) url(../../images/presets/preset2/rightarrow.png) center center no-repeat;
    border-radius: 30px;
}
#SubCategoriesList .subCategoryTitleWrap {
    border-color: #ddd;
}
article .entry-title {
    color: #000;
}
article .entry-title:hover {
    color: #9d344b;
}
article .entry-title a {
    color: #000;
    border-bottom: 2px solid #fd2f33;
    padding-bottom: 3px;
    color: #221e1f;
    font-family: Wdgoogle,Tahoma,Arial,sans-serif;
    font-size: 18px;
}
article .entry-title a:hover {
    color: #9d344b;
}
article .entry-meta.muted {
    border-color: #ddd;
    color: #9d344b;
}
article .entry-meta.muted .entry-info {
    border-color: #9d344b;
}
.page-header,
.page-heading {
    color: #000;
}
.info-title {
    color: #9d344b;
    font-weight: 300;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
    background: #000;
}
.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(0,0,0,0.2);
}
.style-list.checked li:before {
    color: #000;
}
.style-list.check-sign li:before {
    color: #000;
}
.style-list.unstyled ul li,
.style-list.unstyled ul .unstyled {
    border-color: #000;
}
.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: #000;
    -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) #000 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) #000;
}
.toggle h3 a {
    background: #f2f2f2;
    color: #000;
}
.toggle h3 a i {
    color: #000;
}
.toggle.open h3 a {
    color: #FFFFFF;
    background: #000;
}
.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 #000;
}
.nav#tab1 a:hover {
    background: #000;
    color: #fff;
    border-bottom: 1px solid #000;
    outline: none;
}
.nav#tab1 > .active > a {
    border-color: #000;
    border-bottom-color: #fff;
    outline: none;
}
.nav#tab1 > .active > a:hover,
.nav#tab1 > .active > a:focus,
.nav#tab1 > .active > a:active {
    border-color: #000;
    border-bottom-color: #fff;
    outline: none;
}
.nav#tab2 a:hover {
    background: #000;
    color: #fff;
    outline: none;
}
.nav#tab2 .active > a {
    background: #000;
    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: #9d344b;
}
.nav#tab3 a:hover {
    background: none;
    color: #9d344b;
    border-bottom-color: #000;
    outline: none;
}
.nav#tab3 > .active > a {
    border-bottom-color: #000;
    outline: none;
}
.nav#tab3 > .active > a:hover,
.nav#tab3 > .active > a:focus,
.nav#tab3 > .active > a:active {
    border-bottom-color: #000;
    outline: none;
}
.entry-contact span {
    border-bottom: 2px solid #fd2f33;
    color: #221e1f;
    font-family: Wdgoogle,Tahoma,Arial,sans-serif;
    font-size: 18px;
    padding-bottom: 3px;
}
.testimonial .AuthorName {
    color: #000;
}
.carousel .carousel-control {
    color: #fff;
    background: #000;
}
.carousel .carousel-control:hover {
    color: #fff;
    background: #9d344b;
}
.gallery-filters a.active {
    background: #000;
}
.gallery-filters a.active:hover {
    background: #000;
}
h1.page-error,
.jm-color {
    color: #000;
}
.mod-title {
    border-bottom: 2px solid #fd2f33;
    padding-bottom: 6px;
}
#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: #000;
}
#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 #000;
}
#k2Container.itemView.Portfolio .itemContentBlock h3.entry-title:hover {
    color: #000;
}
#k2Container.itemView.Portfolio .itemAuthorRelated #jm-k2-related .k2-related-item-title {
    background: rgba(0,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: #9d344b;
}
#Kunena .kblock div.kheader,
#Kunena .button,
#Kunena .kbutton {
    background: #9d344b;
}
#Kunena .button,
#Kunena .kbutton {
    color: #ffffff !important;
}
.nav > li > a:hover, 
.nav > li > a:focus {
    background: none;  
}
#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: #000;
    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(0,0,0,0.8);
    color: #fff;
}
#jm-videogalleries .jmvideogalleries_videos_title .padding {
    background: rgba(0,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;
}
.entry-content {
    font-size: 18px;
    margin: 40px 10px 30px;
}
#googleMap {margin:20px auto 30px auto; border:2px solid #221e1f;}
#map-home {border:1px solid #fd2f33;}
@media (max-width: 640px) {
    #sp-header-wrapper.header-ontop {
        background: #9d344b !important;
    }
}
