body {
  background-color: var(--light);
  color: #444;
  font-family: "Open Sans", Arial, sans-serif, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
  font-family: "Open Sans", Arial, sans-serif, Arial, sans-serif;
  line-height: 1;
  color: #222;
  margin-top: 0;
  margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
}
h3 {
  text-transform: none;
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1.2em;
}
.header-column .hstack .vr {
    display: inline-block;
    align-self: center;
    width: 1px;
    min-height: 50px;
    background-color: #ebebeb;
    opacity: 1;
}
ul#lang {
    margin-bottom: 0;
}
#lang li {
    list-style: none;
    display: inline-block;
}
#lang li a {
    padding: 3px 15px 3px 15px;
	color: #000;
	font-size: 14px;
	background-color: #e3e3e3;
}
#lang li a:hover {
	color: #fff;
    background-color: #000;
}
#lang li.active a {
    background-color: #e51837;
	color: #fff;
}
#lang li.active a:hover {
    background-color: #000;
}

/*  START DONATION  */
.donation-total-amount {
  background-color: #7da42d;
  padding: 5px;
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  line-height: 75px;
  border-radius: 100px;
  width: 85px;
  height: 85px;
  text-align: center;
  margin: 0 5px 20px 5px;
}
.donation-total-desc {
	margin: 0 5px 20px 5px;
}
.donation-total-desc h2 {
 color: #7da42d;
  font-weight: 600;
  font-size: 24px;
	margin-bottom: 0;
}
.donation-total-desc p {
  font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}
.donation-small-entry {
  padding: 20px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 1px solid #e3e3e3;
}
.donation-name {
	font-weight: 600;
}
.donation-name .fa-user:before {
  color: #e51837;
  margin-right: 8px;
}
.donation-date {
  font-weight: 400;
}
.donation-amount {
  font-weight: 600;
  font-size: 1.8em;
  color: #e51837;
  padding-top: 10px;
  padding-left: 25px;
}
.amount-radios .btn-group {
    margin-bottom: 30px;
}
.amount-radios .btn-group .btn {
    font-size: 15px;
    padding: 15px 15px;
	border-color: #e8e8e8;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #7da42d;
    border-color: #7da42d;
}
.btn-outline-secondary {
	color: #222;
	border-color: #7da42d;
}
.btn-check+.btn:hover {
    color: #7da42d;
    background-color: #fff;
    border-color: #7da42d;
}
.form-check {
    padding-left: 1em;
	margin: 20px 0;
}
.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 15px;
    line-height: 1.85;
    padding: 10px 40px 10px 20px;
}
/*  END DONATION  */


.price {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 22px;
  color: #e51837;
}
#header .header-nav-main nav > ul > li > a {
  font-size: 16px;
  padding: 0 !important;
}
#header .header-nav-main nav > ul > li {
  margin: 0 12px;
}
#header .header-nav-main nav > ul > li span {
  margin-left: 5px;
  font-size: 20px;
  color: #999;
}
.dropdown-menu li {
  line-height: 22px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--grey-100);
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
  border-bottom: 0;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 18px;
  position: relative;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  width: 100%;
  display: block;
  line-height: 22px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
  width: 100%;
  background-color: #e51837;
  padding: 10px 18px;
  display: block;
  color: #fff;
  line-height: 22px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  min-width: 320px;
  padding: 5px 0;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
/*.dropdown-toggle .fa-chevron-down:before {
  content: none;
}*/
#header .header-nav-bar {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#headerimage {
  background-color: rgba(130, 160, 160, 1);
}
.header-img {
  position: relative;
  color: #ffffff;
  padding: 0;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  text-align: center;
  height: 400px;
}
.single-title h1 {
  font-size: 33px;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
  line-height: 40px;
  color: #e51837;
  margin-bottom: 35px;
}
html .scroll-to-top {
  transition: opacity 0.3s;
  background: #e51837;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  bottom: 0;
  color: var(--light);
  display: block;
  height: 9px;
  opacity: 0;
  padding: 10px 10px 35px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  min-width: 50px;
  z-index: 1040;
  font-size: 0.8em;
}
html .scroll-to-top:hover {
  color: #fff;
  background: #444;
}
p, ul, ol {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #444;
}
h2, .h2 {
  font-size: 28px;
  line-height: 35px;
}
h5, .h5 {
  font-weight: 500;
  margin: 0 0 15px 0;
  text-transform: inherit;
  font-size: 17px;
  line-height: 22px;
}
.noborder {
  border: none;
}
.shadow {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16) !important;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 50px;
  height: 4px;
  margin: 5px 5px;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
	background: rgba(225, 225, 225, .6);
    border-color: #fff;
    color: #000;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
    background: rgba(0, 0, 0, .3);
    border-color: #000;
	color: #fff;
}
.owl-carousel.nav-inside .owl-nav button.owl-prev {
    left: 0px;
}
.owl-carousel.nav-inside .owl-nav button.owl-next {
    right: 0px;
    left: auto;
}
.owl-theme .owl-nav [class*=owl-] {
    border-radius: 0px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    outline: 0;
    margin: 0;
    transform: translate3d(0, -50%, 0);
}
#footer a:not(.btn):not(.no-footer-css):focus, #footer a:not(.btn):not(.no-footer-css):active {
  color: #000;
}
#footer {
  background-color: #e3e3e3;
  border-top: 4px solid #e3e3e3;
  font-size: 0.9em;
  margin-top: 50px;
  padding: 0;
}
#footer .footer-copyright {
  background: #d2d2d2;
}
#footer a {
  cursor: pointer;
}
#footer a:not(.btn):not(.no-footer-css):focus, #footer a:not(.btn):not(.no-footer-css):active {
  color: #222;
}
#footer .footer-copyright nav ul {
  margin-bottom: 20px;
}
#footer .footer-copyright nav ul li {
  display: inline-block;
  line-height: 18px;
  font-size: 15px;
  margin: 0;
  padding: 0 8px;
  color: #444;
}
#footer .widget .fa-ul {
  margin-top: 45px;
}
#footer .widget .fa-ul > li {
  line-height: 20px;
  font-size: 15px;
  margin: 11px 0;
}
#footer .widget .fa-ul > li a i {
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
#footer a:not(.btn):not(.no-footer-css) {
  color: #444;
}
#footer a:not(.btn):not(.no-footer-css):hover {
  text-decoration: none;
  color: #e51837;
}
#footer .footer-copyright .copyright {
  color: #666;
  font-size: 14px;
  text-align: center;
}
#footer .footer-copyright .copyright a {
  color: #666;
}
#footer .footer-copyright .copyright a:hover {
  color: #222 !important;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #444;
  font-weight: 600;
}
#footer-menu i {
  font-size: 12px;
  color: #888;
  margin-right: 1px;
}
/*#footer-menu li:first-child i {
	display: none;
}*/
small, .small {
  font-size: 80%;
}
#footer .list.list-icons li p {
  font-size: 15px;
  line-height: 25px;
}
#footer .list.list-icons li i {
  color: #444;
}
#headerimage {
  margin-bottom: 0px;
}
.text-primary {
  color: #e51837;
}
.text-secondary {
  color: #7da42d;
}
.text-gray {
  color: #323232;
}
.text-white {
  color: #fff !important;
}
.text-red {
  color: #e51837 !important;
}
.text-gray {
  color: #777 !important;
}
.bg-primary {
  background-color: #e51837;
}
.bg-secondary {
  background-color: #7da42d;
}
.bg-red {
  background-color: #e51837 !important;
}
.bg-green {
  background-color: #7da42d !important;
}
.bg-darkgray {
  background-color: #9a9da1 !important;
}
.bg-lightgray {
  background-color: #f6f6f6 !important;
}
.bg-yellow {
  background-color: #eeac22 !important;
}
.bg-green {
  background-color: #7da42d !important;
  color: #fff;
}
.bg-gray {
  background-color: #f0f0f0 !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.bg-green h2 {
  font-size: 24px !important;
}
.bg-green p {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.card-icon {
  font-size: 45px;
}
h3.card-title {
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #777;
}
.card-title {
  margin-bottom: .75rem;
}
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-footer {
  padding: 1rem 1.25rem 2rem 1.25rem;
  background-color: rgba(255, 255, 255, 0);
  border-top: 0px solid rgba(0, 0, 0, .125);
}
.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
}
.btn {
  font-size: 14px;
  padding: 8px 15px;
  /* border-radius: 5px; */
}
.btn-outline-white:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #555;
}
.call-to-action {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 22px 45px;
  clear: both;
}
.call-to-action.call-to-action-secondary {
  background: var(--secondary);
}
.container .call-to-action {
  border-radius: 6px;
}
.call-to-action h3 {
  text-transform: none;
  color: #fff;
  padding: 0;
  margin: 0 0 9px;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.2em;
  text-align: left;
}
.call-to-action p {
  font-size: 1em;
  text-align: left;
}
html body .btn-light, html body .btn-outline.btn-light {
  border-color: #d9d9d9 #d9d9d9 #bfbfbf;
  color: #444;
}
html body .btn-light:hover {
  background-color: #f2f2f2;
  border-color: #e6e5e5 #e6e5e5 #cccccc;
  color: #e51837;
}
.accordion.accordion-modern-status > .card + .card {
  margin-top: 15px;
}
.accordion.accordion-modern-status > .card .card-header a {
  position: relative;
  padding: 22px 22px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  transition: ease background-color 300ms, ease color 300ms;
}
.accordion .card-header {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) !important;
}
/*---- TIMELINE ----*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 6px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -3px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 48%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  min-height: 110px;
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted), .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
  margin-top: -60px;
}
.timeline > li:not(.timeline-inverted) {
  padding-right: 50px;
}
.timeline > li.timeline-inverted {
  padding-left: 50px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 15px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 16px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 18px;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -17px;
  background-color: #fff;
  border: 7px solid #e51837;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li > .timeline-badge.oneline {
  padding-top: 16px;
}
.timeline > li > .timeline-badge.twoline {
  padding-top: 7px;
}
/*.timeline > li > .timeline-badge {
  color: #fff;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 0.9em;
font-weight: 600;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -32px;
  background-color: #7da42d;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}*/
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
/*---- END TIMELINE ----*/
#product_thumb_anchor.thumbnail > img {
  max-height: 100% !important;
  border-radius: 4px;
}
.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-height: 187px !important;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar .widget a {
  color: #323232;
}
.sidebar .widget a:hover, .sidebar .widget a:focus {
  color: #e51837;
  text-decoration: none;
}
.sidebar .widget .widget-title {
  font-size: 15px;
  margin: 0 0 25px;
  text-transform: uppercase;
  color: #323232;
}
.sidebar .widget .widget-title > span {
  display: inline-block;
  background-color: #fff;
  padding-right: 35px;
}
.sidebar .widget.search-widget {
  position: relative;
}
.sidebar .widget.search-widget .form-control {
  padding-right: 90px;
  background-color: #f6f6fa;
  border-color: #eee;
  margin-bottom: 0;
}
.sidebar .widget.search-widget .btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  text-align: center;
  width: 38px;
  font-size: 16px;
  padding: 7px 5px;
  color: #a7a7a7;
}
.sidebar .widget.search-widget .btn:hover, .sidebar .widget.search-widget .btn:focus {
  color: #e51837;
  outline: none;
}
.sidebar .widget .posts-list li {
  margin-bottom: 12px;
  padding: 6px;
  background-color: #f6f6fa;
  transition: all 0.4s;
}
.sidebar .widget .posts-list li figure {
  max-width: 52px;
  float: left;
}
.sidebar .widget .posts-list li figure a {
  display: block;
}
.sidebar .widget .posts-list li figure img {
  display: block;
  width: 100%;
  height: auto;
}
.sidebar .widget .posts-list li h5, .sidebar .widget .posts-list li span {
  display: block;
  margin-left: 62px;
}
.sidebar .widget .posts-list li h5 {
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 4px;
}
.sidebar .widget .posts-list li span {
  font-style: italic;
  font-size: 12px;
}
.sidebar .widget .posts-list li:after {
  content: '';
  display: table;
  clear: both;
}
.sidebar .widget .posts-list li:hover {
  background-color: #eee;
}
.sidebar .widget .fa-ul li {
  position: relative;
  margin-bottom: 9px;
  padding-bottom: 4px;
}
.sidebar .widget .fa-ul li:last-child {
  margin-bottom: 0;
}
.sidebar .widget .fa-ul li .fa-li {
  font-size: 85%;
}
.sidebar .widget .fa-ul li:before, .sidebar .widget .fa-ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  height: 1px;
}
.sidebar .widget .fa-ul li:before {
  left: 0;
  right: 0;
  background-color: #eee;
}
.sidebar .widget .fa-ul li:after {
  transition: all 0.45s;
  left: 0;
  right: 100%;
  background-color: #e51837;
}
.sidebar .widget .fa-ul li:hover:after {
  left: 0;
  right: 0;
}
.sidebar .widget .tagcloud a {
  display: block;
  float: left;
  padding: 4px 9px;
  background-color: #f6f6fa;
  color: #333;
  margin: 0 6px 6px 0;
  transition: background 0.45s;
}
.sidebar .widget .tagcloud a:hover, .sidebar .widget .tagcloud a:focus {
  background-color: #e51837;
  color: #fff;
}
.sidebar .widget .tagcloud:after {
  content: '';
  display: table;
  clear: both;
}
.sidebar .widget.flickr-widget .row {
  margin-left: -4px;
  margin-right: -4px;
}
.sidebar .widget.flickr-widget .flickr-widget-list {
  list-style: none;
}
.sidebar .widget.flickr-widget .flickr-widget-list li {
  display: block;
  float: left;
  margin: 0 3px 6px;
  padding: 0;
  width: calc(25% - 6px);
  max-width: 60px;
  overflow: hidden;
}
.sidebar .widget.flickr-widget .flickr-widget-list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.sidebar .widget.flickr-widget .flickr-widget-list li a img {
  display: block;
  width: 100%;
  height: auto;
}
.sidebar .widget .tweet_list li {
  padding: 7px 10px 7px 10px;
  position: relative;
  margin-bottom: 14px;
  background-color: #f6f6fa;
  transition: all 0.4s;
}
.sidebar .widget .tweet_list li .twitter-icon {
  position: absolute;
  right: 12px;
  bottom: 6px;
  font-size: 20px;
  line-height: 1;
  color: #c7c7c7;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}
.sidebar .widget .tweet_list li .tweet_time {
  display: block;
  position: relative;
  font-size: 12px;
  font-style: italic;
  color: #6a6a6a;
  margin-top: 9px;
  padding-top: 3px;
}
.sidebar .widget .tweet_list li .tweet_time:after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar .widget .tweet_list li:hover {
  background-color: #eaeaea;
}
.sidebar .widget .tweet_list li:last-child {
  margin-bottom: 0;
}
.entry.entry-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.entry.entry-list a h4 {
  color: #e51837;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
}
.entry.entry-list a:hover h4 {
  color: #000;
  text-decoration: none !important;
}
.news-event-title {
  font-size: 25px;
  line-height: 32px;
  color: #e51837;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
}
.article-item-list h4 a {
  color: #e51837;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
}
.article-item-list h4 a:hover {
  color: #000;
  text-decoration: none !important;
}
.lightbox img {
  width: 100%;
  height: 100%;
  /*max-height: 165px;*/
}
.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.default-bg {
  background-color: #7da42d;
  color: #ffffff;
}
.box-style-2 {
  margin-top: 30px;
}
.box-style-2 i {
  font-size: 36px;
  line-height: 60px;
}
.box-style-2 .icon-container {
  border: 1px solid transparent;
  float: left;
  height: 60px;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  width: 60px;
}
.box-style-2 .body {
  margin-left: 80px;
}
.box-style-2 h2 {
  font-size: 24px;
  margin-top: 0;
}
.box-style-2:hover .icon-container {
  border: 1px solid #666;
}
.box-style-2:hover .default-bg {
  background-color: #fff;
  border: 1px solid #e51837;
}
.box-style-2:hover .default-bg * {
  color: #e51837;
}
.box-style-2:hover .dark-bg {
  background-color: #fff;
  border: 1px solid #666;
}
.box-style-2:hover .dark-bg * {
  color: #666;
}
.box-style-2:hover .white-bg * {
  color: #e51837;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px
}
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee
}
.pager .next > a, .pager .next > span {
  float: right
}
.pager .previous > a, .pager .previous > span {
  float: left
}
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
  font-size: 14px;
}
.pager:after, .pager:before {
  display: table;
  content: " ";
}
.pager li, .pagination > li {
  display: inline;
}
.pagination > a, .pagination > li > a:focus, .pagination > li > a, .pagination > li > span {
  color: #fff;
  background-color: #7da42d;
  border-color: #7da42d;
  text-decoration: none;
}
.pagination > li > a:hover, .pagination > a:hover, .pagination > li > span:hover, .pagination > a:focus, .pagination > li > span:focus {
  color: #000;
  background-color: #7da42d;
  border-color: #7da42d;
  text-decoration: none;
}
.pagination {
  margin-top: 30px;
}
.event-title a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
}
.event-title a:hover {
  color: #e51837;
  text-decoration: none !important;
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
#home-boxes {
  margin: 80px 0;
}
#home-boxes h4 {
  font-size: 20px;
}
.btn-primary:hover:not(.bg-transparent), .btn-primary.hover:not(.bg-transparent) {
  background-color: #7da42d;
  border-color: #7da42d;
}
.btn-outline {
  color: #e51837;
  background-color: transparent;
  background-image: none;
  border-color: #e51837;
  border-width: 1px;
}
.btn-outline:hover, .btn-outline.hover {
  color: #fff;
  background-color: #e51837;
  border-color: #e51837;
}
.btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  border-width: 1px !important;
}
/*.card-border:after {
    content: "";
    transition: .2s all ease;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    height: 5px;
    width: 100%;
    transform: translateX(-50%);
    background-color: #7da42d;
}
.bg-color-hover-primary:hover, .bg-hover-primary:hover {
    background-color: #7da42d !important;
}*/
.bg-color-hover-primary:hover, .bg-hover-primary:hover {
  background-color: #fff !important;
}
.card-border:after:hover {
  background-color: #000;
}
.card {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
/*#home-boxes .card {
  box-shadow: 0 10px 30px #BBB;
}*/
.title {
  position: relative;
  padding-bottom: 15px;
}
.title.custom:after {
  background-color: #e51837;
}
.title.text-center:after {
  left: 50%;
  margin-left: -25px;
}
.title:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eaeaea;
}
h1, .h1 {
  font-size: 28px;
  line-height: 35px;
}
.service-box h2 {
  white-space: normal;
  font-size: 18px;
  line-height: 30px;
}
.service.service-box:hover {
  color: #fff !important;
}
.service.service-box {
  position: relative;
  background-color: #CCC;
  padding: 0 15px;
  text-align: center;
  transition: all 0.4s;
}
.service.service-box:hover {
  color: #fff;
  background-color: #eaeaea !important;
}
.service.service-border {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.service.service-border:hover {
  border-color: #ddd;
}
.service.service-box.service-icon-top {
  padding-top: 45px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-height: 220px;
}
.service.service-border:hover {
  text-decoration: none;
}
.service i.icon-bg.custom2 {
  color: #fff;
  background-color: #6c9122;
}
.service.icon-left:hover .icon-bg.custom2 {
  color: #fff;
  background-color: #61831a;
}
.service {
  margin-bottom: 30px;
}
.list-icons-style-3 li {
  font-size: 17px;
  font-weght: 500;
  line-height: 45px;
  margin-bottom: 10px;
}
.list-icons-style-3 li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .6px;
}
.list-icons-style-3 li a:hover {
  color: #e51837;
  text-decoration: none;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child {
  background-color: #6c9122;
  font-size: 20px;
  height: 45px;
  width: 45px;
  line-height: 33px;
  text-align: center;
}
.list.list-icons.list-icons-style-3 li {
  padding-left: 55px;
}
.lead {
    letter-spacing: 0;
    font-size: 19.2px;
    font-size: 1.2rem;
}
.testimonial blockquote {
  background: var(--grey-500);
  border-radius: 5px;
  border: 0;
  color: #444;
  font-family: "Open Sans", Arial, sans-serif, Arial, sans-serif;
  margin: 0;
  padding: 40px 80px 40px 80px;
  padding: 2.5rem 4rem 2.5rem 4.5rem;
  position: relative;
}
#testimonial .owl-stage .owl-item {
  background-color: #f6f6f6;
  border-radius: var(--border-radius2x) !important;
}
.table-container .owl-stage .owl-item {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.testimonial.testimonial-style-2 blockquote p {
  color: #444;
}
.testimonial .testimonial-author strong {
  color: #444;
  font-style: italic;
  font-size: 15px;
}
.testimonial blockquote p {
  color: #444;
  font-family: "Open Sans", Arial, sans-serif, Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
}
.testimonial blockquote:before {
  left: 22px;
  top: 21px;
  color: var(--light);
  content: "“";
  font-size: 85px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial.testimonial-style-2 .testimonial-author p {
  padding: 0;
  margin: 6px 0 0;
  flex-direction: column;
}
#testimonial.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
}
.thumbnail {
  padding: 0;
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.caption .price {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 22px;
  color: #e51837;
}
.caption h4 {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 22px;
  padding-top: 3px;
}
.btn-link {
  font-weight: 400;
  color: #e51837;
  border-radius: 0;
}
.text-success {
  color: #7da42d !important;
  font-weight: 600;
}
.btn-modern {
  text-transform: uppercase;
  font-size: .8em;
  padding: 12.8px 24px;
  padding: 0.45rem 1.15rem;
  font-weight: 600;
  border-radius: 25px;
}
.nav-pills li {
  line-height: 25px;
}
.dropdown-toggle::after {
  display: none;
}
.btn-primary:focus, .btn-primary.focus {
  border-color: var(--primary-300) var(--primary-300) var(--primary-300);
  color: var(--primary-inverse);
  box-shadow: 0 0 0 3px rgba(229, 24, 55, 0.1);
}

.dropdown-menu.show {
  min-width: 113px;
  border-radius: 0;
}
#dropdownLang .fa-chevron-down:before {
  color: #999;
  margin-left: 3px;
}
#mainNav .dropdown-menu .dropdown-menu li {
  border-bottom: none;
}
form h2, form .h2 {
  font-size: 20px;
}
.dropdown.cart-dropdown > a .dcart-total-count {
  display: inline-block;
  transition: all 0.4s;
  min-width: 14px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #fff;
  color: #e51837;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
}
.dropdown.cart-dropdown > a > span {
  position: relative;
  display: inline-block;
}
.dropdown.cart-dropdown > a {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  color: #e51837;
  padding: 25px;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 0.8em;
  text-transform: inherit;
  text-shadow: none;
}
.breadcrumb {
  margin-bottom: 20px;
}
img.product-img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-height: 200px !important;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.eshop-product .card {
  padding: 0;
}
.eshop-product .card .card-body {
  padding: 15px 20px 0 20px;
}
.eshop-product .card .card-body h4 a {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
}
.eshop-product .card .card-body h4 a:hover {
  color: #e51837;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
}
.basket-title {
  font-size: 25px;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
  line-height: 40px;
  color: #e51837;
  margin-top: 80px;
  margin-bottom: 5px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: inherit;
  opacity: 0.5;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f105";
  padding: 0 10px 0 3px;
}
.btn-default {
  color: #e51837;
  background-color: #fff;
  border-color: #e51837;
}
.btn-block {
  display: block;
}
.btn-success {
  color: #fff;
  background-color: #7da42d;
  border-color: #7da42d;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  /*max-height: 100px;*/
  padding: 4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
button.close {
  border: none;
  background-color: transparent;
}
.jcc-logo {
  max-height: 40px;
}
.owl-carousel {
  margin-bottom: 0px;
}
.checkbox input {
  margin: 3px 8px 3px 0;
}
label, .input-desc {
  font-weight: 600;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  #header .header-nav-main nav > ul > li {
    margin: 0 10px;
  }
  #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
    position: relative;
    background: transparent !important;
    padding: 0 .6rem;
    margin: 1px 0 0;
    min-height: 30px;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  #header .header-nav-main nav > ul > li span {
    display: none;
  }
  #header .header-nav-main nav > ul > li span {
    margin-left: 0px;
    font-size: 20px;
    color: #999;
  }
  #header .header-nav-main nav {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  #header .header-nav-main nav > ul li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 5px 10px;
    position: relative;
  }
  #header .header-nav-main nav > ul > li > a {
    text-transform: inherit;
    font-weight: 600;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 5px 18px;
    color: var(--grey-500);
  }
  #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
    display: block;
    margin-left: 0px;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    min-width: 320px;
    padding: 5px 0;
    text-align: left;
    box-shadow: none;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 0;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 10px;
    position: relative;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    width: 100%;
    display: block;
    line-height: 16px;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    width: 100%;
    background-color: #fff;
    padding: 6px 10px;
    display: block;
    color: #e51837;
    line-height: 16px;
    margin: 0;
    border-radius: 0;
  }
  #header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
    position: absolute;
    top: 0;
    right: -25px;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
  }
  .sidebar {
    margin-bottom: 90px;
  }
  #header .header-logo img {
    z-index: 1;
    max-height: 80px;
  }
  .dropdown.cart-dropdown > a {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 1;
    color: #e51837;
    padding: 15px 5px 15px 5px;
  }
  .lang-btn {
    padding: 5px 8px;
  }
}
@media (max-width: 576px) {
  .thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-height: 290px !important;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .dropdown.cart-dropdown > a {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 1;
    color: #e51837;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

}


/*#lang .dropdown:hover .dropdown-menu {
  display: block; 
}
#lang .dropdown-menu {
  display: none; 
}
#lang .dropdown {
  position: relative;
}
#lang .dropdown-menu.show {
  border-radius: 0;
}
#lang .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000; 
  min-width: 6.6rem;
}
.lang-btn {
  font-size: 14px;
  padding: 8px 15px;
  border: none;
  background: transparent;
}
.lang-btn:hover {
  color: #444;
}
#lang .dropdown .dropdown-menu li {
  border: none;
  border-radius: none;
}
#lang .dropdown-item {
  display: block;
  font-size: 14px;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  color: #444;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-weight: 400;
}
#lang .dropdown-item:hover {
  background-color: #000;
  color: #fff;
  margin: 0;
  border-radius: 0.25rem;
}*/