.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 40px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: inherit;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #8f1a20;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #8f1a20;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.section-title .decor {
  position: relative;
  display: block;
  height: 3px;
  width: 74px;
  margin-top: 9px;
}
.section-title .decor:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fac012;
}
.section-title .decor:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 33px;
  width: 6px;
  height: 3px;
  background: #fff;
  transform: skewX(-30deg);
}
.sppb-text-left .sppb-title-heading {
  position: relative;
  display: inline-block;
  height: 3px;
  margin-top: 9px;
  margin-bottom: 0px !important;
}
.sppb-text-left .sppb-title-heading:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 74px;
  height: 100%;
  background: #d0262e;
}
.sppb-text-left .sppb-title-heading:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 33px;
  width: 6px;
  height: 3px;
  background: #fff;
  transform: skewX(-30deg);
}
@media (max-width: 767px) {
  .sppb-title-subheading {
    width: 100%;
    font-size: auto;
    float: none;
    margin: 31px 0px 0px 0px !important;
  }
}
@media (min-width: 768px) {
  .sppb-title-subheading {
    width: 60%;
    font-size: 20px !important;
    float: right;
    margin: -5px 0px 0px 0px !important;
  }
}
@media (min-width: 992px) {
  .sppb-title-subheading {
    width: 60%;
    font-size: 20px !important;
    float: right;
    margin: -5px 0px 0px 0px !important;
  }
}
@media (min-width: 1200px) {
  .sppb-title-subheading {
    width: 60%;
    font-size: 20px !important;
    float: right;
    margin: -5px 0px 0px 0px !important;
  }
}
.sppb-text-center .sppb-title-heading {
  position: relative;
  display: inline-block;
  height: 3px;
  margin-top: 9px;
  margin-bottom: 0px !important;
}
.sppb-text-center .sppb-title-heading:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 40%;
  width: 74px;
  height: 100%;
  background: #d0262e;
}
.sppb-text-center .sppb-title-heading:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  width: 6px;
  height: 3px;
  background: #ffffff;
  transform: skewX(-30deg);
}
.dark-bg .text p {
  color: #d6d6d6;
  margin-bottom: 35px;
}
.dark-bg .call-out p.phone-number {
  font-size: 30px;
  margin-top: 13px;
  margin-left: 36px;
}
.dark-bg .sppb-ajaxt-contact-form {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.19);
  padding: 39px 39px 24px;
  background: #131313;
}
.dark-bg .sppb-ajaxt-contact-form .sppb-form-control {
  display: block;
  width: 100%;
  line-height: 24px;
  height: 50px;
  font-size: 16px;
  border: 2px solid rgba(255, 255, 255, 0.29);
  padding: 12px 15px;
  font-family: 'Roboto-Light';
  background: transparent;
  border-radius: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  color: #fff;
}
.dark-bg .sppb-text-center .sppb-title-heading {
  position: relative;
  display: inline-block;
  height: 3px;
  margin-top: 9px;
  margin-bottom: 0px !important;
}
.dark-bg .sppb-text-center .sppb-title-heading:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 40%;
  width: 74px;
  height: 100%;
  background: #d0262e;
}
.dark-bg .sppb-text-center .sppb-title-heading:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  width: 6px;
  height: 3px;
  background: #333333;
  transform: skewX(-30deg);
}
.full-image {
  height: 308px;
  display: table;
  width: 100%;
  vertical-align: middle;
}
.full-image .sppb-modal-selector {
  display: table-cell;
  vertical-align: middle;
}
.full-image .sppb-modal-selector span i {
  font-size: 18px !important;
  width: 70px;
  height: 70px;
  line-height: 62px !important;
  border-radius: 50%;
  color: #fff;
  border: 4px solid #fff;
}
.caption-box {
  position: relative;
  padding: 15px 30px;
  background: #d0262e;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
}
.sppb-addon-person .sppb-person-information h4 {
  margin-bottom: 4px !important;
}
.sppb-addon-person:hover .sppb-person-image img {
  opacity: 0.5;
  transition: all 0.5s ease;
  transform: scale(1);
}
.sppb-addon-person:hover .sppb-person-designation {
  color: #d0262e !important;
}

.call-to-action-home p {
  font-size: 30px;
  line-height: 46px;
  color: #272727;
  text-align: center;
  position: relative;
}
.call-to-action-home p a {
  color: #272727;
  border-bottom: 1px solid #272727;
}

.testimonials-block {
  position: relative;
}
.testimonials-section .slide-item {
  padding: 25px 30px 40px;
  background: rgba(255, 255, 255, 0.1);
}
.client {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .client .owl-item {
    margin-right: 0px;
    width: 100%;
  }
}
.testimonials-section .owl-item {
  position: relative;
  margin-top: 5px;
  background: #ffffff;
  border: 3px solid #f1f1f1;
  transition: .5s ease;
}
.testimonials-section .owl-item .author {
  padding: 30px 0px 0px 100px;
  margin-top: -163px;
  line-height: 20px;
  margin-bottom: 40px;
}
.testimonials-section .owl-item .author h4 a {
  font-size: 20px;
}
.testimonials-section .owl-item .author p {
  line-height: 26px;
  font-size: 15px !important;
  font-weight: normal !important;
}
.testimonials-section .owl-item .img-box {
  min-height: 130px;
  position: relative;
  padding: 20px;
}
.testimonials-section .owl-item .img-box img {
  border-radius: 50%;
}
.testimonials-section .owl-item .quote {
  position: absolute;
  font-size: 30px;
  right: 10px;
  bottom: 0;
  color: #f1f1f1;
  transition: .5s ease;
}
.testimonials-section .owl-item:hover {
  border: 3px solid #d0262e;
}
.testimonials-section .owl-item:hover .quote {
  color: #d0262e;
}
.client .owl-item {
  margin-right: 23px !important;
}
@media (max-width: 767px) {
  .client .owl-item {
    width: 290px !important;
  }
}
@media (min-width: 768px) {
  .client .owl-item {
    width: 360px !important;
  }
}
@media (min-width: 992px) {
  .client .owl-item {
    width: 450px !important;
  }
}
@media (min-width: 1200px) {
  .client .owl-item {
    width: 360px !important;
  }
}
.owl-theme .owl-controls {
  margin-top: 40px;
}
.owl-theme .owl-controls .owl-buttons div {
  border-radius: 0px;
}
.news-style-one {
  position: relative;
}
.news-style-one .inner-box {
  position: relative;
  display: block;
  border: 1px solid #f0f0f0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-style-one .inner-box:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  border-bottom: 2px solid #d0262e;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}
.news-style-one .inner-box:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}
.news-style-one .inner-box:hover {
  border-color: #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
.news-style-one .inner-box .image-box {
  display: block;
  margin: -1px -1px 0px;
}
.news-style-one .inner-box .image-box img {
  display: block;
  width: 100% !important;
}
.news-style-one .inner-box .lower-content {
  position: relative;
  padding: 0px 23px 20px;
}
.news-style-one.list-style .inner-box .lower-content {
  position: relative;
  padding: 30px 0px;
}
.news-style-one .inner-box .posted-info {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px;
  top: -13px;
  padding: 3px 10px;
  color: #ffffff;
  background: #d0262e;
  font-weight: 500;
  line-height: 20px;
  font-size: 12px;
}
.news-style-one.list-style .inner-box .posted-info {
  margin-bottom: 12px;
  top: 0px;
}
.news-style-one .inner-box .post-author-info {
  position: relative;
  margin-bottom: 10px;
  color: #9e9e9e;
  line-height: 24px;
  font-size: 14px;
}
.news-style-one .lower-content .post-meta {
  position: relative;
  margin-bottom: 10px;
  padding-left: 0px;
}
.news-style-one .lower-content .post-meta li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
}
.news-style-one .lower-content .post-meta li a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: #9e9e9e;
}
.news-style-one .lower-content .post-meta li .icon {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 14px;
  color: #d0262e;
  font-style: normal;
}
.news-style-one .inner-box h3 {
  position: relative;
  margin-bottom: 10px;
  color: #1f1f1f;
  line-height: 1.4em;
  font-size: 20px;
}
.news-style-one.list-style .inner-box h3 {
  margin-bottom: 12px;
}
.blog-details .news-style-one .inner-box h3,
.blog-classic-view .news-style-one .inner-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.news-style-one .inner-box h3 a {
  color: #1f1f1f;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-style-one .inner-box:hover h3 a {
  color: #d0262e;
}
.news-style-one .inner-box .text {
  line-height: 1.8em;
}
.acymailing_module_form .acymailing_introtext {
  padding-bottom: 0px !important;
}
.acymailing_module_form .acymailing_form .inputbox {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0px;
  border-right: 0px;
  float: left;
  color: #c1c1c1;
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  height: 50px;
  padding-left: 15px;
  padding-right: 55px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 100%;
}
.acymailing_module_form .acymailing_form .inputbox:focus {
  box-shadow: none;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #1b1b1b;
}
.acymailing_module_form .acymailing_form button {
  background: #d0262e;
  color: #ffffff;
  border-radius: 0px;
  display: block;
  height: 50px;
  padding: 10.5px 0;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 50px;
  border: 1px solid #d0262e;
}
.acymailing_module_form .acymailing_form button:hover {
  background: #d0262e none repeat scroll 0 0;
  color: #1b1b1b;
  border-color: #d0262e;
}
.acymailing_module_form .acymailing_finaltext {
  font-weight: 400;
  font-style: italic;
}
.history .item .top-box {
  position: relative;
  padding-left: 100px;
  margin-bottom: 20px;
}
.history .item .top-box .count {
  position: absolute;
  top: -7px;
  left: 0;
  font-size: 18px;
  color: #9e9e9e;
  background: #f7f7f7;
  line-height: 35px;
  padding: 0 25px;
}
.sppb-addon-content .menu {
  overflow: hidden;
  margin-bottom: 50px;
}
.sppb-addon-content .menu li.current a {
  color: #ffffff;
  background: #d0262e;
}
.sppb-addon-content .menu li.current a::before {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.sppb-addon-content .menu li:last-child {
  margin-bottom: 0px;
}
.sppb-addon-content .menu li:last-child a {
  border-bottom: none;
}
.sppb-addon-content .menu li a {
  border-bottom: 2px solid #fff;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #222222;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 17px 20px 15px;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
  transition-delay: 0.15s;
}
.sppb-addon-content .menu li a:hover {
  color: #ffffff;
  background: #d0262e;
}
.sppb-addon-content .menu li a:hover::before {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.sppb-addon-content .menu li a:hover:before,
.sppb-addon-content .menu li a.active:before {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.sppb-addon-accordion {
  border: 1px solid #e6e6e6;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel-default {
  padding: 0px;
  background: transparent;
  border: none;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-heading {
  background: transparent;
  padding: 20px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-heading .sppb-panel-title {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-left: 16px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-heading .sppb-toggle-direction i::before {
  font-size: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #e4e4e4;
  padding: 7px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-heading.active span {
  transform: rotate(0deg);
  color: #d0262e;
  border-color: #d0262e;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-heading.active i::before {
  border-color: #d0262e;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel-default .sppb-panel-body {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 25px 13px !important;
}
.sppb-addon-accordion .sppb-addon-content .sppb-panel-group .sppb-panel-heading.active span i:before {
  content: '\f068';
}
.sppb-addon-accordion .sppb-addon-content .sppb-panel-group .sppb-panel-heading .sppb-toggle-direction {
  position: relative;
  top: 0;
  right: auto;
  font-size: 15px;
}
.sppb-addon-accordion .sppb-addon-content .sppb-panel-group .sppb-panel-collapse .sppb-panel-body {
  border-bottom: 1px solid #eeeeee;
  padding: 25px 25px 13px;
}
.brochures-dwn-link {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0px;
}
.brochures-dwn-link li {
  margin-bottom: 10px;
}
.brochures-dwn-link li:last-child {
  margin-bottom: 0;
}
.brochures-dwn-link li a {
  border: 1px solid #f4f4f4;
  color: #222222;
  font-size: 18px;
  display: block;
  padding: 15px 22px 13px;
  transition: all 500ms ease;
}
.brochures-dwn-link li a:hover {
  background: #d0262e;
  border-color: #d0262e;
  color: #fff;
}
.brochures-dwn-link li a .icon-holder {
  width: 35px;
}
.brochures-dwn-link li a .icon-holder,
.brochures-dwn-link li a .title-holder {
  display: table-cell;
  vertical-align: middle;
}
.brochures-dwn-link li a .title-holder h5 {
  font-size: 18px;
}
.popular-news .single-popular-news-item {
  padding-left: 105px !important;
  position: relative;
  margin-bottom: 20px !important;
}
.popular-news .single-popular-news-item .img-holder {
  width: 80px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.popular-news .single-popular-news-item .img-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 80px;
  height: 80px;
}
.popular-news .single-popular-news-item .img-holder .overlay .box .content a i {
  font-size: 16px;
  transition: all 500ms ease 0s;
  color: #ffffff;
}
.popular-news .single-popular-news-item .img-holder .overlay .box .content a i:hover {
  color: #d0262e;
}
.popular-news .single-popular-news-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}
.popular-news .single-popular-news-item:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.popular-news .single-popular-news-item .text-holder {
  position: relative;
  top: -8px;
}
.popular-news .single-popular-news-item .text-holder a {
  color: #ffffff;
  line-height: 22px;
  display: flex;
  transition: all 500ms ease;
}
.popular-news .single-popular-news-item .text-holder a:hover {
  color: #d0262e;
  text-decoration: none;
}
.popular-news .single-popular-news-item .text-holder a p {
  color: #333333;
  font-size: 16px;
  line-height: 21px;
}
.popular-news .single-popular-news-item .text-holder .info {
  overflow: hidden;
}
.popular-news .single-popular-news-item .text-holder .info li {
  display: inline-block;
  float: left;
  line-height: 15px;
  margin-right: 10px;
  padding-right: 10px;
  color: #d0262e;
  margin-bottom: 0px;
  transition: all 500ms ease;
}
.popular-news .single-popular-news-item .overlay {
  background: #d0262e;
  color: #ffffff;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate3d(0px, 100px, 0px);
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s, visibility 0.4s ease 0s;
  width: 100%;
}
.popular-news .single-popular-news-item .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.popular-news .single-popular-news-item .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.calendar tr td {
  padding: 10px !important;
}
.calendar tr .calendarTodayLinked {
  background: #d0262e !important;
}
.calendar tr .calendarTodayLinked:hover {
  background: #8f1a20 !important;
}
.calendar tr .calendarToday {
  background: #d0262e !important;
}
.j2store-product-list .form-inline {
  margin-bottom: 20px;
}
.j2store-product-list .form-inline input {
  line-height: 0px;
  height: 40px;
  display: inline-block;
  border-radius: 0px;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
}
.j2store-product-list .form-inline select {
  float: right;
  border-radius: 0px;
  box-shadow: none;
  height: 40px;
  background: #f7f7f7;
  border-color: #f7f7f7;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-filters {
  margin-bottom: 40px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters .ui-widget {
  width: 93% !important;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters #j2store-slider-range {
  background: url("../../../templates/jb_industries/images/price-filter-bg.png") repeat !important;
  display: inline-block;
  margin-top: 15px;
  border-radius: 5px;
  height: 7px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters #j2store-slider-range .ui-slider-range {
  background: #222222 !important;
  top: 0px;
  height: 7px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters #j2store-slider-range .ui-slider-handle {
  background: #d0262e !important;
  top: -0.3em;
  border: 2px solid #222222;
  margin-left: -3px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters .price-input-box {
  margin-top: 15px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters .price-input-box .btn-success {
  background: #eeeeee;
  border: medium none;
  border-radius: 4px;
  color: #333333;
  font-weight: 900;
  line-height: inherit;
  margin-right: 16px;
  outline: medium none;
  text-align: center;
  text-transform: uppercase;
  width: 80px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters .price-input-box .jb-price-range {
  font-weight: bold;
  margin-top: 5px;
  font-family: 'Montserrat', sans-serif;
}
.j2store-product-list .j2store-sidebar-filters-container .product-filter-heading {
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
}
.j2store-product-list .j2store-sidebar-filters-container .category-filters .j2product-categories a {
  font-size: 16px;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 0px;
  font-weight: 400;
  color: #9e9e9e;
}
.j2store-product-list .j2store-sidebar-filters-container .category-filters .j2product-categories a:before {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #fbca00;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 20px;
  transition: all 0.5s ease 0s;
  width: 8px;
}
.j2store-product-list .j2store-sidebar-filters-container .category-filters .j2product-categories a:hover {
  background: transparent !important;
  color: #d0262e;
  cursor: pointer;
}
.j2store-product-list .j2store-sidebar-filters-container .category-filters .j2product-categories a:hover:before {
  color: #d0262e;
  background: #d0262e;
}
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .control-group .j2store-product-brand-label {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin: 20px;
  text-transform: capitalize;
}
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .control-group .j2store-product-brand-label .j2store-brand-checkboxes {
  margin-right: 10px;
}
.single-shop-item {
  margin-bottom: 25px;
  transition: all 700ms ease;
}
.single-shop-item .img-holder {
  position: relative;
  overflow: hidden;
  display: block;
}
.single-shop-item .img-holder img {
  transform: scale(1);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.single-shop-item .img-holder .overlay .box .content .product-qty {
  display: none;
}
.single-shop-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}
.single-shop-item:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-shop-item .title-holder {
  padding-bottom: 20px;
}
.single-shop-item .title-holder .top .product-title .jb-product-title {
  margin-top: 10px;
}
.single-shop-item .title-holder .top .product-title .jb-product-title a {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}
.single-shop-item .title-holder .top .product-title .jb-product-title a:hover {
  text-decoration: none;
  color: #d0262e;
}
.single-shop-item .title-holder .product-price-container .strike {
  display: inline-flex;
  margin-right: 5px;
  color: #999999;
  font-weight: 300;
}
.single-shop-item .title-holder .product-price-container .sale-price {
  color: #d0262e;
  display: inline;
  font-size: 18px;
  font-weight: bold;
}
.j2store-single-product .j2store-view-back-button {
  margin-bottom: 20px;
}
.j2store-single-product .simple-product .j2store-mainimage {
  text-align: center;
}
.j2store-single-product .j2store-product-additional-images {
  margin-top: 20px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list {
  margin-bottom: 20px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li {
  border: 3px solid #eeeeee;
  display: inline-block;
  border-radius: 4px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li:hover {
  border-color: #d0262e;
}
.j2store-single-product .jb-product-detail-right .jb-sdesc {
  padding: 0px 0px 15px;
  border-bottom: 1px solid #eeeeee;
}
.j2store-single-product .jb-product-detail-right .no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.j2store-single-product .product-title {
  color: #222222;
  text-transform: capitalize;
  font-size: 24px;
  margin-top: 0px;
  font-weight: 700;
}
.j2store-single-product .price-sku-brand-container {
  margin-top: 25px;
}
.j2store-single-product .price-sku-brand-container .product-sku {
  margin-bottom: 10px;
}
.j2store-single-product .price-sku-brand-container .product-sku .sku-text {
  color: #d0262e;
}
.j2store-single-product .price-sku-brand-container .product-brand .manufacturer-brand-text {
  color: #d0262e;
}
.j2store-single-product .price-sku-brand-container .strike {
  text-decoration: line-through;
  margin-right: 10px;
  color: #a8a8a8 !important;
  font-size: 14px;
  font-weight: bold;
}
.j2store-single-product .price-sku-brand-container .sale-price {
  color: #d0262e;
  display: block;
  font-weight: bold;
  font-size: 28px;
  padding: 10px 0px;
}
.j2store-single-product .price-sku-brand-container .sale-price .zero-price {
  font-size: 18px;
  font-weight: 400;
}
.j2store-single-product .price-sku-brand-container .sku-text,
.j2store-single-product .price-sku-brand-container .manufacturer-brand-text {
  font-weight: bold;
  color: #d0262e;
}
.j2store-single-product .j2store-add-to-cart {
  margin-left: 0px;
  display: block;
}
.j2store-single-product .j2store-add-to-cart .product-qty {
  display: inline;
}
.j2store-single-product .j2store-add-to-cart .product-qty .input-mini {
  border: 3px solid #eeeeee;
  width: 70px !important;
  box-shadow: none;
  height: 50px;
}
.j2store-single-product .j2store-add-to-cart .j2store-cart-button {
  margin: 5px;
}
.j2store-single-product #j2store_app_shareButton {
  margin-top: 20px;
}
.j2store-single-product #j2store_app_shareButton a {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  line-height: 28px;
  margin-right: 6px;
  text-align: center;
  width: 32px;
}
.j2store-single-product #j2store_app_shareButton a img {
  opacity: 0.6;
  transition: all 0.4s ease 0s;
}
.j2store-single-product #j2store_app_shareButton a:hover {
  opacity: 1;
  border: 1px solid #333333;
}
.j2store-single-product .j2store-addtocart-form {
  margin-bottom: 10px;
}
.j2store-single-product .j2store-addtocart-form .options .col-sm-6 {
  padding: 0px;
}
.j2store-single-product .j2store-addtocart-form .options .option {
  width: 49%;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.j2store-single-product .j2store-addtocart-form .options .option .required {
  display: inline;
  float: left;
  color: #d0262e;
}
.j2store-single-product .j2store-addtocart-form .options .option b {
  display: block;
  text-transform: uppercase;
}
.j2store-single-product .j2store-addtocart-form .options .option select {
  border-radius: 0px;
  width: 100%;
  border: 3px solid #eeeeee;
  box-shadow: none;
  height: 50px;
}
.j2store-single-product .product-qty {
  display: block;
  margin-bottom: 10px;
}
.j2store-single-product .product-qty p {
  display: inline-block;
}
.j2store-single-product .nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #f7f7f7;
}
.j2store-single-product .nav-tabs li a {
  outline: none;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  border: none;
}
.j2store-single-product .nav-tabs li a:hover {
  background: transparent;
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
.j2store-single-product .nav-tabs > li.active > a,
.j2store-single-product .nav-tabs > li.active > a:hover,
.j2store-single-product .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #d0262e;
  color: #d0262e;
  border-top: none;
  border-right: none;
  border-left: none;
}
.j2store-single-product .tab-content {
  background: #f7f7f7;
  padding: 2.4em 2em 2.4em;
  border-radius: 3px;
  letter-spacing: 0.05px;
  line-height: 24px;
  padding-right: 50px;
}
.j2store-single-product .tab-content .product-sdesc td,
.j2store-single-product .tab-content .product-sdesc th {
  border: none;
  text-transform: capitalize;
}
.j2store-single-product .tab-content h6 {
  margin-bottom: 31px;
  margin-top: 17px;
  font-size: 18px;
}
.j2store-single-product .tab-content ul li {
  line-height: 24px;
  margin-top: 15px;
  padding-left: 27px;
  position: relative;
  list-style: none;
}
.j2store-single-product .tab-content ul li:before {
  content: "\f05d";
  font-family: "FontAwesome";
  color: #d0262e;
  font-size: 18px;
  text-decoration: inherit;
  position: absolute;
  left: 0;
}
.j2store-single-product .tab-content #j2store-comments h4 {
  border-bottom: none;
  padding: 0px 24px;
}
.j2store-single-product .tab-content #j2store-comments .rss {
  background: url("../../../templates/jb_industries/images/system/feed.png") no-repeat !important;
}
.j2store-single-product .tab-content #j2store-comments .refresh {
  background: url("../../../templates/jb_industries/images/system/refresh.png") no-repeat !important;
  padding: 0px 0px 0px 16px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list {
  margin-left: 0px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list .rbox {
  border: none;
  padding: 17px 40px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list .rbox .comment-box .comment-body {
  color: #999999;
  margin-top: 10px;
  font-size: 14px;
  line-height: 28px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list .comments-inline-edit {
  padding: 20px;
}
.j2store-single-product .tab-content #j2store-comments #comments-form input {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border-color: #f7f7f7;
}
.j2store-single-product .tab-content #j2store-comments #comments-form textarea {
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 3px;
  border-color: #f7f7f7;
}
.j2store-single-product .tab-content #j2store-comments #comments-form .grippie {
  max-width: 100% !important;
  width: 100% !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form label {
  font-family: Georgia, "Times New Roman", Times, serif !important;
}
.j2store-single-product .tab-content #j2store-comments .checkbox {
  width: auto !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn {
  background-image: none !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div {
  background-image: none !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div a {
  padding: 10px 20px;
  background: #d0262e;
  border: 2px solid #d0262e;
  color: #ffffff;
  height: auto !important;
  line-height: inherit;
  display: inline-block;
  border-radius: 3px;
  font-family: Georgia, "Times New Roman", Times, serif !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div a:hover {
  background: #8f1a20;
  border: 2px solid #8f1a20;
}
.app_emailtofriend a {
  font-weight: bold;
  color: #333333;
  outline: none;
  margin-top: 15px;
  display: block;
  position: relative;
}
.app_emailtofriend a:before {
  content: "\f003";
  font-family: "FontAwesome";
  color: #d0262e;
  font-size: 16px;
  text-decoration: inherit;
  font-weight: 300;
  margin-right: 5px;
}
.j2store-cart .input-mini {
  display: inline-block;
  height: 48px;
}
.j2store-cart .remove-icon {
  margin-bottom: 0px;
  padding: 14px;
  color: #ffffff;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.contact-post .contact-infos li .icon-box,
.contact-post .contact-infos li .text-box {
  display: table-cell;
  vertical-align: top;
}
.contact-post .contact-infos li .icon-box {
  width: 40px;
}
.contact-post .contact-infos li .icon-box i {
  font-size: 24px;
  color: #fac012;
  position: relative;
  top: 4px;
}
.contact-post {
  padding: 80px 0 60px;
}
.contact-post .contact-infos {
  padding: 0px;
  list-style: none;
}
.contact-post .contact-infos li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(158, 158, 158, 0.12);
}
.contact-post .contact-infos li:last-child {
  border-bottom: 0px;
}
.contact-post .item {
  background: #f7f7f7;
  padding: 0 30px;
}
.contact-post h4 {
  background: #fac012;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  margin: 0px;
}
.contact-post .contact-infos.Business li {
  padding: 14px 0;
}
.contact-post .text p {
  padding-bottom: 14px;
}
.contact-post .border-bottom {
  position: relative;
  border-bottom: 1px solid #eee;
  bottom: -60px;
}
.sppb-ajaxt-contact-form .sppb-form-group input {
  width: 100%;
  line-height: 24px;
  height: 55px !important;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
  padding: 12px 15px;
  background: #f7f7f7;
  border-radius: 0px;
}
.sppb-ajaxt-contact-form .sppb-form-group textarea {
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
  padding: 12px 15px;
  background: #f7f7f7;
  border-radius: 0px;
}

.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-filter {
  text-align: left;
  margin-bottom: 22px;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-filter ul li {
  margin: 0 20px 0 0;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-filter ul li a {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  color: #43484D;
  font-weight: 400 !important;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-filter ul li a:hover {
  background: transparent;
  color: #d0262e;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-filter ul li.active a {
  background: transparent;
  color: #d0262e;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item {
  padding: 15px 15px 0px;
  text-align: center;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
  border-radius: 4px;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay {
  opacity: 0;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay .sp-simpleportfolio-btns a {
  padding: 0;
  margin: 0;
  font-size: 50px;
  border: 0;
  border-radius: 0;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay .sp-simpleportfolio-btns a:hover {
  background: transparent;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info {
  padding-bottom: 10px;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info,
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info-wrap {
  background: transparent;
  position: relative;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title,
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info-wrap .sp-simpleportfolio-title {
  font-size: 20px;
  font-weight: 400 !important;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.1;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title a,
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info-wrap .sp-simpleportfolio-title a {
  color: #333333;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title a:hover,
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info-wrap .sp-simpleportfolio-title a:hover {
  color: #d0262e;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-tags,
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info-wrap .sp-simpleportfolio-tags {
  font-size: 14px;
  color: #333333;
  font-weight: 400 !important;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay {
  opacity: .97;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items.layout-gallery-nospace .sp-simpleportfolio-items .sp-simpleportfolio-item {
  padding-left: 0;
  padding-right: 0;
}
.sp-simpleportfolio.sp-simpleportfolio-view-items.layout-gallery-nospace .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
  border-radius: 0;
}

.com-spsimpleportfolio #sp-main-body {
  padding: 140px 0 125px;
}
.com-spsimpleportfolio.view-items #sp-main-body {
  padding: 140px 0 75px;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item {
  padding: 0 170px;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-image {
  margin-bottom: 40px;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-image img {
  border-radius: 2px;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description {
  width: 100%;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-title-wrap {
  color: #001E00;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-title-wrap h2 {
  color: #43484D;
  margin: 8px 0;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-info h3 {
  font-weight: 400 !important;
  font-size: 24px;
  line-height: 1.45;
  margin: 56px 0 0;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-info h4 {
  font-weight: 400 !important;
  font-size: 22px;
}
.sp-simpleportfolio.sp-simpleportfolio-view-item .sp-simpleportfolio-description .sp-simpleportfolio-info p {
  font-size: 18px;
  line-height: 1.9;
}
.j2store-cart-table .product-qty .input-mini {
  height: 50px;
  width: 50px !important;
}
.j2store-cart-table .remove-icon {
  margin-bottom: 0px;
  line-height: 18px;
}
.cart-estimator-discount-block {
  margin: 10px 0;
  display: inline-block;
}
.cart-estimator-discount-block #shipping {
  padding-top: 30px;
}
.cart-estimator-discount-block #shipping table tr {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-estimator-discount-block #shipping table tr td {
  border: none;
  margin-right: 20px;
}
.cart-estimator-discount-block #shipping table tr td select {
  width: 220px;
}